Skip to Content.
Sympa Menu

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

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 (4564035cd661d12ae39ef02667e40bae5d9a182b)
  • Date: Mon, 26 Oct 2020 19:14:17 +0000

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

ChangeLog | 3 +++
archive-libs/minizip/DEPENDS | 6 +++++-
archive-libs/minizip/DETAILS | 4 ++--
archive-libs/minizip/HISTORY | 4 ++++
gnome2-libs/json-glib/DEPENDS | 6 +++---
gnome2-libs/json-glib/DETAILS | 4 ++--
gnome2-libs/json-glib/HISTORY | 4 ++++
gnome3-apps/gcab/DETAILS | 4 ++--
gnome3-apps/gcab/HISTORY | 3 +++
libs/libevdev/DETAILS | 2 +-
libs/libevdev/HISTORY | 3 +++
libs/libjcat/CONFIGURE | 1 +
libs/libjcat/DEPENDS | 9 +++++++++
libs/libjcat/DETAILS | 19 +++++++++++++++++++
libs/libjcat/HISTORY | 4 ++++
libs/libxmlb/DETAILS | 4 ++--
libs/libxmlb/HISTORY | 3 +++
python-pypi/brotli/DETAILS | 1 +
python-pypi/brotli/HISTORY | 4 ++++
python-pypi/brotli/PRE_BUILD | 3 +++
utils/kbd/DETAILS | 4 ++--
utils/kbd/HISTORY | 3 +++
22 files changed, 83 insertions(+), 15 deletions(-)

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

libjcat-0.1.4

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

gcab: => 1.4

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

brotli - fix broken .pc files

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

json-glib: => 1.6.0

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

libxmlb: => 0.2.1

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

kbd: => 2.3.0

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

minizip: => 2.10.2

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

libevdev: => 1.10.0

diff --git a/ChangeLog b/ChangeLog
index d250138..a2813b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-10-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * libs/libjcat: added, Library for reading and writing Jcat files
+
2020-10-16 Ismael Luceno <ismael AT sourcemage.org>
* wm-addons/clipit: new spell, Lightweight GTK+ Clipboard Manager

diff --git a/archive-libs/minizip/DEPENDS b/archive-libs/minizip/DEPENDS
index 16ff4ad..b872c6a 100755
--- a/archive-libs/minizip/DEPENDS
+++ b/archive-libs/minizip/DEPENDS
@@ -1,3 +1,7 @@
source $GRIMOIRE/CMAKE_DEPENDS &&
depends libbsd &&
-depends zlib
+depends bzip2 &&
+depends xz-utils &&
+depends zstd &&
+depends zlib &&
+optional_depends openssl ' -DMZ_OPENSSL=1' ' -DMZ_OPENSSL=0' 'crypto support'
diff --git a/archive-libs/minizip/DETAILS b/archive-libs/minizip/DETAILS
index 10cebd0..25c15da 100755
--- a/archive-libs/minizip/DETAILS
+++ b/archive-libs/minizip/DETAILS
@@ -1,6 +1,6 @@
SPELL=minizip
- VERSION=2.5.2
-
SOURCE_HASH=sha512:f248ae68c9888034468c5259d36bc86fdbe6b1ec395cb5bc7f2b7d3c27fb5b4be0ca7679bc27d98cced46b3f7d732917b7a9cc02b9cc58920e9480d89f0fb21e
+ VERSION=2.10.2
+
SOURCE_HASH=sha512:ceb327315fe16fc010820f72c6ca780c9ce4769268750fbb81e4664f0c8e378272cb74fbe775bbd4211b907175f68812189a778c7d6b104523d99930763f60dd
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=LGPL
diff --git a/archive-libs/minizip/HISTORY b/archive-libs/minizip/HISTORY
index a094f71..82410bd 100644
--- a/archive-libs/minizip/HISTORY
+++ b/archive-libs/minizip/HISTORY
@@ -1,3 +1,7 @@
+2020-10-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.10.2
+ * DEPENDS: add bzip2, zstd, xz-utils, openssl
+
2018-09-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.5.2

diff --git a/gnome2-libs/json-glib/DEPENDS b/gnome2-libs/json-glib/DEPENDS
index 4404392..7da6e0a 100755
--- a/gnome2-libs/json-glib/DEPENDS
+++ b/gnome2-libs/json-glib/DEPENDS
@@ -1,6 +1,6 @@
depends meson &&
depends glib2 &&

