Skip to content
Snippets Groups Projects
Commit 85a18eb1 authored by Jan de Groot's avatar Jan de Groot
Browse files

upgpkg: 0.26.0-1

parent a37ad2bf
No related branches found
No related tags found
No related merge requests found
......@@ -3,24 +3,35 @@
pkgname=dconf
pkgver=0.26.0
pkgrel=2
pkgrel=1
pkgdesc="Configuration database system"
arch=(i686 x86_64)
url="https://wiki.gnome.org/Projects/dconf"
license=(LGPL2.1)
depends=(glib2)
makedepends=(vala intltool docbook-xsl python)
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
sha256sums=('8683292eb31a3fae31e561f0a4220d8569b0f6d882e9958b68373f9043d658c9')
makedepends=(vala dbus git gtk-doc python)
_commit=102bb4a209e4195cb8fe7bb67406458b6841a8c2
source=("git://git.gnome.org/dconf#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd $pkgname
git describe --tags | sed 's/-/+/g'
}
prepare() {
cd $pkgname
NOCONFIGURE=1 ./autogen.sh
}
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/dconf
cd $pkgname
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/dconf --enable-gtk-doc
make
}
package() {
cd $pkgname-$pkgver
cd $pkgname
make DESTDIR="$pkgdir" install \
completiondir=/usr/share/bash-completion/completions
}
......
post_install() {
gio-querymodules /usr/lib/gio/modules
}
post_upgrade(){
post_install
}
post_remove() {
post_install
}
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