diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-07 16:00:50 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-07 16:00:50 +0800 |
commit | 84be33814d0257976aa60806f2e537a765595920 (patch) | |
tree | fc410137ced444eddf16ea7df0f15dbfc28a22b0 /x11-themes | |
parent | 1b5538a51a22e1175099fe908682112d9ba03ff8 (diff) | |
download | freebsd-ports-gnome-84be33814d0257976aa60806f2e537a765595920.tar.gz freebsd-ports-gnome-84be33814d0257976aa60806f2e537a765595920.tar.zst freebsd-ports-gnome-84be33814d0257976aa60806f2e537a765595920.zip |
Add e17-splash-shiny 1.0, shiny splash screen for e17 window manager.
PR: ports/101373
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-shiny/Makefile | 37 | ||||
-rw-r--r-- | x11-themes/e17-splash-shiny/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/e17-splash-shiny/pkg-descr | 3 |
4 files changed, 44 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 8aebfdfa19a4..37e3ede3ab27 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -19,6 +19,7 @@ SUBDIR += cursor-jimmac-theme SUBDIR += cursor-neutral-theme SUBDIR += cursor-polar-theme + SUBDIR += e17-splash-shiny SUBDIR += e17-theme-blokkie SUBDIR += e17-theme-blue_default SUBDIR += e17-theme-blue_eyed diff --git a/x11-themes/e17-splash-shiny/Makefile b/x11-themes/e17-splash-shiny/Makefile new file mode 100644 index 000000000000..17d3a9a20d4c --- /dev/null +++ b/x11-themes/e17-splash-shiny/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: e17-splash-shiny +# Date created: 4 Aug 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $MBSDlabs$ +# $FreeBSD$ +# + +PORTNAME= shiny +PORTVERSION= 1.0 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ +PKGNAMEPREFIX= e17-splash- +DISTNAME= init_shiny_reflection +EXTRACT_SUFX= .edj + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= Shiny 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_shiny_reflection.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-shiny/distinfo b/x11-themes/e17-splash-shiny/distinfo new file mode 100644 index 000000000000..f68a7f5dd253 --- /dev/null +++ b/x11-themes/e17-splash-shiny/distinfo @@ -0,0 +1,3 @@ +MD5 (init_shiny_reflection.edj) = d899b0cb72a61d0e463ffe29c4b5b780 +SHA256 (init_shiny_reflection.edj) = f0cadc7c58b541603dff0523aa0634eaead535160d4b6b5f71c81ef8843eadbf +SIZE (init_shiny_reflection.edj) = 762960 diff --git a/x11-themes/e17-splash-shiny/pkg-descr b/x11-themes/e17-splash-shiny/pkg-descr new file mode 100644 index 000000000000..61bcf943161e --- /dev/null +++ b/x11-themes/e17-splash-shiny/pkg-descr @@ -0,0 +1,3 @@ +Nice e17 splash screen. Based on the Shiny reflection background by raster. + +WWW: http://www4.get-e.org/Themes/Startup/ |