gdm: update to 3.8.3.

This commit is contained in:
Juan RP 2013-06-14 22:30:54 +02:00
parent 0aa9fe52a0
commit 2f10d3f279

View File

@ -1,7 +1,7 @@
# Template file for 'gdm' # Template file for 'gdm'
pkgname=gdm pkgname=gdm
version=3.8.1.1 version=3.8.3
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-schemas-compile --disable-static configure_args="--disable-schemas-compile --disable-static
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers --with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
@ -17,7 +17,7 @@ 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/3.8/$pkgname-$version.tar.xz"
checksum=16f8141040798ba00be0d718ba24cce927d6412b767d091f9ee5bf93f5800ba8 checksum=1d0ed61ac2b184c62acb0d09a5b7c03793b5793599dbb6888d7fe8d1fb6e8da2
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
@ -45,7 +45,7 @@ post_install() {
} }
libgdm_package() { libgdm_package() {
short_desc="${short_desc} - runtime libraries" short_desc+=" - runtime libraries"
pkg_install() { pkg_install() {
vmove "usr/lib/*.so*" vmove "usr/lib/*.so*"
} }
@ -53,7 +53,7 @@ libgdm_package() {
gdm-devel_package() { gdm-devel_package() {
depends="libgdm-${version}_${revision}" depends="libgdm-${version}_${revision}"
short_desc="${short_desc} - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
@ -75,9 +75,8 @@ gdm_package() {
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 dconf>=0.16 hicolor-icon-theme
xorg-server gnome-session>=3.8.0 gnome-settings-daemon>=3.8" xorg-server gnome-session>=3.8 gnome-settings-daemon>=3.8"
pkg_install() { pkg_install() {
vmove etc vmove all
vmove usr
} }
} }