Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Aug 2012 01:32:30 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303108 - head/devel/drpython
Message-ID:  <201208250132.q7P1WUhZ044541@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208250132.q7P1WUhZ044541>