diff options
author | piernov <piernov@piernov.org> | 2011-09-04 15:42:27 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-04 15:42:27 +0200 |
commit | 8b3858dc2048d1daded49b8ccb2116ffc61279aa (patch) | |
tree | 39c3cf0dfaf532f9d8d02d019d108399a8142bf8 /libgweather | |
parent | 75057f38836f719770764ba3789e71040f4a0d79 (diff) | |
download | gnome3-8b3858dc2048d1daded49b8ccb2116ffc61279aa.tar.gz gnome3-8b3858dc2048d1daded49b8ccb2116ffc61279aa.tar.bz2 gnome3-8b3858dc2048d1daded49b8ccb2116ffc61279aa.tar.xz gnome3-8b3858dc2048d1daded49b8ccb2116ffc61279aa.zip |
libgweather 3.1.3 correction + corrections deps diverses
Diffstat (limited to 'libgweather')
-rw-r--r-- | libgweather/Pkgfile | 8 | ||||
-rwxr-xr-x | libgweather/post-install | 6 |
2 files changed, 4 insertions, 10 deletions
diff --git a/libgweather/Pkgfile b/libgweather/Pkgfile index 1ed1c0b..40252f5 100644 --- a/libgweather/Pkgfile +++ b/libgweather/Pkgfile @@ -1,9 +1,9 @@ -# Description: Librairie gnome pour accéder aux informations météo +# Description: Bibliothèque Gnome permettant d'accéder à des informations météo # URL: http://www.gnome.org/ # Maintainer: NuTyX GNOME team # Packager: b at juglas dot name -# Depends on: gtk,intltool,libsoup -# Run on: gtk,intltool,libsoup +# Depends on: gconf, intltool, libsoup, gnome-common, gnome-icon-theme +# Run on: gconf,libsoup,gnome-icon-theme name=libgweather version=3.1.3 @@ -16,7 +16,7 @@ build() { --sysconfdir=/etc \ --disable-gtk-doc make - make DESTDIR=$PKG install + make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc } diff --git a/libgweather/post-install b/libgweather/post-install index 4cfa07e..397dd65 100755 --- a/libgweather/post-install +++ b/libgweather/post-install @@ -11,10 +11,4 @@ do /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 - # End of file |