diff options
-rw-r--r-- | libgnomekbd/.md5sum.i686 | 2 | ||||
-rw-r--r-- | libgnomekbd/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | libgnomekbd/Pkgfile | 4 | ||||
-rwxr-xr-x | libgnomekbd/post-install | 16 |
4 files changed, 6 insertions, 18 deletions
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 |