diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-18 08:24:31 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-18 08:24:31 +0800 |
commit | 245445bf89a8b9382f0eefd94c464510afcbaa2a (patch) | |
tree | 12181bcdf51a9e7b7e848d9cb657a67e7c3b9704 /graphics | |
parent | e0d1df17e7faceefbc67489bec63d9b4c7b6acb5 (diff) | |
download | freebsd-ports-gnome-245445bf89a8b9382f0eefd94c464510afcbaa2a.tar.gz freebsd-ports-gnome-245445bf89a8b9382f0eefd94c464510afcbaa2a.tar.zst freebsd-ports-gnome-245445bf89a8b9382f0eefd94c464510afcbaa2a.zip |
update graphics/gqview to 0.8.0
PR: 18050
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gqview/Makefile | 18 | ||||
-rw-r--r-- | graphics/gqview/distinfo | 2 | ||||
-rw-r--r-- | graphics/gqview/files/patch-ae | 11 | ||||
-rw-r--r-- | graphics/gqview/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/gqview/pkg-plist | 6 |
5 files changed, 27 insertions, 12 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 225827d0008c..193174b50a35 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -6,24 +6,22 @@ # PORTNAME= gqview -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= graphics -MASTER_SITES= http://gqview.netpedia.net/ \ - http://www.geocities.com/SiliconValley/Haven/5235/ -DISTNAME= ${PKGNAME}.src +MASTER_SITES= http://download.sourceforge.net/gqview/ MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - Imlib.5:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes - -WRKSRC= ${WRKDIR}/${PKGNAME} -ALL_TARGET= gqview -MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}" +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --without-gnome --disable-imlibtest --disable-gtktest post-install: .if !defined(NOPORTDOCS) diff --git a/graphics/gqview/distinfo b/graphics/gqview/distinfo index 6ff0a9f1ce53..e325ac1b8792 100644 --- a/graphics/gqview/distinfo +++ b/graphics/gqview/distinfo @@ -1 +1 @@ -MD5 (gqview-0.7.0.src.tar.gz) = d8adab5af9f0272de3a20bafd21b4350 +MD5 (gqview-0.8.0.tar.gz) = 518b1c56a4acfdef1c717a8ba1bc2701 diff --git a/graphics/gqview/files/patch-ae b/graphics/gqview/files/patch-ae new file mode 100644 index 000000000000..69c5cbde291a --- /dev/null +++ b/graphics/gqview/files/patch-ae @@ -0,0 +1,11 @@ +--- src/main.c.orig Wed Apr 5 23:24:00 2000 ++++ src/main.c Thu Apr 13 04:09:49 2000 +@@ -370,7 +370,7 @@ + editor_command[0] = g_strdup("gimp"); + + editor_name[1] = g_strdup(_("Electric Eyes")); +- editor_command[1] = g_strdup("ee"); ++ editor_command[1] = g_strdup("ElectricEyes"); + + editor_name[2] = g_strdup(_("XV")); + editor_command[2] = g_strdup("xv"); diff --git a/graphics/gqview/pkg-descr b/graphics/gqview/pkg-descr index c655293a6597..86d34e08b478 100644 --- a/graphics/gqview/pkg-descr +++ b/graphics/gqview/pkg-descr @@ -1,6 +1,6 @@ Another gtk-based graphic file viewer. -WWW: http://gqview.netpedia.net/view-over.html +WWW: http://gqview.sourceforge.net/ -Vanilla vanilla@FreeBSD.ORG diff --git a/graphics/gqview/pkg-plist b/graphics/gqview/pkg-plist index 6ffe0ee1c6d7..5950091b8e5b 100644 --- a/graphics/gqview/pkg-plist +++ b/graphics/gqview/pkg-plist @@ -1,3 +1,9 @@ bin/gqview share/doc/gqview/README +share/locale/de/LC_MESSAGES/gqview.mo +share/locale/ja/LC_MESSAGES/gqview.mo +share/locale/pt_BR/LC_MESSAGES/gqview.mo +share/locale/ru/LC_MESSAGES/gqview.mo +share/locale/tr/LC_MESSAGES/gqview.mo +share/locale/zh_TW.Big5/LC_MESSAGES/gqview.mo @dirrm share/doc/gqview |