[arch-commits] Commit in parted/repos (3 files)

Giovanni Scafora giovanni at archlinux.org
Tue Dec 1 08:15:13 UTC 2009


    Date: Tuesday, December 1, 2009 @ 03:15:13
  Author: giovanni
Revision: 60150

Merged revisions 60149 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/parted/trunk

........
  r60149 | giovanni | 2009-12-01 00:14:31 -0800 (mar, 01 dic 2009) | 2 lines
  
  upgpkg: parted 1.9.0-2
      Fixed FS17332
........

Added:
  parted/repos/testing-i686/parted.install
    (from rev 60149, parted/trunk/parted.install)
Modified:
  parted/repos/testing-i686/	(properties)
  parted/repos/testing-i686/PKGBUILD

----------------+
 PKGBUILD       |    3 ++-
 parted.install |   18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)


Property changes on: parted/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /parted/trunk:1-59984
   + /parted/trunk:1-60149

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2009-12-01 08:14:31 UTC (rev 60149)
+++ testing-i686/PKGBUILD	2009-12-01 08:15:13 UTC (rev 60150)
@@ -4,13 +4,14 @@
 
 pkgname=parted
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A program for creating, destroying, resizing, checking and copying partitions"
 arch=('i686' 'x86_64')
 license=('GPL3')
 url="http://www.gnu.org/software/parted/parted.html"
 depends=('device-mapper' 'e2fsprogs')
 options=('!libtool')
+install=parted.install
 source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('055305bc7bcf472ce38f9abf69a9d94d')
 

Copied: parted/repos/testing-i686/parted.install (from rev 60149, parted/trunk/parted.install)
===================================================================
--- testing-i686/parted.install	                        (rev 0)
+++ testing-i686/parted.install	2009-12-01 08:15:13 UTC (rev 60150)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(parted.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+    install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+    install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}




More information about the arch-commits mailing list