diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-09-05 08:20:46 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-09-05 08:20:46 +0000 |
commit | 7cf7155908d7a951a5627253a52019a69a9fd10c (patch) | |
tree | dacba73374ad4ae50ca63cc28284007f2d829047 /x11-themes | |
parent | 6685fc97ecbefb51c39c4b5c6bc403d1f11189e6 (diff) | |
download | ports-7cf7155908d7a951a5627253a52019a69a9fd10c.tar.gz ports-7cf7155908d7a951a5627253a52019a69a9fd10c.zip |
A very dark theme with a glowing blue.
Author: Viktor 'saturn_vk' Kojouharov <viktor@bloka.org>
WWW: http://www.get-e.org/Themes/E17/
PR: ports/102380
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Notes
Notes:
svn path=/head/; revision=172292
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/e17-theme-darkness/Makefile | 38 | ||||
-rw-r--r-- | x11-themes/e17-theme-darkness/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/e17-theme-darkness/pkg-descr | 4 |
4 files changed, 46 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 05e0106f0cbe..8457866bb23c 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -30,6 +30,7 @@ SUBDIR += e17-theme-blue_eyed SUBDIR += e17-theme-carbon SUBDIR += e17-theme-cthulhain + SUBDIR += e17-theme-darkness SUBDIR += e17-theme-detour SUBDIR += e17-theme-gant SUBDIR += e17-theme-grey diff --git a/x11-themes/e17-theme-darkness/Makefile b/x11-themes/e17-theme-darkness/Makefile new file mode 100644 index 000000000000..79c3f528eafc --- /dev/null +++ b/x11-themes/e17-theme-darkness/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: e17-theme-darkness +# Date created: 22 August 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $FreeBSD$ +# + +PORTNAME= darkness +PORTVERSION= 0.99.032.3 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \ + http://www5.get-e.org/Themes/E17/_files/ \ + http://mbsd.msk.ru/dist/ +PKGNAMEPREFIX= e17-theme- +DISTNAME= ${PORTNAME}_${PORTVERSION:S,.,_,g} +EXTRACT_SUFX= .edj + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= Darkness theme for use with e17 window manager + +RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel + +USE_X_PREFIX= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +PLIST_FILES= share/enlightenment/data/themes/${DISTNAME}${EXTRACT_SUFX} + +do-extract: + ${MKDIR} ${WRKDIR} + ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} + +do-install: + ${MKDIR} ${PREFIX}/share/enlightenment/data/themes + ${INSTALL_DATA} ${WRKSRC}/${DISTFILES} \ + ${PREFIX}/share/enlightenment/data/themes + +.include <bsd.port.mk> diff --git a/x11-themes/e17-theme-darkness/distinfo b/x11-themes/e17-theme-darkness/distinfo new file mode 100644 index 000000000000..74847322e4c8 --- /dev/null +++ b/x11-themes/e17-theme-darkness/distinfo @@ -0,0 +1,3 @@ +MD5 (darkness_0_99_032_3.edj) = b620aba8ca7380d3bd008a7fb92aaaa8 +SHA256 (darkness_0_99_032_3.edj) = 9ba3382d286b638e9e2eed3feb43e4ee6b8d03a874c795b37f90d89e249a663e +SIZE (darkness_0_99_032_3.edj) = 4347509 diff --git a/x11-themes/e17-theme-darkness/pkg-descr b/x11-themes/e17-theme-darkness/pkg-descr new file mode 100644 index 000000000000..2c03d0d381f9 --- /dev/null +++ b/x11-themes/e17-theme-darkness/pkg-descr @@ -0,0 +1,4 @@ +A very dark theme with a glowing blue. + +Author: Viktor 'saturn_vk' Kojouharov <viktor@bloka.org> +WWW: http://www.get-e.org/Themes/E17/ |