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

2016-02-28 Thread Antonio Rojas
Date: Sunday, February 28, 2016 @ 19:43:48
  Author: arojas
Revision: 163668

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

Added:
  partitionmanager/repos/community-i686/PKGBUILD
(from rev 163667, partitionmanager/trunk/PKGBUILD)
  partitionmanager/repos/community-i686/partitionmanager.install
(from rev 163667, partitionmanager/trunk/partitionmanager.install)
  partitionmanager/repos/community-x86_64/PKGBUILD
(from rev 163667, partitionmanager/trunk/PKGBUILD)
  partitionmanager/repos/community-x86_64/partitionmanager.install
(from rev 163667, 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-28 18:43:02 UTC (rev 163667)
+++ community-i686/PKGBUILD 2016-02-28 18:43:48 UTC (rev 163668)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Tobias Powalowski 
-# Contributor: Nick B 
-
-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
-}

Copied: partitionmanager/repos/community-i686/PKGBUILD (from rev 163667, 
partitionmanager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-28 18:43:48 UTC (rev 163668)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tobias Powalowski 
+# Contributor: Nick B 
+
+pkgname=partitionmanager
+pkgver=2.0.3
+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=('ff0a14cd2fbeb1543309b81965d78ffc')
+
+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-28 18:43:02 UTC (rev 
163667)
+++ community-i686/partitionmanager.install 2016-02-28 18:43:48 UTC (rev 
163668)
@@ -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 163667, partitionmanager/trunk/partitionmanager.install)
===
--- community-i686/partitionmanager.install (rev 0)
+++ community-i686/partitionmanager.install 2016-02-28 18:43:48 UTC (rev 
163668)
@@ -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-28 

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

2016-02-24 Thread Antonio Rojas
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 
-# Contributor: Tobias Powalowski 
-# Contributor: Nick B 
-
-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 
+# Contributor: Tobias Powalowski 
+# Contributor: Nick B 
+
+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 

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

2016-01-13 Thread Antonio Rojas
Date: Thursday, January 14, 2016 @ 07:46:46
  Author: arojas
Revision: 156379

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

Added:
  partitionmanager/repos/community-i686/PKGBUILD
(from rev 156378, partitionmanager/trunk/PKGBUILD)
  partitionmanager/repos/community-i686/partitionmanager.install
(from rev 156378, partitionmanager/trunk/partitionmanager.install)
  partitionmanager/repos/community-x86_64/PKGBUILD
(from rev 156378, partitionmanager/trunk/PKGBUILD)
  partitionmanager/repos/community-x86_64/partitionmanager.install
(from rev 156378, 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   |   42 
 community-i686/partitionmanager.install   |   11 
 community-x86_64/PKGBUILD |   42 
 community-x86_64/partitionmanager.install |   11 
 6 files changed, 94 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-14 06:46:18 UTC (rev 156378)
+++ community-i686/PKGBUILD 2016-01-14 06:46:46 UTC (rev 156379)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Tobias Powalowski 
-# Contributor: Nick B 
-
-pkgname=partitionmanager
-pkgver=1.2.1
-pkgrel=2
-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=(kio parted hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('e2fsprogs: ext2/3/4 support'
-   'xfsprogs: XFS support'
-   'jfsutils: JFS support'
-   'reiserfsprogs: Reiser support'
-   'ntfs-3g: NTFS support'
-   'dosfstools: FAT32 support')
-install=$pkgname.install
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('be888d1718beb0ce04d7301714a2dfe9')
-
-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 156378, 
partitionmanager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-14 06:46:46 UTC (rev 156379)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tobias Powalowski 
+# Contributor: Nick B 
+
+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
+}

Deleted: community-i686/partitionmanager.install
===
--- community-i686/partitionmanager.install 2016-01-14 06:46:18 UTC (rev 
156378)
+++ community-i686/partitionmanager.install 2016-01-14 06:46:46 UTC (rev 
156379)
@@ -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 156378, partitionmanager/trunk/partitionmanager.install)
===
--- community-i686/partitionmanager.install (rev 0)
+++ community-i686/partitionmanager.install 2016-01-14 06:46:46 UTC (rev 
156379)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> 

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

2015-02-18 Thread Antonio Rojas
Date: Wednesday, February 18, 2015 @ 20:45:35
  Author: arojas
Revision: 127961

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

Added:
  partitionmanager/repos/community-i686/PKGBUILD
(from rev 127960, partitionmanager/trunk/PKGBUILD)
  partitionmanager/repos/community-i686/partitionmanager.install
(from rev 127960, partitionmanager/trunk/partitionmanager.install)
  partitionmanager/repos/community-x86_64/PKGBUILD
