mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
gtksourceview: update to 3.6.2.
This commit is contained in:
parent
21fcba6fa9
commit
5f6a1abeec
2 changed files with 5 additions and 12 deletions
|
@ -3,9 +3,6 @@
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="gtk+3-devel libxml2-devel ${sourcepkg}-${version}_${revision}"
|
depends="gtk+3-devel libxml2-devel ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,19 +1,15 @@
|
||||||
# Template file for 'gtksourceview'
|
# Template file for 'gtksourceview'
|
||||||
pkgname=gtksourceview
|
pkgname=gtksourceview
|
||||||
version=3.6.1
|
version=3.6.2
|
||||||
revision=1
|
revision=1
|
||||||
subpackages="$pkgname-devel"
|
subpackages="${pkgname}-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
makedepends="pkg-config intltool gobject-introspection
|
makedepends="pkg-config intltool gobject-introspection
|
||||||
gtk+3-devel>=3.6.1 libxml2-devel"
|
gtk+3-devel>=3.6.1 libxml2-devel"
|
||||||
short_desc="Text widget that extends GTK+ GtkTextView widget"
|
short_desc="Text widget that extends GTK+3 GtkTextView widget"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.6/${pkgname}-${version}.tar.xz"
|
||||||
checksum=a9d31df02acc6e9a9547b5ebaee19d1dc4c87b216eb561ee19da69bd1bb1bd0d
|
checksum=b549798910df30e2fc1cedf6ae9628b52652afe218cdb1edd38a3ad06ae0e3ac
|
||||||
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."
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue