[arch-commits] Commit in texi2html/trunk (PKGBUILD)

2020-05-19 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 19, 2020 @ 09:40:10
  Author: foutrelis
Revision: 386577

upgpkg: texi2html 5.0-6: reproducibility rebuild

Modified:
  texi2html/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 09:40:00 UTC (rev 386576)
+++ PKGBUILD2020-05-19 09:40:10 UTC (rev 386577)
@@ -3,7 +3,7 @@
 
 pkgname=texi2html
 pkgver=5.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Converts texinfo documents to HTML"
 arch=('any')
 url="https://www.nongnu.org/texi2html/;


[arch-commits] Commit in texi2html/trunk (PKGBUILD)

2019-01-24 Thread Andreas Radke via arch-commits
Date: Friday, January 25, 2019 @ 07:03:19
  Author: andyrtr
Revision: 344730

use https url

Modified:
  texi2html/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-25 07:02:51 UTC (rev 344729)
+++ PKGBUILD2019-01-25 07:03:19 UTC (rev 344730)
@@ -6,7 +6,7 @@
 pkgrel=5
 pkgdesc="Converts texinfo documents to HTML"
 arch=('any')
-url="http://www.nongnu.org/texi2html/;
+url="https://www.nongnu.org/texi2html/;
 license=('GPL')
 depends=('perl')
 
source=(https://download.savannah.gnu.org/releases/texi2html/$pkgname-$pkgver.tar.bz2{,.sig})


[arch-commits] Commit in texi2html/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 21:58:47
  Author: foutrelis
Revision: 338634

PIE/BUILDINFO rebuild

Modified:
  texi2html/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 21:57:26 UTC (rev 338633)
+++ PKGBUILD2018-11-09 21:58:47 UTC (rev 338634)
@@ -3,7 +3,7 @@
 
 pkgname=texi2html
 pkgver=5.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Converts texinfo documents to HTML"
 arch=('any')
 url="http://www.nongnu.org/texi2html/;


[arch-commits] Commit in texi2html/trunk (PKGBUILD)

2017-01-15 Thread Andreas Radke
Date: Sunday, January 15, 2017 @ 18:11:49
  Author: andyrtr
Revision: 286640

https sources / gpg signature fixes

Modified:
  texi2html/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-15 18:01:31 UTC (rev 286639)
+++ PKGBUILD2017-01-15 18:11:49 UTC (rev 286640)
@@ -10,8 +10,10 @@
 url="http://www.nongnu.org/texi2html/;
 license=('GPL')
 depends=('perl')
-source=("http://download.savannah.gnu.org/releases/texi2html/$pkgname-$pkgver.tar.bz2;)
-md5sums=('f15ac876fcdc8be865b16535f480aa54')
+source=(https://download.savannah.gnu.org/releases/texi2html/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('e8a98b0ee20c495a6ab894398a065ef580272dbd5a15b1b19e8bd1bc89d9f9fa'
+'SKIP')
+validpgpkeys=('9804BBF566E198FCA15D5C215EC2A77F36ECC523') # "Patrice Dumas 
(Pertusus) "
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in texi2html/trunk (PKGBUILD)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:25:21
  Author: fyan
Revision: 215699

upgpkg: texi2html 5.0-3

mtree rebuild

Modified:
  texi2html/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 09:23:16 UTC (rev 215698)
+++ PKGBUILD2014-06-30 09:25:21 UTC (rev 215699)
@@ -4,7 +4,7 @@
 
 pkgname=texi2html
 pkgver=5.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Converts texinfo documents to HTML
 arch=('any')
 url=http://www.nongnu.org/texi2html/;



[arch-commits] Commit in texi2html/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:19:08
  Author: pierre
Revision: 150541

upgpkg: texi2html 5.0-2

rebuild old package

Modified:
  texi2html/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:17:15 UTC (rev 150540)
+++ PKGBUILD2012-02-18 12:19:08 UTC (rev 150541)
@@ -4,14 +4,14 @@
 
 pkgname=texi2html
 pkgver=5.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Converts texinfo documents to HTML
 arch=('any')
 url=http://www.nongnu.org/texi2html/;
 license=('GPL')
 depends=('perl')
 install=texi2html.install
-source=(http://download.savannah.gnu.org/releases/texi2html/$pkgname-$pkgver.tar.bz2)
+source=(http://download.savannah.gnu.org/releases/texi2html/$pkgname-$pkgver.tar.bz2;)
 md5sums=('f15ac876fcdc8be865b16535f480aa54')
 
 build() {



[arch-commits] Commit in texi2html/trunk (PKGBUILD texi2html.install)

2011-04-11 Thread Eric BĂ©langer
Date: Monday, April 11, 2011 @ 22:27:52
  Author: eric
Revision: 119542

upgpkg: texi2html 5.0-1
Upstream update, Switched to 'any' arch, Added texinfo file

Added:
  texi2html/trunk/texi2html.install
Modified:
  texi2html/trunk/PKGBUILD

---+
 PKGBUILD  |   23 ---
 texi2html.install |   20 
 2 files changed, 32 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-11 22:27:23 UTC (rev 119541)
+++ PKGBUILD2011-04-12 02:27:52 UTC (rev 119542)
@@ -1,25 +1,26 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
 
 pkgname=texi2html
-pkgver=1.82
+pkgver=5.0
 pkgrel=1
 pkgdesc=Converts texinfo documents to HTML
-arch=('i686' 'x86_64')
+arch=('any')
 url=http://www.nongnu.org/texi2html/;
 license=('GPL')
 depends=('perl')
-source=(http://www.very-clever.com/download/nongnu/texi2html/$pkgname-$pkgver.tar.gz)
+install=texi2html.install
+source=(http://download.savannah.gnu.org/releases/texi2html/$pkgname-$pkgver.tar.bz2)
+md5sums=('f15ac876fcdc8be865b16535f480aa54')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
-  sed -i s|mandir = /usr/man|mandir = \${prefix}/share/man|g Makefile
-  make || return 1
-  make prefix=$startdir/pkg/usr install
-  rm -r $startdir/pkg/usr/share/texinfo
-  rm -r $startdir/pkg/usr/share/info
+  make
 }
-md5sums=('7ea537a8c81ffbf5421b39c0333e91df')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir  install
+}

Added: texi2html.install
===
--- texi2html.install   (rev 0)
+++ texi2html.install   2011-04-12 02:27:52 UTC (rev 119542)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(texi2html.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}