lxdm.yenilendi

This commit is contained in:
milisman 2016-06-12 18:28:09 +00:00
parent 1d26bfcc86
commit 0cc40d0b2d
3 changed files with 7 additions and 8 deletions

View File

@ -0,0 +1,4 @@
[master 1d26bfc] bin--
2 files changed, 1 insertion(+)
create mode 100755 bin/ekran_kayit.sh
create mode 100644 ekran_kayit.sh

View File

@ -1,5 +0,0 @@
. lib/lsb/init-functions
if [ ! -z "`cards list|grep sddm\ `" ]; then
log_failure_msg "${WARNING}sddm${NORMAL} should be removed"
exit 1
fi

View File

@ -1,14 +1,14 @@
# Description: Lightweight X11 Display Manager based on Gtk
# Url: http://wiki.lxde.org/en/LXDM
# Maintainer: dgod dot osa at gmail dot com
# Packager: tnut at nutyx dot org
# Packager: milisarge
# Depends on: iso-codes librsvg xorg-libxinerama xorg-libxrandr xorg-libxcursor xorg-libxdamage gtk2 consolekit2
run=(consolekit2 librsvg)
name=lxdm
version=0.5.1
release=2
version=0.5.3
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.xz)
build() {