cinnamon: add missing dependency.
python3-requests is necessary to launch some applications, such as cinnamon-settings.
This commit is contained in:
parent
b03ae171e7
commit
537fea0182
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cinnamon'
|
# Template file for 'cinnamon'
|
||||||
pkgname=cinnamon
|
pkgname=cinnamon
|
||||||
version=5.2.4
|
version=5.2.4
|
||||||
revision=1
|
revision=2
|
||||||
build_helper=gir
|
build_helper=gir
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="libtool pkg-config gobject-introspection gettext
|
hostmakedepends="libtool pkg-config gobject-introspection gettext
|
||||||
|
@ -18,7 +18,7 @@ depends="accountsservice libcaribou cinnamon-settings-daemon>=${version%.*}
|
||||||
gnome-themes-standard gnome-themes-standard-metacity gnome-backgrounds
|
gnome-themes-standard gnome-themes-standard-metacity gnome-backgrounds
|
||||||
network-manager-applet polkit-gnome upower>=0.99.7 libkeybinder3 python3-dbus
|
network-manager-applet polkit-gnome upower>=0.99.7 libkeybinder3 python3-dbus
|
||||||
python3-gobject python3-pam python3-pexpect python3-Pillow python3-inotify
|
python3-gobject python3-pam python3-pexpect python3-Pillow python3-inotify
|
||||||
python3-tinycss python3-pytz python3-distro libtimezonemap"
|
python3-tinycss python3-pytz python3-distro python3-requests libtimezonemap"
|
||||||
short_desc="GNOME3 fork of Linux Mint with GNOME2 aspect"
|
short_desc="GNOME3 fork of Linux Mint with GNOME2 aspect"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue