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

Leonidas Spyropoulos artafinde at gemini.archlinux.org
Tue Apr 12 15:55:08 UTC 2022


    Date: Tuesday, April 12, 2022 @ 15:55:07
  Author: artafinde
Revision: 1185975

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-12 15:55:03 UTC (rev 1185974)
+++ PKGBUILD	2022-04-12 15:55:07 UTC (rev 1185975)
@@ -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.82
-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://mirrors.edge.kernel.org/debian/pool/main/l/linuxdoc-tools/linuxdoc-tools_${pkgver}.orig.tar.gz)
-sha256sums=('65e7c39eeabf464575bf7b5b4c0284ddd2c0e56b3e37e591c861708f1b00013d')
-
-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 1185974, linuxdoc-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-12 15:55:07 UTC (rev 1185975)
@@ -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.82
+pkgrel=2
+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://mirrors.edge.kernel.org/debian/pool/main/l/linuxdoc-tools/linuxdoc-tools_${pkgver}.orig.tar.gz)
+sha256sums=('65e7c39eeabf464575bf7b5b4c0284ddd2c0e56b3e37e591c861708f1b00013d')
+
+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