[arch-commits] Commit in zim/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Eric Belanger eric at archlinux.org
Fri Apr 25 01:09:45 UTC 2008


    Date: Thursday, April 24, 2008 @ 21:09:45
  Author: eric
Revision: 955

Merged revisions 2-954 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/zim/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r862 | kevin | 2008-04-23 22:36:23 -0400 (Wed, 23 Apr 2008) | 1 line
  
  upgpkg: zim 0.24-1
........

Modified:
  zim/repos/extra-x86_64/	(properties)
  zim/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)


Property changes on: zim/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /zim/trunk:1
   + /zim/trunk:1-954

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-04-25 00:57:59 UTC (rev 954)
+++ extra-x86_64/PKGBUILD	2008-04-25 01:09:45 UTC (rev 955)
@@ -3,23 +3,19 @@
 
 pkgname=zim
 _realname=Zim
-pkgver=0.23
+pkgver=0.24
 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)
+url="http://zim-wiki.org/"
+source=(http://www.zim-wiki.org/downloads/${_realname}-${pkgver}.tar.gz)
 depends=('gtk2-perl' 'librsvg' 'perl-file-mimeinfo')
-makedepends=('perl-module-build')
-md5sums=('84197b5d2e45898ddb67746c71cc3b1a')
+md5sums=('42f5ec2206eecd892bcfc84f42623540')
 
 build() {
   cd ${startdir}/src/${_realname}-${pkgver}
-  eval `perl -V:archname`
-  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}
+  perl Build.PL destdir=${startdir}/pkg installdirs=vendor
   perl Build
   perl Build install
 }





More information about the arch-commits mailing list