Skip to content

Commit

Permalink
Stage support
Browse files Browse the repository at this point in the history
  • Loading branch information
ant1 committed Jan 30, 2014
1 parent 28e5f67 commit b0ba2f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
9 changes: 4 additions & 5 deletions deskutils/gnochm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,27 @@

PORTNAME= gnochm
PORTVERSION= 0.9.11
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= deskutils python gnome
MASTER_SITES= SF

MAINTAINER= [email protected]
COMMENT= A GNOME viewer for CHM files
COMMENT= GNOME viewer for CHM files

BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm
RUN_DEPENDS:= ${BUILD_DEPENDS}

USE_GMAKE= yes
USES= pathfix gettext
USES= desktop-file-utils gettext gmake pathfix shared-mime-info
USE_GNOME= gnomeprefix intlhack pygnome2 pygtk2 pygnomeextras
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-mime-update
USE_PYTHON= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

GCONF_SCHEMAS= gnochm.schemas
INSTALLS_OMF= yes

NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|$(prefix)/share/man|$(prefix)/man|' ${WRKSRC}/data/Makefile.in

Expand Down
3 changes: 0 additions & 3 deletions deskutils/gnochm/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ share/locale/tr/LC_MESSAGES/gnochm.mo
share/locale/vi/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/omf/gnochm
@dirrm share/gnome/help/gnochm/C
@dirrm share/gnome/help/gnochm
@dirrm share/gnochm/glade
@dirrm share/gnochm
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime

0 comments on commit b0ba2f0

Please sign in to comment.