diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-08-03 09:03:15 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-08-03 09:03:15 +0000 |
commit | 700f83ad9f05be3d5225e194507ecd9f7bd60929 (patch) | |
tree | a15f93eeb90517ae0b45f66d87f53481d3251e2b /x11-themes | |
parent | fc4b6afc45713a1a7050d42c9e2857d7eafb9e9e (diff) | |
download | ports-700f83ad9f05be3d5225e194507ecd9f7bd60929.tar.gz ports-700f83ad9f05be3d5225e194507ecd9f7bd60929.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/plank-theme-moka/Makefile | 28 | ||||
-rw-r--r-- | x11-themes/plank-theme-moka/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/plank-theme-moka/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/plank-theme-moka/pkg-plist | 2 |
5 files changed, 36 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index e7e6f30e6f6b..c14d7ae0fc16 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -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 diff --git a/x11-themes/plank-theme-moka/Makefile b/x11-themes/plank-theme-moka/Makefile new file mode 100644 index 000000000000..8980bff2e613 --- /dev/null +++ b/x11-themes/plank-theme-moka/Makefile @@ -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 <bsd.port.mk> diff --git a/x11-themes/plank-theme-moka/distinfo b/x11-themes/plank-theme-moka/distinfo new file mode 100644 index 000000000000..3488f0e1b49b --- /dev/null +++ b/x11-themes/plank-theme-moka/distinfo @@ -0,0 +1,2 @@ +SHA256 (plank-theme-moka.zip) = 8aa1974f1c9acc36513980011342b5fa41b9251c6266fd73992567b8faafb896 +SIZE (plank-theme-moka.zip) = 16017 diff --git a/x11-themes/plank-theme-moka/pkg-descr b/x11-themes/plank-theme-moka/pkg-descr new file mode 100644 index 000000000000..3f98d3c03267 --- /dev/null +++ b/x11-themes/plank-theme-moka/pkg-descr @@ -0,0 +1,3 @@ +Moka theme for the Plank dock. + +WWW: http://mokaproject.com/plank-theme-moka/ diff --git a/x11-themes/plank-theme-moka/pkg-plist b/x11-themes/plank-theme-moka/pkg-plist new file mode 100644 index 000000000000..c3577ce9ee18 --- /dev/null +++ b/x11-themes/plank-theme-moka/pkg-plist @@ -0,0 +1,2 @@ +share/plank/themes/Moka/dock.theme +@dirrm share/plank/themes/Moka |