pluma: update to 1.18.0... broken temporarily.
This commit is contained in:
parent
84c6e041a9
commit
dd19c48730
@ -1,24 +1,29 @@
|
||||
# Template file for 'pluma'
|
||||
pkgname=pluma
|
||||
version=1.16.0
|
||||
version=1.18.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=3.0 $(vopt_enable python)"
|
||||
configure_args="$(vopt_enable python)"
|
||||
hostmakedepends="pkg-config intltool itstool glib-devel"
|
||||
makedepends="gtk+3-devel enchant-devel libSM-devel mate-desktop-devel
|
||||
gtksourceview-devel libsoup-devel iso-codes
|
||||
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"
|
||||
pycompile_dirs="usr/lib/pluma/plugins"
|
||||
short_desc="A powerful text editor for MATE"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=0eb4a4486f1c83119969567cedb05894f25ac5d43cefb4c3ed88ca2f75eff29d
|
||||
checksum=5d7e508be88b9036f39326a2039a0919ef660093816be3b19ae52b45b854f14b
|
||||
|
||||
build_options="python"
|
||||
|
||||
broken="inspect build logs"
|
||||
|
||||
if [ "$build_option_python" ]; then
|
||||
pycompile_dirs="usr/lib/pluma/plugins"
|
||||
fi
|
||||
|
||||
pluma-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
|
Loading…
Reference in New Issue
Block a user