diff options
Diffstat (limited to 'file-roller/Pkgfile')
-rw-r--r-- | file-roller/Pkgfile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/file-roller/Pkgfile b/file-roller/Pkgfile index a0a5356..00e0857 100644 --- a/file-roller/Pkgfile +++ b/file-roller/Pkgfile @@ -2,11 +2,11 @@ # URL: http://www.gnome.org/ # Maintainer: NuTyX GNOME team # Packager: thierryn1 at hispeed dot ch -# Depends on: libgnomeui -# Run on: rarian,libgnomeui +# Depends on: dconf, nautilus +# Run on: dconf,nautilus name=file-roller -version=3.1.1 +version=3.1.2 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) @@ -16,10 +16,8 @@ build() { --libexecdir=/usr/lib \ --sysconfdir=/etc \ --localstatedir=/var/lib \ - --disable-schemas-install \ - --disable-nautilus-actions + --disable-scrollkeeper \ + --disable-schemas-compile make make DESTDIR=$PKG install - rm -rf $PKG/var } - |