Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Mar 2004 00:30:33 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63593: Update port: graphics/gqview
Message-ID:  <20040302003033.7aadf730.tkato@prontomail.com>
Resent-Message-ID: <200403011540.i21FeEiF029681@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63593
>Category:       ports
>Synopsis:       Update port: graphics/gqview
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 01 07:40:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix handling GNOME menu stuff

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/gqview/Makefile graphics/gqview/Makefile
--- /usr/ports/graphics/gqview/Makefile	Fri Feb 27 18:58:50 2004
+++ graphics/gqview/Makefile	Sun Feb 29 17:51:29 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	gqview
 PORTVERSION=	1.4.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,20 +17,20 @@
 
 LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
 
+CONFLICTS=	gqview-devel-*
+
 USE_X_PREFIX=	yes
-USE_GNOME=	gtk20
-USE_GETTEXT=	yes
-USE_ICONV=	yes
+USE_GNOME=	gnomehier gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LIBS="-L${LOCALBASE}/lib"
-
-CONFLICTS=	gqview-devel-1.3.*
+		LDFLAGS="-L${LOCALBASE}/lib"
 
 MAN1=		gqview.1
 
-.if !defined(NOPORTDOCS)
 post-install:
+	${INSTALL_DATA} ${WRKSRC}/gqview.desktop ${PREFIX}/share/gnome/apps/Graphics
+	${INSTALL_DATA} ${WRKSRC}/gqview.png ${PREFIX}/share/gnome/pixmaps
+.if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif
diff -urN /usr/ports/graphics/gqview/files/patch-Makefile.in graphics/gqview/files/patch-Makefile.in
--- /usr/ports/graphics/gqview/files/patch-Makefile.in	Sun Feb 22 23:05:56 2004
+++ graphics/gqview/files/patch-Makefile.in	Sun Feb 29 17:45:34 2004
@@ -1,6 +1,22 @@
---- Makefile.in.orig	Fri Jan 23 18:33:39 2004
-+++ Makefile.in	Fri Jan 23 18:37:29 2004
-@@ -547,7 +547,7 @@
+--- Makefile.in.orig	Sat Feb 21 08:23:27 2004
++++ Makefile.in	Sun Feb 29 17:45:24 2004
+@@ -172,11 +172,11 @@
+ helpdir = $(prefix)/share/gqview
+ help_DATA = README
+ 
+-@HAVE_GNOME_TRUE@desktopdir = $(GNOME_DATADIR)/gnome/apps/Graphics
+-@HAVE_GNOME_TRUE@desktop_DATA = gqview.desktop
++#desktopdir = $(GNOME_DATADIR)/gnome/apps/Graphics
++#desktop_DATA = gqview.desktop
+ 
+-@HAVE_GNOME_TRUE@icondir = $(GNOME_DATADIR)/pixmaps
+-@HAVE_GNOME_TRUE@icon_DATA = gqview.png
++#icondir = $(GNOME_DATADIR)/pixmaps
++#icon_DATA = gqview.png
+ 
+ ACLOCAL_AMFLAGS = -I m4
+ subdir = .
+@@ -646,7 +646,7 @@
  
  info-am:
  
diff -urN /usr/ports/graphics/gqview/pkg-plist graphics/gqview/pkg-plist
--- /usr/ports/graphics/gqview/pkg-plist	Fri Feb 27 18:58:50 2004
+++ graphics/gqview/pkg-plist	Sun Feb 29 17:49:52 2004
@@ -27,4 +27,6 @@
 share/locale/vi/LC_MESSAGES/gqview.mo
 share/locale/zh_CN.GB2312/LC_MESSAGES/gqview.mo
 share/locale/zh_TW/LC_MESSAGES/gqview.mo
+share/gnome/apps/Graphics/gqview.desktop
+share/gnome/pixmaps/gqview.png
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



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