Date: Saturday, March 25, 2017 @ 01:21:21
  Author: arojas
Revision: 291464

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  ark/repos/kde-unstable-x86_64/
  ark/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 291463, ark/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

Copied: ark/repos/kde-unstable-x86_64/PKGBUILD (from rev 291463, 
ark/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2017-03-25 01:21:21 UTC (rev 291464)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org> 
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=ark
+pkgver=17.03.80
+pkgrel=1
+pkgdesc='Archiving Tool'
+arch=(i686 x86_64)
+url='https://kde.org/applications/utilities/ark/'
+license=(GPL)
+depends=(kparts kpty libarchive libzip kitemmodels hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('p7zip: 7Z format support' 'zip: ZIP compression support' 'unzip: 
ZIP format support' 'unrar: RAR format support')
+conflicts=(kdeutils-ark)
+replaces=(kdeutils-ark)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('07c4801037b2a56bfc9c7dc1eabaa2237783843f5befa9e1be060ae99d3ab342'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 
<aa...@kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Reply via email to