Skip to Content.
Sympa Menu

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

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 (ab2fca36f427100afa294871a2f94787fc4311da)
  • Date: Wed, 31 May 2023 13:44:37 +0000

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

ChangeLog | 3 +++
devel/gdb/DETAILS | 2 +-
devel/gdb/HISTORY | 3 +++
fonts-x11/unifont/DETAILS | 2 +-
fonts-x11/unifont/HISTORY | 3 +++
ftp/wget/DETAILS | 7 +++++--
ftp/wget/HISTORY | 4 ++++
gnu.gpg |binary
net/libproxy/BUILD | 6 ------
net/libproxy/CONFIGURE | 4 ++--
net/libproxy/DEPENDS | 33 ++++++++++++++++-----------------
net/libproxy/DETAILS | 6 +++---
net/libproxy/HISTORY | 7 +++++++
net/libproxy/PRE_BUILD | 4 ++++
14 files changed, 52 insertions(+), 32 deletions(-)

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

wget: => 1.21.4

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

gnu.gpg - update Darshit Shah

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

unifont: => 15.0.02

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

gdb: => 13.2

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

libproxy: => 0.5.1

diff --git a/ChangeLog b/ChangeLog
index f35762a..1cda06f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-05-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * gnu.gpg: update "Darshit Shah <gpg AT darnir.net>"
+
2023-05-30 Conner Clere <xenanthropy AT sourcemage.org>
* devel/algol68g: new spell, implementation of algol68 programming
language
* devel/nim-lang: new spell, nim programming language
diff --git a/devel/gdb/DETAILS b/devel/gdb/DETAILS
index 489a46f..f025027 100755
--- a/devel/gdb/DETAILS
+++ b/devel/gdb/DETAILS
@@ -1,6 +1,6 @@
# Watch: https://ftp.gnu.org/gnu/gdb
SPELL=gdb
- VERSION=13.1
+ VERSION=13.2
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/devel/gdb/HISTORY b/devel/gdb/HISTORY
index f6dc787..d8b4548 100644
--- a/devel/gdb/HISTORY
+++ b/devel/gdb/HISTORY
@@ -1,3 +1,6 @@
+2023-05-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 13.2
+
2023-03-26 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 13.1
* patches/0001-Add-support-for-readline-8.2.patch:
diff --git a/fonts-x11/unifont/DETAILS b/fonts-x11/unifont/DETAILS
index ba67497..5267dd9 100755
--- a/fonts-x11/unifont/DETAILS
+++ b/fonts-x11/unifont/DETAILS
@@ -1,6 +1,6 @@
# Watch: https://unifoundry.com/pub/unifont/ href="unifont-([^/]+)/"
SPELL=unifont
- VERSION=15.0.01
+ VERSION=15.0.02
SOURCE="${SPELL}-${VERSION}.ttf"
SOURCE2=${SOURCE}.sig

SOURCE_URL[0]=https://unifoundry.com/pub/unifont/unifont-$VERSION/font-builds/$SOURCE
diff --git a/fonts-x11/unifont/HISTORY b/fonts-x11/unifont/HISTORY
index 832e19b..0e6e5c8 100644
--- a/fonts-x11/unifont/HISTORY
+++ b/fonts-x11/unifont/HISTORY
@@ -1,3 +1,6 @@
+2023-05-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 15.0.02
+
2022-09-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 15.0.01

diff --git a/ftp/wget/DETAILS b/ftp/wget/DETAILS
index dba7e3e..7ac9721 100755
--- a/ftp/wget/DETAILS
+++ b/ftp/wget/DETAILS
@@ -1,10 +1,13 @@
# Watch: https://ftp.gnu.org/gnu/wget
SPELL=wget
- VERSION=1.21.3
+ VERSION=1.21.4
SECURITY_PATCH=6
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:29889ecbf590dff0f39183d9e0621741d731a554d990e5c995a4644725dca62e8e19601d40db0ef7d62ebf54e5457c7409965e4832b6e60e4ccbc9c8caa30718
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
DOC_DIRS=""
WEB_SITE=https://www.gnu.org/software/wget/
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index 2a14b98..c49ed48 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,7 @@
+2023-05-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+ * DETAILS: version 1.21.4
+
2022-11-30 Remko van der Vossen <wich AT sourcemage.org>
* CONFIGURE, DEPENDS, SUB_DEPENDS: use {optional_,}depends_one_of
for SSL library selection
diff --git a/gnu.gpg b/gnu.gpg
index 8ba482b..4b9292a 100644
Binary files a/gnu.gpg and b/gnu.gpg differ
diff --git a/net/libproxy/BUILD b/net/libproxy/BUILD
deleted file mode 100755
index b7db3fd..0000000
--- a/net/libproxy/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-if [ "$LIBPROXY_WEBKIT" == "none" ]; then
- OPTS="-DWITH_WEBKIT=0 $OPTS"
-fi &&
-
-CMAKE_GEN='Unix Makefiles' &&
-default_build
diff --git a/net/libproxy/CONFIGURE b/net/libproxy/CONFIGURE
index 18dd3cf..f3b106d 100755
--- a/net/libproxy/CONFIGURE
+++ b/net/libproxy/CONFIGURE
@@ -1,2 +1,2 @@
-source $GRIMOIRE/CMAKE_CONFIGURE
-config_query_list LIBPROXY_WEBKIT "Use which webkitgtk?" none gtk+2 gtk+3
+source $GRIMOIRE/MESON_CONFIGURE
+#config_query_list LIBPROXY_WEBKIT "Use which webkitgtk?" none gtk+2 gtk+3
diff --git a/net/libproxy/DEPENDS b/net/libproxy/DEPENDS
index ec98348..a1712a2 100755
--- a/net/libproxy/DEPENDS
+++ b/net/libproxy/DEPENDS
@@ -1,20 +1,19 @@
-source $GRIMOIRE/CMAKE_DEPENDS &&
-depends -sub CXX gcc &&
-depends libxmu &&
+source $GRIMOIRE/MESON_DEPENDS &&
+depends glib2 &&
+depends PKG-CONFIG &&

