svn commit: r335509 - head/graphics/gpicview

Christian Weisgerber naddy at FreeBSD.org
Mon Dec 2 16:39:14 UTC 2013


Author: naddy
Date: Mon Dec  2 16:39:13 2013
New Revision: 335509
URL: http://svnweb.freebsd.org/changeset/ports/335509

Log:
  * update to 0.2.4: fixes a bug in handling large images in 1:1 view
  * convert to staging
  * generally clean up the port
  
  Approved by:	maintainer timeout (4 weeks)

Modified:
  head/graphics/gpicview/Makefile
  head/graphics/gpicview/distinfo
  head/graphics/gpicview/pkg-plist

Modified: head/graphics/gpicview/Makefile
==============================================================================
--- head/graphics/gpicview/Makefile	Mon Dec  2 16:28:18 2013	(r335508)
+++ head/graphics/gpicview/Makefile	Mon Dec  2 16:39:13 2013	(r335509)
@@ -2,41 +2,27 @@
 # $FreeBSD$
 
 PORTNAME=	gpicview
-PORTVERSION=	0.2.3
+PORTVERSION=	0.2.4
 CATEGORIES=	graphics
 MASTER_SITES=	SF/lxde/GPicView%20%28image%20Viewer%29/GpicView%20${PORTVERSION}/
 
 MAINTAINER=	jmohacsi at bsd.hu
-COMMENT=	Simple and Fast Image Viewer for X
+COMMENT=	Simple and fast image viewer for X11
 
 LICENSE=	GPLv2
 
 USES=		desktop-file-utils gmake pkgconfig
 USE_GNOME=	gtk20
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+INSTALLS_ICONS=	yes
 
-PORTDOCS=	AUTHORS
+GNU_CONFIGURE=	yes
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 
-OPTIONS_DEFINE=	DOCS NLS
+OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 
 NLS_USES=	gettext
-
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-post-patch:
-.if ! ${PORT_OPTIONS:MNLS}
-	@${REINPLACE_CMD} -e 's|src po|src|' \
-		${WRKSRC}/Makefile.in
-.endif
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+NLS_CONFIGURE_ENABLE=	nls
 
 .include <bsd.port.mk>

Modified: head/graphics/gpicview/distinfo
==============================================================================
--- head/graphics/gpicview/distinfo	Mon Dec  2 16:28:18 2013	(r335508)
+++ head/graphics/gpicview/distinfo	Mon Dec  2 16:39:13 2013	(r335509)
@@ -1,2 +1,2 @@
-SHA256 (gpicview-0.2.3.tar.gz) = 58dcdf9e1f29c38c9c5716215981c62c054282a765c57d9f7713232800f3bb99
-SIZE (gpicview-0.2.3.tar.gz) = 478447
+SHA256 (gpicview-0.2.4.tar.gz) = 99beb7df6765b386cd3f65b3ff77e9a25027a009db432f02bd60be8558f06ceb
+SIZE (gpicview-0.2.4.tar.gz) = 488510

Modified: head/graphics/gpicview/pkg-plist
==============================================================================
--- head/graphics/gpicview/pkg-plist	Mon Dec  2 16:28:18 2013	(r335508)
+++ head/graphics/gpicview/pkg-plist	Mon Dec  2 16:39:13 2013	(r335509)
@@ -5,6 +5,7 @@ share/applications/gpicview.desktop
 %%DATADIR%%/pixmaps/object-rotate-left.png
 %%DATADIR%%/pixmaps/object-rotate-right.png
 %%DATADIR%%/ui/pref-dlg.ui
+share/icons/hicolor/48x48/apps/gpicview.png
 %%NLS%%share/locale/af/LC_MESSAGES/gpicview.mo
 %%NLS%%share/locale/ar/LC_MESSAGES/gpicview.mo
 %%NLS%%share/locale/bg/LC_MESSAGES/gpicview.mo
@@ -54,7 +55,6 @@ share/applications/gpicview.desktop
 %%NLS%%share/locale/vi/LC_MESSAGES/gpicview.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/gpicview.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/gpicview.mo
-share/pixmaps/gpicview.png
 %%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/ur_PK
 %%NLS%%@dirrmtry share/locale/frp/LC_MESSAGES


More information about the svn-ports-head mailing list