Date: Thursday, June 1, 2017 @ 18:14:23
  Author: arojas
Revision: 232498

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  partitionmanager/repos/extra-i686/
  partitionmanager/repos/extra-i686/PKGBUILD
    (from rev 232497, partitionmanager/trunk/PKGBUILD)
  partitionmanager/repos/extra-x86_64/
  partitionmanager/repos/extra-x86_64/PKGBUILD
    (from rev 232497, partitionmanager/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: partitionmanager/repos/extra-i686/PKGBUILD (from rev 232497, 
partitionmanager/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2017-06-01 18:14:23 UTC (rev 232498)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Tobias Powalowski <[email protected]>
+# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
+
+pkgname=partitionmanager
+pkgver=3.0.1
+pkgrel=3
+pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/";
+license=(GPL2)
+depends=(kpmcore hicolor-icon-theme kde-cli-tools)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2090d94e0fd3744b035cc58bd66ffff9a63168d6a1763187826fef76544f4b23'
+            'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 
<[email protected]>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: partitionmanager/repos/extra-x86_64/PKGBUILD (from rev 232497, 
partitionmanager/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2017-06-01 18:14:23 UTC (rev 232498)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Tobias Powalowski <[email protected]>
+# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
+
+pkgname=partitionmanager
+pkgver=3.0.1
+pkgrel=3
+pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/";
+license=(GPL2)
+depends=(kpmcore hicolor-icon-theme kde-cli-tools)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2090d94e0fd3744b035cc58bd66ffff9a63168d6a1763187826fef76544f4b23'
+            'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 
<[email protected]>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to