From 17090c4d0e7d3c3138f4bba9b8c71c9685534a4c Mon Sep 17 00:00:00 2001 From: inalone Date: Tue, 23 May 2023 21:00:21 +0100 Subject: [PATCH] New package: rofi-wayland-1.7.5+wayland1 --- srcpkgs/rofi-wayland/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/rofi-wayland/template diff --git a/srcpkgs/rofi-wayland/template b/srcpkgs/rofi-wayland/template new file mode 100644 index 000000000000..fff021d93c39 --- /dev/null +++ b/srcpkgs/rofi-wayland/template @@ -0,0 +1,21 @@ +# Template file for 'rofi-wayland' +pkgname=rofi-wayland +version=1.7.5+wayland1 +revision=1 +build_style=meson +configure_args="-Dxcb=disabled -Dcheck=disabled" +hostmakedepends="ninja flex bison glib-devel pkg-config wayland-devel" +makedepends="gdk-pixbuf-devel libxkbcommon-devel pango-devel + wayland-protocols wayland-devel" +checkdepends="check-devel cppcheck xkeyboard-config" +short_desc="Window switcher, run dialog and dmenu replacement (Wayland fork)" +maintainer="inalone " +license="MIT" +homepage="https://github.com/lbonn/rofi" +distfiles="https://github.com/lbonn/rofi/releases/download/${version}/rofi-${version}.tar.gz" +checksum=4b7b5de0606e91380861dce6f2b894bebf63b2031c8746fd4096f72576ce541a +conflicts="rofi>=0" + +post_install() { + vlicense COPYING +}