milis/talimatname/genel/lxdm/talimat

42 lines
1.2 KiB
Text
Raw Normal View History

2017-03-28 19:35:31 +03:00
# Description: hafif linux giriş yöneticisi
# URL: http://sourceforge.net/projects/lxdm/
2016-06-12 18:28:09 +00:00
# Packager: milisarge
2017-03-28 19:35:31 +03:00
# Depends on: iso-codes librsvg xorg-libxinerama xorg-libxrandr xorg-libxcursor xorg-libxdamage gtk2 consolekit2 mate-themes
2016-02-24 02:27:23 +02:00
name=lxdm
2016-06-12 18:28:09 +00:00
version=0.5.3
2017-04-08 18:38:13 +03:00
release=3
2017-03-29 02:49:27 +03:00
uisim=lxdm-a548c73
2017-04-08 18:38:13 +03:00
tema=lxdm-tema
tsurum=1.1
2017-03-28 19:35:31 +03:00
2017-03-29 02:49:27 +03:00
source=(http://kaynaklar.milislinux.org/$uisim.tar.xz
2017-04-08 18:38:13 +03:00
https://github.com/yasarciv/$tema/archive/$tsurum.tar.gz
2016-06-14 14:53:30 +00:00
lxdm.in.patch
lxdm.conf.in.patch
2016-06-14 22:38:55 +03:00
lxdm.pam
Xsession)
2016-02-24 02:27:23 +02:00
build() {
2016-06-12 18:47:47 +00:00
2017-03-29 02:49:27 +03:00
cd $uisim
2016-06-14 14:53:30 +00:00
patch -Np1 < ../lxdm.in.patch
patch -Np1 < ../lxdm.conf.in.patch
2017-03-28 19:35:31 +03:00
cp ../lxdm.pam pam/lxdm
cp ../Xsession data/Xsession
2017-03-29 02:49:27 +03:00
./autogen.sh
./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc \
--libexecdir=/usr/lib/lxdm --localstatedir=/var
2016-06-12 18:47:47 +00:00
make
make DESTDIR=$PKG install
2016-06-14 14:53:30 +00:00
install -dm 755 ${PKG}/var/lib/lxdm
echo 'GDK_CORE_DEVICE_EVENTS=true' > "$PKG"/var/lib/lxdm/.pam_environment
2017-04-08 18:38:13 +03: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 19:35:31 +03:00
cd /sources/milis.git/ayarlar/servisler
make DESTDIR=$PKG kur-lxdm
2016-02-24 02:27:23 +02:00
}