diff options
Diffstat (limited to 'gdm/Pkgfile')
-rwxr-xr-x | gdm/Pkgfile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gdm/Pkgfile b/gdm/Pkgfile index 2ef341b..efbebbc 100755 --- a/gdm/Pkgfile +++ b/gdm/Pkgfile @@ -6,7 +6,7 @@ # Run on: gnome-session,libxklavier,libcanberra,desktop-file-utils,linux-pam,upower,accountsservice,xorg-xrdb,nss,consolekit,gnome-settings-daemon name=gdm -version=3.2.1.1 +version=3.3.92.1 release=1 source=(http://download.gnome.org/sources/$name/${version%.*.*}/$name-$version.tar.xz \ @@ -40,17 +40,14 @@ build() { --with-dmconfdir=/etc/X11/dm \ --with-at-spi-registryd-directory=/usr/lib/at-spi2-core \ --enable-ipv6=yes \ + --disable-schemas-compile\ --disable-scrollkeeper \ --with-console-kit=yes \ --with-xdmcp=yes \ --with-xevie=yes make - make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 PAM_PREFIX=/etc DESTDIR=$PKG install - - install -m755 -d $PKG/usr/share/gconf/schemas - gconf-merge-schema $PKG/usr/share/gconf/schemas/$name.schemas --domain gdm $PKG/etc/gconf/schemas/*.schemas - rm -r $PKG/etc/gconf/ + make PAM_PREFIX=/etc DESTDIR=$PKG install for i in gdm.pam gdm-autologin.pam gdm-fingerprint.pam gdm-password.pam gdm-smartcard.pam gdm-welcome.pam; do install -m644 $SRC/$i $PKG/etc/pam.d/${i%.pam} |