gsettings-desktop-schemas: update spkgbuild

This commit is contained in:
Luis
2023-11-15 09:30:32 +00:00
parent 05a66c52d0
commit 4fd1da474d
2 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
gsettings-desktop-schemas-45.0-2
gsettings-desktop-schemas-45.0-3
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/gsettings-desktop-schemas/

View File

@@ -1,13 +1,17 @@
# description : Collection of GSettings schemas for settings shared by various components of a GNOME Desktop
# depends : glib gobject-introspection meson
# depends : gobject-introspection intltool
name=gsettings-desktop-schemas
version=45.0
release=2
release=3
source="https://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz"
build() {
venom-meson $name-$version build
cd $name-$version
sed -i -r 's:"(/system):"/org/gnome\1:g' schemas/*.in
venom-meson build
meson compile -C build
DESTDIR=$PKG meson install --no-rebuild -C build
rm -r $PKG/usr/share/locale
}