diff --git a/CODEOWNERS b/CODEOWNERS index 6d87c7b2..284ae32d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -12,6 +12,7 @@ update-checker.sh @flathub/reviewers /libappindicator/ @TingPing /libcanberra/ @hadess /libusb/ @A6GibKm +/libportal/ @ostfriese4 /physfs/ @Mailaender /python2.7/ @bilelmoussaoui /linux-audio/ @hfiguiere diff --git a/libportal/libportal.json b/libportal/libportal.json new file mode 100644 index 00000000..54b749f2 --- /dev/null +++ b/libportal/libportal.json @@ -0,0 +1,20 @@ +{ + "name" : "libportal", + "buildsystem" : "meson", + "config-opts" : [ + "-Dintrospection=false", + "-Ddocs=false" + ], + "sources" : [ + { + "type" : "git", + "url" : "https://github.com/flatpak/libportal.git", + "tag" : "0.11.0", + "commit": "fc4d62cfe131e8494c82f597f92b2234d584c367", + "x-checker-data": { + "type": "git", + "tag-pattern": "^([\\d.]+)$" + } + } + ] +}