Date: Sat, 23 Feb 2013 19:38:36 -0600 (CST) From: Rusty Nejdl <rnejdl@ringofsaturn.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/176385: Fix bug in desktop entry for port graphics/showimage Message-ID: <assp.1767cd7742.201302240138.r1O1caMY094559@tethys.ringofsaturn.com> Resent-Message-ID: <201302240140.r1O1e0Mo061900@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 176385 >Category: ports >Synopsis: Fix bug in desktop entry for port graphics/showimage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 01:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rusty Nejdl >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD tethys.ringofsaturn.com 9.1-STABLE FreeBSD 9.1-STABLE #0 r245164: Tue Jan 8 10:10:22 CST 2013 root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN amd64 >Description: This fixes a bug in the showimage.desktop file where the desktop file references showimage but the program installs as showimage-kde4. >How-To-Repeat: >Fix: --- showimage.diff begins here --- diff -ruN showimage/Makefile showimage.new/Makefile --- showimage/Makefile 2012-11-17 08:23:55.000000000 -0600 +++ showimage.new/Makefile 2013-02-23 19:31:03.000000000 -0600 @@ -7,7 +7,7 @@ PORTNAME= showimage PORTVERSION= 1.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ DISTNAME= 143977-${PORTNAME}-${PORTVERSION} diff -ruN showimage/files/patch-showimage.desktop showimage.new/files/patch-showimage.desktop --- showimage/files/patch-showimage.desktop 2012-11-17 08:23:55.000000000 -0600 +++ showimage.new/files/patch-showimage.desktop 2013-02-23 19:30:07.000000000 -0600 @@ -1,10 +1,12 @@ ---- ./showimage.desktop.orig 2011-09-12 19:22:18.000000000 +0000 -+++ ./showimage.desktop 2011-12-13 15:58:11.884599087 +0000 -@@ -2,7 +2,7 @@ +--- showimage.desktop.orig 2013-02-23 19:29:20.000000000 -0600 ++++ showimage.desktop 2013-02-23 19:29:34.000000000 -0600 +@@ -1,8 +1,8 @@ + [Desktop Entry] Type=Application Encoding=UTF-8 - Exec=showimage %F +-Exec=showimage %F -Icon=showimage ++Exec=showimage-kde4 %F +Icon=showimage-kde4 Categories=Graphics;RasterGraphics;Viewer; Terminal=false --- showimage.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?assp.1767cd7742.201302240138.r1O1caMY094559>