Date: Sunday, January 27, 2013 @ 17:13:00
  Author: pierre
Revision: 83136

archrelease: copy trunk to community-i686, community-x86_64

Added:
  devilspie/repos/community-i686/
  devilspie/repos/community-i686/PKGBUILD
    (from rev 83135, devilspie/trunk/PKGBUILD)
  devilspie/repos/community-x86_64/
  devilspie/repos/community-x86_64/PKGBUILD
    (from rev 83135, devilspie/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: devilspie/repos/community-i686/PKGBUILD (from rev 83135, 
devilspie/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-01-27 16:13:00 UTC (rev 83136)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Aaron Griffin <aa...@archlinux.org>
+# Contributor: Travis Willard <trav...@wmpub.ca> 
+# Contributor: William Rea <sillywi...@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
+}

Copied: devilspie/repos/community-x86_64/PKGBUILD (from rev 83135, 
devilspie/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 16:13:00 UTC (rev 83136)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Aaron Griffin <aa...@archlinux.org>
+# Contributor: Travis Willard <trav...@wmpub.ca> 
+# Contributor: William Rea <sillywi...@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
+}

Reply via email to