gdm: update to 3.10.0.

This commit is contained in:
Juan RP 2013-09-26 18:30:06 +02:00
parent da06d68ffa
commit 4e3e5c81e8

View file

@ -1,6 +1,6 @@
# Template file for 'gdm' # Template file for 'gdm'
pkgname=gdm pkgname=gdm
version=3.8.4 version=3.10.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-schemas-compile --disable-static configure_args="--disable-schemas-compile --disable-static
@ -9,15 +9,15 @@ configure_args="--disable-schemas-compile --disable-static
--with-xauth-dir=/run/gdm --with-pid-file=/run/gdm/gdm.pid --with-xauth-dir=/run/gdm --with-pid-file=/run/gdm/gdm.pid
--with-systemdsystemunitdir=/usr/lib/systemd/system --without-console-kit" --with-systemdsystemunitdir=/usr/lib/systemd/system --without-console-kit"
hostmakedepends="pkg-config itstool intltool which gnome-doc-utils gobject-introspection" hostmakedepends="pkg-config itstool intltool which gnome-doc-utils gobject-introspection"
makedepends="pam-devel nss-devel accountsservice-devel gtk+3-devel>=3.8 upower-devel 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 libcanberra-devel systemd-devel xrdb dconf>=0.16 hicolor-icon-theme
xorg-server gnome-session>=3.8.0 gnome-settings-daemon>=3.8" xorg-server gnome-session>=3.10 gnome-settings-daemon>=3.10"
short_desc="GNOME Display Manager" short_desc="GNOME Display Manager"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org" homepage="http://www.gnome.org"
license="GPL-2" license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=db40fb66bf476721b6d333abe0bfed7feacdca7d492f971c86a3f1e5cccdb447 checksum=bb04600298f5be795f0d0bfea40bbd9bf78f95a44c5caeda4d0cc6a05207318c
long_desc=" long_desc="
GDM is the GNOME Display Manager, it is the little proggie that runs GDM is the GNOME Display Manager, it is the little proggie that runs
in the background, runs your X sessions, presents you with a login box in the background, runs your X sessions, presents you with a login box
@ -75,8 +75,8 @@ gdm_package() {
system_accounts="gdm" system_accounts="gdm"
gdm_homedir="/var/lib/gdm" gdm_homedir="/var/lib/gdm"
systemd_services="gdm.service off" systemd_services="gdm.service off"
depends="xrdb dconf>=0.16 hicolor-icon-theme depends="xrdb xorg-server hicolor-icon-theme
xorg-server gnome-session>=3.8 gnome-settings-daemon>=3.8" dconf>=0.18 gnome-session>=3.10 gnome-settings-daemon>=3.10"
pkg_install() { pkg_install() {
vmove all vmove all
} }