Date: Saturday, January 7, 2023 @ 16:39:29
  Author: archange
Revision: 1381740

archrelease: copy trunk to community-x86_64

Added:
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
    (from rev 1381739, 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    2023-01-07 16:36:42 UTC (rev 1381739)
+++ PKGBUILD    2023-01-07 16:39:29 UTC (rev 1381740)
@@ -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.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
-}

Copied: cinnamon-control-center/repos/community-x86_64/PKGBUILD (from rev 
1381739, cinnamon-control-center/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-07 16:39:29 UTC (rev 1381740)
@@ -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.1
+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=('99fc64e8bd67118ebe09eca0b39b1ac159ad667bedd12717c8d9f6160b08b0d8')
+b2sums=('53344aead6c5e31eeadf70e26a2ae61db930e595b5e546ac08b57029c924e4105d126fe6a27cd3ef7d4a59b51f83e0790dfaf815d9a3addfa5c496eab82d4537')
+
+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
+}

Reply via email to