diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-29 19:47:33 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-29 19:47:33 +0200 |
commit | 0bfb0714305c87926d9be0cf216c42a0a9cf0be5 (patch) | |
tree | 0352bfc99964d8ea00644a6405492fbccb89d325 /extra/slim/Pkgfile | |
parent | ad866ebedd07f93879e38fe7683e76215b52a06a (diff) | |
download | nutyx-extra-0bfb0714305c87926d9be0cf216c42a0a9cf0be5.tar.gz nutyx-extra-0bfb0714305c87926d9be0cf216c42a0a9cf0be5.tar.bz2 nutyx-extra-0bfb0714305c87926d9be0cf216c42a0a9cf0be5.tar.xz nutyx-extra-0bfb0714305c87926d9be0cf216c42a0a9cf0be5.zip |
maj slim#1.3.1-4
Diffstat (limited to 'extra/slim/Pkgfile')
-rw-r--r-- | extra/slim/Pkgfile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/slim/Pkgfile b/extra/slim/Pkgfile index c76a136e7..a7d97d0f4 100644 --- a/extra/slim/Pkgfile +++ b/extra/slim/Pkgfile @@ -6,15 +6,18 @@ name=slim version=1.3.1 -release=3 +release=4 source=(http://download.berlios.de/$name/$name-$version.tar.gz\ http://kiao.no-ip.info/NuTyX/files/slimnutyx-2009.2.tar.gz - stdlib.patch xinitrc gcc44.patch \ - slim slim.conf ) + stdlib.patch xinitrc gcc44.patch slim-restart.patch\ + slim slim.conf slim-tty-slowness.patch) build() { cd $name-$version + patch -Np1 -i ../slim-tty-slowness.patch patch -Np1 -i ../gcc44.patch + patch -Np1 -i ../slim-restart.patch + sed -i -e 's/png12/png14/g' Makefile make sed -i "s|/usr/X11R6/include|/usr/include/xorg|g" slim.conf sed -i "s|/usr/X11R6/|/usr/|g" slim.conf |