Github messages for voidlinux
 help / color / mirror / Atom feed
From: zen0bit <zen0bit@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] manpages: -pt-br to -all
Date: Tue, 28 Feb 2023 10:57:31 +0100	[thread overview]
Message-ID: <20230228095731.7Dh2V9z3Bzm2vDTQPVEHAj-F-AqJrzdhzNv5a5U-M5c@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42498@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

There is an updated pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/VUR manpages
https://github.com/void-linux/void-packages/pull/42498

manpages: -pt-br to -all

#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)


A patch file from https://github.com/void-linux/void-packages/pull/42498.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-manpages-42498.patch --]
[-- Type: text/x-diff, Size: 3314 bytes --]

From a4c57698de33efc5a3a0e8be0ec983010fafd0b7 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Tue, 28 Feb 2023 10:49:40 +0100
Subject: [PATCH] manpages: description patch

---
 srcpkgs/manpages-pt-br/template | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/manpages-pt-br/template b/srcpkgs/manpages-pt-br/template
index 98ba79b4e7c8..f0f42d66b536 100644
--- a/srcpkgs/manpages-pt-br/template
+++ b/srcpkgs/manpages-pt-br/template
@@ -1,7 +1,7 @@
 # Template file for 'manpages-pt-br'
 pkgname=manpages-pt-br
 version=4.14.0
-revision=1
+revision=2
 _commit=2a0461feb98f408bac9454b87325aacb1dd014f2
 _prjname=manpages-l10n
 build_style=gnu-configure
@@ -55,98 +55,98 @@ manpages-ro_package() {
 }
 
 manpages-vi_package() {
-	short_desc+="${_desc} - Vietnamese (Tiếng Việt)"
+	short_desc="${_desc} - Vietnamese (Tiếng Việt)"
 	pkg_install() {
 		vmove usr/share/man/vi
 	}
 }
 
 manpages-uk_package() {
-	short_desc+="${_desc} - Ukrainian (Украї́нська Мо́ва)"
+	short_desc="${_desc} - Ukrainian (Украї́нська Мо́ва)"
 	pkg_install() {
 		vmove usr/share/man/uk
 	}
 }
 
 manpages-sv_package() {
-	short_desc+="${_desc} - Swedish (Svenska)"
+	short_desc="${_desc} - Swedish (Svenska)"
 	pkg_install() {
 		vmove usr/share/man/sv
 	}
 }
 
 manpages-sr_package() {
-	short_desc+="${_desc} - Serbian (Српски Језик)"
+	short_desc="${_desc} - Serbian (Српски Језик)"
 	pkg_install() {
 		vmove usr/share/man/sr
 	}
 }
 
 manpages-nb_package() {
-	short_desc+="${_desc} - Norwegian Bokmål (Bokmål)"
+	short_desc="${_desc} - Norwegian Bokmål (Bokmål)"
 	pkg_install() {
 		vmove usr/share/man/nb
 	}
 }
 
 manpages-mk_package() {
-	short_desc+="${_desc} - Macedonian (Македонски)"
+	short_desc="${_desc} - Macedonian (Македонски)"
 	pkg_install() {
 		vmove usr/share/man/mk
 	}
 }
 
 manpages-it_package() {
-	short_desc+="${_desc} - Italian (Italiano)"
+	short_desc="${_desc} - Italian (Italiano)"
 	pkg_install() {
 		vmove usr/share/man/it
 	}
 }
 
 manpages-id_package() {
-	short_desc+="${_desc} - Indonesian (Bahasa Indonesia)"
+	short_desc="${_desc} - Indonesian (Bahasa Indonesia)"
 	pkg_install() {
 		vmove usr/share/man/id
 	}
 }
 
 manpages-hu_package() {
-	short_desc+="${_desc} - Hungarian (Magyar Nyelv)"
+	short_desc="${_desc} - Hungarian (Magyar Nyelv)"
 	pkg_install() {
 		vmove usr/share/man/hu
 	}
 }
 
 manpages-fi_package() {
-	short_desc+="${_desc} - Finnish (Suomi)"
+	short_desc="${_desc} - Finnish (Suomi)"
 	pkg_install() {
 		vmove usr/share/man/fi
 	}
 }
 
 manpages-es_package() {
-	short_desc+="${_desc} - Spanish (Español)"
+	short_desc="${_desc} - Spanish (Español)"
 	pkg_install() {
 		vmove usr/share/man/es
 	}
 }
 
 manpages-el_package() {
-	short_desc+="${_desc} - Greek (Ελληνικά)"
+	short_desc="${_desc} - Greek (Ελληνικά)"
 	pkg_install() {
 		vmove usr/share/man/el
 	}
 }
 
 manpages-da_package() {
-	short_desc+="${_desc} - Danish (Dansk)"
+	short_desc="${_desc} - Danish (Dansk)"
 	pkg_install() {
 		vmove usr/share/man/da
 	}
 }
 
 manpages-cs_package() {
-	short_desc+="${_desc} - Czech (Čeština)"
+	short_desc="${_desc} - Czech (Čeština)"
 	pkg_install() {
 		vmove usr/share/man/cs
 	}

  parent reply	other threads:[~2023-02-28  9:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-28  8:53 [PR PATCH] " zen0bit
2023-02-28  9:00 ` [PR PATCH] [Updated] " zen0bit
2023-02-28  9:55 ` zen0bit
2023-02-28  9:57 ` zen0bit [this message]
2023-02-28 10:57 ` [PR PATCH] [Updated] manpages: description patch zen0bit
2023-02-28 16:11 ` manpages: Update to 4.17.0 and description fix paper42
2023-02-28 19:01 ` [PR PATCH] [Updated] manpages-pt-br: " zen0bit
2023-02-28 19:35 ` zen0bit
2023-02-28 20:15 ` [PR PATCH] [Closed]: manpages-pt-br: Update to 4.17.0 + classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230228095731.7Dh2V9z3Bzm2vDTQPVEHAj-F-AqJrzdhzNv5a5U-M5c@z \
    --to=zen0bit@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).