[arch-commits] Commit in kpmcore (5 files)

Antonio Rojas arojas at archlinux.org
Thu Jan 14 06:40:31 UTC 2016


    Date: Thursday, January 14, 2016 @ 07:40:30
  Author: arojas
Revision: 156372

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

Added:
  kpmcore/repos/
  kpmcore/repos/community-i686/
  kpmcore/repos/community-i686/PKGBUILD
    (from rev 156371, kpmcore/trunk/PKGBUILD)
  kpmcore/repos/community-x86_64/
  kpmcore/repos/community-x86_64/PKGBUILD
    (from rev 156371, kpmcore/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

Copied: kpmcore/repos/community-i686/PKGBUILD (from rev 156371, kpmcore/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2016-01-14 06:40:30 UTC (rev 156372)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kpmcore
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Library for managing partitions."
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/"
+license=(GPL2)
+depends=(kio parted)
+makedepends=(extra-cmake-modules)
+optdepends=('e2fsprogs: ext2/3/4 support'
+	    'xfsprogs: XFS support'
+	    'jfsutils: JFS support'
+	    'reiserfsprogs: Reiser support'
+	    'ntfs-3g: NTFS support'
+	    'dosfstools: FAT32 support')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('14570132ef88df21060198fdcc4b8e7a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kpmcore/repos/community-x86_64/PKGBUILD (from rev 156371, kpmcore/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2016-01-14 06:40:30 UTC (rev 156372)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kpmcore
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Library for managing partitions."
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/"
+license=(GPL2)
+depends=(kio parted)
+makedepends=(extra-cmake-modules)
+optdepends=('e2fsprogs: ext2/3/4 support'
+	    'xfsprogs: XFS support'
+	    'jfsutils: JFS support'
+	    'reiserfsprogs: Reiser support'
+	    'ntfs-3g: NTFS support'
+	    'dosfstools: FAT32 support')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('14570132ef88df21060198fdcc4b8e7a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list