[arch-commits] Commit in xfwm4-themes/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Sat Sep 10 13:01:44 UTC 2011
Date: Saturday, September 10, 2011 @ 09:01:44
Author: pierre
Revision: 137705
upgpkg: xfwm4-themes 4.6.0-2
update old package; cleanup and switch to any architecture
Modified:
xfwm4-themes/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-10 12:54:04 UTC (rev 137704)
+++ PKGBUILD 2011-09-10 13:01:44 UTC (rev 137705)
@@ -3,22 +3,26 @@
pkgname=xfwm4-themes
pkgver=4.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="A set of additional themes for the Xfce window manager"
-arch=(i686 x86_64)
+arch=('any')
license=('GPL2')
url="http://www.xfce.org/"
groups=('xfce4')
-depends=("xfwm4>=${pkgver}")
+depends=('xfwm4')
makedepends=('pkgconfig')
options=('!libtool')
-source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
+source=("http://archive.xfce.org/xfce/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
md5sums=('4dc5cb29cbd40e3b9dece12a85e20854')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
--localstatedir=/var --disable-static
- make || return 1
- make DESTDIR=${pkgdir} install || return 1
+ make
}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
More information about the arch-commits
mailing list