lxdm-tema.paketlendi

This commit is contained in:
milisman 2017-03-01 23:08:24 +02:00
parent eadb1e6ff6
commit 258a2236ef
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 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/"
}