~ubuntu-branches/ubuntu/quantal/xscreensaver/quantal

« back to all changes in this revision

Viewing changes to hacks/config/xdaliclock.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2008-08-28 16:15:25 UTC
  • mfrom: (1.1.6 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080828161525-mxga521aoezxjq8h
Tags: 5.07-0ubuntu1
* Upgrade upstream version
* debian/control: Remove suggest xdaliclock as it is no longer
  included
* Remove 10_jwz-screensaver-randr-patch-3.patch as it has been merged
  upstream.
* Add 24_hacks_xsublim_enable.patch as it seems that xsublim was dropped
  from the build files.  There is nothing in the Changelog about it
  so I believe it was accidental.
* Updating the .desktop files from the XML files using gnome-screensaver's
  utility to do so.  Lots of text updates.  Also:
    * Added: abstractile.desktop
    * Added: cwaves.desktop
    * Added: m6502.desktop
    * Added: skytentacles.desktop
    * Removed: xteevee.desktop
* xscreensaver-gl-extra.files: Added skytentacles
* xscreensaver-data-extra.files: Added abstractile, cwaves and m6502
* xscreensaver-data.files: Remove partial abstractile, m6502 and cwaves

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="ISO-8859-1"?>
2
 
 
3
 
<screensaver name="xdaliclock" _label="XDaliClock">
4
 
 
5
 
  <command arg="-root"/>
6
 
 
7
 
  <select id="size">
8
 
    <option id="font0" _label="Small Font"   arg-set="-font BUILTIN0"/>
9
 
    <option id="font1" _label="Medium Font"  arg-set="-font BUILTIN1"/>
10
 
    <option id="font2" _label="Large Font"/>
11
 
    <option id="font2" _label="Huge Font"    arg-set="-font BUILTIN3"/>
12
 
  </select>
13
 
 
14
 
  <select id="style">
15
 
    <option id="12" _label="12-Hour Time"/>
16
 
    <option id="24" _label="24-Hour Time" arg-set="-24"/>
17
 
  </select>
18
 
 
19
 
  <boolean id="secs"  _label="Display Seconds" arg-unset="-noseconds"/>
20
 
 
21
 
  <boolean id="cycle" _label="Cycle Colors" arg-set="-cycle"/>
22
 
 
23
 
  <_description>
24
 
XDaliClock draws a large digital clock, the numbers of which change by
25
 
"melting" into their new shapes.  This is not included with the
26
 
XScreenSaver package, but if you don't have it already, you can find it at
27
 
&lt;http://www.jwz.org/xdaliclock/&gt;.
28
 
 
29
 
Written by Jamie Zawinski; 1991.
30
 
  </_description>
31
 
</screensaver>