[arch-commits] Commit in squeeze/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Thu Jan 13 13:09:14 UTC 2011
Date: Thursday, January 13, 2011 @ 08:09:13
Author: andyrtr
Revision: 105853
upgpkg: squeeze 0.2.3-4
rebuild for Xfce 4.8
Modified:
squeeze/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-01-13 11:55:26 UTC (rev 105852)
+++ PKGBUILD 2011-01-13 13:09:13 UTC (rev 105853)
@@ -4,13 +4,13 @@
pkgname=squeeze
pkgver=0.2.3
-pkgrel=3
+pkgrel=4
pkgdesc="Squeeze is a modern and advanced archive manager for the Xfce Desktop Environment."
arch=('i686' 'x86_64')
license=('GPL2')
url="http://squeeze.xfce.org/"
groups=('xfce4-goodies')
-depends=('thunar' 'desktop-file-utils' 'hicolor-icon-theme')
+depends=('thunar-vfs' 'desktop-file-utils' 'hicolor-icon-theme')
makedepends=('pkgconfig' 'tar' 'desktop-file-utils')
optdepends=('tar: TAR support'
'gzip: GZIP support'
@@ -31,11 +31,15 @@
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
- --localstatedir=/var --disable-static || return 1
- make || return 1
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-debug
+ make
}
package() {
cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install || return 1
+ make DESTDIR=${pkgdir} install
}
More information about the arch-commits
mailing list