Add e17-theme-blokkie 0.1, blokkie theme for use with e17 window
manager. PR: ports/98543 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
This commit is contained in:
parent
8d5bdb063b
commit
0cec9346e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164977
5 changed files with 44 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
SUBDIR += cursor-jimmac-theme
|
SUBDIR += cursor-jimmac-theme
|
||||||
SUBDIR += cursor-neutral-theme
|
SUBDIR += cursor-neutral-theme
|
||||||
SUBDIR += cursor-polar-theme
|
SUBDIR += cursor-polar-theme
|
||||||
|
SUBDIR += e17-theme-blokkie
|
||||||
SUBDIR += engradient
|
SUBDIR += engradient
|
||||||
SUBDIR += enlightenment-theme-BlueSteel
|
SUBDIR += enlightenment-theme-BlueSteel
|
||||||
SUBDIR += enlightenment-theme-BrushedMetal-Tigert
|
SUBDIR += enlightenment-theme-BrushedMetal-Tigert
|
||||||
|
|
35
x11-themes/e17-theme-blokkie/Makefile
Normal file
35
x11-themes/e17-theme-blokkie/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# New ports collection makefile for: e17-theme-blokkie
|
||||||
|
# Date created: 5 June 2006
|
||||||
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= blokkie
|
||||||
|
PORTVERSION= 0.1
|
||||||
|
CATEGORIES= x11-themes
|
||||||
|
MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \
|
||||||
|
http://mbsd.msk.ru/dist/
|
||||||
|
PKGNAMEPREFIX= e17-theme-
|
||||||
|
DISTNAME= ${PORTNAME}
|
||||||
|
EXTRACT_SUFX= .edj
|
||||||
|
|
||||||
|
MAINTAINER= ssedov@mbsd.msk.ru
|
||||||
|
COMMENT= Blokkie theme for use with e17 window manager
|
||||||
|
|
||||||
|
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
||||||
|
|
||||||
|
USE_X_PREFIX= yes
|
||||||
|
NO_BUILD= yes
|
||||||
|
NO_WRKSUBDIR= yes
|
||||||
|
|
||||||
|
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-blokkie/distinfo
Normal file
3
x11-themes/e17-theme-blokkie/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (blokkie.edj) = be836ec1bc3797918f45e11e2743169f
|
||||||
|
SHA256 (blokkie.edj) = 17a11755f5a314d255e2dbb4fffe81d21ca5d5228e7bd3ff9f72a53cb44cc702
|
||||||
|
SIZE (blokkie.edj) = 2081602
|
4
x11-themes/e17-theme-blokkie/pkg-descr
Normal file
4
x11-themes/e17-theme-blokkie/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Nice theme for use with e17 window manager. '70 ish brown style theme, easy
|
||||||
|
on the eyes.
|
||||||
|
|
||||||
|
WWW: http://www.get-e.org/Themes/E17/
|
1
x11-themes/e17-theme-blokkie/pkg-plist
Normal file
1
x11-themes/e17-theme-blokkie/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
share/enlightenment/data/themes/blokkie.edj
|
Loading…
Reference in a new issue