[gnome-apps-nightly] Add TweakTool



commit d8823bf4af9f46e6989b04ba7f389033ac7979c0
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Sep 22 09:56:03 2016 +0200

    Add TweakTool

 org.gnome.TweakTool.json |   86 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 86 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.TweakTool.json b/org.gnome.TweakTool.json
new file mode 100644
index 0000000..b298483
--- /dev/null
+++ b/org.gnome.TweakTool.json
@@ -0,0 +1,86 @@
+{
+    "app-id": "org.gnome.TweakTool",
+    "runtime": "org.gnome.Platform",
+    "runtime-version": "master",
+    "sdk": "org.gnome.Sdk",
+    "command": "gnome-tweak-tool",
+    "tags": ["nightly"],
+    "copy-icon": true,
+    "rename-icon": "gnome-tweak-tool",
+    "rename-desktop-file": "gnome-tweak-tool.desktop",
+    "desktop-file-name-prefix": "(Nightly) ",
+    "finish-args": [
+        /* X11 + XShm access */
+        "--share=ipc", "--socket=x11",
+
+        /* Wayland access */
+        "--socket=wayland",
+
+        /* Shell detection and extension management */
+        "--talk-name=org.gnome.Shell",
+
+        /* dconf */
+        "--filesystem=/usr/share/glib-2.0/schemas:ro",
+        "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:rw",
+        "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+    ],
+    "build-options": {
+        "cflags": "-O2 -g"
+    },
+    "cleanup": [
+        "/include", "/lib/*.la", "/lib/*.a", "/lib/pkgconfig", "/share/gir-1.0"
+    ],
+    "modules": [
+        {
+            "name": "pycairo",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://cairographics.org/releases/py2cairo-1.10.0.tar.bz2";,
+                    "sha256": "d30439f06c2ec1a39e27464c6c828b6eface3b22ee17b2de05dc409e429a7431"
+                },
+                {
+                    "type": "shell",
+                    "commands": [
+                        "touch ChangeLog",
+                        "autoreconf -i"
+                    ]
+                }
+            ]
+        },
+        {
+            "name": "pygobject",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/pygobject"
+                }
+            ],
+            "config-opts": [
+                "--with-python=python2"
+            ]
+        },
+        {
+            "name": "gnome-desktop",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/gnome-desktop"
+                }
+            ]
+        },
+        {
+            "name": "gnome-tweak-tool",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/gnome-tweak-tool"
+                },
+                {
+                    "type": "patch",
+                    "path": "gtweak-hardcode-system-dirs.patch"
+                }
+            ]
+        }
+    ]
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]