diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-07 08:03:43 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-07 08:03:43 +0000 |
commit | f75b1f5beed58da989fb4b591f0a34cd9663b07e (patch) | |
tree | d5c899f456cdd724526975a936d96103664e3ab1 /x11-themes | |
parent | 7a94ac54cd759cd87d162060ad510a14502b7273 (diff) | |
download | FreeBSD-ports-f75b1f5beed58da989fb4b591f0a34cd9663b07e.zip FreeBSD-ports-f75b1f5beed58da989fb4b591f0a34cd9663b07e.tar.gz |
Add e17-splash-blue 1.0, blue splash screen for e17 window manager.
PR: ports/101374
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-blue/Makefile | 37 | ||||
-rw-r--r-- | x11-themes/e17-splash-blue/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/e17-splash-blue/pkg-descr | 4 |
4 files changed, 45 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 37e3ede..e2c5de6 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-blue SUBDIR += e17-splash-shiny SUBDIR += e17-theme-blokkie SUBDIR += e17-theme-blue_default diff --git a/x11-themes/e17-splash-blue/Makefile b/x11-themes/e17-splash-blue/Makefile new file mode 100644 index 0000000..fe160e1 --- /dev/null +++ b/x11-themes/e17-splash-blue/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: e17-splash-blue +# Date created: 4 Aug 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $MBSDlabs$ +# $FreeBSD$ +# + +PORTNAME= blue +PORTVERSION= 1.0 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ +PKGNAMEPREFIX= e17-splash- +DISTNAME= init_blue +EXTRACT_SUFX= .edj + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= Blue 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_blue.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-blue/distinfo b/x11-themes/e17-splash-blue/distinfo new file mode 100644 index 0000000..d9d8027 --- /dev/null +++ b/x11-themes/e17-splash-blue/distinfo @@ -0,0 +1,3 @@ +MD5 (init_blue.edj) = 75a8fa23786633f4d9ca8eff95345ef0 +SHA256 (init_blue.edj) = 2a76403296c24f8af9d98dc7a99b71dd4e0e3e5c7c7f1554f8b752b03ff0ffdd +SIZE (init_blue.edj) = 4552772 diff --git a/x11-themes/e17-splash-blue/pkg-descr b/x11-themes/e17-splash-blue/pkg-descr new file mode 100644 index 0000000..2c95209 --- /dev/null +++ b/x11-themes/e17-splash-blue/pkg-descr @@ -0,0 +1,4 @@ +Nice e17 splash screen. Based on the default splash screen with a different +background. + +WWW: http://www4.get-e.org/Themes/Startup/ |