(from rev 127960, partitionmanager/trunk/PKGBUILD)
  partitionmanager/repos/community-x86_64/partitionmanager.install
(from rev 127960, 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 |   84 
 /partitionmanager.install |   22 +++
 community-i686/PKGBUILD   |   42 --
 community-i686/partitionmanager.install   |   11 ---
 community-x86_64/PKGBUILD |   42 --
 community-x86_64/partitionmanager.install |   11 ---
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-18 19:45:17 UTC (rev 127960)
+++ community-i686/PKGBUILD 2015-02-18 19:45:35 UTC (rev 127961)
@@ -1,42 +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=1.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=(kio parted hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools kdelibs4support)
-optdepends=('e2fsprogs: ext2/3/4 support'
-   'xfsprogs: XFS support'
-   'jfsutils: JFS support'
-   'reiserfsprogs: Reiser support'
-   'ntfs-3g: NTFS support'
-   'dosfstools: FAT32 support')
-install=$pkgname.install
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('3ac342d2effcc0211e9549cf7432e2a3')
-
-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 127960, 
partitionmanager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-18 19:45:35 UTC (rev 127961)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Nick B Shirakawasuna at gmail _dot_com
+
+pkgname=partitionmanager
+pkgver=1.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=(kio parted hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('e2fsprogs: ext2/3/4 support'
+   'xfsprogs: XFS support'
+   'jfsutils: JFS support'
+   'reiserfsprogs: Reiser support'
+   'ntfs-3g: NTFS support'
+   'dosfstools: FAT32 support')
+install=$pkgname.install
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('be888d1718beb0ce04d7301714a2dfe9')
+
+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 2015-02-18 19:45:17 UTC (rev 
127960)
+++ community-i686/partitionmanager.install 2015-02-18 19:45:35 UTC (rev 
127961)
@@ -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 127960, partitionmanager/trunk/partitionmanager.install)

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

2015-02-15 Thread Antonio Rojas
Date: Sunday, February 15, 2015 @ 23:41:28
  Author: arojas
Revision: 127765

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

Added:
  partitionmanager/repos/community-i686/PKGBUILD
(from rev 127764, partitionmanager/trunk/PKGBUILD)
  partitionmanager/repos/community-i686/partitionmanager.install
(from rev 127764, partitionmanager/trunk/partitionmanager.install)
  partitionmanager/repos/community-x86_64/PKGBUILD
(from rev 127764, partitionmanager/trunk/PKGBUILD)
  partitionmanager/repos/community-x86_64/partitionmanager.install
(from rev 127764, 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 |   84 
 /partitionmanager.install |   22 +++
 community-i686/PKGBUILD   |   41 -
 community-i686/partitionmanager.install   |   11 ---
 community-x86_64/PKGBUILD |   41 -
 community-x86_64/partitionmanager.install |   11 ---
 6 files changed, 106 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-15 22:41:09 UTC (rev 127764)
+++ community-i686/PKGBUILD 2015-02-15 22:41:28 UTC (rev 127765)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: Nick B Shirakawasuna at gmail _dot_com
-
-pkgname=partitionmanager
-pkgver=1.1.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=('kdebase-runtime' 'parted')
-makedepends=('cmake' 'automoc4')
-optdepends=('e2fsprogs: ext2/3/4 support'
-   'xfsprogs: XFS support'
-   'jfsutils: JFS support'
-   'reiserfsprogs: Reiser support'
-   'ntfsprogs: NTFS support'
-   'dosfstools: FAT32 support')
-install=$pkgname.install
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('4a752c250fc5c98e22aba1d2ea309bec')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_UDISKS2=ON \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: partitionmanager/repos/community-i686/PKGBUILD (from rev 127764, 
partitionmanager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-15 22:41:28 UTC (rev 127765)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Nick B Shirakawasuna at gmail _dot_com
+
+pkgname=partitionmanager
+pkgver=1.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=(kio parted hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools kdelibs4support)
+optdepends=('e2fsprogs: ext2/3/4 support'
+   'xfsprogs: XFS support'
+   'jfsutils: JFS support'
+   'reiserfsprogs: Reiser support'
+   'ntfs-3g: NTFS support'
+   'dosfstools: FAT32 support')
+install=$pkgname.install
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('3ac342d2effcc0211e9549cf7432e2a3')
+
+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 2015-02-15 22:41:09 UTC (rev 
127764)
+++ community-i686/partitionmanager.install 2015-02-15 22:41:28 UTC (rev 
127765)
@@ -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 127764, partitionmanager/trunk/partitionmanager.install)