gsettings-desktop-schemas: adopted port

This commit is contained in:
Tim Biermann 2023-08-27 17:43:04 +02:00
parent cd3f9c07bc
commit a28eff736f
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/aKbbgx/is3Gmj+mvzormPpU78gPTOnxGw9N8IB/4UwDlUisnKtIFiezyPsMiJovaI4zUgc4sI0CL6SnRfhdog4=
SHA256 (Pkgfile) = faa9692b86d81292355971b3359dcfba0a63c448e4dcb8cb74764f10ffb24537
RWSE3ohX2g5d/ehzSBG6/rgge8d4FL1/rGbSWogbeIOVb8deLWPZhhrpTE95or+q4VI/k2mYpIYNNZJCpH/9DverR7N+RxsJAgk=
SHA256 (Pkgfile) = 4a239ea1a77ac6a12f59b7d5da2cffeae2f1acd62e8ccc118ea08485b62e5197
SHA256 (.footprint) = 8935f87dbda0998a057ae65a1365c8899bbca101cd5a1cf3f60edaef7c14311b
SHA256 (gsettings-desktop-schemas-44.0.tar.xz) = eb2de45cad905994849e642a623adeb75d41b21b0626d40d2a07b8ea281fec0e

View File

@ -1,6 +1,6 @@
# Description: Shared GSettings schemas for the desktop
# URL: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: gobject-introspection intltool
name=gsettings-desktop-schemas
@ -9,15 +9,15 @@ release=1
source=(https://download.gnome.org/sources/$name/${version:0:2}/$name-$version.tar.xz)
build() {
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true
meson compile -C build
DESTDIR=$PKG meson install -C build
meson compile -C build
DESTDIR=$PKG meson install -C build
rm -r $PKG/usr/share/locale
rm -r $PKG/usr/share/locale
}