Package Details: planify 4.12.0-2

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.74
First Submitted: 2023-06-02 02:40 (UTC)
Last Updated: 2025-04-10 15:36 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 6 7 Next › Last »

StuckUpCreations commented on 2025-04-10 16:52 (UTC)

thank you, it works now :)

yochananmarqos commented on 2025-04-10 15:37 (UTC)

@StuckUpCreations: Thanks for the heads up, I've applied a patch to resolve it.

StuckUpCreations commented on 2025-04-10 02:21 (UTC)

tried installing and got a vala compilation error:

core/planify.vapi:426.81-426.96: warning: parameter without default follows parameter with default
  426 |                 public Objects.Label? get_label_by_name (string name, bool lowercase = false, string source_id);
      |                                                                                               ^~~~~~~~~~~~~~~~  
../planify/src/Dialogs/ProjectPicker/ProjectPicker.vala:172.25-172.42: error: Argument 1: Cannot convert from `unowned Gtk.EventControllerKey' to `unowned Gtk.ShortcutController'
  172 |         add_controller (destroy_controller);
      |                         ^~~~~~~~~~~~~~~~~~  
../planify/src/Layouts/ItemSidebarView.vala:593.4-593.17: warning: implicit .begin is deprecated
  593 |                         _complete_item (old_checked, old_completed_at);
      |                         ^~~~~~~~~~~~~~                                 
../planify/src/Dialogs/Preferences/PreferencesWindow.vala:39.25-39.42: error: Argument 1: Cannot convert from `unowned Gtk.EventControllerKey' to `unowned Gtk.ShortcutController'
   39 |         add_controller (destroy_controller);
      |                         ^~~~~~~~~~~~~~~~~~  
../planify/src/Dialogs/LabelPicker.vala:78.19-78.36: error: Argument 1: Cannot convert from `unowned Gtk.EventControllerKey' to `unowned Gtk.ShortcutController'
   78 |                 add_controller (destroy_controller);

sleepy-goth commented on 2024-09-11 14:34 (UTC)

Hi, I tried like now to install the package with paru and seems fine, without errors.

redluci4 commented on 2024-08-30 17:49 (UTC)

Hello,

I've recently tried to install this using yay. But consistently failed by hitting early EOF.

But it worked when I separately cloned the repo using: gir clone --depth 1 https://github.com/alainm23/planify.git

I'm not sure where the problem is but adding --depth 1 to the PKGBUILD should work (at least in my system it does).

Thank You.

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.