milis/talimatname/genel/lxdm-tema/talimat

18 lines
444 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: milislinux lxdm teması
# URL: http://milis.gungre.ch/
# Packager: milisarge yasarciv
# Depends on: lxdm mate-themes
name=lxdm-tema
version=1.0
release=1
source=(https://github.com/yasarciv/$name/archive/$version.tar.gz)
build () {
cd $name-$version
install -d "$PKG/usr/share/lxdm/themes"
install -d "$PKG/etc/lxdm"
cp -r lxdm-themes/Milis-Lxdm-Tema "$PKG/usr/share/lxdm/themes"
cp lxdm/lxdm.conf "$PKG/etc/lxdm/"
}