File: README

package info (click to toggle)
unicode-screensaver 0.5.2-3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 2,884 kB
  • sloc: sh: 4,154; ansic: 2,090; xml: 75; makefile: 47
file content (53 lines) | stat: -rw-r--r-- 2,048 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
unicode-screensaver

© 2006,2009,2010,2011 Joachim Breitner <mail@joachim-breitner.de>

unicode-screensaver is a simple screensaver application that repeatedly
randomly picks an unicode character and displays it in a very large font
size together with its unicode code point and the character name.

Installation
============

The unicode screensaver depends on these libraries:
 * libx11
 * libxmu
 * libxt
 * libxft
 * libfontconfig

You need to have the respective developer packages installed to compile
unicode-screensaver. On Debian and derived distributions, these packages
are required:
 libx11-dev libxmu-dev libxt-dev libxft-dev libfontconfig1-dev

You can compile and install the screensaver as usual by running
 ./configure && make && make install
See ./configure --help for options regarding the installation directories of
the screensaver itself, xscreensaver config files, the .desktop files etc.

To make sure that xscreensaver knows about your screen hack, please read
the man pages for xscreensaver and xscreensaver-demo.

Copyright and Licensing
=======================

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.  No representations are made about the suitability of this
software for any purpose.  It is provided "as is" without express or
implied warranty.

The files in the directories hacks/ and utils/ are taken from the xscreensaver
distribution and covered by the following copyrights:
	Copyright (c) 1992-2010 Jamie Zawinski <jwz@jwz.org>
utils/vroot.h is covered by:
	Copyright 1991 by Andreas Stolcke
	Copyright 1990 by Solbourne Computer Inc.

The file unicode-names.h is a generated file copied from the gucharmap
distribution and slightly modified. The data based on the Unicode stardard, the
license of this data is distributed in the file COPYING.UNICODE.