diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-07 16:17:33 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-07 16:17:33 +0800 |
commit | 5694fa4733dd1b8ad5f2af8c5563d8c617b6c7a1 (patch) | |
tree | dedf2860b623e15a2e715a0881cb051c1120e6b9 /x11-themes | |
parent | 72135cc73502d02e929fb48962d9bb299670e7e1 (diff) | |
download | freebsd-ports-gnome-5694fa4733dd1b8ad5f2af8c5563d8c617b6c7a1.tar.gz freebsd-ports-gnome-5694fa4733dd1b8ad5f2af8c5563d8c617b6c7a1.tar.zst freebsd-ports-gnome-5694fa4733dd1b8ad5f2af8c5563d8c617b6c7a1.zip |
Add e17-splash-logo 1.0, logo splash screen for e17 window manager.
PR: ports/101377
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-logo/Makefile | 37 | ||||
-rw-r--r-- | x11-themes/e17-splash-logo/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/e17-splash-logo/pkg-descr | 3 |
4 files changed, 44 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 6dc29825ae4c..5ac1c7ce4351 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -22,6 +22,7 @@ SUBDIR += e17-splash-azul SUBDIR += e17-splash-blue SUBDIR += e17-splash-fortune + SUBDIR += e17-splash-logo SUBDIR += e17-splash-shiny SUBDIR += e17-theme-blokkie SUBDIR += e17-theme-blue_default diff --git a/x11-themes/e17-splash-logo/Makefile b/x11-themes/e17-splash-logo/Makefile new file mode 100644 index 000000000000..26339880f793 --- /dev/null +++ b/x11-themes/e17-splash-logo/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: e17-splash-logo +# Date created: 4 Aug 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $MBSDlabs$ +# $FreeBSD$ +# + +PORTNAME= logo +PORTVERSION= 1.0 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ +PKGNAMEPREFIX= e17-splash- +DISTNAME= init_logo +EXTRACT_SUFX= .edj + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= Logo 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_logo.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-logo/distinfo b/x11-themes/e17-splash-logo/distinfo new file mode 100644 index 000000000000..9dbabae27ca6 --- /dev/null +++ b/x11-themes/e17-splash-logo/distinfo @@ -0,0 +1,3 @@ +MD5 (init_logo.edj) = fde53b79eaafdaac0016cf291eae0400 +SHA256 (init_logo.edj) = 8da5d6f18753080118e93da3c4fea410d00d654d4f7bd3af75ad8b1e8a6c55c6 +SIZE (init_logo.edj) = 4566173 diff --git a/x11-themes/e17-splash-logo/pkg-descr b/x11-themes/e17-splash-logo/pkg-descr new file mode 100644 index 000000000000..0ace33a426b7 --- /dev/null +++ b/x11-themes/e17-splash-logo/pkg-descr @@ -0,0 +1,3 @@ +Nice e17 splash screen. Displays an animated E logo. + +WWW: http://www4.get-e.org/Themes/Startup/ |