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

(-)x11-themes/Makefile (+1 lines)
Lines 150-155 Link Here
150
    SUBDIR += openbox-themes
150
    SUBDIR += openbox-themes
151
    SUBDIR += plank-theme-moka
151
    SUBDIR += plank-theme-moka
152
    SUBDIR += qt4-style-float
152
    SUBDIR += qt4-style-float
153
    SUBDIR += qt4-style-Kvantum
153
    SUBDIR += qt4-style-phase
154
    SUBDIR += qt4-style-phase
154
    SUBDIR += qt4-style-quantumstyle
155
    SUBDIR += qt4-style-quantumstyle
155
    SUBDIR += qtcurve
156
    SUBDIR += qtcurve
(-)x11-themes/qt4-style-Kvantum/Makefile (+29 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	Kvantum
4
PORTVERSION=	0.9.6
5
CATEGORIES=	x11-themes
6
PKGNAMEPREFIX=	qt4-style-
7
8
MAINTAINER=	matthew@reztek.cz
9
COMMENT=	SVG-based theme engine for Qt4/5, KDE and LXQT
10
11
LICENSE=	GPLv3
12
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	tsujan
15
GH_TAGNAME=	v${PORTVERSION}
16
17
USES=		compiler:c++11-lang qmake
18
USE_QT4=	corelib gui svg rcc_build uic_build moc_build
19
USE_XORG=	x11 xext
20
USE_LDCONFIG=	yes
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 (+2 lines)
Line 0 Link Here
1
SHA256 (tsujan-Kvantum-0.9.6-v0.9.6_GH0.tar.gz) = 7df6bb14a04d2581b9a2aa64cc05b34b785cd0f8db03ba7b9813a528f7a66f73
2
SIZE (tsujan-Kvantum-0.9.6-v0.9.6_GH0.tar.gz) = 1001568
(-)x11-themes/qt4-style-Kvantum/pkg-descr (+12 lines)
Line 0 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)
Line 0 Link Here
1
%%QT_PLUGINDIR%%/styles/libkvantum.so
2
share/apps/color-schemes/Kvantum.colors

Return to bug 209567