From 4b70beba7ac046302a121ea2ac24b43e307e1053 Mon Sep 17 00:00:00 2001 From: Tung Anh Vu Date: Mon, 27 Feb 2023 23:34:35 +0000 Subject: [PATCH 1/2] New package: pipectl-0.4.1 --- srcpkgs/pipectl/template | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/pipectl/template diff --git a/srcpkgs/pipectl/template b/srcpkgs/pipectl/template new file mode 100644 index 000000000000..303467294238 --- /dev/null +++ b/srcpkgs/pipectl/template @@ -0,0 +1,12 @@ +# Template file for 'pipectl' +pkgname=pipectl +version=0.4.1 +revision=1 +build_style=cmake +hostmakedepends="scdoc" +short_desc="Simple named pipe management utility" +maintainer="Tung Anh Vu " +license="GPL-3.0-or-later" +homepage="https://github.com/Ferdi265/pipectl" +distfiles="https://github.com/Ferdi265/pipectl/archive/refs/tags/v${version}.tar.gz" +checksum=d7b04d6a08f0f1cd61e62de52006902aac3b3254002712c19f71dffe0bf379c7 From 4f7d27cef99d0161a25efea8d63fdffaa611632e Mon Sep 17 00:00:00 2001 From: Tung Anh Vu Date: Mon, 27 Feb 2023 23:06:28 +0000 Subject: [PATCH 2/2] wl-mirror: Install provided helper script --- srcpkgs/wl-mirror/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/wl-mirror/template b/srcpkgs/wl-mirror/template index d8f6d7989703..96e6790f8202 100644 --- a/srcpkgs/wl-mirror/template +++ b/srcpkgs/wl-mirror/template @@ -3,7 +3,9 @@ pkgname=wl-mirror version=0.13.0 revision=1 build_style=cmake -configure_args="-DWLR_PROTOCOL_DIR=${wrksrc}/proto/wlr-protocols -DINSTALL_DOCUMENTATION=ON" +configure_args="-DWLR_PROTOCOL_DIR=${wrksrc}/proto/wlr-protocols + -DINSTALL_EXAMPLE_SCRIPTS=ON + -DINSTALL_DOCUMENTATION=ON" hostmakedepends="wayland-devel scdoc" makedepends="libglvnd-devel wayland-devel wayland-protocols" short_desc="Simple Wayland output mirror client"