cinnamon-screensaver: add python-xapp dependecy

This commit is contained in:
John 2018-01-29 17:30:18 +01:00 committed by Jürgen Buchmüller
parent 30790fa71a
commit e45bf96ec6
1 changed files with 2 additions and 2 deletions

View File

@ -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"