cinnamon-screensaver: update to 3.2.0.
This commit is contained in:
parent
2a549f2077
commit
42c631c293
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cinnamon-screensaver'
|
||||
pkgname=cinnamon-screensaver
|
||||
version=2.8.0
|
||||
version=3.2.0
|
||||
revision=1
|
||||
short_desc="The Cinnamon screensaver"
|
||||
build_style=gnu-configure
|
||||
|
@ -8,14 +8,14 @@ configure_args="--disable-static --disable-schemas-compile --with-mit-ext"
|
|||
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
||||
gettext-devel glib-devel intltool"
|
||||
makedepends="dbus-glib-devel libgnomekbd-devel cinnamon-desktop-devel
|
||||
libXxf86misc-devel pam-devel webkit2gtk-devel"
|
||||
libXxf86misc-devel pam-devel webkit2gtk-devel python3-devel"
|
||||
depends="cinnamon-translations desktop-file-utils hicolor-icon-theme"
|
||||
conf_files="/etc/pam.d/${pkgname}"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="http://cinnamon.linuxmint.com/"
|
||||
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=595c787bdc9d3a7189d603fe065475e39ac09f957de2da8423b685ade1441036
|
||||
checksum=8ddf75571979968083cfbc089fce46f58c9447d250174e4ef5bd22e22ce0c756
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue