Skip to Content.
Sympa Menu

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

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 (904cf5ad349c38d463654b5587b90a2dff1cd96b)
  • Date: Sun, 17 Sep 2017 08:50:56 +0000

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

crypto/scrypt/DEPENDS | 1 +
crypto/scrypt/DETAILS | 8 ++++----
crypto/scrypt/HISTORY | 8 ++++++++
crypto/scrypt/INSTALL | 7 +++++++
disk/fuse3/DETAILS | 4 ++--
disk/fuse3/HISTORY | 3 +++
kde5-apps/kaffeine/DETAILS | 4 ++--
kde5-apps/kaffeine/HISTORY | 3 +++
libs/libgusb/DEPENDS | 2 ++
libs/libgusb/HISTORY | 3 +++
python-pypi/meson/DETAILS | 2 +-
python-pypi/meson/HISTORY | 3 +++
x11/colord/DEPENDS | 45
+++++++++++++++++++++++++++++----------------
x11/colord/DETAILS | 3 ++-
x11/colord/HISTORY | 6 ++++++
15 files changed, 76 insertions(+), 26 deletions(-)

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

scrypt: => 1.2.1

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

fuse3: => 3.2.0

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

scrypt: => 1.2.0

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

libgusb - tweak depends

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

kaffeine: => 2.0.13

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

colord: => 1.4.1

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

meson: => 0.42.1

diff --git a/crypto/scrypt/DEPENDS b/crypto/scrypt/DEPENDS
new file mode 100755
index 0000000..09706da
--- /dev/null
+++ b/crypto/scrypt/DEPENDS
@@ -0,0 +1 @@
+depends SSL
diff --git a/crypto/scrypt/DETAILS b/crypto/scrypt/DETAILS
index 08e90a6..f61456f 100755
--- a/crypto/scrypt/DETAILS
+++ b/crypto/scrypt/DETAILS
@@ -1,10 +1,10 @@
SPELL=scrypt
- VERSION=1.1.6
+ VERSION=1.2.1
+
SOURCE_HASH=sha512:ffda0ee90d283985245b77cc1d04b13c52aff78e925f323075d3b2c0439f16bbba1c432de8607820af945e6fa4e3be0e22a422b0b43a1fca0504cee3761004cd
SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.tarsnap.com/scrypt/$SOURCE
-
SOURCE_HASH=sha512:c57e07c2ebaa696d575abf52c0078d3a8959c328e7a5fd3d01289424cdd9ec508cde493dc5965446ee59d9ea095e180615fc169696abd2336a3949554229bd1a
- WEB_SITE=http://www.tarsnap.com/scrypt.html
+ SOURCE_URL[0]=https://www.tarsnap.com/scrypt/$SOURCE
+ WEB_SITE=https://www.tarsnap.com/scrypt.html
ENTERED=20100528
LICENSE[0]=BSD
SHORT="encrypt and decrypt files"
diff --git a/crypto/scrypt/HISTORY b/crypto/scrypt/HISTORY
index 7259ede..8fd6f00 100644
--- a/crypto/scrypt/HISTORY
+++ b/crypto/scrypt/HISTORY
@@ -1,3 +1,11 @@
+2017-09-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.1
+ * DEPENDS: added, for SSL
+ * INSTALL: added, extra files for cryfs
+
+2017-09-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.0
+
2010-05-28 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: spell created, version 1.1.6

diff --git a/crypto/scrypt/INSTALL b/crypto/scrypt/INSTALL
new file mode 100755
index 0000000..8371ccd
--- /dev/null
+++ b/crypto/scrypt/INSTALL
@@ -0,0 +1,7 @@
+default_install &&
+
+# cryfs needs these files
+cd $SOURCE_DIRECTORY &&
+DEST=$INSTALL_ROOT/usr/include/scrypt &&
+mkdir -p $DEST &&
+cp -a config.h cpusupport-config.h $DEST
diff --git a/disk/fuse3/DETAILS b/disk/fuse3/DETAILS
index b1318d6..6e08196 100755
--- a/disk/fuse3/DETAILS
+++ b/disk/fuse3/DETAILS
@@ -2,8 +2,8 @@
. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=fuse3
SPELLX=fuse
- VERSION=3.1.1
- SOURCE=$SPELLX-$VERSION.tar.gz
+ VERSION=3.2.0
+ SOURCE=$SPELLX-$VERSION.tar.xz

SOURCE_URL[0]=https://github.com/libfuse/libfuse/releases/download/${SPELLX}-${VERSION}/$SOURCE
SOURCE2=$SOURCE.asc
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
diff --git a/disk/fuse3/HISTORY b/disk/fuse3/HISTORY
index 91b3cc4..1da731c 100644
--- a/disk/fuse3/HISTORY
+++ b/disk/fuse3/HISTORY
@@ -1,3 +1,6 @@
+2017-09-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.2.0
+
2017-08-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.1.1

