summaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2006-06-14 15:10:59 +0000
committervanilla <vanilla@FreeBSD.org>2006-06-14 15:10:59 +0000
commit77a90c222aeefd5dd5d9db6e02e5fb557b6790dd (patch)
tree569beaa77b82f6e6aa26921d341dd520e5a439a1 /x11-themes
parentd0e9709091a36c2322146a58ece9f333b0e69445 (diff)
downloadFreeBSD-ports-77a90c222aeefd5dd5d9db6e02e5fb557b6790dd.zip
FreeBSD-ports-77a90c222aeefd5dd5d9db6e02e5fb557b6790dd.tar.gz
Add e17-theme-mclaren 0.1.0, mcLaren theme for use with e17 window
manager. PR: ports/98944 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/Makefile1
-rw-r--r--x11-themes/e17-theme-mclaren/Makefile35
-rw-r--r--x11-themes/e17-theme-mclaren/distinfo3
-rw-r--r--x11-themes/e17-theme-mclaren/pkg-descr5
-rw-r--r--x11-themes/e17-theme-mclaren/pkg-plist1
5 files changed, 45 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile
index 14fe07a..de1434a 100644
--- a/x11-themes/Makefile
+++ b/x11-themes/Makefile
@@ -27,6 +27,7 @@
SUBDIR += e17-theme-detour
SUBDIR += e17-theme-gant
SUBDIR += e17-theme-japan2007
+ SUBDIR += e17-theme-mclaren
SUBDIR += e17-theme-milky
SUBDIR += e17-theme-neptun
SUBDIR += e17-theme-simply_white
diff --git a/x11-themes/e17-theme-mclaren/Makefile b/x11-themes/e17-theme-mclaren/Makefile
new file mode 100644
index 0000000..62e9fde
--- /dev/null
+++ b/x11-themes/e17-theme-mclaren/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: e17-theme-mclaren
+# Date created: 5 June 2006
+# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mclaren
+PORTVERSION= 0.1.0
+CATEGORIES= x11-themes
+MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \
+ http://mbsd.msk.ru/dist/
+PKGNAMEPREFIX= e17-theme-
+DISTNAME= McLaren-0.1.0
+EXTRACT_SUFX= .edj
+
+MAINTAINER= ssedov@mbsd.msk.ru
+COMMENT= McLaren 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
+
+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-mclaren/distinfo b/x11-themes/e17-theme-mclaren/distinfo
new file mode 100644
index 0000000..a866797
--- /dev/null
+++ b/x11-themes/e17-theme-mclaren/distinfo
@@ -0,0 +1,3 @@
+MD5 (McLaren-0.1.0.edj) = debde6b5b20af334daea0dea3a1124c3
+SHA256 (McLaren-0.1.0.edj) = 9482167dc8be9fd6f76947984f76b1ea23c45e32b90caf8ffa6e043baf62ef30
+SIZE (McLaren-0.1.0.edj) = 3263633
diff --git a/x11-themes/e17-theme-mclaren/pkg-descr b/x11-themes/e17-theme-mclaren/pkg-descr
new file mode 100644
index 0000000..f4a2955
--- /dev/null
+++ b/x11-themes/e17-theme-mclaren/pkg-descr
@@ -0,0 +1,5 @@
+Nice theme for use with e17 window manager. A theme is oriented for those who
+likes dark and soft colors. It reasembles the colors of the McLaren F-1 team.
+The theme is based on the original E17 BLING BLING theme.
+
+WWW: http://www.get-e.org/Themes/E17/
diff --git a/x11-themes/e17-theme-mclaren/pkg-plist b/x11-themes/e17-theme-mclaren/pkg-plist
new file mode 100644
index 0000000..d605729
--- /dev/null
+++ b/x11-themes/e17-theme-mclaren/pkg-plist
@@ -0,0 +1 @@
+share/enlightenment/data/themes/McLaren-0.1.0.edj
OpenPOWER on IntegriCloud