From 36dc4a130fab8c86943d75026475edd1741ef9c0 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 26 Nov 2010 02:11:45 +0000 Subject: Style for Qt 4 and KDE. WWW: http://kde-look.org/content/show.php?content=54477 --- x11-themes/Makefile | 1 + x11-themes/qt4-style-float/Makefile | 38 ++++++++++++++++++++++++++++++++++++ x11-themes/qt4-style-float/distinfo | 2 ++ x11-themes/qt4-style-float/pkg-descr | 3 +++ 4 files changed, 44 insertions(+) create mode 100644 x11-themes/qt4-style-float/Makefile create mode 100644 x11-themes/qt4-style-float/distinfo create mode 100644 x11-themes/qt4-style-float/pkg-descr (limited to 'x11-themes') diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 762541e339a5..f7bd9568023e 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -211,6 +211,7 @@ SUBDIR += qinx SUBDIR += qnxstyle SUBDIR += qt-bluecurve-theme + SUBDIR += qt4-style-float SUBDIR += qt4-style-quantumstyle SUBDIR += qtcurve-gtk2 SUBDIR += qtcurve-kde3 diff --git a/x11-themes/qt4-style-float/Makefile b/x11-themes/qt4-style-float/Makefile new file mode 100644 index 000000000000..50e8a9491b0b --- /dev/null +++ b/x11-themes/qt4-style-float/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: qt4-style-float +# Date created: 26 Nov 2010 +# Whom: Dmitry Marakasov +# +# $FreeBSD$ +# + +PORTNAME= float +PORTVERSION= 0.1a2 +CATEGORIES= x11-themes +MASTER_SITES= http://kde-look.org/CONTENT/content-files/ \ + http://mirror.amdmi3.ru/distfiles/ +PKGNAMEPREFIX= qt4-style- +DISTNAME= 54477-floatstyle-${PORTVERSION} + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Style for Qt 4 and KDE + +LICENSE= GPLv2 + +USE_BZIP2= yes +USE_QT_VER= 4 +QT_COMPONENTS= corelib gui qmake_build moc_build rcc_build +MAKE_JOBS_SAFE= yes + +WRKSRC= ${WRKDIR}/floatstyle-${PORTVERSION} + +PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/libfloatstyle.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}/libfloatstyle.so ${PREFIX}/${QT_PLUGINDIR_REL}/styles/ + +.include diff --git a/x11-themes/qt4-style-float/distinfo b/x11-themes/qt4-style-float/distinfo new file mode 100644 index 000000000000..15d28d211389 --- /dev/null +++ b/x11-themes/qt4-style-float/distinfo @@ -0,0 +1,2 @@ +SHA256 (54477-floatstyle-0.1a2.tar.bz2) = 46ff65ff692b2c1ae662e5e8df42bec32c819c9cf8573e8d792eeca279754aa8 +SIZE (54477-floatstyle-0.1a2.tar.bz2) = 51052 diff --git a/x11-themes/qt4-style-float/pkg-descr b/x11-themes/qt4-style-float/pkg-descr new file mode 100644 index 000000000000..119941477841 --- /dev/null +++ b/x11-themes/qt4-style-float/pkg-descr @@ -0,0 +1,3 @@ +Style for Qt 4 and KDE. + +WWW: http://kde-look.org/content/show.php?content=54477 -- cgit v1.2.3