unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Yovan Naumovski via Guix-patches via <guix-patches@gnu.org>
To: 61664@debbugs.gnu.org
Subject: [bug#61664] [PATCH] gnu: Add tofi.
Date: Mon, 20 Feb 2023 23:39:11 +0200	[thread overview]
Message-ID: <3dd4753a-1e1c-0a0b-1c95-cc8caa74c97b@gorski.stream> (raw)

[-- Attachment #1: Type: text/plain, Size: 112 bytes --]

Hi,

here is a patch that adds the "tofi" package, an application launcher 
for Wayland.

Best regards,

Yovan.

[-- Attachment #2: 0001-gnu-Add-tofi.patch --]
[-- Type: text/x-patch, Size: 1775 bytes --]

From b33ae1cde5e4b03f31bc722f9eafe7b79a2677c1 Mon Sep 17 00:00:00 2001
From: Yovan Naumovski <yovan@gorski.stream>
Date: Mon, 20 Feb 2023 23:35:18 +0200
Subject: [PATCH] gnu: Add tofi.

---
 gnu/packages/xdisorg.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index ddb70bd817..df84815f9b 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1980,6 +1980,36 @@ (define-public tint2
 actions, a built-in clock, a battery monitor and a system tray.")
     (license license:gpl2)))
 
+(define-public tofi
+  (package
+    (name "tofi")
+    (version "0.8.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/philj56/tofi")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "11bfi9his0cc5mzikamr5icv5mh2fyj9jy5l3sbbayj6jk51f68y"))))
+    (build-system meson-build-system)
+    (arguments
+     (list #:meson meson-0.63)) ;requires meson 0.61 or later
+    (native-inputs (list pkg-config))
+    (inputs (list cairo
+                  harfbuzz
+                  libxkbcommon
+                  pango
+                  wayland
+                  wayland-protocols))
+    (home-page "https://github.com/philj56/tofi")
+    (synopsis "Application launcher for Wayland")
+    (description
+     "Simple @command{dmenu}/@command{rofi} replacement for wlroots-based
+Wayland compositors such as Sway.")
+    (license license:expat)))
+
 (define-public dzen
   (let ((commit "488ab66019f475e35e067646621827c18a879ba1")
         (revision "1"))
-- 
2.39.1


             reply	other threads:[~2023-02-20 21:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-20 21:39 Yovan Naumovski via Guix-patches via [this message]
2023-02-24 11:29 ` bug#61664: [PATCH] gnu: Add tofi Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3dd4753a-1e1c-0a0b-1c95-cc8caa74c97b@gorski.stream \
    --to=guix-patches@gnu.org \
    --cc=61664@debbugs.gnu.org \
    --cc=yovan@gorski.stream \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).