Package Details: planify 4.7-1

Git Clone URL: https://aur.archlinux.org/planify.git (read-only, click to copy)
Package Base: planify
Description: Task manager with Todoist and Nextcloud support
Upstream URL: https://github.com/alainm23/planify
Licenses: GPL-3.0-or-later
Conflicts: elementary-planner
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 19
Popularity: 0.061893
First Submitted: 2023-06-02 02:40 (UTC)
Last Updated: 2024-05-01 21:38 (UTC)

Pinned Comments

yochananmarqos commented on 2024-02-21 22:19 (UTC)

Yes, I know the gxml tests are failing. That is not an issue with this package.

Latest Comments

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

PowaBanga commented on 2022-12-06 14:41 (UTC) (edited on 2022-12-07 07:47 (UTC) by PowaBanga)

Build too for me here is the full log, it seem to be same of a2n https://pastebin.com/raw/4ZY77AXv

a2n commented on 2022-11-03 16:19 (UTC)

The build failed, any idea ?

Compilation failed: 114 error(s), 2 warning(s)
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'elementary-planner-3.0.7-1':
error: packages failed to build: elementary-planner-3.0.7-1
Found ninja-1.11.1 at /usr/bin/ninja
ninja: Entering directory `/home/a2n/.cache/paru/clone/elementary-planner/src/build'
[8/163] Compiling Vala source ../planner-3.0.7/qu...-3.0.7/quick-add/Objects/Section.vala config.vala
FAILED: com.github.alainm23.planner.quick-add.p/quick-add/Util.c com.github.alainm23.planner.quick-add.p/quick-add/Application.c com.github.alainm23.planner.quick-add.p/quick-add/MainWindow.c com.github.alainm23.planner.quick-add.p/quick-add/DBusClient.c com.github.alainm23.planner.quick-add.p/quick-add/Database.c com.github.alainm23.planner.quick-add.p/quick-add/Todoist.c com.github.alainm23.planner.quick-add.p/quick-add/Widgets/HyperTextView.c com.github.alainm23.planner.quick-add.p/quick-add/Widgets/LoadingButton.c com.github.alainm23.planner.quick-add.p/quick-add/Widgets/DynamicIcon.c com.github.alainm23.planner.quick-add.p/quick-add/Widgets/PinButton.c com.github.alainm23.planner.quick-add.p/quick-add/Widgets/ScheduleButton.c 
...

yochananmarqos commented on 2022-04-18 17:17 (UTC)

@ewout: It's actually failing validating the AppData XML. I've disabled it for now.

ewout commented on 2022-04-18 13:55 (UTC)

check() fails on a linting of the .desktop file. Likely a upstream issue?

Builds, installs and functions fine when bypassing the check() build phase when skipping it by adding --nocheck to the makepkg/AUR helper' arguments.

==> Bezig met het uitvoeren van check()...
build/data/com.github.alainm23.planner.desktop: hint: value "Utility;Office;ProjectManagement;Calendar;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu
I: com.github.alainm23.planner:3: description-first-para-too-short
     🚀️ Planner 3 is here...
E: com.github.alainm23.planner:~: desktop-app-launchable-missing
I: com.github.alainm23.planner:4: description-first-word-not-capitalized
I: com.github.alainm23.planner:3: description-first-word-not-capitalized

✘ Het valideren is mislukt: fouten: 1, informatie: 3, pedant: 1
==> FOUT: Er is een fout opgetreden in check().

yochananmarqos commented on 2022-03-26 15:00 (UTC)

@LuciRose431: Thanks for the heads up.

LuciRose431 commented on 2022-03-26 14:05 (UTC) (edited on 2022-03-26 14:06 (UTC) by LuciRose431)

Fix for build:

Patch source : https://patch-diff.githubusercontent.com/raw/alainm23/planner/pull/884.patch

patch function:

prepare() {
  patch -u $srcdir/planner-$pkgver/src/Application.vala -i 884.patch
}

Remove patch in later release

Ashark commented on 2021-11-04 17:57 (UTC) (edited on 2021-11-04 18:00 (UTC) by Ashark)

@mizzunet No, sorry, I will not do this. I have checked the application and I did not like it. So I do not need these packages.
I currently have to use gtg (currently the only more or less adequate tasker app), but I plan to contribute to kde native tasker called zanshin. The latter unfortunately lacks some essential features. But when they are implemented, I will switch to it.

mizzunet commented on 2021-11-04 17:52 (UTC)

@Ashark Yes, please

Ashark commented on 2021-10-21 23:35 (UTC) (edited on 2021-10-21 23:35 (UTC) by Ashark)

@archisman, thanks for the link to the issue.
Anybody want to add gtk-theme-elementary5 and elementary-icon-theme5 to aur?

Alukard commented on 2021-09-17 18:29 (UTC) (edited on 2021-09-17 18:51 (UTC) by Alukard)

build is crashing even after downgrading these 2 packages

src/com.github.alainm23.planner.p/Widgets/Pane.c: In function ‘widgets_pane_constructor’: src/com.github.alainm23.planner.p/Widgets/Pane.c:105:60: error: lvalue required as left operand of assignment 105 | #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

silly error I guess, just change = to ==