Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Justin Boffemmyer (14ddd9c1d14097f51ce0bdfb2b9fc0b20ffb893c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Justin Boffemmyer (14ddd9c1d14097f51ce0bdfb2b9fc0b20ffb893c)
  • Date: Sat, 25 Jan 2025 16:26:27 +0000

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

ChangeLog | 6 ++++++
wm-addons/tofi/CONFIGURE | 3 +++
wm-addons/tofi/DEPENDS | 16 ++++++++++++++++
wm-addons/tofi/DETAILS | 21 +++++++++++++++++++++
wm-addons/tofi/HISTORY | 2 ++
wm-addons/tofi/INSTALL | 7 +++++++
6 files changed, 55 insertions(+)

New commits:
commit 14ddd9c1d14097f51ce0bdfb2b9fc0b20ffb893c
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

wm-addons/tofi: new spell, Wayland dmenu replacement

Tofi is an extremely fast and minimal resource menu launcher for
Wayland.

diff --git a/ChangeLog b/ChangeLog
index 57f35da..bfda29b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-01-26 Justin Boffemmyer <flux AT sourcemage.org>
+ * wm-addons/tofi: new spell, fast and minimal Wayland launcher
+
+2025-01-24 Justin Boffemmyer <flux AT sourcemage.org>
+ * kernels/linux-headers: new spell, installs kernel headers
+
2025-01-22 Ismael Luceno <ismael AT sourcemage.org>
* libs/libfixmath: new spell, Fixed Point Math Library

diff --git a/wm-addons/tofi/CONFIGURE b/wm-addons/tofi/CONFIGURE
new file mode 100755
index 0000000..951752d
--- /dev/null
+++ b/wm-addons/tofi/CONFIGURE
@@ -0,0 +1,3 @@
+. "${GRIMOIRE}/MESON_CONFIGURE" &&
+
+config_query TOFI_THEMES "Install provided themes?" n
diff --git a/wm-addons/tofi/DEPENDS b/wm-addons/tofi/DEPENDS
new file mode 100755
index 0000000..a64ae61
--- /dev/null
+++ b/wm-addons/tofi/DEPENDS
@@ -0,0 +1,16 @@
+. "${GRIMOIRE}/MESON_DEPENDS" &&
+. "${GRIMOIRE}/build_system_handler.function" &&
+
+buildsys_depends cairo &&
+buildsys_depends freetype2 &&
+buildsys_depends glib2 &&
+buildsys_depends harfbuzz &&
+buildsys_depends libxkbcommon &&
+buildsys_depends pango &&
+buildsys_depends wayland &&
+buildsys_depends wayland-protocols &&
+
+buildsys_optional_depends scdoc \
+ -o man-pages \
+ "to generate the man pages"
+
diff --git a/wm-addons/tofi/DETAILS b/wm-addons/tofi/DETAILS
new file mode 100755
index 0000000..35dcf8d
--- /dev/null
+++ b/wm-addons/tofi/DETAILS
@@ -0,0 +1,21 @@
+# Watch: https://github.com/philj56/tofi/tags tags/v([0-9.]+)[.]tar
+. "${GRIMOIRE}/MESON_FUNCTIONS" &&
+
+ SPELL=tofi
+ VERSION=0.9.1
+SPELL_BUILD_SYSTEM="meson"
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_HASH="sha512:a14ab5ecf2c6e1ecb0ec3366c436140aa422995d464de513e81e454df0f303fc9661b534a3f40df4f14897629cd0cc299bb449482b676fbf254002731ac02231"
+
SOURCE_URL[0]="https://github.com/philj56/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz";
+ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ LICENSE[0]="MIT"
+ WEB_SITE="https://github.com/philj56/$spell";
+ ENTERED=20250126
+ KEYWORDS="wm-addons rofi wofi drun dmenu wayland wlroots launcher"
+ SHORT="A fast and simple application launcher for wayland"
+cat << EOF
+An extremely fast and simple dmenu / rofi replacement for wlroots-based
Wayland
+compositors such as Sway.
+
+When configured correctly, tofi can get on screen within a single frame.
+EOF
diff --git a/wm-addons/tofi/HISTORY b/wm-addons/tofi/HISTORY
new file mode 100644
index 0000000..e8e155e
--- /dev/null
+++ b/wm-addons/tofi/HISTORY
@@ -0,0 +1,2 @@
+2025-01-26 Justin Boffemmyer <flux AT sourcemage.org>
+ * CONFIGURE,DETAILS,DEPENDS: spell created
diff --git a/wm-addons/tofi/INSTALL b/wm-addons/tofi/INSTALL
new file mode 100755
index 0000000..90ebe12
--- /dev/null
+++ b/wm-addons/tofi/INSTALL
@@ -0,0 +1,7 @@
+default_install &&
+
+if [ x"$TOFI_THEMES"x = x"y"x ] ;then
+ cd "$SOURCE_DIRECTORY/themes" &&
+ mkdir -p "$INSTALL_ROOT/usr/share/tofi/themes" &&
+ install -m 0644 -t "$INSTALL_ROOT/usr/share/tofi/themes" *
+fi


  • [[SM-Commit] ] GIT changes to master grimoire by Justin Boffemmyer (14ddd9c1d14097f51ce0bdfb2b9fc0b20ffb893c), Justin Boffemmyer, 01/25/2025

Archive powered by MHonArc 2.6.24.

Top of Page