From 1c0bedc9ce25aaacc50890860d4cc16b80263eb1 Mon Sep 17 00:00:00 2001 From: florhizome Date: Tue, 14 Mar 2023 17:26:09 +0000 Subject: [PATCH] remove rofi-wayland remove rofi-wayland which has been merged into guix --- guixrus/packages/rofi.scm | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/guixrus/packages/rofi.scm b/guixrus/packages/rofi.scm index 2fe1cd3..173b1ee 100644 --- a/guixrus/packages/rofi.scm +++ b/guixrus/packages/rofi.scm @@ -17,40 +17,6 @@ #:use-module (gnu packages gtk) #:use-module (gnu packages freedesktop)) -(define-public rofi-wayland - (package - (inherit rofi) - (name "rofi-wayland") - (version "1.7.3") - (source - (origin - (method git-fetch) - (uri - (git-reference - (url "https://github.com/lbonn/rofi.git") - (commit (string-append version "+wayland1")) - (recursive? #t))) - (sha256 - (base32 "1hiv6w3nynskgqsfnr8v05za5zk1fnqv44i7h6aqv3wh31dk3wma")) - (file-name (git-file-name name version)))) - (build-system meson-build-system) - (inputs (modify-inputs - (package-inputs rofi) - (append wayland-protocols gdk-pixbuf wayland))) - (synopsis "Rofi fork that's wayland-ready") - (description "This is a fork of Rofi with added support for Wayland via the layer shell protocol. -Differences with rofi (in wayland mode): -@itemize -@item native window selection mode when running under Wayland. -@item -normal-window flag in Wayland mode. -@item selecting which monitor to run rofi on in Wayland mode, - rofi only shows up on the currently focused monitor -@item some window locations parameters work partially, x-offset - and y-offset are only working from screen edges -@item some X11-specific options like -dpi or fake transparency -@end itemize"))) - - (define-public buku-rofi (package (name "buku-rofi") -- 2.38.5