24 lines
846 B
Plaintext
24 lines
846 B
Plaintext
# Template file for 'gtksourceviewmm'
|
|
pkgname=gtksourceviewmm
|
|
version=3.2.0
|
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-deprecated-api --disable-documentation"
|
|
short_desc="GtkSourceview C++ bindings"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org"
|
|
license="GPL-2"
|
|
checksum=9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66
|
|
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.
|
|
|
|
${sourcepkg} provides the C++ bindings for GtkSourceview."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build gtkmm-devel
|
|
Add_dependency build gtksourceview-devel
|