Search Criteria
Package Details: go-for-it 1.9.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/go-for-it.git (read-only, click to copy) |
---|---|
Package Base: | go-for-it |
Description: | A stylish to-do list with built-in productivity timer. |
Upstream URL: | https://github.com/JMoerman/Go-For-It |
Licenses: | GPL3 |
Conflicts: | go-for-it-git |
Submitter: | loonies |
Maintainer: | loonies |
Last Packager: | loonies |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2019-01-15 21:32 (UTC) |
Last Updated: | 2022-01-24 20:17 (UTC) |
Dependencies (6)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libnotify (libnotify-gitAUR)
- cmake (cmake-gitAUR) (make)
- vala (vala-gitAUR) (make)
- libappindicator-gtk3 (optional) – Ayatana appindicator plugin support
- libpeas (optional) – plugin support
Latest Comments
1 2 Next › Last »
chueewowee commented on 2024-02-27 03:55 (UTC) (edited on 2024-02-27 03:55 (UTC) by chueewowee)
Attempting to install, encountered a buiild error:
loonies commented on 2021-03-22 07:16 (UTC)
I'll update the package this week.
loonies commented on 2021-01-24 18:46 (UTC)
Finally updated to 1.9.0!
loonies commented on 2021-01-10 11:24 (UTC)
@JMoerman thanks for reaching out, I'll make update ASAP.
JMoerman commented on 2020-12-09 17:09 (UTC)
@NoobAlice not exactly true, that message has been there since late 2017, most people just don't notice it.
JMoerman commented on 2020-12-09 17:08 (UTC)
Hi, I just published version 1.9.0. This version needs some different dependencies.
intltool
is no longer used, just gettext (>= 1.9.7)libnotify
libcanberra
(required).libpeas
is necessary (optional).libayatana-appindicator
or the oldlibappindicator-gtk3
library is required (optional).Some other things of note:
make pot
andmake po
are only required when wanting to update the translation source.po
and.pot
files. The plainmake
command generates the .mo translation files.-DAPP_SYSTEM_NAME
was added as a way to make sure that existing installations would continue to read their settings from the same files, pinned shortcuts wouldn't disappear or stop working and old scripts/shortcuts would continue to work. Switching between it will have caused the settings to reset for people between changes. For notifications to work properly the .desktop file name needs to be equal to the application ID (not including the .desktop file extension), soAPP_SYSTEM_NAME
no longer influences the name of the .desktop file. If you want to keep using "go-for-it.desktop" the following should work: copy/usr/share/applications/com.github.jmoerman.go-for-it.desktop
to/usr/share/applications/go-for-it.desktop
and addNoDisplay=true
to the[Desktop Entry]
group incom.github.jmoerman.go-for-it.desktop
.Should you have any questions or notice any issues, please let me know.
NoobAlice commented on 2020-08-03 17:19 (UTC)
From the project page: " NOTE: all contributions should go to Jonathan Moerman's fork because this is where active development is taking place: https://github.com/JMoerman/Go-For-It " It looks like this change happened in the last few days.
loonies commented on 2020-04-09 20:49 (UTC)
Excellent! Thank you very much. The package has been updated.
POINTS commented on 2020-04-01 16:21 (UTC)
If you use go-for-it from the command line, you may want to build the package to change the name. (I was having issues getting the icon to display properly when I ssh'ed into an Ubuntu machine.) I would even recommend that we make this change in the PKGBUILD but there may be reasons not to. From the CONFIGURING.md file:
By default Go For It! uses reverse domain notation for its files (executable name, name of the directory data is stored in, name of the configuration directory, ...), this means that the application is installed as com.github.jmoerman.go-for-it.
The system name can be set to
new-name
by appending-DAPP_SYSTEM_NAME:STRING=new-name
to the cmake build command.For example:
loonies commented on 2019-02-02 10:58 (UTC)
I'm glad you were able to find solution upstream and the suggested patch is not required anymore:
https://github.com/JMoerman/Go-For-It/issues/66
1 2 Next › Last »