[arch-commits] Commit in po4a/repos/community-any (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Aug 22 11:54:41 UTC 2020


    Date: Saturday, August 22, 2020 @ 11:54:41
  Author: jlichtblau
Revision: 686709

archrelease: copy trunk to community-any

Added:
  po4a/repos/community-any/PKGBUILD
    (from rev 686708, po4a/trunk/PKGBUILD)
Deleted:
  po4a/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-22 11:54:29 UTC (rev 686708)
+++ PKGBUILD	2020-08-22 11:54:41 UTC (rev 686709)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-# Contributor: Andre Klitzing <aklitzing () online () de>
-# Contributor: Allan McRae <mcrae_allan at hotmail.com>
-# Contributor: Mikko Seppälä <t-r-a-y at mbnet.fi> aka Neverth
-
-pkgname=po4a
-pkgver=0.59.1
-pkgrel=2
-pkgdesc="Tools for helping translation of documentation"
-arch=('any')
-url="https://po4a.org/"
-license=('GPL')
-depends=('perl' 'gettext' 'perl-yaml-tiny')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 'perl-term-readkey'
-             'perl-sgmls' 'perl-module-build' 'perl-unicode-linebreak')
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('bd894c728fcf3f9bb2d563fc9e86328f592be69d476c78c1a9cae8a25f45d145')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  perl Build.PL installdirs=vendor create_packlist=0
-  # The script expects a UTF-8 locale
-  LC_ALL=en_US.UTF-8 perl Build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  perl Build destdir="${pkgdir}" install
-  # remove perllocal.pod and .packlist
-  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
-}

Copied: po4a/repos/community-any/PKGBUILD (from rev 686708, po4a/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-22 11:54:41 UTC (rev 686709)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Contributor: Andre Klitzing <aklitzing () online () de>
+# Contributor: Allan McRae <mcrae_allan at hotmail.com>
+# Contributor: Mikko Seppälä <t-r-a-y at mbnet.fi> aka Neverth
+
+pkgname=po4a
+pkgver=0.60
+pkgrel=1
+pkgdesc="Tools for helping translation of documentation"
+arch=('any')
+url="https://po4a.org/"
+license=('GPL')
+depends=('perl' 'gettext' 'perl-yaml-tiny')
+makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 'perl-term-readkey'
+             'perl-sgmls' 'perl-module-build' 'perl-unicode-linebreak' 'perl-pod-parser')
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('1eaae2786696c823e6c02838366c3825f5abb3adb5d32ba3342e299466e20b3c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  perl Build.PL installdirs=vendor create_packlist=0
+  # The script expects a UTF-8 locale
+  LC_ALL=en_US.UTF-8 perl Build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  perl Build destdir="${pkgdir}" install
+  # remove perllocal.pod and .packlist
+  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list