Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 2008 22:47:49 +0900
From:      "Junji NAKANISHI" <jun-g@daemonfreaks.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/123145: [PATCH] japanese/ochusha - fix DESTOP_ENTRIES
Message-ID:  <1209304069.98617@blackmagic.daemonfreaks.local>
Resent-Message-ID: <200804271350.m3RDo1jb029305@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123145
>Category:       ports
>Synopsis:       [PATCH] japanese/ochusha - fix DESTOP_ENTRIES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 27 13:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Junji NAKANISHI
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:


System: FreeBSD 7.0-STABLE #2: Fri Feb 29 09:19:03 JST 2008
    root@blackmagic.daemonfreaks.local:/usr/obj/usr/src/sys/BLACKMAGIC



>Description:


Fix "Name" and "Exec" fields in DESKTOP_ENTRIES.


>How-To-Repeat:





>Fix:


--- Makefile.orig	2008-04-27 22:46:06.000000000 +0900
+++ Makefile	2008-04-27 22:46:11.000000000 +0900
@@ -7,7 +7,7 @@
 
 PORTNAME=	ochusha
 PORTVERSION=	0.5.8.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	japanese
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
 MASTER_SITE_SUBDIR=		ochusha/16560
@@ -24,9 +24,9 @@
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	automake:110 autoconf:261 aclocal:110 libtool:15
 
-DESKTOP_ENTRIES="ochusha" "A GUI BBS browser for 2ch.net" \
+DESKTOP_ENTRIES="Ochusha" "A GUI BBS browser for 2ch.net" \
 		"${LOCALBASE}/share/ochusha/ochusha32.xpm" \
-		"Ochusha" "Application;Network;" \
+		"ochusha" "Application;Network;" \
 		false
 
 ACLOCAL_ARGS=	-I "${ACLOCAL_DIR}" -I ${LOCALBASE}/share/aclocal


>Release-Note:
>Audit-Trail:
>Unformatted:



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