From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 24 10:10:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD17E106566C for ; Fri, 24 Aug 2012 10:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 81BBA8FC0A for ; Fri, 24 Aug 2012 10:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7OAA3Y3085546 for ; Fri, 24 Aug 2012 10:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7OAA3jr085544; Fri, 24 Aug 2012 10:10:03 GMT (envelope-from gnats) Resent-Date: Fri, 24 Aug 2012 10:10:03 GMT Resent-Message-Id: <201208241010.q7OAA3jr085544@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Warren Block Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84876106564A for ; Fri, 24 Aug 2012 10:02:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 708C58FC0A for ; Fri, 24 Aug 2012 10:02:13 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q7OA2DoN045285 for ; Fri, 24 Aug 2012 10:02:13 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q7OA2DOT045284; Fri, 24 Aug 2012 10:02:13 GMT (envelope-from nobody) Message-Id: <201208241002.q7OA2DOT045284@red.freebsd.org> Date: Fri, 24 Aug 2012 10:02:13 GMT From: Warren Block To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/170983: [devel/drpython] [patch] Add desktop entry for DrPython X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2012 10:10:04 -0000 >Number: 170983 >Category: ports >Synopsis: [devel/drpython] [patch] Add desktop entry for DrPython >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 24 10:10:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Warren Block >Release: 9-STABLE >Organization: >Environment: FreeBSD lightning 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r239611: Thu Aug 23 10:14:40 MDT 2012 root@lightning:/usr/obj/usr/src/sys/LIGHTNING amd64 >Description: devel/drpython has no DESKTOP_ENTRIES set, so no standard menu option is created. >How-To-Repeat: Install devel/drpython, search fruitlessly for new menu entry for DrPython. >Fix: Apply patch. Patch attached with submission follows: --- devel/drpython/Makefile.orig 2012-08-24 03:27:08.000000000 -0600 +++ devel/drpython/Makefile 2012-08-24 03:49:19.000000000 -0600 @@ -26,6 +26,10 @@ 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 >Release-Note: >Audit-Trail: >Unformatted: