Ok, this previous issue is now fixed [0].
[0] https://github.com/getting-things-gnome/gtg/commit/cdfa3b1b385860ffcd54006f0234ef90c59f1854
Search Criteria
Package Details: gtg-git 0.6.r515.g6ea94b99-1
Package Actions
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)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- gtksourceview5 (gtksourceview-gitAUR)
- libportal-gtk4
- libsecret
- python-caldav
- python-dbus
- python-gobject
- python-liblarch-gitAUR
- python-lxml
- python-typing_extensions
- git (git-gitAUR, git-glAUR) (make)
- itstool (make)
- meson (meson-gitAUR) (make)
- hamster-time-tracker (hamster-time-tracker-gitAUR) (optional) – send a task to the Hamster time tracking applet
- pdftk (pdftk-gitAUR) (optional) – for the Export and print plugin
- python-cheetah3 (optional) – for the Export and print plugin
- python-setproctitle (optional) – to set the process title when listing processes like ps)
- texlive-bin (texlive-installerAUR, texlive-fullAUR) (optional) – pdflatex, for the Export and print plugin
- texlive-binextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (optional) – pdfjam, for the Export and print plugin
- yelp (optional) – view user manual
Required by (0)
Sources (1)
shtrom commented on 2015-05-14 00:00 (UTC)
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.
Pinned Comments