Package Details: alarm-clock-applet 1:0.4.1-4

Git Clone URL: https://aur.archlinux.org/alarm-clock-applet.git (read-only, click to copy)
Package Base: alarm-clock-applet
Description: A fully-featured alarm clock for use with an AppIndicator implementation.
Upstream URL: https://alarm-clock-applet.github.io/
Keywords: alarm applet clock desktops for gtk
Licenses: GPL2
Conflicts: alarm-clock-applet-git
Submitter: gwash
Maintainer: linuxergr (tatokis)
Last Packager: tatokis
Votes: 106
Popularity: 0.000065
First Submitted: 2008-08-23 19:27 (UTC)
Last Updated: 2024-08-29 21:38 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

mojo-hakase commented on 2020-11-21 23:15 (UTC)

The package installs all files under /usr/local which it shouldn't. The call to configure should be changed to ./configure --prefix=/usr

https://wiki.archlinux.org/index.php/Creating_packages#build%28%29

linuxergr commented on 2020-09-19 21:27 (UTC)

The project is been officially forked and so it is going to be maintained by me, as also the PKGBUILD.

Note that the build has been corrected alone with the code.

I wish that this very nice applet, will keep on existing, as already works with libindicator-gtk3, in our Linux Desktops

Jakeukalane commented on 2020-06-04 02:51 (UTC) (edited on 2020-06-04 02:51 (UTC) by Jakeukalane)

I have the same error as vishnu.

vishnu commented on 2020-05-21 13:35 (UTC)

Getting these errors

/usr/bin/ld: alarm-gconf.o:(.bss+0x0): multiple definition of app_command_map'; alarm-applet.o:(.bss+0x0): first defined here /usr/bin/ld: ui.o:(.bss+0x0): multiple definition ofapp_command_map'; alarm-applet.o:(.bss+0x0): first defined here /usr/bin/ld: alarm-actions.o:(.bss+0x0): multiple definition of app_command_map'; alarm-applet.o:(.bss+0x0): first defined here /usr/bin/ld: alarm-list-window.o:(.bss+0x0): multiple definition ofapp_command_map'; alarm-applet.o:(.bss+0x0): first defined here /usr/bin/ld: alarm-settings.o:(.bss+0x0): multiple definition of app_command_map'; alarm-applet.o:(.bss+0x0): first defined here /usr/bin/ld: prefs.o:(.bss+0x10): multiple definition ofapp_command_map'; alarm-applet.o:(.bss+0x0): first defined here

JohnRobson commented on 2017-09-26 03:18 (UTC)

@danscava Thank you very much '--enable-compile-warnings=no' works! This is the best Alarm for Linux

JohnRobson commented on 2017-09-17 19:43 (UTC)

CC alarm-actions.o util.c: In function ‘get_alarm_timestamp’: util.c:57:31: error: ‘%c’ yields only last 2 digits of year in some locales [-Werror=format-y2k] strftime (tmp, sizeof (tmp), "%c", tm); ^~~~ cc1: some warnings being treated as errors make[3]: *** [Makefile:474: util.o] Error 1

fennectech commented on 2017-06-02 08:58 (UTC)

util.c: In function ‘get_alarm_timestamp’: util.c:57:31: error: ‘%c’ yields only last 2 digits of year in some locales [-Werror=format-y2k] strftime (tmp, sizeof (tmp), "%c", tm); ^~~~

danscava commented on 2016-05-28 06:21 (UTC)

To get rid of the -Werror=format-y2k. Just edit the PKGBUILD and put "--enable-compile-warnings=no" at the end of the ./configure line on build()

thetotalchaos commented on 2016-05-19 23:38 (UTC)

The installation failed ;-( ... In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from alarm-applet.h:32, from alarm-applet.c:26: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ CC player.o CC util.o util.c: In function ‘get_alarm_timestamp’: util.c:57:31: error: ‘%c’ yields only last 2 digits of year in some locales [-Werror=format-y2k] strftime (tmp, sizeof (tmp), "%c", tm); ^~~~ cc1: some warnings being treated as errors Makefile:474: recipe for target 'util.o' failed make[3]: *** [util.o] Error 1 make[3]: Leaving directory '/tmp/yaourt-tmp-biser/aur-alarm-clock-applet/src/alarm-clock-applet-0.3.4/src' Makefile:494: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/tmp/yaourt-tmp-biser/aur-alarm-clock-applet/src/alarm-clock-applet-0.3.4/src' Makefile:411: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-biser/aur-alarm-clock-applet/src/alarm-clock-applet-0.3.4' Makefile:350: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

Jesse2004 commented on 2015-09-10 06:48 (UTC)

Installing gst-plugins-good solves the problem. Might be a good candidate for optdepends?