From 9b8f32949d1b27f52452a234259f329f617572ee Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 31 Mar 2012 13:43:56 +0200 Subject: dconf 0.12.0-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dconf/.md5sum.i686 | 2 +- dconf/.md5sum.x86_64 | 2 +- dconf/Pkgfile | 2 +- dconf/post-install | 11 +++++++++++ 4 files changed, 14 insertions(+), 3 deletions(-) create mode 100755 dconf/post-install 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 -- cgit v1.2.3-70-g09d2