From f031f76bdadc938b3b6caff33ec5619b6bb83f95 Mon Sep 17 00:00:00 2001 From: Breno Leitao Date: Wed, 3 May 2017 20:12:35 +0000 Subject: [PATCH] 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. ============================================================================ --- community/geany-plugins/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/geany-plugins/APKBUILD b/community/geany-plugins/APKBUILD index ce092e0e96b..6a3f1d1d116 100644 --- a/community/geany-plugins/APKBUILD +++ b/community/geany-plugins/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPLv3+" depends="" 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="" subpackages="$pkgname-doc $pkgname-addons