diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-02-25 21:39:11 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-02-25 21:39:11 +0800 |
commit | 79c049d90b01cf76f042670c2f3f02e55a4eec7b (patch) | |
tree | 662275536527d35a3879190333af200760cc107c /graphics/showimage | |
parent | 4351ccefe704e93532726667a49e51e1895f5ea8 (diff) | |
download | freebsd-ports-gnome-79c049d90b01cf76f042670c2f3f02e55a4eec7b.tar.gz freebsd-ports-gnome-79c049d90b01cf76f042670c2f3f02e55a4eec7b.tar.zst freebsd-ports-gnome-79c049d90b01cf76f042670c2f3f02e55a4eec7b.zip |
- Fix incorrect desktop entry referencing showimage
instead of showimage-kde4
- Trim header
PR: ports/176385
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
Diffstat (limited to 'graphics/showimage')
-rw-r--r-- | graphics/showimage/Makefile | 8 | ||||
-rw-r--r-- | graphics/showimage/files/patch-showimage.desktop | 10 |
2 files changed, 8 insertions, 10 deletions
diff --git a/graphics/showimage/Makefile b/graphics/showimage/Makefile index f0da0f33f16d..86d9d50c3f50 100644 --- a/graphics/showimage/Makefile +++ b/graphics/showimage/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: showimage -# Date Created: 2011-11-26 -# Whom: Rusty Nejdl <rnejdl@ringofsaturn.com> -# +# Created by: Rusty Nejdl <rnejdl@ringofsaturn.com> # $FreeBSD$ -# 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 --git a/graphics/showimage/files/patch-showimage.desktop b/graphics/showimage/files/patch-showimage.desktop index 931f310abecc..b7cc7bae58c4 100644 --- a/graphics/showimage/files/patch-showimage.desktop +++ b/graphics/showimage/files/patch-showimage.desktop @@ -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 |