Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2017 13:04:19 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442155 - head/deskutils/gucharmap
Message-ID:  <201705311304.v4VD4JT0031939@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Wed May 31 13:04:19 2017
New Revision: 442155
URL: https://svnweb.freebsd.org/changeset/ports/442155

Log:
  Update gucharmap to 9.0.4.
  
  * Review dependancies
  * Add NLS option
  * switch to USES=localbase

Modified:
  head/deskutils/gucharmap/Makefile
  head/deskutils/gucharmap/distinfo
  head/deskutils/gucharmap/pkg-plist

Modified: head/deskutils/gucharmap/Makefile
==============================================================================
--- head/deskutils/gucharmap/Makefile	Wed May 31 12:59:08 2017	(r442154)
+++ head/deskutils/gucharmap/Makefile	Wed May 31 13:04:19 2017	(r442155)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gucharmap
-PORTVERSION=	3.18.2
+PORTVERSION=	9.0.4
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -13,20 +13,25 @@ COMMENT=	Unicode/ISO10646 character map and font viewe
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	itstool:textproc/itstool
+BUILD_DEPENDS=	itstool:textproc/itstool \
+		unicode-ucd>=0:misc/unicode-ucd
 
 PORTSCOUT=	limitw:1,even
 
-USES=		desktop-file-utils gettext gmake gnome libtool pathfix \
-		pkgconfig tar:xz
-USE_GNOME=	gnomeprefix gtk30 intlhack introspection:build
+USES=		gmake gnome libtool localbase pathfix pkgconfig tar:xz
+USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-unicode-data=${LOCALBASE}/share/unicode-ucd/
 USE_LDCONFIG=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 
 GLIB_SCHEMAS=	org.gnome.Charmap.enums.xml \
 		org.gnome.Charmap.gschema.xml
+
+OPTIONS_SUB=	yes
+OPTIONS_DEFINE=	NLS
+
+NLS_USES=	gettext
+NLS_CONFIGURE_ENABLE=	nls
 
 .include <bsd.port.mk>

Modified: head/deskutils/gucharmap/distinfo
==============================================================================
--- head/deskutils/gucharmap/distinfo	Wed May 31 12:59:08 2017	(r442154)
+++ head/deskutils/gucharmap/distinfo	Wed May 31 13:04:19 2017	(r442155)
@@ -1,2 +1,3 @@
-SHA256 (gnome3/gucharmap-3.18.2.tar.xz) = 80141d3e892c3c4812c1a8fad8f89978559ef19e933843267e6e9a5524c09ec9
-SIZE (gnome3/gucharmap-3.18.2.tar.xz) = 2031560
+TIMESTAMP = 1496229245
+SHA256 (gnome3/gucharmap-9.0.4.tar.xz) = 1588b2b183b843b24eb074fd0661bddb54f18876870ba475d65f35b7a9c677a0
+SIZE (gnome3/gucharmap-9.0.4.tar.xz) = 1029684

Modified: head/deskutils/gucharmap/pkg-plist
==============================================================================
--- head/deskutils/gucharmap/pkg-plist	Wed May 31 12:59:08 2017	(r442154)
+++ head/deskutils/gucharmap/pkg-plist	Wed May 31 13:04:19 2017	(r442155)
@@ -18,7 +18,6 @@ lib/libgucharmap_2_90.so
 lib/libgucharmap_2_90.so.7
 lib/libgucharmap_2_90.so.7.0.0
 libdata/pkgconfig/gucharmap-2.90.pc
-share/appdata/gucharmap.appdata.xml
 share/applications/gucharmap.desktop
 share/gir-1.0/Gucharmap-2.90.gir
 share/help/C/gucharmap/index.docbook
@@ -149,3 +148,4 @@ share/locale/xh/LC_MESSAGES/gucharmap.mo
 share/locale/zh_CN/LC_MESSAGES/gucharmap.mo
 share/locale/zh_HK/LC_MESSAGES/gucharmap.mo
 share/locale/zh_TW/LC_MESSAGES/gucharmap.mo
+share/metainfo/gucharmap.appdata.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705311304.v4VD4JT0031939>