From 102eee7419811943d8b2ca94a303c1dee0a37cc3 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Mon, 7 Aug 2006 08:16:58 +0000 Subject: Add e17-splash-fortune 1.0, fortune splash screen for e17 window manager. PR: ports/101376 Submitted by: Stanislav Sedov --- x11-themes/Makefile | 1 + x11-themes/e17-splash-fortune/Makefile | 37 +++++++++++++++++++++++++++++++++ x11-themes/e17-splash-fortune/distinfo | 3 +++ x11-themes/e17-splash-fortune/pkg-descr | 4 ++++ 4 files changed, 45 insertions(+) create mode 100644 x11-themes/e17-splash-fortune/Makefile create mode 100644 x11-themes/e17-splash-fortune/distinfo create mode 100644 x11-themes/e17-splash-fortune/pkg-descr (limited to 'x11-themes') diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 2323f069e621..6dc29825ae4c 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -21,6 +21,7 @@ SUBDIR += cursor-polar-theme SUBDIR += e17-splash-azul SUBDIR += e17-splash-blue + SUBDIR += e17-splash-fortune SUBDIR += e17-splash-shiny SUBDIR += e17-theme-blokkie SUBDIR += e17-theme-blue_default diff --git a/x11-themes/e17-splash-fortune/Makefile b/x11-themes/e17-splash-fortune/Makefile new file mode 100644 index 000000000000..07fc1c9766f3 --- /dev/null +++ b/x11-themes/e17-splash-fortune/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: e17-splash-fortune +# Date created: 4 Aug 2006 +# Whom: Stanislav Sedov +# +# $MBSDlabs$ +# $FreeBSD$ +# + +PORTNAME= fortune +PORTVERSION= 1.0 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ +PKGNAMEPREFIX= e17-splash- +DISTNAME= init_fortune +EXTRACT_SUFX= .edj + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= Fortune splash screen for 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/init/init_fortune.edj + +do-extract: + ${MKDIR} ${WRKDIR} + ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} + +do-install: + ${MKDIR} ${PREFIX}/share/enlightenment/data/init + ${INSTALL_DATA} ${WRKSRC}/${DISTFILES} \ + ${PREFIX}/share/enlightenment/data/init + +.include diff --git a/x11-themes/e17-splash-fortune/distinfo b/x11-themes/e17-splash-fortune/distinfo new file mode 100644 index 000000000000..6ae28b5fcbb1 --- /dev/null +++ b/x11-themes/e17-splash-fortune/distinfo @@ -0,0 +1,3 @@ +MD5 (init_fortune.edj) = 519f8a4c7616d2d7ddf3c7e595839637 +SHA256 (init_fortune.edj) = 702eaf1c4a41220017a5f4a53200fb8dc6aa743bac9a351f0b0213f573f87ad2 +SIZE (init_fortune.edj) = 4088844 diff --git a/x11-themes/e17-splash-fortune/pkg-descr b/x11-themes/e17-splash-fortune/pkg-descr new file mode 100644 index 000000000000..1c1762a9ced7 --- /dev/null +++ b/x11-themes/e17-splash-fortune/pkg-descr @@ -0,0 +1,4 @@ +Nice e17 splash screen. Displays a (funny) random quote every time you start +e17. + +WWW: http://www4.get-e.org/Themes/Startup/ -- cgit v1.2.3