mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix incorrect desktop entry referencing showimage
instead of showimage-kde4 - Trim header PR: ports/176385 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
This commit is contained in:
parent
c884c9be76
commit
4121014313
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312920
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user