diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 11:01:32 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 11:01:32 +0000 |
commit | 0a1aa2fd32848c2e5243b7dc9fd15d66e48c3d3a (patch) | |
tree | 9bc953cbe7d934b4212a4146534def41fb4d0344 /x11-themes | |
parent | 34db86fe80a1852e6c58defba3f7ff62ebec4f25 (diff) | |
download | ports-0a1aa2fd32848c2e5243b7dc9fd15d66e48c3d3a.tar.gz ports-0a1aa2fd32848c2e5243b7dc9fd15d66e48c3d3a.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/e17-theme-dali/Makefile | 36 | ||||
-rw-r--r-- | x11-themes/e17-theme-dali/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/e17-theme-dali/pkg-descr | 5 |
4 files changed, 45 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 0378a881a9e7..c928edff2701 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -30,6 +30,7 @@ SUBDIR += e17-splash-takara SUBDIR += e17-theme-blue_eyed SUBDIR += e17-theme-cthulhain + SUBDIR += e17-theme-dali SUBDIR += e17-theme-darkness SUBDIR += e17-theme-gant SUBDIR += e17-theme-japan2007 diff --git a/x11-themes/e17-theme-dali/Makefile b/x11-themes/e17-theme-dali/Makefile new file mode 100644 index 000000000000..0f38be64efea --- /dev/null +++ b/x11-themes/e17-theme-dali/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: e17-theme-dali +# Date created: 11 March 2007 +# Whom: stas +# +# $FreeBSD$ +# + +PORTNAME= dali +PORTVERSION= 0.1 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \ + ftp://ftp.springdaemons.com/pub/snapshots/e17/ +PKGNAMEPREFIX= e17-theme- +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= .edj + +MAINTAINER= stas@FreeBSD.org +COMMENT= Dali theme for use with e17 window manager + +RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel + +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-dali/distinfo b/x11-themes/e17-theme-dali/distinfo new file mode 100644 index 000000000000..1f5ad7b58f66 --- /dev/null +++ b/x11-themes/e17-theme-dali/distinfo @@ -0,0 +1,3 @@ +MD5 (dali.edj) = 6ce13072052dc1b896e0478f940ac964 +SHA256 (dali.edj) = ad45c6ec1bc6e1cd5c79fa73ef7893642e5e0970b48ed2e97e2bcef6f22d5e21 +SIZE (dali.edj) = 4489367 diff --git a/x11-themes/e17-theme-dali/pkg-descr b/x11-themes/e17-theme-dali/pkg-descr new file mode 100644 index 000000000000..375ea0926593 --- /dev/null +++ b/x11-themes/e17-theme-dali/pkg-descr @@ -0,0 +1,5 @@ +Nice theme for use with e17 window manager. The theme itself and modules +pictures are inspired by the work of famous painter Dali. You should change the +shelf size up to the max available size for modules to look much more nicer. + +WWW: http://www.get-e.org/Themes/E17/ |