[arch-commits] Commit in gedit-plugins/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Apr 19 15:26:26 UTC 2015


    Date: Sunday, April 19, 2015 @ 17:26:25
  Author: heftig
Revision: 237463

Add python-cairo dep FS#43004 FS#44637

Modified:
  gedit-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-19 12:50:56 UTC (rev 237462)
+++ PKGBUILD	2015-04-19 15:26:25 UTC (rev 237463)
@@ -7,18 +7,17 @@
 
 pkgname=gedit-plugins
 pkgver=3.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugins for gedit"
 arch=(x86_64 i686)
 license=(GPL)
 url="http://live.gnome.org/GeditPlugins"
-depends=(gedit python-dbus)
+depends=(gedit python-dbus python-cairo)
 makedepends=(intltool vte3 libgit2-glib itstool zeitgeist gucharmap gobject-introspection)
 optdepends=('gucharmap: for charmap plugin'
             'vte3: for embedded terminal'
             'libgit2-glib: for git plugin'
-            'zeitgeist: for dashboard plugin'
-            'gucharmap: embedded character map')
+            'zeitgeist: for dashboard plugin')
 options=('!emptydirs')
 install=gedit-plugins.install
 source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz")



More information about the arch-commits mailing list