[arch-commits] Commit in kpmcore/repos (4 files)

Antonio Rojas arojas at archlinux.org
Tue Jul 4 20:35:53 UTC 2017


    Date: Tuesday, July 4, 2017 @ 20:35:50
  Author: arojas
Revision: 242327

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

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

---------------------------+
 /PKGBUILD                 |   96 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   42 -------------------
 community-x86_64/PKGBUILD |   42 -------------------
 3 files changed, 96 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-04 20:31:25 UTC (rev 242326)
+++ community-i686/PKGBUILD	2017-07-04 20:35:50 UTC (rev 242327)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kpmcore
-pkgver=3.1.1
-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 python)
-optdepends=('e2fsprogs: ext2/3/4 support'
-	    'xfsprogs: XFS support'
-	    'jfsutils: JFS support'
-	    'reiserfsprogs: Reiser support'
-	    'ntfs-3g: NTFS support'
-            'dosfstools: FAT32 support'
-            'f2fs-tools: F2FS support')
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e65c657ab38a0b60b25e3af675ac38ae24bcb1f8bbf2592a11c33309e77ed321'
-            'SKIP')
-validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius at stikonas.eu>
-
-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: kpmcore/repos/community-i686/PKGBUILD (from rev 242326, kpmcore/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-04 20:35:50 UTC (rev 242327)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kpmcore
+pkgver=3.1.1
+pkgrel=2
+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 python)
+optdepends=('e2fsprogs: ext2/3/4 support'
+	    'xfsprogs: XFS support'
+	    'jfsutils: JFS support'
+	    'reiserfsprogs: Reiser support'
+	    'ntfs-3g: NTFS support'
+            'dosfstools: FAT32 support'
+            'f2fs-tools: F2FS support')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+        kdebug-381987.patch::"https://cgit.kde.org/kpmcore.git/patch/?id=13c063a1")
+sha256sums=('e65c657ab38a0b60b25e3af675ac38ae24bcb1f8bbf2592a11c33309e77ed321'
+            'SKIP'
+            '1c42378b861c6a6c8fb6bd359caef9152855ca90f7f65d6e785c7cff6cf73d84')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius at stikonas.eu>
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix null pointer dereference https://bugs.kde.org/show_bug.cgi?id=381987
+  patch -p1 -i ../kdebug-381987.patch
+}
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-04 20:31:25 UTC (rev 242326)
+++ community-x86_64/PKGBUILD	2017-07-04 20:35:50 UTC (rev 242327)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kpmcore
-pkgver=3.1.1
-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 python)
-optdepends=('e2fsprogs: ext2/3/4 support'
-	    'xfsprogs: XFS support'
-	    'jfsutils: JFS support'
-	    'reiserfsprogs: Reiser support'
-	    'ntfs-3g: NTFS support'
-            'dosfstools: FAT32 support'
-            'f2fs-tools: F2FS support')
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e65c657ab38a0b60b25e3af675ac38ae24bcb1f8bbf2592a11c33309e77ed321'
-            'SKIP')
-validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius at stikonas.eu>
-
-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: kpmcore/repos/community-x86_64/PKGBUILD (from rev 242326, kpmcore/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-04 20:35:50 UTC (rev 242327)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kpmcore
+pkgver=3.1.1
+pkgrel=2
+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 python)
+optdepends=('e2fsprogs: ext2/3/4 support'
+	    'xfsprogs: XFS support'
+	    'jfsutils: JFS support'
+	    'reiserfsprogs: Reiser support'
+	    'ntfs-3g: NTFS support'
+            'dosfstools: FAT32 support'
+            'f2fs-tools: F2FS support')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+        kdebug-381987.patch::"https://cgit.kde.org/kpmcore.git/patch/?id=13c063a1")
+sha256sums=('e65c657ab38a0b60b25e3af675ac38ae24bcb1f8bbf2592a11c33309e77ed321'
+            'SKIP'
+            '1c42378b861c6a6c8fb6bd359caef9152855ca90f7f65d6e785c7cff6cf73d84')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius at stikonas.eu>
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix null pointer dereference https://bugs.kde.org/show_bug.cgi?id=381987
+  patch -p1 -i ../kdebug-381987.patch
+}
+
+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
+}



More information about the arch-commits mailing list