View | Details | Raw Unified | Return to bug 227484 | Differences between
and this patch

Collapse All | Expand All

(-)x11-themes/Makefile (-2 / +1 lines)
Lines 123-128 Link Here
123
    SUBDIR += kf5-kiconthemes
123
    SUBDIR += kf5-kiconthemes
124
    SUBDIR += kf5-oxygen-icons5
124
    SUBDIR += kf5-oxygen-icons5
125
    SUBDIR += kf5-qqc2-desktop-style
125
    SUBDIR += kf5-qqc2-desktop-style
126
    SUBDIR += Kvantum
126
    SUBDIR += lumina-themes
127
    SUBDIR += lumina-themes
127
    SUBDIR += lxappearance
128
    SUBDIR += lxappearance
128
    SUBDIR += lxde-icon-theme
129
    SUBDIR += lxde-icon-theme
Lines 154-164 Link Here
154
    SUBDIR += plasma5-kde-gtk-config
155
    SUBDIR += plasma5-kde-gtk-config
155
    SUBDIR += plasma5-oxygen
156
    SUBDIR += plasma5-oxygen
156
    SUBDIR += plasma5-plasma-workspace-wallpapers
157
    SUBDIR += plasma5-plasma-workspace-wallpapers
157
    SUBDIR += qt4-style-Kvantum
158
    SUBDIR += qt4-style-float
158
    SUBDIR += qt4-style-float
159
    SUBDIR += qt4-style-phase
159
    SUBDIR += qt4-style-phase
160
    SUBDIR += qt4-style-quantumstyle
160
    SUBDIR += qt4-style-quantumstyle
161
    SUBDIR += qt5-style-Kvantum
162
    SUBDIR += qt5-style-plugins
161
    SUBDIR += qt5-style-plugins
163
    SUBDIR += qtcurve
162
    SUBDIR += qtcurve
164
    SUBDIR += qtcurve-gtk2
163
    SUBDIR += qtcurve-gtk2
(-)x11-themes/Kvantum/Makefile (-5 / +23 lines)
Lines 1-24 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	Kvantum
3
PORTNAME=	Kvantum
4
PORTVERSION=	0.10.5
5
DISTVERSIONPREFIX=	V
4
DISTVERSIONPREFIX=	V
5
DISTVERSION=	0.10.6
6
CATEGORIES=	x11-themes
6
CATEGORIES=	x11-themes
7
PKGNAMEPREFIX=	qt4-style-
8
7
9
MAINTAINER=	rezny@FreeBSD.org
8
MAINTAINER=	rezny@FreeBSD.org
10
COMMENT=	SVG-based theme engine for Qt4/5, KDE and LXQT
9
COMMENT=	SVG-based theme engine for Qt, KDE and LXQT
11
10
12
LICENSE=	GPLv3+
11
LICENSE=	GPLv3+
13
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
14
13
14
FLAVORS=	qt4 qt5
15
FLAVOR?=	${FLAVORS:[1]}
16
17
qt4_PKGNAMESUFFIX=	-qt4
18
qt5_PKGNAMESUFFIX=	-qt5
19
20
qt4_PLIST=	pkg-plist.qt4
21
qt5_PLIST=	pkg-plist.qt5
22
23
USES=		compiler:c++11-lang qmake
24
USE_XORG=	x11 xext
25
USE_LDCONFIG=	yes
15
USE_GITHUB=	yes
26
USE_GITHUB=	yes
16
GH_ACCOUNT=	tsujan
27
GH_ACCOUNT=	tsujan
17
28
18
USES=		compiler:c++11-lang qmake qt:4
29
.if ${FLAVOR} == qt4
30
USES+=		qt:4
19
USE_QT=		corelib gui svg rcc_build uic_build moc_build
31
USE_QT=		corelib gui svg rcc_build uic_build moc_build
20
USE_XORG=	x11 xext
32
.endif
21
33
34
.if ${FLAVOR} == qt5
35
USES+=		qt:5
36
USE_QT=		core gui svg widgets x11extras buildtools_build \
37
		linguisttools_build
