Package Details: actiona 3.10.2-1

Git Clone URL: https://aur.archlinux.org/actiona.git (read-only, click to copy)
Package Base: actiona
Description: A task automation tool that allows you to create and execute action lists
Upstream URL: https://wiki.actiona.tools
Licenses: GPL-3.0-only
Submitter: None
Maintainer: meanjollies
Last Packager: meanjollies
Votes: 13
Popularity: 0.000000
First Submitted: 2016-05-11 20:02 (UTC)
Last Updated: 2024-01-31 02:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

meanjollies commented on 2022-12-07 04:26 (UTC)

@edward3 when you run actiona from the command line, what standard out/error messages are you getting?

edward3 commented on 2022-12-06 21:53 (UTC)

I installed it but it won't start, where is the problem?

meanjollies commented on 2021-04-06 19:44 (UTC)

pkg-config is provided by pkgconf, which is part of base-devel. You should have already installed this prior to building any packages in the AUR. See https://wiki.archlinux.org/index.php/PKGBUILD#makedepends for more details.

yigitdnz commented on 2019-12-23 15:27 (UTC)

@meanjollies Thank you. It works now.

meanjollies commented on 2019-12-23 14:40 (UTC)

@yigitdnz try now. It looks like the QKeyEvent header now has to be included explicitly. I'll raise an issue upstream, but I've included the fix in my patch.

yigitdnz commented on 2019-12-23 11:32 (UTC)

Hi. Actiona stopped working today. I tried to reinstall and got this error multiple times during build:

"error: invalid use of incomplete type ‘class QKeyEvent"

and then;

"==> ERROR: A failure occurred in build()."

meanjollies commented on 2019-04-25 14:04 (UTC)

@nipsky in the PKGBUILD, if you change the the patch command to patch -p0 -i ./${pkgname}.patch (note the single dot), does it work? If so, I'll commit it. Both . and .. work for me, oddly enough. I wonder if something changed recently with how makepkg works for some people.