svn commit: r363860 - in head/x11-themes: . plank-theme-moka
Olivier Duchateau
olivierd at svn.freebsd.org
Sun Aug 3 09:03:16 UTC 2014
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 at 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 <bsd.port.mk>
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
+ at dirrm share/plank/themes/Moka
More information about the svn-ports-all
mailing list