pluma: remove obsolete build option and dependencies
configure: WARNING: unrecognized options: --disable-python
This commit is contained in:
parent
488c7c0578
commit
498e619c05
1 changed files with 3 additions and 10 deletions
|
@ -3,13 +3,12 @@ pkgname=pluma
|
|||
version=1.18.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable python)"
|
||||
pycompile_dirs="usr/lib/pluma/plugins"
|
||||
hostmakedepends="automake libtool pkg-config intltool itstool glib-devel
|
||||
gobject-introspection mate-common"
|
||||
makedepends="gtk+3-devel enchant-devel libSM-devel mate-desktop-devel
|
||||
gtksourceview-devel libsoup-devel libpeas-devel iso-codes
|
||||
$(vopt_if python 'pygtk-devel pygtksourceview')"
|
||||
depends="$(vopt_if python pygtksourceview) desktop-file-utils iso-codes zenity"
|
||||
gtksourceview-devel libsoup-devel libpeas-devel iso-codes"
|
||||
depends="desktop-file-utils iso-codes zenity"
|
||||
short_desc="A powerful text editor for MATE"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2"
|
||||
|
@ -17,12 +16,6 @@ homepage="http://mate-desktop.org"
|
|||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=5d7e508be88b9036f39326a2039a0919ef660093816be3b19ae52b45b854f14b
|
||||
|
||||
build_options="python"
|
||||
|
||||
if [ "$build_option_python" ]; then
|
||||
pycompile_dirs="usr/lib/pluma/plugins"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue