diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /graphics/comix | |
parent | - Add goocanvas (diff) |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'graphics/comix')
-rw-r--r-- | graphics/comix/Makefile | 6 | ||||
-rw-r--r-- | graphics/comix/pkg-plist | 11 |
2 files changed, 15 insertions, 2 deletions
diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index 8398f4a12d86..050b5391baf8 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -3,10 +3,12 @@ # Whom: Mezz <mezz@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/graphics/comix/Makefile,v 1.4 2006/10/03 19:05:14 mezz Exp $ # PORTNAME= comix PORTVERSION= 3.6 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,11 +20,11 @@ RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging NO_BUILD= yes +USE_XLIB= yes USE_GNOME= desktopfileutils pygtk2 WANT_GNOME= yes USE_PYTHON= yes USE_GETTEXT= yes -USE_X_PREFIX= yes INSTALLS_ICONS= yes DOCS= COPYING ChangeLog README @@ -31,7 +33,7 @@ MAN1= comix.1 .include <bsd.port.pre.mk> .if (${HAVE_GNOME:Mnautilus2}!="" || defined(WITH_THUMBNAILS)) && !defined(WITHOUT_THUMBNAILS) -USE_GNOME+= gconf2 +USE_GNOME+= gnomehier gconf2 MAN1+= comicthumb.1 GCONF_SCHEMAS= comicbook.schemas PLIST_SUB+= THUMBNAILS:="" diff --git a/graphics/comix/pkg-plist b/graphics/comix/pkg-plist index f12ddadeb10b..098b70a36292 100644 --- a/graphics/comix/pkg-plist +++ b/graphics/comix/pkg-plist @@ -57,9 +57,20 @@ share/pixmaps/comix/silk-transform.png share/pixmaps/comix/silk-view.png share/pixmaps/comix/silk-zoom.png @dirrm share/pixmaps/comix +@dirrmtry share/pixmaps %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry share/applications %%THUMBNAILS:%%@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime %%THUMBNAILS:%%@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca |