diff options
-rw-r--r-- | dconf/.md5sum.i686 | 2 | ||||
-rw-r--r-- | dconf/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | dconf/Pkgfile | 2 | ||||
-rwxr-xr-x | dconf/post-install | 11 |
4 files changed, 14 insertions, 3 deletions
diff --git a/dconf/.md5sum.i686 b/dconf/.md5sum.i686 index 7d12173..c7f2a35 100644 --- a/dconf/.md5sum.i686 +++ b/dconf/.md5sum.i686 @@ -1 +1 @@ -b1e95cf3bdbf51d4334a9c931df46670 dconf-0.11.7.tar.xz +6aec9d37fca1614cd672bc5b2215c9f3 dconf-0.12.0.tar.xz diff --git a/dconf/.md5sum.x86_64 b/dconf/.md5sum.x86_64 index 7d12173..c7f2a35 100644 --- a/dconf/.md5sum.x86_64 +++ b/dconf/.md5sum.x86_64 @@ -1 +1 @@ -b1e95cf3bdbf51d4334a9c931df46670 dconf-0.11.7.tar.xz +6aec9d37fca1614cd672bc5b2215c9f3 dconf-0.12.0.tar.xz diff --git a/dconf/Pkgfile b/dconf/Pkgfile index f5c502d..5d9e7fb 100644 --- a/dconf/Pkgfile +++ b/dconf/Pkgfile @@ -6,7 +6,7 @@ # Run on: gtk3 name=dconf -version=0.11.7 +version=0.12.0 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) diff --git a/dconf/post-install b/dconf/post-install new file mode 100755 index 0000000..82e2cad --- /dev/null +++ b/dconf/post-install @@ -0,0 +1,11 @@ +#!/bin/sh + +port=dconf + +# glib schemas +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas + +# icon cache +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + +# End of file |