diff options
Diffstat (limited to 'community/gsettings-desktop-schemas')
-rwxr-xr-x | community/gsettings-desktop-schemas/build | 9 | ||||
-rw-r--r-- | community/gsettings-desktop-schemas/checksums | 2 | ||||
-rw-r--r-- | community/gsettings-desktop-schemas/depends | 3 | ||||
-rw-r--r-- | community/gsettings-desktop-schemas/meta | 3 | ||||
-rw-r--r-- | community/gsettings-desktop-schemas/sources | 1 | ||||
-rw-r--r-- | community/gsettings-desktop-schemas/version | 1 |
6 files changed, 19 insertions, 0 deletions
diff --git a/community/gsettings-desktop-schemas/build b/community/gsettings-desktop-schemas/build new file mode 100755 index 00000000..8539e86a --- /dev/null +++ b/community/gsettings-desktop-schemas/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +export DESTDIR=$1 + +cl-meson \ + . 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..62da8f69 --- /dev/null +++ b/community/gsettings-desktop-schemas/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +2c40914024bbb7c00242bb98ee4d3b34b3ee257838a18503d898440fdb3b0b1f gsettings-desktop-schemas-40.0.tar.xz diff --git a/community/gsettings-desktop-schemas/depends b/community/gsettings-desktop-schemas/depends new file mode 100644 index 00000000..7cc45ce2 --- /dev/null +++ b/community/gsettings-desktop-schemas/depends @@ -0,0 +1,3 @@ +glib +gobject-introspection make +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/sources b/community/gsettings-desktop-schemas/sources new file mode 100644 index 00000000..b2b1b7c6 --- /dev/null +++ b/community/gsettings-desktop-schemas/sources @@ -0,0 +1 @@ +https://download.gnome.org/sources/gsettings-desktop-schemas/40/gsettings-desktop-schemas-40.0.tar.xz diff --git a/community/gsettings-desktop-schemas/version b/community/gsettings-desktop-schemas/version new file mode 100644 index 00000000..7d5ae97c --- /dev/null +++ b/community/gsettings-desktop-schemas/version @@ -0,0 +1 @@ +40.0 1 |