From owner-svn-ports-head@FreeBSD.ORG Tue Jun 24 00:59:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 689861EE; Tue, 24 Jun 2014 00:59:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48FD329C7; Tue, 24 Jun 2014 00:59:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5O0xKLs061621; Tue, 24 Jun 2014 00:59:20 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5O0xJug061616; Tue, 24 Jun 2014 00:59:19 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201406240059.s5O0xJug061616@svn.freebsd.org> From: "Jason E. Hale" Date: Tue, 24 Jun 2014 00:59:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359026 - in head/x11-themes: kde4-style-bespin kde4-style-nitrogen kde4-style-skulpture X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2014 00:59:20 -0000 Author: jhale Date: Tue Jun 24 00:59:18 2014 New Revision: 359026 URL: http://svnweb.freebsd.org/changeset/ports/359026 QAT: https://qat.redports.org/buildarchive/r359026/ Log: - Support staging - Add LICENSE - USE_BZIP2 -> USES=tar:bzip2 - Fix some portlint(1) warnings Approved by: portmgr (blanket approval) Modified: head/x11-themes/kde4-style-bespin/Makefile head/x11-themes/kde4-style-bespin/pkg-plist head/x11-themes/kde4-style-nitrogen/Makefile head/x11-themes/kde4-style-skulpture/Makefile head/x11-themes/kde4-style-skulpture/pkg-plist Modified: head/x11-themes/kde4-style-bespin/Makefile ============================================================================== --- head/x11-themes/kde4-style-bespin/Makefile Tue Jun 24 00:07:48 2014 (r359025) +++ head/x11-themes/kde4-style-bespin/Makefile Tue Jun 24 00:59:18 2014 (r359026) @@ -6,16 +6,17 @@ PORTVERSION= 201303202227 PORTREVISION= 2 CATEGORIES= x11-themes kde MASTER_SITES= http://bsd.e-shell.net/local/ -DISTFILES= cloudcity-${PORTVERSION}.tar.gz PKGNAMEPREFIX= kde4-style- +DISTNAME= cloudcity-${PORTVERSION} MAINTAINER= swills@FreeBSD.org -COMMENT= A configurable KDE style +COMMENT= Configurable KDE4 style + +LICENSE= LGPL21 WRKSRC= ${WRKDIR}/cloudcity USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace USE_QT4= corelib qmake_build moc_build rcc_build uic_build USES= cmake -NO_STAGE= yes .include Modified: head/x11-themes/kde4-style-bespin/pkg-plist ============================================================================== --- head/x11-themes/kde4-style-bespin/pkg-plist Tue Jun 24 00:07:48 2014 (r359025) +++ head/x11-themes/kde4-style-bespin/pkg-plist Tue Jun 24 00:59:18 2014 (r359026) @@ -4,9 +4,8 @@ lib/kde4/kwin3_bespin.so lib/kde4/kwin_bespin_config.so lib/kde4/plasma_applet_xbar.so lib/libQtBespin.so +%%QT_PLUGINDIR%%/styles/libbespin.so share/apps/kstyle/themes/bespin.themerc share/apps/kwin/bespin.desktop share/kde4/services/plasma-applet-xbar.desktop -@cwd %%LOCALBASE%% -lib/qt4/plugins/styles/libbespin.so -@dirrmtry lib/qt4/plugins/styles +@dirrmtry %%QT_PLUGINDIR%%/styles Modified: head/x11-themes/kde4-style-nitrogen/Makefile ============================================================================== --- head/x11-themes/kde4-style-nitrogen/Makefile Tue Jun 24 00:07:48 2014 (r359025) +++ head/x11-themes/kde4-style-nitrogen/Makefile Tue Jun 24 00:59:18 2014 (r359026) @@ -7,15 +7,16 @@ PORTREVISION= 5 CATEGORIES= x11-themes kde MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= kde4-style- -DISTFILES= 112652-kde4-kstyle-nitrogen-${PORTVERSION}-Source.tar.gz +DISTNAME= 112652-kde4-kstyle-nitrogen-${PORTVERSION}-Source MAINTAINER= swills@FreeBSD.org COMMENT= KDE style with animations +LICENSE= GPLv2 + WRKSRC= ${WRKDIR}/kde4-kstyle-nitrogen-${PORTVERSION}-Source USE_KDE4= kdelibs kdehier kdeprefix automoc4 USE_QT4= corelib qmake_build moc_build rcc_build uic_build USES= cmake -NO_STAGE= yes .include Modified: head/x11-themes/kde4-style-skulpture/Makefile ============================================================================== --- head/x11-themes/kde4-style-skulpture/Makefile Tue Jun 24 00:07:48 2014 (r359025) +++ head/x11-themes/kde4-style-skulpture/Makefile Tue Jun 24 00:59:18 2014 (r359026) @@ -7,15 +7,15 @@ PORTREVISION= 8 CATEGORIES= x11-themes kde MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= kde4-style- -DISTFILES= 59031-skulpture-${PORTVERSION}.tar.bz2 +DISTFILES= 59031-${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= swills@FreeBSD.org COMMENT= KDE style featuring 3D artwork and enhanced the visual experience -USE_BZIP2= yes +LICENSE= GPLv3 + USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace USE_QT4= corelib qmake_build moc_build rcc_build uic_build -USES= cmake +USES= cmake tar:bzip2 -NO_STAGE= yes .include Modified: head/x11-themes/kde4-style-skulpture/pkg-plist ============================================================================== --- head/x11-themes/kde4-style-skulpture/pkg-plist Tue Jun 24 00:07:48 2014 (r359025) +++ head/x11-themes/kde4-style-skulpture/pkg-plist Tue Jun 24 00:59:18 2014 (r359026) @@ -1,7 +1,7 @@ lib/kde4/kstyle_skulpture_config.so lib/kde4/kwin3_skulpture.so lib/kde4/kwin_skulpture_config.so -share/apps/kwin/skulpture.desktop +%%QT_PLUGINDIR%%/styles/libskulpture.so share/apps/color-schemes/SkulptureChocolate.colors share/apps/color-schemes/SkulptureIce.colors share/apps/color-schemes/SkulptureMint.colors @@ -9,10 +9,9 @@ share/apps/color-schemes/SkulptureStone. share/apps/color-schemes/SkulptureStrawberry.colors share/apps/color-schemes/SkulptureVanilla.colors share/apps/kstyle/themes/skulpture.themerc +share/apps/kwin/skulpture.desktop share/apps/skulpture/pics/skulpture.png share/apps/skulpture/skulptureui.rc +@dirrmtry %%QT_PLUGINDIR%%/styles @dirrm share/apps/skulpture/pics @dirrm share/apps/skulpture -@cwd %%LOCALBASE%% -lib/qt4/plugins/styles/libskulpture.so -@dirrmtry lib/qt4/plugins/styles