mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
librsvg: update to 2.40.0.
This commit is contained in:
parent
fbfde72e00
commit
a7809c57d9
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template build file for 'librsvg'.
|
# Template build file for 'librsvg'.
|
||||||
pkgname=librsvg
|
pkgname=librsvg
|
||||||
version=2.39.0
|
version=2.40.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-introspection"
|
configure_args="--disable-static --enable-introspection"
|
||||||
hostmakedepends="pkg-config intltool python gobject-introspection"
|
hostmakedepends="pkg-config intltool python gobject-introspection"
|
||||||
makedepends="libcroco-devel gtk+-devel gtk+3-devel"
|
makedepends="libcroco-devel gtk+3-devel"
|
||||||
short_desc="SVG library for GNOME"
|
short_desc="SVG library for GNOME"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://librsvg.sourceforge.net/"
|
homepage="http://librsvg.sourceforge.net/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=aa47dcde0128eee6e3595d203bc673d9c27389588842f401bf585f31fc65095f
|
checksum=8f7db31df235813dbd035888035cf862d682e7cc5706c4e7ec05750d3f64a2f9
|
||||||
long_desc="
|
long_desc="
|
||||||
librsvg is Raph's scalable vector graphics library. It provides support for
|
librsvg is Raph's scalable vector graphics library. It provides support for
|
||||||
SVG graphics, and is used by the GNOME desktop.
|
SVG graphics, and is used by the GNOME desktop.
|
||||||
|
@ -20,7 +20,7 @@ long_desc="
|
||||||
loader and a theme engine for the GTK+ toolkit."
|
loader and a theme engine for the GTK+ toolkit."
|
||||||
|
|
||||||
librsvg-devel_package() {
|
librsvg-devel_package() {
|
||||||
depends="gdk-pixbuf-devel cairo-devel libcroco-devel ${sourcepkg}-${version}_${revision}"
|
depends="gdk-pixbuf-devel cairo-devel libcroco-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue