x11/swaylock-effects: add new port

Swaylock-effects is a fork of swaylock which adds built-in screenshots
and image manipulation effects like blurring. It's inspired by
i3lock-color, although the feature sets aren't perfectly overlapping.

https://github.com/mortie/swaylock-effects
This commit is contained in:
Jan Beich 2020-11-16 13:05:05 +00:00
parent 87ac7af505
commit ab49b72082
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555475
5 changed files with 36 additions and 3 deletions

View File

@ -316,6 +316,7 @@
SUBDIR += swaybg
SUBDIR += swayidle
SUBDIR += swaylock
SUBDIR += swaylock-effects
SUBDIR += sxhkd
SUBDIR += sxpc
SUBDIR += tabbed

View File

@ -0,0 +1,20 @@
# $FreeBSD$
DISTVERSIONPREFIX= v
DISTVERSION= 1.6-2
PORTREVISION= 0
PKGNAMESUFFIX= -effects
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= eb2ae6f09c2e.patch:-p1 # https://github.com/mortie/swaylock-effects/pull/35
COMMENT?= Screen locker for Wayland with fancy effects
MASTERDIR= ${.CURDIR}/../swaylock
DESCR= ${.CURDIR}/pkg-descr
DISTINFO_FILE= ${.CURDIR}/distinfo
GH_ACCOUNT= mortie
GH_PROJECT= ${PORTNAME}${PKGNAMESUFFIX}
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,5 @@
TIMESTAMP = 1604780692
SHA256 (mortie-swaylock-effects-v1.6-2_GH0.tar.gz) = 1966f5b97c869f535fef52c476f9d3d7588458db0bf3922414d8172a3ed65507
SIZE (mortie-swaylock-effects-v1.6-2_GH0.tar.gz) = 618709
SHA256 (eb2ae6f09c2e.patch) = c9c2a08d09f2578bf3622efe7ec0e4b555fc3bd85396aaf0d9d92db9eaf4d734
SIZE (eb2ae6f09c2e.patch) = 1790

View File

@ -0,0 +1,5 @@
Swaylock-effects is a fork of swaylock which adds built-in screenshots
and image manipulation effects like blurring. It's inspired by
i3lock-color, although the feature sets aren't perfectly overlapping.
WWW: https://github.com/mortie/swaylock-effects

View File

@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= swaylock
DISTVERSION= 1.5
PORTREVISION= 2
DISTVERSION?= 1.5
PORTREVISION?= 2
CATEGORIES= x11
MAINTAINER= jbeich@FreeBSD.org
@ -15,9 +15,11 @@ BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
libxkbcommon.so:x11/libxkbcommon
CONFLICTS_INSTALL= ${PORTNAME}-*
USES= compiler:c11 gnome meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= swaywm
GH_ACCOUNT?= swaywm
USE_GNOME= cairo pango
PLIST_FILES= "@(,,4755) bin/${PORTNAME}" \
etc/pam.d/${PORTNAME} \