svn commit: r385958 - in head/graphics/gx: . files
Thomas Zander
riggs at FreeBSD.org
Sun May 10 14:15:46 UTC 2015
Author: riggs
Date: Sun May 10 14:15:43 2015
New Revision: 385958
URL: https://svnweb.freebsd.org/changeset/ports/385958
Log:
- Un-break build; distfile is now fetchable again (new MASTER_SITES)
- New port maintainer: Chris Hutchinson <portmaster at bsdforge.com>
- Add LICENSE
- Use PLIST_FILES instead of pkg-plist
- Bump PORTREVISION
- Update pkg-descr
- Pet portlint
PR: 199468
Submitted by: portmaster at bsdforge.com (maintainer)
Reviewed by: riggs
MFH: 2015Q2
Added:
head/graphics/gx/files/
head/graphics/gx/files/patch-Makefile.am (contents, props changed)
head/graphics/gx/files/patch-Makefile.in (contents, props changed)
head/graphics/gx/files/patch-gx.desktop (contents, props changed)
Deleted:
head/graphics/gx/pkg-plist
Modified:
head/graphics/gx/Makefile
head/graphics/gx/pkg-descr
Modified: head/graphics/gx/Makefile
==============================================================================
--- head/graphics/gx/Makefile Sun May 10 13:53:50 2015 (r385957)
+++ head/graphics/gx/Makefile Sun May 10 14:15:43 2015 (r385958)
@@ -3,19 +3,24 @@
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 at FreeBSD.org
+MAINTAINER= portmaster at 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 <bsd.port.mk>
Added: head/graphics/gx/files/patch-Makefile.am
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/gx/files/patch-Makefile.am Sun May 10 14:15:43 2015 (r385958)
@@ -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 \
Added: head/graphics/gx/files/patch-Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/gx/files/patch-Makefile.in Sun May 10 14:15:43 2015 (r385958)
@@ -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 \
Added: head/graphics/gx/files/patch-gx.desktop
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/gx/files/patch-gx.desktop Sun May 10 14:15:43 2015 (r385958)
@@ -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
Modified: head/graphics/gx/pkg-descr
==============================================================================
--- head/graphics/gx/pkg-descr Sun May 10 13:53:50 2015 (r385957)
+++ head/graphics/gx/pkg-descr Sun May 10 14:15:43 2015 (r385958)
@@ -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/
More information about the svn-ports-all
mailing list