Skip to Content.
Sympa Menu

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

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 (b2e37fe8d133972ade4cfe390a6eb6e662e3999d)
  • Date: Fri, 29 Jul 2022 10:55:02 +0000

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

disk/libblockdev/DETAILS | 4 ++--
disk/libblockdev/HISTORY | 3 +++
kde-frameworks/knotifications/DEPENDS | 6 +++---
kde-frameworks/knotifications/HISTORY | 3 +++
xorg-lib/libx11/CONFIGURE | 6 ------
xorg-lib/libx11/HISTORY | 3 +++
6 files changed, 14 insertions(+), 11 deletions(-)

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

knotifications - tweak depends

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

libx11 - tweak

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

libblockdev: => 2.27

diff --git a/disk/libblockdev/DETAILS b/disk/libblockdev/DETAILS
index 3da3341..7476b1b 100755
--- a/disk/libblockdev/DETAILS
+++ b/disk/libblockdev/DETAILS
@@ -1,6 +1,6 @@
SPELL=libblockdev
- VERSION=2.26
-
SOURCE_HASH=sha512:ddd4e9c22135bd7dad0bb9bc254ac0c63e3bacc592e7c5a0c846e367da3fc248bf6187f1c81407c3bce599d3b0ceeec9a8a0030ad8e981e245f715b35eaec523
+ VERSION=2.27
+
SOURCE_HASH=sha512:fa9faf3efefc1c76165c9456936175b2addb336a5257c43c1e41403db200386fd660203ef17559529f57b2f57b9ef768686ecd31493c58527434297c31712c10
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://github.com/storaged-project/libblockdev
diff --git a/disk/libblockdev/HISTORY b/disk/libblockdev/HISTORY
index f4e5cda..0386147 100644
--- a/disk/libblockdev/HISTORY
+++ b/disk/libblockdev/HISTORY
@@ -1,3 +1,6 @@
+2022-07-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.27
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)

diff --git a/kde-frameworks/knotifications/DEPENDS
b/kde-frameworks/knotifications/DEPENDS
index 221995b..7a636ce 100755
--- a/kde-frameworks/knotifications/DEPENDS
+++ b/kde-frameworks/knotifications/DEPENDS
@@ -2,7 +2,8 @@ source $GRIMOIRE/KDE5_DEPENDS &&
if is_depends_enabled $SPELL qt6base;then
optional_depends libdbusmenu-qt6 '' '' 'DBus messages'
else
- optional_depends libdbusmenu-qt5 '' '' 'DBus messages'
+ optional_depends libdbusmenu-qt5 '' '' 'DBus messages' &&
+ optional_depends qtspeech '' '' 'TextToSpeech notifications'
fi &&
depends kconfig &&
depends kcoreaddons &&
@@ -10,5 +11,4 @@ depends kwindowsystem &&
optional_depends libcanberra '' '' 'audio notifications' &&
if ! is_depends_enabled $SPELL libcanberra; then
optional_depends phonon '' '' 'audio notifications'
-fi &&
-optional_depends qtspeech '' '' 'TextToSpeech notifications'
+fi
diff --git a/kde-frameworks/knotifications/HISTORY
b/kde-frameworks/knotifications/HISTORY
index 270e929..71f131d 100644
--- a/kde-frameworks/knotifications/HISTORY
+++ b/kde-frameworks/knotifications/HISTORY
@@ -1,3 +1,6 @@
+2022-07-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: tweak
+
2022-07-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.96.0

diff --git a/xorg-lib/libx11/CONFIGURE b/xorg-lib/libx11/CONFIGURE
index a2b8bc4..249f4fb 100755
--- a/xorg-lib/libx11/CONFIGURE
+++ b/xorg-lib/libx11/CONFIGURE
@@ -1,9 +1,3 @@
-config_query_option LIBX11_OPTS \
- "Enable secure rpc?" \
- y \
- "--enable-secure-rpc" \
- "--disable-secure-rpc" &&
-
# NOTE: Loadable i18n support breaks XIM on UTF-8 locales
list_add LIBX11_OPTS --disable-loadable-i18n
#config_query_option LIBX11_OPTS \
diff --git a/xorg-lib/libx11/HISTORY b/xorg-lib/libx11/HISTORY
index 95e044a..7a8f50d 100644
--- a/xorg-lib/libx11/HISTORY
+++ b/xorg-lib/libx11/HISTORY
@@ -1,3 +1,6 @@
+2022-07-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFIGURE: remove obsolete option
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b2e37fe8d133972ade4cfe390a6eb6e662e3999d), Treeve Jelbert, 07/29/2022

Archive powered by MHonArc 2.6.24.

Top of Page