svn commit: r303108 - head/devel/drpython

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Aug 25 01:32:31 UTC 2012


Author: rakuco
Date: Sat Aug 25 01:32:30 2012
New Revision: 303108
URL: http://svn.freebsd.org/changeset/ports/303108

Log:
  Add a .desktop file for DrPython.
  
  Bump PORTREVISION since it changes the final plist.
  
  PR:		ports/170983
  Submitted by:	wblock

Modified:
  head/devel/drpython/Makefile

Modified: head/devel/drpython/Makefile
==============================================================================
--- head/devel/drpython/Makefile	Sat Aug 25 00:56:03 2012	(r303107)
+++ head/devel/drpython/Makefile	Sat Aug 25 01:32:30 2012	(r303108)
@@ -7,6 +7,7 @@
 
 PORTNAME=	drpython
 PORTVERSION=	3.11.3
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	SF/${PORTNAME}/DrPython%20%283.x%29/${PORTVERSION}
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
@@ -26,6 +27,10 @@ PYDISTUTILS_PKGNAME=	DrPython
 USE_WX=		2.6+
 WX_COMPS=	python:lib
 
+DESKTOP_ENTRIES=	"DrPython" "Python editor and IDE" \
+			"${PYTHONPREFIX_SITELIBDIR}/drpython/bitmaps/drpython.png" \
+			"drpython" "Development;IDE;" "false"
+
 post-install:
 	@${ECHO_CMD} '#!/bin/sh' > ${WRKDIR}/drpython.sh
 	@${ECHO_CMD} '(cd ${PYTHONPREFIX_SITELIBDIR}/drpython && ${PYTHON_CMD} drpython.py)' >> ${WRKDIR}/drpython.sh



More information about the svn-ports-head mailing list