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

Collapse All | Expand All

(-)b/Makefile (+25 lines)
Added Link Here
1
PORTNAME=	betterlockscreen
2
DISTVERSION=	3.2.0
3
CATEGORIES=	x11
4
5
MAINTAINER=	fjachuf@gmail.com
6
COMMENT=	Lockscreen with a prettier style
7
8
LICENSE=	BSD3CLAUSE
9
10
RUN_DEPENDS=	${LOCALBASE}/bin/bash:shells/bash \
11
				${LOCALBASE}/bin/i3lock:x11/i3lock-color
12
13
CONFLICTS_INSTALL=	i3lock-[0-9]*
14
15
PLIST_FILES=	"@(,x11,755) ${LOCALBASE}/bin/betterlockscreen"
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	pavanjadhaw
19
20
NO_BUILD=	yes
21
22
do-install:
23
	${INSTALL_DATA} ${WRKSRC}/betterlockscreen ${STAGEDIR}${PREFIX}/bin
24
25
.include <bsd.port.mk>
(-)b/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1628204349
2
SHA256 (pavanjadhaw-betterlockscreen-3.2.0_GH0.tar.gz) = 8ec392c767937784042abde18a08b573d080e468c81457b64f4d798c005e8b3c
3
SIZE (pavanjadhaw-betterlockscreen-3.2.0_GH0.tar.gz) = 9043
(-)b/pkg-descr (+4 lines)
Added Link Here
1
Lockscreen with a prettier style
2
3
4
WWW: https://github.com/pavanjadhaw/betterlockscreen
(-)b/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