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

0.27.1+3+gf82500d-1

parent 960ac802
No related branches found
Tags 0.27.1+3+gf82500d-1
No related merge requests found
......@@ -2,15 +2,15 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=dconf
pkgver=0.26.1
pkgver=0.27.1+3+gf82500d
pkgrel=1
pkgdesc="Configuration database system"
url="https://wiki.gnome.org/Projects/dconf"
arch=(x86_64)
license=(LGPL2.1)
depends=(glib2)
makedepends=(vala dbus git gtk-doc python)
_commit=46d862f37c8d35012b23932a8fb9073826407087 # tags/0.26.1^0
makedepends=(vala dbus git gtk-doc python meson)
_commit=f82500d8cfccf4329ea0eedea07f1118264dc1ed # master
source=("git+https://git.gnome.org/browse/dconf#commit=$_commit")
sha256sums=('SKIP')
......@@ -21,18 +21,21 @@ pkgver() {
prepare() {
cd $pkgname
NOCONFIGURE=1 ./autogen.sh
}
build() {
cd $pkgname
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/dconf --enable-gtk-doc
make
arch-meson $pkgname build -D enable-gtk-doc=true
ninja -C build
}
check() {
cd build
# dbus tests can't connect and dbus-run-session doesn't help
meson test || :
}
package() {
cd $pkgname
make DESTDIR="$pkgdir" install
DESTDIR="$pkgdir" ninja -C build install
}
# vim:set ts=2 sw=2 et:
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