summaryrefslogtreecommitdiffstats
path: root/libgweather/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libgweather/Pkgfile')
-rw-r--r--libgweather/Pkgfile8
1 files changed, 4 insertions, 4 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
}