diff --git a/kde5-apps/kaffeine/DETAILS b/kde5-apps/kaffeine/DETAILS
index 506a439..9a3c65a 100755
--- a/kde5-apps/kaffeine/DETAILS
+++ b/kde5-apps/kaffeine/DETAILS
@@ -1,7 +1,7 @@
SPELL=kaffeine
- VERSION=2.0.12
+ VERSION=2.0.13
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/$SPELL/$VERSION/src/$SOURCE
+ SOURCE_URL=https://download.kde.org/stable/$SPELL/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kaffeine.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/kde5-apps/kaffeine/HISTORY b/kde5-apps/kaffeine/HISTORY
index bd314d2..57525a5 100644
--- a/kde5-apps/kaffeine/HISTORY
+++ b/kde5-apps/kaffeine/HISTORY
@@ -1,3 +1,6 @@
+2017-09-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.13
+
2017-07-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.12
* DETAILS: add gpg checking
diff --git a/libs/libgusb/DEPENDS b/libs/libgusb/DEPENDS
index ad622f3..d489146 100755
--- a/libs/libgusb/DEPENDS
+++ b/libs/libgusb/DEPENDS
@@ -3,4 +3,6 @@ depends glib2 &&
optional_depends vala "--enable-vala" "--disable-vala" "to build Vala
bindings" &&
if is_depends_enabled $SPELL vala; then
depends gobject-introspection
+else
+ optional_depends gobject-introspection '' '' 'gir support'
fi
diff --git a/libs/libgusb/HISTORY b/libs/libgusb/HISTORY
index fe0d8b0..48b2d55 100644
--- a/libs/libgusb/HISTORY
+++ b/libs/libgusb/HISTORY
@@ -1,3 +1,6 @@
+2017-09-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: tweak gobject-introspection usage
+
2017-08-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.2.11

diff --git a/python-pypi/meson/DETAILS b/python-pypi/meson/DETAILS
index 3eee526..ee9e1ac 100755
--- a/python-pypi/meson/DETAILS
+++ b/python-pypi/meson/DETAILS
@@ -1,5 +1,5 @@
SPELL=meson
- VERSION=0.42.0
+ VERSION=0.42.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=https://github.com/mesonbuild/meson/releases/download/$VERSION/$SOURCE
diff --git a/python-pypi/meson/HISTORY b/python-pypi/meson/HISTORY
index 3eda957..9562f31 100644
--- a/python-pypi/meson/HISTORY
+++ b/python-pypi/meson/HISTORY
@@ -1,3 +1,6 @@
+2017-09-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.42.1
+
2017-08-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.42.0

diff --git a/x11/colord/DEPENDS b/x11/colord/DEPENDS
index 24f0dc1..7109ca2 100755
--- a/x11/colord/DEPENDS
+++ b/x11/colord/DEPENDS
@@ -1,40 +1,53 @@
+depends meson &&
+depends ninja-build-system &&
depends dbus &&
+depends eudev &&
depends glib2 &&
+depends gobject-introspection &&
depends intltool &&
depends lcms2 &&
depends sqlite &&
depends libgudev &&

optional_depends gettext \
- '--enable-nls' \
- '--disable-nls' \
+ 'enable-nls=true' \
+ 'enable-nls=false' \
'NLS support' &&

-optional_depends libgusb \
- '--enable-gusb' \
- '--disable-gusb' 'USB support' &&
+optional_depends libgusb 'enable-gusb=true' \
+ 'enable-gusb=false' \
+ 'USB support' &&

optional_depends argyllcms \
- '--enable-argyllcms-sensor' \
- '--disable-argyllcms-sensor' \
+ 'enable-argyllcms-sensor=true' \
+ 'enable-argyllcms-sensor=false' \
'ArgllCMS sensor ' &&

+optional_depends bash-completion \
+ 'enable-bash-completion=true' \
+ 'enable-bash-completion=false' \
+ 'bash completion' &&
optional_depends systemd \
- '--enable-systemd-login' \
- '--disable-systemd-login' \
+ 'enable-systemd=true' \
+ 'enable-systemd=false' \
'SystemD support' &&

optional_depends policykit \
- "--enable-polkit" \
- "--disable-polkit" \
+ "enable-polkit=true" \
+ "enable-polkit=false" \
"for policykit support" &&

optional_depends sane-backends \
- "--enable-sane" \
- "--disable-sane" \
+ "enable-sane=true" \
+ "enable-sane=false" \
"for scanner support" &&

optional_depends gtk-doc \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "to build documentation"
+ "enable-gtk-doc=true" \
+ "enable-gtk-doc=false" \
+ "to build documentation" &&
+
+optional_depends docbook2x \
+ 'enable-man=true' \
+ 'enable-man=false' \
+ 'build man pages'
diff --git a/x11/colord/DETAILS b/x11/colord/DETAILS
index 8df7bf0..ee6f80d 100755
--- a/x11/colord/DETAILS
+++ b/x11/colord/DETAILS
@@ -1,5 +1,6 @@
+source $GRIMOIRE/MESON_FUNCTIONS
SPELL=colord
- VERSION=1.3.5
+ VERSION=1.4.1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
SOURCE2_IGNORE=signature
diff --git a/x11/colord/HISTORY b/x11/colord/HISTORY
index 706ac15..55d5891 100644
--- a/x11/colord/HISTORY
+++ b/x11/colord/HISTORY
@@ -1,3 +1,9 @@
+2017-09-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.1
+ * DEPENDS: add meson, ninja-build-system, eudev, bash-completion,
gobject-introspection,
+ docbook2x
+ adjust all flags
+
2017-05-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.5




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (904cf5ad349c38d463654b5587b90a2dff1cd96b), Treeve Jelbert, 09/17/2017

Archive powered by MHonArc 2.6.24.

Top of Page