You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/blinken
tpearson 032c070107
Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiric
13 years ago
..
fonts Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
icons Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
images Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
sounds Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
src Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiric 13 years ago
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Changelog Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README.packagers Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README.packagers

blinKen uses a special handwriting font called Steve that is in the
fonts directory to show the status text. If this font is not currently installed
on the target system, on first run blinKen uses the fonts:/ ioslave to copy it
to the user's fonts location.

This can cause problems, because if the program
is used by 100 users there will be 100 copies of the font, one for each user.

To solve that we suggest making a package with "Some Juicy Fonts"
(http://www.sourceforge.net/projects/sjfonts) that includes the Steve font
and make the blinKen package depend on it.

If you do not want/cannot do that, please make blinKen depend on
having kdebase installed as the fonts:/ ioslave is there.

- blinKen developers