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

Antonio Rojas arojas at archlinux.org
Thu Jan 14 06:46:47 UTC 2016


    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 <arojas at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
-
-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 <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
+}

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 &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-01-14 06:46:18 UTC (rev 156378)
+++ community-x86_64/PKGBUILD	2016-01-14 06:46:46 UTC (rev 156379)
@@ -1,42 +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=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-x86_64/PKGBUILD (from rev 156378, partitionmanager/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-14 06:46:46 UTC (rev 156379)
@@ -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.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-x86_64/partitionmanager.install
===================================================================
--- community-x86_64/partitionmanager.install	2016-01-14 06:46:18 UTC (rev 156378)
+++ community-x86_64/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-x86_64/partitionmanager.install (from rev 156378, partitionmanager/trunk/partitionmanager.install)
===================================================================
--- community-x86_64/partitionmanager.install	                        (rev 0)
+++ community-x86_64/partitionmanager.install	2016-01-14 06:46:46 UTC (rev 156379)
@@ -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