librsvg: rebuild against libpng-1.5.
This commit is contained in:
parent
0a957ed44b
commit
f050411f42
3 changed files with 11 additions and 12 deletions
|
@ -1,14 +1,12 @@
|
||||||
# Template file for 'librsvg-devel'.
|
# Template file for 'librsvg-devel'.
|
||||||
#
|
#
|
||||||
depends="gdk-pixbuf-devel cairo-devel libcroco-devel librsvg>=2.36.1"
|
noarch=yes
|
||||||
|
depends="gdk-pixbuf-devel cairo-devel libcroco-devel librsvg>=$version"
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${sourcepkg} development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
|
|
@ -12,7 +12,6 @@ libgio-2.0.so.0
|
||||||
libpangoft2-1.0.so.0
|
libpangoft2-1.0.so.0
|
||||||
libpangocairo-1.0.so.0
|
libpangocairo-1.0.so.0
|
||||||
libpango-1.0.so.0
|
libpango-1.0.so.0
|
||||||
libpng14.so.14
|
|
||||||
libfontconfig.so.1
|
libfontconfig.so.1
|
||||||
libfreetype.so.6
|
libfreetype.so.6
|
||||||
libcroco-0.6.so.3
|
libcroco-0.6.so.3
|
||||||
|
@ -21,3 +20,4 @@ libm.so.6
|
||||||
libatk-1.0.so.0
|
libatk-1.0.so.0
|
||||||
libgmodule-2.0.so.0
|
libgmodule-2.0.so.0
|
||||||
librt.so.1
|
librt.so.1
|
||||||
|
libpng15.so.15
|
||||||
|
|
|
@ -1,13 +1,18 @@
|
||||||
# Template build file for 'librsvg'.
|
# Template build file for 'librsvg'.
|
||||||
pkgname=librsvg
|
pkgname=librsvg
|
||||||
version=2.36.1
|
version=2.36.1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.36/$pkgname-$version.tar.xz"
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-introspection"
|
configure_args="--disable-static --enable-introspection"
|
||||||
makedepends="pkg-config intltool python>=0 libcroco-devel gtk+-devel gtk+3-devel gobject-introspection"
|
depends="gdk-pixbuf>=2.26.1_2"
|
||||||
revision=1
|
makedepends="pkg-config intltool python libpng-devel>=1.5.10 libcroco-devel gtk+-devel gtk+3-devel gobject-introspection"
|
||||||
|
triggers="gtk-pixbuf-loaders"
|
||||||
|
subpackages="$pkgname-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/"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/2.36/$pkgname-$version.tar.xz"
|
||||||
checksum=786b95e1a091375c5ef2997a21c69ff24d7077afeff18197355f54d9dcbcd8c5
|
checksum=786b95e1a091375c5ef2997a21c69ff24d7077afeff18197355f54d9dcbcd8c5
|
||||||
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
|
||||||
|
@ -15,7 +20,3 @@ long_desc="
|
||||||
|
|
||||||
This package provides the librsvg library as well as some addons: a pixbuf
|
This package provides the librsvg library as well as some addons: a pixbuf
|
||||||
loader and a theme engine for the GTK+ toolkit."
|
loader and a theme engine for the GTK+ toolkit."
|
||||||
|
|
||||||
triggers="gtk-pixbuf-loaders"
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue