x11/sandbar: add new port
dwm-like bar for river. https://github.com/kolunmi/sandbar
This commit is contained in:
parent
e1fb44f352
commit
78f09f8454
4 changed files with 35 additions and 0 deletions
|
@ -344,6 +344,7 @@
|
|||
SUBDIR += rxvt-unicode
|
||||
SUBDIR += sakura
|
||||
SUBDIR += salut
|
||||
SUBDIR += sandbar
|
||||
SUBDIR += sbxkb
|
||||
SUBDIR += screen-message
|
||||
SUBDIR += screengrab
|
||||
|
|
30
x11/sandbar/Makefile
Normal file
30
x11/sandbar/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
PORTNAME= sandbar
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1
|
||||
CATEGORIES= x11 wayland
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= dwm-like bar for the river compositor
|
||||
WWW= https://github.com/kolunmi/sandbar
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_FreeBSD_12= ld: error: undefined symbol: memfd_create
|
||||
|
||||
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
|
||||
tllist>=1.0.1:devel/tllist \
|
||||
wayland-protocols>0:graphics/wayland-protocols
|
||||
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
|
||||
libfcft.so:x11-fonts/fcft
|
||||
|
||||
USES= gmake pkgconfig xorg
|
||||
USE_GITHUB= yes
|
||||
USE_XORG= pixman
|
||||
GH_ACCOUNT= kolunmi
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/sandbar/distinfo
Normal file
3
x11/sandbar/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1688147172
|
||||
SHA256 (kolunmi-sandbar-v0.1_GH0.tar.gz) = 5e875d6aca54c195d1842c124e48a7385eaada67a7160adbc279c6d6fa0d2b48
|
||||
SIZE (kolunmi-sandbar-v0.1_GH0.tar.gz) = 49411
|
1
x11/sandbar/pkg-descr
Normal file
1
x11/sandbar/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
dwm-like bar for river.
|
Loading…
Reference in a new issue