Skip to content

Commit

Permalink
x11/shaderbg: add new port
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
jbeich committed Dec 8, 2023
1 parent 131ad5a commit 4fcea1d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11/Makefile
Expand Up @@ -382,6 +382,7 @@
SUBDIR += setlayout
SUBDIR += setxkbmap
SUBDIR += sfwbar
SUBDIR += shaderbg
SUBDIR += shikane
SUBDIR += shotman
SUBDIR += showkeys
Expand Down
20 changes: 20 additions & 0 deletions x11/shaderbg/Makefile
@@ -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 changes: 3 additions & 0 deletions x11/shaderbg/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1679003009
SHA256 (shaderbg-s20230316-0-g027d4f8.tar.gz) = 02b35482e199d9b8b46632cf9ffc20adbd1795737896b953e986d7034b0a6f65
SIZE (shaderbg-s20230316-0-g027d4f8.tar.gz) = 39148
2 changes: 2 additions & 0 deletions x11/shaderbg/pkg-descr
@@ -0,0 +1,2 @@
This program lets you render shaders as a wall paper. It works on
Wayland compositors that support wlr-layer-shell.

0 comments on commit 4fcea1d

Please sign in to comment.