diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-07 16:18:02 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-07 16:18:02 +0800 |
commit | 69092eaab4ff804bb1dc071914e2ebffab143b86 (patch) | |
tree | 940bb99678e4d70339fdec27c774b32132a366c5 | |
parent | c87d83cda32f0cbdfddacdfb9cc6fa4193c0cd4d (diff) | |
download | freebsd-ports-gnome-69092eaab4ff804bb1dc071914e2ebffab143b86.tar.gz freebsd-ports-gnome-69092eaab4ff804bb1dc071914e2ebffab143b86.tar.zst freebsd-ports-gnome-69092eaab4ff804bb1dc071914e2ebffab143b86.zip |
Add e17-splash-takara 1.0, takara splash screen for e17 window manager.
PR: ports/101378
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/e17-splash-takara/Makefile | 37 | ||||
-rw-r--r-- | x11-themes/e17-splash-takara/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/e17-splash-takara/pkg-descr | 4 |
4 files changed, 45 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 5ac1c7ce4351..05e0106f0cbe 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -24,6 +24,7 @@ SUBDIR += e17-splash-fortune SUBDIR += e17-splash-logo SUBDIR += e17-splash-shiny + SUBDIR += e17-splash-takara SUBDIR += e17-theme-blokkie SUBDIR += e17-theme-blue_default SUBDIR += e17-theme-blue_eyed diff --git a/x11-themes/e17-splash-takara/Makefile b/x11-themes/e17-splash-takara/Makefile new file mode 100644 index 000000000000..df046d2a16de --- /dev/null +++ b/x11-themes/e17-splash-takara/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: e17-splash-takara +# Date created: 4 Aug 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $MBSDlabs$ +# $FreeBSD$ +# + +PORTNAME= takara +PORTVERSION= 1.0 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ +PKGNAMEPREFIX= e17-splash- +DISTNAME= init_takara_v${PORTVERSION} +EXTRACT_SUFX= .edj + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= Takara 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_takara_v1.0.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-takara/distinfo b/x11-themes/e17-splash-takara/distinfo new file mode 100644 index 000000000000..a04fc358f4b6 --- /dev/null +++ b/x11-themes/e17-splash-takara/distinfo @@ -0,0 +1,3 @@ +MD5 (init_takara_v1.0.edj) = 858c686d16d9990833f21b618ef518be +SHA256 (init_takara_v1.0.edj) = 492596108af49a4803034bb681a598947f84576fc363212cab93a4dc39db42cf +SIZE (init_takara_v1.0.edj) = 169204 diff --git a/x11-themes/e17-splash-takara/pkg-descr b/x11-themes/e17-splash-takara/pkg-descr new file mode 100644 index 000000000000..c19632c296eb --- /dev/null +++ b/x11-themes/e17-splash-takara/pkg-descr @@ -0,0 +1,4 @@ +Nice e17 splash screen. A nice animated init screen featuring the authors cat +'Takara'. + +WWW: http://www4.get-e.org/Themes/Startup/ |