1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
## menu.patch by Philipp Huebner <debalance@debian.org>
##
## Remove encoding key in ganyremote.desktop since it's deprecated
@DPATCH@
Index: ganyremote/ganyremote.desktop
===================================================================
--- ganyremote.orig/ganyremote.desktop
+++ ganyremote/ganyremote.desktop
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Exec=ganyremote
Icon=ganyremote
Type=Application
@@ -17,11 +16,12 @@ GenericName[ru]=Пульт управл
GenericName[sk]=Bluetooth Diaľkové ovládanie
GenericName[xx]=xxBluetooth Remote Controlxx
Categories=Utility;
+Keywords=anyRemote;Bluetooth;GTK;
Comment=Bluetooth remote control
Comment[bg]=Bluetooth дистационно управление
Comment[es]=Control Remoto Bluetooth
Comment[fr]=Télécommande bluetooth
-Comment[it]=Bluetooth control remoto
+Comment[it]=Bluetooth control remoto
Comment[nl]=Bluetooth afstandsbesturing
Comment[pl]=Zdalne Sterowanie Przez Bluetooth
Comment[pt]=Controle Remoto Bluetooth
|