gtksourceview: update to 3.3.5.
This commit is contained in:
parent
a8b0a99e7d
commit
eeae2da5fd
3 changed files with 7 additions and 14 deletions
srcpkgs/gtksourceview
|
@ -7,10 +7,11 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
Add_dependency run gtk+3-devel
|
Add_dependency run gtk+3-devel
|
||||||
Add_dependency run libxml2-devel
|
Add_dependency run libxml2-devel
|
||||||
Add_dependency run gtksourceview
|
Add_dependency run gtksourceview ">=${version}"
|
||||||
|
|
||||||
do_install()
|
noarch=yes
|
||||||
{
|
|
||||||
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
vmove "usr/share/gir*" usr/share
|
vmove "usr/share/gir*" usr/share
|
||||||
|
|
|
@ -2,19 +2,12 @@ libgtk-3.so.0
|
||||||
libgdk-3.so.0
|
libgdk-3.so.0
|
||||||
libatk-1.0.so.0
|
libatk-1.0.so.0
|
||||||
libgio-2.0.so.0
|
libgio-2.0.so.0
|
||||||
libpangoft2-1.0.so.0
|
|
||||||
libpangocairo-1.0.so.0
|
libpangocairo-1.0.so.0
|
||||||
libgdk_pixbuf-2.0.so.0
|
libgdk_pixbuf-2.0.so.0
|
||||||
libcairo-gobject.so.2
|
libcairo-gobject.so.2
|
||||||
libcairo.so.2
|
libcairo.so.2
|
||||||
libpango-1.0.so.0
|
libpango-1.0.so.0
|
||||||
libfreetype.so.6
|
|
||||||
libfontconfig.so.1
|
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libgmodule-2.0.so.0
|
|
||||||
libgthread-2.0.so.0
|
|
||||||
librt.so.1
|
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libxml2.so.2
|
libxml2.so.2
|
||||||
libpthread.so.0
|
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
|
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'gtksourceview'
|
# Template file for 'gtksourceview'
|
||||||
pkgname=gtksourceview
|
pkgname=gtksourceview
|
||||||
version=3.2.3
|
version=3.3.5
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
revision=2
|
|
||||||
short_desc="Text widget that extends GTK+ GtkTextView widget"
|
short_desc="Text widget that extends GTK+ 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"
|
||||||
checksum=73d9c6702ccecd06846132cfb50191092cb50a4bcb3ff810a5605868f0855947
|
checksum=ab48b143ef2880906cf85799c709a9a431f18892d4ad39c31fe4ac737aa21ce9
|
||||||
long_desc="
|
long_desc="
|
||||||
GtkSourceView is a text widget that extends the standard gtk+ 2.x text
|
GtkSourceView is a text widget that extends the standard gtk+ 2.x text
|
||||||
widget GtkTextView. It improves GtkTextView by implementing syntax
|
widget GtkTextView. It improves GtkTextView by implementing syntax
|
||||||
|
|
Loading…
Reference in a new issue