cinnamon-screensaver: update to 2.4.0.
This commit is contained in:
parent
bbce86f67e
commit
f640f14456
2 changed files with 8 additions and 22 deletions
|
@ -1,12 +1,3 @@
|
||||||
#%PAM-1.0
|
#%PAM-1.0
|
||||||
auth requisite pam_nologin.so
|
auth substack system-login
|
||||||
auth required pam_env.so
|
-auth optional pam_gnome_keyring.so
|
||||||
auth required pam_unix.so
|
|
||||||
auth optional pam_gnome_keyring.so
|
|
||||||
account required pam_unix.so
|
|
||||||
session required pam_unix.so
|
|
||||||
-session optional pam_gnome_keyring.so auto_start
|
|
||||||
-session optional pam_ck_connector.so nox11
|
|
||||||
-session optional pam_systemd.so
|
|
||||||
session required pam_limits.so
|
|
||||||
password required pam_unix.so
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'cinnamon-screensaver'
|
# Template file for 'cinnamon-screensaver'
|
||||||
pkgname=cinnamon-screensaver
|
pkgname=cinnamon-screensaver
|
||||||
version=2.2.4
|
version=2.4.0
|
||||||
revision=3
|
revision=1
|
||||||
patch_args="-Np1"
|
|
||||||
short_desc="The Cinnamon screensaver"
|
short_desc="The Cinnamon screensaver"
|
||||||
|
build_options="systemd"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args=" --disable-static --disable-schemas-compile --with-mit-ext
|
configure_args=" --disable-static --disable-schemas-compile --with-mit-ext
|
||||||
$(vopt_enable systemd)"
|
$(vopt_enable systemd)"
|
||||||
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
||||||
gettext-devel intltool git"
|
gettext-devel glib-devel intltool"
|
||||||
makedepends="dbus-glib-devel libgnomekbd-devel cinnamon-desktop-devel
|
makedepends="dbus-glib-devel libgnomekbd-devel cinnamon-desktop-devel
|
||||||
libXxf86misc-devel pam-devel $(vopt_if systemd systemd-devel)"
|
libXxf86misc-devel pam-devel $(vopt_if systemd systemd-devel)"
|
||||||
depends="cinnamon-translations desktop-file-utils hicolor-icon-theme"
|
depends="cinnamon-translations desktop-file-utils hicolor-icon-theme"
|
||||||
|
@ -16,17 +16,12 @@ conf_files="/etc/pam.d/${pkgname}"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://cinnamon.linuxmint.com/"
|
homepage="http://cinnamon.linuxmint.com/"
|
||||||
|
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||||
build_options="systemd"
|
checksum=fc3a4a1ea9c15db7c5c9fa0fce5e6cf60215778e19c96a19f202ab2afbb9aad8
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
git clone -b ${version} git://github.com/linuxmint/${pkgname} ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/${pkgname}.pam 644 etc/pam.d ${pkgname}
|
vinstall ${FILESDIR}/${pkgname}.pam 644 etc/pam.d ${pkgname}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue