diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-07 16:16:58 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-07 16:16:58 +0800 |
commit | fa73074aff7ee863ea6811f54cb6d461b8a225c7 (patch) | |
tree | 5e779defe09143bb08f0827f6b3a5caaa0cf45af /x11-themes | |
parent | 6b0cf813877068d79172988390b3ba3fef2ee528 (diff) | |
download | freebsd-ports-gnome-fa73074aff7ee863ea6811f54cb6d461b8a225c7.tar.gz freebsd-ports-gnome-fa73074aff7ee863ea6811f54cb6d461b8a225c7.tar.zst freebsd-ports-gnome-fa73074aff7ee863ea6811f54cb6d461b8a225c7.zip |
Add e17-splash-fortune 1.0, fortune splash screen for e17 window
manager.
PR: ports/101376
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/e17-splash-fortune/Makefile | 37 | ||||
-rw-r--r-- | x11-themes/e17-splash-fortune/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/e17-splash-fortune/pkg-descr | 4 |
4 files changed, 45 insertions, 0 deletions
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 <ssedov@mbsd.msk.ru> +# +# $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 <bsd.port.mk> 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/ |