pluma: update to 1.12.0.
This commit is contained in:
parent
af3290272c
commit
457ea018dc
1 changed files with 6 additions and 9 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'pluma'
|
# Template file for 'pluma'
|
||||||
pkgname=pluma
|
pkgname=pluma
|
||||||
version=1.10.2
|
version=1.12.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-gtk=2.0 $(vopt_enable python)"
|
configure_args="--with-gtk=3.0 $(vopt_enable python)"
|
||||||
hostmakedepends="pkg-config intltool itstool glib-devel"
|
hostmakedepends="pkg-config intltool itstool glib-devel"
|
||||||
makedepends="gtk+-devel enchant-devel libSM-devel mate-desktop-devel
|
makedepends="gtk+3-devel enchant-devel libSM-devel mate-desktop-devel
|
||||||
gtksourceview2-devel libsoup-devel iso-codes
|
gtksourceview-devel libsoup-devel iso-codes
|
||||||
$(vopt_if python 'pygtk-devel pygtksourceview')"
|
$(vopt_if python 'pygtk-devel pygtksourceview')"
|
||||||
depends="$(vopt_if python pygtksourceview) desktop-file-utils iso-codes zenity"
|
depends="$(vopt_if python pygtksourceview) desktop-file-utils iso-codes zenity"
|
||||||
pycompile_dirs="usr/lib/pluma/plugins"
|
pycompile_dirs="usr/lib/pluma/plugins"
|
||||||
|
@ -15,12 +15,9 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2"
|
license="LGPL-2"
|
||||||
homepage="http://mate-desktop.org"
|
homepage="http://mate-desktop.org"
|
||||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=c0614334dc99e5dde73cbda6cb561cb1a5dc3e3269d74a4134095f9abf73c89a
|
checksum=66385c03e0d01c8266fd14ff87649747cd035b1669063d9cae8fe5cfc9080510
|
||||||
|
|
||||||
build_options="python"
|
build_options="python"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
|
||||||
build_options_default="python"
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# ACCESSPERMS is glibc specific... unportable.
|
# ACCESSPERMS is glibc specific... unportable.
|
||||||
|
|
Loading…
Reference in a new issue