38
.endif
39
22
WRKSRC_SUBDIR=	${PORTNAME}
40
WRKSRC_SUBDIR=	${PORTNAME}
23
41
24
post-patch:
42
post-patch:
(-)x11-themes/Kvantum/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1511730771
1
TIMESTAMP = 1523580793
2
SHA256 (tsujan-Kvantum-V0.10.5_GH0.tar.gz) = 3174dc68331e286a51c0288f5862363258ee2d11b7b10eac65f3bcb0ced6302e
2
SHA256 (tsujan-Kvantum-V0.10.6_GH0.tar.gz) = 4ef54d27be9d175d1023b37617295e622446ad950f79447aea8c6915890aae2d
3
SIZE (tsujan-Kvantum-V0.10.5_GH0.tar.gz) = 2066997
3
SIZE (tsujan-Kvantum-V0.10.6_GH0.tar.gz) = 2169362
(-)x11-themes/Kvantum/pkg-descr (-6 / +6 lines)
Lines 1-12 Link Here
1
Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQT, with an
1
Kvantum is an SVG-based theme engine for Qt, KDE and LXQT, with an emphasis on
2
emphasis on elegance, usability and practicality.
2
elegance, usability and practicality.
3
3
4
Kvantum has a default dark theme, which is inspired by the default theme of
4
Kvantum has a default dark theme, which is inspired by the default theme of
5
Enlightenment. Creation of realistic themes like that for KDE was my first
5
Enlightenment. Creation of realistic themes like that for KDE was my first
6
reason to make Kvantum but it goes far beyond its default theme: you could
6
reason to make Kvantum but it goes far beyond its default theme: you could make
7
make themes with very different looks and feels for it, whether they be
7
themes with very different looks and feels for it, whether they be
8
photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or
8
photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or
9
something in between, and Kvantum will let you control almost every aspect
9
something in between, and Kvantum will let you control almost every aspect of Qt
10
of Qt widgets.
10
widgets.
11
11
12
WWW: https://github.com/tsujan/Kvantum
12
WWW: https://github.com/tsujan/Kvantum
(-)x11-themes/Kvantum/pkg-plist.qt4 (+2 lines)
Line 0 Link Here
1
%%QT_PLUGINDIR%%/styles/libkvantum.so
2
share/apps/color-schemes/Kvantum.colors
(-)x11-themes/Kvantum/pkg-plist.qt5 (+463 lines)
Line 0 Link Here
1
bin/kvantummanager
2
bin/kvantumpreview
3
%%QT_PLUGINDIR%%/styles/libkvantum.so
4
%%DATADIR%%/KvAdapta/KvAdapta.kvconfig
5
%%DATADIR%%/KvAdapta/KvAdapta.svg
6
%%DATADIR%%/KvAdaptaDark/KvAdaptaDark.kvconfig
7
%%DATADIR%%/KvAdaptaDark/KvAdaptaDark.svg
8
%%DATADIR%%/KvAmbiance/KvAmbiance.kvconfig
9
%%DATADIR%%/KvAmbiance/KvAmbiance.svg
10
%%DATADIR%%/KvAmbience/KvAmbience.kvconfig
11
%%DATADIR%%/KvAmbience/KvAmbience.svg
12
%%DATADIR%%/KvArc/KvArc.kvconfig
13
%%DATADIR%%/KvArc/KvArc.svg
14
%%DATADIR%%/KvArcDark/KvArcDark.kvconfig
15
%%DATADIR%%/KvArcDark/KvArcDark.svg
16
%%DATADIR%%/KvBeige/KvBeige.kvconfig
17
%%DATADIR%%/KvBeige/KvBeige.svg
18
%%DATADIR%%/KvBrown/KvBrown.kvconfig
19
%%DATADIR%%/KvBrown/KvBrown.svg
20
%%DATADIR%%/KvCommunitheme/KvCommunitheme.kvconfig
21
%%DATADIR%%/KvCommunitheme/KvCommunitheme.svg
22
%%DATADIR%%/KvCurves/KvCurves.kvconfig
23
%%DATADIR%%/KvCurves/KvCurves.svg
24
%%DATADIR%%/KvCurves3d/KvCurves3d.kvconfig
25
%%DATADIR%%/KvCurves3d/KvCurves3d.svg
26
%%DATADIR%%/KvCurvesLight/KvCurvesLight.kvconfig
27
%%DATADIR%%/KvCurvesLight/KvCurvesLight.svg
28
%%DATADIR%%/KvCyan/KvCyan.kvconfig
29
%%DATADIR%%/KvCyan/KvCyan.svg
30
%%DATADIR%%/KvDark/KvDark.kvconfig
31
%%DATADIR%%/KvDark/KvDark.svg
32
%%DATADIR%%/KvDarkRed/KvDarkRed.kvconfig
33
%%DATADIR%%/KvDarkRed/KvDarkRed.svg
34
%%DATADIR%%/KvDynamo/KvDynamo.kvconfig
35
%%DATADIR%%/KvDynamo/KvDynamo.svg
36
%%DATADIR%%/KvFlat/KvFlat.kvconfig
37
%%DATADIR%%/KvFlat/KvFlat.svg
38
%%DATADIR%%/KvFlatLight/KvFlatLight.kvconfig
39
%%DATADIR%%/KvFlatLight/KvFlatLight.svg
40
%%DATADIR%%/KvFlatRed/KvFlatRed.kvconfig
41
%%DATADIR%%/KvFlatRed/KvFlatRed.svg
42
%%DATADIR%%/KvGnome/KvGnome.kvconfig
43
%%DATADIR%%/KvGnome/KvGnome.svg
44
%%DATADIR%%/KvGnomeAlt/KvGnomeAlt.kvconfig
45
%%DATADIR%%/KvGnomeAlt/KvGnomeAlt.svg
46
%%DATADIR%%/KvGnomeDark/KvGnomeDark.kvconfig
47
%%DATADIR%%/KvGnomeDark/KvGnomeDark.svg
48
%%DATADIR%%/KvGnomish/KvGnomish.kvconfig
49
%%DATADIR%%/KvGnomish/KvGnomish.svg
50
%%DATADIR%%/KvGray/KvGray.kvconfig
51
%%DATADIR%%/KvGray/KvGray.svg
52
%%DATADIR%%/KvOxygen/KvOxygen.kvconfig
53
%%DATADIR%%/KvOxygen/KvOxygen.svg
54
%%DATADIR%%/KvRoughGlass/KvRoughGlass.kvconfig
55
%%DATADIR%%/KvRoughGlass/KvRoughGlass.svg
56
%%DATADIR%%/KvSimplicity/KvSimplicity.kvconfig
57
%%DATADIR%%/KvSimplicity/KvSimplicity.svg
58
%%DATADIR%%/KvSimplicityDark/KvSimplicityDark.kvconfig
59
%%DATADIR%%/KvSimplicityDark/KvSimplicityDark.svg
60
%%DATADIR%%/KvSimplicityTurquoise/KvSimplicityTurquoise.kvconfig
61
%%DATADIR%%/KvSimplicityTurquoise/KvSimplicityTurquoise.svg
62
%%DATADIR%%/KvantumAlt/KvantumAlt.kvconfig
63
%%DATADIR%%/KvantumAlt/KvantumAlt.svg
64
share/applications/kvantummanager.desktop
65
share/apps/color-schemes/KvAdapta.colors
66
share/apps/color-schemes/KvAdaptaDark.colors
67
share/apps/color-schemes/KvAmbiance.colors
68
share/apps/color-schemes/KvAmbience.colors
69
share/apps/color-schemes/KvArc.colors
70
share/apps/color-schemes/KvArcDark.colors
71
share/apps/color-schemes/KvBeige.colors
72
share/apps/color-schemes/KvBrown.colors
73
share/apps/color-schemes/KvCommunitheme.colors
74
share/apps/color-schemes/KvCurves.colors
75
share/apps/color-schemes/KvCurvesLight.colors
76
share/apps/color-schemes/KvCyan.colors
77
share/apps/color-schemes/KvDark.colors
78
share/apps/color-schemes/KvDarkRed.colors
79
share/apps/color-schemes/KvDynamo.colors
80
share/apps/color-schemes/KvFlat.colors
81
share/apps/color-schemes/KvFlatLight.colors
82
share/apps/color-schemes/KvFlatRed.colors
83
share/apps/color-schemes/KvGnome.colors
84
share/apps/color-schemes/KvGnomeDark.colors
85
share/apps/color-schemes/KvGray.colors
86
share/apps/color-schemes/KvOxygen.colors
87
share/apps/color-schemes/KvRoughGlass.colors
88
share/apps/color-schemes/KvSimplicity.colors
89
share/apps/color-schemes/KvSimplicityDark.colors
90
share/apps/color-schemes/KvSimplicityTurquoise.colors
91
share/apps/color-schemes/KvantumAlt.colors
92
share/color-schemes/KvAdapta.colors
93
share/color-schemes/KvAdaptaDark.colors
94
share/color-schemes/KvAmbiance.colors
95
share/color-schemes/KvAmbience.colors
96
share/color-schemes/KvArc.colors
97
share/color-schemes/KvArcDark.colors
98
share/color-schemes/KvBeige.colors
99
share/color-schemes/KvBrown.colors
100
share/color-schemes/KvCommunitheme.colors
101
share/color-schemes/KvCurves.colors
102
share/color-schemes/KvCurvesLight.colors
103
share/color-schemes/KvCyan.colors
104
share/color-schemes/KvDark.colors
105
share/color-schemes/KvDarkRed.colors
106
share/color-schemes/KvDynamo.colors
107
share/color-schemes/KvFlat.colors
108
share/color-schemes/KvFlatLight.colors
109
share/color-schemes/KvFlatRed.colors
110
share/color-schemes/KvGnome.colors
111
share/color-schemes/KvGnomeDark.colors
112
share/color-schemes/KvGray.colors
113
share/color-schemes/KvOxygen.colors
114
share/color-schemes/KvRoughGlass.colors
115
share/color-schemes/KvSimplicity.colors
116
share/color-schemes/KvSimplicityDark.colors
117
share/color-schemes/KvSimplicityTurquoise.colors
118
share/color-schemes/Kvantum.colors
119
share/color-schemes/KvantumAlt.colors
120
share/icons/hicolor/scalable/apps/kvantum.svg
121
share/kvantummanager/translations/kvantummanager_eo.qm
122
share/kvantummanager/translations/kvantummanager_pl.qm
123
share/kvantumpreview/translations/kvantumpreview_eo.qm
124
share/themes/KvAdapta/openbox-3/close.xbm
125
share/themes/KvAdapta/openbox-3/close_hover.xbm
126
share/themes/KvAdapta/openbox-3/close_pressed.xbm
127
share/themes/KvAdapta/openbox-3/desk.xbm
128
share/themes/KvAdapta/openbox-3/desk_hover.xbm
129
share/themes/KvAdapta/openbox-3/desk_toggled.xbm
130
share/themes/KvAdapta/openbox-3/iconify.xbm
131
share/themes/KvAdapta/openbox-3/iconify_hover.xbm
132
share/themes/KvAdapta/openbox-3/iconify_pressed.xbm
133
share/themes/KvAdapta/openbox-3/max.xbm
134
share/themes/KvAdapta/openbox-3/max_hover.xbm
135
share/themes/KvAdapta/openbox-3/max_pressed.xbm
136
share/themes/KvAdapta/openbox-3/max_toggled.xbm
137
share/themes/KvAdapta/openbox-3/shade.xbm
138
share/themes/KvAdapta/openbox-3/shade_hover.xbm
139
share/themes/KvAdapta/openbox-3/shade_pressed.xbm
140
share/themes/KvAdapta/openbox-3/themerc
141
share/themes/KvAmbiance/openbox-3/close.xbm
142
share/themes/KvAmbiance/openbox-3/close_hover.xbm
143
share/themes/KvAmbiance/openbox-3/close_pressed.xbm
144
share/themes/KvAmbiance/openbox-3/desk.xbm
145
share/themes/KvAmbiance/openbox-3/desk_hover.xbm
146
share/themes/KvAmbiance/openbox-3/desk_toggled.xbm
147
share/themes/KvAmbiance/openbox-3/iconify.xbm
148
share/themes/KvAmbiance/openbox-3/iconify_hover.xbm
149
share/themes/KvAmbiance/openbox-3/iconify_pressed.xbm
150
share/themes/KvAmbiance/openbox-3/max.xbm
151
share/themes/KvAmbiance/openbox-3/max_hover.xbm
152
share/themes/KvAmbiance/openbox-3/max_pressed.xbm
153
share/themes/KvAmbiance/openbox-3/max_toggled.xbm
154
share/themes/KvAmbiance/openbox-3/shade.xbm
155
share/themes/KvAmbiance/openbox-3/shade_hover.xbm
156
share/themes/KvAmbiance/openbox-3/shade_pressed.xbm
157
share/themes/KvAmbiance/openbox-3/themerc
158
share/themes/KvAmbience/openbox-3/close.xbm
159
share/themes/KvAmbience/openbox-3/close_hover.xbm
160
share/themes/KvAmbience/openbox-3/close_pressed.xbm
161
share/themes/KvAmbience/openbox-3/desk.xbm
162
share/themes/KvAmbience/openbox-3/desk_hover.xbm
163
share/themes/KvAmbience/openbox-3/desk_toggled.xbm
164
share/themes/KvAmbience/openbox-3/iconify.xbm
165
share/themes/KvAmbience/openbox-3/iconify_hover.xbm
166
share/themes/KvAmbience/openbox-3/iconify_pressed.xbm
167
share/themes/KvAmbience/openbox-3/max.xbm
168
share/themes/KvAmbience/openbox-3/max_hover.xbm
169
share/themes/KvAmbience/openbox-3/max_pressed.xbm
170
share/themes/KvAmbience/openbox-3/max_toggled.xbm
171
share/themes/KvAmbience/openbox-3/shade.xbm
172
share/themes/KvAmbience/openbox-3/shade_hover.xbm
173
share/themes/KvAmbience/openbox-3/shade_pressed.xbm
174
share/themes/KvAmbience/openbox-3/themerc
175
share/themes/KvArc/openbox-3/close.xbm
176
share/themes/KvArc/openbox-3/close_hover.xbm
177
share/themes/KvArc/openbox-3/close_pressed.xbm
178
share/themes/KvArc/openbox-3/desk.xbm
179
share/themes/KvArc/openbox-3/desk_hover.xbm
180
share/themes/KvArc/openbox-3/desk_toggled.xbm
181
share/themes/KvArc/openbox-3/iconify.xbm
182
share/themes/KvArc/openbox-3/iconify_hover.xbm
183
share/themes/KvArc/openbox-3/iconify_pressed.xbm
184
share/themes/KvArc/openbox-3/max.xbm
185
share/themes/KvArc/openbox-3/max_hover.xbm
186
share/themes/KvArc/openbox-3/max_pressed.xbm
187
share/themes/KvArc/openbox-3/max_toggled.xbm
188
share/themes/KvArc/openbox-3/shade.xbm
189
share/themes/KvArc/openbox-3/shade_hover.xbm
190
share/themes/KvArc/openbox-3/shade_pressed.xbm
191
share/themes/KvArc/openbox-3/themerc
192
share/themes/KvArcDark/openbox-3/close.xbm
193
share/themes/KvArcDark/openbox-3/close_hover.xbm
194
share/themes/KvArcDark/openbox-3/close_pressed.xbm
195
share/themes/KvArcDark/openbox-3/desk.xbm
196
share/themes/KvArcDark/openbox-3/desk_hover.xbm
197
share/themes/KvArcDark/openbox-3/desk_toggled.xbm
198
share/themes/KvArcDark/openbox-3/iconify.xbm
199
share/themes/KvArcDark/openbox-3/iconify_hover.xbm
200
share/themes/KvArcDark/openbox-3/iconify_pressed.xbm
201
share/themes/KvArcDark/openbox-3/max.xbm
202
share/themes/KvArcDark/openbox-3/max_hover.xbm
203
share/themes/KvArcDark/openbox-3/max_pressed.xbm
204
share/themes/KvArcDark/openbox-3/max_toggled.xbm
205
share/themes/KvArcDark/openbox-3/shade.xbm
206
share/themes/KvArcDark/openbox-3/shade_hover.xbm
207
share/themes/KvArcDark/openbox-3/shade_pressed.xbm
208
share/themes/KvArcDark/openbox-3/themerc
209
share/themes/KvBeige/openbox-3/close.xbm
210
share/themes/KvBeige/openbox-3/close_hover.xbm
211
share/themes/KvBeige/openbox-3/close_pressed.xbm
212
share/themes/KvBeige/openbox-3/desk.xbm
213
share/themes/KvBeige/openbox-3/desk_hover.xbm
214
share/themes/KvBeige/openbox-3/desk_toggled.xbm
215
share/themes/KvBeige/openbox-3/iconify.xbm
216
share/themes/KvBeige/openbox-3/iconify_hover.xbm
217
share/themes/KvBeige/openbox-3/iconify_pressed.xbm
218
share/themes/KvBeige/openbox-3/max.xbm
219
share/themes/KvBeige/openbox-3/max_hover.xbm
220
share/themes/KvBeige/openbox-3/max_pressed.xbm
221
share/themes/KvBeige/openbox-3/max_toggled.xbm
222
share/themes/KvBeige/openbox-3/shade.xbm
223
share/themes/KvBeige/openbox-3/shade_hover.xbm
224
share/themes/KvBeige/openbox-3/shade_pressed.xbm
225
share/themes/KvBeige/openbox-3/themerc
226
share/themes/KvBrown/openbox-3/close.xbm
227
share/themes/KvBrown/openbox-3/close_hover.xbm
228
share/themes/KvBrown/openbox-3/close_pressed.xbm
229
share/themes/KvBrown/openbox-3/desk.xbm
230
share/themes/KvBrown/openbox-3/desk_hover.xbm
231
share/themes/KvBrown/openbox-3/desk_toggled.xbm
232
share/themes/KvBrown/openbox-3/iconify.xbm
233
share/themes/KvBrown/openbox-3/iconify_hover.xbm
234
share/themes/KvBrown/openbox-3/iconify_pressed.xbm
235
share/themes/KvBrown/openbox-3/max.xbm
236
share/themes/KvBrown/openbox-3/max_hover.xbm
237
share/themes/KvBrown/openbox-3/max_pressed.xbm
238
share/themes/KvBrown/openbox-3/max_toggled.xbm
239
share/themes/KvBrown/openbox-3/shade.xbm
240
share/themes/KvBrown/openbox-3/shade_hover.xbm
241
share/themes/KvBrown/openbox-3/shade_pressed.xbm
242
share/themes/KvBrown/openbox-3/themerc
243
share/themes/KvCurvesLight/openbox-3/close.xbm
244
share/themes/KvCurvesLight/openbox-3/close_hover.xbm
245
share/themes/KvCurvesLight/openbox-3/close_pressed.xbm
246
share/themes/KvCurvesLight/openbox-3/desk.xbm
247
share/themes/KvCurvesLight/openbox-3/desk_hover.xbm
248
share/themes/KvCurvesLight/openbox-3/desk_toggled.xbm
249
share/themes/KvCurvesLight/openbox-3/iconify.xbm
250
share/themes/KvCurvesLight/openbox-3/iconify_hover.xbm
251
share/themes/KvCurvesLight/openbox-3/iconify_pressed.xbm
252
share/themes/KvCurvesLight/openbox-3/max.xbm
253
share/themes/KvCurvesLight/openbox-3/max_hover.xbm
254
share/themes/KvCurvesLight/openbox-3/max_pressed.xbm
255
share/themes/KvCurvesLight/openbox-3/max_toggled.xbm
256
share/themes/KvCurvesLight/openbox-3/shade.xbm
257
share/themes/KvCurvesLight/openbox-3/shade_hover.xbm
258
share/themes/KvCurvesLight/openbox-3/shade_pressed.xbm
259
share/themes/KvCurvesLight/openbox-3/themerc
260
share/themes/KvCyan/openbox-3/close.xbm
261
share/themes/KvCyan/openbox-3/close_hover.xbm
262
share/themes/KvCyan/openbox-3/close_pressed.xbm
263
share/themes/KvCyan/openbox-3/desk.xbm
264
share/themes/KvCyan/openbox-3/desk_hover.xbm
265
share/themes/KvCyan/openbox-3/desk_toggled.xbm
266
share/themes/KvCyan/openbox-3/iconify.xbm
267
share/themes/KvCyan/openbox-3/iconify_hover.xbm
268
share/themes/KvCyan/openbox-3/iconify_pressed.xbm
269
share/themes/KvCyan/openbox-3/max.xbm
270
share/themes/KvCyan/openbox-3/max_hover.xbm
271
share/themes/KvCyan/openbox-3/max_pressed.xbm
272
share/themes/KvCyan/openbox-3/max_toggled.xbm
273
share/themes/KvCyan/openbox-3/shade.xbm
274
share/themes/KvCyan/openbox-3/shade_hover.xbm
275
share/themes/KvCyan/openbox-3/shade_pressed.xbm
276
share/themes/KvCyan/openbox-3/themerc
277
share/themes/KvDarkRed/openbox-3/close.xbm
278
share/themes/KvDarkRed/openbox-3/close_hover.xbm
279
share/themes/KvDarkRed/openbox-3/close_pressed.xbm
280
share/themes/KvDarkRed/openbox-3/desk.xbm
281
share/themes/KvDarkRed/openbox-3/desk_hover.xbm
282
share/themes/KvDarkRed/openbox-3/desk_toggled.xbm
283
share/themes/KvDarkRed/openbox-3/iconify.xbm
284
share/themes/KvDarkRed/openbox-3/iconify_hover.xbm
285
share/themes/KvDarkRed/openbox-3/iconify_pressed.xbm
286
share/themes/KvDarkRed/openbox-3/max.xbm
287
share/themes/KvDarkRed/openbox-3/max_hover.xbm
288
share/themes/KvDarkRed/openbox-3/max_pressed.xbm
289
share/themes/KvDarkRed/openbox-3/max_toggled.xbm
290
share/themes/KvDarkRed/openbox-3/shade.xbm
291
share/themes/KvDarkRed/openbox-3/shade_hover.xbm
292
share/themes/KvDarkRed/openbox-3/shade_pressed.xbm
293
share/themes/KvDarkRed/openbox-3/themerc
294
share/themes/KvDynamo/openbox-3/close.xbm
295
share/themes/KvDynamo/openbox-3/close_hover.xbm
296
share/themes/KvDynamo/openbox-3/close_pressed.xbm
297
share/themes/KvDynamo/openbox-3/desk.xbm
298
share/themes/KvDynamo/openbox-3/desk_hover.xbm
299
share/themes/KvDynamo/openbox-3/desk_toggled.xbm
300
share/themes/KvDynamo/openbox-3/iconify.xbm
301
share/themes/KvDynamo/openbox-3/iconify_hover.xbm
302
share/themes/KvDynamo/openbox-3/iconify_pressed.xbm
303
share/themes/KvDynamo/openbox-3/max.xbm
304
share/themes/KvDynamo/openbox-3/max_hover.xbm
305
share/themes/KvDynamo/openbox-3/max_pressed.xbm
306
share/themes/KvDynamo/openbox-3/max_toggled.xbm
307
share/themes/KvDynamo/openbox-3/shade.xbm
308
share/themes/KvDynamo/openbox-3/shade_hover.xbm
309
share/themes/KvDynamo/openbox-3/shade_pressed.xbm
310
share/themes/KvDynamo/openbox-3/themerc
311
share/themes/KvFlatLight/openbox-3/close.xbm
312
share/themes/KvFlatLight/openbox-3/close_hover.xbm
313
share/themes/KvFlatLight/openbox-3/close_pressed.xbm
314
share/themes/KvFlatLight/openbox-3/desk.xbm
315
share/themes/KvFlatLight/openbox-3/desk_hover.xbm
316
share/themes/KvFlatLight/openbox-3/desk_toggled.xbm
317
share/themes/KvFlatLight/openbox-3/iconify.xbm
318
share/themes/KvFlatLight/openbox-3/iconify_hover.xbm
319
share/themes/KvFlatLight/openbox-3/iconify_pressed.xbm
320
share/themes/KvFlatLight/openbox-3/max.xbm
321
share/themes/KvFlatLight/openbox-3/max_hover.xbm
322
share/themes/KvFlatLight/openbox-3/max_pressed.xbm
323
share/themes/KvFlatLight/openbox-3/max_toggled.xbm
324
share/themes/KvFlatLight/openbox-3/shade.xbm
325
share/themes/KvFlatLight/openbox-3/shade_hover.xbm
326
share/themes/KvFlatLight/openbox-3/shade_pressed.xbm
327
share/themes/KvFlatLight/openbox-3/themerc
328
share/themes/KvGnome/openbox-3/close.xbm
329
share/themes/KvGnome/openbox-3/close_hover.xbm
330
share/themes/KvGnome/openbox-3/close_pressed.xbm
331
share/themes/KvGnome/openbox-3/desk.xbm
332
share/themes/KvGnome/openbox-3/desk_hover.xbm
333
share/themes/KvGnome/openbox-3/desk_toggled.xbm
334
share/themes/KvGnome/openbox-3/iconify.xbm
335
share/themes/KvGnome/openbox-3/iconify_hover.xbm
336
share/themes/KvGnome/openbox-3/iconify_pressed.xbm
337
share/themes/KvGnome/openbox-3/max.xbm
338
share/themes/KvGnome/openbox-3/max_hover.xbm
339
share/themes/KvGnome/openbox-3/max_pressed.xbm
340
share/themes/KvGnome/openbox-3/max_toggled.xbm
341
share/themes/KvGnome/openbox-3/shade.xbm
342
share/themes/KvGnome/openbox-3/shade_hover.xbm
343
share/themes/KvGnome/openbox-3/shade_pressed.xbm
344
share/themes/KvGnome/openbox-3/themerc
345
share/themes/KvGnomeDark/openbox-3/close.xbm
346
share/themes/KvGnomeDark/openbox-3/close_hover.xbm
347
share/themes/KvGnomeDark/openbox-3/close_pressed.xbm
348
share/themes/KvGnomeDark/openbox-3/desk.xbm
349
share/themes/KvGnomeDark/openbox-3/desk_hover.xbm
350
share/themes/KvGnomeDark/openbox-3/desk_toggled.xbm
351
share/themes/KvGnomeDark/openbox-3/iconify.xbm
352
share/themes/KvGnomeDark/openbox-3/iconify_hover.xbm
353
share/themes/KvGnomeDark/openbox-3/iconify_pressed.xbm
354
share/themes/KvGnomeDark/openbox-3/max.xbm
355
share/themes/KvGnomeDark/openbox-3/max_hover.xbm
356
share/themes/KvGnomeDark/openbox-3/max_pressed.xbm
357
share/themes/KvGnomeDark/openbox-3/max_toggled.xbm
358
share/themes/KvGnomeDark/openbox-3/shade.xbm
359
share/themes/KvGnomeDark/openbox-3/shade_hover.xbm
360
share/themes/KvGnomeDark/openbox-3/shade_pressed.xbm
361
share/themes/KvGnomeDark/openbox-3/themerc
362
share/themes/KvGray/openbox-3/close.xbm
363
share/themes/KvGray/openbox-3/close_hover.xbm
364
share/themes/KvGray/openbox-3/close_pressed.xbm
365
share/themes/KvGray/openbox-3/desk.xbm
366
share/themes/KvGray/openbox-3/desk_hover.xbm
367
share/themes/KvGray/openbox-3/desk_toggled.xbm
368
share/themes/KvGray/openbox-3/iconify.xbm
369
share/themes/KvGray/openbox-3/iconify_hover.xbm
370
share/themes/KvGray/openbox-3/iconify_pressed.xbm
371
share/themes/KvGray/openbox-3/max.xbm
372
share/themes/KvGray/openbox-3/max_hover.xbm
373
share/themes/KvGray/openbox-3/max_pressed.xbm
374
share/themes/KvGray/openbox-3/max_toggled.xbm
375
share/themes/KvGray/openbox-3/shade.xbm
376
share/themes/KvGray/openbox-3/shade_hover.xbm
377
share/themes/KvGray/openbox-3/shade_pressed.xbm
378
share/themes/KvGray/openbox-3/themerc
379
share/themes/KvOxygen/openbox-3/close.xbm
380
share/themes/KvOxygen/openbox-3/close_hover.xbm
381
share/themes/KvOxygen/openbox-3/close_pressed.xbm
382
share/themes/KvOxygen/openbox-3/desk.xbm
383
share/themes/KvOxygen/openbox-3/desk_hover.xbm
384
share/themes/KvOxygen/openbox-3/desk_toggled.xbm
385
share/themes/KvOxygen/openbox-3/iconify.xbm
386
share/themes/KvOxygen/openbox-3/iconify_hover.xbm
387
share/themes/KvOxygen/openbox-3/iconify_pressed.xbm
388
share/themes/KvOxygen/openbox-3/max.xbm
389
share/themes/KvOxygen/openbox-3/max_hover.xbm
390
share/themes/KvOxygen/openbox-3/max_pressed.xbm
391
share/themes/KvOxygen/openbox-3/max_toggled.xbm
392
share/themes/KvOxygen/openbox-3/shade.xbm
393
share/themes/KvOxygen/openbox-3/shade_hover.xbm
394
share/themes/KvOxygen/openbox-3/shade_pressed.xbm
395
share/themes/KvOxygen/openbox-3/themerc
396
share/themes/KvRoughGlass/openbox-3/close.xbm
397
share/themes/KvRoughGlass/openbox-3/close_hover.xbm
398
share/themes/KvRoughGlass/openbox-3/close_pressed.xbm
399
share/themes/KvRoughGlass/openbox-3/desk.xbm
400
share/themes/KvRoughGlass/openbox-3/desk_hover.xbm
401
share/themes/KvRoughGlass/openbox-3/desk_toggled.xbm
402
share/themes/KvRoughGlass/openbox-3/iconify.xbm
403
share/themes/KvRoughGlass/openbox-3/iconify_hover.xbm
404
share/themes/KvRoughGlass/openbox-3/iconify_pressed.xbm
405
share/themes/KvRoughGlass/openbox-3/max.xbm
406
share/themes/KvRoughGlass/openbox-3/max_hover.xbm
407
share/themes/KvRoughGlass/openbox-3/max_pressed.xbm
408
share/themes/KvRoughGlass/openbox-3/max_toggled.xbm
409
share/themes/KvRoughGlass/openbox-3/shade.xbm
410
share/themes/KvRoughGlass/openbox-3/shade_hover.xbm
411
share/themes/KvRoughGlass/openbox-3/shade_pressed.xbm
412
share/themes/KvRoughGlass/openbox-3/themerc
413
share/themes/KvSimplicity/openbox-3/close.xbm
414
share/themes/KvSimplicity/openbox-3/close_hover.xbm
415
share/themes/KvSimplicity/openbox-3/close_pressed.xbm
416
share/themes/KvSimplicity/openbox-3/desk.xbm
417
share/themes/KvSimplicity/openbox-3/desk_hover.xbm
418
share/themes/KvSimplicity/openbox-3/desk_toggled.xbm
419
share/themes/KvSimplicity/openbox-3/iconify.xbm
420
share/themes/KvSimplicity/openbox-3/iconify_hover.xbm
421
share/themes/KvSimplicity/openbox-3/iconify_pressed.xbm
422
share/themes/KvSimplicity/openbox-3/max.xbm
423
share/themes/KvSimplicity/openbox-3/max_hover.xbm
424
share/themes/KvSimplicity/openbox-3/max_pressed.xbm
425
share/themes/KvSimplicity/openbox-3/max_toggled.xbm
426
share/themes/KvSimplicity/openbox-3/shade.xbm
427
share/themes/KvSimplicity/openbox-3/shade_hover.xbm
428
share/themes/KvSimplicity/openbox-3/shade_pressed.xbm
429
share/themes/KvSimplicity/openbox-3/themerc
430
share/themes/KvSimplicityDark/openbox-3/close.xbm
431
share/themes/KvSimplicityDark/openbox-3/close_hover.xbm
432
share/themes/KvSimplicityDark/openbox-3/close_pressed.xbm
433
share/themes/KvSimplicityDark/openbox-3/desk.xbm
434
share/themes/KvSimplicityDark/openbox-3/desk_hover.xbm
435
share/themes/KvSimplicityDark/openbox-3/desk_toggled.xbm
436
share/themes/KvSimplicityDark/openbox-3/iconify.xbm
437
share/themes/KvSimplicityDark/openbox-3/iconify_hover.xbm
438
share/themes/KvSimplicityDark/openbox-3/iconify_pressed.xbm
439
share/themes/KvSimplicityDark/openbox-3/max.xbm
440
share/themes/KvSimplicityDark/openbox-3/max_hover.xbm
441
share/themes/KvSimplicityDark/openbox-3/max_pressed.xbm
442
share/themes/KvSimplicityDark/openbox-3/max_toggled.xbm
443
share/themes/KvSimplicityDark/openbox-3/shade.xbm
444
share/themes/KvSimplicityDark/openbox-3/shade_hover.xbm
445
share/themes/KvSimplicityDark/openbox-3/shade_pressed.xbm
446
share/themes/KvSimplicityDark/openbox-3/themerc
447
share/themes/Kvantum/openbox-3/close.xbm
448
share/themes/Kvantum/openbox-3/close_hover.xbm
449
share/themes/Kvantum/openbox-3/close_pressed.xbm
450
share/themes/Kvantum/openbox-3/desk.xbm
451
share/themes/Kvantum/openbox-3/desk_hover.xbm
452
share/themes/Kvantum/openbox-3/desk_toggled.xbm
453
share/themes/Kvantum/openbox-3/iconify.xbm
454
share/themes/Kvantum/openbox-3/iconify_hover.xbm
455
share/themes/Kvantum/openbox-3/iconify_pressed.xbm
456
share/themes/Kvantum/openbox-3/max.xbm
457
share/themes/Kvantum/openbox-3/max_hover.xbm
458
share/themes/Kvantum/openbox-3/max_pressed.xbm
459
share/themes/Kvantum/openbox-3/max_toggled.xbm
460
share/themes/Kvantum/openbox-3/shade.xbm
461
share/themes/Kvantum/openbox-3/shade_hover.xbm
462
share/themes/Kvantum/openbox-3/shade_pressed.xbm
463
share/themes/Kvantum/openbox-3/themerc
(-)x11-themes/qt4-style-Kvantum/Makefile (-29 lines)
Lines 1-29 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	Kvantum
4
PORTVERSION=	0.10.5
5
DISTVERSIONPREFIX=	V
6
CATEGORIES=	x11-themes
7
PKGNAMEPREFIX=	qt4-style-
8
9
MAINTAINER=	rezny@FreeBSD.org
10
COMMENT=	SVG-based theme engine for Qt4/5, KDE and LXQT
11
12
LICENSE=	GPLv3+
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	tsujan
17
18
USES=		compiler:c++11-lang qmake qt:4
19
USE_QT=		corelib gui svg rcc_build uic_build moc_build
20
USE_XORG=	x11 xext
21
22
WRKSRC_SUBDIR=	${PORTNAME}
23
24
post-patch:
25
	@${REINPLACE_CMD} -e 's|/kde4/|/|g' ${WRKSRC}/style/style.pro
