milis/talimatname/genel/g/gdm/talimat

36 lines
880 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Grafiksel girişler ve yerel ve uzaktaki ekranları yönetme
# URL: http://www.gnome.org/
# Paketçi: yasarciv67@gmail.com
# Gerekler: accountsservice nss libcanberra gnome-shell gnome-session upower
isim=gdm
surum=3.16.4
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz )
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-run-dir=/run/gdm \
--enable-gdm-xsession \
--enable-ipv6 \
--enable-authentication-scheme=pam \
--disable-static \
--with-xdmcp=yes \
--with-xinerama \
--with-audit \
--with-selinux \
--without-wayland \
--without-plymouth \
--without-systemd \
--without-xevie \
--disable-schemas-compile \
--without-tcp-wrappers
make
make DESTDIR=$PKG install
}