[arch-commits] Commit in libxfce4ui/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Nov 7 18:05:54 UTC 2010


    Date: Sunday, November 7, 2010 @ 13:05:54
  Author: andyrtr
Revision: 98317

add new package needed for Xfce4.8 release based on the AUR devel pkg

Modified:
  libxfce4ui/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-07 15:46:45 UTC (rev 98316)
+++ PKGBUILD	2010-11-07 18:05:54 UTC (rev 98317)
@@ -3,21 +3,23 @@
 # Contributor: Xavier Devlamynck <magicrhesus at ouranos.be>
 
 pkgname=libxfce4ui
-pkgver=4.7.3
+pkgver=4.7.4
 pkgrel=1
-pkgdesc="share commonly used Xfce widgets among the Xfce applicationsa freedesktop.org compliant ui implementation for Xfce (Development Version)
+pkgdesc="share commonly used Xfce widgets among the Xfce applicationsa freedesktop.org compliant ui implementation for Xfce (Development Version)"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.xfce.org/"
 groups=('xfce4')
+depends=('libxfce4util>=4.7.3' 'gtk2' "xfconf>=4.7.3" 'startup-notification' 'glade')
+makedepends=('intltool' 'gtk-doc' )
 options=('!libtool')
 source=(http://archive.xfce.org/src/xfce/libxfce4ui/4.7/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('919ebc5891a4403fa352f65e42ee401f')
+md5sums=('4d3cc02c6b09552b940d5d09245e8934')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-    --localstatedir=/var --disable-static --enable-maintainer-mode
+    --localstatedir=/var --disable-static # --enable-maintainer-mode
   make
 }
 




More information about the arch-commits mailing list