[arch-commits] Commit in cinnamon-control-center/repos/community-staging-x86_64 (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Mon Jan 17 20:01:49 UTC 2022


    Date: Monday, January 17, 2022 @ 20:01:49
  Author: arojas
Revision: 1108191

archrelease: copy trunk to community-staging-x86_64

Added:
  cinnamon-control-center/repos/community-staging-x86_64/PKGBUILD
    (from rev 1108190, cinnamon-control-center/trunk/PKGBUILD)
Deleted:
  cinnamon-control-center/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-17 20:01:39 UTC (rev 1108190)
+++ PKGBUILD	2022-01-17 20:01:49 UTC (rev 1108191)
@@ -1,41 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Alexandre Filgueira <alexfilgueira at cinnarch.com>
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Jan de Groot <jgc at archlinux.org>
-
-pkgname=cinnamon-control-center
-pkgver=5.2.1
-pkgrel=2
-mpkgdesc="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=('977ac52cf8bcdea99c03c6455f29276a57a605839cf16d190db2088df243366d')
-b2sums=('826494b8f8a4dead32d6031d7b4b2a44d357b3e8fedf1065b61193caa86ad433ba68fd9344f70bbce77bb94e086ae15f8854dc73916a5f60c49b1b2bd9e7101c')
-
-build() {
-  mkdir -p build
-  cd build
-  arch-meson ../${pkgname}-${pkgver}
-  samu
-}
-
-package() {
-  cd build
-  DESTDIR="${pkgdir}" samu 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-staging-x86_64/PKGBUILD (from rev 1108190, cinnamon-control-center/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-17 20:01:49 UTC (rev 1108191)
@@ -0,0 +1,41 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Alexandre Filgueira <alexfilgueira at cinnarch.com>
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Jan de Groot <jgc at archlinux.org>
+
+pkgname=cinnamon-control-center
+pkgver=5.2.1
+pkgrel=3
+mpkgdesc="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=('977ac52cf8bcdea99c03c6455f29276a57a605839cf16d190db2088df243366d')
+b2sums=('826494b8f8a4dead32d6031d7b4b2a44d357b3e8fedf1065b61193caa86ad433ba68fd9344f70bbce77bb94e086ae15f8854dc73916a5f60c49b1b2bd9e7101c')
+
+build() {
+  mkdir -p build
+  cd build
+  arch-meson ../${pkgname}-${pkgver}
+  samu
+}
+
+package() {
+  cd build
+  DESTDIR="${pkgdir}" samu 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
+}



More information about the arch-commits mailing list