summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Dewender2015-06-24 19:16:39 +0200
committerJohannes Dewender2015-06-24 19:16:39 +0200
commit90cd6736d4de99a2dce7afc0ed29b0e1fd252ad5 (patch)
tree4bd31bfb36719d587293fc638e4d06a5b7196023 /PKGBUILD
parent89742f01761c8c8e04cc89c85a4ae4658d31e109 (diff)
downloadaur-bzr-gtk-bzr.tar.gz
update dependencies for gtk3 version
This follows the (now default) gtk3 branch. The dependencies were still for the old gtk2 branch.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e479d5bd0ddf..419f3ef82e85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,18 @@
pkgname=bzr-gtk-bzr
_pkgname=bzr-gtk
pkgver=r796
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for Bazaar that aims to provide GTK+ interfaces to most Bazaar operations."
arch=('any')
url="http://bazaar-vcs.org/bzr-gtk"
license=('GPL')
-depends=('pygtk' 'bzr' 'pycairo' 'libglade'
+depends=('python2-gobject2' 'bzr'
'desktop-file-utils' 'gtk-update-icon-cache')
+optdepends=(
+ 'python2-cairo: Graphs in the visualisation tool'
+ 'pytgtksourceview2: Syntax-highlighted diffs'
+ 'python2-nautilus: Nautilus integration'
+)
# bzr-stats currently not used due to workaround
#makedepends=('bzr-stats')
provides=('bzr-gtk')