diff options
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/e17-theme-grey/Makefile | 36 | ||||
-rw-r--r-- | x11-themes/e17-theme-grey/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/e17-theme-grey/pkg-descr | 4 |
4 files changed, 44 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 1a9c2fad9bd3..8aebfdfa19a4 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -26,6 +26,7 @@ SUBDIR += e17-theme-cthulhain SUBDIR += e17-theme-detour SUBDIR += e17-theme-gant + SUBDIR += e17-theme-grey SUBDIR += e17-theme-japan2007 SUBDIR += e17-theme-mclaren SUBDIR += e17-theme-milky diff --git a/x11-themes/e17-theme-grey/Makefile b/x11-themes/e17-theme-grey/Makefile new file mode 100644 index 000000000000..5680ef3ae7db --- /dev/null +++ b/x11-themes/e17-theme-grey/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: e17-theme-grey +# Date created: 28 July 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $FreeBSD$ +# + +PORTNAME= grey +PORTVERSION= 1.0 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ +PKGNAMEPREFIX= e17-theme- +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= .edj + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= Modified default E17 theme using grey-ish colors + +RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel + +USE_X_PREFIX= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +PLIST_FILES= share/enlightenment/data/themes/grey.edj + +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-grey/distinfo b/x11-themes/e17-theme-grey/distinfo new file mode 100644 index 000000000000..2e3cad84281e --- /dev/null +++ b/x11-themes/e17-theme-grey/distinfo @@ -0,0 +1,3 @@ +MD5 (grey.edj) = 7a17042695d598eacdc2c4caeb1746cc +SHA256 (grey.edj) = d679656483aaf0b929d685dadf6ed7134ed52ab475a914b7627348e77950724d +SIZE (grey.edj) = 1393998 diff --git a/x11-themes/e17-theme-grey/pkg-descr b/x11-themes/e17-theme-grey/pkg-descr new file mode 100644 index 000000000000..f1a1d212f057 --- /dev/null +++ b/x11-themes/e17-theme-grey/pkg-descr @@ -0,0 +1,4 @@ +A dark, light on resources, modified default E17 theme using grey-ish colors. + +Author: devilhorns +WWW: http://www.get-e.org/Themes/E17/ |