community/geany-plugins: Add dependency package

Geany-plugins FTBFS if python2-dev package is not installed. This is the
message that appears during the build process:

  Could not link test program to Python. Maybe the main Python library has been
  installed in some non-standard library path. If so, pass it to configure,
  via the LIBS environment variable.
  Example: ./configure LIBS="-L/usr/non-standard-path/python/lib"
  ============================================================================
   ERROR!
   You probably have to install the development version of the Python package
   for your distribution.  The exact name of this package varies among them.
  ============================================================================
This commit is contained in:
Breno Leitao 2017-05-03 20:12:35 +00:00
parent 1d49957308
commit f031f76bda

View File

@ -9,7 +9,7 @@ arch="all"
license="GPLv3+" license="GPLv3+"
depends="" depends=""
makedepends="lua-dev geany-dev enchant-dev intltool gtkspell-dev libxml2-dev makedepends="lua-dev geany-dev enchant-dev intltool gtkspell-dev libxml2-dev
bash vte-dev vala libsoup-dev gpgme-dev" bash vte-dev vala libsoup-dev gpgme-dev python2-dev"
install="" install=""
subpackages="$pkgname-doc subpackages="$pkgname-doc
$pkgname-addons $pkgname-addons