[arch-commits] CVS update of extra/office/zim (PKGBUILD)

Kevin Piche kevin at archlinux.org
Sat Aug 25 02:21:58 UTC 2007


    Date: Friday, August 24, 2007 @ 22:21:58
  Author: kevin
    Path: /home/cvs-extra/extra/office/zim

Modified: PKGBUILD (1.16 -> 1.17)

upgpkg: zim 0.20-1


----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)


Index: extra/office/zim/PKGBUILD
diff -u extra/office/zim/PKGBUILD:1.16 extra/office/zim/PKGBUILD:1.17
--- extra/office/zim/PKGBUILD:1.16	Mon Apr  2 20:06:13 2007
+++ extra/office/zim/PKGBUILD	Fri Aug 24 22:21:58 2007
@@ -1,27 +1,25 @@
-# $Id: PKGBUILD,v 1.16 2007/04/03 00:06:13 kevin Exp $
+# $Id: PKGBUILD,v 1.17 2007/08/25 02:21:58 kevin Exp $
 # Maintainer: Kevin Piche <kevin at archlinux.org>
 
 pkgname=zim
 _realname=Zim
-pkgver=0.19
+pkgver=0.20
 pkgrel=1
 pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to the desktop"
 arch=(i686 x86_64)
+license=(GPL PerlArtistic)
 url="http://pardus-larus.student.utwente.nl/~pardus/projects/zim/"
-source=(http://pardus-larus.student.utwente.nl/~pardus/downloads/$_realname/$_realname-$pkgver.tar.gz)
+source=(http://pardus-larus.student.utwente.nl/~pardus/downloads/${_realname}/${_realname}-${pkgver}.tar.gz)
 depends=('gtk2-perl' 'librsvg' 'perl-file-mimeinfo')
 makedepends=('perl-module-build')
-md5sums=('cfe31ce36602e1f6c203d1a3ef00498c')
+md5sums=('51a6486b13e2656656fe081bbf0a7a91')
 
 build() {
-  cd $startdir/src/$_realname-$pkgver
+  cd ${startdir}/src/${_realname}-${pkgver}
   eval `perl -V:archname`
-  perl Build.PL destdir=$startdir/pkg \
+  perl Build.PL destdir=${startdir}/pkg \
    --install_path lib=/usr/lib/perl5/site_perl/current \
-   --install_path arch=/usr/lib/perl5/site_perl/current/$archname
+   --install_path arch=/usr/lib/perl5/site_perl/current/${archname}
   perl Build
   perl Build install
-
-  # remove perllocal.pod, .packlist, and empty dirs.
-  /bin/rm -rf $startdir/pkg/usr/lib/perl5/site_perl/current/$archname
 }




More information about the arch-commits mailing list