Date: Thursday, September 17, 2020 @ 18:29:19 Author: heftig Revision: 396229
0.38.0-1 Modified: dconf/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-17 18:04:30 UTC (rev 396228) +++ PKGBUILD 2020-09-17 18:29:19 UTC (rev 396229) @@ -1,18 +1,18 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Ionut Biru <[email protected]> pkgname=dconf -pkgver=0.36.0 +pkgver=0.38.0 pkgrel=1 pkgdesc="Configuration database system" url="https://wiki.gnome.org/Projects/dconf" arch=(x86_64) -license=(LGPL2.1) +license=(LGPL) depends=(glib2) makedepends=(vala dbus git gtk-doc python meson bash-completion) provides=(libdconf.so) install=dconf.install -_commit=b11d5f1e18b1a57fde7e8d1a1c361d5bce0da564 # tags/0.36.0^0 +_commit=c63ea4d11ac29db3c5175d53e990e77e8b20f7bf # tags/0.38.0^0 source=("git+https://gitlab.gnome.org/GNOME/dconf.git#commit=$_commit" dconf-update dconf-update.hook) sha256sums=('SKIP' @@ -30,7 +30,7 @@ build() { arch-meson $pkgname build -D gtk_doc=true - ninja -C build + meson compile -C build } check() { @@ -41,6 +41,9 @@ DESTDIR="$pkgdir" meson install -C build install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook install -Dt "$pkgdir/usr/share/libalpm/scripts" dconf-update + + # Prevent this directory from getting removed when other + # packages which install files there get uninstalled install -Dm644 /dev/null "$pkgdir/etc/dconf/db/.placeholder" }
