Description: Linspire Clear SuSE 10.0 RPM build out of the source: http://software.linspire.com/pool-src/los/los-linspireclear-style/los-linspireclear-style_1.11-0.0.0.50.linspire0.1.tar.gz
hi!
This RPM does not work under KDE 3.5. In order to compile the source from linspire under Suse 10.0 running KDE 3.5, you will have get rid of the automake warning.
1. extract the source
2. edit admin/cvs.sh, and chnage the following line (around line 80) from:
* )
echo "*** YOU'RE USING $AUTOMAKE_STRING."
echo "*** KDE requires automake 1.6"
exit 1
;;
esac
to
* )
echo "*** YOU'RE USING $AUTOMAKE_STRING."
echo "*** KDE requires automake 1.6"
# exit 1
;;
esac
IT will still complain about the wrong version of automake but wont exit the script...
3. save the file and then issue this command in the package root dir:
make -f Makefile.cvs
4. run the created ./configure script as usual.
J.
Ratings & Comments
6 Comments
hi! This RPM does not work under KDE 3.5. In order to compile the source from linspire under Suse 10.0 running KDE 3.5, you will have get rid of the automake warning. 1. extract the source 2. edit admin/cvs.sh, and chnage the following line (around line 80) from: * ) echo "*** YOU'RE USING $AUTOMAKE_STRING." echo "*** KDE requires automake 1.6" exit 1 ;; esac to * ) echo "*** YOU'RE USING $AUTOMAKE_STRING." echo "*** KDE requires automake 1.6" # exit 1 ;; esac IT will still complain about the wrong version of automake but wont exit the script... 3. save the file and then issue this command in the package root dir: make -f Makefile.cvs 4. run the created ./configure script as usual. J.
those who love this theme must also love polymer... polymer is slightly better, imho, esp with the suse2 windeco.
I beg to differ. I love this theme, but I polymer is not for me.
Kubuntu Breezy deb package please!!!!
thank you for creating this RPM
It's the only style I like, so you're welcome!