gdm: update to 3.6.1.
This commit is contained in:
parent
2a93bb32ca
commit
007d3de4c8
4 changed files with 11 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gdm-devel'.
|
# Template file for 'gdm-devel'.
|
||||||
#
|
#
|
||||||
depends="libgdm>=${version}"
|
depends="libgdm-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} (development files)"
|
short_desc="${sourcepkg} (development files)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
|
@ -21,9 +21,6 @@ libpango-1.0.so.0
|
||||||
libm.so.6
|
libm.so.6
|
||||||
libupower-glib.so.1
|
libupower-glib.so.1
|
||||||
libXdmcp.so.6
|
libXdmcp.so.6
|
||||||
libatk-1.0.so.0
|
|
||||||
libpangocairo-1.0.so.0
|
|
||||||
libcairo-gobject.so.2
|
|
||||||
libcanberra-gtk3.so.0
|
libcanberra-gtk3.so.0
|
||||||
libcanberra.so.0
|
libcanberra.so.0
|
||||||
libgdm.so.1
|
libgdm.so.1
|
||||||
|
|
|
@ -5,11 +5,3 @@ libsystemd-login.so.0
|
||||||
libsystemd-daemon.so.0
|
libsystemd-daemon.so.0
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libgtk-3.so.0
|
|
||||||
libgdk-3.so.0
|
|
||||||
libatk-1.0.so.0
|
|
||||||
libpangocairo-1.0.so.0
|
|
||||||
libgdk_pixbuf-2.0.so.0
|
|
||||||
libcairo-gobject.so.2
|
|
||||||
libpango-1.0.so.0
|
|
||||||
libcairo.so.2
|
|
||||||
|
|
|
@ -1,24 +1,24 @@
|
||||||
# Template file for 'gdm'
|
# Template file for 'gdm'
|
||||||
pkgname=gdm
|
pkgname=gdm
|
||||||
version=3.6.0
|
version=3.6.1
|
||||||
revision=5
|
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
|
||||||
--with-systemd --with-screenshot-dir=/var/lib/gdm/greeter
|
--with-systemd --with-screenshot-dir=/var/lib/gdm/greeter
|
||||||
--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"
|
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||||
makedepends="pkg-config intltool which gnome-doc-utils gobject-introspection
|
makedepends="pkg-config intltool which gnome-doc-utils gobject-introspection
|
||||||
pam-devel nss-devel accountsservice-devel gtk+3-devel>=3.6.0_2 upower-devel
|
pam-devel nss-devel accountsservice-devel gtk+3-devel>=3.6.0_2 upower-devel
|
||||||
libcanberra-devel libXrandr-devel systemd-devel at-spi2-core-devel itstool"
|
libcanberra-devel libXrandr-devel systemd-devel at-spi2-core-devel itstool"
|
||||||
fulldepends="xrdb dconf>=0.13.90 hicolor-icon-theme polkit-gnome xorg-server
|
fulldepends="xrdb dconf>=0.13.90 hicolor-icon-theme polkit-gnome xorg-server
|
||||||
metacity gnome-session>=3.6.0 gnome-settings-daemon>=3.6.0 dbus-x11"
|
metacity gnome-session>=3.6.0 gnome-settings-daemon>=3.6.0 dbus-x11"
|
||||||
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.6/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||||
checksum=ea63736fc8f7234aca442f4e99b3ba9cc29dce5e464ed93f7bf7eb8c49abd60b
|
checksum=aff69dde55e11b540145002c95cf966cd16376910283b385520431ced10c5031
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue