From 6b1c6980b51a07963a97a115c78100fbe7d1a0a5 Mon Sep 17 00:00:00 2001 From: sat Date: Mon, 8 May 2006 13:57:23 +0000 Subject: - Update to 0.9.7 PR: ports/96654 Submitted by: sat Approved by: krion (mentor) --- deskutils/gnochm/Makefile | 14 +++++++------- deskutils/gnochm/distinfo | 6 +++--- deskutils/gnochm/pkg-plist | 3 +++ 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/deskutils/gnochm/Makefile b/deskutils/gnochm/Makefile index 9b222e478525..0b7050b6af9d 100644 --- a/deskutils/gnochm/Makefile +++ b/deskutils/gnochm/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: gnochm -# Date created: 25 November 2004 -# Whom: Radek Kozlowski +# Date created: 25 November 2004 +# Whom: Radek Kozlowski # # $FreeBSD$ # PORTNAME= gnochm -PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTVERSION= 0.9.7 CATEGORIES= deskutils python gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,13 +15,14 @@ MAINTAINER= radek@raadradd.com COMMENT= A GNOME viewer for CHM files BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm +RUN_DEPENDS= ${BUILD_DEPENDS} USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygnomeextras +USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygtk2 pygnomeextras GNU_CONFIGURE= yes -USE_PYTHON= yes +USE_PYTHON= 2.2+ USE_X_PREFIX= yes +USE_GETTEXT= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/gnochm/distinfo b/deskutils/gnochm/distinfo index 387dd9f1469e..9977826fc675 100644 --- a/deskutils/gnochm/distinfo +++ b/deskutils/gnochm/distinfo @@ -1,3 +1,3 @@ -MD5 (gnochm-0.9.5.tar.gz) = 3acf586f7dbaa971f57f6f93f24eb131 -SHA256 (gnochm-0.9.5.tar.gz) = 52f522eb46a1c6f7f1c3342bab252c765b4a3f83637ae7a39f215ce93280c5bb -SIZE (gnochm-0.9.5.tar.gz) = 311337 +MD5 (gnochm-0.9.7.tar.gz) = 799cd06cc44f2380266b2172277ce217 +SHA256 (gnochm-0.9.7.tar.gz) = 92cba228f6a902c5572874129527d85fd4c3d043dbf7a0676b0363c4e75e3aab +SIZE (gnochm-0.9.7.tar.gz) = 360182 diff --git a/deskutils/gnochm/pkg-plist b/deskutils/gnochm/pkg-plist index 881398249b5f..fd856ead39a3 100644 --- a/deskutils/gnochm/pkg-plist +++ b/deskutils/gnochm/pkg-plist @@ -14,10 +14,13 @@ share/gnome/pixmaps/gnochm_logo.png share/locale/cs/LC_MESSAGES/gnochm.mo share/locale/de/LC_MESSAGES/gnochm.mo share/locale/it/LC_MESSAGES/gnochm.mo +share/locale/ja/LC_MESSAGES/gnochm.mo +share/locale/pl/LC_MESSAGES/gnochm.mo share/locale/pt_BR/LC_MESSAGES/gnochm.mo share/locale/ru/LC_MESSAGES/gnochm.mo share/locale/tr/LC_MESSAGES/gnochm.mo share/locale/zh_CN/LC_MESSAGES/gnochm.mo +share/locale/zh_TW/LC_MESSAGES/gnochm.mo share/mime/application/x-chm.xml share/mime/packages/gnochm.xml @dirrm share/gnome/omf/gnochm -- cgit