Date: Tuesday, November 15, 2022 @ 00:18:39
Author: kpcyrd
Revision: 1348386
archrelease: copy trunk to community-x86_64
Added:
catdoc/repos/community-x86_64/PKGBUILD
(from rev 1348385, catdoc/trunk/PKGBUILD)
Deleted:
catdoc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 69 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-15 00:18:24 UTC (rev 1348385)
+++ PKGBUILD 2022-11-15 00:18:39 UTC (rev 1348386)
@@ -1,34 +0,0 @@
-# Maintainer: Juergen Hoetzel <[email protected]>
-# Contributor: Paulius Palevicius <[email protected]>
-
-pkgname=catdoc
-pkgver=0.95
-pkgrel=3
-pkgdesc="A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to
text"
-arch=('x86_64')
-url="https://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"
-}
Copied: catdoc/repos/community-x86_64/PKGBUILD (from rev 1348385,
catdoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-15 00:18:39 UTC (rev 1348386)
@@ -0,0 +1,35 @@
+# Maintainer: Juergen Hoetzel <[email protected]>
+# Contributor: Paulius Palevicius <[email protected]>
+
+pkgname=catdoc
+pkgver=0.95
+pkgrel=4
+pkgdesc="A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to
text"
+arch=('x86_64')
+url="https://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')
+sha256sums=('514a84180352b6bf367c1d2499819dfa82b60d8c45777432fa643a5ed7d80796')
+
+# 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"
+}