Package Details: errands-c-git 46.2.4.r393.g29181ee-1

Git Clone URL: https://aur.archlinux.org/errands-c-git.git (read-only, click to copy)
Package Base: errands-c-git
Description: Todo application for those who prefer simplicity. (Rewrite in C. Experimental / potentially data-breaking)
Upstream URL: https://github.com/mrvladus/Errands
Keywords: errands todo
Licenses: MIT
Conflicts: errands
Provides: errands
Submitter: trougnouf
Maintainer: lufog
Last Packager: lufog
Votes: 1
Popularity: 0.21
First Submitted: 2025-11-21 00:50 (UTC)
Last Updated: 2025-12-28 21:29 (UTC)

Latest Comments

trougnouf commented on 2025-12-28 13:39 (UTC)

Done, thank you @lufog! I am disowning this package though because I no longer use it. Feel free to adopt it.

lufog commented on 2025-12-28 08:43 (UTC)

I think it's worth adding these fixes until dev address them upstream.

prepare() {
  # Fix the app build
  sed -i '/APP_ID = */a DESKTOP_FILE=$(APP_ID).desktop' $pkgname/Makefile
  # Fix launching a program from a shortcut
  sed -i 's/DBusActivatable=true/DBusActivatable=false/g' $pkgname/data/io.github.mrvladus.Errands.desktop.in
}

Also, the dev forgot to install the icon in the Makefile. So please add install -Dm644 data/icons/io.github.mrvladus.Errands.svg -t "$pkgdir"/usr/share/icons/hicolor/scalable/apps/ somewhere after make install.