libgnomecanvas: rebuild with as-needed for shlibs.
This commit is contained in:
parent
b99b629af3
commit
c5bfa40857
|
@ -1,18 +1,16 @@
|
||||||
# Template file for 'libgnomecanvas-devel'.
|
# Template file for 'libgnomecanvas-devel'.
|
||||||
#
|
#
|
||||||
depends="gtk+-devel libart-devel libgnomecanvas"
|
depends="gtk+-devel libart-devel libgnomecanvas-${version}_${revision}"
|
||||||
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()
|
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/{lib,share}
|
mkdir -p ${DESTDIR}/usr/{lib,share}
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.a ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/share/gtk-doc ${DESTDIR}/usr/share
|
mv ${SRCPKGDESTDIR}/usr/share/gtk-doc ${DESTDIR}/usr/share
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,15 +2,10 @@ libgailutil.so.18
|
||||||
libgtk-x11-2.0.so.0
|
libgtk-x11-2.0.so.0
|
||||||
libgdk-x11-2.0.so.0
|
libgdk-x11-2.0.so.0
|
||||||
libatk-1.0.so.0
|
libatk-1.0.so.0
|
||||||
libgio-2.0.so.0
|
|
||||||
libpangocairo-1.0.so.0
|
|
||||||
libgdk_pixbuf-2.0.so.0
|
libgdk_pixbuf-2.0.so.0
|
||||||
libcairo.so.2
|
|
||||||
libart_lgpl_2.so.2
|
libart_lgpl_2.so.2
|
||||||
libpangoft2-1.0.so.0
|
libpangoft2-1.0.so.0
|
||||||
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
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libm.so.6
|
libm.so.6
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
# Template file for 'libgnomecanvas'
|
# Template file for 'libgnomecanvas'
|
||||||
pkgname=libgnomecanvas
|
pkgname=libgnomecanvas
|
||||||
version=2.30.3
|
version=2.30.3
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
revision=4
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=3
|
configure_args="--disable-static"
|
||||||
makedepends="pkg-config intltool gtk+-devel libart-devel"
|
makedepends="pkg-config intltool gtk+-devel libart-devel"
|
||||||
short_desc="GNOME Canvas library"
|
short_desc="GNOME Canvas library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
||||||
checksum=859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40
|
checksum=859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40
|
||||||
long_desc="
|
long_desc="
|
||||||
This is the canvas widget library for GNOME2. Libgnomecanvas was
|
This is the canvas widget library for GNOME2. Libgnomecanvas was
|
||||||
|
@ -20,6 +22,3 @@ long_desc="
|
||||||
antialiased, alpha-compositing engine. Applications have a choice between
|
antialiased, alpha-compositing engine. Applications have a choice between
|
||||||
the Xlib imaging model or a superset of the PostScript imaging model,
|
the Xlib imaging model or a superset of the PostScript imaging model,
|
||||||
depending on the level of graphic sophistication required."
|
depending on the level of graphic sophistication required."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue