- Add x11-themes/e17-theme-night_blink, a nice theme for e17 window manager.
This commit is contained in:
parent
0a1aa2fd32
commit
0fa7f3819d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187121
4 changed files with 44 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
SUBDIR += e17-theme-japan2007
|
||||
SUBDIR += e17-theme-kor
|
||||
SUBDIR += e17-theme-milky
|
||||
SUBDIR += e17-theme-night_bling
|
||||
SUBDIR += e17-theme-simply_white
|
||||
SUBDIR += engradient
|
||||
SUBDIR += enlightenment-theme-BlueSteel
|
||||
|
|
36
x11-themes/e17-theme-night_bling/Makefile
Normal file
36
x11-themes/e17-theme-night_bling/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
# New ports collection makefile for: e17-theme-night_bling
|
||||
# Date created: 11 March 2007
|
||||
# Whom: stas
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= night_bling
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \
|
||||
ftp://ftp.springdaemons.com/pub/snapshots/e17/
|
||||
PKGNAMEPREFIX= e17-theme-
|
||||
DISTNAME= ${PORTNAME}
|
||||
EXTRACT_SUFX= .edj
|
||||
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Night Bling theme for use with e17 window manager
|
||||
|
||||
RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
PLIST_FILES= share/enlightenment/data/themes/${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKDIR}
|
||||
${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/enlightenment/data/themes
|
||||
${INSTALL_DATA} ${WRKSRC}/${DISTFILES} \
|
||||
${PREFIX}/share/enlightenment/data/themes
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-themes/e17-theme-night_bling/distinfo
Normal file
3
x11-themes/e17-theme-night_bling/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (night_bling.edj) = 8953ce85dfb6e91686fb862450b57e4c
|
||||
SHA256 (night_bling.edj) = f2843f994aa836f3709475b86f43084cef51bdd77f636d790964c55b24a0c6e5
|
||||
SIZE (night_bling.edj) = 2496365
|
4
x11-themes/e17-theme-night_bling/pkg-descr
Normal file
4
x11-themes/e17-theme-night_bling/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Nice theme for use with e17 window manager. Modification of Bling Bling by
|
||||
Raster. Made dark for all the dark theme lovers. GTK+ theme is Wii-Black.
|
||||
|
||||
WWW: http://www.get-e.org/Themes/E17/
|
Loading…
Reference in a new issue