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

upgpkg: 0.23.1-1

parent 4b548c9b
No related branches found
No related tags found
No related merge requests found
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=dconf
pkgver=0.22.0
pkgver=0.23.1
pkgrel=1
pkgdesc="A low-level configuration system."
arch=(i686 x86_64)
url="http://live.gnome.org/dconf"
license=('LGPL2.1')
depends=('glib2')
makedepends=('vala' 'gtk3' 'intltool' 'docbook-xsl' 'python' 'python2')
optdepends=('gtk3: for dconf-editor')
depends=('glib2' 'libdbus')
makedepends=('vala' 'intltool' 'docbook-xsl' 'python2')
install=dconf.install
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
sha256sums=('0a277cb0c3f09e77d9413c5a9b3577fc2b5d6e941b59b44940392e024a224b8e')
sha256sums=('7181580dca4d3765a6ac8292fe66b8c0ea29f6a543ae4e702739026a8f3f4263')
build() {
cd "$pkgname-$pkgver"
......
post_install() {
gio-querymodules /usr/lib/gio/modules
glib-compile-schemas /usr/share/glib-2.0/schemas
if [[ -x /usr/bin/gtk-update-icon-cache ]]; then
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
fi
}
post_upgrade(){
......
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