-optional_depends gobject-introspection 'introspection=true'
'introspection=false' 'for object introspection' &&
-optional_depends gtk-doc 'docs=true' 'docs=false' 'build docs' &&
-optional_depends libxslt 'man=true' 'man=false' 'build man pages'
\ No newline at end of file
+optional_depends gobject-introspection 'introspection=enabled'
'introspection=disabled' 'for object introspection' &&
+optional_depends gtk-doc 'docs=enabled' 'docs=disabled' 'build docs' &&
+optional_depends libxslt 'man=true' 'man=false' 'build man pages'
diff --git a/gnome2-libs/json-glib/DETAILS b/gnome2-libs/json-glib/DETAILS
index c6b2d57..ff8b231 100755
--- a/gnome2-libs/json-glib/DETAILS
+++ b/gnome2-libs/json-glib/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=json-glib
- VERSION=1.4.4
-
SOURCE_HASH=sha512:cf56a99dce3938b5c0075810f105719836fac65392da33a49b26ebf33aee1fab89ca9fac58059a2008d688ecc75a3e524de60621a5b027d566963541f38b971f
+ VERSION=1.6.0
+
SOURCE_HASH=sha512:0025f913c54a223e6c5f7e65c081afc8ea65ab5a30ed9f30d2d2bb28d17c5695f6e308c64dfdf128e47ddc99d3178421204b5273e78305a096c0b7dfe67dd406
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/gnome2-libs/json-glib/HISTORY b/gnome2-libs/json-glib/HISTORY
index 9927b0d..be3eeda 100644
--- a/gnome2-libs/json-glib/HISTORY
+++ b/gnome2-libs/json-glib/HISTORY
@@ -1,3 +1,7 @@
+2020-10-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.6.0
+ * DEPENDS: fix flags
+
2019-04-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.4
* CONFIGURE: added
diff --git a/gnome3-apps/gcab/DETAILS b/gnome3-apps/gcab/DETAILS
index 8f29595..4c66b39 100755
--- a/gnome3-apps/gcab/DETAILS
+++ b/gnome3-apps/gcab/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=gcab
- VERSION=1.2
-
SOURCE_HASH=sha512:b5cc114f5cea21c21d9ef2009cefce700b5a7f97609e20aa455b84fcefe1693ce2566ddc58dc2b7c97f7db772f8ae3a2f3cc9a0e1d2c23d93d5fbee9101d3f64
+ VERSION=1.4
+
SOURCE_HASH=sha512:66a2e0d0a5888c555153356ce808f602053e71b76af19794db7e3bbf9516fe791805068838b4e208698cd645ada7a08610ac95f846fa81e00a9b955016306299
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome3-apps/gcab/HISTORY b/gnome3-apps/gcab/HISTORY
index 90cb614..582e8c7 100644
--- a/gnome3-apps/gcab/HISTORY
+++ b/gnome3-apps/gcab/HISTORY
@@ -1,3 +1,6 @@
+2020-10-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4
+
2019-04-07 Treeve Jelbert <treeve@sourcemage,org>
* DETAILS: vereion 1,2
spell created
\ No newline at end of file
diff --git a/libs/libevdev/DETAILS b/libs/libevdev/DETAILS
index 5cb4024..44387e8 100755
--- a/libs/libevdev/DETAILS
+++ b/libs/libevdev/DETAILS
@@ -1,6 +1,6 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=libevdev
- VERSION=1.9.1
+ VERSION=1.10.0
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://www.freedesktop.org/wiki/Software/libevdev/
diff --git a/libs/libevdev/HISTORY b/libs/libevdev/HISTORY
index 44c895a..b0a2594 100644
--- a/libs/libevdev/HISTORY
+++ b/libs/libevdev/HISTORY
@@ -1,3 +1,6 @@
+2020-10-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.10.0
+
2020-10-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.9.1

