From 4b02cd80d78347da207880654ce0c2c6ad63fc5d Mon Sep 17 00:00:00 2001 From: fosslinux 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 e71998a63fb4b9..b3cd5e4d0d62f1 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 " 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/ }