cairo: update to 1.8.6, new deps style, converted to subpkgs.
--HG-- extra : convert_revision : b025bf6c9b65bd84ad7137e37a6c9ee443755dc1
This commit is contained in:
parent
33e926a9cf
commit
a03ed3d1eb
5 changed files with 42 additions and 19 deletions
1
templates/cairo-devel
Symbolic link
1
templates/cairo-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
cairo
|
|
@ -1,11 +0,0 @@
|
||||||
--- doc/public/Makefile.in.orig 2008-10-02 21:51:38.000000000 +0200
|
|
||||||
+++ doc/public/Makefile.in 2008-10-02 21:51:46.000000000 +0200
|
|
||||||
@@ -1022,8 +1022,6 @@
|
|
||||||
done; \
|
|
||||||
echo '-- Installing $(srcdir)/html/index.sgml' ; \
|
|
||||||
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
|
|
||||||
- which gtkdoc-rebase >/dev/null && \
|
|
||||||
- gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
uninstall-local:
|
|
2
templates/cairo/depends
Normal file
2
templates/cairo/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=1.8.6
|
||||||
|
api_depends=${abi_depends}
|
18
templates/cairo/devel.template
Normal file
18
templates/cairo/devel.template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'cairo-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${sourcepkg} (development files)"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run cairo
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||||
|
}
|
|
@ -1,16 +1,16 @@
|
||||||
# Template build file for 'cairo'.
|
# Template build file for 'cairo'.
|
||||||
pkgname=cairo
|
pkgname=cairo
|
||||||
version=1.7.6
|
sourcepkg=$pkgname
|
||||||
patch_files="$pkgname-doc-public-Makefile-in.diff"
|
version=1.8.6
|
||||||
distfiles="http://cairographics.org/snapshots/$pkgname-$version.tar.gz"
|
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
configure_args="--enable-xlib=yes --enable-xlib-xrender=yes
|
||||||
configure_args="--enable-glitz --enable-pdf --enable-ps"
|
--enable-xcb=yes --enable-png=yes --enable-glitz=yes
|
||||||
pkgconfig_override="cairo.pc cairo-ft.pc cairo-glitz.pc cairo-pdf.pc
|
--enable-directfb=no --enable-ft=yes --enable-pdf=yes
|
||||||
cairo-ps.pc cairo-svg.pc cairo-xlib-xrender.pc cairo-xlib.pc"
|
--enable-ps=yes --enable-svg=yes --disable-gcov"
|
||||||
short_desc="Vector graphics library with cross-device output support"
|
short_desc="Vector graphics library with cross-device output support"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=b78d4d3b9f83c667b8322eed95f8bd9bb0e1b039
|
checksum=93a347af0cecf258be8fb54265b16a0fb16317df4a32896141d2987c30773535
|
||||||
long_desc="
|
long_desc="
|
||||||
Cairo is a vector graphics library with cross-device output support. Currently
|
Cairo is a vector graphics library with cross-device output support. Currently
|
||||||
supported output targets include the X Window System and in-memory image
|
supported output targets include the X Window System and in-memory image
|
||||||
|
@ -22,3 +22,16 @@ long_desc="
|
||||||
1.4 imaging model. Cairo provides operations including stroking and filling
|
1.4 imaging model. Cairo provides operations including stroking and filling
|
||||||
Bezier cubic splines, transforming and compositing translucent images, and
|
Bezier cubic splines, transforming and compositing translucent images, and
|
||||||
antialiased text rendering."
|
antialiased text rendering."
|
||||||
|
|
||||||
|
subpackages="devel"
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency full zlib
|
||||||
|
Add_dependency full libpng
|
||||||
|
Add_dependency full fontconfig
|
||||||
|
Add_dependency full freetype
|
||||||
|
Add_dependency full pixman
|
||||||
|
Add_dependency full glitz
|
||||||
|
Add_dependency full xcb-util
|
||||||
|
Add_dependency full libX11
|
||||||
|
Add_dependency full libXrender
|
||||||
|
|
Loading…
Reference in a new issue