[arch-commits] Commit in catdoc/repos (4 files)

Eric Bélanger eric at archlinux.org
Mon Jun 11 21:02:17 UTC 2012


    Date: Monday, June 11, 2012 @ 17:02:16
  Author: eric
Revision: 161488

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  catdoc/repos/extra-i686/PKGBUILD
    (from rev 161486, catdoc/trunk/PKGBUILD)
  catdoc/repos/extra-x86_64/PKGBUILD
    (from rev 161486, catdoc/trunk/PKGBUILD)
Deleted:
  catdoc/repos/extra-i686/PKGBUILD
  catdoc/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   58 +++++++++++++++++++++++++-----------------------
 extra-x86_64/PKGBUILD |   58 +++++++++++++++++++++++++-----------------------
 2 files changed, 62 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-06-11 21:02:15 UTC (rev 161487)
+++ extra-i686/PKGBUILD	2012-06-11 21:02:16 UTC (rev 161488)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
-# Contributor: Paulius Palevicius <paulius at birzai.com>
-
-pkgname=catdoc
-pkgver=0.94.2
-pkgrel=3
-pkgdesc="A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to text"
-arch=('i686' 'x86_64')
-url="http://www.wagner.pp.ru/~vitus/software/catdoc/"
-license=('GPL')
-depends=('glibc')
-optdepends=('tk: for using wordview')
-options=('!makeflags')
-source=(http://ftp.wagner.pp.ru/pub/catdoc/$pkgname-$pkgver.tar.gz)
-md5sums=('243e1680bb3e703616f5adecfee24491')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr  --with-wish=/usr/bin/wish
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make installroot="$pkgdir" mandir=/usr/share/man/man1 install
-}

Copied: catdoc/repos/extra-i686/PKGBUILD (from rev 161486, catdoc/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-06-11 21:02:16 UTC (rev 161488)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
+# Contributor: Paulius Palevicius <paulius at birzai.com>
+
+pkgname=catdoc
+pkgver=0.94.3
+pkgrel=1
+pkgdesc="A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to text"
+arch=('i686' 'x86_64')
+url="http://www.wagner.pp.ru/~vitus/software/catdoc/"
+license=('GPL')
+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=('61212b9fd06b0a31aa7bc9a671130f57')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/$(prefix)/$(installroot)$(prefix)/' desktop/Makefile.in
+  sed -i 's/0.94.2/0.94.3/' configure* doc/*.1 src/makefile.tc
+  ./configure --prefix=/usr  --with-wish=/usr/bin/wish
+  make
+}
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-06-11 21:02:15 UTC (rev 161487)
+++ extra-x86_64/PKGBUILD	2012-06-11 21:02:16 UTC (rev 161488)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
-# Contributor: Paulius Palevicius <paulius at birzai.com>
-
-pkgname=catdoc
-pkgver=0.94.2
-pkgrel=3
-pkgdesc="A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to text"
-arch=('i686' 'x86_64')
-url="http://www.wagner.pp.ru/~vitus/software/catdoc/"
-license=('GPL')
-depends=('glibc')
-optdepends=('tk: for using wordview')
-options=('!makeflags')
-source=(http://ftp.wagner.pp.ru/pub/catdoc/$pkgname-$pkgver.tar.gz)
-md5sums=('243e1680bb3e703616f5adecfee24491')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr  --with-wish=/usr/bin/wish
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make installroot="$pkgdir" mandir=/usr/share/man/man1 install
-}

Copied: catdoc/repos/extra-x86_64/PKGBUILD (from rev 161486, catdoc/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-06-11 21:02:16 UTC (rev 161488)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
+# Contributor: Paulius Palevicius <paulius at birzai.com>
+
+pkgname=catdoc
+pkgver=0.94.3
+pkgrel=1
+pkgdesc="A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to text"
+arch=('i686' 'x86_64')
+url="http://www.wagner.pp.ru/~vitus/software/catdoc/"
+license=('GPL')
+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=('61212b9fd06b0a31aa7bc9a671130f57')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/$(prefix)/$(installroot)$(prefix)/' desktop/Makefile.in
+  sed -i 's/0.94.2/0.94.3/' configure* doc/*.1 src/makefile.tc
+  ./configure --prefix=/usr  --with-wish=/usr/bin/wish
+  make
+}
+
+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
+}




More information about the arch-commits mailing list