[arch-commits] Commit in zim/repos (extra-i686 extra-i686/PKGBUILD)
Kevin Piche
kevin at archlinux.org
Thu Apr 24 02:38:49 UTC 2008
Date: Wednesday, April 23, 2008 @ 22:38:49
Author: kevin
Revision: 863
Upgraded to 0.24.
Modified:
zim/repos/extra-i686/ (properties)
zim/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
Property changes on: zim/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /zim/trunk:1
+ /zim/trunk:1-862
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-04-24 02:36:23 UTC (rev 862)
+++ extra-i686/PKGBUILD 2008-04-24 02:38:49 UTC (rev 863)
@@ -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