gdm: update to 3.12.0.
This commit is contained in:
parent
50eead91df
commit
eaf3b1fdbe
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gdm'
|
||||
pkgname=gdm
|
||||
version=3.10.0.1
|
||||
revision=2
|
||||
version=3.12.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-static
|
||||
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
||||
|
@ -10,8 +10,8 @@ configure_args="--disable-schemas-compile --disable-static
|
|||
--with-systemdsystemunitdir=/usr/lib/systemd/system --without-console-kit"
|
||||
hostmakedepends="pkg-config itstool intltool which gnome-doc-utils gobject-introspection"
|
||||
makedepends="pam-devel nss-devel accountsservice-devel gtk+3-devel>=3.10 upower-devel
|
||||
libcanberra-devel systemd-devel xrdb dconf>=0.16 hicolor-icon-theme
|
||||
xorg-server gnome-session>=3.10 gnome-settings-daemon>=3.10"
|
||||
libcanberra-devel systemd-devel xrdb dconf>=0.20 hicolor-icon-theme
|
||||
xorg-server gnome-session>=3.12 gnome-settings-daemon>=3.12"
|
||||
conf_files="
|
||||
/etc/gdm/custom.conf
|
||||
/etc/pam.d/gdm
|
||||
|
@ -25,13 +25,13 @@ system_accounts="gdm"
|
|||
gdm_homedir="/var/lib/gdm"
|
||||
systemd_services="gdm.service off"
|
||||
depends="xrdb xorg-server hicolor-icon-theme
|
||||
dconf>=0.18 gnome-session>=3.10 gnome-settings-daemon>=3.10"
|
||||
dconf>=0.20 gnome-session>=3.12 gnome-settings-daemon>=3.12"
|
||||
short_desc="GNOME Display Manager"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.10/$pkgname-$version.tar.xz"
|
||||
checksum=549a42009af9c79a4e07632e405dcb71ba2e876e766cff02471511ad641b6ae7
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=74889819a0c55577fd04236b5308de5f1fcf1992b221c71d02d91a1e564a5d87
|
||||
|
||||
post_install() {
|
||||
# Use our own pam files.
|
||||
|
@ -42,7 +42,7 @@ post_install() {
|
|||
vinstall ${FILESDIR}/gdm.tmpfiles.d 644 usr/lib/tmpfiles.d gdm.conf
|
||||
|
||||
chmod 1770 ${DESTDIR}/var/log/gdm
|
||||
chmod 700 ${DESTDIR}/var/lib/gdm/.config/dconf
|
||||
#chmod 700 ${DESTDIR}/var/lib/gdm/.config/dconf
|
||||
}
|
||||
|
||||
libgdm_package() {
|
||||
|
|
Loading…
Reference in New Issue