26
	@${REINPLACE_CMD} -e 's|/kde4/|/|g' -e 's|--no-preserve=mode||g' \
27
		${WRKSRC}/themes/themes.pro
28
29
.include <bsd.port.mk>
(-)x11-themes/qt4-style-Kvantum/distinfo (-3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1511730771
2
SHA256 (tsujan-Kvantum-V0.10.5_GH0.tar.gz) = 3174dc68331e286a51c0288f5862363258ee2d11b7b10eac65f3bcb0ced6302e
3
SIZE (tsujan-Kvantum-V0.10.5_GH0.tar.gz) = 2066997
(-)x11-themes/qt4-style-Kvantum/pkg-descr (-12 lines)
Lines 1-12 Link Here
1
Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQT, with an
2
emphasis on elegance, usability and practicality.
3
4
Kvantum has a default dark theme, which is inspired by the default theme of
5
Enlightenment. Creation of realistic themes like that for KDE was my first
6
reason to make Kvantum but it goes far beyond its default theme: you could
7
make themes with very different looks and feels for it, whether they be
8
photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or
9
something in between, and Kvantum will let you control almost every aspect
10
of Qt widgets.
11
12
WWW: https://github.com/tsujan/Kvantum
(-)x11-themes/qt4-style-Kvantum/pkg-plist (-2 lines)
Lines 1-2 Link Here
1
%%QT_PLUGINDIR%%/styles/libkvantum.so
2
share/apps/color-schemes/Kvantum.colors
(-)x11-themes/qt5-style-Kvantum/Makefile (-30 lines)
Lines 1-30 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	Kvantum
4
PORTVERSION=	0.10.5
5
DISTVERSIONPREFIX=	V
6
CATEGORIES=	x11-themes
7
PKGNAMEPREFIX=	qt5-style-
8
9
MAINTAINER=	rezny@FreeBSD.org
10
COMMENT=	SVG-based theme engine for Qt4/5, KDE and LXQT
11
12
LICENSE=	GPLv3+
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	tsujan
17
18
USES=		compiler:c++11-lang qmake qt:5
19
USE_QT=		core gui svg widgets x11extras buildtools_build linguisttools_build
20
USE_XORG=	x11 xext
21
USE_GL=		gl
22
23
WRKSRC_SUBDIR=	${PORTNAME}
24
25
post-patch:
26
	@${REINPLACE_CMD} -e 's|/kde4/|/|g' ${WRKSRC}/style/style.pro
27
	@${REINPLACE_CMD} -e 's|/kde4/|/|g' -e 's|--no-preserve=mode||g' \
28
		${WRKSRC}/themes/themes.pro
29
30
.include <bsd.port.mk>
(-)x11-themes/qt5-style-Kvantum/distinfo (-3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1511730609
2
SHA256 (tsujan-Kvantum-V0.10.5_GH0.tar.gz) = 3174dc68331e286a51c0288f5862363258ee2d11b7b10eac65f3bcb0ced6302e
3
SIZE (tsujan-Kvantum-V0.10.5_GH0.tar.gz) = 2066997
(-)x11-themes/qt5-style-Kvantum/pkg-descr (-12 lines)
Lines 1-12 Link Here
1
Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQT, with an
2
emphasis on elegance, usability and practicality.
3
4
Kvantum has a default dark theme, which is inspired by the default theme of
5
Enlightenment. Creation of realistic themes like that for KDE was my first
6
reason to make Kvantum but it goes far beyond its default theme: you could
7
make themes with very different looks and feels for it, whether they be
8
photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or
9
something in between, and Kvantum will let you control almost every aspect
10
of Qt widgets.
11
12
WWW: https://github.com/tsujan/Kvantum
(-)x11-themes/qt5-style-Kvantum/pkg-plist (-436 lines)
Lines 1-436 Link Here
1
bin/kvantummanager
2
bin/kvantumpreview
3
%%QT_PLUGINDIR%%/styles/libkvantum.so
4
%%DATADIR%%/KvAdapta/KvAdapta.kvconfig
5
%%DATADIR%%/KvAdapta/KvAdapta.svg
6
%%DATADIR%%/KvAdaptaDark/KvAdaptaDark.kvconfig
7
%%DATADIR%%/KvAdaptaDark/KvAdaptaDark.svg
8
%%DATADIR%%/KvAmbiance/KvAmbiance.kvconfig
9
%%DATADIR%%/KvAmbiance/KvAmbiance.svg
10
%%DATADIR%%/KvAmbience/KvAmbience.kvconfig
11
%%DATADIR%%/KvAmbience/KvAmbience.svg
12
%%DATADIR%%/KvArc/KvArc.kvconfig
13
%%DATADIR%%/KvArc/KvArc.svg
14
%%DATADIR%%/KvArcDark/KvArcDark.kvconfig
15
%%DATADIR%%/KvArcDark/KvArcDark.svg
16
%%DATADIR%%/KvBeige/KvBeige.kvconfig
17
%%DATADIR%%/KvBeige/KvBeige.svg
18
%%DATADIR%%/KvCurves/KvCurves.kvconfig
19
%%DATADIR%%/KvCurves/KvCurves.svg
20
%%DATADIR%%/KvCurves3d/KvCurves3d.kvconfig
21
%%DATADIR%%/KvCurves3d/KvCurves3d.svg
22
%%DATADIR%%/KvCurvesLight/KvCurvesLight.kvconfig
23
%%DATADIR%%/KvCurvesLight/KvCurvesLight.svg
24
%%DATADIR%%/KvCyan/KvCyan.kvconfig
25
%%DATADIR%%/KvCyan/KvCyan.svg
26
%%DATADIR%%/KvDark/KvDark.kvconfig
27
%%DATADIR%%/KvDark/KvDark.svg
28
%%DATADIR%%/KvDarkRed/KvDarkRed.kvconfig
29
%%DATADIR%%/KvDarkRed/KvDarkRed.svg
30
%%DATADIR%%/KvDynamo/KvDynamo.kvconfig
31
%%DATADIR%%/KvDynamo/KvDynamo.svg
32
%%DATADIR%%/KvFlat/KvFlat.kvconfig
33
%%DATADIR%%/KvFlat/KvFlat.svg
34
%%DATADIR%%/KvFlatLight/KvFlatLight.kvconfig
35
%%DATADIR%%/KvFlatLight/KvFlatLight.svg
36
%%DATADIR%%/KvFlatRed/KvFlatRed.kvconfig
37
%%DATADIR%%/KvFlatRed/KvFlatRed.svg
38
%%DATADIR%%/KvGnome/KvGnome.kvconfig
39
%%DATADIR%%/KvGnome/KvGnome.svg
40
%%DATADIR%%/KvGnomeAlt/KvGnomeAlt.kvconfig
41
%%DATADIR%%/KvGnomeAlt/KvGnomeAlt.svg
42
%%DATADIR%%/KvGnomeDark/KvGnomeDark.kvconfig
43
%%DATADIR%%/KvGnomeDark/KvGnomeDark.svg
44
%%DATADIR%%/KvGnomish/KvGnomish.kvconfig
45
%%DATADIR%%/KvGnomish/KvGnomish.svg
46
%%DATADIR%%/KvGray/KvGray.kvconfig
47
%%DATADIR%%/KvGray/KvGray.svg
48
%%DATADIR%%/KvOxygen/KvOxygen.kvconfig
49
%%DATADIR%%/KvOxygen/KvOxygen.svg
50
%%DATADIR%%/KvRoughGlass/KvRoughGlass.kvconfig
51
%%DATADIR%%/KvRoughGlass/KvRoughGlass.svg
52
%%DATADIR%%/KvSimplicity/KvSimplicity.kvconfig
53
%%DATADIR%%/KvSimplicity/KvSimplicity.svg
54
%%DATADIR%%/KvSimplicityDark/KvSimplicityDark.kvconfig
55
%%DATADIR%%/KvSimplicityDark/KvSimplicityDark.svg
56
%%DATADIR%%/KvSimplicityTurquoise/KvSimplicityTurquoise.kvconfig
57
%%DATADIR%%/KvSimplicityTurquoise/KvSimplicityTurquoise.svg
58
%%DATADIR%%/KvantumAlt/KvantumAlt.kvconfig
59
%%DATADIR%%/KvantumAlt/KvantumAlt.svg
60
share/applications/kvantummanager.desktop
61
share/apps/color-schemes/KvAdapta.colors
62
share/apps/color-schemes/KvAdaptaDark.colors
63
share/apps/color-schemes/KvAmbiance.colors
64
share/apps/color-schemes/KvAmbience.colors
65
share/apps/color-schemes/KvArc.colors
66
share/apps/color-schemes/KvArcDark.colors
67
share/apps/color-schemes/KvBeige.colors
68
share/apps/color-schemes/KvCurves.colors
69
share/apps/color-schemes/KvCurvesLight.colors
70
share/apps/color-schemes/KvCyan.colors
71
share/apps/color-schemes/KvDark.colors
72
share/apps/color-schemes/KvDarkRed.colors
73
share/apps/color-schemes/KvDynamo.colors
74
share/apps/color-schemes/KvFlat.colors
75
share/apps/color-schemes/KvFlatLight.colors
76
share/apps/color-schemes/KvFlatRed.colors
77
share/apps/color-schemes/KvGnome.colors
78
share/apps/color-schemes/KvGnomeDark.colors
79
share/apps/color-schemes/KvGray.colors
80
share/apps/color-schemes/KvOxygen.colors
81
share/apps/color-schemes/KvRoughGlass.colors
82
share/apps/color-schemes/KvSimplicity.colors
83
share/apps/color-schemes/KvSimplicityDark.colors
84
share/apps/color-schemes/KvSimplicityTurquoise.colors
85
share/color-schemes/KvAdapta.colors
86
share/color-schemes/KvAdaptaDark.colors
87
share/color-schemes/KvAmbiance.colors
88
share/color-schemes/KvAmbience.colors
89
share/color-schemes/KvArc.colors
90
share/color-schemes/KvArcDark.colors
91
share/color-schemes/KvBeige.colors
92
share/color-schemes/KvCurves.colors
93
share/color-schemes/KvCurvesLight.colors
94
share/color-schemes/KvCyan.colors
95
share/color-schemes/KvDark.colors
96
share/color-schemes/KvDarkRed.colors
97
share/color-schemes/KvDynamo.colors
98
share/color-schemes/KvFlat.colors
99
share/color-schemes/KvFlatLight.colors
100
share/color-schemes/KvFlatRed.colors
101
share/color-schemes/KvGnome.colors
102
share/color-schemes/KvGnomeDark.colors
103
share/color-schemes/KvGray.colors
104
share/color-schemes/KvOxygen.colors
105
share/color-schemes/KvRoughGlass.colors
106
share/color-schemes/KvSimplicity.colors
107
share/color-schemes/KvSimplicityDark.colors
108
share/color-schemes/KvSimplicityTurquoise.colors
109
share/color-schemes/Kvantum.colors
110
share/icons/hicolor/scalable/apps/kvantum.svg
111
share/kvantummanager/translations/kvantummanager_eo.qm
112
share/kvantummanager/translations/kvantummanager_pl.qm
113
share/kvantumpreview/translations/kvantumpreview_eo.qm
114
share/themes/KvAdapta/openbox-3/close.xbm
115
share/themes/KvAdapta/openbox-3/close_hover.xbm
116
share/themes/KvAdapta/openbox-3/close_pressed.xbm
117
share/themes/KvAdapta/openbox-3/desk.xbm
118
share/themes/KvAdapta/openbox-3/desk_hover.xbm
119
share/themes/KvAdapta/openbox-3/desk_toggled.xbm
120
share/themes/KvAdapta/openbox-3/iconify.xbm
121
share/themes/KvAdapta/openbox-3/iconify_hover.xbm
122
share/themes/KvAdapta/openbox-3/iconify_pressed.xbm
123
share/themes/KvAdapta/openbox-3/max.xbm
124
share/themes/KvAdapta/openbox-3/max_hover.xbm
125
share/themes/KvAdapta/openbox-3/max_pressed.xbm
126
share/themes/KvAdapta/openbox-3/max_toggled.xbm
127
share/themes/KvAdapta/openbox-3/shade.xbm
128
share/themes/KvAdapta/openbox-3/shade_hover.xbm
129
share/themes/KvAdapta/openbox-3/shade_pressed.xbm
130
share/themes/KvAdapta/openbox-3/themerc
131
share/themes/KvAmbiance/openbox-3/close.xbm
132
share/themes/KvAmbiance/openbox-3/close_hover.xbm
133
share/themes/KvAmbiance/openbox-3/close_pressed.xbm
134
share/themes/KvAmbiance/openbox-3/desk.xbm
135
share/themes/KvAmbiance/openbox-3/desk_hover.xbm
136
share/themes/KvAmbiance/openbox-3/desk_toggled.xbm
137
share/themes/KvAmbiance/openbox-3/iconify.xbm
138
share/themes/KvAmbiance/openbox-3/iconify_hover.xbm
139
share/themes/KvAmbiance/openbox-3/iconify_pressed.xbm
140
share/themes/KvAmbiance/openbox-3/max.xbm
141
share/themes/KvAmbiance/openbox-3/max_hover.xbm
142
share/themes/KvAmbiance/openbox-3/max_pressed.xbm
143
share/themes/KvAmbiance/openbox-3/max_toggled.xbm
144
share/themes/KvAmbiance/openbox-3/shade.xbm
145
share/themes/KvAmbiance/openbox-3/shade_hover.xbm
146
share/themes/KvAmbiance/openbox-3/shade_pressed.xbm
147
share/themes/KvAmbiance/openbox-3/themerc
148
share/themes/KvAmbience/openbox-3/close.xbm
149
share/themes/KvAmbience/openbox-3/close_hover.xbm
150
share/themes/KvAmbience/openbox-3/close_pressed.xbm
151
share/themes/KvAmbience/openbox-3/desk.xbm
152
share/themes/KvAmbience/openbox-3/desk_hover.xbm
153
share/themes/KvAmbience/openbox-3/desk_toggled.xbm
154
share/themes/KvAmbience/openbox-3/iconify.xbm
155
share/themes/KvAmbience/openbox-3/iconify_hover.xbm
156
share/themes/KvAmbience/openbox-3/iconify_pressed.xbm
157
share/themes/KvAmbience/openbox-3/max.xbm
158
share/themes/KvAmbience/openbox-3/max_hover.xbm
159
share/themes/KvAmbience/openbox-3/max_pressed.xbm
160
share/themes/KvAmbience/openbox-3/max_toggled.xbm
161
share/themes/KvAmbience/openbox-3/shade.xbm
162
share/themes/KvAmbience/openbox-3/shade_hover.xbm
163
share/themes/KvAmbience/openbox-3/shade_pressed.xbm
164
share/themes/KvAmbience/openbox-3/themerc
165
share/themes/KvArc/openbox-3/close.xbm
166
share/themes/KvArc/openbox-3/close_hover.xbm
167
share/themes/KvArc/openbox-3/close_pressed.xbm
168
share/themes/KvArc/openbox-3/desk.xbm
169
share/themes/KvArc/openbox-3/desk_hover.xbm
170
share/themes/KvArc/openbox-3/desk_toggled.xbm
171
share/themes/KvArc/openbox-3/iconify.xbm
172
share/themes/KvArc/openbox-3/iconify_hover.xbm
173
share/themes/KvArc/openbox-3/iconify_pressed.xbm
174
share/themes/KvArc/openbox-3/max.xbm
175
share/themes/KvArc/openbox-3/max_hover.xbm
176
share/themes/KvArc/openbox-3/max_pressed.xbm
177
share/themes/KvArc/openbox-3/max_toggled.xbm
178
share/themes/KvArc/openbox-3/shade.xbm
179
share/themes/KvArc/openbox-3/shade_hover.xbm
180
share/themes/KvArc/openbox-3/shade_pressed.xbm
181
share/themes/KvArc/openbox-3/themerc
182
share/themes/KvArcDark/openbox-3/close.xbm
183
share/themes/KvArcDark/openbox-3/close_hover.xbm
184
share/themes/KvArcDark/openbox-3/close_pressed.xbm
185
share/themes/KvArcDark/openbox-3/desk.xbm
186
share/themes/KvArcDark/openbox-3/desk_hover.xbm
187
share/themes/KvArcDark/openbox-3/desk_toggled.xbm
188
share/themes/KvArcDark/openbox-3/iconify.xbm
189
share/themes/KvArcDark/openbox-3/iconify_hover.xbm
190
share/themes/KvArcDark/openbox-3/iconify_pressed.xbm
191
share/themes/KvArcDark/openbox-3/max.xbm
192
share/themes/KvArcDark/openbox-3/max_hover.xbm
193
share/themes/KvArcDark/openbox-3/max_pressed.xbm
194
share/themes/KvArcDark/openbox-3/max_toggled.xbm
195
share/themes/KvArcDark/openbox-3/shade.xbm
196
share/themes/KvArcDark/openbox-3/shade_hover.xbm
197
share/themes/KvArcDark/openbox-3/shade_pressed.xbm
198
share/themes/KvArcDark/openbox-3/themerc
199
share/themes/KvBeige/openbox-3/close.xbm
200
share/themes/KvBeige/openbox-3/close_hover.xbm
201
share/themes/KvBeige/openbox-3/close_pressed.xbm
202
share/themes/KvBeige/openbox-3/desk.xbm
203
share/themes/KvBeige/openbox-3/desk_hover.xbm
204
share/themes/KvBeige/openbox-3/desk_toggled.xbm
205
share/themes/KvBeige/openbox-3/iconify.xbm
206
share/themes/KvBeige/openbox-3/iconify_hover.xbm
207
share/themes/KvBeige/openbox-3/iconify_pressed.xbm
208
share/themes/KvBeige/openbox-3/max.xbm
209
share/themes/KvBeige/openbox-3/max_hover.xbm
210
share/themes/KvBeige/openbox-3/max_pressed.xbm
211
share/themes/KvBeige/openbox-3/max_toggled.xbm
212
share/themes/KvBeige/openbox-3/shade.xbm
213
share/themes/KvBeige/openbox-3/shade_hover.xbm
214
share/themes/KvBeige/openbox-3/shade_pressed.xbm
215
share/themes/KvBeige/openbox-3/themerc
216
share/themes/KvCurvesLight/openbox-3/close.xbm
217
share/themes/KvCurvesLight/openbox-3/close_hover.xbm
218
share/themes/KvCurvesLight/openbox-3/close_pressed.xbm
219
share/themes/KvCurvesLight/openbox-3/desk.xbm
220
share/themes/KvCurvesLight/openbox-3/desk_hover.xbm
221
share/themes/KvCurvesLight/openbox-3/desk_toggled.xbm
222
share/themes/KvCurvesLight/openbox-3/iconify.xbm
223
share/themes/KvCurvesLight/openbox-3/iconify_hover.xbm
224
share/themes/KvCurvesLight/openbox-3/iconify_pressed.xbm
225
share/themes/KvCurvesLight/openbox-3/max.xbm
226
share/themes/KvCurvesLight/openbox-3/max_hover.xbm
227
share/themes/KvCurvesLight/openbox-3/max_pressed.xbm
228
share/themes/KvCurvesLight/openbox-3/max_toggled.xbm
229
share/themes/KvCurvesLight/openbox-3/shade.xbm
230
share/themes/KvCurvesLight/openbox-3/shade_hover.xbm
231
share/themes/KvCurvesLight/openbox-3/shade_pressed.xbm
232
share/themes/KvCurvesLight/openbox-3/themerc
233
share/themes/KvCyan/openbox-3/close.xbm
234
share/themes/KvCyan/openbox-3/close_hover.xbm
235
share/themes/KvCyan/openbox-3/close_pressed.xbm
236
share/themes/KvCyan/openbox-3/desk.xbm
237
share/themes/KvCyan/openbox-3/desk_hover.xbm
238
share/themes/KvCyan/openbox-3/desk_toggled.xbm
239
share/themes/KvCyan/openbox-3/iconify.xbm
240
share/themes/KvCyan/openbox-3/iconify_hover.xbm
241
share/themes/KvCyan/openbox-3/iconify_pressed.xbm
242
share/themes/KvCyan/openbox-3/max.xbm
243
share/themes/KvCyan/openbox-3/max_hover.xbm
244
share/themes/KvCyan/openbox-3/max_pressed.xbm
245
share/themes/KvCyan/openbox-3/max_toggled.xbm
246
share/themes/KvCyan/openbox-3/shade.xbm
247
share/themes/KvCyan/openbox-3/shade_hover.xbm
248
share/themes/KvCyan/openbox-3/shade_pressed.xbm
249
share/themes/KvCyan/openbox-3/themerc
250
share/themes/KvDarkRed/openbox-3/close.xbm
251
share/themes/KvDarkRed/openbox-3/close_hover.xbm
252
share/themes/KvDarkRed/openbox-3/close_pressed.xbm
253
share/themes/KvDarkRed/openbox-3/desk.xbm
254
share/themes/KvDarkRed/openbox-3/desk_hover.xbm
255
share/themes/KvDarkRed/openbox-3/desk_toggled.xbm
256
share/themes/KvDarkRed/openbox-3/iconify.xbm
257
share/themes/KvDarkRed/openbox-3/iconify_hover.xbm
258
share/themes/KvDarkRed/openbox-3/iconify_pressed.xbm
259
share/themes/KvDarkRed/openbox-3/max.xbm
260
share/themes/KvDarkRed/openbox-3/max_hover.xbm
261
share/themes/KvDarkRed/openbox-3/max_pressed.xbm
262
share/themes/KvDarkRed/openbox-3/max_toggled.xbm
263
share/themes/KvDarkRed/openbox-3/shade.xbm
264
share/themes/KvDarkRed/openbox-3/shade_hover.xbm
265
share/themes/KvDarkRed/openbox-3/shade_pressed.xbm
266
share/themes/KvDarkRed/openbox-3/themerc
267
share/themes/KvDynamo/openbox-3/close.xbm
268
share/themes/KvDynamo/openbox-3/close_hover.xbm
269
share/themes/KvDynamo/openbox-3/close_pressed.xbm
270
share/themes/KvDynamo/openbox-3/desk.xbm
271
share/themes/KvDynamo/openbox-3/desk_hover.xbm
272
share/themes/KvDynamo/openbox-3/desk_toggled.xbm
273
share/themes/KvDynamo/openbox-3/iconify.xbm
274
share/themes/KvDynamo/openbox-3/iconify_hover.xbm
275
share/themes/KvDynamo/openbox-3/iconify_pressed.xbm
276
share/themes/KvDynamo/openbox-3/max.xbm
277
share/themes/KvDynamo/openbox-3/max_hover.xbm
278
share/themes/KvDynamo/openbox-3/max_pressed.xbm
279
share/themes/KvDynamo/openbox-3/max_toggled.xbm
280
share/themes/KvDynamo/openbox-3/shade.xbm
281
share/themes/KvDynamo/openbox-3/shade_hover.xbm
282
share/themes/KvDynamo/openbox-3/shade_pressed.xbm
283
share/themes/KvDynamo/openbox-3/themerc
284
share/themes/KvFlatLight/openbox-3/close.xbm
285
share/themes/KvFlatLight/openbox-3/close_hover.xbm
286
share/themes/KvFlatLight/openbox-3/close_pressed.xbm
287
share/themes/KvFlatLight/openbox-3/desk.xbm
288
share/themes/KvFlatLight/openbox-3/desk_hover.xbm
289
share/themes/KvFlatLight/openbox-3/desk_toggled.xbm
290
share/themes/KvFlatLight/openbox-3/iconify.xbm
291
share/themes/KvFlatLight/openbox-3/iconify_hover.xbm
292
share/themes/KvFlatLight/openbox-3/iconify_pressed.xbm
293
share/themes/KvFlatLight/openbox-3/max.xbm
294
share/themes/KvFlatLight/openbox-3/max_hover.xbm
295
share/themes/KvFlatLight/openbox-3/max_pressed.xbm
296
share/themes/KvFlatLight/openbox-3/max_toggled.xbm
297
share/themes/KvFlatLight/openbox-3/shade.xbm
298
share/themes/KvFlatLight/openbox-3/shade_hover.xbm
299
share/themes/KvFlatLight/openbox-3/shade_pressed.xbm
300
share/themes/KvFlatLight/openbox-3/themerc
301
share/themes/KvGnome/openbox-3/close.xbm
302
share/themes/KvGnome/openbox-3/close_hover.xbm
303
share/themes/KvGnome/openbox-3/close_pressed.xbm
304
share/themes/KvGnome/openbox-3/desk.xbm
305
share/themes/KvGnome/openbox-3/desk_hover.xbm
306
share/themes/KvGnome/openbox-3/desk_toggled.xbm
307
share/themes/KvGnome/openbox-3/iconify.xbm
308
share/themes/KvGnome/openbox-3/iconify_hover.xbm
309
share/themes/KvGnome/openbox-3/iconify_pressed.xbm
310
share/themes/KvGnome/openbox-3/max.xbm
311
share/themes/KvGnome/openbox-3/max_hover.xbm
312
share/themes/KvGnome/openbox-3/max_pressed.xbm
313
share/themes/KvGnome/openbox-3/max_toggled.xbm
314
share/themes/KvGnome/openbox-3/shade.xbm
315
share/themes/KvGnome/openbox-3/shade_hover.xbm
316
share/themes/KvGnome/openbox-3/shade_pressed.xbm
317
share/themes/KvGnome/openbox-3/themerc
318
share/themes/KvGnomeDark/openbox-3/close.xbm
319
share/themes/KvGnomeDark/openbox-3/close_hover.xbm
320
share/themes/KvGnomeDark/openbox-3/close_pressed.xbm
321
share/themes/KvGnomeDark/openbox-3/desk.xbm
322
share/themes/KvGnomeDark/openbox-3/desk_hover.xbm
323
share/themes/KvGnomeDark/openbox-3/desk_toggled.xbm
324
share/themes/KvGnomeDark/openbox-3/iconify.xbm
325
share/themes/KvGnomeDark/openbox-3/iconify_hover.xbm
326
share/themes/KvGnomeDark/openbox-3/iconify_pressed.xbm
327
share/themes/KvGnomeDark/openbox-3/max.xbm
328
share/themes/KvGnomeDark/openbox-3/max_hover.xbm
329
share/themes/KvGnomeDark/openbox-3/max_pressed.xbm
330
share/themes/KvGnomeDark/openbox-3/max_toggled.xbm
331
share/themes/KvGnomeDark/openbox-3/shade.xbm
332
share/themes/KvGnomeDark/openbox-3/shade_hover.xbm
333
share/themes/KvGnomeDark/openbox-3/shade_pressed.xbm
334
share/themes/KvGnomeDark/openbox-3/themerc
335
share/themes/KvGray/openbox-3/close.xbm
336
share/themes/KvGray/openbox-3/close_hover.xbm
337
share/themes/KvGray/openbox-3/close_pressed.xbm
338
share/themes/KvGray/openbox-3/desk.xbm
339
share/themes/KvGray/openbox-3/desk_hover.xbm
340
share/themes/KvGray/openbox-3/desk_toggled.xbm
341
share/themes/KvGray/openbox-3/iconify.xbm
342
share/themes/KvGray/openbox-3/iconify_hover.xbm
343
share/themes/KvGray/openbox-3/iconify_pressed.xbm
344
share/themes/KvGray/openbox-3/max.xbm
345
share/themes/KvGray/openbox-3/max_hover.xbm
346
share/themes/KvGray/openbox-3/max_pressed.xbm
347
share/themes/KvGray/openbox-3/max_toggled.xbm
348
share/themes/KvGray/openbox-3/shade.xbm
349
share/themes/KvGray/openbox-3/shade_hover.xbm
350
share/themes/KvGray/openbox-3/shade_pressed.xbm
351
share/themes/KvGray/openbox-3/themerc
352
share/themes/KvOxygen/openbox-3/close.xbm
353
share/themes/KvOxygen/openbox-3/close_hover.xbm
354
share/themes/KvOxygen/openbox-3/close_pressed.xbm
355
share/themes/KvOxygen/openbox-3/desk.xbm
356
share/themes/KvOxygen/openbox-3/desk_hover.xbm
357
share/themes/KvOxygen/openbox-3/desk_toggled.xbm
358
share/themes/KvOxygen/openbox-3/iconify.xbm
359
share/themes/KvOxygen/openbox-3/iconify_hover.xbm
360
share/themes/KvOxygen/openbox-3/iconify_pressed.xbm
361
share/themes/KvOxygen/openbox-3/max.xbm
362
share/themes/KvOxygen/openbox-3/max_hover.xbm
363
share/themes/KvOxygen/openbox-3/max_pressed.xbm
364
share/themes/KvOxygen/openbox-3/max_toggled.xbm
365
share/themes/KvOxygen/openbox-3/shade.xbm
366
share/themes/KvOxygen/openbox-3/shade_hover.xbm
367
share/themes/KvOxygen/openbox-3/shade_pressed.xbm
368
share/themes/KvOxygen/openbox-3/themerc
369
share/themes/KvRoughGlass/openbox-3/close.xbm
370
share/themes/KvRoughGlass/openbox-3/close_hover.xbm
371
share/themes/KvRoughGlass/openbox-3/close_pressed.xbm
372
share/themes/KvRoughGlass/openbox-3/desk.xbm
373
share/themes/KvRoughGlass/openbox-3/desk_hover.xbm
374
share/themes/KvRoughGlass/openbox-3/desk_toggled.xbm
375
share/themes/KvRoughGlass/openbox-3/iconify.xbm
376
share/themes/KvRoughGlass/openbox-3/iconify_hover.xbm
377
share/themes/KvRoughGlass/openbox-3/iconify_pressed.xbm
378
share/themes/KvRoughGlass/openbox-3/max.xbm
379
share/themes/KvRoughGlass/openbox-3/max_hover.xbm
380
share/themes/KvRoughGlass/openbox-3/max_pressed.xbm
381
share/themes/KvRoughGlass/openbox-3/max_toggled.xbm
382
share/themes/KvRoughGlass/openbox-3/shade.xbm
383
share/themes/KvRoughGlass/openbox-3/shade_hover.xbm
384
share/themes/KvRoughGlass/openbox-3/shade_pressed.xbm
385
share/themes/KvRoughGlass/openbox-3/themerc
386
share/themes/KvSimplicity/openbox-3/close.xbm
387
share/themes/KvSimplicity/openbox-3/close_hover.xbm
388
share/themes/KvSimplicity/openbox-3/close_pressed.xbm
389
share/themes/KvSimplicity/openbox-3/desk.xbm
390
share/themes/KvSimplicity/openbox-3/desk_hover.xbm
391
share/themes/KvSimplicity/openbox-3/desk_toggled.xbm
392
share/themes/KvSimplicity/openbox-3/iconify.xbm
393
share/themes/KvSimplicity/openbox-3/iconify_hover.xbm
394
share/themes/KvSimplicity/openbox-3/iconify_pressed.xbm
395
share/themes/KvSimplicity/openbox-3/max.xbm
396
share/themes/KvSimplicity/openbox-3/max_hover.xbm
397
share/themes/KvSimplicity/openbox-3/max_pressed.xbm
398
share/themes/KvSimplicity/openbox-3/max_toggled.xbm
399
share/themes/KvSimplicity/openbox-3/shade.xbm
400
share/themes/KvSimplicity/openbox-3/shade_hover.xbm
401
share/themes/KvSimplicity/openbox-3/shade_pressed.xbm
402
share/themes/KvSimplicity/openbox-3/themerc
403
share/themes/KvSimplicityDark/openbox-3/close.xbm
404
share/themes/KvSimplicityDark/openbox-3/close_hover.xbm
405
share/themes/KvSimplicityDark/openbox-3/close_pressed.xbm
406
share/themes/KvSimplicityDark/openbox-3/desk.xbm
407
share/themes/KvSimplicityDark/openbox-3/desk_hover.xbm
408
share/themes/KvSimplicityDark/openbox-3/desk_toggled.xbm
409
share/themes/KvSimplicityDark/openbox-3/iconify.xbm
410
share/themes/KvSimplicityDark/openbox-3/iconify_hover.xbm
411
share/themes/KvSimplicityDark/openbox-3/iconify_pressed.xbm
412
share/themes/KvSimplicityDark/openbox-3/max.xbm
413
share/themes/KvSimplicityDark/openbox-3/max_hover.xbm
414
share/themes/KvSimplicityDark/openbox-3/max_pressed.xbm
415
share/themes/KvSimplicityDark/openbox-3/max_toggled.xbm
416
share/themes/KvSimplicityDark/openbox-3/shade.xbm
417
share/themes/KvSimplicityDark/openbox-3/shade_hover.xbm
418
share/themes/KvSimplicityDark/openbox-3/shade_pressed.xbm
419
share/themes/KvSimplicityDark/openbox-3/themerc
420
share/themes/Kvantum/openbox-3/close.xbm
421
share/themes/Kvantum/openbox-3/close_hover.xbm
422
share/themes/Kvantum/openbox-3/close_pressed.xbm
423
share/themes/Kvantum/openbox-3/desk.xbm
424
share/themes/Kvantum/openbox-3/desk_hover.xbm
425
share/themes/Kvantum/openbox-3/desk_toggled.xbm
426
share/themes/Kvantum/openbox-3/iconify.xbm
427
share/themes/Kvantum/openbox-3/iconify_hover.xbm
428
share/themes/Kvantum/openbox-3/iconify_pressed.xbm
429
share/themes/Kvantum/openbox-3/max.xbm
430
share/themes/Kvantum/openbox-3/max_hover.xbm
431
share/themes/Kvantum/openbox-3/max_pressed.xbm
432
share/themes/Kvantum/openbox-3/max_toggled.xbm
433
share/themes/Kvantum/openbox-3/shade.xbm
434
share/themes/Kvantum/openbox-3/shade_hover.xbm
435
share/themes/Kvantum/openbox-3/shade_pressed.xbm
436
share/themes/Kvantum/openbox-3/themerc

Return to bug 227484