slim: 1.3.5 -> 1.3.6
This commit is contained in:
parent
336ebef55c
commit
20b2504e3d
@ -5,6 +5,9 @@ drwxr-xr-x root/root etc/rc.d/
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/slim
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libslim.so -> libslim.so.1.3.6
|
||||
-rwxr-xr-x root/root usr/lib/libslim.so.1.3.6
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/slim.1.gz
|
||||
@ -19,4 +22,3 @@ 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
|
||||
-rw-r--r-- root/root usr/share/slim/themes/default/slim.theme
|
||||
drwxr-xr-x root/root usr/usr/
|
||||
|
@ -1,4 +1,4 @@
|
||||
6d19bd7a91592ed2bb902b22b9594565 libpng.patch
|
||||
1153e6993f9c9333e4cf745411d03472 slim-1.3.5.tar.gz
|
||||
d40d256394f9ef34cef34d2aa9cb52e6 slim-1.3.6.tar.gz
|
||||
46349c2dc378b17d5857c5c1d904a636 slim-crux-smooth.tar.gz
|
||||
476ce747c77f1a7e116a7f63bfb7d8d3 slim.rc
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Depends on: xorg-xauth, libjpeg, libpng, cmake
|
||||
|
||||
name=slim
|
||||
version=1.3.5
|
||||
version=1.3.6
|
||||
release=1
|
||||
source=(http://download.berlios.de/$name/$name-$version.tar.gz \
|
||||
http://jw.tks6.net/files/slim-crux-smooth.tar.gz libpng.patch $name.rc)
|
||||
@ -15,7 +15,9 @@ build () {
|
||||
|
||||
#patch -i ../libpng.patch -p1
|
||||
|
||||
sed -i 's:${MANDIR}:/usr/man:g' CMakeLists.txt
|
||||
# do NOT build slimlock (because of pam)
|
||||
sed -i -e 's:${MANDIR}:/usr/man:g' -e '224d' CMakeLists.txt
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr
|
||||
|
||||
make
|
||||
@ -29,5 +31,5 @@ build () {
|
||||
chmod 0644 $PKG/usr/share/slim/themes/crux-smooth/*
|
||||
|
||||
# no systemd support
|
||||
rm -r $PKG/usr/usr/lib/
|
||||
rm -r $PKG/lib $PKG/usr/man/man1/slimlock.1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user