mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Un-break build; distfile is now fetchable again (new MASTER_SITES)
- New port maintainer: Chris Hutchinson <portmaster@bsdforge.com> - Add LICENSE - Use PLIST_FILES instead of pkg-plist - Bump PORTREVISION - Update pkg-descr - Pet portlint PR: 199468 Submitted by: portmaster@bsdforge.com (maintainer) Reviewed by: riggs MFH: 2015Q2
This commit is contained in:
parent
05655c34fc
commit
2c26e29083
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385958
@ -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@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 <bsd.port.mk>
|
||||
|
15
graphics/gx/files/patch-Makefile.am
Normal file
15
graphics/gx/files/patch-Makefile.am
Normal file
@ -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 \
|
14
graphics/gx/files/patch-Makefile.in
Normal file
14
graphics/gx/files/patch-Makefile.in
Normal file
@ -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 \
|
11
graphics/gx/files/patch-gx.desktop
Normal file
11
graphics/gx/files/patch-gx.desktop
Normal file
@ -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
|
@ -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/
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user