Date: Wednesday, September 6, 2017 @ 11:10:32 Author: arojas Revision: 256044
archrelease: copy trunk to community-i686, community-x86_64 Added: partitionmanager/repos/community-i686/PKGBUILD (from rev 256043, partitionmanager/trunk/PKGBUILD) partitionmanager/repos/community-x86_64/PKGBUILD (from rev 256043, 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-09-06 11:09:59 UTC (rev 256043) +++ community-i686/PKGBUILD 2017-09-06 11:10:32 UTC (rev 256044) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Tobias Powalowski <tp...@archlinux.org> -# Contributor: Nick B <Shirakawasuna at gmail _dot_com> - -pkgname=partitionmanager -pkgver=3.1.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=('55b1d260b19c333d55f1c65bc15b0371d84fd6ae08b5a0bbd01ff1e5935cbcf1' - 'SKIP') -validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andr...@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 256043, partitionmanager/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-09-06 11:10:32 UTC (rev 256044) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Tobias Powalowski <tp...@archlinux.org> +# Contributor: Nick B <Shirakawasuna at gmail _dot_com> + +pkgname=partitionmanager +pkgver=3.1.2 +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=('2ca9e541bcba758181217a9edc1f76814cabad9cf691040c1b9bc7c737c794e9' + 'SKIP') +validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andr...@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-09-06 11:09:59 UTC (rev 256043) +++ community-x86_64/PKGBUILD 2017-09-06 11:10:32 UTC (rev 256044) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Tobias Powalowski <tp...@archlinux.org> -# Contributor: Nick B <Shirakawasuna at gmail _dot_com> - -pkgname=partitionmanager -pkgver=3.1.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=('55b1d260b19c333d55f1c65bc15b0371d84fd6ae08b5a0bbd01ff1e5935cbcf1' - 'SKIP') -validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andr...@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 256043, partitionmanager/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-09-06 11:10:32 UTC (rev 256044) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Tobias Powalowski <tp...@archlinux.org> +# Contributor: Nick B <Shirakawasuna at gmail _dot_com> + +pkgname=partitionmanager +pkgver=3.1.2 +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=('2ca9e541bcba758181217a9edc1f76814cabad9cf691040c1b9bc7c737c794e9' + 'SKIP') +validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andr...@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 +}