Balló György pushed to branch main at Arch Linux / Packaging / Packages /
cinnamon-translations
Commits:
529cf9ad by Balló György at 2025-12-23T13:13:37+01:00
Specify SPDX license
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,11 +4,9 @@ pkgbase = cinnamon-translations
pkgrel = 1
url = https://github.com/linuxmint/cinnamon-translations
arch = any
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = git
- options = !emptydirs
- source =
git+https://github.com/linuxmint/cinnamon-translations#tag=6.6.1
- sha512sums =
4d1ca463c05cb1d3ef9f687b734701a308fbce0ffc3237ea541398a6cc5ff1d2974c5631ba31d6fc5e73f826ee32a5d359dcf67d13bbfb84190aae6f1233a0a3
+ source =
git+https://github.com/linuxmint/cinnamon-translations.git#tag=6.6.1
b2sums =
694214e4d373c9ab18079a4b892346b665c1ee4b97aa8a4a8a6ff22bf0bb238e0f68adb2d7a21f19f5e5a945e5d9da296a7d4f8aa0e6fb00298d3f1394f634d9
pkgname = cinnamon-translations
=====================================
PKGBUILD
=====================================
@@ -5,22 +5,20 @@
pkgname=cinnamon-translations
pkgver=6.6.1
pkgrel=1
-pkgdesc="Translations for Cinnamon and Nemo"
+pkgdesc='Translations for Cinnamon and Nemo'
arch=(any)
-url="https://github.com/linuxmint/${pkgname}"
-license=(GPL2)
-options=(!emptydirs)
+url='https://github.com/linuxmint/cinnamon-translations'
+license=(GPL-2.0-or-later)
makedepends=(git)
-source=(git+${url}#tag=$pkgver)
-sha512sums=('4d1ca463c05cb1d3ef9f687b734701a308fbce0ffc3237ea541398a6cc5ff1d2974c5631ba31d6fc5e73f826ee32a5d359dcf67d13bbfb84190aae6f1233a0a3')
-b2sums=('694214e4d373c9ab18079a4b892346b665c1ee4b97aa8a4a8a6ff22bf0bb238e0f68adb2d7a21f19f5e5a945e5d9da296a7d4f8aa0e6fb00298d3f1394f634d9')
+source=("git+https://github.com/linuxmint/cinnamon-translations.git#tag=$pkgver")
+b2sums=(694214e4d373c9ab18079a4b892346b665c1ee4b97aa8a4a8a6ff22bf0bb238e0f68adb2d7a21f19f5e5a945e5d9da296a7d4f8aa0e6fb00298d3f1394f634d9)
build() {
- cd ${pkgname}
+ cd $pkgname
make
}
package() {
- cd ${pkgname}
- cp -r usr/ "${pkgdir}"
+ cd $pkgname
+ cp -r usr/ "$pkgdir"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cinnamon-translations/-/commit/529cf9ad14008dac0a1bb6b5e6bd927baf8c590f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cinnamon-translations/-/commit/529cf9ad14008dac0a1bb6b5e6bd927baf8c590f
You're receiving this email because of your account on gitlab.archlinux.org.