mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
QuantumStyle is an SVG themable style for Qt 4 and KDE.
WWW: http://kde-look.org/content/show.php?content=101088
This commit is contained in:
parent
f614d4ae92
commit
87660bdc61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265153
@ -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
|
||||
|
38
x11-themes/qt4-style-quantumstyle/Makefile
Normal file
38
x11-themes/qt4-style-quantumstyle/Makefile
Normal file
@ -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>
|
2
x11-themes/qt4-style-quantumstyle/distinfo
Normal file
2
x11-themes/qt4-style-quantumstyle/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (QuantumStyle-rc6.tar.gz) = be877154a11c0013c3f66d2974554ec1825b0d4785773f98d0f464023a284b09
|
||||
SIZE (QuantumStyle-rc6.tar.gz) = 1131153
|
3
x11-themes/qt4-style-quantumstyle/pkg-descr
Normal file
3
x11-themes/qt4-style-quantumstyle/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user