mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/lxdm: Changed maintainer info, fixed theme.
This commit is contained in:
parent
4887335fe5
commit
6fe9f120be
3 changed files with 5 additions and 5 deletions
|
@ -115,10 +115,10 @@ make install DESTDIR=$PKG
|
|||
# We said --without-pam
|
||||
rm -rf $PKG/etc/pam.d
|
||||
|
||||
# change default non-existent background image to an lxde one and theme accordingly :P
|
||||
sed -i -e "s|^bg=.*|bg=/usr/share/lxde/wallpapers/lxde_green.jpg|" \
|
||||
# change default non-existent background image to a newly added one
|
||||
sed -i -e "s|^bg=.*|bg=/usr/share/wallpapers/stripes-lxdm.jpg|" \
|
||||
$PKG/etc/lxdm/lxdm.conf
|
||||
sed -i -e "s|Clearlooks|Clearlooks-Olive|" $PKG/etc/lxdm/lxdm.conf
|
||||
install -m 0644 -D $CWD/stripes-lxdm.jpg $PKG/usr/share/wallpapers/stripes-lxdm.jpg
|
||||
|
||||
# Install a to-be-customized-if-needed /etc/lxdm/xinitrc
|
||||
cat $CWD/xinitrc > $PKG/etc/lxdm/xinitrc.new
|
||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="b81aced3c6892896030dae117b89952b"
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
MAINTAINER="ponce"
|
||||
EMAIL="matteo.bernardini@gmail.com"
|
||||
|
|
BIN
system/lxdm/stripes-lxdm.jpg
Normal file
BIN
system/lxdm/stripes-lxdm.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
Loading…
Reference in a new issue