head 1.2; access; symbols PSI_0_8_7:1.1; locks; strict; comment @# @; 1.2 date 2003.06.06.18.36.24; author swiergot; state dead; branches; next 1.1; 1.1 date 2003.02.18.15.19.23; author swiergot; state Exp; branches; next ; desc @@ 1.2 log @- Version 0.9-test1. - Added TODO to docs_source. - Changed source URL. - Removed optflags and install_menu patches. - Added kderes patch. This patch does the same what install_menu patch used to do. - Added colors patch. This patch introduces new color scheme created by IceRAM and published on psi-devel mailing list. - Don't run install_menu.sh. Not needed any more. @ text @--- install_menu.sh.orig 2002-10-30 11:09:35.000000000 +0100 +++ install_menu.sh 2003-02-18 16:17:02.000000000 +0100 @@@@ -2,10 +2,14 @@@@ if [ $1 ] then + mkdir -p $1/share/applnk/Internet/ cp menu/psi.desktop $1/share/applnk/Internet/ + mkdir -p $1/share/icons/hicolor/16x16/apps/ cp image/icon_16.png $1/share/icons/hicolor/16x16/apps/psi.png + mkdir -p $1/share/icons/hicolor/32x32/apps/ cp image/icon_32.png $1/share/icons/hicolor/32x32/apps/psi.png + mkdir -p $1/share/icons/hicolor/48x48/apps/ cp image/icon_48.png $1/share/icons/hicolor/48x48/apps/psi.png else echo "Usage: install_menu.sh " @ 1.1 log @- Added install_menu patch to fix install_menu.sh script that copies files but doesn't create directories. @ text @@ .