summaryrefslogtreecommitdiffstats
path: root/abs/extra/libxfcegui4/PKGBUILD
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2011-08-06 01:54:16 (GMT)
committerBritney Fransen <brfransen@gmail.com>2011-08-06 01:54:16 (GMT)
commit8bc233d2a285e825733593aff91e9211758fc838 (patch)
treed1b976453d76a8a23c0a5fafc3e4741ccedb6d1d /abs/extra/libxfcegui4/PKGBUILD
parentba2331b07d1becfbed66e0bca81536ef7fee4759 (diff)
parent12d025b342ea99681a2b9d830a153ced182daca1 (diff)
downloadlinhes_pkgbuild-8bc233d2a285e825733593aff91e9211758fc838.zip
linhes_pkgbuild-8bc233d2a285e825733593aff91e9211758fc838.tar.gz
linhes_pkgbuild-8bc233d2a285e825733593aff91e9211758fc838.tar.bz2
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/libxfcegui4/PKGBUILD')
-rw-r--r--abs/extra/libxfcegui4/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/abs/extra/libxfcegui4/PKGBUILD b/abs/extra/libxfcegui4/PKGBUILD
deleted file mode 100644
index c947d2f..0000000
--- a/abs/extra/libxfcegui4/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 80816 2010-05-22 13:17:01Z andyrtr $
-# Maintainer: tobias <tobias funnychar archlinux.org>
-
-pkgname=libxfcegui4
-pkgver=4.6.4
-pkgrel=1
-pkgdesc="Various gtk widgets for Xfce"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://www.xfce.org/"
-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=('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
-}