Package: asclock / 2.0.12-25

Metadata

Package Version Patches format
asclock 2.0.12-25 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
button.diff | (download)

asclock.c | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 enable button presses in docked mode
#  #if'ed code that prevents asclock from receiving ButtonPress events when 
#  docked.  Tested in `normal' mode and nothing broke.  The #if'ed code does not
#  make sense, it seems something else was going to be added but wasn't. (#41955)
manpage.diff | (download)

asclock.man | 51 33 + 18 - 0 !
1 file changed, 33 insertions(+), 18 deletions(-)

 update man page
#  Initial fixes (1999, 2001) by Marcelo E. Magallon: 
#  ROTFL! asclock.m s/0.99/1/ (this is not the program's version, it the
#   manpage section!
#  Later fixes (2009) Helge Kreutzmann:
#   Enable display of all content 
#   Document that docked windows cannot be repositioned: #547199
l10n.diff | (download)

config.c | 88 84 + 4 - 0 !
config.h | 2 2 + 0 - 0 !
configure | 3 2 + 1 - 0 !
3 files changed, 88 insertions(+), 5 deletions(-)

 this patch adds l10n runtime support
#  Initial patch (C) 2008 by Arne, later extended by Helge to cover
#  all cases (2009)
gcc4.0 fixes | (download)

languages/english/month.xpm | 2 1 + 1 - 0 !
languages/english/weekday.xpm | 2 1 + 1 - 0 !
themes/classic/clock.xpm | 2 1 + 1 - 0 !
themes/classic/date.xpm | 2 1 + 1 - 0 !
themes/classic/month.xpm | 2 1 + 1 - 0 !
themes/classic/weekday.xpm | 2 1 + 1 - 0 !
6 files changed, 6 insertions(+), 6 deletions(-)

 gcc 4.0 fixes
#  themes/classic/*.xpm: remove static qualifier from data, makes gcc 4.0
#  happy (closes: bug#285475)
hungarian.diff | (download)

languages/hungarian/month.xpm | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 fix hungarian month.xpm
#  Remove empty line at the beginning of languages/hungarian/month.xpm which
#  prevents it from being displayed
README_THEMES | (download)

README.THEMES | 20 10 + 10 - 0 !
1 file changed, 10 insertions(+), 10 deletions(-)

 fix to document actual syntax
#  Adam, I'm really sorry it took this long to 
#  fix, it was sitting on my box all this time and I forgot to make an upload.
#  (closes: bug#94643)
led_color_change | (download)

themes/classic/led.xpm | 2 1 + 1 - 0 !
themes/shaped/led.xpm | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 change color of led in classic and shaped modes
shaped_config | (download)

themes/shaped/config | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 themes/shaped/config: led_ampm_x = 42;
freeamp de.diff | (download)

themes/Freeamp-de/beats.xpm | 2 2 + 0 - 0 !
themes/Freeamp-de/clock.xpm | 100 100 + 0 - 0 !
themes/Freeamp-de/config | 40 40 + 0 - 0 !
themes/Freeamp-de/date.xpm | 209 209 + 0 - 0 !
themes/Freeamp-de/hour.xpm | 19 19 + 0 - 0 !
themes/Freeamp-de/led.xpm | 261 261 + 0 - 0 !
themes/Freeamp-de/minute.xpm | 22 22 + 0 - 0 !
themes/Freeamp-de/month.xpm | 246 246 + 0 - 0 !
themes/Freeamp-de/second.xpm | 27 27 + 0 - 0 !
themes/Freeamp-de/weekday-sonnabend.xpm | 187 187 + 0 - 0 !
themes/Freeamp-de/weekday.xpm | 187 187 + 0 - 0 !
11 files changed, 1300 insertions(+)

 themes/freeamp-de: new from michael piefel. (closes: bug#108699)
freeamp es.diff | (download)

themes/Freeamp-es/beats.xpm | 2 2 + 0 - 0 !
themes/Freeamp-es/clock.xpm | 100 100 + 0 - 0 !
themes/Freeamp-es/config | 40 40 + 0 - 0 !
themes/Freeamp-es/date.xpm | 209 209 + 0 - 0 !
themes/Freeamp-es/hour.xpm | 19 19 + 0 - 0 !
themes/Freeamp-es/led.xpm | 261 261 + 0 - 0 !
themes/Freeamp-es/minute.xpm | 22 22 + 0 - 0 !
themes/Freeamp-es/month.xpm | 264 264 + 0 - 0 !
themes/Freeamp-es/second.xpm | 27 27 + 0 - 0 !
themes/Freeamp-es/weekday.xpm | 175 175 + 0 - 0 !
10 files changed, 1119 insertions(+)

 themes/freeamp-es: spanish theme from maximiliano pin.
position.diff | (download)

asclock.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fine tune -position argument
#  asclock option "-position -0-0" or -0+0 works better if the
#  default geometry (char *def_geom) is set, because now it get's
#  displayed at the corner and not outside of it.
#  A little inaccuracy is still there because the here hardcoded
move_mytime_definition.diff | (download)

asclock.c | 22 11 + 11 - 0 !
1 file changed, 11 insertions(+), 11 deletions(-)

 move definition of mytime() up
#  Move mytime() in asclock.c up, so that the definition is no longer
#   implicit if -Wall is used.