[gnome-tweaks/alatiera/flatpak-manifest: 132/135] Add Flatpak manifest




commit 1ad5889e79bf2b0f273d27aa91501868bc5da821
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Thu Aug 2 00:12:19 2018 +0000

    Add Flatpak manifest

 gtweak-hardcode-system-dirs.patch | 25 ++++++++++++++++++
 org.gnome.Tweaks.json             | 55 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)
---
diff --git a/gtweak-hardcode-system-dirs.patch b/gtweak-hardcode-system-dirs.patch
new file mode 100644
index 00000000..406bd36c
--- /dev/null
+++ b/gtweak-hardcode-system-dirs.patch
@@ -0,0 +1,25 @@
+From 37f2874afe678f3cfc29efd9f85bc450a14d4541 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner gnome org>
+Date: Thu, 22 Sep 2016 10:18:22 +0200
+Subject: [PATCH] defs: Hardcode system dirs
+
+---
+ gtweak/defs.py.in | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/gtweak/defs.py.in b/gtweak/defs.py.in
+index 6c8fdf8..2d6bf31 100644
+--- a/gtweak/defs.py.in
++++ b/gtweak/defs.py.in
+@@ -1,6 +1,6 @@
+-DATA_DIR = "@DATADIR@"
++DATA_DIR = "/usr/share"
+ PKG_DATA_DIR = "@PKGDATADIR@"
+-GSETTINGS_SCHEMA_DIR = "@GSETTINGSSCHEMADIR@"
++GSETTINGS_SCHEMA_DIR = "/usr/share/glib-2.0/schemas"
+ TWEAK_DIR = "@TWEAKDIR@"
+ VERSION = "@VERSION@"
+ LOCALE_DIR = "@LOCALEDIR@"
+-- 
+2.9.3
+
diff --git a/org.gnome.Tweaks.json b/org.gnome.Tweaks.json
new file mode 100644
index 00000000..4611a5ba
--- /dev/null
+++ b/org.gnome.Tweaks.json
@@ -0,0 +1,55 @@
+{
+    "app-id" : "org.gnome.Tweaks",
+    "runtime" : "org.gnome.Platform",
+    "runtime-version" : "master",
+    "sdk" : "org.gnome.Sdk",
+    "command" : "gnome-tweaks",
+    "tags" : [
+        "nightly"
+    ],
+    "desktop-file-name-prefix" : "(Nightly) ",
+    "finish-args" : [
+        "--share=ipc",
+        "--socket=x11",
+        "--socket=wayland",
+        "--talk-name=org.gnome.Shell",
+        "--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"
+    ],
+    "cleanup" : [
+        "/include",
+        "/lib/*.la",
+        "/lib/*.a",
+        "/lib/pkgconfig",
+        "/share/gir-1.0"
+    ],
+    "modules" : [
+        {
+            "name" : "gnome-desktop",
+            "buildsystem" : "meson",
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/gnome-desktop.git";
+                }
+            ]
+        },
+        {
+            "name" : "gnome-tweaks",
+            "buildsystem" : "meson",
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/gnome-tweaks.git";
+                },
+                {
+                    "type" : "patch",
+                    "path" : "gtweak-hardcode-system-dirs.patch"
+                }
+            ]
+        }
+    ]
+}
\ No newline at end of file


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