[arch-commits] Commit in (3 files)

Eli Schwartz eschwartz at archlinux.org
Fri Jun 12 05:16:12 UTC 2020


    Date: Friday, June 12, 2020 @ 05:16:11
  Author: eschwartz
Revision: 642188

cinnamon*/: remove some outdated dbus-glib dependencies

although cinnamon-settings-daemon still needs it, and thus it cannot be
uninstalled, there's no reason to directly depend on all this in unrelated
packages.

Modified:
  cinnamon-screensaver/trunk/PKGBUILD
  cinnamon-session/trunk/PKGBUILD
  cjs/trunk/PKGBUILD

-------------------------------------+
 cinnamon-screensaver/trunk/PKGBUILD |    2 +-
 cinnamon-session/trunk/PKGBUILD     |    2 +-
 cjs/trunk/PKGBUILD                  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: cinnamon-screensaver/trunk/PKGBUILD
===================================================================
--- cinnamon-screensaver/trunk/PKGBUILD	2020-06-12 05:15:33 UTC (rev 642187)
+++ cinnamon-screensaver/trunk/PKGBUILD	2020-06-12 05:16:11 UTC (rev 642188)
@@ -11,7 +11,7 @@
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname}"
 license=('GPL')
-depends=('accountsservice' 'cinnamon-desktop' 'dbus-glib' 'libgnomekbd'
+depends=('accountsservice' 'cinnamon-desktop' 'libgnomekbd'
          'python-cairo' 'python-gobject' 'python-setproctitle' 'python-xapp' 'xapps')
 optdepends=('cinnamon-translations: i18n')
 makedepends=('gobject-introspection' 'meson' 'samurai')

Modified: cinnamon-session/trunk/PKGBUILD
===================================================================
--- cinnamon-session/trunk/PKGBUILD	2020-06-12 05:15:33 UTC (rev 642187)
+++ cinnamon-session/trunk/PKGBUILD	2020-06-12 05:16:11 UTC (rev 642188)
@@ -9,7 +9,7 @@
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname}"
 license=('GPL' 'LGPL')
-depends=('cinnamon-desktop' 'dbus-glib' 'libsm' 'libcanberra' 'xapps')
+depends=('cinnamon-desktop' 'libsm' 'libcanberra' 'xapps')
 optdepends=('cinnamon-translations: i18n')
 makedepends=('meson' 'samurai' 'xtrans')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")

Modified: cjs/trunk/PKGBUILD
===================================================================
--- cjs/trunk/PKGBUILD	2020-06-12 05:15:33 UTC (rev 642187)
+++ cjs/trunk/PKGBUILD	2020-06-12 05:16:11 UTC (rev 642188)
@@ -9,7 +9,7 @@
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname}"
 license=('GPL')
-depends=('dbus-glib' 'gtk3' 'gobject-introspection-runtime' 'js52')
+depends=('gtk3' 'gobject-introspection-runtime' 'js52')
 makedepends=('autoconf-archive' 'gobject-introspection')
 checkdepends=('xorg-server-xvfb')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")



More information about the arch-commits mailing list