Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
cinnamon-control-center
Commits:
e6436a88 by Antonio Rojas at 2024-06-12T23:51:31+02:00
upgpkg: 6.2.0-1: Update to 6.2.0
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cinnamon-control-center
pkgdesc = The Control Center for Cinnamon
- pkgver = 6.0.1
+ pkgver = 6.2.0
pkgrel = 1
url = https://github.com/linuxmint/cinnamon-control-center
arch = x86_64
@@ -8,6 +8,7 @@ pkgbase = cinnamon-control-center
makedepends = meson
makedepends = samurai
makedepends = gnome-online-accounts
+ makedepends = python-packaging
depends = cinnamon-settings-daemon
depends = cinnamon-menus
depends = colord
@@ -18,8 +19,8 @@ pkgbase = cinnamon-control-center
optdepends = gnome-color-manager: for color management tasks
optdepends = gnome-online-accounts: for the online accounts module
options = !emptydirs
- source =
https://github.com/linuxmint/cinnamon-control-center/archive/6.0.1/cinnamon-control-center-6.0.1.tar.gz
- sha256sums =
0181054ae73b8abbf3d7862f91a56df56f6d4aa9b28d28801813514a8bbdbeb6
- b2sums =
51796dec219922f9d4639aa106963f51e33978c9415756c6195f5444a8aab7114b4110e5e23251056314284f0b7a142366404301dcd410b86b4f7eb28235916d
+ source =
https://github.com/linuxmint/cinnamon-control-center/archive/6.2.0/cinnamon-control-center-6.2.0.tar.gz
+ sha256sums =
f3e5caf03c4d629fbaf883caa816fe799685438d650012621e51457583000d07
+ b2sums =
4ddc97e600b2643ee16477165171f5251f7004d53524a77ec5d363717b84cec61c5bd83334a6dbb261d6ef40bd927fcdf6ef779953ad549881871f2f0e70471e
pkgname = cinnamon-control-center
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,3 @@
+[cinnamon-control-center]
+source = "git"
+git = "https://github.com/linuxmint/cinnamon-control-center.git"
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# Jan de Groot <[email protected]>
pkgname=cinnamon-control-center
-pkgver=6.0.1
+pkgver=6.2.0
pkgrel=1
pkgdesc="The Control Center for Cinnamon"
arch=(x86_64)
@@ -17,11 +17,11 @@ depends=(cinnamon-settings-daemon cinnamon-menus colord
optdepends=('cinnamon-translations: i18n'
'gnome-color-manager: for color management tasks'
'gnome-online-accounts: for the online accounts module')
-makedepends=(meson samurai gnome-online-accounts)
+makedepends=(meson samurai gnome-online-accounts python-packaging)
options=(!emptydirs)
source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('0181054ae73b8abbf3d7862f91a56df56f6d4aa9b28d28801813514a8bbdbeb6')
-b2sums=('51796dec219922f9d4639aa106963f51e33978c9415756c6195f5444a8aab7114b4110e5e23251056314284f0b7a142366404301dcd410b86b4f7eb28235916d')
+sha256sums=('f3e5caf03c4d629fbaf883caa816fe799685438d650012621e51457583000d07')
+b2sums=('4ddc97e600b2643ee16477165171f5251f7004d53524a77ec5d363717b84cec61c5bd83334a6dbb261d6ef40bd927fcdf6ef779953ad549881871f2f0e70471e')
build() {
arch-meson build ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cinnamon-control-center/-/commit/e6436a8843b5d30d5475f093faa6412a8debdcf3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cinnamon-control-center/-/commit/e6436a8843b5d30d5475f093faa6412a8debdcf3
You're receiving this email because of your account on gitlab.archlinux.org.