Date: Saturday, November 19, 2022 @ 19:54:59
Author: arojas
Revision: 1349735
archrelease: copy trunk to community-x86_64
Added:
cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 1349734, cinnamon-control-center/trunk/PKGBUILD)
Deleted:
cinnamon-control-center/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-19 19:54:50 UTC (rev 1349734)
+++ PKGBUILD 2022-11-19 19:54:59 UTC (rev 1349735)
@@ -1,38 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-# Contributor: Alexandre Filgueira <[email protected]>
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) <[email protected]>
-# Jan de Groot <[email protected]>
-
-pkgname=cinnamon-control-center
-pkgver=5.4.7
-pkgrel=1
-pkgdesc="The Control Center for Cinnamon"
-arch=(x86_64)
-url="https://github.com/linuxmint/${pkgname}"
-license=(GPL)
-depends=(cinnamon-settings-daemon cinnamon-menus colord
- libgnomekbd libmm-glib nm-connection-editor)
-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)
-options=(!emptydirs)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b5be6a0e817f9145579a6944e92cf79a2074505a76472c072e6dfd47f4406a6c')
-b2sums=('136ee3328f9ee19fabc70ac6f9da7e92f2e8748bebdda59228b866382122580a918630781935a49bd95401181661a84c498499ff46ed3ad62a7cf687848e9806')
-
-build() {
- arch-meson build ${pkgname}-${pkgver}
- samu -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" samu -C build install
- # https://github.com/linuxmint/Cinnamon/pull/7382#issuecomment-374894901
- # /usr/bin/cinnamon-control-center is not meant for users, it is a
development troubleshooting tool.
- # Just install the shell libs/headers.
- rm "${pkgdir}"/usr/bin/cinnamon-control-center
- rm "${pkgdir}"/usr/share/cinnamon-control-center/ui/shell.ui
-}
Copied: cinnamon-control-center/repos/community-x86_64/PKGBUILD (from rev
1349734, cinnamon-control-center/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-19 19:54:59 UTC (rev 1349735)
@@ -0,0 +1,38 @@
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+# Contributor: Alexandre Filgueira <[email protected]>
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) <[email protected]>
+# Jan de Groot <[email protected]>
+
+pkgname=cinnamon-control-center
+pkgver=5.6.0
+pkgrel=1
+pkgdesc="The Control Center for Cinnamon"
+arch=(x86_64)
+url="https://github.com/linuxmint/${pkgname}"
+license=(GPL)
+depends=(cinnamon-settings-daemon cinnamon-menus colord
+ libgnomekbd libmm-glib nm-connection-editor)
+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)
+options=(!emptydirs)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3d9380c2cf54c9bd9796355ae1cfbed5b36bbdc19560bc2b0088bbff321e48dc')
+b2sums=('c0db21dbad031e3a3e06ea2f6253421c548b993eef323e2be1ad131e0a8e980b7b3a93d9a7a6d1feaf13ebe8c5f77fd286f0cb56b7d22c7cb447e46178c6f328')
+
+build() {
+ arch-meson build ${pkgname}-${pkgver}
+ samu -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" samu -C build install
+ # https://github.com/linuxmint/Cinnamon/pull/7382#issuecomment-374894901
+ # /usr/bin/cinnamon-control-center is not meant for users, it is a
development troubleshooting tool.
+ # Just install the shell libs/headers.
+ rm "${pkgdir}"/usr/bin/cinnamon-control-center
+ rm "${pkgdir}"/usr/share/cinnamon-control-center/ui/shell.ui
+}