From c35d82f00e61c0405c08867747cc7c895d02d3e7 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 9 Aug 2023 15:43:04 +0200 Subject: [PATCH] rofi: add recipe hyprlands scratchpad script requests it --- recipes-support/rofi/rofi_git.bb | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 recipes-support/rofi/rofi_git.bb diff --git a/recipes-support/rofi/rofi_git.bb b/recipes-support/rofi/rofi_git.bb new file mode 100644 index 0000000..a22dfab --- /dev/null +++ b/recipes-support/rofi/rofi_git.bb @@ -0,0 +1,29 @@ +SUMMARY = "A window switcher, Application launcher and dmenu replacement" +HOMEPAGE = "https://github.com/davatorium/rofi" +SECTION = "graphics" +LICENSE = "MIT" + +LIC_FILES_CHKSUM = "file://COPYING;md5=782be4e4ace584538170389380b2d61e" + +DEPENDS = " \ + bison-native \ + glib-2.0 \ + cairo \ + pango \ + libxkbcommon \ + gdk-pixbuf \ + xcb-util \ + xcb-util-wm \ + xcb-util-cursor \ + startup-notification \ +" + +SRC_URI = "gitsm://github.com/davatorium/rofi.git;protocol=https;branch=next" + +S = "${WORKDIR}/git" +PV = "1.7.5" +SRCREV = "9963df114bc2de0d452a4751d8b250118ca6b20a" + +inherit meson pkgconfig + +FILES:${PN} += "${datadir}"