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

Kyle Keen kkeen at nymeria.archlinux.org
Sat Apr 27 12:49:08 UTC 2013


    Date: Saturday, April 27, 2013 @ 14:49:08
  Author: kkeen
Revision: 89169

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-27 12:48:43 UTC (rev 89168)
+++ community-i686/PKGBUILD	2013-04-27 12:49:08 UTC (rev 89169)
@@ -1,31 +0,0 @@
-# $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
-}

Copied: catdoc/repos/community-i686/PKGBUILD (from rev 89168, catdoc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-27 12:49:08 UTC (rev 89169)
@@ -0,0 +1,31 @@
+# $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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-27 12:48:43 UTC (rev 89168)
+++ community-x86_64/PKGBUILD	2013-04-27 12:49:08 UTC (rev 89169)
@@ -1,31 +0,0 @@
-# $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
-}

Copied: catdoc/repos/community-x86_64/PKGBUILD (from rev 89168, catdoc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-27 12:49:08 UTC (rev 89169)
@@ -0,0 +1,31 @@
+# $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
+}




More information about the arch-commits mailing list