svn commit: r443614 - head/graphics/libgxps
Koop Mast
kwm at FreeBSD.org
Thu Jun 15 08:20:54 UTC 2017
Author: kwm
Date: Thu Jun 15 08:20:52 2017
New Revision: 443614
URL: https://svnweb.freebsd.org/changeset/ports/443614
Log:
Update libgxps to 0.2.5.
* Enable introspection bindings
* Switch to USES=localbase
* Review dependancies
Modified:
head/graphics/libgxps/Makefile
head/graphics/libgxps/distinfo
head/graphics/libgxps/pkg-plist
Modified: head/graphics/libgxps/Makefile
==============================================================================
--- head/graphics/libgxps/Makefile Thu Jun 15 05:05:17 2017 (r443613)
+++ head/graphics/libgxps/Makefile Thu Jun 15 08:20:52 2017 (r443614)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libgxps
-PORTVERSION= 0.2.3.2
+PORTVERSION= 0.2.5
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -12,14 +12,13 @@ COMMENT= GObject based library for rendering XPS docum
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libtiff.so:graphics/tiff \
+ libpng16.so:graphics/png \
liblcms2.so:graphics/lcms2
-USES= gettext gmake jpeg libtool libarchive pathfix pkgconfig tar:xz
+USES= gettext gmake jpeg libtool libarchive localbase pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
-USE_GNOME= cairo gnomeprefix glib20 intlhack
+USE_GNOME= cairo glib20 gnomeprefix introspection:build
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-introspection \
- --disable-compile-warnings
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
Modified: head/graphics/libgxps/distinfo
==============================================================================
--- head/graphics/libgxps/distinfo Thu Jun 15 05:05:17 2017 (r443613)
+++ head/graphics/libgxps/distinfo Thu Jun 15 08:20:52 2017 (r443614)
@@ -1,2 +1,3 @@
-SHA256 (gnome3/libgxps-0.2.3.2.tar.xz) = 6ea5f0ed85665a4e6702e31e38b5f1b2e5ae4f3d316a55d7f1fb1799224b4127
-SIZE (gnome3/libgxps-0.2.3.2.tar.xz) = 323060
+TIMESTAMP = 1497509545
+SHA256 (gnome3/libgxps-0.2.5.tar.xz) = 3e7594c5c9b077171ec9ccd3ff2b4f4c4b29884d26d4f35e740c8887b40199a0
+SIZE (gnome3/libgxps-0.2.5.tar.xz) = 346532
Modified: head/graphics/libgxps/pkg-plist
==============================================================================
--- head/graphics/libgxps/pkg-plist Thu Jun 15 05:05:17 2017 (r443613)
+++ head/graphics/libgxps/pkg-plist Thu Jun 15 08:20:52 2017 (r443614)
@@ -12,10 +12,11 @@ include/libgxps/gxps-links.h
include/libgxps/gxps-page.h
include/libgxps/gxps-version.h
include/libgxps/gxps.h
+lib/girepository-1.0/GXPS-0.1.typelib
lib/libgxps.a
lib/libgxps.so
lib/libgxps.so.2
-lib/libgxps.so.2.2.0
+lib/libgxps.so.2.2.1
libdata/pkgconfig/libgxps.pc
%%PORTDOCS%%%%DOCSDIR%%/GXPSCoreProperties.html
%%PORTDOCS%%%%DOCSDIR%%/GXPSDocument.html
@@ -29,7 +30,6 @@ libdata/pkgconfig/libgxps.pc
%%PORTDOCS%%%%DOCSDIR%%/ch01.html
%%PORTDOCS%%%%DOCSDIR%%/home.png
%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/index.sgml
%%PORTDOCS%%%%DOCSDIR%%/left-insensitive.png
%%PORTDOCS%%%%DOCSDIR%%/left.png
%%PORTDOCS%%%%DOCSDIR%%/libgxps-GXPS-Links.html
@@ -41,3 +41,4 @@ libdata/pkgconfig/libgxps.pc
%%PORTDOCS%%%%DOCSDIR%%/style.css
%%PORTDOCS%%%%DOCSDIR%%/up-insensitive.png
%%PORTDOCS%%%%DOCSDIR%%/up.png
+share/gir-1.0/GXPS-0.1.gir
More information about the svn-ports-all
mailing list