[127835] trunk/dports/www/QupZilla

ryandesign at macports.org ryandesign at macports.org
Tue Nov 4 18:49:43 PST 2014


Revision: 127835
          https://trac.macports.org/changeset/127835
Author:   ryandesign at macports.org
Date:     2014-11-04 18:49:43 -0800 (Tue, 04 Nov 2014)
Log Message:
-----------
QupZilla: update to 1.8.4

Modified Paths:
--------------
    trunk/dports/www/QupZilla/Portfile

Added Paths:
-----------
    trunk/dports/www/QupZilla/files/patch-src-lib-app-mainmenu.cpp.diff

Modified: trunk/dports/www/QupZilla/Portfile
===================================================================
--- trunk/dports/www/QupZilla/Portfile	2014-11-05 02:32:39 UTC (rev 127834)
+++ trunk/dports/www/QupZilla/Portfile	2014-11-05 02:49:43 UTC (rev 127835)
@@ -5,7 +5,7 @@
 PortGroup           github 1.0
 PortGroup           qmake 1.0
 
-github.setup        QupZilla qupzilla 1.8.3 v
+github.setup        QupZilla qupzilla 1.8.4 v
 name                QupZilla
 categories          www
 platforms           darwin
@@ -22,12 +22,13 @@
 
 homepage            http://www.qupzilla.com/
 
-checksums           rmd160  cf80aeb6156942804217bf2969564a4f5ddffcd5 \
-                    sha256  34e4d18b49c3a3ca40b3a30ffece994041fee1c30196e280301b6d5fb582c162
+checksums           rmd160  d3f7c323ad4ff0d61774794e9ddfc6b879f00ac3 \
+                    sha256  10eddcdf791e32132ee8dc21978fb2aa547fbb2ac43ab8d53f3761b82d6b1eb3
 
 depends_run-append  port:qt4-mac-sqlite3-plugin
 
 patchfiles          patch-mac-macdeploy.sh.diff
+patchfiles-append   patch-src-lib-app-mainmenu.cpp.diff
 
 build.args-append   QUPZILLA_PREFIX=${prefix}/
 

Added: trunk/dports/www/QupZilla/files/patch-src-lib-app-mainmenu.cpp.diff
===================================================================
--- trunk/dports/www/QupZilla/files/patch-src-lib-app-mainmenu.cpp.diff	                        (rev 0)
+++ trunk/dports/www/QupZilla/files/patch-src-lib-app-mainmenu.cpp.diff	2014-11-05 02:49:43 UTC (rev 127835)
@@ -0,0 +1,13 @@
+https://github.com/QupZilla/qupzilla/issues/1513
+https://github.com/QupZilla/qupzilla/commit/b81c45486fd737ed75eed3b2ddb7310c6b3b9327
+--- src/lib/app/mainmenu.cpp.orig
++++ src/lib/app/mainmenu.cpp
+@@ -629,7 +629,7 @@ void MainMenu::init()
+     m_actions[QSL("Other/RestoreClosedTab")] = action;
+ 
+ #ifdef Q_OS_MAC
+-    m_actions[QSL("View/FullScreen")]->setShortcut(QKeySequence::FullScreen);
++    m_actions[QSL("View/FullScreen")]->setShortcut(QKeySequence(QSL("Ctrl+Meta+F")));
+ 
+     // Add standard actions to File Menu (as it won't be ever cleared) and Mac menubar should move them to "Application" menu
+     m_menuFile->addAction(m_actions[QSL("Standard/About")]);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141104/5608345b/attachment.html>


More information about the macports-changes mailing list