gdm: update to 3.8.3.
This commit is contained in:
parent
0aa9fe52a0
commit
2f10d3f279
1 changed files with 7 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gdm'
|
||||
pkgname=gdm
|
||||
version=3.8.1.1
|
||||
revision=2
|
||||
version=3.8.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-static
|
||||
--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"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||
checksum=16f8141040798ba00be0d718ba24cce927d6412b767d091f9ee5bf93f5800ba8
|
||||
checksum=1d0ed61ac2b184c62acb0d09a5b7c03793b5793599dbb6888d7fe8d1fb6e8da2
|
||||
long_desc="
|
||||
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
|
||||
|
@ -45,7 +45,7 @@ post_install() {
|
|||
}
|
||||
|
||||
libgdm_package() {
|
||||
short_desc="${short_desc} - runtime libraries"
|
||||
short_desc+=" - runtime libraries"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so*"
|
||||
}
|
||||
|
@ -53,7 +53,7 @@ libgdm_package() {
|
|||
|
||||
gdm-devel_package() {
|
||||
depends="libgdm-${version}_${revision}"
|
||||
short_desc="${short_desc} - development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
@ -75,9 +75,8 @@ gdm_package() {
|
|||
gdm_homedir="/var/lib/gdm"
|
||||
systemd_services="gdm.service off"
|
||||
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() {
|
||||
vmove etc
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue