summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')