Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cinnamon-translations: drop noarch + cleanup.
@ 2020-10-09  9:16 fosslinux
  2020-10-09 12:51 ` [PR PATCH] [Closed]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: fosslinux @ 2020-10-09  9:16 UTC (permalink / raw)
  To: ml

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

There is a new pull request by fosslinux against master on the void-packages repository

https://github.com/fosslinux/void-packages cinnamon-translations-drop-noarch
https://github.com/void-linux/void-packages/pull/25452

cinnamon-translations: drop noarch + cleanup.
- drop noarch.
- remove the incorrect changelog.
- fix homepage url.
- use vmkdir and vcopy instead of mkdir and cp.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cinnamon-translations-drop-noarch-25452.patch --]
[-- Type: text/x-diff, Size: 1561 bytes --]

From 4b02cd80d78347da207880654ce0c2c6ad63fc5d Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Fri, 9 Oct 2020 20:13:32 +1100
Subject: [PATCH] cinnamon-translations: drop noarch + cleanup.

- drop noarch.
- remove the incorrect changelog.
- fix homepage url.
- use vmkdir and vcopy instead of mkdir and cp.
---
 srcpkgs/cinnamon-translations/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/cinnamon-translations/template b/srcpkgs/cinnamon-translations/template
index e71998a63fb..b3cd5e4d0d6 100644
--- a/srcpkgs/cinnamon-translations/template
+++ b/srcpkgs/cinnamon-translations/template
@@ -1,19 +1,17 @@
 # Template file for 'cinnamon-translations'
 pkgname=cinnamon-translations
 version=4.6.2
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-makefile
 hostmakedepends="gettext"
 short_desc="Translations for Cinnamon and Nemo"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
-changelog="https://raw.githubusercontent.com/linuxmint/cinnamon-translations/${version}/debian/changelog"
+homepage="https://translations.launchpad.net/linuxmint/latest/"
 distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
 checksum=f79b818c3339dec395a8739ebfdb9079e236eeb9608768d76fecfe77dc231cb4
 
 do_install() {
-	vmkdir /usr/share/locale
-	cp -a usr/share/locale/* ${DESTDIR}/usr/share/locale
+	vmkdir usr/share/locale
+	vcopy usr/share/locale/* usr/share/locale/
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Closed]: cinnamon-translations: drop noarch + cleanup.
  2020-10-09  9:16 [PR PATCH] cinnamon-translations: drop noarch + cleanup fosslinux
@ 2020-10-09 12:51 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2020-10-09 12:51 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

cinnamon-translations: drop noarch + cleanup.
https://github.com/void-linux/void-packages/pull/25452

Description:
- drop noarch.
- remove the incorrect changelog.
- fix homepage url.
- use vmkdir and vcopy instead of mkdir and cp.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-09 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09  9:16 [PR PATCH] cinnamon-translations: drop noarch + cleanup fosslinux
2020-10-09 12:51 ` [PR PATCH] [Closed]: " sgn

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).