[arch-commits] Commit in docx2txt/repos/community-any (PKGBUILD PKGBUILD)

2018-12-02 Thread Maxim Baz via arch-commits
Date: Sunday, December 2, 2018 @ 22:18:04
  Author: maximbaz
Revision: 410800

archrelease: copy trunk to community-any

Added:
  docx2txt/repos/community-any/PKGBUILD
(from rev 410799, docx2txt/trunk/PKGBUILD)
Deleted:
  docx2txt/repos/community-any/PKGBUILD

--+
 PKGBUILD |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-02 22:17:43 UTC (rev 410799)
+++ PKGBUILD2018-12-02 22:18:04 UTC (rev 410800)
@@ -1,21 +0,0 @@
-# Maintainer: Kyle Keen 
-pkgname=docx2txt
-pkgver=1.4
-pkgrel=4
-pkgdesc="Recovers text from DOCX files, with good formatting."
-arch=('any')
-url="http://docx2txt.sourceforge.net;
-license=('GPL')
-depends=('perl' 'unzip')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tgz)
-md5sums=('780f468c16d547b02723b98aadc52c63')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  #make INSTALLDIR="$pkgdir/usr/bin/"
-  #make INSTALLDIR="$pkgdir/usr/bin/" install
-  install -Dm644 docx2txt.config "$pkgdir/etc/docx2txt.config"
-  install -Dm755 docx2txt.pl "$pkgdir/usr/bin/docx2txt"
-  #install -Dm755 docx2txt.sh "$pkgdir/usr/bin/docx2txt.sh"
-}
-

Copied: docx2txt/repos/community-any/PKGBUILD (from rev 410799, 
docx2txt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-02 22:18:04 UTC (rev 410800)
@@ -0,0 +1,21 @@
+# Maintainer: Kyle Keen 
+pkgname=docx2txt
+pkgver=1.4
+pkgrel=4
+pkgdesc="Recovers text from DOCX files, with good formatting."
+arch=('any')
+url="http://docx2txt.sourceforge.net;
+license=('GPL')
+depends=('perl' 'unzip')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tgz)
+md5sums=('780f468c16d547b02723b98aadc52c63')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  #make INSTALLDIR="$pkgdir/usr/bin/"
+  #make INSTALLDIR="$pkgdir/usr/bin/" install
+  install -Dm644 docx2txt.config "$pkgdir/etc/docx2txt.config"
+  install -Dm755 docx2txt.pl "$pkgdir/usr/bin/docx2txt"
+  #install -Dm755 docx2txt.sh "$pkgdir/usr/bin/docx2txt.sh"
+}
+


[arch-commits] Commit in docx2txt/repos/community-any (PKGBUILD PKGBUILD)

2017-05-30 Thread Kyle Keen
Date: Tuesday, May 30, 2017 @ 22:55:04
  Author: kkeen
Revision: 231417

archrelease: copy trunk to community-any

Added:
  docx2txt/repos/community-any/PKGBUILD
(from rev 231416, docx2txt/trunk/PKGBUILD)
Deleted:
  docx2txt/repos/community-any/PKGBUILD

--+
 PKGBUILD |   45 ++---
 1 file changed, 22 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-30 22:54:52 UTC (rev 231416)
+++ PKGBUILD2017-05-30 22:55:04 UTC (rev 231417)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgname=docx2txt
-pkgver=1.4
-pkgrel=2
-pkgdesc="Recovers text from DOCX files, with good formatting."
-arch=('any')
-url="http://docx2txt.sourceforge.net;
-license=('GPL')
-depends=('perl' 'unzip')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tgz)
-md5sums=('780f468c16d547b02723b98aadc52c63')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  #make INSTALLDIR="$pkgdir/usr/bin/"
-  #make INSTALLDIR="$pkgdir/usr/bin/" install
-  # todo, fix these extensions
-  install -Dm644 docx2txt.config "$pkgdir/etc/docx2txt.config"
-  install -Dm755 docx2txt.pl "$pkgdir/usr/bin/docx2txt.pl"
-  install -Dm755 docx2txt.sh "$pkgdir/usr/bin/docx2txt.sh"
-}
-

Copied: docx2txt/repos/community-any/PKGBUILD (from rev 231416, 
docx2txt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-30 22:55:04 UTC (rev 231417)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgname=docx2txt
+pkgver=1.4
+pkgrel=3
+pkgdesc="Recovers text from DOCX files, with good formatting."
+arch=('any')
+url="http://docx2txt.sourceforge.net;
+license=('GPL')
+depends=('perl' 'unzip')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tgz)
+md5sums=('780f468c16d547b02723b98aadc52c63')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  #make INSTALLDIR="$pkgdir/usr/bin/"
+  #make INSTALLDIR="$pkgdir/usr/bin/" install
+  install -Dm644 docx2txt.config "$pkgdir/etc/docx2txt.config"
+  install -Dm755 docx2txt.pl "$pkgdir/usr/bin/docx2txt"
+  #install -Dm755 docx2txt.sh "$pkgdir/usr/bin/docx2txt.sh"
+}
+