[arch-commits] Commit in linuxdoc-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Tue May 12 23:05:16 UTC 2020


    Date: Tuesday, May 12, 2020 @ 23:05:16
  Author: spupykin
Revision: 627256

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-12 23:05:06 UTC (rev 627255)
+++ PKGBUILD	2020-05-12 23:05:16 UTC (rev 627256)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: David Ell <david at bytesizebits dot net>
-
-pkgname=linuxdoc-tools
-pkgver=0.9.73
-pkgrel=1
-pkgdesc="Convert LinuxDoc SGML source into other formats"
-arch=('x86_64')
-url="http://packages.debian.org/sid/linuxdoc-tools"
-license=('GPL')
-depends=('jade')
-makedepends=('texlive-bin' 'texlive-core')
-optdepends=('groff' 'texlive-bin')
-source=(https://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz)
-sha256sums=('5ff59822c803a943419f1fd4b78d7ea815073fc01576ad33fef2daa54721c80a')
-
-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
-}

Copied: linuxdoc-tools/repos/community-x86_64/PKGBUILD (from rev 627255, linuxdoc-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-12 23:05:16 UTC (rev 627256)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: David Ell <david at bytesizebits dot net>
+
+pkgname=linuxdoc-tools
+pkgver=0.9.78
+pkgrel=1
+pkgdesc="Convert LinuxDoc SGML source into other formats"
+arch=('x86_64')
+url="https://packages.debian.org/sid/linuxdoc-tools"
+license=('GPL')
+depends=('jade')
+makedepends=('texlive-bin' 'texlive-core')
+optdepends=('groff' 'texlive-bin')
+source=(https://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz)
+sha256sums=('362f031aa13ce29018a395179e7d6d9fac490b1b0e5a2ce97a5ab4dfe7effa56')
+
+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