[arch-commits] Commit in xfburn/trunk (PKGBUILD xfburn.install)

Evangelos Foutras foutrelis at archlinux.org
Thu Sep 18 20:50:40 UTC 2014


    Date: Thursday, September 18, 2014 @ 22:50:39
  Author: foutrelis
Revision: 222016

Adopt package

Modified:
  xfburn/trunk/PKGBUILD
  xfburn/trunk/xfburn.install

----------------+
 PKGBUILD       |   14 ++++++++++----
 xfburn.install |    4 ++--
 2 files changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-18 20:49:30 UTC (rev 222015)
+++ PKGBUILD	2014-09-18 20:50:39 UTC (rev 222016)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
 # Contributor: Alois Nespor alois.nespor at gmail.com
 
 pkgname=xfburn
@@ -14,11 +15,14 @@
 groups=('xfce4-goodies')
 install=xfburn.install
 source=(http://archive.xfce.org/src/apps/xfburn/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha1sums=('d0a39b331353ccbc73b027a09c87bcbc45d9a312')
+sha256sums=('63682aab3c30c77e464b2b3b84606d1e1dcefc98e7042072fa09b729d6f84412')
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-gstreamer
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --enable-gstreamer
   make
 }
 
@@ -26,3 +30,5 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
+
+# vim:set ts=2 sw=2 et:

Modified: xfburn.install
===================================================================
--- xfburn.install	2014-09-18 20:49:30 UTC (rev 222015)
+++ xfburn.install	2014-09-18 20:50:39 UTC (rev 222016)
@@ -4,11 +4,11 @@
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  post_install $1
+  post_install
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list