diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-11-26 02:10:43 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-11-26 02:10:43 +0000 |
commit | 87660bdc61f315cbddce02892276af93ce1d4f2f (patch) | |
tree | d3e1e8a90411f57a6c467f67144d8d8ceaa30ef3 /x11-themes | |
parent | f614d4ae92cce355c048f059a948608db1f0f50f (diff) | |
download | ports-87660bdc61f315cbddce02892276af93ce1d4f2f.tar.gz ports-87660bdc61f315cbddce02892276af93ce1d4f2f.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/qt4-style-quantumstyle/Makefile | 38 | ||||
-rw-r--r-- | x11-themes/qt4-style-quantumstyle/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/qt4-style-quantumstyle/pkg-descr | 3 |
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 |