diff options
author | piernov <piernov@piernov.org> | 2012-03-31 13:43:56 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-03-31 13:43:56 +0200 |
commit | 9b8f32949d1b27f52452a234259f329f617572ee (patch) | |
tree | bb3cc4c29a88c60b39a33ecf91db63222f571f48 | |
parent | 962e744125c82d1bdbc114f539be0457b8df0cee (diff) | |
download | gnome3-9b8f32949d1b27f52452a234259f329f617572ee.tar.gz gnome3-9b8f32949d1b27f52452a234259f329f617572ee.tar.bz2 gnome3-9b8f32949d1b27f52452a234259f329f617572ee.tar.xz gnome3-9b8f32949d1b27f52452a234259f329f617572ee.zip |
dconf 0.12.0-1 màj port
-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 |