Skip to Content.
Sympa Menu

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

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 (84e3d66771f79dc690e20a9d2d6c864c3af0694e)
  • Date: Fri, 2 Jun 2023 09:33:22 +0000

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

crypto/eid-mw/DEPENDS | 4 ++++
crypto/eid-mw/HISTORY | 3 +++
crypto/nettle/DETAILS | 2 +-
crypto/nettle/HISTORY | 3 +++
kde5-apps/kstars/DETAILS | 2 +-
kde5-apps/kstars/HISTORY | 3 +++
net/libproxy/BUILD | 2 ++
net/libproxy/DEPENDS | 12 ++++++------
net/libproxy/HISTORY | 5 +++++
net/libproxy/PRE_BUILD | 4 ----
10 files changed, 28 insertions(+), 12 deletions(-)

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

nettle: => 3.9.1

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

libproxy - tweak

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

eid-mw - tweak depends

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

kstars: => 3.6.5

diff --git a/crypto/eid-mw/DEPENDS b/crypto/eid-mw/DEPENDS
index 5a2a72de..ec731cd 100755
--- a/crypto/eid-mw/DEPENDS
+++ b/crypto/eid-mw/DEPENDS
@@ -1,6 +1,10 @@
depends pcsc-lite &&
depends libassuan &&
optional_depends gtk+3 "" "--without-gtkvers" "build viewer" &&
+if is_depends_enabled $SPELL gtk+3;then
+ depends libxml2 &&
+ depends libproxy
+fi &&
optional_depends GETTEXT --{en,dis}able-nls 'NLS support'
optional_depends pinentry --{en,dis}able-pinentry 'use pinentry for dialogs'
optional_depends p11-kit --{en,dis}able-p11kit 'use p11-kit'
diff --git a/crypto/eid-mw/HISTORY b/crypto/eid-mw/HISTORY
index d8a253f..3dc49fd 100644
--- a/crypto/eid-mw/HISTORY
+++ b/crypto/eid-mw/HISTORY
@@ -1,3 +1,6 @@
+2023-06-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: gtk needs libproxy
+
2023-03-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.1.10
spell created
diff --git a/crypto/nettle/DETAILS b/crypto/nettle/DETAILS
index ecbd0ef..5ccd717 100755
--- a/crypto/nettle/DETAILS
+++ b/crypto/nettle/DETAILS
@@ -1,6 +1,6 @@
# Watch: https://ftp.gnu.org/gnu/nettle
SPELL=nettle
- VERSION=3.8.1
+ VERSION=3.9.1
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
diff --git a/crypto/nettle/HISTORY b/crypto/nettle/HISTORY
index 07241af..94e895a 100644
--- a/crypto/nettle/HISTORY
+++ b/crypto/nettle/HISTORY
@@ -1,3 +1,6 @@
+2023-06-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.9.1
+
2022-07-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.8.1

diff --git a/kde5-apps/kstars/DETAILS b/kde5-apps/kstars/DETAILS
index 478f76a..396647c 100755
--- a/kde5-apps/kstars/DETAILS
+++ b/kde5-apps/kstars/DETAILS
@@ -1,5 +1,5 @@
SPELL=kstars
- VERSION=3.6.1
+ VERSION=3.6.5
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL=https://download.kde.org/stable/$SPELL/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/kde5-apps/kstars/HISTORY b/kde5-apps/kstars/HISTORY
index ecfca86..cb16713 100644
--- a/kde5-apps/kstars/HISTORY
+++ b/kde5-apps/kstars/HISTORY
@@ -1,3 +1,6 @@
+2023-06-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.6.5
+
2022-10-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.6.1

diff --git a/net/libproxy/BUILD b/net/libproxy/BUILD
new file mode 100755
index 0000000..f9dafb2
--- /dev/null
+++ b/net/libproxy/BUILD
@@ -0,0 +1,2 @@
+OPTS+=' docs=false tests=false'
+default_build
diff --git a/net/libproxy/DEPENDS b/net/libproxy/DEPENDS
index a1712a2..5e2b32c 100755
--- a/net/libproxy/DEPENDS
+++ b/net/libproxy/DEPENDS
@@ -2,13 +2,13 @@ source $GRIMOIRE/MESON_DEPENDS &&
depends glib2 &&
depends PKG-CONFIG &&

-optional_depends curl 'curl=true' '' 'cURL support' &&
-#optional_depends duktape pacrunner-duktape=true '' 'pacrunner support' &&
-optional_depends gsettings-desktop-schemas 'config-gnome=true' '' 'Gnome
support' &&
-optional_depends kconfig 'config-kde=true' '' 'KDE support' &&
-optional_depends gobject-introspection 'introspection=true' ''
'introspection support' &&
+optional_depends curl curl={true,false} 'cURL support' &&
+optional_depends duktape pacrunner-duktape={true,false} 'pacrunner support'
&&
+optional_depends gsettings-desktop-schemas config-gnome={true,false} 'Gnome
support' &&
+optional_depends kconfig config-kde={true,false} 'KDE support' &&
+optional_depends gobject-introspection introspection={true,false}
'introspection support' &&

-optional_depends vala 'vapi=true' '' 'Vapi support'
+optional_depends vala vapi={true,false} 'Vapi support'

if(0);then
optional_depends xx '' '' ' support'
diff --git a/net/libproxy/HISTORY b/net/libproxy/HISTORY
index 9878929..2f5a313 100644
--- a/net/libproxy/HISTORY
+++ b/net/libproxy/HISTORY
@@ -1,3 +1,8 @@
+2023-06-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: deleted
+ * BUILD: added
+ * DEPENDS: improve flags
+
2023-05-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.5.1
* *: convert to meson usage
diff --git a/net/libproxy/PRE_BUILD b/net/libproxy/PRE_BUILD
deleted file mode 100755
index 849a371..0000000
--- a/net/libproxy/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-# disable all options
-sed -i '/value:/s/true/false/' meson_options.txt



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (84e3d66771f79dc690e20a9d2d6c864c3af0694e), Treeve Jelbert, 06/02/2023

Archive powered by MHonArc 2.6.24.

Top of Page