-if [ "$LIBPROXY_WEBKIT" == "gtk+2" ]; then
- depends webkitgtk '-DWITH_WEBKIT=1 -DWITH_WEBKIT3=0' ''
+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' &&

-elif [ "$LIBPROXY_WEBKIT" == "gtk+3" ]; then
- depends webkitgtk3 '-DWITH_WEBKIT3=1' ''
-fi &&
+optional_depends vala 'vapi=true' '' 'Vapi support'

-optional_depends kconfig '-DWITH_KDE=1' '-DWITH_KDE=0' 'KDE integration' &&
-optional_depends gconf2 '-DWITH_GNOME=1' '-DWITH_GNOME=0' 'Gnome2
support' &&
-optional_depends glib2 '-DWITH_GNOME3=1' '-DWITH_GNOME3=0' 'Gnome3
support' &&
-optional_depends network-manager '-DWITH_NM=1' '-DWITH_MM=0' 'Network
Manager support' &&
-optional_depends xulrunner '' '' 'Mozilla support' &&
-optional_depends vala '-DWITH_VALA=1' '-DWITH_VALA=0' "for Vala
bindings" &&
-optional_depends perl '-DWITH_PERL=1' '-DWITH_PERL=0' "for Perl
bindings" &&
-optional_depends python '-DWITH_PYTHON2=1' '-DWITH_PYTHON2=0' "for
Python2 bindings"
-optional_depends python3 '-DWITH_PYTHON3=1' '-DWITH_PYTHON3=0' "for
Python3 bindings"
+if(0);then
+optional_depends xx '' '' ' support'
+if is_depends_enabled $SPELL xx;then
+zzz
+fi
+
+fi
diff --git a/net/libproxy/DETAILS b/net/libproxy/DETAILS
index 05f74fd..73db1ff 100755
--- a/net/libproxy/DETAILS
+++ b/net/libproxy/DETAILS
@@ -1,7 +1,7 @@
-source $GRIMOIRE/CMAKE_FUNCTIONS
+source $GRIMOIRE/MESON_FUNCTIONS
SPELL=libproxy
- VERSION=0.4.17
-
SOURCE_HASH=sha512:589045538a78dc7453335ed61c60adad3352b840b224885d4a58ae284e52224ae3ff2eebd77df57aebbc3ae75d7b6d69a825f24f01c19e75bf0a3345dce53126
+ VERSION=0.5.1
+
SOURCE_HASH=sha512:830e4bb1879c6afd1fbebc24de2ca75a597096a8eadb45dd3965b9f8121110039379342facebddce1b679a9b6ceb065089f0fbe38b55411a2c53ac36ef979ab7
SECURITY_PATCH=2
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/net/libproxy/HISTORY b/net/libproxy/HISTORY
index 5ec6303..9878929 100644
--- a/net/libproxy/HISTORY
+++ b/net/libproxy/HISTORY
@@ -1,3 +1,10 @@
+2023-05-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.1
+ * *: convert to meson usage
+ * PRE_BUILD: added, disable all options
+ * DEPENDS: convert to meson
+ * BUILD: deleted
+
2020-12-29 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 0.4.17

diff --git a/net/libproxy/PRE_BUILD b/net/libproxy/PRE_BUILD
new file mode 100755
index 0000000..849a371
--- /dev/null
+++ b/net/libproxy/PRE_BUILD
@@ -0,0 +1,4 @@
+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 (ab2fca36f427100afa294871a2f94787fc4311da), Treeve Jelbert, 05/31/2023

Archive powered by MHonArc 2.6.24.

Top of Page