Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3e5c8928a2a8e06722c81c14e32799aa574f0f70)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3e5c8928a2a8e06722c81c14e32799aa574f0f70)
  • Date: Sat, 18 Mar 2023 11:34:52 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

crypto/pinentry/DEPENDS | 14 ++++----------
crypto/pinentry/DETAILS | 2 +-
crypto/pinentry/HISTORY | 4 ++++
rust-crates/greetd/HISTORY | 3 +++
rust-crates/greetd/INSTALL | 1 +
5 files changed, 13 insertions(+), 11 deletions(-)

New commits:
commit 3e5c8928a2a8e06722c81c14e32799aa574f0f70
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pinentry - fix qt5 support

commit cf0c6614bc20bdcc65666a4c16be9273bf276037
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pinentry: => 1.2.1

commit 17ec3e1dc2f13d1e6fd3827be55e1eb8a72a4fec
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

greetd - fix permissions of service file

diff --git a/crypto/pinentry/DEPENDS b/crypto/pinentry/DEPENDS
index 01edf97f..989c992 100755
--- a/crypto/pinentry/DEPENDS
+++ b/crypto/pinentry/DEPENDS
@@ -3,11 +3,6 @@ depends PKG-CONFIG &&
depends ncurses &&
depends libassuan &&

-optional_depends libcap \
- "--with-libcap" \
- "--without-libcap" \
- "for capabilities library support" &&
-
optional_depends libsecret \
"--enable-libsecret" \
"--disable-libsecret" \
@@ -33,16 +28,15 @@ if is_depends_enabled "$SPELL" "libx11"; then
depends gcr
fi &&

- optional_depends qt4 \
- "--enable-pinentry-qt" \
- "--disable-pinentry-qt" \
- "to build Qt4 pinentry" &&
-
optional_depends qtbase \
"--enable-pinentry-qt5" \
"--disable-pinentry-qt5" \
"to build Qt5 pinentry" &&

+ if is_depends_enabled "$SPELL" qtbase;then
+ optional_depends kwayland '' '' 'wayland supprt '
+ fi &&
+
optional_depends fltk \
"--enable-pinentry-fltk" \
"--disable-pinentry-fltk" \
diff --git a/crypto/pinentry/DETAILS b/crypto/pinentry/DETAILS
index 0ca8501..42baf27 100755
--- a/crypto/pinentry/DETAILS
+++ b/crypto/pinentry/DETAILS
@@ -1,5 +1,5 @@
SPELL=pinentry
- VERSION=1.2.0
+ VERSION=1.2.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/crypto/pinentry/HISTORY b/crypto/pinentry/HISTORY
index 2c0a5a2..acfad5b 100644
--- a/crypto/pinentry/HISTORY
+++ b/crypto/pinentry/HISTORY
@@ -1,3 +1,7 @@
+2023-03-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.1
+ * DEPENDS: fix qt5 support
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)

diff --git a/rust-crates/greetd/HISTORY b/rust-crates/greetd/HISTORY
index d915ee4..21e131e 100644
--- a/rust-crates/greetd/HISTORY
+++ b/rust-crates/greetd/HISTORY
@@ -1,3 +1,6 @@
+2023-03-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * INSTALL: fix permissions of service file
+
2023-03-10 Treeve Jelbert <treeve AT sourcemage.org>
* INSTALL: correct lcoation for service file

diff --git a/rust-crates/greetd/INSTALL b/rust-crates/greetd/INSTALL
index 9d629c2..e819f00 100755
--- a/rust-crates/greetd/INSTALL
+++ b/rust-crates/greetd/INSTALL
@@ -1,6 +1,7 @@
cp target/release/{greetd,agreety} $INSTALL_ROOT/usr/bin &&
SERVICE=$INSTALL_ROOT/lib/systemd/system &&
mkdir -p $SERVICE &&
+chmod a-x greetd,service &&
cp greetd.service $SERVICE/greetd.service &&
mkdir -p $INSTALL_ROOT/etc/greetd &&
cp config.toml $INSTALL_ROOT/etc/greetd/config.toml



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3e5c8928a2a8e06722c81c14e32799aa574f0f70), Treeve Jelbert, 03/18/2023

Archive powered by MHonArc 2.6.24.

Top of Page