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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Apr 29 22:06:13 UTC 2011


    Date: Friday, April 29, 2011 @ 18:06:13
  Author: andyrtr
Revision: 121261

upgpkg: xarchiver 0.5.2-2
rebuild of old package

Modified:
  xarchiver/trunk/PKGBUILD
Deleted:
  xarchiver/trunk/ChangeLog

-----------+
 ChangeLog |    9 ---------
 PKGBUILD  |   13 ++++++++-----
 2 files changed, 8 insertions(+), 14 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2011-04-29 21:49:35 UTC (rev 121260)
+++ ChangeLog	2011-04-29 22:06:13 UTC (rev 121261)
@@ -1,9 +0,0 @@
-2008-11-27  Alexander Fehr  <pizzapunk gmail com>
-
-  * xarchiver-0.5.2-1:
-  New upstream release.
-  New maintainer.
-  Changed license to GPL.
-  Added dependencies on desktop-file-utils and hicolor-icon-theme.
-  Replaced install message with optdepends.
-  Added ChangeLog.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-29 21:49:35 UTC (rev 121260)
+++ PKGBUILD	2011-04-29 22:06:13 UTC (rev 121261)
@@ -4,10 +4,10 @@
 
 pkgname=xarchiver
 pkgver=0.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+ frontend to various command line archivers"
 arch=('i686' 'x86_64')
-url="http://xarchiver.xfce.org/"
+url="http://xarchiver.sourceforge.net"
 license=('GPL')
 groups=('xfce4-goodies')
 depends=('gtk2' 'desktop-file-utils' 'hicolor-icon-theme')
@@ -30,8 +30,11 @@
 
 build() {
   cd "$srcdir/xarchiver-$pkgver"
+  ./configure --prefix=/usr --libexecdir=/usr/lib/xfce4
+  make
+}
 
-  ./configure --prefix=/usr --libexecdir=/usr/lib/xfce4 || return 1
-  make || return 1
-  make DESTDIR="$pkgdir" install || return 1
+package() {
+  cd "$srcdir/xarchiver-$pkgver"
+  make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list