From 66dae018592105cf06b5f2f21354d9455ef08589 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 cfe37a7f1a636c06f65502703c4725a11417ea97 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/INSTALL.msg | 2 ++ srcpkgs/wl-mirror/template | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/wl-mirror/INSTALL.msg diff --git a/srcpkgs/wl-mirror/INSTALL.msg b/srcpkgs/wl-mirror/INSTALL.msg new file mode 100644 index 000000000000..e882175161d7 --- /dev/null +++ b/srcpkgs/wl-mirror/INSTALL.msg @@ -0,0 +1,2 @@ +Optionally install 'pipectl', 'slurp', and either 'rofi' or 'menu' to +use the helper wl-present script. diff --git a/srcpkgs/wl-mirror/template b/srcpkgs/wl-mirror/template index 07cde2e6ef39..3786fb4808d3 100644 --- a/srcpkgs/wl-mirror/template +++ b/srcpkgs/wl-mirror/template @@ -3,7 +3,9 @@ pkgname=wl-mirror version=0.12.2 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"