[arch-commits] Commit in devilspie/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue May 30 18:48:02 UTC 2017


    Date: Tuesday, May 30, 2017 @ 18:47:56
  Author: arojas
Revision: 231405

Update to 0.23

Modified:
  devilspie/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++----------------
 1 file changed, 11 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-30 18:47:20 UTC (rev 231404)
+++ PKGBUILD	2017-05-30 18:47:56 UTC (rev 231405)
@@ -5,34 +5,29 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=devilspie
-pkgver=0.22
-pkgrel=7
+pkgver=0.23
+pkgrel=1
 pkgdesc='Window matching utility for X'
 arch=('x86_64' 'i686')
 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")
-sha256sums=('e06aba1d96889e1b58bd1b0ba4d3015f50adc3ade2824b5cb37a0ee7f2490aaf')
+depends=('libwnck3')
+makedepends=('intltool')
+source=("http://www.burtonini.com/computing/$pkgname-$pkgver.tar.xz")
+sha256sums=('2dd9d4b7424ac999f20c214b0ff71e8c5836d97003d7a8a7391105cd16d36deb')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $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 "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
-  make prefix=$pkgdir/usr install
+  make prefix="$pkgdir"/usr install
   # Make and install blank config
-  mkdir -p $pkgdir/etc/devilspie
-  echo '(debug)' > $pkgdir/etc/devilspie/example.ds
+  mkdir -p "$pkgdir"/etc/devilspie
+  echo '(debug)' > "$pkgdir"/etc/devilspie/example.ds
 }
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list