summaryrefslogtreecommitdiff
path: root/community/devilspie
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/devilspie
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/devilspie')
-rw-r--r--community/devilspie/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/community/devilspie/PKGBUILD b/community/devilspie/PKGBUILD
deleted file mode 100644
index 579bdc74c..000000000
--- a/community/devilspie/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 83136 2013-01-27 16:13:00Z pierre $
-# Maintainer: Aaron Griffin <aaron@archlinux.org>
-# Contributor: Travis Willard <travisw@wmpub.ca>
-# Contributor: William Rea <sillywilly@gmail.com>
-
-pkgname=devilspie
-pkgver=0.22
-pkgrel=5
-pkgdesc="x11 window matching utility"
-arch=('i686' 'x86_64')
-url="http://www.burtonini.com/blog/computers/devilspie"
-license=('GPL')
-depends=('libwnck')
-makedepends=('pkgconfig' 'intltool' 'gnome-common')
-source=("http://www.burtonini.com/computing/$pkgname-$pkgver.tar.gz")
-md5sums=('4190e12f99ab92c0427e457d9fbfe231')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am
- export LIBS="-lX11"
- ./autogen.sh
-
- ./configure --prefix=/usr --sysconfdir=/etc
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make prefix=$pkgdir/usr install
- # Make and install blank config
- mkdir -p $pkgdir/etc/devilspie
- echo '(debug)' > $pkgdir/etc/devilspie/example.ds
-}