summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2018-11-04 15:09:00 -0800
committerCosimo Cecchi <cosimoc@gnome.org>2018-11-04 15:09:00 -0800
commit85e62a7e389a664efbff1aac26299d10821314d8 (patch)
treef234cd71150c64d922f87e3d4e1b18962064a8a9
parentfbfc828b634b9cae3a1f9ecc4abcc2f8754601a7 (diff)
parent9694f10512b6cb1b5c6d0d8053a5507793f971ee (diff)
downloadgnome-screenshot-85e62a7e389a664efbff1aac26299d10821314d8.tar.gz
Merge branch 'bilelmoussaoui/gnome-screenshot-master'
-rw-r--r--org.gnome.Screenshot.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/org.gnome.Screenshot.json b/org.gnome.Screenshot.json
new file mode 100644
index 0000000..173c18a
--- /dev/null
+++ b/org.gnome.Screenshot.json
@@ -0,0 +1,58 @@
+{
+ "app-id": "org.gnome.Screenshot",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "master",
+ "sdk": "org.gnome.Sdk",
+ "command": "gnome-screenshot",
+ "finish-args": [
+ "--share=ipc",
+ "--socket=x11",
+ "--socket=wayland",
+ "--talk-name=org.gnome.Shell.Screenshot",
+ "--filesystem=xdg-run/dconf",
+ "--filesystem=~/.config/dconf:ro",
+ "--talk-name=ca.desrt.dconf",
+ "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+ ],
+ "cleanup": [
+ "/include",
+ "/lib/pkgconfig",
+ "/share/pkgconfig",
+ "/share/aclocal",
+ "/man",
+ "/share/man",
+ "/share/gtk-doc",
+ "/share/vala",
+ "*.la",
+ "*.a"
+ ],
+ "modules": [
+ {
+ "name": "libcanberra-gtk3",
+ "cleanup": [
+ "/bin",
+ "/lib/gnome-settings-daemon-3.0",
+ "/share/doc",
+ "/share/gdm",
+ "/share/gnome"
+ ],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz",
+ "sha256": "c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72"
+ }
+ ]
+ },
+ {
+ "name": "gnome-screenshot",
+ "buildsystem": "meson",
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/gnome-screenshot.git"
+ }
+ ]
+ }
+ ]
+}