eog-plugins: add explicit python_version=2

This commit is contained in:
Andrew J. Hesford 2020-04-25 09:47:40 -04:00 committed by Piotr
parent 70697efa8c
commit 4fd74824aa

View file

@ -2,13 +2,12 @@
pkgname=eog-plugins
version=3.26.5
revision=1
lib32disabled=yes
build_style=gnu-configure
pycompile_dirs="usr/lib/eog/plugins"
hostmakedepends="pkg-config intltool"
makedepends="eog-devel libgdata-devel
libchamplain-devel libpeas-devel libexif-devel exempi-devel
gsettings-desktop-schemas-devel gnome-desktop-devel librsvg-devel"
pycompile_dirs="usr/lib/eog/plugins"
depends="eog gsettings-desktop-schemas"
short_desc="Eye of GNOME plugins"
maintainer="Enno Boland <gottox@voidlinux.org>"
@ -16,3 +15,5 @@ license="GPL-2.0-or-later"
homepage="http://www.gnome.org"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=44968e09059272be038c00aaf9796b442a6cd68163a5cb08c98824492a9b5498
python_version=2 #unverified
lib32disabled=yes