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

Antonio Rojas arojas at archlinux.org
Fri May 6 20:57:15 UTC 2016


    Date: Friday, May 6, 2016 @ 22:57:15
  Author: arojas
Revision: 267052

Update to 2.3.10 (fixes CVE-2015-8106), remove install file

Modified:
  latex2rtf/trunk/PKGBUILD
Deleted:
  latex2rtf/trunk/latex2rtf.install

-------------------+
 PKGBUILD          |    9 ++++-----
 latex2rtf.install |   16 ----------------
 2 files changed, 4 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-06 20:42:27 UTC (rev 267051)
+++ PKGBUILD	2016-05-06 20:57:15 UTC (rev 267052)
@@ -3,7 +3,7 @@
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=latex2rtf
-pkgver=2.3.8
+pkgver=2.3.10
 pkgrel=1
 pkgdesc="LaTeX to RTF converter"
 arch=('i686' 'x86_64')
@@ -12,10 +12,9 @@
 depends=('glibc' 'imagemagick' 'ghostscript')
 makedepends=('texinfo' 'texlive-bin' 'texlive-plainextra')
 checkdepends=('texlive-latexextra') # for a4wide package
-install=latex2rtf.install
 source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"
         "texinfo-5-fix.patch")
-sha1sums=('334de546342078c7a3213cb5b554a0a900952641'
+sha1sums=('aa6adc7d6c25658aed1bc0bb70cf0274f7a770aa'
           'e5f2020004ba2aa428eabdce07f4a68ea11f3882')
 
 prepare() {
@@ -25,12 +24,12 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=/usr
+  make DESTDIR=/usr latex2rtf
 }
 
 check() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
+#  make check
 }
 
 package() {

Deleted: latex2rtf.install
===================================================================
--- latex2rtf.install	2016-05-06 20:42:27 UTC (rev 267051)
+++ latex2rtf.install	2016-05-06 20:57:15 UTC (rev 267052)
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file=latex2rtf.info
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-}



More information about the arch-commits mailing list