Package Details: qtalarm 1:2.5.1-3

Git Clone URL: https://aur.archlinux.org/qtalarm.git (read-only, click to copy)
Package Base: qtalarm
Description: Cross-platform Alarm Clock written with QT5
Upstream URL: https://random-hackery.net/page/qtalarm/
Licenses: GPL3
Submitter: CountMurphy
Maintainer: CountMurphy
Last Packager: CountMurphy
Votes: 14
Popularity: 0.000656
First Submitted: 2012-10-14 23:04 (UTC)
Last Updated: 2024-01-31 16:57 (UTC)

Pinned Comments

CountMurphy commented on 2020-11-03 16:30 (UTC) (edited on 2020-11-03 17:16 (UTC) by CountMurphy)

@mosgerila. This is odd. I'm getting the same error, though the keys do exist on the MIT keyserver. I'll work on figuring out whats wrong, but in the mean time you can import the key manually yourself. You can find a copy at https://random-hackery.net/data/gpg.asc

EDIT: Ok, I got it working. According to https://wiki.archlinux.org/index.php/GnuPG#Use_a_keyserver (the tip section),

hkp-cacert /usr/share/gnupg/sks-keyservers.netCA.pem

must be added to your ~/.gnupg/dirmngr.conf file, and then kill the old dirmngr process. After that gpg --recv-keys E41FF9C889B141CC works.

Why the hell arch doesn't have this config by default I don't know. But I can confirm this fixed it for me.

Latest Comments

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

CountMurphy commented on 2023-08-29 19:32 (UTC)

@basher52, what do you mean by autostart the alarms? Once the program runs the timers for all alarms are active. If there is a feature missing, could you file a bug/feature request on the github? https://github.com/CountMurphy/QTalarm/issues

Basher52 commented on 2023-08-29 19:24 (UTC)

Is there or will there be a function to like autostart the alarms when the apps starts? It starts at my login but I also needs to autostart the alarms as I sometimes forget this. Also if you could mark some of them as autostart. Love this one.

CountMurphy commented on 2022-02-28 22:18 (UTC)

@frankspace, that's odd. You did clone the aur repo and not just download the PKGBUILD right? Just installed it chrooted without issue.

frankspace commented on 2022-02-28 14:41 (UTC)

Building this in a chroot fails because it can't find qtalarm.desktop. May I respectfully recommend adding that specifically to the sources array, and then changing the final line in package() to specify srcdir instead of BUILDDIR?

CountMurphy commented on 2020-11-03 16:30 (UTC) (edited on 2020-11-03 17:16 (UTC) by CountMurphy)

@mosgerila. This is odd. I'm getting the same error, though the keys do exist on the MIT keyserver. I'll work on figuring out whats wrong, but in the mean time you can import the key manually yourself. You can find a copy at https://random-hackery.net/data/gpg.asc

EDIT: Ok, I got it working. According to https://wiki.archlinux.org/index.php/GnuPG#Use_a_keyserver (the tip section),

hkp-cacert /usr/share/gnupg/sks-keyservers.netCA.pem

must be added to your ~/.gnupg/dirmngr.conf file, and then kill the old dirmngr process. After that gpg --recv-keys E41FF9C889B141CC works.

Why the hell arch doesn't have this config by default I don't know. But I can confirm this fixed it for me.

mosgerila commented on 2020-11-03 16:18 (UTC)

PGP keys are wrong!!!____gpg --recv-keys E41FF9C889B141CC ─╯ gpg: keyserver receive failed: General error

CountMurphy commented on 2020-10-13 18:54 (UTC)

@gardotd426, not sure what to tell you. The PKGBUILD works fine both manually and with yay. Something on your system is definitely not running default settings. BUILDDIR should not contain /makepkg/qtalarm. It should only contain PKGBUILD and qtalarm.desktop before running makepkg. I've tested this on three Arch installations, one of which being a fresh build.

That said, I have changed '../qtalarm.desktop' to 'BUIDDIR/qtalarm.desktop.' If you think you know a way to edit the PKGBUILD that will universally work, I'd be open to changing it, but as is I cannot reproduce what you are reporting.

gardotd426 commented on 2020-10-13 09:11 (UTC)

PKGBUILD is broken.


install: cannot stat '../qtalarm.desktop': No such file or directory

I've tried with an AUR helper and by manually cloning and running makepkg.

The issue is that there's no qtalarm.desktop file in BUILDDIR/makepkg/qtalarm. Just makepkg/qtalarm/pkg and makepkg/qtalarm/src. The directory containing the .desktop file gets put in BUILDDIR/qtalarm. I had to prepend makepkg with a BUILDDIR envvar and edit the PKGBUILD to even get it to build.

simona commented on 2020-09-28 09:14 (UTC)

perfect.

CountMurphy commented on 2020-07-17 13:46 (UTC)

You have to add the public key to your keyring. To have gpg automatically add it, run "gpg --recv-keys E41FF9C889B141CC"