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

Kyle Keen kkeen at archlinux.org
Wed Sep 14 01:15:14 UTC 2016


    Date: Wednesday, September 14, 2016 @ 01:15:13
  Author: kkeen
Revision: 189279

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

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

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   31 -------------------
 community-x86_64/PKGBUILD |   31 -------------------
 3 files changed, 70 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-09-14 01:14:45 UTC (rev 189278)
+++ community-i686/PKGBUILD	2016-09-14 01:15:13 UTC (rev 189279)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
-# Contributor: Paulius Palevicius <paulius at birzai.com>
-
-pkgname=catdoc
-pkgver=0.94.4
-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=('4820680e3611392caf2b4dd2413bfae5')
-
-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
-  ./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
-}

Copied: catdoc/repos/community-i686/PKGBUILD (from rev 189278, catdoc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-09-14 01:15:13 UTC (rev 189279)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
+# Contributor: Paulius Palevicius <paulius at birzai.com>
+
+pkgname=catdoc
+pkgver=0.95
+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)
+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
+  ./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: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-09-14 01:14:45 UTC (rev 189278)
+++ community-x86_64/PKGBUILD	2016-09-14 01:15:13 UTC (rev 189279)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
-# Contributor: Paulius Palevicius <paulius at birzai.com>
-
-pkgname=catdoc
-pkgver=0.94.4
-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=('4820680e3611392caf2b4dd2413bfae5')
-
-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
-  ./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
-}

Copied: catdoc/repos/community-x86_64/PKGBUILD (from rev 189278, catdoc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-09-14 01:15:13 UTC (rev 189279)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
+# Contributor: Paulius Palevicius <paulius at birzai.com>
+
+pkgname=catdoc
+pkgver=0.95
+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)
+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
+  ./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