diff options
author | bsam <bsam@FreeBSD.org> | 2014-09-21 01:40:11 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2014-09-21 01:40:11 +0800 |
commit | 82714feb401ac40d22ac8c9866a9abe0c9947d8c (patch) | |
tree | b9b5fa7fa653d932177d0581c1a7fc30a1c7cd0d /devel | |
parent | 8067bd4962e789b56215941498edece4ac4c37c6 (diff) | |
download | freebsd-ports-gnome-82714feb401ac40d22ac8c9866a9abe0c9947d8c.tar.gz freebsd-ports-gnome-82714feb401ac40d22ac8c9866a9abe0c9947d8c.tar.zst freebsd-ports-gnome-82714feb401ac40d22ac8c9866a9abe0c9947d8c.zip |
devel/eric4: remove conflicts with future eric5 port
. rename eric.png to eric4.png;
. claim using puthon v.2 only.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/eric4/Makefile | 4 | ||||
-rw-r--r-- | devel/eric4/Makefile.inc | 2 | ||||
-rw-r--r-- | devel/eric4/files/eric4.desktop.in | 2 | ||||
-rw-r--r-- | devel/eric4/pkg-plist | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/devel/eric4/Makefile b/devel/eric4/Makefile index f4fce727b9f5..4ad8ad3b33f7 100644 --- a/devel/eric4/Makefile +++ b/devel/eric4/Makefile @@ -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" diff --git a/devel/eric4/Makefile.inc b/devel/eric4/Makefile.inc index 833c65f6396a..b526cc63f091 100644 --- a/devel/eric4/Makefile.inc +++ b/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 diff --git a/devel/eric4/files/eric4.desktop.in b/devel/eric4/files/eric4.desktop.in index 533879551cff..aa3f0ca001c5 100644 --- a/devel/eric4/files/eric4.desktop.in +++ b/devel/eric4/files/eric4.desktop.in @@ -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 diff --git a/devel/eric4/pkg-plist b/devel/eric4/pkg-plist index b0d2b41ade9d..e251b9c6fe9e 100644 --- a/devel/eric4/pkg-plist +++ b/devel/eric4/pkg-plist @@ -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 |