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

Eric Belanger eric at archlinux.org
Wed Jul 9 01:42:27 UTC 2008


    Date: Tuesday, July 8, 2008 @ 21:42:27
  Author: eric
Revision: 4708

fixing svn conflict

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

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


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

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-07-09 01:40:00 UTC (rev 4707)
+++ extra-x86_64/PKGBUILD	2008-07-09 01:42:27 UTC (rev 4708)
@@ -3,17 +3,19 @@
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=latex2rtf
-pkgver=1.9.16
+pkgver=1.9.19
 pkgrel=1
 pkgdesc="LaTeX to RTF converter"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://latex2rtf.sourceforge.net/"
+license=('GPL')
 depends=('glibc' 'imagemagick' 'ghostscript')
-source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('8a3b920d59f6b38736aa256c26374472')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   make PREFIX=/usr || return 1
-  make PREFIX=$startdir/pkg/usr install
+  make PREFIX=$startdir/pkg/usr MAN_INSTALL=$startdir/pkg/usr/share/man/man1   install
   sed -i -e 's|error "no input file specified"| echo "error: no input file specified"|' $startdir/pkg/usr/bin/latex2png
 }
-md5sums=('4ea77702da5e61632a595f604914ebe9')





More information about the arch-commits mailing list