wok-next annotate midori/stuff/patches/desktops.patch @ rev 20095

Update/add packages needed for building MATE desktop:
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 28 16:45:22 2017 +0300 (2017-10-28)
parents
children
rev   line source
al@19897 1 --- a/data/midori.desktop.in
al@19897 2 +++ b/data/midori.desktop.in
al@19897 3 @@ -1,32 +1,10 @@
al@19897 4 [Desktop Entry]
al@19897 5 -Version=1.0
al@19897 6 Type=Application
al@19897 7 _Name=Midori
al@19897 8 -_GenericName=Web Browser
al@19897 9 -_X-GNOME-Fullname=Midori Web Browser
al@19897 10 _Comment=Browse the Web
al@19897 11 -_X-GNOME-Keywords=Internet;WWW;Explorer
al@19897 12 -_X-AppInstall-Keywords=Internet;WWW;Explorer
al@19897 13 Categories=GTK;Network;WebBrowser;
al@19897 14 MimeType=text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo;image/svg+xml;
al@19897 15 Exec=midori %U
al@19897 16 Icon=midori
al@19897 17 Terminal=false
al@19897 18 StartupNotify=true
al@19897 19 -X-GNOME-UsesNotifications=true
al@19897 20 -X-Osso-Type=application/x-executable
al@19897 21 -X-Osso-Service=midori
al@19897 22 -Actions=TabNew;WindowNew;Private;
al@19897 23 -
al@19897 24 -[Desktop Action TabNew]
al@19897 25 -_Name=New Tab
al@19897 26 -Exec=midori -e TabNew
al@19897 27 -
al@19897 28 -[Desktop Action WindowNew]
al@19897 29 -_Name=New Window
al@19897 30 -Exec=midori -e WindowNew
al@19897 31 -
al@19897 32 -[Desktop Action Private]
al@19897 33 -_Name=New Private Browsing Window
al@19897 34 -Exec=midori --private
al@19897 35 -
al@19897 36 --- a/data/midori-private.desktop.in
al@19897 37 +++ b/data/midori-private.desktop.in
al@19897 38 @@ -1,15 +1,9 @@
al@19897 39 [Desktop Entry]
al@19897 40 -Version=1.0
al@19897 41 Type=Application
al@19897 42 _Name=Midori Private Browsing
al@19897 43 -_GenericName=Private Browsing
al@19897 44 _Comment=Open a new private browsing window
al@19897 45 Categories=GTK;Network;WebBrowser;
al@19897 46 Exec=midori --private %U
al@19897 47 Icon=midori
al@19897 48 Terminal=false
al@19897 49 StartupNotify=true
al@19897 50 -NotShowIn=Pantheon;
al@19897 51 -X-Osso-Type=application/x-executable
al@19897 52 -X-Osso-Service=midori
al@19897 53 -