cinnamon-screensaver: add python-xapp dependecy
This commit is contained in:
parent
30790fa71a
commit
e45bf96ec6
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cinnamon-screensaver'
|
||||
pkgname=cinnamon-screensaver
|
||||
version=3.6.1
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="The Cinnamon screensaver"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile --with-mit-ext"
|
||||
|
@ -10,7 +10,7 @@ hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
|||
makedepends="dbus-glib-devel libgnomekbd-devel cinnamon-desktop-devel
|
||||
libXxf86misc-devel pam-devel webkit2gtk-devel python3-devel"
|
||||
depends="cinnamon-translations desktop-file-utils hicolor-icon-theme
|
||||
python3-gobject xapps python3-setproctitle"
|
||||
python3-gobject xapps python3-setproctitle python3-xapp"
|
||||
conf_files="/etc/pam.d/${pkgname}"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
|
|
Loading…
Reference in New Issue