aboutsummaryrefslogtreecommitdiff
path: root/community/gsettings-desktop-schemas
diff options
context:
space:
mode:
Diffstat (limited to 'community/gsettings-desktop-schemas')
-rwxr-xr-xcommunity/gsettings-desktop-schemas/build10
-rw-r--r--community/gsettings-desktop-schemas/checksums2
-rw-r--r--community/gsettings-desktop-schemas/depends2
-rw-r--r--community/gsettings-desktop-schemas/meta3
-rwxr-xr-xcommunity/gsettings-desktop-schemas/post-install3
-rw-r--r--community/gsettings-desktop-schemas/sources1
-rw-r--r--community/gsettings-desktop-schemas/version1
7 files changed, 22 insertions, 0 deletions
diff --git a/community/gsettings-desktop-schemas/build b/community/gsettings-desktop-schemas/build
new file mode 100755
index 00000000..b6143ca9
--- /dev/null
+++ b/community/gsettings-desktop-schemas/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cl-meson \
+ -Dintrospection=false \
+ . output
+
+ninja -C output
+ninja -C output install
diff --git a/community/gsettings-desktop-schemas/checksums b/community/gsettings-desktop-schemas/checksums
new file mode 100644
index 00000000..f30b3502
--- /dev/null
+++ b/community/gsettings-desktop-schemas/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+586e9d0434f7dd4cbace6268ad7e2a6abc795d1fa935a55508a74193f1353771 gsettings-desktop-schemas-45.0.tar.xz
diff --git a/community/gsettings-desktop-schemas/depends b/community/gsettings-desktop-schemas/depends
new file mode 100644
index 00000000..d9de633c
--- /dev/null
+++ b/community/gsettings-desktop-schemas/depends
@@ -0,0 +1,2 @@
+glib
+meson make
diff --git a/community/gsettings-desktop-schemas/meta b/community/gsettings-desktop-schemas/meta
new file mode 100644
index 00000000..0857af29
--- /dev/null
+++ b/community/gsettings-desktop-schemas/meta
@@ -0,0 +1,3 @@
+description: Collection of GSettings schemas for shared desktop settings
+license: LGPL-2.1-or-later
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/community/gsettings-desktop-schemas/post-install b/community/gsettings-desktop-schemas/post-install
new file mode 100755
index 00000000..551057e9
--- /dev/null
+++ b/community/gsettings-desktop-schemas/post-install
@@ -0,0 +1,3 @@
+#!/bin/sh -e
+
+glib-compile-schemas /usr/share/glib-2.0/schemas/
diff --git a/community/gsettings-desktop-schemas/sources b/community/gsettings-desktop-schemas/sources
new file mode 100644
index 00000000..736f47bd
--- /dev/null
+++ b/community/gsettings-desktop-schemas/sources
@@ -0,0 +1 @@
+https://download.gnome.org/sources/gsettings-desktop-schemas/45/gsettings-desktop-schemas-45.0.tar.xz
diff --git a/community/gsettings-desktop-schemas/version b/community/gsettings-desktop-schemas/version
new file mode 100644
index 00000000..a50a96c6
--- /dev/null
+++ b/community/gsettings-desktop-schemas/version
@@ -0,0 +1 @@
+45.0 1