2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: hafif linux giriş yöneticisi
|
2017-03-28 18:35:31 +02:00
|
|
|
|
# URL: http://sourceforge.net/projects/lxdm/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: iso-codes librsvg xorg-libxinerama xorg-libxrandr xorg-libxcursor xorg-libxdamage gtk2 consolekit2 mate-themes
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
name=lxdm
|
2016-06-12 20:28:09 +02:00
|
|
|
|
version=0.5.3
|
2017-06-27 14:42:04 +02:00
|
|
|
|
release=7
|
2017-03-29 01:49:27 +02:00
|
|
|
|
uisim=lxdm-a548c73
|
2017-04-08 17:38:13 +02:00
|
|
|
|
tema=lxdm-tema
|
|
|
|
|
tsurum=1.1
|
2017-03-28 18:35:31 +02:00
|
|
|
|
|
2017-03-29 01:49:27 +02:00
|
|
|
|
source=(http://kaynaklar.milislinux.org/$uisim.tar.xz
|
2017-04-08 17:38:13 +02:00
|
|
|
|
https://github.com/yasarciv/$tema/archive/$tsurum.tar.gz
|
2016-06-14 16:53:30 +02:00
|
|
|
|
lxdm.in.patch
|
|
|
|
|
lxdm.conf.in.patch
|
2016-06-14 21:38:55 +02:00
|
|
|
|
lxdm.pam
|
|
|
|
|
Xsession)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-06-12 20:47:47 +02:00
|
|
|
|
|
2017-03-29 01:49:27 +02:00
|
|
|
|
cd $uisim
|
2016-06-14 16:53:30 +02:00
|
|
|
|
patch -Np1 < ../lxdm.in.patch
|
|
|
|
|
patch -Np1 < ../lxdm.conf.in.patch
|
2017-03-28 18:35:31 +02:00
|
|
|
|
cp ../lxdm.pam pam/lxdm
|
|
|
|
|
cp ../Xsession data/Xsession
|
2017-03-29 01:49:27 +02:00
|
|
|
|
./autogen.sh
|
|
|
|
|
./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc \
|
|
|
|
|
--libexecdir=/usr/lib/lxdm --localstatedir=/var
|
2016-06-12 20:47:47 +02:00
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
2016-06-14 16:53:30 +02:00
|
|
|
|
|
|
|
|
|
install -dm 755 ${PKG}/var/lib/lxdm
|
|
|
|
|
echo 'GDK_CORE_DEVICE_EVENTS=true' > "$PKG"/var/lib/lxdm/.pam_environment
|
|
|
|
|
|
2017-04-08 17:38:13 +02:00
|
|
|
|
#milis linux temasının ayarlanması
|
|
|
|
|
cp -r ${SRC}/$tema-$tsurum/lxdm-themes/Milis-Lxdm-Tema "$PKG/usr/share/lxdm/themes"
|
|
|
|
|
cp ${SRC}/$tema-$tsurum/lxdm/lxdm.conf "$PKG/etc/lxdm/"
|
2017-03-28 18:35:31 +02:00
|
|
|
|
cd /sources/milis.git/ayarlar/servisler
|
|
|
|
|
make DESTDIR=$PKG kur-lxdm
|
2016-02-24 01:27:23 +01:00
|
|
|
|
}
|