summaryrefslogtreecommitdiffstats
path: root/abs/extra/libwnck
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2011-08-06 01:01:01 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2011-08-06 01:01:01 (GMT)
commit9cc464bde03a97d6cbea14420b1b2ee32ca3ca00 (patch)
treeb9798f9697d87f76b67f623bdc14991320987a33 /abs/extra/libwnck
parent742d4dd32ba3970447f7a67ee9abeab07ea8bf01 (diff)
downloadlinhes_pkgbuild-9cc464bde03a97d6cbea14420b1b2ee32ca3ca00.zip
linhes_pkgbuild-9cc464bde03a97d6cbea14420b1b2ee32ca3ca00.tar.gz
linhes_pkgbuild-9cc464bde03a97d6cbea14420b1b2ee32ca3ca00.tar.bz2
xfce4 related pkg cleanup
Diffstat (limited to 'abs/extra/libwnck')
-rw-r--r--abs/extra/libwnck/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/abs/extra/libwnck/PKGBUILD b/abs/extra/libwnck/PKGBUILD
deleted file mode 100644
index f7e8baa..0000000
--- a/abs/extra/libwnck/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 99757 2010-11-17 12:00:58Z ibiru $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-pkgname=libwnck
-pkgver=2.30.6
-pkgrel=1
-pkgdesc="Window Navigator Construction Kit"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk2>=2.22.0' 'startup-notification>=0.10' 'libxres' 'gdk-pixbuf2')
-makedepends=('libxt>=1.0.6' 'intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('4d25984ed5cfe215eb650f960de634300a6cafc9d98bbc7caea8043b7cd96cc5')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static
- make || return 1
-}
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}