Balló György pushed to branch main at Arch Linux / Packaging / Packages /
cinnamon-menus
Commits:
22085e7a by Balló György at 2025-12-23T19:35:21+01:00
Specify SPDX license
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,14 +4,13 @@ pkgbase = cinnamon-menus
pkgrel = 1
url = https://github.com/linuxmint/cinnamon-menus
arch = x86_64
- license = GPL
- license = LGPL
+ license = LGPL-2.0-or-later
makedepends = git
makedepends = gobject-introspection
makedepends = meson
depends = glib2
- source = git+https://github.com/linuxmint/cinnamon-menus#tag=6.6.0
- sha256sums =
480e800d776aaf128032d9abae6aa33069c6b53833d0bd9d235dacbf91033376
+ depends = glibc
+ source = git+https://github.com/linuxmint/cinnamon-menus.git#tag=6.6.0
b2sums =
70a3045b6603e628768b77ea80dac6d12ce4d564f406a6fb73e73e89718f7c751ec8edd2abb368b431eced837de27e2f2e8ef0287dab6f8eda06ede87624abfc
pkgname = cinnamon-menus
=====================================
PKGBUILD
=====================================
@@ -5,18 +5,24 @@
pkgname=cinnamon-menus
pkgver=6.6.0
pkgrel=1
-pkgdesc="Cinnamon menu specifications"
+pkgdesc='Cinnamon menu specifications'
arch=(x86_64)
-url="https://github.com/linuxmint/cinnamon-menus"
-license=(GPL LGPL)
-depends=(glib2)
-makedepends=(git gobject-introspection meson)
-source=(git+${url}#tag=$pkgver)
-sha256sums=('480e800d776aaf128032d9abae6aa33069c6b53833d0bd9d235dacbf91033376')
-b2sums=('70a3045b6603e628768b77ea80dac6d12ce4d564f406a6fb73e73e89718f7c751ec8edd2abb368b431eced837de27e2f2e8ef0287dab6f8eda06ede87624abfc')
+url='https://github.com/linuxmint/cinnamon-menus'
+license=(LGPL-2.0-or-later)
+depends=(
+ glib2
+ glibc
+)
+makedepends=(
+ git
+ gobject-introspection
+ meson
+)
+source=("git+https://github.com/linuxmint/cinnamon-menus.git#tag=$pkgver")
+b2sums=(70a3045b6603e628768b77ea80dac6d12ce4d564f406a6fb73e73e89718f7c751ec8edd2abb368b431eced837de27e2f2e8ef0287dab6f8eda06ede87624abfc)
build() {
- arch-meson ${pkgname} build
+ arch-meson $pkgname build
meson compile -C build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cinnamon-menus/-/commit/22085e7a22dab0f08d4c89f114983226d49a3bfe
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cinnamon-menus/-/commit/22085e7a22dab0f08d4c89f114983226d49a3bfe
You're receiving this email because of your account on gitlab.archlinux.org.