Index: gx/Makefile =================================================================== --- gx/Makefile (revision 384064) +++ gx/Makefile (working copy) @@ -3,18 +3,18 @@ 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 Index: gx/files/patch-Makefile.am =================================================================== --- gx/files/patch-Makefile.am (revision 0) +++ gx/files/patch-Makefile.am (working copy) @@ -0,0 +1,15 @@ +--- ./Makefile.am.orig 2015-04-16 08:47:28.187866000 -0700 ++++ ./Makefile.am 2015-04-16 09:05:48.027706000 -0700 +@@ -3,10 +3,10 @@ + 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: gx/files/patch-Makefile.am ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property 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 Index: gx/files/patch-Makefile.in =================================================================== --- gx/files/patch-Makefile.in (revision 0) +++ gx/files/patch-Makefile.in (working copy) @@ -0,0 +1,14 @@ +--- ./Makefile.in.orig 2015-04-16 08:47:42.705226000 -0700 ++++ ./Makefile.in 2015-04-16 09:06:28.524512000 -0700 +@@ -176,9 +176,9 @@ + 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: gx/files/patch-Makefile.in ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property 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 Index: gx/files/patch-gx.desktop =================================================================== --- gx/files/patch-gx.desktop (revision 0) +++ gx/files/patch-gx.desktop (working copy) @@ -0,0 +1,11 @@ +--- ./gx.desktop.orig 2015-04-16 08:19:09.563157000 -0700 ++++ ./gx.desktop 2015-04-16 08:19:54.128381000 -0700 +@@ -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: gx/files/patch-gx.desktop ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property 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 Index: gx/pkg-descr =================================================================== --- gx/pkg-descr (revision 384064) +++ gx/pkg-descr (working copy) @@ -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: gx/pkg-plist =================================================================== --- gx/pkg-plist (revision 384064) +++ gx/pkg-plist (working copy) @@ -1,5 +1,4 @@ bin/gx -share/app-install/icons/gx.png -share/app-install/desktop/gx.desktop +share/applications/gx.desktop share/pixmaps/gx.png share/pixmaps/gx_logo.png