View | Details | Raw Unified | Return to bug 193979
Collapse All | Expand All

(-)Makefile (-5 / +11 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	qupzilla
3
PORTNAME=	qupzilla
4
PORTVERSION=	1.6.6
4
PORTVERSION=	1.8.0
5
PORTREVISION=	1
6
CATEGORIES=	www
5
CATEGORIES=	www
7
MASTER_SITES=	https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/
6
MASTER_SITES=	https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/
8
DISTNAME=	QupZilla-${PORTVERSION}
7
DISTNAME=	QupZilla-${PORTVERSION}
Lines 16-28 Link Here
16
		libexecinfo.so:${PORTSDIR}/devel/libexecinfo
15
		libexecinfo.so:${PORTSDIR}/devel/libexecinfo
17
16
18
USES=		desktop-file-utils pkgconfig qmake tar:xz
17
USES=		desktop-file-utils pkgconfig qmake tar:xz
19
USE_QT4=	gui moc_build rcc_build uic_build webkit \
18
USE_QT4=	corelib gui moc_build rcc_build uic_build webkit \
20
		dbus xml script sql network imageformats_run linguist_build
19
		xml script sql network imageformats_run linguist_build
21
QMAKE_ENV=	QUPZILLA_PREFIX=${PREFIX}/
20
QMAKE_ENV=	QUPZILLA_PREFIX=${PREFIX}/
22
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
23
INSTALLS_ICONS=	yes
22
INSTALLS_ICONS=	yes
24
23
25
OPTIONS_DEFINE=	GNOMEKEYRING KWALLET
24
OPTIONS_DEFINE=	DBUS GNOMEKEYRING KWALLET
25
OPTIONS_DEFAULT=DBUS
26
OPTIONS_SUB=	yes
26
OPTIONS_SUB=	yes
27
27
28
.include <bsd.port.options.mk>
28
.include <bsd.port.options.mk>
Lines 37-42 Link Here
37
QMAKE_ENV+=	KDE_INTEGRATION="true"
37
QMAKE_ENV+=	KDE_INTEGRATION="true"
38
.endif
38
.endif
39
39
40
.if ${PORT_OPTIONS:MDBIS}
41
USE_QT4+=	DBUS
42
.else
43
QMAKE_ENV+=	DISABLE_DBUS="true"
44
.endif
45
40
post-patch:
46
post-patch:
41
	@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
47
	@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
42
		${WRKSRC}/tests/autotests/qztoolstest.cpp \
48
		${WRKSRC}/tests/autotests/qztoolstest.cpp \
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (QupZilla-1.6.6.tar.xz) = 82597a18fff789ddb92bdf21fb46a1f85c0003813f89c7462269c6aa11ef0fc9
1
SHA256 (QupZilla-1.8.0.tar.xz) = c4089d14254e87b58a5f2bfb0e393cd6bae0b2bd508da19a92c12989b7e90908
2
SIZE (QupZilla-1.6.6.tar.xz) = 3162916
2
SIZE (QupZilla-1.8.0.tar.xz) = 3092300
(-)files/patch-src__lib__3rdparty__processinfo.h (-6 / +6 lines)
Lines 1-11 Link Here
1
--- ./src/lib/3rdparty/processinfo.h.orig	2014-01-26 19:04:16.000000000 +0330
1
--- src/lib/3rdparty/processinfo.h.orig	2014-09-26 12:35:35.000000000 +0400
2
+++ ./src/lib/3rdparty/processinfo.h	2014-01-26 19:04:33.000000000 +0330
2
+++ src/lib/3rdparty/processinfo.h	2014-09-26 23:04:10.000000000 +0400
3
@@ -18,6 +18,8 @@
3
@@ -18,6 +18,8 @@
4
 #ifndef PROCESSINFO_H
4
 #ifndef PROCESSINFO_H
5
 #define PROCESSINFO_H
5
 #define PROCESSINFO_H
6
 
6
 
7
+#include <unistd.h>
7
+#include <QtGlobal>
8
+
8
+
9
 #include <QString>
9
 #if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
10
 
10
 #include <sys/types.h>
11
 #include "qz_namespace.h"
11
 #endif
(-)files/patch-src__main__main.pro (-11 lines)
Lines 1-11 Link Here
1
--- ./src/main/main.pro.orig	2014-01-26 16:37:39.000000000 +0330
2
+++ ./src/main/main.pro	2014-01-26 16:38:07.000000000 +0330
3
@@ -10,7 +10,7 @@
4
 TEMPLATE = app
5
 
6
 !unix|mac: LIBS += -L../../bin -lQupZilla
7
-!mac:unix: LIBS += ../../bin/libQupZilla.so
8
+!mac:unix: LIBS += ../../bin/libQupZilla.so -lexecinfo
9
 
10
 include(../defines.pri)
11
 include(../install.pri)
(-)pkg-plist (-73 / +62 lines)
Lines 1-8 Link Here
1
bin/qupzilla
1
bin/qupzilla
2
lib/libQupZilla.so
2
lib/libQupZilla.so
3
lib/libQupZilla.so.1
3
lib/libQupZilla.so.1
4
lib/libQupZilla.so.1.6
4
lib/libQupZilla.so.1.8
5
lib/libQupZilla.so.1.6.6
5
lib/libQupZilla.so.1.8.0
6
lib/qupzilla/libAccessKeysNavigation.so
6
lib/qupzilla/libAccessKeysNavigation.so
7
lib/qupzilla/libAutoScroll.so
7
lib/qupzilla/libAutoScroll.so
8
%%GNOMEKEYRING%%lib/qupzilla/libGnomeKeyringPasswords.so
8
%%GNOMEKEYRING%%lib/qupzilla/libGnomeKeyringPasswords.so
Lines 11-16 Link Here
11
lib/qupzilla/libMouseGestures.so
11
lib/qupzilla/libMouseGestures.so
12
lib/qupzilla/libPIM.so
12
lib/qupzilla/libPIM.so
13
lib/qupzilla/libStatusBarIcons.so
13
lib/qupzilla/libStatusBarIcons.so
14
share/appdata/qupzilla.appdata.xml
14
share/applications/qupzilla.desktop
15
share/applications/qupzilla.desktop
15
share/bash-completion/completions/qupzilla
16
share/bash-completion/completions/qupzilla
16
share/icons/hicolor/128x128/apps/qupzilla.png
17
share/icons/hicolor/128x128/apps/qupzilla.png
Lines 31-39 Link Here
31
%%DATADIR%%/locale/es_VE.qm
32
%%DATADIR%%/locale/es_VE.qm
32
%%DATADIR%%/locale/eu_ES.qm
33
%%DATADIR%%/locale/eu_ES.qm
33
%%DATADIR%%/locale/fa_IR.qm
34
%%DATADIR%%/locale/fa_IR.qm
35
%%DATADIR%%/locale/fi_FI.qm
34
%%DATADIR%%/locale/fr_FR.qm
36
%%DATADIR%%/locale/fr_FR.qm
35
%%DATADIR%%/locale/gl_ES.qm
37
%%DATADIR%%/locale/gl_ES.qm
36
%%DATADIR%%/locale/he_IL.qm
38
%%DATADIR%%/locale/he_IL.qm
39
%%DATADIR%%/locale/hr_HR.qm
37
%%DATADIR%%/locale/hu_HU.qm
40
%%DATADIR%%/locale/hu_HU.qm
38
%%DATADIR%%/locale/id_ID.qm
41
%%DATADIR%%/locale/id_ID.qm
39
%%DATADIR%%/locale/it_IT.qm
42
%%DATADIR%%/locale/it_IT.qm
Lines 46-93 Link Here
46
%%DATADIR%%/locale/pl_PL.qm
49
%%DATADIR%%/locale/pl_PL.qm
47
%%DATADIR%%/locale/pt_BR.qm
50
%%DATADIR%%/locale/pt_BR.qm
48
%%DATADIR%%/locale/pt_PT.qm
51
%%DATADIR%%/locale/pt_PT.qm
49
%%DATADIR%%/locale/qt_ar.qm
50
%%DATADIR%%/locale/qt_ca.qm
52
%%DATADIR%%/locale/qt_ca.qm
51
%%DATADIR%%/locale/qt_cs.qm
52
%%DATADIR%%/locale/qt_da.qm
53
%%DATADIR%%/locale/qt_de.qm
54
%%DATADIR%%/locale/qt_el.qm
53
%%DATADIR%%/locale/qt_el.qm
55
%%DATADIR%%/locale/qt_es.qm
56
%%DATADIR%%/locale/qt_eu.qm
57
%%DATADIR%%/locale/qt_fa.qm
58
%%DATADIR%%/locale/qt_fr.qm
59
%%DATADIR%%/locale/qt_gl.qm
60
%%DATADIR%%/locale/qt_he.qm
61
%%DATADIR%%/locale/qt_hu.qm
62
%%DATADIR%%/locale/qt_it.qm
63
%%DATADIR%%/locale/qt_ja.qm
64
%%DATADIR%%/locale/qt_nl.qm
54
%%DATADIR%%/locale/qt_nl.qm
65
%%DATADIR%%/locale/qt_pl.qm
55
%%DATADIR%%/locale/qt_sr.qm
66
%%DATADIR%%/locale/qt_pt.qm
56
%%DATADIR%%/locale/qt_sr@ijekavian.qm
67
%%DATADIR%%/locale/qt_ru.qm
57
%%DATADIR%%/locale/qt_sr@ijekavianlatin.qm
68
%%DATADIR%%/locale/qt_sk.qm
58
%%DATADIR%%/locale/qt_sr@latin.qm
69
%%DATADIR%%/locale/qt_sr_BA.qm
70
%%DATADIR%%/locale/qt_sr_BA@latin.qm
71
%%DATADIR%%/locale/qt_sr_RS.qm
72
%%DATADIR%%/locale/qt_sr_RS@latin.qm
73
%%DATADIR%%/locale/qt_sv.qm
74
%%DATADIR%%/locale/qt_uk.qm
75
%%DATADIR%%/locale/qt_zh_CN.qm
76
%%DATADIR%%/locale/qt_zh_TW.qm
77
%%DATADIR%%/locale/ro_RO.qm
59
%%DATADIR%%/locale/ro_RO.qm
78
%%DATADIR%%/locale/ru_RU.qm
60
%%DATADIR%%/locale/ru_RU.qm
79
%%DATADIR%%/locale/sk_SK.qm
61
%%DATADIR%%/locale/sk_SK.qm
80
%%DATADIR%%/locale/sr_BA.qm
62
%%DATADIR%%/locale/sr.qm
81
%%DATADIR%%/locale/sr_BA@latin.qm
63
%%DATADIR%%/locale/sr@ijekavian.qm
82
%%DATADIR%%/locale/sr_RS.qm
64
%%DATADIR%%/locale/sr@ijekavianlatin.qm
83
%%DATADIR%%/locale/sr_RS@latin.qm
65
%%DATADIR%%/locale/sr@latin.qm
84
%%DATADIR%%/locale/sv_SE.qm
66
%%DATADIR%%/locale/sv_SE.qm
67
%%DATADIR%%/locale/tr_TR.qm
85
%%DATADIR%%/locale/uk_UA.qm
68
%%DATADIR%%/locale/uk_UA.qm
86
%%DATADIR%%/locale/uz@Latn.qm
69
%%DATADIR%%/locale/uz@Latn.qm
87
%%DATADIR%%/locale/zh_CN.qm
70
%%DATADIR%%/locale/zh_CN.qm
88
%%DATADIR%%/locale/zh_TW.qm
71
%%DATADIR%%/locale/zh_TW.qm
89
%%DATADIR%%/themes/chrome/images/blankbutton-a.png
72
%%DATADIR%%/themes/breathe/images/add.png
90
%%DATADIR%%/themes/chrome/images/blankbutton-h.png
73
%%DATADIR%%/themes/breathe/images/find.png
74
%%DATADIR%%/themes/breathe/images/flash.png
75
%%DATADIR%%/themes/breathe/images/flashstart.png
76
%%DATADIR%%/themes/breathe/images/goto.png
77
%%DATADIR%%/themes/breathe/images/home.png
78
%%DATADIR%%/themes/breathe/images/library-bg-left.png
79
%%DATADIR%%/themes/breathe/images/library-bg-top-right.png
80
%%DATADIR%%/themes/breathe/images/library-bg-top.png
81
%%DATADIR%%/themes/breathe/images/library-search-bg.png
82
%%DATADIR%%/themes/breathe/images/lineedit-bg.png
83
%%DATADIR%%/themes/breathe/images/login.png
84
%%DATADIR%%/themes/breathe/images/menu.png
85
%%DATADIR%%/themes/breathe/images/navigation-dropdown.png
86
%%DATADIR%%/themes/breathe/images/next.png
87
%%DATADIR%%/themes/breathe/images/previous.png
88
%%DATADIR%%/themes/breathe/images/reload.png
89
%%DATADIR%%/themes/breathe/images/restore.png
90
%%DATADIR%%/themes/breathe/images/rss.png
91
%%DATADIR%%/themes/breathe/images/semi-transp.png
92
%%DATADIR%%/themes/breathe/images/siteicon-bg-a.png
93
%%DATADIR%%/themes/breathe/images/siteicon-bg-h.png
94
%%DATADIR%%/themes/breathe/images/siteicon-bg.png
95
%%DATADIR%%/themes/breathe/images/siteicon-secure-bg-a.png
96
%%DATADIR%%/themes/breathe/images/siteicon-secure-bg-h.png
97
%%DATADIR%%/themes/breathe/images/siteicon-secure-bg.png
98
%%DATADIR%%/themes/breathe/images/star-a.png
99
%%DATADIR%%/themes/breathe/images/star.png
100
%%DATADIR%%/themes/breathe/images/stop.png
101
%%DATADIR%%/themes/breathe/images/tab-left.png
102
%%DATADIR%%/themes/breathe/images/tab-right.png
103
%%DATADIR%%/themes/breathe/images/tabs-list.png
104
%%DATADIR%%/themes/breathe/images/transp.png
105
%%DATADIR%%/themes/breathe/images/trash.png
106
%%DATADIR%%/themes/breathe/images/websearch-bg-a.png
107
%%DATADIR%%/themes/breathe/images/websearch-bg-h.png
108
%%DATADIR%%/themes/breathe/images/websearch-bg.png
109
%%DATADIR%%/themes/breathe/main.css
110
%%DATADIR%%/themes/breathe/rtl.css
111
%%DATADIR%%/themes/breathe/theme.info
112
%%DATADIR%%/themes/breathe/theme.png
91
%%DATADIR%%/themes/chrome/images/flash.png
113
%%DATADIR%%/themes/chrome/images/flash.png
92
%%DATADIR%%/themes/chrome/images/flashstart.png
114
%%DATADIR%%/themes/chrome/images/flashstart.png
93
%%DATADIR%%/themes/chrome/images/gotoaddress.png
115
%%DATADIR%%/themes/chrome/images/gotoaddress.png
Lines 119-125 Link Here
119
%%DATADIR%%/themes/chrome/images/tabs-bg.png
141
%%DATADIR%%/themes/chrome/images/tabs-bg.png
120
%%DATADIR%%/themes/chrome/images/tabs-list-button.png
142
%%DATADIR%%/themes/chrome/images/tabs-list-button.png
121
%%DATADIR%%/themes/chrome/images/toolbar-bg.png
143
%%DATADIR%%/themes/chrome/images/toolbar-bg.png
122
%%DATADIR%%/themes/chrome/images/transp.png
144
%%DATADIR%%/themes/chrome/images/toolbutton-a.png
145
%%DATADIR%%/themes/chrome/images/toolbutton-h.png
146
%%DATADIR%%/themes/chrome/images/toolbutton.png
123
%%DATADIR%%/themes/chrome/linux.css
147
%%DATADIR%%/themes/chrome/linux.css
124
%%DATADIR%%/themes/chrome/main.css
148
%%DATADIR%%/themes/chrome/main.css
125
%%DATADIR%%/themes/chrome/rtl.css
149
%%DATADIR%%/themes/chrome/rtl.css
Lines 155-181 Link Here
155
%%DATADIR%%/themes/default/images/tab-right-arrow.png
179
%%DATADIR%%/themes/default/images/tab-right-arrow.png
156
%%DATADIR%%/themes/default/images/tabs-list-button.png
180
%%DATADIR%%/themes/default/images/tabs-list-button.png
157
%%DATADIR%%/themes/default/images/transp.png
181
%%DATADIR%%/themes/default/images/transp.png
182
%%DATADIR%%/themes/default/images/websearchbar-bg.png
158
%%DATADIR%%/themes/default/main.css
183
%%DATADIR%%/themes/default/main.css
159
%%DATADIR%%/themes/default/rtl.css
184
%%DATADIR%%/themes/default/rtl.css
160
%%DATADIR%%/themes/default/theme.info
185
%%DATADIR%%/themes/default/theme.info
161
%%DATADIR%%/themes/default/theme.png
186
%%DATADIR%%/themes/default/theme.png
162
%%DATADIR%%/themes/default/windows.css
187
%%DATADIR%%/themes/default/windows.css
163
%%DATADIR%%/themes/linux/images/edit-find.png
164
%%DATADIR%%/themes/linux/images/flash.png
188
%%DATADIR%%/themes/linux/images/flash.png
165
%%DATADIR%%/themes/linux/images/flashstart.png
189
%%DATADIR%%/themes/linux/images/flashstart.png
166
%%DATADIR%%/themes/linux/images/go-home.png
167
%%DATADIR%%/themes/linux/images/go-next.png
168
%%DATADIR%%/themes/linux/images/go-previous.png
169
%%DATADIR%%/themes/linux/images/gotoaddress.png
170
%%DATADIR%%/themes/linux/images/key.png
190
%%DATADIR%%/themes/linux/images/key.png
171
%%DATADIR%%/themes/linux/images/library-bg-left.png
191
%%DATADIR%%/themes/linux/images/library-bg-left.png
172
%%DATADIR%%/themes/linux/images/library-bg-top-right.png
192
%%DATADIR%%/themes/linux/images/library-bg-top-right.png
173
%%DATADIR%%/themes/linux/images/library-bg-top.png
193
%%DATADIR%%/themes/linux/images/library-bg-top.png
174
%%DATADIR%%/themes/linux/images/library-search-bg.png
194
%%DATADIR%%/themes/linux/images/library-search-bg.png
175
%%DATADIR%%/themes/linux/images/list-add.png
195
%%DATADIR%%/themes/linux/images/menu.png
176
%%DATADIR%%/themes/linux/images/navigation-dropdown.png
196
%%DATADIR%%/themes/linux/images/navigation-dropdown.png
177
%%DATADIR%%/themes/linux/images/preferences-desktop.png
178
%%DATADIR%%/themes/linux/images/process-stop.png
179
%%DATADIR%%/themes/linux/images/rss.png
197
%%DATADIR%%/themes/linux/images/rss.png
180
%%DATADIR%%/themes/linux/images/semi-transp.png
198
%%DATADIR%%/themes/linux/images/semi-transp.png
181
%%DATADIR%%/themes/linux/images/star-a.png
199
%%DATADIR%%/themes/linux/images/star-a.png
Lines 184-190 Link Here
184
%%DATADIR%%/themes/linux/images/tab-right-arrow.png
202
%%DATADIR%%/themes/linux/images/tab-right-arrow.png
185
%%DATADIR%%/themes/linux/images/tabs-list-button.png
203
%%DATADIR%%/themes/linux/images/tabs-list-button.png
186
%%DATADIR%%/themes/linux/images/transp.png
204
%%DATADIR%%/themes/linux/images/transp.png
187
%%DATADIR%%/themes/linux/images/view-refresh.png
188
%%DATADIR%%/themes/linux/images/websearch-bg.png
205
%%DATADIR%%/themes/linux/images/websearch-bg.png
189
%%DATADIR%%/themes/linux/main.css
206
%%DATADIR%%/themes/linux/main.css
190
%%DATADIR%%/themes/linux/rtl.css
207
%%DATADIR%%/themes/linux/rtl.css
Lines 224-229 Link Here
224
%%DATADIR%%/themes/mac/images/tabs-list-button_rtl.png
241
%%DATADIR%%/themes/mac/images/tabs-list-button_rtl.png
225
%%DATADIR%%/themes/mac/images/toolbar-bg.png
242
%%DATADIR%%/themes/mac/images/toolbar-bg.png
226
%%DATADIR%%/themes/mac/images/transp.png
243
%%DATADIR%%/themes/mac/images/transp.png
244
%%DATADIR%%/themes/mac/images/user-trash-full.png
227
%%DATADIR%%/themes/mac/linux.css
245
%%DATADIR%%/themes/mac/linux.css
228
%%DATADIR%%/themes/mac/main.css
246
%%DATADIR%%/themes/mac/main.css
229
%%DATADIR%%/themes/mac/rtl.css
247
%%DATADIR%%/themes/mac/rtl.css
Lines 268-273 Link Here
268
%%DATADIR%%/themes/windows/images/tabs-list-button.png
286
%%DATADIR%%/themes/windows/images/tabs-list-button.png
269
%%DATADIR%%/themes/windows/images/toolbar-bg.png
287
%%DATADIR%%/themes/windows/images/toolbar-bg.png
270
%%DATADIR%%/themes/windows/images/transp.png
288
%%DATADIR%%/themes/windows/images/transp.png
289
%%DATADIR%%/themes/windows/images/user-trash-full.png
271
%%DATADIR%%/themes/windows/linux.css
290
%%DATADIR%%/themes/windows/linux.css
272
%%DATADIR%%/themes/windows/main.css
291
%%DATADIR%%/themes/windows/main.css
273
%%DATADIR%%/themes/windows/rtl.css
292
%%DATADIR%%/themes/windows/rtl.css
Lines 275-307 Link Here
275
%%DATADIR%%/themes/windows/theme.license
294
%%DATADIR%%/themes/windows/theme.license
276
%%DATADIR%%/themes/windows/theme.png
295
%%DATADIR%%/themes/windows/theme.png
277
%%DATADIR%%/themes/windows/windows.css
296
%%DATADIR%%/themes/windows/windows.css
278
@dirrmtry %%DATADIR%%/themes/windows/images
279
@dirrmtry %%DATADIR%%/themes/windows
280
@dirrmtry %%DATADIR%%/themes/mac/images
281
@dirrmtry %%DATADIR%%/themes/mac
282
@dirrmtry %%DATADIR%%/themes/linux/images
283
@dirrmtry %%DATADIR%%/themes/linux
284
@dirrmtry %%DATADIR%%/themes/default/images
285
@dirrmtry %%DATADIR%%/themes/default
286
@dirrmtry %%DATADIR%%/themes/chrome/images
287
@dirrmtry %%DATADIR%%/themes/chrome
288
@dirrmtry %%DATADIR%%/themes
289
@dirrmtry %%DATADIR%%/locale
290
@dirrmtry %%DATADIR%%
291
@dirrmtry share/icons/hicolor/64x64/apps
292
@dirrmtry share/icons/hicolor/64x64
293
@dirrmtry share/icons/hicolor/48x48/apps
294
@dirrmtry share/icons/hicolor/48x48
295
@dirrmtry share/icons/hicolor/32x32/apps
296
@dirrmtry share/icons/hicolor/32x32
297
@dirrmtry share/icons/hicolor/256x256/apps
298
@dirrmtry share/icons/hicolor/256x256
299
@dirrmtry share/icons/hicolor/16x16/apps
300
@dirrmtry share/icons/hicolor/16x16
301
@dirrmtry share/icons/hicolor/128x128/apps
302
@dirrmtry share/icons/hicolor/128x128
303
@dirrmtry share/icons/hicolor
304
@dirrmtry share/icons
305
@dirrmtry share/bash-completion/completions
306
@dirrmtry share/bash-completion
307
@dirrmtry lib/qupzilla

Return to bug 193979