Package Details: planify 4.12.2-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: 20
Popularity: 0.21
First Submitted: 2023-06-02 02:40 (UTC)
Last Updated: 2025-06-18 18:03 (UTC)

Pinned Comments

Latest Comments

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

yochananmarqos commented on 2024-08-16 16:50 (UTC)

@physkets: For some reason Meson can't find gxml-0.20 when building with 0.20.4.

physkets commented on 2024-08-15 06:35 (UTC)

But what is the issue with gxml 0.20.4? I can't find anything on planify's issue tracker.

yochananmarqos commented on 2024-07-31 16:31 (UTC)

@enzi: No, don't do that. I just resolved the issue with 4.10.3. Remove both planify 4.10.2 and gxml 0.20.4, then install gxml 0.20.3 and planify 4.10.3.

enzi commented on 2024-07-31 12:32 (UTC) (edited on 2024-07-31 12:32 (UTC) by enzi)

To fix the current gxml error: sudo pacman -Syu --overwrite "*" planify

crab2313 commented on 2024-07-31 03:37 (UTC)

Please add -Dprofile=default, or you will get a development build of planify.

witt.9099 commented on 2024-05-20 06:12 (UTC)

If you encounter a gxml error, you can use the command yay -S gxml --mflags "--nocheck" to solve it

macwojs commented on 2024-04-15 15:02 (UTC) (edited on 2024-04-15 15:24 (UTC) by macwojs)

I installed Vala 0.56.16 but still get error related to gtk_calendar_set_day etc.

yochananmarqos commented on 2024-03-19 01:06 (UTC) (edited on 2024-03-19 01:07 (UTC) by yochananmarqos)

@DodoLeDev: Apparently the issue is fixed with Vala 0.56.16, I just built 4.5.4 just fine.

yochananmarqos commented on 2024-03-09 15:42 (UTC)

@DodoLeDev: That's odd, I built 4.5 & 4.5.2 just fine, now they both fail. It might actually be an issue with Vala 0.56.15.

Either way, I reverted back to 4.4 for now.

DodoLeDev commented on 2024-03-09 14:48 (UTC) (edited on 2024-03-09 14:59 (UTC) by DodoLeDev)

Planify is unable to compile!

Log (translated into english)

/usr/bin/ld : /tmp/ccn44i9u.ltrans11.ltrans.o : in function « dialogs_repeat_config_set_duedate » :
/usr/src/debug/planify/build/src/io.github.alainm23.planify.p/Dialogs/RepeatConfig.c:851:(.text+0x900f) : undefined reference to « gtk_calendar_set_year »
/usr/bin/ld : /usr/src/debug/planify/build/src/io.github.alainm23.planify.p/Dialogs/RepeatConfig.c:854:(.text+0x902d) : undefined reference to « gtk_calendar_set_month »
/usr/bin/ld : /usr/src/debug/planify/build/src/io.github.alainm23.planify.p/Dialogs/RepeatConfig.c:857:(.text+0x904b) : undefined reference to « gtk_calendar_set_day »
collect2: erreur: ld returned exit status 1
ninja: build stopped: subcommand failed.

EDIT: After diging into the issue, it seems that gtk_calendar_set_month, gtk_calendar_set_month and gtk_calendar_set_day are new APIs that comes with gtk4 4.14. However, only version 4.12 is available in the official repositories!