View | Details | Raw Unified | Return to bug 247490
Collapse All | Expand All

(-)x11-themes/slim-freebsd-dark-theme/Makefile (+30 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=		slim-freebsd-dark-theme
4
DISTVERSION=	v1.0
5
PORTREVISION=	1
6
CATEGORIES=		x11-themes
7
8
MAINTAINER=		miguel@gocobachi.dev
9
COMMENT=		Minimalist FreeBSD black/red colors theme
10
11
LICENSE=		BSD2CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
RUN_DEPENDS=	slim:x11/slim
15
16
USE_GITHUB=		yes
17
GH_ACCOUNT=		gocobachi
18
19
NO_ARCH=		yes
20
NO_BUILD=		yes
21
22
THEMEDIR_REL=	share/slim/themes/slim-freebsd-dark-theme
23
THEMEDIR=		${PREFIX}/${THEMEDIR_REL}
24
25
do-install:
26
	${MKDIR} ${STAGEDIR}${THEMEDIR}
27
	(cd ${WRKSRC} && \
28
		${COPYTREE_SHARE} . ${STAGEDIR}${THEMEDIR})
29
30
.include <bsd.port.mk>
(-)x11-themes/slim-freebsd-dark-theme/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1592870120
2
SHA256 (gocobachi-slim-freebsd-dark-theme-v1.0_GH0.tar.gz) = ab5c75bdabb3621df5815998fbb56747c0861c0b43857be657802de059c8889c
3
SIZE (gocobachi-slim-freebsd-dark-theme-v1.0_GH0.tar.gz) = 72948
(-)x11-themes/slim-freebsd-dark-theme/pkg-descr (+10 lines)
Line 0 Link Here
1
SLiM is an acronym for "Simple Login Manager".
2
Lightweight and easily configurable, SLiM requires minimal dependencies,
3
and none from the GNOME or KDE desktop environments. It therefore contributes
4
towards a lightweight system for users that also like to use lightweight
5
desktops such as Xfce, Openbox, and Fluxbox.
6
7
This package is a minimalist FreeBSD black/red colors theme, using
8
the colors defined by the FreeBSD Foundation.
9
10
WWW: https://github.com/gocobachi/slim-freebsd-dark-theme
(-)x11-themes/slim-freebsd-dark-theme/pkg-plist (+4 lines)
Line 0 Link Here
1
share/slim/themes/slim-freebsd-dark-theme/slim.theme
2
share/slim/themes/slim-freebsd-dark-theme/background.png
3
share/slim/themes/slim-freebsd-dark-theme/panel.png
4
share/slim/themes/slim-freebsd-dark-theme/screenshot.png

Return to bug 247490