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

Sergej Pupykin spupykin at archlinux.org
Mon Sep 26 12:26:04 UTC 2016


    Date: Monday, September 26, 2016 @ 12:26:03
  Author: spupykin
Revision: 190608

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

Added:
  linuxdoc-tools/repos/community-i686/PKGBUILD
    (from rev 190607, linuxdoc-tools/trunk/PKGBUILD)
  linuxdoc-tools/repos/community-x86_64/PKGBUILD
    (from rev 190607, linuxdoc-tools/trunk/PKGBUILD)
Deleted:
  linuxdoc-tools/repos/community-i686/PKGBUILD
  linuxdoc-tools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-09-26 12:25:44 UTC (rev 190607)
+++ community-i686/PKGBUILD	2016-09-26 12:26:03 UTC (rev 190608)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: David Ell <david at bytesizebits dot net>
-
-pkgname=linuxdoc-tools
-pkgver=0.9.72
-pkgrel=1
-pkgdesc="Convert LinuxDoc SGML source into other formats"
-arch=('i686' 'x86_64')
-url="http://packages.debian.org/sid/linuxdoc-tools"
-license=('GPL')
-depends=('jade')
-makedepends=('texlive-bin' 'texlive-core')
-optdepends=('groff' 'texlive-bin')
-source=(http://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz)
-md5sums=('7c0759a9bdf4525f1736f00629748cdd')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i '/extern int yyleng;/d' rtf-fix/rtf2rtf.l
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: linuxdoc-tools/repos/community-i686/PKGBUILD (from rev 190607, linuxdoc-tools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-09-26 12:26:03 UTC (rev 190608)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: David Ell <david at bytesizebits dot net>
+
+pkgname=linuxdoc-tools
+pkgver=0.9.72
+pkgrel=2
+pkgdesc="Convert LinuxDoc SGML source into other formats"
+arch=('i686' 'x86_64')
+url="http://packages.debian.org/sid/linuxdoc-tools"
+license=('GPL')
+depends=('jade')
+makedepends=('texlive-bin' 'texlive-core')
+optdepends=('groff' 'texlive-bin')
+source=(http://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz)
+md5sums=('7c0759a9bdf4525f1736f00629748cdd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i '/extern int yyleng;/d' rtf-fix/rtf2rtf.l
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --with-texdir=/usr/share/texmf-dist/tex/linuxdoc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-09-26 12:25:44 UTC (rev 190607)
+++ community-x86_64/PKGBUILD	2016-09-26 12:26:03 UTC (rev 190608)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: David Ell <david at bytesizebits dot net>
-
-pkgname=linuxdoc-tools
-pkgver=0.9.72
-pkgrel=1
-pkgdesc="Convert LinuxDoc SGML source into other formats"
-arch=('i686' 'x86_64')
-url="http://packages.debian.org/sid/linuxdoc-tools"
-license=('GPL')
-depends=('jade')
-makedepends=('texlive-bin' 'texlive-core')
-optdepends=('groff' 'texlive-bin')
-source=(http://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz)
-md5sums=('7c0759a9bdf4525f1736f00629748cdd')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i '/extern int yyleng;/d' rtf-fix/rtf2rtf.l
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: linuxdoc-tools/repos/community-x86_64/PKGBUILD (from rev 190607, linuxdoc-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-09-26 12:26:03 UTC (rev 190608)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: David Ell <david at bytesizebits dot net>
+
+pkgname=linuxdoc-tools
+pkgver=0.9.72
+pkgrel=2
+pkgdesc="Convert LinuxDoc SGML source into other formats"
+arch=('i686' 'x86_64')
+url="http://packages.debian.org/sid/linuxdoc-tools"
+license=('GPL')
+depends=('jade')
+makedepends=('texlive-bin' 'texlive-core')
+optdepends=('groff' 'texlive-bin')
+source=(http://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz)
+md5sums=('7c0759a9bdf4525f1736f00629748cdd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i '/extern int yyleng;/d' rtf-fix/rtf2rtf.l
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --with-texdir=/usr/share/texmf-dist/tex/linuxdoc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list