[arch-commits] Commit in (4 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Nov 6 21:22:49 UTC 2010


    Date: Saturday, November 6, 2010 @ 17:22:49
  Author: andyrtr
Revision: 98309

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

Added:
  libxfce4ui/
  libxfce4ui/repos/
  libxfce4ui/trunk/
  libxfce4ui/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Added: libxfce4ui/trunk/PKGBUILD
===================================================================
--- libxfce4ui/trunk/PKGBUILD	                        (rev 0)
+++ libxfce4ui/trunk/PKGBUILD	2010-11-06 21:22:49 UTC (rev 98309)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Xavier Devlamynck <magicrhesus at ouranos.be>
+
+pkgname=libxfce4ui
+pkgver=4.7.3
+pkgrel=1
+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')
+options=('!libtool')
+source=(http://archive.xfce.org/src/xfce/libxfce4ui/4.7/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('919ebc5891a4403fa352f65e42ee401f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+    --localstatedir=/var --disable-static --enable-maintainer-mode
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


Property changes on: libxfce4ui/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list