summaryrefslogtreecommitdiff
path: root/extra/libxfce4ui
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-24 23:14:50 +0000
committerroot <root@rshg054.dnsready.net>2011-12-24 23:14:50 +0000
commit2d2e64c7c198ff82ea6e306f7673168dcf5ddca7 (patch)
treed1db6175abc5826c498c3140c028b5b7fbac5ee1 /extra/libxfce4ui
parentd53a615fd6ab6dfeb42da11086f96698cb08fe40 (diff)
Sat Dec 24 23:14:50 UTC 2011
Diffstat (limited to 'extra/libxfce4ui')
-rw-r--r--extra/libxfce4ui/PKGBUILD42
1 files changed, 23 insertions, 19 deletions
diff --git a/extra/libxfce4ui/PKGBUILD b/extra/libxfce4ui/PKGBUILD
index 5a528e5e2..be1939c7b 100644
--- a/extra/libxfce4ui/PKGBUILD
+++ b/extra/libxfce4ui/PKGBUILD
@@ -1,35 +1,39 @@
-# $Id: PKGBUILD 124354 2011-05-20 06:47:50Z andyrtr $
-# Maintainer: AndyRTR <andyrtr@archlinux.org>
+# $Id: PKGBUILD 145607 2011-12-23 17:37:26Z foutrelis $
+# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Xavier Devlamynck <magicrhesus@ouranos.be>
pkgname=libxfce4ui
-pkgver=4.8.0
-pkgrel=3
-pkgdesc="share commonly used Xfce widgets among the Xfce applications"
+pkgver=4.8.1
+pkgrel=1
+pkgdesc="Commonly used Xfce widgets among Xfce applications"
arch=('i686' 'x86_64')
-license=('GPL2')
url="http://www.xfce.org/"
-depends=('libxfce4util>=4.8.0' 'gtk2' "xfconf>=4.8.0" 'libsm' 'startup-notification')
+license=('GPL2')
+depends=('libxfce4util' 'gtk2' 'xfconf' 'libsm' 'startup-notification')
makedepends=('intltool' 'gtk-doc' 'glade')
optdepends=('glade: for using the included glade module')
#replaces=('libxfcegui4') - later when all is ported
options=('!libtool')
-source=(http://archive.xfce.org/src/xfce/libxfce4ui/4.8/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('df9acb3328dff905bd0777b84532b69f')
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.8/$pkgname-$pkgver.tar.bz2)
+sha256sums=('39cbed29da06960074014b74abc2ba57db49dc81ab8995fb2160579c51669956')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static \
- --enable-gtk-doc \
- --disable-debug
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --disable-static \
+ --enable-gtk-doc \
+ --disable-debug
make
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
}
+
+# vim:set ts=2 sw=2 et: