mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
deskutils/gourmet: unbreak
- remove no more existing pygnomeextras dependency - it was only needed for spellcheck plugin - remove spellcheck plugin from the list of default active plugins - bump PORTREVISION
This commit is contained in:
parent
722a6fcbdf
commit
babd486335
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373680
1 changed files with 6 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= gourmet
|
||||
PORTVERSION= 0.17.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= https://github.com/thinkle/gourmet/archive/
|
||||
DISTNAME= ${PORTVERSION}
|
||||
|
@ -14,8 +15,6 @@ COMMENT= GNOME recipe manager
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN= Uses unknown GNOME component pygnomeextras
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distutils-extra>0:${PORTSDIR}/devel/py-distutils-extra \
|
||||
${PYTHON_PKGNAMEPREFIX}elib.intl>0:${PORTSDIR}/textproc/py-elib.intl
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \
|
||||
|
@ -31,11 +30,15 @@ IPYTHON_DESC= Interactive shell support
|
|||
IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>0:${PORTSDIR}/devel/ipython
|
||||
|
||||
USES= gettext python:2
|
||||
USE_GNOME= pygnome2 pygnomeextras pygtk2
|
||||
USE_GNOME= pygnome2 pygtk2
|
||||
USE_PYTHON= autoplist distutils
|
||||
PLIST_FILES+= man/man1/gourmet.1.gz
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,'spellcheck',#'spellcheck',g" \
|
||||
${WRKSRC}/gourmet/plugin_loader.py
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/gourmet.1 ${STAGEDIR}${PREFIX}/man/man1/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue