[arch-commits] Commit in xfce4-notes-plugin/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Tue Jan 4 20:53:16 UTC 2011
Date: Tuesday, January 4, 2011 @ 15:53:16
Author: andyrtr
Revision: 104757
upgpkg: xfce4-notes-plugin 1.7.7-2
rebuild for Xfce 4.8pre3 release candidate
Modified:
xfce4-notes-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-01-04 20:49:43 UTC (rev 104756)
+++ PKGBUILD 2011-01-04 20:53:16 UTC (rev 104757)
@@ -4,14 +4,14 @@
pkgname=xfce4-notes-plugin
pkgver=1.7.7
-pkgrel=1
+pkgrel=2
pkgdesc="A notes plugin for the Xfce4 panel"
arch=('i686' 'x86_64')
license=('GPL2')
url="http://xfce-goodies.berlios.de/"
groups=('xfce4-goodies')
-depends=('xfce4-panel>=4.6.1' 'libunique' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool')
+depends=('xfce4-panel>=4.7.0' 'libxfcegui4' 'libunique' 'hicolor-icon-theme')
+makedepends=('intltool')
options=('!libtool')
install=${pkgname}.install
source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.7/${pkgname}-${pkgver}.tar.bz2)
@@ -19,12 +19,16 @@
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
- --localstatedir=/var --disable-static
- make || return 1
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --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