diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-15 07:53:33 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-15 07:53:33 +0100 |
commit | 52958331608e6d40e9493d19e24489daedc2f22d (patch) | |
tree | d7899d5e383c2e01bb9eb68ec0747e01682bc3db /community/gnome-session | |
parent | b4569fd30cb87b76ac155d9f051e81aa354f089c (diff) | |
download | aports-52958331608e6d40e9493d19e24489daedc2f22d.tar.bz2 aports-52958331608e6d40e9493d19e24489daedc2f22d.tar.xz |
community/gnome-session: depend on bash
bash is executed by /usr/bin/gnome-session
closes #10953
Diffstat (limited to 'community/gnome-session')
-rw-r--r-- | community/gnome-session/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-session/APKBUILD b/community/gnome-session/APKBUILD index 60341dab6d..9a641a20d6 100644 --- a/community/gnome-session/APKBUILD +++ b/community/gnome-session/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-session pkgver=3.34.1 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME session manager" url="https://gitlab.gnome.org/GNOME/gnome-session" arch="all !armhf !s390x !ppc64le" license="GPL-2.0-or-later" -depends="gnome-shell polkit alsa-plugins-pulse dconf pulseaudio-alsa" +depends="gnome-shell 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 |