[arch-commits] Commit in cinnamon-control-center/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Thu Apr 19 14:46:46 UTC 2018


    Date: Thursday, April 19, 2018 @ 14:46:45
  Author: eschwartz
Revision: 317043

Move gnome-online-accounts to optdepends.

c-c-c gracefully handles the case of it being absent at runtime. And this isn't
really tied in very well in the first place:
https://github.com/linuxmint/cinnamon-control-center/pull/181

It doesn't need to be on most users' systems.

Modified:
  cinnamon-control-center/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-19 14:29:15 UTC (rev 317042)
+++ PKGBUILD	2018-04-19 14:46:45 UTC (rev 317043)
@@ -12,11 +12,12 @@
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname}"
 license=('GPL')
-depends=('cinnamon-settings-daemon' 'cinnamon-menus' 'colord' 'gnome-online-accounts'
+depends=('cinnamon-settings-daemon' 'cinnamon-menus' 'colord'
          'libgnomekbd' 'libmm-glib' 'nm-connection-editor')
 optdepends=('cinnamon-translations: i18n'
-            'gnome-color-manager: for color management tasks')
-makedepends=('docbook-xsl' 'gnome-common' 'intltool')
+            'gnome-color-manager: for color management tasks'
+            'gnome-online-accounts: for the online accounts module')
+makedepends=('docbook-xsl' 'gnome-common' 'gnome-online-accounts' 'intltool')
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
 sha256sums=('7e839b2ca42aec23a47a844f8ba48f8846eabe19ccc9fa1aaeae4a9f742e87df'



More information about the arch-commits mailing list