From 51d1f889a2636ba575c4b279265f708c924df014 Mon Sep 17 00:00:00 2001 From: piernov Date: Wed, 7 Sep 2011 16:16:12 +0200 Subject: yelp 3.1.3-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yelp/.md5sum.i686 | 2 +- yelp/.md5sum.x86_64 | 2 +- yelp/Pkgfile | 2 +- yelp/post-install | 18 ++++-------------- 4 files changed, 7 insertions(+), 17 deletions(-) (limited to 'yelp') diff --git a/yelp/.md5sum.i686 b/yelp/.md5sum.i686 index 27fac6d..e23087d 100644 --- a/yelp/.md5sum.i686 +++ b/yelp/.md5sum.i686 @@ -1 +1 @@ -eace1dd0d869167501dce803f24673c6 yelp-3.1.2.tar.xz +d194863a99aa26eb6f65b27ba942747c yelp-3.1.3.tar.xz diff --git a/yelp/.md5sum.x86_64 b/yelp/.md5sum.x86_64 index 27fac6d..e23087d 100644 --- a/yelp/.md5sum.x86_64 +++ b/yelp/.md5sum.x86_64 @@ -1 +1 @@ -eace1dd0d869167501dce803f24673c6 yelp-3.1.2.tar.xz +d194863a99aa26eb6f65b27ba942747c yelp-3.1.3.tar.xz diff --git a/yelp/Pkgfile b/yelp/Pkgfile index 1bb3565..3611285 100644 --- a/yelp/Pkgfile +++ b/yelp/Pkgfile @@ -6,7 +6,7 @@ # Run on: dbus-glib,desktop-file-utils,dconf,webkit,yelp-xsl name=yelp -version=3.1.2 +version=3.1.3 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) diff --git a/yelp/post-install b/yelp/post-install index da694bc..b98b5d8 100755 --- a/yelp/post-install +++ b/yelp/post-install @@ -1,24 +1,14 @@ #!/bin/sh -GNOME_VERSION= port=yelp # gconf schemas -SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`" +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas -for SCHEMA in $SCHEMAS -do - export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` - /usr/bin/gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null -done - -# reload gconf caches -if [ ! -z "`pidof gconfd-2`" ] -then - killall -HUP gconfd-2 > /dev/null -fi +# icon cache +gtk-update-icon-cache -q -t -f /usr/share/$port/icons/hicolor # desktop database -update-desktop-database > /dev/null +update-desktop-database -q # End of file -- cgit v1.2.3-54-g00ecf