diff options
Diffstat (limited to 'community/gsettings-desktop-schemas')
-rwxr-xr-x | community/gsettings-desktop-schemas/build | 10 | ||||
-rw-r--r-- | community/gsettings-desktop-schemas/checksums | 2 | ||||
-rw-r--r-- | community/gsettings-desktop-schemas/depends | 2 | ||||
-rw-r--r-- | community/gsettings-desktop-schemas/meta | 3 | ||||
-rwxr-xr-x | community/gsettings-desktop-schemas/post-install | 3 | ||||
-rw-r--r-- | community/gsettings-desktop-schemas/sources | 1 | ||||
-rw-r--r-- | community/gsettings-desktop-schemas/version | 1 |
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..d8921074 --- /dev/null +++ b/community/gsettings-desktop-schemas/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +8f3af88a297a4b0d169cf2c2144034de467a66e332acaac829a694741a81477c gsettings-desktop-schemas-47.1.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..bf05c233 --- /dev/null +++ b/community/gsettings-desktop-schemas/sources @@ -0,0 +1 @@ +https://download.gnome.org/sources/gsettings-desktop-schemas/47/gsettings-desktop-schemas-47.1.tar.xz diff --git a/community/gsettings-desktop-schemas/version b/community/gsettings-desktop-schemas/version new file mode 100644 index 00000000..9a29f8b1 --- /dev/null +++ b/community/gsettings-desktop-schemas/version @@ -0,0 +1 @@ +47.1 1 |