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

0.30.0-1

parent 538a0d2c
No related branches found
No related tags found
No related merge requests found
......@@ -2,16 +2,16 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=dconf
pkgver=0.28.0
pkgver=0.30.0
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 meson)
_commit=fd884c24cf7d9631836c106ed4a895f18d707120 # tags/0.28.0^0
source=("git+https://git.gnome.org/browse/dconf#commit=$_commit")
makedepends=(vala dbus git gtk-doc python meson bash-completion)
_commit=5310788b908725641e8fcb031ea5718ba8daee13 # tags/0.30.0^0
source=("git+https://gitlab.gnome.org/GNOME/dconf.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
......@@ -24,18 +24,17 @@ prepare() {
}
build() {
arch-meson $pkgname build -D enable-gtk-doc=true
arch-meson $pkgname build -D gtk_doc=true
ninja -C build
}
check() {
cd build
# dbus tests can't connect and dbus-run-session doesn't help
meson test || :
meson test -C build || :
}
package() {
DESTDIR="$pkgdir" ninja -C build install
DESTDIR="$pkgdir" meson install -C build
}
# 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