[arch-commits] Commit in man-pages-l10n/trunk (PKGBUILD man-pages-l10n.changelog)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Tue Jun 15 17:51:26 UTC 2021
Date: Tuesday, June 15, 2021 @ 17:51:25
Author: jlichtblau
Revision: 963941
upgpkg: man-pages-l10n 4.10.0-1 - new upstream release
Modified:
man-pages-l10n/trunk/PKGBUILD
man-pages-l10n/trunk/man-pages-l10n.changelog
--------------------------+
PKGBUILD | 28 +++++++++++++++++++++++-----
man-pages-l10n.changelog | 3 +++
2 files changed, 26 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-15 17:51:00 UTC (rev 963940)
+++ PKGBUILD 2021-06-15 17:51:25 UTC (rev 963941)
@@ -4,7 +4,9 @@
# Contributor: Rafael Fontenelle <rafaelff at gnome.org>
pkgbase=man-pages-l10n
-pkgname=('man-pages-de'
+pkgname=('man-pages-cs'
+ 'man-pages-da'
+ 'man-pages-de'
'man-pages-es'
'man-pages-fr'
'man-pages-it'
@@ -13,7 +15,7 @@
'man-pages-pl'
'man-pages-pt_br'
'man-pages-ro')
-pkgver=4.9.3
+pkgver=4.10.0
pkgrel=1
pkgdesc="Translation of man pages"
arch=('any')
@@ -24,13 +26,13 @@
changelog=$pkgbase.changelog
options=('!emptydirs')
source=(https://salsa.debian.org/manpages-l10n-team/manpages-l10n/-/archive/v$pkgver/manpages-l10n-v$pkgver.tar.bz2)
-sha256sums=('5c7268025893f207a3cb282327f88d723d5fc255faf37d8ef334aeab4f609098')
+sha256sums=('42f0cb70cadc92e3a5975eed1022fd504788d4a944c9500e160d52d46ce24cb3')
build() {
cd "${srcdir}"/manpages-l10n-v$pkgver
./configure --prefix=/usr --enable-distribution=archlinux
- for _lang in de fr nl pl pt_BR ro; do
+ for _lang in cs da de fr nl pl pt_BR ro; do
make -C po/"${_lang}"
done
}
@@ -38,11 +40,27 @@
check() {
cd "${srcdir}"/manpages-l10n-v$pkgver
- for _lang in de fr nl pl pt_BR ro; do
+ for _lang in cs da de fr nl pl pt_BR ro; do
make check -k -C po/"${_lang}"
done
}
+package_man-pages-cs() {
+ pkgdesc="Czech man pages"
+ depends=('man-db')
+
+ cd "${srcdir}"/manpages-l10n-v$pkgver/po/cs
+ make DESTDIR="${pkgdir}" install
+}
+
+package_man-pages-da() {
+ pkgdesc="Danish man pages"
+ depends=('man-db')
+
+ cd "${srcdir}"/manpages-l10n-v$pkgver/po/da
+ make DESTDIR="${pkgdir}" install
+}
+
package_man-pages-de() {
pkgdesc="German man pages"
depends=('man-db')
Modified: man-pages-l10n.changelog
===================================================================
--- man-pages-l10n.changelog 2021-06-15 17:51:00 UTC (rev 963940)
+++ man-pages-l10n.changelog 2021-06-15 17:51:25 UTC (rev 963941)
@@ -1,3 +1,6 @@
+2021-06-15 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * man-pages-l10n 4.10.0-1
+
2021-03-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
* man-pages-l10n 4.9.3-1
More information about the arch-commits
mailing list