pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wvkbd: new package
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Mon Apr 6 14:12:56 2026 +0200
Changeset: 452f096c4177e6454ccd6d87c7df5507e1a41ea3
Modified Files:
Makefile
Added Files:
wvkbd/DESCR
wvkbd/Makefile
wvkbd/PLIST
wvkbd/distinfo
Log Message:
wvkbd: new package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=452f096c4177e6454ccd6d87c7df5507e1a41ea3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
wvkbd/DESCR | 5 +++++
wvkbd/Makefile | 39 +++++++++++++++++++++++++++++++++++++++
wvkbd/PLIST | 3 +++
wvkbd/distinfo | 5 +++++
5 files changed, 53 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 82bf712e5e..32d9988738 100644
--- a/Makefile
+++ b/Makefile
@@ -6115,6 +6115,7 @@ SUBDIR+= wsjtx
SUBDIR+= wsmake
SUBDIR+= wtfutil
SUBDIR+= wtype
+SUBDIR+= wvkbd
SUBDIR+= wvstreams
SUBDIR+= wxmaxima-git
SUBDIR+= wyeb-git
diff --git a/wvkbd/DESCR b/wvkbd/DESCR
new file mode 100644
index 0000000000..c1e6f2fedf
--- /dev/null
+++ b/wvkbd/DESCR
@@ -0,0 +1,5 @@
+This project aims to deliver a minimal but practically
+usable implementation of a wlroots on-screen keyboard
+in legible C. This will only be a keyboard, not a
+feedback buzzer, led blinker, or anything that requires
+more than what's needed to input text quickly.
diff --git a/wvkbd/Makefile b/wvkbd/Makefile
new file mode 100644
index 0000000000..496705227b
--- /dev/null
+++ b/wvkbd/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD$
+
+DISTNAME= wvkbd-0.19.4
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_GITHUB:=jjsullivan5196/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= kikadf.01%gmail.com@localhost
+HOMEPAGE= https://github.com/jjsullivan5196/wvkbd/
+COMMENT= On-screen keyboard for wlroots
+LICENSE= gnu-gpl-v3
+
+USE_TOOLS+= gmake pkg-config
+
+SUBST_CLASSES+= cfg
+SUBST_STAGE.cfg= pre-configure
+SUBST_MESSAGE.cfg= Fix config.mk
+SUBST_FILES.cfg+= config.mk
+SUBST_SED.cfg+= -e '/^PREFIX/s/=/?=/'
+SUBST_SED.cfg+= -e '/^CFLAGS/s/=/+=/'
+SUBST_SED.cfg+= -e '/^MANPREFIX/s/share\///'
+
+SUBST_CLASSES+= mf
+SUBST_STAGE.mf= pre-configure
+SUBST_MESSAGE.mf= Fix Makefile
+SUBST_FILES.mf+= Makefile
+SUBST_SED.mf+= -e '/^PKGS/s/$$/ epoll-shim/'
+
+CFLAGS+= -I/usr/pkg/include/libepoll-shim
+
+.include "../../devel/libepoll-shim/buildlink3.mk"
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../textproc/scdoc/tool.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
+.include "../../wip/input-headers/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/wvkbd/PLIST b/wvkbd/PLIST
new file mode 100644
index 0000000000..7b4562874d
--- /dev/null
+++ b/wvkbd/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/wvkbd-mobintl
+man/man1/wvkbd.1
diff --git a/wvkbd/distinfo b/wvkbd/distinfo
new file mode 100644
index 0000000000..c8198b8300
--- /dev/null
+++ b/wvkbd/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (wvkbd-0.19.4.tar.gz) = 29bd1a0e9ebfd5703f503a775458d870bd90b4d0558c4b0d89c8fd58881dee5e
+SHA512 (wvkbd-0.19.4.tar.gz) = 097343c632f53217a6ff4e590692b2037beead8895572d8471e2fefcf9ae96ac844d1b0958e420ae8467eb362cb62c67b96cc0125400cafd24d84fbca2e9dfaf
+Size (wvkbd-0.19.4.tar.gz) = 1476675 bytes
Home |
Main Index |
Thread Index |
Old Index