aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2010-11-26 10:10:43 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2010-11-26 10:10:43 +0800
commit9c1ff6985b1df2475acc172af654b5b581d7fa05 (patch)
tree9288f8d73fb4a66dc69db91f8cd708b61061a431 /x11-themes
parentd261b758e1f76dc568dda54426f9923d7bb76cfb (diff)
downloadfreebsd-ports-gnome-9c1ff6985b1df2475acc172af654b5b581d7fa05.tar.gz
freebsd-ports-gnome-9c1ff6985b1df2475acc172af654b5b581d7fa05.tar.zst
freebsd-ports-gnome-9c1ff6985b1df2475acc172af654b5b581d7fa05.zip
QuantumStyle is an SVG themable style for Qt 4 and KDE.
WWW: http://kde-look.org/content/show.php?content=101088
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/Makefile1
-rw-r--r--x11-themes/qt4-style-quantumstyle/Makefile38
-rw-r--r--x11-themes/qt4-style-quantumstyle/distinfo2
-rw-r--r--x11-themes/qt4-style-quantumstyle/pkg-descr3
4 files changed, 44 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile
index 52bf6316e54f..762541e339a5 100644
--- a/x11-themes/Makefile
+++ b/x11-themes/Makefile
@@ -211,6 +211,7 @@
SUBDIR += qinx
SUBDIR += qnxstyle
SUBDIR += qt-bluecurve-theme
+ SUBDIR += qt4-style-quantumstyle
SUBDIR += qtcurve-gtk2
SUBDIR += qtcurve-kde3
SUBDIR += qtcurve-kde4
diff --git a/x11-themes/qt4-style-quantumstyle/Makefile b/x11-themes/qt4-style-quantumstyle/Makefile
new file mode 100644
index 000000000000..281cbab8701b
--- /dev/null
+++ b/x11-themes/qt4-style-quantumstyle/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: qt4-style-quantumstyle
+# Date created: 26 Nov 2010
+# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= quantumstyle
+DISTVERSION= rc6
+CATEGORIES= x11-themes
+MASTER_SITES= http://saidlankri.free.fr/ \
+ http://mirror.amdmi3.ru/distfiles/
+PKGNAMEPREFIX= qt4-style-
+DISTNAME= QuantumStyle-${DISTVERSION}
+
+MAINTAINER= amdmi3@FreeBSD.org
+COMMENT= SVG themable style for Qt 4 and KDE
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USE_QT_VER= 4
+QT_COMPONENTS= corelib gui svg qmake_build rcc_build uic_build moc_build
+MAKE_JOBS_SAFE= yes
+
+WRKSRC= ${WRKDIR}/QuantumStyle
+
+PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/libquantumstyle.so
+PLIST_DIRSTRY= ${QT_PLUGINDIR_REL}/styles
+
+do-configure:
+ @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS}
+
+do-install:
+ ${MKDIR} ${PREFIX}/${QT_PLUGINDIR_REL}/styles/
+ ${INSTALL_PROGRAM} ${WRKSRC}/style/libquantumstyle.so ${PREFIX}/${QT_PLUGINDIR_REL}/styles/
+
+.include <bsd.port.mk>
diff --git a/x11-themes/qt4-style-quantumstyle/distinfo b/x11-themes/qt4-style-quantumstyle/distinfo
new file mode 100644
index 000000000000..59d4095c51a5
--- /dev/null
+++ b/x11-themes/qt4-style-quantumstyle/distinfo
@@ -0,0 +1,2 @@
+SHA256 (QuantumStyle-rc6.tar.gz) = be877154a11c0013c3f66d2974554ec1825b0d4785773f98d0f464023a284b09
+SIZE (QuantumStyle-rc6.tar.gz) = 1131153
diff --git a/x11-themes/qt4-style-quantumstyle/pkg-descr b/x11-themes/qt4-style-quantumstyle/pkg-descr
new file mode 100644
index 000000000000..faf36b35401b
--- /dev/null
+++ b/x11-themes/qt4-style-quantumstyle/pkg-descr
@@ -0,0 +1,3 @@
+QuantumStyle is an SVG themable style for Qt 4 and KDE.
+
+WWW: http://kde-look.org/content/show.php?content=101088