[arch-commits] Commit in partitionmanager/trunk (PKGBUILD partitionmanager.install)

Tobias Powalowski tpowa at archlinux.org
Tue Sep 8 10:45:23 UTC 2009


    Date: Tuesday, September 8, 2009 @ 06:45:23
  Author: tpowa
Revision: 51417

upgpkg: partitionmanager 1.0.0-1
    bump to latest version

Added:
  partitionmanager/trunk/partitionmanager.install
Modified:
  partitionmanager/trunk/PKGBUILD

--------------------------+
 PKGBUILD                 |   13 +++++++------
 partitionmanager.install |   11 +++++++++++
 2 files changed, 18 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-08 10:40:42 UTC (rev 51416)
+++ PKGBUILD	2009-09-08 10:45:23 UTC (rev 51417)
@@ -2,7 +2,7 @@
 # Maintainer:  Tobias Powalowski <tpowa at archlinux.org>
 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
 pkgname=partitionmanager
-pkgver=1.0.0b2
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="A KDE 4 utility that allows you to manage disks, partitions, and file systems."
 arch=('i686' 'x86_64')
@@ -12,18 +12,19 @@
 makedepends=('cmake' 'automoc4' 'pkgconfig')
 optdepends=('e2fsprogs: ext2/3/4 support'
 	    'xfsprogs: XFS support'
-	    'jfsprogs: JFS support'
+	    'jfsutils: JFS support'
 	    'reiserfsprogs: Reiser support'
 	    'ntfsprogs: NTFS support'
-	    'dosfstools: FAT32 support')	    
-source=(http://downloads.sourceforge.net/partitionman/$pkgname-1.0.0-BETA2.tar.bz2)
-md5sums=('656fecc4176d25c87468bf037951c3a6')
+	    'dosfstools: FAT32 support')
+install=partitionmanager.install	    
+source=(http://downloads.sourceforge.net/partitionman/$pkgname-$pkgver.tar.bz2)
 
 build() {
-  cd $srcdir/$pkgname-1.0.0-BETA2
+  cd $srcdir/$pkgname-$pkgver
   mkdir build
   cd build
   cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=ON || return 1
   make || return 1
   make DESTDIR=$pkgdir install || return 1
 }
+md5sums=('07046e0c61ca3f06129580ffd7f9c66e')

Added: partitionmanager.install
===================================================================
--- partitionmanager.install	                        (rev 0)
+++ partitionmanager.install	2009-09-08 10:45:23 UTC (rev 51417)
@@ -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