From 77ea54fbede6d137edbc04330a69465e11c9d43a Mon Sep 17 00:00:00 2001 From: Omar Zeghouani Date: Fri, 15 Oct 2021 20:11:35 +0100 Subject: [PATCH] New package: rofi-wayland-1.7.2 --- srcpkgs/rofi-wayland/template | 23 +++++++++++++++++++++++ 1 file changed, 23 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..8122f2dcddca --- /dev/null +++ b/srcpkgs/rofi-wayland/template @@ -0,0 +1,23 @@ +# Template file for 'rofi-wayland' +pkgname=rofi-wayland +version=1.7.2 +revision=1 +_ver=${version}+wayland1 +wrksrc=rofi-${_ver} +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" +maintainer="Omar Zeghouani " +license="MIT" +homepage="https://github.com/lbonn/rofi" +distfiles="https://github.com/lbonn/rofi/releases/download/${_ver}/rofi-${_ver}.tar.gz" +checksum=13c9ac16e9940f72e952d65fdaaa41b0fcbd8da483119a9f6b9bea5940ff2118 +replaces="rofi>=0" + +post_install() { + vlicense COPYING +}