Index: branches/2015Q2/graphics/gx/pkg-plist =================================================================== --- branches/2015Q2/graphics/gx/pkg-plist (revision 386700) +++ branches/2015Q2/graphics/gx/pkg-plist (nonexistent) @@ -1,5 +0,0 @@ -bin/gx -share/app-install/icons/gx.png -share/app-install/desktop/gx.desktop -share/pixmaps/gx.png -share/pixmaps/gx_logo.png Property changes on: branches/2015Q2/graphics/gx/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: branches/2015Q2/graphics/gx/Makefile =================================================================== --- branches/2015Q2/graphics/gx/Makefile (revision 386700) +++ branches/2015Q2/graphics/gx/Makefile (revision 386701) @@ -1,21 +1,26 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= gx PORTVERSION= 0.4.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics -MASTER_SITES= http://perticone.homelinux.net/sergio/c++/gx/src/ +MASTER_SITES= http://BSDforge.com/projects/source/graphics/gx/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Lightweight image viewer -BROKEN= No public distfiles +LICENSE= BSD2CLAUSE LIB_DEPENDS= libgnomevfsmm-2.6.so:${PORTSDIR}/devel/gnome-vfsmm -USES= gettext pkgconfig +USES= desktop-file-utils gettext pkgconfig USE_GNOME= gconfmm26 gtkmm24 GNU_CONFIGURE= yes + +PLIST_FILES= bin/gx \ + share/applications/gx.desktop \ + share/pixmaps/gx.png \ + share/pixmaps/gx_logo.png \ .include Index: branches/2015Q2/graphics/gx/files/patch-Makefile.am =================================================================== --- branches/2015Q2/graphics/gx/files/patch-Makefile.am (nonexistent) +++ branches/2015Q2/graphics/gx/files/patch-Makefile.am (revision 386701) @@ -0,0 +1,15 @@ +--- Makefile.am.orig 2007-06-05 23:08:39 UTC ++++ Makefile.am +@@ -3,10 +3,10 @@ SUBDIRS = src + icondir = $(datadir)/pixmaps + icon_DATA = icons/gx_logo.png icons/gx.png + +-desktopdir = $(datadir)/app-install/desktop ++desktopdir = $(datadir)/applications + desktop_DATA = gx.desktop + +-desk_icondir = $(datadir)/app-install/icons ++desk_icondir = $(datadir)/pixmaps + desk_icon_DATA = icons/gx.png + + EXTRA_DIST = AUTHORS \ Property changes on: branches/2015Q2/graphics/gx/files/patch-Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2015Q2/graphics/gx/files/patch-Makefile.in =================================================================== --- branches/2015Q2/graphics/gx/files/patch-Makefile.in (nonexistent) +++ branches/2015Q2/graphics/gx/files/patch-Makefile.in (revision 386701) @@ -0,0 +1,14 @@ +--- Makefile.in.orig 2007-06-07 14:21:06 UTC ++++ Makefile.in +@@ -176,9 +176,9 @@ target_alias = @target_alias@ + SUBDIRS = src + icondir = $(datadir)/pixmaps + icon_DATA = icons/gx_logo.png icons/gx.png +-desktopdir = $(datadir)/app-install/desktop ++desktopdir = $(datadir)/applications + desktop_DATA = gx.desktop +-desk_icondir = $(datadir)/app-install/icons ++desk_icondir = $(datadir)/pixmaps + desk_icon_DATA = icons/gx.png + EXTRA_DIST = AUTHORS \ + ChangeLog \ Property changes on: branches/2015Q2/graphics/gx/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2015Q2/graphics/gx/files/patch-gx.desktop =================================================================== --- branches/2015Q2/graphics/gx/files/patch-gx.desktop (nonexistent) +++ branches/2015Q2/graphics/gx/files/patch-gx.desktop (revision 386701) @@ -0,0 +1,11 @@ +--- gx.desktop.orig 2007-06-07 16:00:13 UTC ++++ gx.desktop +@@ -1,7 +1,7 @@ + [Desktop Entry] + Encoding=UTF-8 + Name=gx +-GenericName=Image Viewer ++GenericName=GX Image Viewer + Comment=The lightweight image viewer + TryExec=gx + Exec=gx %U Property changes on: branches/2015Q2/graphics/gx/files/patch-gx.desktop ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2015Q2/graphics/gx/pkg-descr =================================================================== --- branches/2015Q2/graphics/gx/pkg-descr (revision 386700) +++ branches/2015Q2/graphics/gx/pkg-descr (revision 386701) @@ -1,2 +1,4 @@ -gx is a small image viewer for Unix written in C++ (using gtkmm). It -can rotate, rescale, and zoom in/out an image. +gx is a small image viewer for UNIX like systems. It's written +in C++ (using gtkmm). It can rotate, rescale, and zoom images. + +WWW: http://BSDforge.com/projects/graphics/gx/ Index: branches/2015Q2 =================================================================== --- branches/2015Q2 (revision 386700) +++ branches/2015Q2 (revision 386701) Property changes on: branches/2015Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r385958