Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e5a0b0bcf24a41958b44c0a2c4666da14f7c96de)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e5a0b0bcf24a41958b44c0a2c4666da14f7c96de)
  • Date: Sun, 30 Apr 2023 22:45:29 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 3 +++
rust-crates/tuigreet/DEPENDS | 5 +++++
rust-crates/tuigreet/DETAILS | 25 +++++++++++++++++++++++++
rust-crates/tuigreet/HISTORY | 3 +++
rust-crates/tuigreet/PREPARE | 2 ++
5 files changed, 38 insertions(+)

New commits:
commit e5a0b0bcf24a41958b44c0a2c4666da14f7c96de
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

rust-crates/tuigreet: new spell, a graphical console greeter for greetd

diff --git a/ChangeLog b/ChangeLog
index 8f9fcac..fe1dfaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-04-30 Pavel Vinogradov <public AT sourcemage.org>
+ * rust-crates/tuigreet: new spell, a graphical console greeter for
greetd
+
2023-04-29 Treeve Jelbert <treeve AT sourcemage.org>
* freedesktop.gpg: add F63412E60947D6EF: "Marius Vlad
<marius.vlad AT collabora.com>"

diff --git a/rust-crates/tuigreet/DEPENDS b/rust-crates/tuigreet/DEPENDS
new file mode 100755
index 0000000..7ce92df
--- /dev/null
+++ b/rust-crates/tuigreet/DEPENDS
@@ -0,0 +1,5 @@
+if [[ "${TUIGREET_BRANCH}" == "scm" ]]; then
+ depends git
+fi &&
+depends rust &&
+depends greetd
diff --git a/rust-crates/tuigreet/DETAILS b/rust-crates/tuigreet/DETAILS
new file mode 100755
index 0000000..23ebd17
--- /dev/null
+++ b/rust-crates/tuigreet/DETAILS
@@ -0,0 +1,25 @@
+. "${GRIMOIRE}/FUNCTIONS"
+ SPELL="tuigreet"
+if [[ "${TUIGREET_BRANCH}" == "scm" ]]; then
+ VERSION="$(get_scm_version)"
+ SOURCE="${SPELL}-scm.tar.xz"
+ FORCE_DOWNLOAD="on"
+ SOURCE_URL[0]="git_http://github.com/apognu//${SPELL}:${SPELL}-scm";
+ SOURCE_IGNORE="volatile"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+else
+ VERSION="0.8.0"
+
SOURCE_HASH="sha512:a8a399fd82104042656f04aa7b453bae8e7b719e4b427aff5d39ba81e4a4ab0601d5726f5446218f9dcf3b4b5a776ee2bff0b18c9b8a8c2938dc8f8dbe126580"
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+
SOURCE_URL[0]="https://github.com/apognu/${SPELL}/archive/refs/tags/${VERSION}.tar.gz";
+# Watch: https://github.com/apognu/tuigreet/tags tags/([0-9.]+)[.]tar
+fi
+ WEB_SITE="https://github.com/apognu/tuigreet";
+ ENTERED="20230430"
+ LICENSE[0]="GPL"
+ KEYWORDS="graphical console greeter"
+ SHORT="graphical console greeter for greetd"
+cat << EOF
+Graphical console greeter for greetd.
+EOF
diff --git a/rust-crates/tuigreet/HISTORY b/rust-crates/tuigreet/HISTORY
new file mode 100644
index 0000000..2e5e05c
--- /dev/null
+++ b/rust-crates/tuigreet/HISTORY
@@ -0,0 +1,3 @@
+2023-04-30 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: created, version 0.8.0
+
diff --git a/rust-crates/tuigreet/PREPARE b/rust-crates/tuigreet/PREPARE
new file mode 100755
index 0000000..e38d86f
--- /dev/null
+++ b/rust-crates/tuigreet/PREPARE
@@ -0,0 +1,2 @@
+. "${GRIMOIRE}/FUNCTIONS" &&
+prepare_select_branch stable scm



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e5a0b0bcf24a41958b44c0a2c4666da14f7c96de), Pavel Vinogradov, 04/30/2023

Archive powered by MHonArc 2.6.24.

Top of Page