gdm: update to 3.10.0.1.
This commit is contained in:
parent
9fb7065da5
commit
b609356d26
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gdm'
|
||||
pkgname=gdm
|
||||
version=3.10.0
|
||||
version=3.10.0.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-static
|
||||
|
@ -16,8 +16,8 @@ short_desc="GNOME Display Manager"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=bb04600298f5be795f0d0bfea40bbd9bf78f95a44c5caeda4d0cc6a05207318c
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.10/$pkgname-$version.tar.xz"
|
||||
checksum=549a42009af9c79a4e07632e405dcb71ba2e876e766cff02471511ad641b6ae7
|
||||
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
|
||||
|
@ -52,7 +52,7 @@ libgdm_package() {
|
|||
}
|
||||
|
||||
gdm-devel_package() {
|
||||
depends="libgdm-${version}_${revision}"
|
||||
depends="libgdm>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue