summaryrefslogtreecommitdiff
path: root/slim
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2006-03-30 15:11:29 +0000
committerSimone Rota <sip@crux.nu>2006-03-30 15:11:29 +0000
commit973baa0b855ac570d84e8036f71db32cd0f1fe63 (patch)
tree7e1a3059373c874b3087a7d1b53e81adf2f44278 /slim
parent3c5a4fe9eacfe6decdf41c8d46a8838dd1994eef (diff)
downloadopt-973baa0b855ac570d84e8036f71db32cd0f1fe63.tar.gz
opt-973baa0b855ac570d84e8036f71db32cd0f1fe63.tar.xz
slim: added CRUX theme by popular request :)
Diffstat (limited to 'slim')
-rw-r--r--slim/.footprint4
-rw-r--r--slim/.md5sum1
-rw-r--r--slim/Pkgfile11
3 files changed, 13 insertions, 3 deletions
diff --git a/slim/.footprint b/slim/.footprint
index a118830b3..23eb90323 100644
--- a/slim/.footprint
+++ b/slim/.footprint
@@ -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
diff --git a/slim/.md5sum b/slim/.md5sum
index 6c17432ce..cb3529b04 100644
--- a/slim/.md5sum
+++ b/slim/.md5sum
@@ -1,2 +1,3 @@
b4aec9724050cf0fd582f8a39bf30f1e slim-1.2.4.tar.gz
+46349c2dc378b17d5857c5c1d904a636 slim-crux-smooth.tar.gz
476ce747c77f1a7e116a7f63bfb7d8d3 slim.rc
diff --git a/slim/Pkgfile b/slim/Pkgfile
index 9310ffc57..126400a0b 100644
--- a/slim/Pkgfile
+++ b/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/*
}

Generated by cgit