Date: Wednesday, September 14, 2016 @ 01:14:45 Author: kkeen Revision: 189278
upgpkg: catdoc 0.95-1 Modified: catdoc/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-13 22:18:37 UTC (rev 189277) +++ PKGBUILD 2016-09-14 01:14:45 UTC (rev 189278) @@ -3,7 +3,7 @@ # Contributor: Paulius Palevicius <[email protected]> pkgname=catdoc -pkgver=0.94.4 +pkgver=0.95 pkgrel=1 pkgdesc="A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to text" arch=('i686' 'x86_64') @@ -12,13 +12,17 @@ depends=('glibc') optdepends=('tk: for using wordview') options=('!makeflags') -source=(http://ftp.de.debian.org/debian/pool/main/c/catdoc/${pkgname}_$pkgver.orig.tar.gz) -md5sums=('4820680e3611392caf2b4dd2413bfae5') +#source=(http://ftp.de.debian.org/debian/pool/main/c/catdoc/${pkgname}_$pkgver.orig.tar.gz) +source=(http://ftp.wagner.pp.ru/pub/catdoc/catdoc-$pkgver.tar.gz) +md5sums=('4ece2f43b140fab6a2c3a9d6436d7779') +# This update is missing wordview.desktop and wordview.xpm +# And is 75% smaller? Something is possibly off, but it does work. + build() { cd "$srcdir/$pkgname-$pkgver" - sed -i 's/$(prefix)/$(installroot)$(prefix)/' desktop/Makefile.in - sed -i 's/0.94.2/0.94.4/' configure* doc/*.1 src/makefile.tc + #sed -i 's/$(prefix)/$(installroot)$(prefix)/' desktop/Makefile.in + #sed -i 's/0.94.2/0.94.4/' configure* doc/*.1 src/makefile.tc ./configure --prefix=/usr --with-wish=/usr/bin/wish make } @@ -26,6 +30,6 @@ package() { cd "$srcdir/$pkgname-$pkgver" make installroot="$pkgdir" mandir=/usr/share/man/man1 install - install -d "$pkgdir"/usr/share/man/man1 - install -m644 doc/*.1 "$pkgdir"/usr/share/man/man1 + install -d "$pkgdir/usr/share/man/man1" + install -m644 doc/*.1 "$pkgdir/usr/share/man/man1" }
