[arch-commits] Commit in xarchiver/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Fri Mar 23 19:24:19 UTC 2018


    Date: Friday, March 23, 2018 @ 19:24:18
  Author: bgyorgy
Revision: 311632

archrelease: copy trunk to community-x86_64

Added:
  xarchiver/repos/community-x86_64/PKGBUILD
    (from rev 311631, xarchiver/trunk/PKGBUILD)
Deleted:
  xarchiver/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  131 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 66 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-23 19:24:10 UTC (rev 311631)
+++ PKGBUILD	2018-03-23 19:24:18 UTC (rev 311632)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
-
-pkgbase=xarchiver
-pkgname=(xarchiver xarchiver-gtk2)
-pkgver=0.5.4.12
-pkgrel=1
-pkgdesc="GTK+ frontend to various command line archivers"
-arch=('i686' 'x86_64')
-url="https://github.com/ib/xarchiver"
-license=('GPL')
-depends=('gtk2' 'gtk3')
-makedepends=('docbook-xsl' 'intltool' 'xmlto')
-optdepends=('arj: ARJ support'
-            'binutils: deb support'
-            'bzip2: bzip2 support'
-            'cpio: RPM support'
-            'gzip: gzip support'
-            'lha: LHA support'
-            'lrzip: lrzip support'
-            'lz4: LZ4 support'
-            'lzip: lzip support'
-            'lzop: LZOP support'
-            'p7zip: 7z support'
-            'tar: tar support'
-            'unarj: ARJ support'
-            'unrar: RAR support'
-            'unzip: ZIP support'
-            'xz: xz support'
-            'zip: ZIP support')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/ib/xarchiver/archive/$pkgver.tar.gz)
-sha256sums=('62885813edce274055e8fccd3f360b61a74a3b0e4854080201638fd1f3306370')
-
-build() {
-  # GTK+ 3 version
-  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
-  cd gtk3
-  ./configure --prefix=/usr --libexecdir=/usr/lib/xfce4
-  make -j1
-
-  cd "$srcdir"
-  # GTK+ 2 version
-  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
-  cd gtk2
-  ./configure --prefix=/usr --libexecdir=/usr/lib/xfce4 --enable-gtk2
-  make -j1
-}
-
-package_xarchiver() {
-  depends=('gtk3')
-
-  cd gtk3
-  make DESTDIR="$pkgdir" install
-}
-
-package_xarchiver-gtk2() {
-  pkgdesc+=' (GTK+ 2 version)'
-  depends=('gtk2')
-  conflicts=('xarchiver')
-
-  cd gtk2
-  make DESTDIR="$pkgdir" install
-}

Copied: xarchiver/repos/community-x86_64/PKGBUILD (from rev 311631, xarchiver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-23 19:24:18 UTC (rev 311632)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgbase=xarchiver
+pkgname=(xarchiver xarchiver-gtk2)
+pkgver=0.5.4.13
+pkgrel=1
+pkgdesc="GTK+ frontend to various command line archivers"
+arch=('x86_64')
+url="https://github.com/ib/xarchiver"
+license=('GPL')
+depends=('gtk2' 'gtk3')
+makedepends=('docbook-xsl' 'intltool' 'xmlto')
+optdepends=('arj: ARJ support'
+            'binutils: deb support'
+            'bzip2: bzip2 support'
+            'cpio: RPM support'
+            'gzip: gzip support'
+            'lha: LHA support'
+            'lrzip: lrzip support'
+            'lz4: LZ4 support'
+            'lzip: lzip support'
+            'lzop: LZOP support'
+            'p7zip: 7z support'
+            'tar: tar support'
+            'unarj: ARJ support'
+            'unrar: RAR support'
+            'unzip: ZIP support'
+            'xz: xz support'
+            'zip: ZIP support'
+            'zstd: zstd support')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/ib/xarchiver/archive/$pkgver.tar.gz)
+sha256sums=('617154435731554b793ab00cc373d957c066dc29444c6189029299a89430776c')
+
+build() {
+  # GTK+ 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
+  cd gtk3
+  ./configure --prefix=/usr --libexecdir=/usr/lib/xfce4
+  make -j1
+
+  cd "$srcdir"
+  # GTK+ 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
+  cd gtk2
+  ./configure --prefix=/usr --libexecdir=/usr/lib/xfce4 --enable-gtk2
+  make -j1
+}
+
+package_xarchiver() {
+  depends=('gtk3')
+
+  cd gtk3
+  make DESTDIR="$pkgdir" install
+}
+
+package_xarchiver-gtk2() {
+  pkgdesc+=' (GTK+ 2 version)'
+  depends=('gtk2')
+  conflicts=('xarchiver')
+
+  cd gtk2
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list