[arch-commits] Commit in partitionmanager/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Wed Feb 18 19:45:36 UTC 2015
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 <arojas at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at 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 <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=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)
===================================================================
--- community-i686/partitionmanager.install (rev 0)
+++ community-i686/partitionmanager.install 2015-02-18 19:45:35 UTC (rev 127961)
@@ -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 2015-02-18 19:45:17 UTC (rev 127960)
+++ community-x86_64/PKGBUILD 2015-02-18 19:45:35 UTC (rev 127961)
@@ -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.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-x86_64/PKGBUILD (from rev 127960, partitionmanager/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-18 19:45:35 UTC (rev 127961)
@@ -0,0 +1,42 @@
+# $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=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-x86_64/partitionmanager.install
===================================================================
--- community-x86_64/partitionmanager.install 2015-02-18 19:45:17 UTC (rev 127960)
+++ community-x86_64/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-x86_64/partitionmanager.install (from rev 127960, partitionmanager/trunk/partitionmanager.install)
===================================================================
--- community-x86_64/partitionmanager.install (rev 0)
+++ community-x86_64/partitionmanager.install 2015-02-18 19:45:35 UTC (rev 127961)
@@ -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