2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Grafiksel girişler ve yerel ve uzaktaki ekranları yönetme
|
2017-07-25 22:21:02 +02:00
|
|
|
|
# URL: http://www.gnome.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler: accountsservice nss libcanberra gnome-shell gnome-session upower
|
2017-07-25 22:21:02 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=gdm
|
|
|
|
|
surum=3.16.4
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz )
|
2017-07-25 22:21:02 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-07-25 22:21:02 +02:00
|
|
|
|
./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
|
|
|
|
|
}
|
|
|
|
|
|