mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 22:57:01 +02:00
eog-plugins: add explicit python_version=2
This commit is contained in:
parent
70697efa8c
commit
4fd74824aa
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue