Update to 0.11.0 for Qt 4.7
PR: ports/152751 Approved by: portmgr (miwi)
This commit is contained in:
parent
ee6d174403
commit
94e83a6995
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265596
@ -5,8 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= arora
|
||||
PORTVERSION= 0.10.2
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.11.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (arora-0.10.2.tar.gz) = ccef0f214e0f03828cde8c521f7a5225
|
||||
SHA256 (arora-0.10.2.tar.gz) = 7b5bdbb01dccc27776c65f7aa7e4557c5ac23b07494d935523ffce7d7cece9da
|
||||
SIZE (arora-0.10.2.tar.gz) = 1064208
|
||||
SHA256 (arora-0.11.0.tar.gz) = 6f5fef191935ed740aaa61d5f081abb823997abc20a993cbcb74a4d8adcad3b9
|
||||
SIZE (arora-0.11.0.tar.gz) = 1072898
|
||||
|
11
www/arora/files/patch-src__main.cpp
Normal file
11
www/arora/files/patch-src__main.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./src/main.cpp.orig 2010-09-27 06:42:17.000000000 +0400
|
||||
+++ ./src/main.cpp 2010-11-07 17:02:53.153956800 +0300
|
||||
@@ -28,7 +28,7 @@
|
||||
Q_INIT_RESOURCE(htmls);
|
||||
Q_INIT_RESOURCE(data);
|
||||
#ifdef Q_WS_X11
|
||||
- QApplication::setGraphicsSystem(QString::fromLatin1("raster"));
|
||||
+ // QApplication::setGraphicsSystem(QString::fromLatin1("raster"));
|
||||
#endif
|
||||
BrowserApplication application(argc, argv);
|
||||
if (!application.isRunning())
|
@ -22,7 +22,7 @@ share/applications/arora.desktop
|
||||
%%NLS%%share/arora/locale/ja_JP.qm
|
||||
%%NLS%%share/arora/locale/ms.qm
|
||||
%%NLS%%share/arora/locale/nb_NO.qm
|
||||
%%NLS%%share/arora/locale/nl_NL.qm
|
||||
%%NLS%%share/arora/locale/nl.qm
|
||||
%%NLS%%share/arora/locale/pl_PL.qm
|
||||
%%NLS%%share/arora/locale/pt_BR.qm
|
||||
%%NLS%%share/arora/locale/pt_PT.qm
|
||||
|
Loading…
Reference in New Issue
Block a user