Package Details: go-for-it 1.9.6-1

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: 5
Popularity: 0.000000
First Submitted: 2019-01-15 21:32 (UTC)
Last Updated: 2022-01-24 20:17 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

actionless commented on 2019-01-27 03:56 (UTC)

patch suggestion, to prevent app from overriding current GTK+ theme:

diff --git a/PKGBUILD b/PKGBUILD
index 8edf9b7..b28a55b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,6 +38,7 @@ package() {
   cd $_gitname/build

   make DESTDIR="${pkgdir}" install
+  echo > "${pkgdir}"/usr/share/com.github.jmoerman.go-for-it/style/widgets-3.20.css
 }

 # vim: ts=2 sw=2 et: