From cd2e6d0351a1326bedbf517f1ae3e03c19baddf8 Mon Sep 17 00:00:00 2001 From: piernov Date: Tue, 23 Aug 2011 17:43:39 +0200 Subject: libgnomekbd 3.1.90-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libgnomekbd/.md5sum.i686 | 2 +- libgnomekbd/.md5sum.x86_64 | 2 +- libgnomekbd/Pkgfile | 4 ++-- libgnomekbd/post-install | 16 ++-------------- 4 files changed, 6 insertions(+), 18 deletions(-) (limited to 'libgnomekbd') diff --git a/libgnomekbd/.md5sum.i686 b/libgnomekbd/.md5sum.i686 index da91e52..d03ebf5 100644 --- a/libgnomekbd/.md5sum.i686 +++ b/libgnomekbd/.md5sum.i686 @@ -1 +1 @@ -6f0506d7481922ac9b34b4f50987703e libgnomekbd-3.0.0.1.tar.bz2 +30b2c13bce61c8ed744521603fde892e libgnomekbd-3.1.90.tar.xz diff --git a/libgnomekbd/.md5sum.x86_64 b/libgnomekbd/.md5sum.x86_64 index da91e52..d03ebf5 100644 --- a/libgnomekbd/.md5sum.x86_64 +++ b/libgnomekbd/.md5sum.x86_64 @@ -1 +1 @@ -6f0506d7481922ac9b34b4f50987703e libgnomekbd-3.0.0.1.tar.bz2 +30b2c13bce61c8ed744521603fde892e libgnomekbd-3.1.90.tar.xz diff --git a/libgnomekbd/Pkgfile b/libgnomekbd/Pkgfile index 442eedd..a9cdba8 100644 --- a/libgnomekbd/Pkgfile +++ b/libgnomekbd/Pkgfile @@ -6,9 +6,9 @@ # Run on: gconf,gtk3,libxklavier,libgnome name=libgnomekbd -version=3.0.0.1 +version=3.1.90 release=1 -source=(http://download.gnome.org/sources/$name/${version%.*.*}/$name-$version.tar.bz2) +source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version diff --git a/libgnomekbd/post-install b/libgnomekbd/post-install index a7d1656..c8d7e20 100755 --- a/libgnomekbd/post-install +++ b/libgnomekbd/post-install @@ -2,20 +2,8 @@ port=libgnomekbd -# gconf schemas -SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.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 +# glib schemas +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas # desktop database update-desktop-database > /dev/null -- cgit v1.2.3-54-g00ecf