Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (a8612867ce08134bb9d5b4a8d747c2c732c2c3cb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (a8612867ce08134bb9d5b4a8d747c2c732c2c3cb)
  • Date: Mon, 13 Mar 2023 01:56:07 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 1 +
utils/wofi/CONFIGURE | 1 +
utils/wofi/DEPENDS | 4 ++++
utils/wofi/DETAILS | 15 +++++++++++++++
utils/wofi/HISTORY | 3 +++
5 files changed, 24 insertions(+)

New commits:
commit a8612867ce08134bb9d5b4a8d747c2c732c2c3cb
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

wofi: new spell, rofi for wayland

diff --git a/ChangeLog b/ChangeLog
index 75779c8..77c7c95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2023-03-12 Conner Clere <xenanthropy AT sourcemage.org>
* libs/chrono-date: new spell, date and time library
+ * utils/wofi: new spell, rofi for wayland

2023-03-10 Treeve Jelbert <treeve AT sourcemage.org>
* rust-crates/greetd: added, greeter daemmon
diff --git a/utils/wofi/CONFIGURE b/utils/wofi/CONFIGURE
new file mode 100755
index 0000000..9f48d22
--- /dev/null
+++ b/utils/wofi/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/utils/wofi/DEPENDS b/utils/wofi/DEPENDS
new file mode 100755
index 0000000..e8b9fbd
--- /dev/null
+++ b/utils/wofi/DEPENDS
@@ -0,0 +1,4 @@
+. "${GRIMOIRE}/MESON_DEPENDS" &&
+depends PKG-CONFIG &&
+depends wayland &&
+depends gtk+3
diff --git a/utils/wofi/DETAILS b/utils/wofi/DETAILS
new file mode 100755
index 0000000..1661083
--- /dev/null
+++ b/utils/wofi/DETAILS
@@ -0,0 +1,15 @@
+. "${GRIMOIRE}/MESON_FUNCTIONS"
+ SPELL=wofi
+ VERSION=1.3
+ SOURCE=${SPELL}-v${VERSION}.tar.gz
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-v${VERSION}"
+
SOURCE_URL[0]=https://hg.sr.ht/~scoopta/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha256:7644e4e995bc027b7f3f411ceda82b3e2a72a4a424f6193663c27bbf00f23067
+ LICENSE[0]=GPL
+ WEB_SITE=https://sr.ht/~scoopta/wofi
+ ENTERED=20230312
+ SHORT="rofi for wayland"
+cat << EOF
+Wofi is a launcher/menu program for wlroots-based
+wayland compositors such as sway
+EOF
diff --git a/utils/wofi/HISTORY b/utils/wofi/HISTORY
new file mode 100644
index 0000000..3c3fef7
--- /dev/null
+++ b/utils/wofi/HISTORY
@@ -0,0 +1,3 @@
+2023-03-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: version 1.3, new spell
+



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (a8612867ce08134bb9d5b4a8d747c2c732c2c3cb), Conner Clere, 03/12/2023

Archive powered by MHonArc 2.6.24.

Top of Page