summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2015-06-24 19:16:39 +0200
committerJohannes Dewender2015-06-24 19:16:39 +0200
commit90cd6736d4de99a2dce7afc0ed29b0e1fd252ad5 (patch)
tree4bd31bfb36719d587293fc638e4d06a5b7196023
parent89742f01761c8c8e04cc89c85a4ae4658d31e109 (diff)
downloadaur-90cd6736d4de99a2dce7afc0ed29b0e1fd252ad5.tar.gz
update dependencies for gtk3 version
This follows the (now default) gtk3 branch. The dependencies were still for the old gtk2 branch.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0135c7b1934..d3b800a42146 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = bzr-gtk-bzr
pkgdesc = Plugin for Bazaar that aims to provide GTK+ interfaces to most Bazaar operations.
pkgver = r796
- pkgrel = 1
+ pkgrel = 2
url = http://bazaar-vcs.org/bzr-gtk
install = bzr-gtk.install
arch = any
license = GPL
- depends = pygtk
+ depends = python2-gobject2
depends = bzr
- depends = pycairo
- depends = libglade
depends = desktop-file-utils
depends = gtk-update-icon-cache
+ optdepends = python2-cairo: Graphs in the visualisation tool
+ optdepends = pytgtksourceview2: Syntax-highlighted diffs
+ optdepends = python2-nautilus: Nautilus integration
provides = bzr-gtk
conflicts = bzr-gtk
source = bzr-gtk::bzr+http://bazaar.launchpad.net/~bzr-gtk/bzr-gtk/gtk3/
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')