[arch-commits] Commit in partitionmanager/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Sun Oct 8 21:07:54 UTC 2017
Date: Sunday, October 8, 2017 @ 21:07:53
Author: arojas
Revision: 262171
archrelease: copy trunk to community-i686, community-x86_64
Added:
partitionmanager/repos/community-i686/PKGBUILD
(from rev 262170, partitionmanager/trunk/PKGBUILD)
partitionmanager/repos/community-x86_64/PKGBUILD
(from rev 262170, partitionmanager/trunk/PKGBUILD)
Deleted:
partitionmanager/repos/community-i686/PKGBUILD
partitionmanager/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 74 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 37 ----------------------
community-x86_64/PKGBUILD | 37 ----------------------
3 files changed, 74 insertions(+), 74 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-10-08 21:07:22 UTC (rev 262170)
+++ community-i686/PKGBUILD 2017-10-08 21:07:53 UTC (rev 262171)
@@ -1,37 +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=3.2.0
-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 kde-cli-tools)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fb772fc1be05cbfa2e575c8242627c6df5c07a6fa7f490b5195c3a66dee103ed'
- '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: partitionmanager/repos/community-i686/PKGBUILD (from rev 262170, partitionmanager/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-08 21:07:53 UTC (rev 262171)
@@ -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=3.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 kde-cli-tools)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7dc089243ce49058c7c16cea17bc6302dbfe409c099adc04dad5e9d5098300ad'
+ '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 2017-10-08 21:07:22 UTC (rev 262170)
+++ community-x86_64/PKGBUILD 2017-10-08 21:07:53 UTC (rev 262171)
@@ -1,37 +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=3.2.0
-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 kde-cli-tools)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fb772fc1be05cbfa2e575c8242627c6df5c07a6fa7f490b5195c3a66dee103ed'
- '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: partitionmanager/repos/community-x86_64/PKGBUILD (from rev 262170, partitionmanager/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-10-08 21:07:53 UTC (rev 262171)
@@ -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=3.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 kde-cli-tools)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7dc089243ce49058c7c16cea17bc6302dbfe409c099adc04dad5e9d5098300ad'
+ '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