Search Criteria
Package Details: bzr-gtk 0.104.0-2
Git Clone URL: | https://aur.archlinux.org/bzr-gtk.git (read-only, click to copy) |
---|---|
Package Base: | bzr-gtk |
Description: | Plugin for Bazaar that aims to provide GTK+ interfaces to most Bazaar operations. |
Upstream URL: | http://bazaar-vcs.org/bzr-gtk |
Licenses: | |
Submitter: | Phrodo_00 |
Maintainer: | vadmium |
Last Packager: | JonnyJD |
Votes: | 24 |
Popularity: | 0.002317 |
First Submitted: | 2007-07-20 17:57 |
Last Updated: | 2015-06-15 23:01 |
Dependencies (9)
- desktop-file-utils (desktop-file-utils-git)
- gtk-update-icon-cache (gtk3-optional-csd, gtk-update-icon-cache-ubuntu)
- python2-gobject2
- bzr<3 (bzr-bzr)
- bzr>=2 (bzr-bzr)
- python2>=2.4 (pypy19, stackless-python2)
- pygtksourceview2 (python2-gtksourceview2) (optional) – Syntax-highlighted diffs
- python2-cairo (optional) – Graphs in the visualisation tool
- python2-nautilus (optional) – Nautilus integration
Latest Comments
1 2 Next › Last »
JonnyJD commented on 2015-06-15 23:03
adopted and updated to 0.104
vadmium commented on 2015-06-14 06:47
Yes, 0.100 is only meant to support up to Bazaar 2.4. However there is also a packaging bug with with 0.103 (and 0.104); see the comments further down.
I haven’t used Bazaar or this GTK wrapper for a long time, so if anyone wants to fix this package up I am happy to disown it or try the new co-maintainer thing.
JonnyJD commented on 2015-06-13 08:59
The "real" fix would probably be to upgrade to the gtk3 branch and 0.103.
JonnyJD commented on 2015-06-13 07:11
Nicolas PLANEL postet a bug and fix on the ML:
https://lists.archlinux.org/pipermail/aur-general/2015-June/030891.html
referencing this upstream issue:
https://bugs.launchpad.net/archlinux/+source/bzr-gtk/+bug/1464784
Psykar commented on 2013-05-24 02:31
Hmm. I've actually got issues with this, once installed, nautlius keeps seg faulting on launch. I'll try the later versions (I found a credits.pickle which worked) and see how that goes....
vadmium commented on 2013-05-23 12:08
Sorry about that. Fixed; thanks for reminding me ;)
Psykar commented on 2013-05-23 07:05
Needs updating to latest PKGBUILD spec - needs a package() function.
Psykar commented on 2013-05-23 05:21
Needs updating to latest PKGBUILD spec - needs a package() function.
Even after adding it though, this builds an empty package with no files.
vadmium commented on 2013-01-07 00:20
I haven’t had any troubles with version 0.100 and Bazaar 2.5, despite it saying “<= 2.4” on their wiki page.
Patching “setup.py” to remove the reference to “credits.pickle” causes the “Help / About” command to crash.
It looks like “create-credits.py” was a script in older versions. You can now run something like “setup.py build_credits --url=lp:bzr-gtk” instead. Debian seems to do this, but it requires the Internet, “bzr-stats” (AUR), takes almost two minutes, and probably ignores the particular version that we want. I could just add “credits.pickle” from Debian if people really want that, but personally I’m happy to use 0.100 until there is a proper fix. :)
My current attempt at 0.104.0: https://github.com/vadmium/bzr-gtk-pkg. The dependencies should be fine but it needs “credits.pickle” added to the source tree to work.
Nikus commented on 2013-01-06 18:01
It seems that patching the setup.py could fix the credits.pickle error.
Or adding the 'credits.pickle' and 'create-credits.py' files to the sources.
Does the bzr-gtk version 0.100.0 work with bzr version 2.5 ?