mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
devel/eric4: remove conflicts with future eric5 port
. rename eric.png to eric4.png; . claim using puthon v.2 only.
This commit is contained in:
parent
4826134633
commit
393b6aad8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368667
@ -1,7 +1,7 @@
|
||||
# Created by: Boris Samorodov <bsam@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel python
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@ -32,7 +32,7 @@ do-configure:
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKDIR}/eric4.desktop ${STAGEDIR}${PREFIX}/share/applications/
|
||||
${LN} -sf ${DATADIR}/icons/default/eric.png ${STAGEDIR}${PREFIX}/share/pixmaps/
|
||||
${LN} -sf ${DATADIR}/icons/default/eric.png ${STAGEDIR}${PREFIX}/share/pixmaps/eric4.png
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}/i18n
|
||||
|
||||
.include "${.CURDIR}/../../devel/eric4/Makefile.inc"
|
||||
|
@ -22,7 +22,7 @@ I18N_LANG?= ru
|
||||
INSTALL_CMD?= install-i18n.py -p ${STAGEDIR}
|
||||
MAKE_ENV+= "HOME=${WRKDIR}"
|
||||
|
||||
USE_PYTHON= yes
|
||||
USES+= python:2
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES?= %%DATADIR%%/i18n/${PORTNAME}_${I18N_LANG}.qm
|
||||
EXTRA_PATCHES?= ${.CURDIR}/../../devel/eric4/files/extra-patch-install-i18n.py
|
||||
|
@ -4,7 +4,7 @@ GenericName=Python and Ruby IDE
|
||||
Comment=Full featured Python and Ruby editor and IDE based on Qt4
|
||||
Type=Application
|
||||
Exec=eric4
|
||||
Icon=eric
|
||||
Icon=eric4
|
||||
MimeType=application/x-python;application/x-eric;
|
||||
Categories=Development;TextEditor;Qt;Application;
|
||||
Terminal=false
|
||||
|
@ -3025,7 +3025,7 @@ share/applications/eric4.desktop
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/modpython_dbg.pyc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhallo.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhallo.pyc
|
||||
share/pixmaps/eric.png
|
||||
share/pixmaps/eric4.png
|
||||
share/qt4/qsci/api/python/eric4.api
|
||||
share/qt4/qsci/api/python/zope-2.10.7.api
|
||||
share/qt4/qsci/api/python/zope-2.11.2.api
|
||||
|
Loading…
Reference in New Issue
Block a user