gnome-desktop: 3.38.3 -> 3.38.4

This commit is contained in:
Tim Biermann 2021-02-16 16:52:34 +00:00
parent a256954949
commit 3f1bec775d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 10 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/GBLy90qZHI5yBQI18cSh0RSeSZUXjpxcCJGSlCR0O3sDad/it4gRLGH8hOXEE69RilTUXO7yJpWwCh1ZgI4gE=
SHA256 (Pkgfile) = ecda966e1d61b79db80baf4713688deb398906f573d146980fd099dca8ca25c4
RWSagIOpLGJF31KDIxS11UVLO17A8XQJJZIbpMmYsNZ8OI6TNjAcqKRu0X2HtXfd6wcc9OR1MJhPl8VDMyL+0VzL36NVoBWYYwg=
SHA256 (Pkgfile) = caa2e3da53c5b9353133f38b73da4c03a19fba6f64efdc8ed76fe2177f68e2c2
SHA256 (.footprint) = abe3b5104e8f8e1e0312336bddf3819cfa2f041842230eeba80baa8d69754e2e
SHA256 (gnome-desktop-3.38.3.tar.xz) = bfe00257b2bb59fff04ac1c144804084d1c253e66f9d7408f6060bbf7ad1d831
SHA256 (gnome-desktop-3.38.4.tar.xz) = 3f603ea5bfd47722c92cfc9b885446b46260ea09c8cfb63f6bdd9fefe342e48c

View File

@ -4,7 +4,7 @@
# Depends on: gsettings-desktop-schemas gtk3 iso-codes libseccomp xorg-libxcomposite xorg-libxcursor xorg-libxinerama xkeyboard-config
name=gnome-desktop
version=3.38.3
version=3.38.4
release=1
source=(https://download.gnome.org/sources/gnome-desktop/${version::4}/$name-$version.tar.xz)
@ -13,12 +13,13 @@ build() {
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--buildtype=plain \
-Dgnome_distributor="CRUX" \
-Dudev=enabled \
-Dgtk_doc=false \
-Ddesktop_docs=false \
-Dsystemd=disabled
-D gnome_distributor="CRUX" \
-D udev=enabled \
-D gtk_doc=false \
-D desktop_docs=false \
-D systemd=disabled
meson compile -C build
DESTDIR=$PKG meson install -C build
rm -fr $PKG/usr/share/locale
}