From 41b319d1154d64bbb6192b8bcca7aa5415bda467 Mon Sep 17 00:00:00 2001 From: ahze Date: Sun, 6 Nov 2005 01:14:02 +0000 Subject: - Update to 2.13.0 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5020 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/librsvg2/Makefile | 17 +++++++++++------ graphics/librsvg2/distinfo | 4 ++-- graphics/librsvg2/pkg-plist | 26 +++++++------------------- 3 files changed, 20 insertions(+), 27 deletions(-) (limited to 'graphics') diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index b73b260de..62a5d2c8f 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,15 +3,14 @@ # Whom: Ade Lovett # # $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.72 2005/10/09 07:01:20 marcus Exp $ +# $MCom$ # PORTNAME= librsvg2 -PORTVERSION= 2.12.7 -PORTREVISION= 1 +PORTVERSION= 2.13.0 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.12 +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.13 DISTNAME= librsvg-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -37,7 +36,9 @@ CONFIGURE_ARGS= --with-svgz \ --disable-gtk-doc \ --without-gimp \ --with-croco \ - --disable-gnome-vfs + --disable-gnome-vfs \ + --enable-gtk-theme \ + --with-art CROCO_VERSION= 0.6 GTK_VERSION= 2.4.0 @@ -46,10 +47,13 @@ PLIST_SUB= GTK_VERSION=${GTK_VERSION} MAN1= rsvg.1 -OPTIONS= MOZILLA_PLUGIN "Enable the SVG browser plug-in" no +#OPTIONS= MOZILLA_PLUGIN "Enable the SVG browser plug-in" no .include +# disable mozilla stuff + +.if 0 .if defined(WITH_MOZILLA_PLUGIN) WITH_MOZILLA?= firefox @@ -87,5 +91,6 @@ post-patch: @${REINPLACE_CMD} -e 's|mozilla-plugin|${MOZILLA}-plugin${HEADERS_SUFX}|g' \ ${WRKSRC}/configure .endif +.endif .include diff --git a/graphics/librsvg2/distinfo b/graphics/librsvg2/distinfo index 7ca3362f9..c05b37a88 100644 --- a/graphics/librsvg2/distinfo +++ b/graphics/librsvg2/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/librsvg-2.12.7.tar.bz2) = 2113f01fbf228f3f8fc17c49966143fe -SIZE (gnome2/librsvg-2.12.7.tar.bz2) = 396901 +MD5 (gnome2/librsvg-2.13.0.tar.bz2) = 3b6bbabc29fad1a5890e7af1f8cbb8a1 +SIZE (gnome2/librsvg-2.13.0.tar.bz2) = 406665 diff --git a/graphics/librsvg2/pkg-plist b/graphics/librsvg2/pkg-plist index de42cc942..d31b24b9b 100644 --- a/graphics/librsvg2/pkg-plist +++ b/graphics/librsvg2/pkg-plist @@ -1,30 +1,19 @@ bin/rsvg +bin/rsvg-cairo bin/rsvg-view include/librsvg-2/librsvg/librsvg-enum-types.h include/librsvg-2/librsvg/librsvg-features.h include/librsvg-2/librsvg/rsvg.h -%%PLUGIN%%lib/browser_plugins/libmozsvgdec.so -lib/gtk-2.0/%%GTK_VERSION%%/engines/libsvg.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/svg_loader.so +lib/librsvg-2-base.a +lib/librsvg-2-base.so +lib/librsvg-2-base.so.2 +lib/librsvg-2-cairo.a +lib/librsvg-2-cairo.so +lib/librsvg-2-cairo.so.2 lib/librsvg-2.a lib/librsvg-2.so lib/librsvg-2.so.2 libdata/pkgconfig/librsvg-2.0.pc -share/doc/librsvg/html/home.png -share/doc/librsvg/html/index.html -share/doc/librsvg/html/index.sgml -share/doc/librsvg/html/ix01.html -share/doc/librsvg/html/left.png -share/doc/librsvg/html/right.png -share/doc/librsvg/html/rn01.html -share/doc/librsvg/html/rn02.html -share/doc/librsvg/html/rn03.html -share/doc/librsvg/html/rsvg-Convenience-Functions.html -share/doc/librsvg/html/rsvg-Core-API.html -share/doc/librsvg/html/rsvg-Creating-a-SVGZ-reader.html -share/doc/librsvg/html/rsvg.devhelp -share/doc/librsvg/html/rsvg.html -share/doc/librsvg/html/up.png share/gnome/pixmaps/svg-viewer.svg @dirrm share/doc/librsvg/html @dirrm share/doc/librsvg @@ -32,4 +21,3 @@ share/gnome/pixmaps/svg-viewer.svg @dirrm include/librsvg-2 @exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true @unexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true -%%PLUGIN%%@unexec rmdir %D/lib/browser_plugins 2>/dev/null || /usr/bin/true -- cgit v1.2.3