diff --git a/libs/libjcat/CONFIGURE b/libs/libjcat/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/libs/libjcat/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/libs/libjcat/DEPENDS b/libs/libjcat/DEPENDS
new file mode 100755
index 0000000..a30a63d
--- /dev/null
+++ b/libs/libjcat/DEPENDS
@@ -0,0 +1,9 @@
+depends meson &&
+depends python3 &&
+depends glib2 &&
+depends json-glib &&
+optional_depends gnutls pkcs7={true,false} 'PKCS7 verification support' &&
+optional_depends gobject-introspection introspection={true,false}
'introspection support' &&
+optional_depends gpgme gpg={true,false} 'GPG support' &&
+optional_depends gtk-doc gtkdoc={true,false} ' developer documentation' &&
+optional_depends help2man man={true,false} 'build man pages'
diff --git a/libs/libjcat/DETAILS b/libs/libjcat/DETAILS
new file mode 100755
index 0000000..f242b34
--- /dev/null
+++ b/libs/libjcat/DETAILS
@@ -0,0 +1,19 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=libjcat
+ VERSION=0.1.4
+
SOURCE_HASH=sha512:d58860410ce6e9d35a1eefcd0c6fcd956db42a12a3e8f856e19e3abe8bd6ae304ab7a60e2c1ee28f3848f2fee3b406dd900d7c1024eca5602797711528d3f7e3
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com//hughsie/libjcat
+ SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
+ LICENSE[0]=LGPL
+ ENTERED=20201026
+ KEYWORDS=""
+ SHORT="Library for reading and writing Jcat files"
+cat << EOF
+This library allows reading and writing gzip-compressed JSON catalog files,
+which can be used to store GPG, PKCS-7 and SHA-256 checksums for each file.
+
+This provides equivalent functionality to the catalog files supported in
+Microsoft Windows.
+EOF
diff --git a/libs/libjcat/HISTORY b/libs/libjcat/HISTORY
new file mode 100644
index 0000000..e019ee4
--- /dev/null
+++ b/libs/libjcat/HISTORY
@@ -0,0 +1,4 @@
+2020-10-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.1.4
+ spell created
+
diff --git a/libs/libxmlb/DETAILS b/libs/libxmlb/DETAILS
index 1d12b75..6421094 100755
--- a/libs/libxmlb/DETAILS
+++ b/libs/libxmlb/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=libxmlb
- VERSION=0.1.8
-
SOURCE_HASH=sha512:4109f171da4622429d18afdb9ae183a64f89e0b92df285efae5736017970f877a92391876969c20894184c6d5df96390ccd46be1d1087882a5461476c39e433a
+ VERSION=0.2.1
+
SOURCE_HASH=sha512:4e082f036eb62626d1724ac5093ad625f9259e9e81aa40d5ca0589a3a72dadd669c0718ff64dcae094973b6c282b6c8f8ce7212b7e47211f320035bb639ec59d
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/hughsie/$SPELL
diff --git a/libs/libxmlb/HISTORY b/libs/libxmlb/HISTORY
index 36a55f9..095fecd 100644
--- a/libs/libxmlb/HISTORY
+++ b/libs/libxmlb/HISTORY
@@ -1,3 +1,6 @@
+2020-10-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.1
+
2019-04-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.1.8
spell created
diff --git a/python-pypi/brotli/DETAILS b/python-pypi/brotli/DETAILS
index 8f51d79..a45e6d6 100755
--- a/python-pypi/brotli/DETAILS
+++ b/python-pypi/brotli/DETAILS
@@ -1,5 +1,6 @@
SPELL=brotli
VERSION=1.0.9
+ PATCHLEVEL=1
SECURITY_PATCH=1

SOURCE_HASH=sha512:b8e2df955e8796ac1f022eb4ebad29532cb7e3aa6a4b6aee91dbd2c7d637eee84d9a144d3e878895bb5e62800875c2c01c8f737a1261020c54feacf9f676b5f5
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/python-pypi/brotli/HISTORY b/python-pypi/brotli/HISTORY
index b8db59f..03b8694 100644
--- a/python-pypi/brotli/HISTORY
+++ b/python-pypi/brotli/HISTORY
@@ -1,3 +1,7 @@
+2020-10-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * PRE_BUILD: added, fix broken .pc files
+
2020-09-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.9

diff --git a/python-pypi/brotli/PRE_BUILD b/python-pypi/brotli/PRE_BUILD
new file mode 100755
index 0000000..305b203
--- /dev/null
+++ b/python-pypi/brotli/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i 's/-R${libdir}//' scripts/*
diff --git a/utils/kbd/DETAILS b/utils/kbd/DETAILS
index 4740e8f..5f5dd34 100755
--- a/utils/kbd/DETAILS
+++ b/utils/kbd/DETAILS
@@ -1,6 +1,6 @@
SPELL=kbd
- VERSION=2.2.0
-
SOURCE_HASH=sha512:5f407c20739487e423e8390e429d30838a1a69a0a50db083803ce56da919e25ce480b63fd1bcfac9eb362095f17e575783b09eaa55e26b442bfa3ed838e04f13
+ VERSION=2.3.0
+
SOURCE_HASH=sha512:6d7ba496a963c29abf1f514831c47e6bc73797b04021115879cbdb203c879c5abfae9f8fcaeec52d8891cad848240d39f5293452d26c7f0a84fb58499ad6e927
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/$SPELL/$SOURCE
diff --git a/utils/kbd/HISTORY b/utils/kbd/HISTORY
index c1e07e3..f4d4835 100644
--- a/utils/kbd/HISTORY
+++ b/utils/kbd/HISTORY
@@ -1,3 +1,6 @@
+2020-10-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.3.0
+
2019-12-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.2.0




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4564035cd661d12ae39ef02667e40bae5d9a182b), Treeve Jelbert, 10/26/2020

Archive powered by MHonArc 2.6.24.

Top of Page