From afe41e307dd9740b121f8cb9f8da04008530257b 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+wayland2 --- 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 0000000000000..ed624192f9f93 --- /dev/null +++ b/srcpkgs/rofi-wayland/template @@ -0,0 +1,21 @@ +# Template file for 'rofi-wayland' +pkgname=rofi-wayland +version=1.7.5+wayland2 +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=025a390469008179eaffaa599e2eabbd81a77f7141d9038e008304673ba19843 +replaces="rofi>=0" + +post_install() { + vlicense COPYING +}