cinnamon-screensaver: update to 4.6.0.
This commit is contained in:
parent
145add4ff0
commit
9d204cad49
1 changed files with 3 additions and 8 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'cinnamon-screensaver'
|
||||
pkgname=cinnamon-screensaver
|
||||
version=4.4.1
|
||||
version=4.6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_style=meson
|
||||
build_helper=gir
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="gettext-devel glib-devel gnome-common gobject-introspection
|
||||
intltool libtool pkg-config python3-devel"
|
||||
makedepends="cinnamon-desktop-devel dbus-glib-devel libXxf86misc-devel
|
||||
|
@ -17,7 +16,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||
homepage="https://developer.linuxmint.com/projects/cinnamon-projects.html/"
|
||||
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=6ae265ebea2adb2b488cbbfbc8647021bc0cabffc01e46c7cfaf8ca1a91b349a
|
||||
checksum=e93349521a24f2b49c8a293ee15798ba341ae8e9b000cf3da5311a162ce8cb60
|
||||
|
||||
python_version=3
|
||||
pycompile_dirs="/usr/share/cinnamon-screensaver"
|
||||
|
@ -26,10 +25,6 @@ do_check() {
|
|||
:
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/${pkgname}.pam 644 etc/pam.d ${pkgname}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue