Skip to content

Commit

Permalink
Update to 2.0.0 release:
Browse files Browse the repository at this point in the history
- register CONFLICTS
- install html documentation
  • Loading branch information
alexdupre committed Feb 26, 2005
1 parent 005d8e0 commit 73aca54
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 35 deletions.
17 changes: 15 additions & 2 deletions graphics/gqview/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
#

PORTNAME= gqview
PORTVERSION= 1.4.5
PORTREVISION= 1
PORTVERSION= 2.0.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
Expand All @@ -19,12 +18,15 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png

USE_X_PREFIX= yes
USE_GNOME= gnomehier gtk20
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

MAN1= gqview.1

CONFLICTS= gqview-devel-[0-9]*

.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
Expand All @@ -33,6 +35,17 @@ USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif

.if !defined(NOPORTDOCS)
PORTDOCS= README html
.endif

post-patch:
@${REINPLACE_CMD} -e 's|$$prefix/share/doc/gqview-$$VERSION|${DOCSDIR}|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e \
's|$$(datadir)/doc/gqview-$$(VERSION)/html|${DOCSDIR}/html|g' \
${WRKSRC}/doc/Makefile.in

post-install:
${INSTALL_DATA} ${WRKSRC}/gqview.desktop ${PREFIX}/share/gnome/apps/Graphics
${INSTALL_DATA} ${WRKSRC}/gqview.png ${PREFIX}/share/gnome/pixmaps
Expand Down
4 changes: 2 additions & 2 deletions graphics/gqview/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MD5 (gqview-1.4.5.tar.gz) = b196935767c2d3dc61243d9ed0801c2e
SIZE (gqview-1.4.5.tar.gz) = 1222801
MD5 (gqview-2.0.0.tar.gz) = 421c9a79827e91e394bdfc924071d66f
SIZE (gqview-2.0.0.tar.gz) = 1317383
25 changes: 7 additions & 18 deletions graphics/gqview/files/patch-Makefile.in
Original file line number Diff line number Diff line change
@@ -1,23 +1,12 @@
--- Makefile.in.orig Sat Sep 18 19:39:47 2004
+++ Makefile.in Tue Sep 21 23:34:26 2004
@@ -163,11 +163,7 @@
helpdir = $(prefix)/share/gqview
help_DATA = README

-desktopdir = $(datadir)/applications
-desktop_DATA = gqview.desktop

-icondir = $(datadir)/pixmaps
-icon_DATA = gqview.png

ACLOCAL_AMFLAGS = -I m4
subdir = .
@@ -637,7 +633,7 @@
--- Makefile.in.orig Sun Feb 27 00:36:49 2005
+++ Makefile.in Sun Feb 27 00:37:19 2005
@@ -664,8 +664,7 @@

info-am:

-install-data-am: install-desktopDATA install-helpDATA install-iconDATA \
+install-data-am: install-desktopDATA install-iconDATA \
install-man
-install-data-am: install-desktopDATA install-iconDATA install-man \
- install-readmeDATA
+install-data-am: install-man

install-exec-am:

11 changes: 0 additions & 11 deletions graphics/gqview/files/patch-configure

This file was deleted.

3 changes: 1 addition & 2 deletions graphics/gqview/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bin/gqview
%%PORTDOCS%%%%DOCSDIR%%/README
%%NLS%%share/locale/ar/LC_MESSAGES/gqview.mo
%%NLS%%share/locale/bg/LC_MESSAGES/gqview.mo
%%NLS%%share/locale/cs/LC_MESSAGES/gqview.mo
%%NLS%%share/locale/da/LC_MESSAGES/gqview.mo
Expand Down Expand Up @@ -29,4 +29,3 @@ bin/gqview
%%NLS%%share/locale/zh_TW/LC_MESSAGES/gqview.mo
share/gnome/apps/Graphics/gqview.desktop
share/gnome/pixmaps/gqview.png
%%PORTDOCS%%@dirrm %%DOCSDIR%%

0 comments on commit 73aca54

Please sign in to comment.