Date: Saturday, May 22, 2010 @ 09:17:01
  Author: andyrtr
Revision: 80816

upgpkg: libxfcegui4 4.6.4-1
new version 4.6.2; remove from Xfce4 group #16444

Modified:
  libxfcegui4/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-05-22 13:09:13 UTC (rev 80815)
+++ PKGBUILD    2010-05-22 13:17:01 UTC (rev 80816)
@@ -2,24 +2,27 @@
 # Maintainer: tobias <tobias funnychar archlinux.org>
 
 pkgname=libxfcegui4
-pkgver=4.6.3
+pkgver=4.6.4
 pkgrel=1
 pkgdesc="Various gtk widgets for Xfce"
 arch=(i686 x86_64)
 license=('GPL2')
 url="http://www.xfce.org/";
-groups=('xfce4')
-depends=('startup-notification' "xfconf>=4.6.1" "libglade>=2.6.4" 
'hicolor-icon-theme')
+depends=('startup-notification' "xfconf>=4.6.2" "libglade>=2.6.4" 
'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool')
 install=${pkgname}.install
 
source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a647411a0b95d45bb701beff83636307')
+md5sums=('88de59b222cb9977f93a4c61011c1e1f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static # --enable-xinerama
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 }

Reply via email to