pluma: unbreak
This commit is contained in:
parent
84468bd8bc
commit
b5b49965b1
1 changed files with 6 additions and 3 deletions
|
@ -4,7 +4,8 @@ version=1.18.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable python)"
|
configure_args="$(vopt_enable python)"
|
||||||
hostmakedepends="pkg-config intltool itstool glib-devel"
|
hostmakedepends="automake libtool pkg-config intltool itstool glib-devel
|
||||||
|
gobject-introspection mate-common"
|
||||||
makedepends="gtk+3-devel enchant-devel libSM-devel mate-desktop-devel
|
makedepends="gtk+3-devel enchant-devel libSM-devel mate-desktop-devel
|
||||||
gtksourceview-devel libsoup-devel libpeas-devel iso-codes
|
gtksourceview-devel libsoup-devel libpeas-devel iso-codes
|
||||||
$(vopt_if python 'pygtk-devel pygtksourceview')"
|
$(vopt_if python 'pygtk-devel pygtksourceview')"
|
||||||
|
@ -18,12 +19,14 @@ checksum=5d7e508be88b9036f39326a2039a0919ef660093816be3b19ae52b45b854f14b
|
||||||
|
|
||||||
build_options="python"
|
build_options="python"
|
||||||
|
|
||||||
broken="inspect build logs"
|
|
||||||
|
|
||||||
if [ "$build_option_python" ]; then
|
if [ "$build_option_python" ]; then
|
||||||
pycompile_dirs="usr/lib/pluma/plugins"
|
pycompile_dirs="usr/lib/pluma/plugins"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
}
|
||||||
|
|
||||||
pluma-devel_package() {
|
pluma-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue