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

Antonio Rojas arojas at archlinux.org
Tue Nov 1 20:57:56 UTC 2016


    Date: Tuesday, November 1, 2016 @ 20:57:55
  Author: arojas
Revision: 194264

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

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

---------------------------+
 /PKGBUILD                 |   74 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 --------------------
 community-x86_64/PKGBUILD |   35 --------------------
 3 files changed, 74 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-01 20:57:46 UTC (rev 194263)
+++ community-i686/PKGBUILD	2016-11-01 20:57:55 UTC (rev 194264)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
-
-pkgname=partitionmanager
-pkgver=2.2.1
-pkgrel=1
-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)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('ffb00bd607339582dd5548eca96090e2')
-
-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/community-i686/PKGBUILD (from rev 194263, partitionmanager/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-01 20:57:55 UTC (rev 194264)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
+
+pkgname=partitionmanager
+pkgver=2.2.1
+pkgrel=1
+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)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('ffb00bd607339582dd5548eca96090e2'
+         '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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-01 20:57:46 UTC (rev 194263)
+++ community-x86_64/PKGBUILD	2016-11-01 20:57:55 UTC (rev 194264)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
-
-pkgname=partitionmanager
-pkgver=2.2.1
-pkgrel=1
-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)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('ffb00bd607339582dd5548eca96090e2')
-
-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/community-x86_64/PKGBUILD (from rev 194263, partitionmanager/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-01 20:57:55 UTC (rev 194264)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
+
+pkgname=partitionmanager
+pkgver=2.2.1
+pkgrel=1
+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)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('ffb00bd607339582dd5548eca96090e2'
+         '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
+}



More information about the arch-commits mailing list