slim: added CRUX theme by popular request :)
This commit is contained in:
parent
3c5a4fe9ea
commit
973baa0b85
@ -11,6 +11,10 @@ drwxr-xr-x root/root usr/man/man1/
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/slim/
|
||||
drwxr-xr-x root/root usr/share/slim/themes/
|
||||
drwxr-xr-x root/root usr/share/slim/themes/crux-smooth/
|
||||
-rw-r--r-- root/root usr/share/slim/themes/crux-smooth/background.jpg
|
||||
-rw-r--r-- root/root usr/share/slim/themes/crux-smooth/panel.png
|
||||
-rw-r--r-- root/root usr/share/slim/themes/crux-smooth/slim.theme
|
||||
drwxr-xr-x root/root usr/share/slim/themes/default/
|
||||
-rw-r--r-- root/root usr/share/slim/themes/default/background.jpg
|
||||
-rw-r--r-- root/root usr/share/slim/themes/default/panel.png
|
||||
|
@ -1,2 +1,3 @@
|
||||
b4aec9724050cf0fd582f8a39bf30f1e slim-1.2.4.tar.gz
|
||||
46349c2dc378b17d5857c5c1d904a636 slim-crux-smooth.tar.gz
|
||||
476ce747c77f1a7e116a7f63bfb7d8d3 slim.rc
|
||||
|
11
slim/Pkgfile
11
slim/Pkgfile
@ -6,9 +6,9 @@
|
||||
|
||||
name=slim
|
||||
version=1.2.4
|
||||
release=1
|
||||
source=(http://download.berlios.de/$name/$name-$version.tar.gz
|
||||
$name.rc)
|
||||
release=2
|
||||
source=(http://download.berlios.de/$name/$name-$version.tar.gz \
|
||||
http://jw.tks6.net/files/slim-crux-smooth.tar.gz $name.rc)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
@ -16,4 +16,9 @@ build () {
|
||||
make DESTDIR=$PKG install
|
||||
mkdir $PKG/etc/rc.d
|
||||
install -m 755 ../$name.rc $PKG/etc/rc.d/$name
|
||||
cd ../
|
||||
|
||||
rm -f slim-crux-smooth/README
|
||||
cp -r slim-crux-smooth $PKG/usr/share/slim/themes/crux-smooth
|
||||
chmod 0644 $PKG/usr/share/slim/themes/crux-smooth/*
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user