From 729d2d726606c2a7dda88d992dd83933a8df4f5f Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Tue, 5 May 2020 08:35:01 +0200 Subject: community/gnome-session: remove unneeded dep on gnome-shell This also causes a circular dep. fixes #11497 --- community/gnome-session/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/gnome-session') diff --git a/community/gnome-session/APKBUILD b/community/gnome-session/APKBUILD index 033a7663e2..9345189811 100644 --- a/community/gnome-session/APKBUILD +++ b/community/gnome-session/APKBUILD @@ -2,15 +2,15 @@ # Maintainer: Rasmus Thomsen pkgname=gnome-session pkgver=3.36.0 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME session manager" url="https://gitlab.gnome.org/GNOME/gnome-session" arch="all !s390x !ppc64le !mips !mips64" license="GPL-2.0-or-later" -depends="gnome-shell polkit alsa-plugins-pulse dconf pulseaudio-alsa bash" +depends="polkit alsa-plugins-pulse dconf pulseaudio-alsa bash" makedepends="gnome-settings-daemon-dev libsm-dev elogind-dev itstool libxslt libxml2-utils json-glib-dev gnome-desktop-dev - gtk+3.0-dev startup-notification-dev upower-dev meson py3-setuptools xmlto + gtk+3.0-dev startup-notification-dev upower-dev meson xmlto docbook-xml" options="!check" #no tests subpackages="$pkgname-lang $pkgname-doc" -- cgit v1.2.3