lxdm.yenilendi
This commit is contained in:
parent
1d26bfcc86
commit
0cc40d0b2d
|
@ -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
|
|
@ -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
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Description: Lightweight X11 Display Manager based on Gtk
|
# Description: Lightweight X11 Display Manager based on Gtk
|
||||||
# Url: http://wiki.lxde.org/en/LXDM
|
# Url: http://wiki.lxde.org/en/LXDM
|
||||||
# Maintainer: dgod dot osa at gmail dot com
|
# 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
|
# Depends on: iso-codes librsvg xorg-libxinerama xorg-libxrandr xorg-libxcursor xorg-libxdamage gtk2 consolekit2
|
||||||
|
|
||||||
run=(consolekit2 librsvg)
|
run=(consolekit2 librsvg)
|
||||||
|
|
||||||
name=lxdm
|
name=lxdm
|
||||||
version=0.5.1
|
version=0.5.3
|
||||||
release=2
|
release=1
|
||||||
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.xz)
|
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.xz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in New Issue