[arch-commits] Commit in partitionmanager/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Wed Feb 24 12:38:23 UTC 2016
Date: Wednesday, February 24, 2016 @ 13:38:23
Author: arojas
Revision: 163308
archrelease: copy trunk to community-i686, community-x86_64
Added:
partitionmanager/repos/community-i686/PKGBUILD
(from rev 163307, partitionmanager/trunk/PKGBUILD)
partitionmanager/repos/community-i686/partitionmanager.install
(from rev 163307, partitionmanager/trunk/partitionmanager.install)
partitionmanager/repos/community-x86_64/PKGBUILD
(from rev 163307, partitionmanager/trunk/PKGBUILD)
partitionmanager/repos/community-x86_64/partitionmanager.install
(from rev 163307, partitionmanager/trunk/partitionmanager.install)
Deleted:
partitionmanager/repos/community-i686/PKGBUILD
partitionmanager/repos/community-i686/partitionmanager.install
partitionmanager/repos/community-x86_64/PKGBUILD
partitionmanager/repos/community-x86_64/partitionmanager.install
-------------------------------------------+
/PKGBUILD | 72 ++++++++++++++++++++++++++++
/partitionmanager.install | 22 ++++++++
community-i686/PKGBUILD | 36 --------------
community-i686/partitionmanager.install | 11 ----
community-x86_64/PKGBUILD | 36 --------------
community-x86_64/partitionmanager.install | 11 ----
6 files changed, 94 insertions(+), 94 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-02-24 12:37:55 UTC (rev 163307)
+++ community-i686/PKGBUILD 2016-02-24 12:38:23 UTC (rev 163308)
@@ -1,36 +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.0.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)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('d50698661f443fa5ac99de6329f9d0cf')
-
-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: partitionmanager/repos/community-i686/PKGBUILD (from rev 163307, partitionmanager/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-24 12:38:23 UTC (rev 163308)
@@ -0,0 +1,36 @@
+# $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.0.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)
+install=$pkgname.install
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('75570bfacf05ef55bdad7d60c1e9d0f6')
+
+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
+}
Deleted: community-i686/partitionmanager.install
===================================================================
--- community-i686/partitionmanager.install 2016-02-24 12:37:55 UTC (rev 163307)
+++ community-i686/partitionmanager.install 2016-02-24 12:38:23 UTC (rev 163308)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: partitionmanager/repos/community-i686/partitionmanager.install (from rev 163307, partitionmanager/trunk/partitionmanager.install)
===================================================================
--- community-i686/partitionmanager.install (rev 0)
+++ community-i686/partitionmanager.install 2016-02-24 12:38:23 UTC (rev 163308)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-02-24 12:37:55 UTC (rev 163307)
+++ community-x86_64/PKGBUILD 2016-02-24 12:38:23 UTC (rev 163308)
@@ -1,36 +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.0.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)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('d50698661f443fa5ac99de6329f9d0cf')
-
-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: partitionmanager/repos/community-x86_64/PKGBUILD (from rev 163307, partitionmanager/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-02-24 12:38:23 UTC (rev 163308)
@@ -0,0 +1,36 @@
+# $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.0.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)
+install=$pkgname.install
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('75570bfacf05ef55bdad7d60c1e9d0f6')
+
+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
+}
Deleted: community-x86_64/partitionmanager.install
===================================================================
--- community-x86_64/partitionmanager.install 2016-02-24 12:37:55 UTC (rev 163307)
+++ community-x86_64/partitionmanager.install 2016-02-24 12:38:23 UTC (rev 163308)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: partitionmanager/repos/community-x86_64/partitionmanager.install (from rev 163307, partitionmanager/trunk/partitionmanager.install)
===================================================================
--- community-x86_64/partitionmanager.install (rev 0)
+++ community-x86_64/partitionmanager.install 2016-02-24 12:38:23 UTC (rev 163308)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list