Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (505c8fe148846ee2dcccb9232b761ce553cfaf1a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (505c8fe148846ee2dcccb9232b761ce553cfaf1a)
  • Date: Mon, 19 Dec 2022 16:19:10 +0000

GIT changes to master grimoire by Florian Franzmann <bwlf AT bandrate.org>:

audio-drivers/alsa-tinycompress/DETAILS | 4
audio-drivers/alsa-tinycompress/HISTORY | 3
devel/doxygen/DETAILS | 4
devel/doxygen/HISTORY | 4
devel/doxygen/PRE_BUILD | 17 --
devel/mold/BUILD | 1
devel/mold/CONFIGURE | 1
devel/mold/DEPENDS | 6
devel/mold/DETAILS | 5
devel/mold/HISTORY | 4
devel/mold/INSTALL | 1
graphics/argyllcms/DETAILS | 5
graphics/argyllcms/HISTORY | 4
graphics/argyllcms/PRE_BUILD | 2
graphics/argyllcms/argyllcms-2.1.2-fno-common.patch | 134
--------------------
libs/libiio/DETAILS | 4
libs/libiio/HISTORY | 3
libs/libuv/DETAILS | 4
libs/libuv/HISTORY | 3
libs/spdlog/DETAILS | 4
libs/spdlog/HISTORY | 3
net/ifupdown-ng/DETAILS | 5
net/ifupdown-ng/HISTORY | 3
utils/flatpak/DEPENDS | 2
utils/flatpak/DETAILS | 4
utils/flatpak/FINAL | 2
utils/flatpak/HISTORY | 5
27 files changed, 58 insertions(+), 179 deletions(-)

New commits:
commit 505c8fe148846ee2dcccb9232b761ce553cfaf1a
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

utils/flatpak: version 1.15.1

commit 5bfa52b6396cf3e9cc4ede250ea3fcb67434e403
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

utils/flatpak: fix help text

commit 9258b62fc2d7282aa518e626a9d67a3865c013fd
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

graphics/argyllcms: version 2.3.1

commit 7c909a9d7dd552acdd6012c46c8c65d88ba29bcb
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

net/ifupdown-ng: version 0.12.1

commit 920091f6a08e886d7ba7452521edae3ec5d7005c
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

libs/libiio: version 0.24

commit 9fd5ec3651657738df5feb1eff5412beea37d7a7
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

libs/libuv: version 1.44.2

commit f22d8d1529e945496a9b0a8b0fbba2c9d71f0569
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

devel/doxygen: vversion 1.9.5

commit 116d27697fa084a123211bdbd68b614dab6fce08
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

audio-drivers/alsa-tinycompress: version 1.2.8

commit 35e96360115b1901b219357d79513ea7539c7aec
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

libs/spdlog: version 1.11.0

commit f5ff174dd8076dc1709b4b1ec09e9e87161100ec
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

devel/mold: version 1.7.1

diff --git a/audio-drivers/alsa-tinycompress/DETAILS
b/audio-drivers/alsa-tinycompress/DETAILS
index 8c038c3..c3bf836 100755
--- a/audio-drivers/alsa-tinycompress/DETAILS
+++ b/audio-drivers/alsa-tinycompress/DETAILS
@@ -1,8 +1,8 @@
SPELL=alsa-tinycompress
- VERSION=1.2.5
+ VERSION=1.2.8
SOURCE="tinycompress-${VERSION}.tar.bz2"
SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/tinycompress/${SOURCE}
-
SOURCE_HASH=sha512:52c6a284c49477d8bedccedc1170cbe1eec124ac27b55f86de7cebb81f2a67f884ac9a1ce15b8ad493c2a6aa0af1631f6042d5f9bfab46ba0533fa265f754e89
+
SOURCE_HASH=sha512:c4aa3f5f95d6f98c7ea9d22e03020d324ab6de05e044d653c8f840464ebae12520f450bb9e81c7b76f836a2c75ca4d399a373163f544ddc7ab5ba01052916347
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/tinycompress-${VERSION}"
WEB_SITE="http://www.alsa-project.org";
LICENSE[0]=GPL
diff --git a/audio-drivers/alsa-tinycompress/HISTORY
b/audio-drivers/alsa-tinycompress/HISTORY
index dd7de27..2759bd4 100644
--- a/audio-drivers/alsa-tinycompress/HISTORY
+++ b/audio-drivers/alsa-tinycompress/HISTORY
@@ -1,3 +1,6 @@
+2022-12-11 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 1.2.8
+
2021-05-31 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS, DEPENDS: version 1.2.5

diff --git a/devel/doxygen/DETAILS b/devel/doxygen/DETAILS
index 3b976db..fabf20a 100755
--- a/devel/doxygen/DETAILS
+++ b/devel/doxygen/DETAILS
@@ -1,6 +1,6 @@
SPELL=doxygen
- VERSION=1.9.4
-
SOURCE_HASH=sha512:613f17800ebd05b66b1954af4d51282a1779678e7ade6c43046fc940742a697ebdf3af8e94ac70a3422bc96def663e70eaea8c4349d192e2fe5e516c57cc345a
+ VERSION=1.9.5
+
SOURCE_HASH=sha512:4ad4c1ecd4a12220442f354b90aa56f80e78fcaf288d5e36da421437d59811ed3d429ee13717692886a55b9628ae565d40ce13c51792ccc8bba15b1e018cb651
SOURCE=$SPELL-$VERSION.src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://doxygen.nl/files/$SOURCE
diff --git a/devel/doxygen/HISTORY b/devel/doxygen/HISTORY
index 1d4e827..ffbc365 100644
--- a/devel/doxygen/HISTORY
+++ b/devel/doxygen/HISTORY
@@ -1,3 +1,7 @@
+2022-12-11 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 1.9.5
+ * PRE_BULD: removed
+
2022-07-05 Thomas Orgis <sobukus AT sourcemage.org>
* PRE_BUILD: fix build with GCC 12

diff --git a/devel/doxygen/PRE_BUILD b/devel/doxygen/PRE_BUILD
deleted file mode 100755
index 3b64a78..0000000
--- a/devel/doxygen/PRE_BUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-# fix ninja error
-sed -i 's/$(LEX/$$(LEX/;s/$(Y/$$(Y/' src/CMakeLists.txt
addon/doxywizard/CMakeLists.txt &&
-# Fix gcc12 build error, in upstream git repo.
-patch -p0 <<EOT
---- src/cache.h.orig 2022-07-05 15:47:22.891263886 +0200
-+++ src/cache.h 2022-07-05 15:48:23.026269447 +0200
-@@ -19,6 +19,7 @@
- #include <list>
- #include <unordered_map>
- #include <mutex>
-+#include <utility>
- #include <ctype.h>
-
- /*! Fixed size cache for value type V using keys of type K.
-EOT
diff --git a/devel/mold/BUILD b/devel/mold/BUILD
deleted file mode 100755
index e2d1e77..0000000
--- a/devel/mold/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-SYSTEM_TBB=true SYSTEM_XXHASH=true default_build_make
diff --git a/devel/mold/CONFIGURE b/devel/mold/CONFIGURE
new file mode 100755
index 0000000..c46fbbc
--- /dev/null
+++ b/devel/mold/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}"/CMAKE_CONFIGURE
diff --git a/devel/mold/DEPENDS b/devel/mold/DEPENDS
index 75c0611..7afd4cc 100755
--- a/devel/mold/DEPENDS
+++ b/devel/mold/DEPENDS
@@ -1,6 +1,6 @@
-depends cmake &&
+. "${GRIMOIRE}"/CMAKE_DEPENDS &&
+
depends llvm &&
-depends tbb &&
-depends xxhash &&
+depends tbb "-DMOLD_ENABLE_SYSTEM_TBB=true" &&
depends SSL &&
depends zlib
diff --git a/devel/mold/DETAILS b/devel/mold/DETAILS
index 4dd7ef3..375e358 100755
--- a/devel/mold/DETAILS
+++ b/devel/mold/DETAILS
@@ -1,8 +1,9 @@
+. "${GRIMOIRE}"/CMAKE_FUNCTIONS
SPELL=mold
- VERSION=1.6.0
+ VERSION=1.7.1
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/rui314/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:dcb498da95ee02a08b175861ae24f3793705671670f6f3487eebd3aab2487fd2163fc1747c9ca2fd1c3570a5f1f0bcfd7d4d91bf6a904a1ba098be6cbbe8c857
+
SOURCE_HASH=sha512:2e1b6203591718976a3b6c22cb9cdc4037efd101ecb520b809aaa242ee758ee24ed98d0b53012fa8423725fd9b89da94e67603af57b9de1dfb3189a096e1ae5b
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://github.com/rui314/mold";
LICENSE[0]=AGPL
diff --git a/devel/mold/HISTORY b/devel/mold/HISTORY
index 82a05fd..5d3e3c7 100644
--- a/devel/mold/HISTORY
+++ b/devel/mold/HISTORY
@@ -1,3 +1,7 @@
+2022-12-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, CONFIGURE, DEPENDS: version 1.7.1
+ * BUILD, INSTALL: removed
+
2022-10-23 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.6.0

diff --git a/devel/mold/INSTALL b/devel/mold/INSTALL
deleted file mode 100755
index afcc626..0000000
--- a/devel/mold/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-make DESTDIR="$INSTALL_ROOT" PREFIX="/usr" install
diff --git a/graphics/argyllcms/DETAILS b/graphics/argyllcms/DETAILS
index 28899ef..3ee4af4 100755
--- a/graphics/argyllcms/DETAILS
+++ b/graphics/argyllcms/DETAILS
@@ -1,8 +1,9 @@
SPELL=argyllcms
- VERSION=2.1.2
+ VERSION=2.3.1
SOURCE="Argyll_V${VERSION}_src.zip"
SOURCE_URL[0]=http://www.${SPELL}.com/${SOURCE}
-
SOURCE_HASH=sha512:f49b588c5f0a39edcc30a068a8bde8c7b74611d3feb15d07d4a61b205ed1231c288629f65e1a5a60a3921d552a28e075667ada555401a0d9694fd882bddd4b06
+ SOURCE_URL[1]=https://mirror.netcologne.de/gentoo/distfiles/d7/${SOURCE}
+
SOURCE_HASH=sha512:a8c2b02638569727015ad8e6e16999e398214fa5d11656bae0a9fe0b3268e81674621e3a7de96b727c578c5fc612ada39b37a94ca8b62f4221c56917654a22e8
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Argyll_V${VERSION}"
WEB_SITE="http://www.argyllcms.com/";
LICENSE[0]=GPL
diff --git a/graphics/argyllcms/HISTORY b/graphics/argyllcms/HISTORY
index 7fe59b7..2b1de80 100644
--- a/graphics/argyllcms/HISTORY
+++ b/graphics/argyllcms/HISTORY
@@ -1,3 +1,7 @@
+2022-12-19 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 2.3.1, add netcologne mirror, upstream is currently
unreachable
+ * PRE_BUILD, argyllcms-2.1.2-fno-common.patch: remove patch
+
2021-09-19 Florian Franzmann <bwlf AT bandrate.org>
* TRIGGERS: add trigger for openssl

diff --git a/graphics/argyllcms/PRE_BUILD b/graphics/argyllcms/PRE_BUILD
index 9d3e7a8..92676b2 100755
--- a/graphics/argyllcms/PRE_BUILD
+++ b/graphics/argyllcms/PRE_BUILD
@@ -1,8 +1,6 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&

-patch -p1 < "$SPELL_DIRECTORY/argyllcms-2.1.2-fno-common.patch" &&
-
echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop &&
echo "STDLIBS += -ldl -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr -lXau
-lXdmcp -lXss -ltiff -ljpeg ;" >> Jamtop &&
sed \
diff --git a/graphics/argyllcms/argyllcms-2.1.2-fno-common.patch
b/graphics/argyllcms/argyllcms-2.1.2-fno-common.patch
deleted file mode 100644
index 36bf87d..0000000
--- a/graphics/argyllcms/argyllcms-2.1.2-fno-common.patch
+++ /dev/null
@@ -1,134 +0,0 @@
-argyllcms: Fix compilation with GCC 10
-
-A common mistake in C is omitting extern when declaring a global variable
-in a header file. If the header is included by several files it results
-in multiple definitions of the same variable. In previous GCC versions
-this error is ignored. GCC 10 defaults to -fno-common, which means a
-linker error will now be reported. To fix this, use extern in header
-files when declaring global variables, and ensure each global is defined
-in exactly one C file. As a workaround, legacy C code can be compiled
-with -fcommon.
-
- int x; // tentative definition - avoid in header files
- extern int y; // correct declaration in a header file
-
-References:
-https://bugzilla.opensuse.org/show_bug.cgi?id=1160244
-https://bugzilla.opensuse.org/show_bug.cgi?id=1160256
-
-In case of vinflate.c and inflate.c, both files define local variables
-with the same name as global. It is no more possible with GCC 10. To
-prevent sharing variables across files, add "static" to all local
-variables.
-
-Index: Argyll_V2.1.2/gamut/gamut.h
-===================================================================
---- Argyll_V2.1.2.orig/gamut/gamut.h
-+++ Argyll_V2.1.2/gamut/gamut.h
-@@ -36,7 +36,7 @@
- #define MAXGAMN 10 /* Maximum gamut point
neighbors returned */
- #define NSLOTS 6 /* Number of maximum
direction slots */
-
--struct _vrml *wrl; /* Declared in vrml.h, which
may be #included after this */
-+struct _vrml; /* Declared in vrml.h, which
may be #included after this */
-
- /* ------------------------------------ */
- #define NODE_STRUCT \
-Index: Argyll_V2.1.2/spectro/vinflate.c
-===================================================================
---- Argyll_V2.1.2.orig/spectro/vinflate.c
-+++ Argyll_V2.1.2/spectro/vinflate.c
-@@ -92,7 +92,7 @@ int vinflate(void);
- */
-
- #define WSIZE 0x8000
--unsigned int wp; /* current position in slide */
-+static unsigned int wp; /* current position in slide */
- uch slide[32768];
-
- static int vflush_output(unsigned int w) {
-@@ -160,8 +160,8 @@ static ush cpdext[] = { /* Extra
- the stream.
- */
-
--ulg bb; /* bit buffer */
--unsigned bk; /* bits in bit buffer */
-+static ulg bb; /* bit buffer */
-+static unsigned bk; /* bits in bit buffer */
-
- ush vmask_bits[] = {
- 0x0000,
-@@ -230,8 +230,8 @@ ush vmask_bits[] = {
- */
-
-
--int vlbits = 9; /* bits in base literal/length lookup table */
--int vdbits = 6; /* bits in base distance lookup table */
-+static int vlbits = 9; /* bits in base literal/length lookup table
*/
-+static int vdbits = 6; /* bits in base distance lookup table */
-
-
- /* If BMAX needs to be larger than 16, then h and x[] should be ulg. */
-@@ -239,7 +239,7 @@ int vdbits = 6; /* bits in base
- #define N_MAX 288 /* maximum number of codes in any set */
-
-
--unsigned hufts; /* track memory usage */
-+static unsigned hufts; /* track memory usage */
-
- /* Given a list of code lengths and a maximum table size, make a set of
- tables to decode that set of codes. Return zero on success, one if
-Index: Argyll_V2.1.2/spectro/inflate.c
-===================================================================
---- Argyll_V2.1.2.orig/spectro/inflate.c
-+++ Argyll_V2.1.2/spectro/inflate.c
-@@ -49,7 +49,7 @@ typedef unsigned int ulg;
- the next table, which codes e - 16 bits, and lastly e == 99 indicates
- an unused code. If a code with e == 99 is looked up, this implies an
- error in the data. */
--struct huft {
-+static struct huft {
- uch e; /* number of extra bits or operation */
- uch b; /* number of bits in this code or subcode */
- union {
-@@ -87,7 +87,7 @@ int inflate(void);
- /* unsigned wp; current position in slide */
-
- #define WSIZE 0x8000
--unsigned int wp; /* current position in slide */
-+static unsigned int wp; /* current position in slide */
- uch slide[32768];
-
- static int flush_output(unsigned int w) {
-@@ -155,8 +155,8 @@ static ush cpdext[] = { /* Extra
- the stream.
- */
-
--ulg bb; /* bit buffer */
--unsigned bk; /* bits in bit buffer */
-+static ulg bb; /* bit buffer */
-+static unsigned bk; /* bits in bit buffer */
-
- ush mask_bits[] = {
- 0x0000,
-@@ -201,8 +201,8 @@ ush mask_bits[] = {
- */
-
-
--int lbits = 9; /* bits in base literal/length lookup table */
--int dbits = 6; /* bits in base distance lookup table */
-+static int lbits = 9; /* bits in base literal/length lookup table
*/
-+static int dbits = 6; /* bits in base distance lookup table */
-
-
- /* If BMAX needs to be larger than 16, then h and x[] should be ulg. */
-@@ -210,7 +210,7 @@ int dbits = 6; /* bits in base
- #define N_MAX 288 /* maximum number of codes in any set */
-
-
--unsigned hufts; /* track memory usage */
-+static unsigned hufts; /* track memory usage */
-
-
- static int huft_build(b, n, s, d, e, t, m)
-
diff --git a/libs/libiio/DETAILS b/libs/libiio/DETAILS
index 600d155..f47bc04 100755
--- a/libs/libiio/DETAILS
+++ b/libs/libiio/DETAILS
@@ -1,9 +1,9 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=libiio
- VERSION=0.23
+ VERSION=0.24
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/analogdevicesinc/${SPELL}/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:d3b1e1da46764025d757d558ba623730ac08c590261e546aa3c8e628959a74e40c90eedfc1eb2198f4a67a14e1900647fd150d7545e2c7cb44e72bbbab5f116a
+
SOURCE_HASH=sha512:4e7b54870e986e6ba5860ccd8ad6ece4808c21e27a9d3975065f096bac0b035e65bbc68931023c19e69b72006294c3863bfb7272853b5fb1401b77eec88a89fd
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://github.com/analogdevicesinc/libiio";
LICENSE[0]=GPL
diff --git a/libs/libiio/HISTORY b/libs/libiio/HISTORY
index 80412ff..0d30986 100644
--- a/libs/libiio/HISTORY
+++ b/libs/libiio/HISTORY
@@ -1,3 +1,6 @@
+2022-12-11 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 0.24
+
2021-09-05 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 0.23
* DEPENDS: add missing dependencies
diff --git a/libs/libuv/DETAILS b/libs/libuv/DETAILS
index 1911a9d..437bc7b 100755
--- a/libs/libuv/DETAILS
+++ b/libs/libuv/DETAILS
@@ -1,8 +1,8 @@
SPELL=libuv
- VERSION=1.44.1
+ VERSION=1.44.2
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:050b5f91540d126bef0a35681f8dd347296d3be32671b1c785494e78f5367b4ab064ece3f594523e09b08bcac284377d5fb123ba441fb570d25c5146aa484c8e
+
SOURCE_HASH=sha512:d21c890787b0b364fafa5fc0cbbff296bc2ca269e1991d2f7f35fcb37b8634da377466f5af5a4245425fcf876ae6870d100ab32b12bce64f8e0b01fd25a1bc83
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
DOC_DIRS=""
WEB_SITE="https://github.com/libuv/libuv/";
diff --git a/libs/libuv/HISTORY b/libs/libuv/HISTORY
index 49038ad..f36568b 100644
--- a/libs/libuv/HISTORY
+++ b/libs/libuv/HISTORY
@@ -1,3 +1,6 @@
+2022-12-11 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 1.43.2
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)

diff --git a/libs/spdlog/DETAILS b/libs/spdlog/DETAILS
index 3cb7554..d08bf03 100755
--- a/libs/spdlog/DETAILS
+++ b/libs/spdlog/DETAILS
@@ -1,6 +1,6 @@
SPELL=spdlog
- VERSION=1.10.0
-
SOURCE_HASH=sha512:e82ec0a0c813ed2f1c8a31a0f21dbb733d0a7bd8d05284feae3bd66040bc53ad47a93b26c3e389c7e5623cfdeba1854d690992c842748e072aab3e6e6ecc5666
+ VERSION=1.11.0
+
SOURCE_HASH=sha512:210f3135c7af3ec774ef9a5c77254ce172a44e2fa720bf590e1c9214782bf5c8140ff683403a85b585868bc308286fbdeb1c988e4ed1eb3c75975254ffe75412
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/gabime/spdlog
diff --git a/libs/spdlog/HISTORY b/libs/spdlog/HISTORY
index cf07593..a8d5616 100644
--- a/libs/spdlog/HISTORY
+++ b/libs/spdlog/HISTORY
@@ -1,3 +1,6 @@
+2022-12-11 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 1.11.0
+
2022-04-30 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.10.0

diff --git a/net/ifupdown-ng/DETAILS b/net/ifupdown-ng/DETAILS
index f88400b..142ab80 100755
--- a/net/ifupdown-ng/DETAILS
+++ b/net/ifupdown-ng/DETAILS
@@ -1,9 +1,8 @@
SPELL=ifupdown-ng
- VERSION=0.11.3
- PATCHLEVEL=2
+ VERSION=0.12.1
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/archive/refs/tags/$SOURCE
-
SOURCE_HASH=sha512:d6c1f9304dab3eba986b290cf5f4ec39b0c459337c20a7feaeb67a9bb4107384286046b5fb23bfabe8e4594debf45184b04ff9477dad7f59af37e14ebd9fe650
+
SOURCE_HASH=sha512:20db9c3cd0bee5d3f3ee87728e4b0220501b9730e7abeec8bc1133d494216a412049f711fd9be75126b2ed635f855bacb710e50119567b05919170653ed82b9f
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$SPELL-$VERSION"
WEB_SITE="https://github.com/ifupdown-ng/ifupdown-ng";
LICENSE[0]="ISC"
diff --git a/net/ifupdown-ng/HISTORY b/net/ifupdown-ng/HISTORY
index 8338abb..4696fb5 100644
--- a/net/ifupdown-ng/HISTORY
+++ b/net/ifupdown-ng/HISTORY
@@ -1,3 +1,6 @@
+2022-12-11 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 0.12.1
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)

diff --git a/utils/flatpak/DEPENDS b/utils/flatpak/DEPENDS
index e31321f..4f7f388 100755
--- a/utils/flatpak/DEPENDS
+++ b/utils/flatpak/DEPENDS
@@ -4,7 +4,7 @@ depends PKG-CONFIG &&
depends libarchive &&
depends gpgme &&
depends python3 &&
-depends libcap &&
+depends libcap &&
depends appstream &&
depends appstream-glib &&
depends glib2 &&
diff --git a/utils/flatpak/DETAILS b/utils/flatpak/DETAILS
index c31affc..496c89b 100755
--- a/utils/flatpak/DETAILS
+++ b/utils/flatpak/DETAILS
@@ -1,11 +1,11 @@
. ${GRIMOIRE}/MESON_FUNCTIONS
SPELL=flatpak
- VERSION=1.15.0
+ VERSION=1.15.1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=https://www.github.com/$SPELL/$SPELL/releases/download/$VERSION/$SOURCE
WEB_SITE=https://www.flatpak.org
-
SOURCE_HASH=sha256:1b953f5f2684136de4e7930d77c240f04dedd4a114e57bac0a46f5681a0a3fa8
+
SOURCE_HASH=sha512:807bc318d13882aa20d43282204661b02853464a88544588f1692bce675ade9d0ebb74b29fa6d243f0cd77f5fe725879db0baf7bf0169d30a9fe69b5df3d4b52
ENTERED=20221120
LICENSE=LGPL
KEYWORDS="flatpak sandbox"
diff --git a/utils/flatpak/FINAL b/utils/flatpak/FINAL
index 4fe6371..828852a 100755
--- a/utils/flatpak/FINAL
+++ b/utils/flatpak/FINAL
@@ -6,5 +6,5 @@ message "\n" \
"${DEFAULT_COLOR}flatpak remote-add --if-not-exists --user flathub
https://flathub.org/repo/flathub.flatpakrepo\n"; \
"${MESSAGE_COLOR}if you are wanting to install flatpaks from the
flathub repo.${DEFAULT_COLOR}\n\n" \
"${MESSAGE_COLOR}You also need to add your user to the flatpak group
in order to run flatpak as non-root:\n" \
- "${DEFAULT_COLOR}usermod -a -G flatpak user\n" \
+ "${DEFAULT_COLOR}usermod -a -G flatpak <user>\n" \
"-----------------------------------\n"
diff --git a/utils/flatpak/HISTORY b/utils/flatpak/HISTORY
index a5c5d57..1d40661 100644
--- a/utils/flatpak/HISTORY
+++ b/utils/flatpak/HISTORY
@@ -1,3 +1,8 @@
+2022-12-19 Florian Franzmann <bwlf AT bandrate.org>
+ * FINAL: mark 'user' as non-terminal symbol
+ * DETAILS: version 1.15.1
+ * DEPENDS: replace tab with space
+
2022-11-20 Conner Clere <connerclere AT gmail.com>
* BUILD, CONFIGURE, DEPENDS, DETAILS, FINAL, PRE_BUILD: version
1.5.0, new spell




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (505c8fe148846ee2dcccb9232b761ce553cfaf1a), Florian Franzmann, 12/19/2022

Archive powered by MHonArc 2.6.24.

Top of Page