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>
This commit is contained in:
parent
e1c0f3088b
commit
ade2bbf802
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169921
4 changed files with 45 additions and 0 deletions
|
@ -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
|
||||
|
|
37
x11-themes/e17-splash-blue/Makefile
Normal file
37
x11-themes/e17-splash-blue/Makefile
Normal file
|
@ -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>
|
3
x11-themes/e17-splash-blue/distinfo
Normal file
3
x11-themes/e17-splash-blue/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (init_blue.edj) = 75a8fa23786633f4d9ca8eff95345ef0
|
||||
SHA256 (init_blue.edj) = 2a76403296c24f8af9d98dc7a99b71dd4e0e3e5c7c7f1554f8b752b03ff0ffdd
|
||||
SIZE (init_blue.edj) = 4552772
|
4
x11-themes/e17-splash-blue/pkg-descr
Normal file
4
x11-themes/e17-splash-blue/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue