mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
gedit: add missing pycompile_module and pycompile_dirs
This commit is contained in:
parent
eb8152135c
commit
4b0e2ad73c
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Template file for 'gedit'
|
# Template file for 'gedit'
|
||||||
pkgname=gedit
|
pkgname=gedit
|
||||||
version=3.30.1
|
version=3.30.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
pycompile_module="gi/overrides"
|
||||||
|
pycompile_dirs="usr/lib/gedit/plugins"
|
||||||
configure_args="--disable-schemas-compile --enable-python --enable-gvfs-metadata
|
configure_args="--disable-schemas-compile --enable-python --enable-gvfs-metadata
|
||||||
$(vopt_enable gir introspection)"
|
$(vopt_enable gir introspection)"
|
||||||
hostmakedepends="gnome-doc-utils intltool itstool pkg-config
|
hostmakedepends="gnome-doc-utils intltool itstool pkg-config
|
||||||
|
|
Loading…
Add table
Reference in a new issue