diff options
-rw-r--r-- | gsettings-desktop-schemas/Pkgfile | 2 | ||||
-rw-r--r-- | gthumb/Pkgfile | 4 | ||||
-rw-r--r-- | libgweather/Pkgfile | 8 | ||||
-rwxr-xr-x | libgweather/post-install | 6 | ||||
-rw-r--r-- | networkmanager/Pkgfile | 2 |
5 files changed, 8 insertions, 14 deletions
diff --git a/gsettings-desktop-schemas/Pkgfile b/gsettings-desktop-schemas/Pkgfile index 87139d5..1c4e177 100644 --- a/gsettings-desktop-schemas/Pkgfile +++ b/gsettings-desktop-schemas/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: piernov <piernov@piernov.org> # Packager: piernov <piernov@piernov.org> # Depends on: intltool -# Run on: intltool +# Run on: name=gsettings-desktop-schemas version=3.1.3 diff --git a/gthumb/Pkgfile b/gthumb/Pkgfile index 05474cf..54d165e 100644 --- a/gthumb/Pkgfile +++ b/gthumb/Pkgfile @@ -2,8 +2,8 @@ # URL: http://people.gnome.org/~paobac/goobox/ # Maintainer: NutyX Gnome team # Packager: piernov <piernov@piernov.org> -# Depends on: libunique, gconf, exiv2, libsoup-gnome, clutter-gtk, libsm, gst-plugins-base, brasero, libchamplain, libgnome-keyring -# Run on: libunique,gconf,exiv2,libsoup-gnome,clutter-gtk,brasero,libchamplain,libgnome-keyring +# Depends on: libunique, gconf, exiv2, libsoup, clutter-gtk, libsm, gst-plugins-base, brasero, libchamplain, libgnome-keyring +# Run on: libunique,gconf,exiv2,libsoup,clutter-gtk,brasero,libchamplain,libgnome-keyring name=gthumb version=2.13.3 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 diff --git a/networkmanager/Pkgfile b/networkmanager/Pkgfile index 1fbbad3..4bd85ee 100644 --- a/networkmanager/Pkgfile +++ b/networkmanager/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: dbus-glib, iproute2, libnl, nss, polkit, wireless_tools, wpa_supplicant, ppp, iptables, intltool, bluez, gobject-introspection -# Run on: dbus-glib,iproute2,libnl,nss,polkit,wireless_tools,wpa_supplicant,ppp,iptables,intltool,bluez +# Run on: dbus-glib,iproute2,libnl,nss,polkit,wireless_tools,wpa_supplicant,ppp,iptables,bluez name=networkmanager |