mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
x11/shaderbg: add new port
This program lets you render shaders as a wall paper. It works on Wayland compositors that support wlr-layer-shell. https://sr.ht/~mstoeckl/shaderbg/
This commit is contained in:
parent
131ad5a45e
commit
4fcea1d97a
4 changed files with 26 additions and 0 deletions
|
@ -382,6 +382,7 @@
|
|||
SUBDIR += setlayout
|
||||
SUBDIR += setxkbmap
|
||||
SUBDIR += sfwbar
|
||||
SUBDIR += shaderbg
|
||||
SUBDIR += shikane
|
||||
SUBDIR += shotman
|
||||
SUBDIR += showkeys
|
||||
|
|
20
x11/shaderbg/Makefile
Normal file
20
x11/shaderbg/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
PORTNAME= shaderbg
|
||||
DISTVERSION= s20230316
|
||||
DISTVERSIONSUFFIX= -0-g027d4f8
|
||||
CATEGORIES= x11 wayland
|
||||
MASTER_SITES= https://git.sr.ht/~mstoeckl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= Render shaders as a live wallpaper on Wayland
|
||||
WWW= https://sr.ht/~mstoeckl/shaderbg/
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libwayland-egl.so:graphics/wayland
|
||||
|
||||
USES= compiler:c11 gl meson pkgconfig
|
||||
USE_GL= egl
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/shaderbg/distinfo
Normal file
3
x11/shaderbg/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1679003009
|
||||
SHA256 (shaderbg-s20230316-0-g027d4f8.tar.gz) = 02b35482e199d9b8b46632cf9ffc20adbd1795737896b953e986d7034b0a6f65
|
||||
SIZE (shaderbg-s20230316-0-g027d4f8.tar.gz) = 39148
|
2
x11/shaderbg/pkg-descr
Normal file
2
x11/shaderbg/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
This program lets you render shaders as a wall paper. It works on
|
||||
Wayland compositors that support wlr-layer-shell.
|
Loading…
Add table
Reference in a new issue