diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-28 00:28:08 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-28 00:28:08 +0800 |
commit | 389598bff30cebf36b632a3b3e637dd717410cc1 (patch) | |
tree | 3a9ce19a2994cc64314496867a1f7cdcbb212ac3 /x11-themes | |
parent | 60f1072468e2ec39b69021a8f2d2bd6e02153917 (diff) | |
download | freebsd-ports-graphics-389598bff30cebf36b632a3b3e637dd717410cc1.tar.gz freebsd-ports-graphics-389598bff30cebf36b632a3b3e637dd717410cc1.tar.zst freebsd-ports-graphics-389598bff30cebf36b632a3b3e637dd717410cc1.zip |
Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQT, with an
emphasis on elegance, usability and practicality.
Kvantum has a default dark theme, which is inspired by the default theme of
Enlightenment. Creation of realistic themes like that for KDE was my first
reason to make Kvantum but it goes far beyond its default theme: you could
make themes with very different looks and feels for it, whether they be
photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or
something in between, and Kvantum will let you control almost every aspect
of Qt widgets.
WWW: https://github.com/tsujan/Kvantum
PR: 209567
Submitted by: matthew@reztek.cz
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qt4-style-Kvantum/Makefile | 30 | ||||
-rw-r--r-- | x11-themes/qt4-style-Kvantum/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/qt4-style-Kvantum/pkg-descr | 12 | ||||
-rw-r--r-- | x11-themes/qt4-style-Kvantum/pkg-plist | 2 |
4 files changed, 47 insertions, 0 deletions
diff --git a/x11-themes/qt4-style-Kvantum/Makefile b/x11-themes/qt4-style-Kvantum/Makefile new file mode 100644 index 00000000000..5bb4da1807c --- /dev/null +++ b/x11-themes/qt4-style-Kvantum/Makefile @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= Kvantum +PORTVERSION= 0.9.6 +DISTVERSIONPREFIX= v +CATEGORIES= x11-themes +PKGNAMEPREFIX= qt4-style- + +MAINTAINER= matthew@reztek.cz +COMMENT= SVG-based theme engine for Qt4/5, KDE and LXQT + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes +GH_ACCOUNT= tsujan + +USES= compiler:c++11-lang qmake +USE_QT4= corelib gui svg rcc_build uic_build moc_build +USE_XORG= x11 xext +#USE_LDCONFIG= yes + +WRKSRC_SUBDIR= ${PORTNAME} + +post-patch: + @${REINPLACE_CMD} -e 's|/kde4/|/|g' ${WRKSRC}/style/style.pro + @${REINPLACE_CMD} -e 's|/kde4/|/|g' -e 's|--no-preserve=mode||g' \ + ${WRKSRC}/themes/themes.pro + +.include <bsd.port.mk> diff --git a/x11-themes/qt4-style-Kvantum/distinfo b/x11-themes/qt4-style-Kvantum/distinfo new file mode 100644 index 00000000000..75e87afa519 --- /dev/null +++ b/x11-themes/qt4-style-Kvantum/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1464365924 +SHA256 (tsujan-Kvantum-v0.9.6_GH0.tar.gz) = 7df6bb14a04d2581b9a2aa64cc05b34b785cd0f8db03ba7b9813a528f7a66f73 +SIZE (tsujan-Kvantum-v0.9.6_GH0.tar.gz) = 1001568 diff --git a/x11-themes/qt4-style-Kvantum/pkg-descr b/x11-themes/qt4-style-Kvantum/pkg-descr new file mode 100644 index 00000000000..e6689e4eea7 --- /dev/null +++ b/x11-themes/qt4-style-Kvantum/pkg-descr @@ -0,0 +1,12 @@ +Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQT, with an +emphasis on elegance, usability and practicality. + +Kvantum has a default dark theme, which is inspired by the default theme of +Enlightenment. Creation of realistic themes like that for KDE was my first +reason to make Kvantum but it goes far beyond its default theme: you could +make themes with very different looks and feels for it, whether they be +photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or +something in between, and Kvantum will let you control almost every aspect +of Qt widgets. + +WWW: https://github.com/tsujan/Kvantum diff --git a/x11-themes/qt4-style-Kvantum/pkg-plist b/x11-themes/qt4-style-Kvantum/pkg-plist new file mode 100644 index 00000000000..31448af7497 --- /dev/null +++ b/x11-themes/qt4-style-Kvantum/pkg-plist @@ -0,0 +1,2 @@ +%%QT_PLUGINDIR%%/styles/libkvantum.so +share/apps/color-schemes/Kvantum.colors |