Package Details: gtg-git 0.6.r515.g6ea94b99-1

Git Clone URL: https://aur.archlinux.org/gtg-git.git (read-only, click to copy)
Package Base: gtg-git
Description: Getting Things GNOME! is a personal tasks and TODO-list items organizer for GNOME
Upstream URL: https://getting-things-gnome.github.io
Licenses: GPL-3.0-or-later
Conflicts: gtg
Provides: gtg
Submitter: shtrom
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 38
Popularity: 0.000000
First Submitted: 2014-04-03 06:31 (UTC)
Last Updated: 2025-01-11 21:55 (UTC)

Dependencies (20)

Required by (0)

Sources (1)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

shtrom commented on 2015-05-14 00:00 (UTC)

Ok, this previous issue is now fixed [0]. [0] https://github.com/getting-things-gnome/gtg/commit/cdfa3b1b385860ffcd54006f0234ef90c59f1854

shtrom commented on 2015-03-07 02:57 (UTC)

Hey, I've had a problem on three different Arch machines now. Did anybody experience the following too? Much more often than not, when I try to bring the task-edition dialog (to edit an existing one, or to create a new one), gtg freezes before showing the dialog. The only way to unfreeze it is to send it a SIGINT, either with Ctrl+C on the console, or killall -INT. This happens with: * any recent version of gtg-git * fvwm or Gnome 3 * Remember the Milk sync backend * accented characters in some tasks' title or description I opened and issue with upstream [0]. [0] https://github.com/getting-things-gnome/gtg/issues/90

shtrom commented on 2015-01-11 22:44 (UTC)

Indeed. I fixed it locally, but forgot to submit the update. Sorry about that.

camio commented on 2015-01-11 22:02 (UTC)

It looks like python-cairo is an undeclared dependency of this package.

shtrom commented on 2014-04-03 06:32 (UTC)

I made a gtg-git package based on this one [0]. [0] https://aur.archlinux.org/packages/gtg-git/

shtrom commented on 2014-04-03 06:32 (UTC)

Git PKGBUILD heavily based on gtg-bzr [0]. [0] https://aur.archlinux.org/packages/gtg-bzr/

Francois_B commented on 2014-03-30 17:56 (UTC)

The project moved to github: https://github.com/getting-things-gnome/gtg Python3 liblarch: https://aur.archlinux.org/packages/python-liblarch-git/

ei-grad commented on 2013-11-24 23:24 (UTC)

Updated PKGBUILD to use bzr source, bzr pkgver and new upstream URL: # Contributor: Baptiste Grenier <baptiste@bapt.name> # Maintainer: Pablo Olmos de Aguilera Corradini <pablo <at] glatelier (dot} org> pkgname=gtg-bzr pkgver=0.3.1.bzr pkgrel=1 pkgdesc="Personal GTD like organizer for the GNOME desktop environment. Bazaar version." url="http://gtgnome.net" arch=('i686' 'x86_64') license=('GPL') depends=('pygtk' 'pygobject' 'python2-configobj' 'pyxdg' 'dbus-python' 'hicolor-icon-theme' 'desktop-file-utils' 'python2-gnomekeyring' 'python2-liblarch-git') makedepends=('bzr' 'python2-gconf') conflicts=('gtg') install="gtg-bzr.install" source=(bzr+lp:gtg) md5sums=('SKIP') pkgver() { cd "$srcdir/gtg" echo `python2 setup.py --version`.bzr } build() { cd ${srcdir}/gtg python2 setup.py build } package() { cd ${srcdir}/gtg python2 setup.py install --root=${pkgdir} } # vim:set ts=2 sw=2 et:

alucryd commented on 2013-08-28 10:04 (UTC)

pablox: Upstream URL has changed http://gtgnome.net/.

pablox commented on 2013-06-11 16:29 (UTC)

That's an specific error from yaourt. Try downloading the package and tell me if you ran into an error running makepkg. If not, I'm afraid it's yaourt and not an issue with the package itself.