Skip to content
Snippets Groups Projects
Commit 60737b32 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

0.38.0-1

parent 083711d6
No related branches found
No related tags found
No related merge requests found
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org>
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 @@ prepare() {
build() {
arch-meson $pkgname build -D gtk_doc=true
ninja -C build
meson compile -C build
}
check() {
......@@ -41,6 +41,9 @@ package() {
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"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment