kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit 972ba8e514452a0c78dc44b8cfbbd28e06e37a74
parent c8dcc845a0454c803e5a28b4cf4a1ea4606097f9
Author: St John Karp <contact@stjo.hn>
Date:   Tue, 14 Jun 2022 09:26:54 -0400

wlvncc: Add new package

wlvncc is a VNC client for Wayland. It's the first Wayland-specific
package in this repo so I've created a new wayland folder for it.

Diffstat:
Awayland/wlvncc/build | 5+++++
Awayland/wlvncc/depends | 2++
Awayland/wlvncc/sources | 3+++
Awayland/wlvncc/version | 1+
4 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/wayland/wlvncc/build b/wayland/wlvncc/build @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +meson build --prefix=/usr +ninja -C build +ninja -C build install diff --git a/wayland/wlvncc/depends b/wayland/wlvncc/depends @@ -0,0 +1,2 @@ +meson make +wayland-protocols diff --git a/wayland/wlvncc/sources b/wayland/wlvncc/sources @@ -0,0 +1,3 @@ +git+https://github.com/any1/wlvncc.git +git+https://github.com/any1/aml.git subprojects/aml +git+https://github.com/LibVNC/libvncserver.git subprojects/libvncserver diff --git a/wayland/wlvncc/version b/wayland/wlvncc/version @@ -0,0 +1 @@ +git 1