From owner-svn-ports-head@FreeBSD.ORG Sun Aug 3 09:03:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 83519160 for ; Sun, 3 Aug 2014 09:03:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 587CF2118 for ; Sun, 3 Aug 2014 09:03:16 +0000 (UTC) Received: from olivierd (uid 1294) (envelope-from olivierd@svn.freebsd.org) id 675e by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 03 Aug 2014 09:03:15 +0000 From: Olivier Duchateau Date: Sun, 3 Aug 2014 09:03:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363860 - in head/x11-themes: . plank-theme-moka X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53ddfad4.675e.39c4d89b@svn.freebsd.org> 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: Sun, 03 Aug 2014 09:03:16 -0000 Author: olivierd Date: Sun Aug 3 09:03:15 2014 New Revision: 363860 URL: http://svnweb.freebsd.org/changeset/ports/363860 QAT: https://qat.redports.org/buildarchive/r363860/ Log: Moka theme for the Plank dock. WWW: http://mokaproject.com/plank-theme-moka/ Added: head/x11-themes/plank-theme-moka/ head/x11-themes/plank-theme-moka/Makefile (contents, props changed) head/x11-themes/plank-theme-moka/distinfo (contents, props changed) head/x11-themes/plank-theme-moka/pkg-descr (contents, props changed) head/x11-themes/plank-theme-moka/pkg-plist (contents, props changed) Modified: head/x11-themes/Makefile Modified: head/x11-themes/Makefile ============================================================================== --- head/x11-themes/Makefile Sun Aug 3 08:54:58 2014 (r363859) +++ head/x11-themes/Makefile Sun Aug 3 09:03:15 2014 (r363860) @@ -152,6 +152,7 @@ SUBDIR += nimbus SUBDIR += numix-theme SUBDIR += openbox-themes + SUBDIR += plank-theme-moka SUBDIR += qt4-style-float SUBDIR += qt4-style-phase SUBDIR += qt4-style-quantumstyle Added: head/x11-themes/plank-theme-moka/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/plank-theme-moka/Makefile Sun Aug 3 09:03:15 2014 (r363860) @@ -0,0 +1,28 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= plank-theme-moka +PORTVERSION= 20140709 +CATEGORIES= x11-themes +MASTER_SITES= http://mokaproject.com/packages/zip/ +DISTNAME= ${PORTNAME} + +MAINTAINER= olivier@FreeBSD.org +COMMENT= Moka Plank theme + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= plank:${PORTSDIR}/x11-wm/plank + +USES= zip +NO_WRKSUBDIR= yes +NO_BUILD= yes + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/plank/themes + cd ${WRKSRC} && \ + ${COPYTREE_SHARE} Moka \ + ${STAGEDIR}${PREFIX}/share/plank/themes + +.include Added: head/x11-themes/plank-theme-moka/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/plank-theme-moka/distinfo Sun Aug 3 09:03:15 2014 (r363860) @@ -0,0 +1,2 @@ +SHA256 (plank-theme-moka.zip) = 8aa1974f1c9acc36513980011342b5fa41b9251c6266fd73992567b8faafb896 +SIZE (plank-theme-moka.zip) = 16017 Added: head/x11-themes/plank-theme-moka/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/plank-theme-moka/pkg-descr Sun Aug 3 09:03:15 2014 (r363860) @@ -0,0 +1,3 @@ +Moka theme for the Plank dock. + +WWW: http://mokaproject.com/plank-theme-moka/ Added: head/x11-themes/plank-theme-moka/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/plank-theme-moka/pkg-plist Sun Aug 3 09:03:15 2014 (r363860) @@ -0,0 +1,2 @@ +share/plank/themes/Moka/dock.theme +@dirrm share/plank/themes/Moka