gtksourceview: update to 3.6.0.
This commit is contained in:
parent
845aaa628b
commit
dec528ecce
|
@ -1,20 +1,19 @@
|
|||
# Template file for 'gtksourceview'
|
||||
pkgname=gtksourceview
|
||||
version=3.4.2
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
version=3.6.0
|
||||
revision=1
|
||||
subpackages="$pkgname-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="pkg-config intltool gobject-introspection gtk+3-devel libxml2-devel"
|
||||
revision=1
|
||||
makedepends="pkg-config intltool gobject-introspection
|
||||
gtk+3-devel>=3.6.0_2 libxml2-devel"
|
||||
short_desc="Text widget that extends GTK+ GtkTextView widget"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
checksum=5a5712591b2b6487818ac4aadd965fc8397af23d8fd7c5bdd1460c6326a8f4ce
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=7d268618fbe8c2960300a305d38255294c9f497fcbc0e53a1da1bf9bda0d1c7a
|
||||
long_desc="
|
||||
GtkSourceView is a text widget that extends the standard gtk+ 2.x text
|
||||
widget GtkTextView. It improves GtkTextView by implementing syntax
|
||||
highlighting and other features typical of a source editor."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
|
Loading…
Reference in New Issue