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

Evangelos Foutras foutrelis at archlinux.org
Fri Jan 1 03:44:50 UTC 2016


    Date: Friday, January 1, 2016 @ 04:44:50
  Author: foutrelis
Revision: 155134

upgpkg: gaupol 0.28.2-3

Make spell-checking dependencies non-optional (FS#46665).

Also add python-cairo as a dependency to fix:

    TypeError: Couldn't find foreign struct converter for 'cairo.Context'

Modified:
  gaupol/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-01 03:42:25 UTC (rev 155133)
+++ PKGBUILD	2016-01-01 03:44:50 UTC (rev 155134)
@@ -7,18 +7,16 @@
 
 pkgname=gaupol
 pkgver=0.28.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Editor for text-based subtitle files"
 arch=('any')
 url="http://home.gna.org/gaupol"
 license=('GPL')
 depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
-         'iso-codes' 'desktop-file-utils' 'hicolor-icon-theme')
+         'iso-codes' 'python-cairo' 'python-pyenchant' 'python-chardet'
+         'gtkspell3' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('intltool')
-optdepends=('python-pyenchant: spell-checking'
-            'gtkspell3: inline spell-checking'
-            'python-chardet: character encoding auto-detection'
-            'mplayer: subtitle preview'
+optdepends=('mplayer: subtitle preview'
             'vlc: subtitle preview'
             'gst-plugins-bad: extra media codecs'
             'gst-plugins-ugly: extra media codecs'



More information about the arch-commits mailing list