Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2016 16:28:08 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415946 - head/x11-themes/qt4-style-Kvantum
Message-ID:  <201605271628.u4RGS8AQ048306@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri May 27 16:28:08 2016
New Revision: 415946
URL: https://svnweb.freebsd.org/changeset/ports/415946

Log:
  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

Added:
  head/x11-themes/qt4-style-Kvantum/
  head/x11-themes/qt4-style-Kvantum/Makefile   (contents, props changed)
  head/x11-themes/qt4-style-Kvantum/distinfo   (contents, props changed)
  head/x11-themes/qt4-style-Kvantum/pkg-descr   (contents, props changed)
  head/x11-themes/qt4-style-Kvantum/pkg-plist   (contents, props changed)

Added: head/x11-themes/qt4-style-Kvantum/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/qt4-style-Kvantum/Makefile	Fri May 27 16:28:08 2016	(r415946)
@@ -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>

Added: head/x11-themes/qt4-style-Kvantum/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/qt4-style-Kvantum/distinfo	Fri May 27 16:28:08 2016	(r415946)
@@ -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

Added: head/x11-themes/qt4-style-Kvantum/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/qt4-style-Kvantum/pkg-descr	Fri May 27 16:28:08 2016	(r415946)
@@ -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

Added: head/x11-themes/qt4-style-Kvantum/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/qt4-style-Kvantum/pkg-plist	Fri May 27 16:28:08 2016	(r415946)
@@ -0,0 +1,2 @@
+%%QT_PLUGINDIR%%/styles/libkvantum.so
+share/apps/color-schemes/Kvantum.colors



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605271628.u4RGS8AQ048306>