gedit-plugins: add missing pycompile_dirs
So, python_version -> pycompile_version.
This commit is contained in:
parent
bb69834e3c
commit
4b285bbcd6
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
|||
# Template file for 'gedit-plugins'
|
||||
pkgname=gedit-plugins
|
||||
version=3.30.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --enable-python --enable-vala
|
||||
--enable-zeigeist"
|
||||
pycompile_version="$py3_ver"
|
||||
pycompile_dirs="usr/lib/gedit/plugins"
|
||||
hostmakedepends="glib-devel intltool itstool pkg-config vala"
|
||||
makedepends="gedit-devel gtksourceview-devel gtk+3-devel gucharmap-devel
|
||||
libgit2-glib-devel libglib-devel libpeas-devel python-dbus-devel
|
||||
|
@ -15,4 +17,3 @@ homepage="https://wiki.gnome.org/action/show/Apps/Gedit/PluginsLists"
|
|||
license="GPL-2.0-or-later"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=1d85b1f19c39a11c5af2cdeb7ad2b0e65aa744fb07c82fa32b388eee90628a8a
|
||||
python_version=3
|
||||
|
|
Loading…
Reference in a new issue