mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Moka theme for the Plank dock.
WWW: http://mokaproject.com/plank-theme-moka/
This commit is contained in:
parent
fc4b6afc45
commit
700f83ad9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363860
@ -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
|
||||
|
28
x11-themes/plank-theme-moka/Makefile
Normal file
28
x11-themes/plank-theme-moka/Makefile
Normal file
@ -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>
|
2
x11-themes/plank-theme-moka/distinfo
Normal file
2
x11-themes/plank-theme-moka/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (plank-theme-moka.zip) = 8aa1974f1c9acc36513980011342b5fa41b9251c6266fd73992567b8faafb896
|
||||
SIZE (plank-theme-moka.zip) = 16017
|
3
x11-themes/plank-theme-moka/pkg-descr
Normal file
3
x11-themes/plank-theme-moka/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Moka theme for the Plank dock.
|
||||
|
||||
WWW: http://mokaproject.com/plank-theme-moka/
|
2
x11-themes/plank-theme-moka/pkg-plist
Normal file
2
x11-themes/plank-theme-moka/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
share/plank/themes/Moka/dock.theme
|
||||
@dirrm share/plank/themes/Moka
|
Loading…
Reference in New Issue
Block a user