Package Details: go-for-it-git r905.aecaf96-1

Git Clone URL: https://aur.archlinux.org/go-for-it-git.git (read-only, click to copy)
Package Base: go-for-it-git
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
Provides: go-for-it
Submitter: tydell
Maintainer: btd1337
Last Packager: btd1337
Votes: 18
Popularity: 0.000001
First Submitted: 2014-12-25 11:53 (UTC)
Last Updated: 2020-05-07 01:27 (UTC)

Latest Comments

1 2 Next › Last »

JMoerman commented on 2020-11-02 16:12 (UTC) (edited on 2020-11-28 20:19 (UTC) by JMoerman)

Hi, I want to provide some info on dependency changes in git master. Libnotify is no longer a dependency (glib functionality is used in stead). Libcanberra is a new core dependency (notification sounds).

Libpeas is introduced as an optional dependency, currently 2 plugins exist:

  • an ayatana indicator plugin (requires ayatana-appindicator3-0.1)
  • a launcher indicator plugin (for unity, plank, Gnome3+dash to dock)

I'm not currently an arch user, but the following patch may do the trick:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@
 arch=('i686' 'x86_64')
 url="https://github.com/${_author}/${_gitname}"
 license=('GPL3')
-depends=('gtk3' 'libnotify' 'intltool' 'pkg-config')
-optdepends=()
+depends=('gtk3' 'libcanberra' 'intltool' 'pkg-config')
+optdepends=('libpeas' 'libayatana-appindicator')
 makedepends=('vala' 'git' 'cmake')
 provides=("${_pkgname}" "${_pkgname}")
 conflicts=("${_pkgname}")

I'm not sure about the optdepends part, though.

Edit: removed the libunity dependency

actionless commented on 2019-01-27 03:57 (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:

murlakatamenka commented on 2018-07-25 11:00 (UTC)

Missing dependency: intltool (check https://aur.archlinux.org/packages/go-for-it/, for example). Package builds fine once this dep is explicitly installed via pacman.

btd1337 commented on 2017-05-01 16:08 (UTC)

Error in install ==> Iniciando build()... -- The C compiler identification is GNU 6.3.1 -- The CXX compiler identification is GNU 6.3.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) CMake Error at /usr/share/cmake-3.7/Modules/FindPkgConfig.cmake:470 (message): pkg-config tool not found Call Stack (most recent call first): /usr/share/cmake-3.7/Modules/FindPkgConfig.cmake:588 (_pkg_check_modules_internal) CMakeLists.txt:28 (pkg_check_modules) -- Found Vala: /usr/bin/valac -- checking for a minimum Vala version of 0.16 -- found Vala, version 0.34.6 CMake Error at src/CMakeLists.txt:6 (if): if given arguments: "VERSION_GREATER" "3.9" Unknown arguments specified -- Configuring incomplete, errors occurred!

tydell commented on 2015-04-12 22:51 (UTC)

Pkgbuild updated.

tydell commented on 2015-04-12 22:50 (UTC)

Pkgbuild updated, thanks for your hints.

comeandtakeit commented on 2015-04-10 16:03 (UTC)

The changes recommended by mank319 worked great for me. I would recommend them.

mank319 commented on 2015-03-22 19:20 (UTC)

Hey there. I am the developer of Go For It! and besides saying thanks for packaging I just wanted to give 2 hints: 1. Though inspired by elementary I avoided granite dependencies, thus you should be able to remove it 2. The notifications rely on libnotify so you might add that

mank319 commented on 2015-03-22 19:19 (UTC)

Hey there. I am the developer of Go For It! and besides saying thanks for packaging I just wanted to give 2 hints: 1. Though inspired by elementary I avoided granite dependencies, thus you should be able to remove it 2. The notifications rely on libnotify so you might add that

alexdmz commented on 2015-02-08 18:32 (UTC)

any help? error compiling it