View | Details | Raw Unified | Return to bug 257715 | Differences between
and this patch

Collapse All | Expand All

(-)b/x11/betterlockscreen/Makefile (+36 lines)
Added Link Here
1
PORTNAME=	betterlockscreen
2
DISTVERSION=	v4.0.1
3
CATEGORIES=	x11
4
5
MAINTAINER=	fjachuf@gmail.com
6
COMMENT=	Lockscreen with a prettier style
7
8
LICENSE=	MIT
9
10
RUN_DEPENDS=	bash:shells/bash \
11
		convert:graphics/ImageMagick7 \
12
		dunst:sysutils/dunst \
13
		feh:graphics/feh \
14
		${LOCALBASE}/bin/grep:textproc/gnugrep \
15
		i3lock:x11/i3lock-color \
16
		${LOCALBASE}/bin/gsed:textproc/gsed
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	pavanjadhaw
20
21
CONFLICTS_INSTALL=	i3lock-[0-9]*
22
23
NO_BUILD=	yes
24
25
PLIST_FILES=	"@(,x11,755) ${LOCALBASE}/bin/betterlockscreen"
26
27
post-patch:
28
	@${REINPLACE_CMD} -e 's|grep|${LOCALBASE}/bin/grep|g' \
29
                ${WRKSRC}/betterlockscreen
30
	@${REINPLACE_CMD} -e 's| sed| ${LOCALBASE}/bin/gsed|g' \
31
                ${WRKSRC}/betterlockscreen
32
33
do-install:
34
	${INSTALL_DATA} ${WRKSRC}/betterlockscreen ${STAGEDIR}${PREFIX}/bin
35
36
.include <bsd.port.mk>
(-)b/x11/betterlockscreen/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1628795468
2
SHA256 (pavanjadhaw-betterlockscreen-v4.0.1_GH0.tar.gz) = 623d1eae0d9bbd870b8e19ae81df67b616cbc61213bc6b3827b52315f761feba
3
SIZE (pavanjadhaw-betterlockscreen-v4.0.1_GH0.tar.gz) = 13285
(-)b/x11/betterlockscreen/pkg-descr (+4 lines)
Added Link Here
1
Lockscreen with a prettier style
2
3
4
WWW: https://github.com/pavanjadhaw/betterlockscreen
(-)b/x11/betterlockscreen/pkg-message (+25 lines)
Added Link Here
1
[
2
{ type: install
3
message: <<EOM
4
5
* copy this block to ~/.config/betterlockscreenrc" to customize
6
	insidecolor=00000000
7
	ringcolor=ffffffff
8
	keyhlcolor=d23c3dff
9
	bshlcolor=d23c3dff
10
	separatorcolor=00000000
11
	insidevercolor=00000000
12
	insidewrongcolor=d23c3dff
13
	ringvercolor=ffffffff
14
	ringwrongcolor=ffffffff
15
	verifcolor=ffffffff
16
	timecolor=ffffffff
17
	datecolor=ffffffff
18
	loginbox=00000066
19
	font="sans-serif"
20
	locktext='Type password to unlock...'
21
	wallpaper_cmd='feh --bg-fill --no-fehbg'
22
	time_format='%H:%M:%S'
23
EOM
24
}
25
]

Return to bug 257715