mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Remove suffix from Icon key in desktop entries
Suffixes, like .png, are not part of the specification. Although many ports like misc/xfce4-appfinder have implemented workarounds for it, ports like x11/rofi are missing icons due to a suffix being present in the Icon key. References: - https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html - https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#icon_lookup Approved by: portmgr (blanket, runtime fixes)
This commit is contained in:
parent
ebec9ca98b
commit
b1977b079c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516987
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= remotebox
|
||||
DISTVERSION= 2.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://remotebox.knobgoblin.org.uk/downloads/
|
||||
DISTNAME= RemoteBox-${DISTVERSION}
|
||||
|
@ -5,6 +5,6 @@ Type=Application
|
||||
Name=Remotebox
|
||||
GenericName=Remotebox
|
||||
Comment=Open Source VirtualBox Client with Remote Management
|
||||
Icon=remotebox.png
|
||||
Icon=remotebox
|
||||
Exec=remotebox
|
||||
Categories=System
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gcb
|
||||
PORTVERSION= 0.2.8
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://freebsd.flatrate.ru/distfiles/ \
|
||||
http://ccbsd9.csie.nctu.edu.tw/~cp76/gcb/
|
||||
|
@ -2,7 +2,7 @@
|
||||
Encoding=UTF-8
|
||||
Name=Gtk Copy-paste Buffer
|
||||
Comment=A GTK+ tool for managing x11 cut-buffers
|
||||
Icon=gcb.png
|
||||
Icon=gcb
|
||||
Exec=gcb -B
|
||||
Type=Application
|
||||
Categories=GNOME;Application;System
|
||||
|
Loading…
Reference in New Issue
Block a user