Skip to Content.
Sympa Menu

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

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 (4a2f2f2b591a96f3d29c5bbf4ac4a59df9930ab5)
  • Date: Mon, 8 Apr 2019 09:30:42 +0000

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

ChangeLog | 3 ++
devel/vala/DEPENDS | 2 -
devel/vala/HISTORY | 3 ++
gnome2-libs/pango/DEPENDS | 4 +--
gnome2-libs/pango/HISTORY | 3 ++
graphics-libs/py3cairo/DETAILS | 6 ++---
graphics-libs/py3cairo/HISTORY | 3 ++
libs/fribidi/BUILD | 2 +
libs/fribidi/CONFIGURE | 1
libs/fribidi/DEPENDS | 6 +----
libs/fribidi/DETAILS | 9 ++++----
libs/fribidi/HISTORY | 7 ++++++
utils/fwupd/BUILD | 3 ++
utils/fwupd/CONFIGURE | 1
utils/fwupd/DEPENDS | 42
+++++++++++++++++++++++++++++++++++++++++
utils/fwupd/DETAILS | 15 ++++++++++++++
utils/fwupd/HISTORY | 4 +++
17 files changed, 100 insertions(+), 14 deletions(-)

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

fwupd-1.2.6

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

vala - graphviz is optional

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

py3cairo: => 1.18.0

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

pango - depends python3

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

fribidi: => 1.0.5

diff --git a/ChangeLog b/ChangeLog
index dc5da41..ab8052d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-04-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * utils/fwupd: added, firmware update manager
+
2019-04-07 Vlad Glagolev <stealth AT sourcemage.org>
* x11/xplugd: new spell, monitor, keyboard, and mouse plug/unplug
helper for X
diff --git a/devel/vala/DEPENDS b/devel/vala/DEPENDS
index c55b63a..61bf4b8 100755
--- a/devel/vala/DEPENDS
+++ b/devel/vala/DEPENDS
@@ -1,4 +1,4 @@
depends bison &&
depends flex &&
depends glib2 &&
-depends graphviz
+optional_depends graphviz '' '--disable-valadoc' 'build docs'
diff --git a/devel/vala/HISTORY b/devel/vala/HISTORY
index 073a3b9..2fdd353 100644
--- a/devel/vala/HISTORY
+++ b/devel/vala/HISTORY
@@ -1,3 +1,6 @@
+2019-04-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: graphviz is optional
+
2019-04-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: stable version 0.44.2

diff --git a/gnome2-libs/pango/DEPENDS b/gnome2-libs/pango/DEPENDS
index 24d4f46..759e35a 100755
--- a/gnome2-libs/pango/DEPENDS
+++ b/gnome2-libs/pango/DEPENDS
@@ -10,10 +10,10 @@ depends fribidi &&
depends glib2 &&
depends -sub GLIB2 harfbuzz &&
depends libpng &&
-depends MESA &&
+depends mesa &&
depends pcre &&
depends pixman &&
-depends python &&
+depends python3 &&

optional_depends libxft "" "" "for XFT and X11 support" &&

diff --git a/gnome2-libs/pango/HISTORY b/gnome2-libs/pango/HISTORY
index 96b15a2..020f9c8 100644
--- a/gnome2-libs/pango/HISTORY
+++ b/gnome2-libs/pango/HISTORY
@@ -1,3 +1,6 @@
+2019-04-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: python3
+
2018-12-12 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.43.0

diff --git a/graphics-libs/py3cairo/DETAILS b/graphics-libs/py3cairo/DETAILS
index 1cff2d1..7172b93 100755
--- a/graphics-libs/py3cairo/DETAILS
+++ b/graphics-libs/py3cairo/DETAILS
@@ -1,12 +1,12 @@
SPELL=py3cairo
SPELLX=pycairo
- VERSION=1.16.3
+ VERSION=1.18.0
+
SOURCE_HASH=sha512:2ad5d9cde9c8f1319470448f2f184c013b155e9029d9698d365913b63fd99d8bcbe5d800ee87a2a15c0236bae4a5602d6fc9d148819dc9d06bc406ebcfe7a6ff
SOURCE=$SPELLX-$VERSION.tar.gz
-
SOURCE_HASH=sha512:7899024143a878bdc9a2566ebd3896229ecb77a285df5baf031ba3201b640a7e73c4e127773b7221138df06f3fba737e067e5971ea385c0ef3e977e7af8e2265
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"

SOURCE_URL[0]=https://github.com/pygobject/pycairo/archive/v${VERSION}.tar.gz
LICENSE[0]=GPL
- WEB_SITE=http://cairographics.org/pycairo/
+ WEB_SITE=https://cairographics.org/pycairo/
ENTERED=20160804
KEYWORDS="graphics python libs"
SHORT="Cairo bindings for Python 3"
diff --git a/graphics-libs/py3cairo/HISTORY b/graphics-libs/py3cairo/HISTORY
index e64e064..50b9d20 100644
--- a/graphics-libs/py3cairo/HISTORY
+++ b/graphics-libs/py3cairo/HISTORY
@@ -1,3 +1,6 @@
+2019-04-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.18.0
+
2018-03-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.16.3
* PRE_BUILD, patches/*: removed
diff --git a/libs/fribidi/BUILD b/libs/fribidi/BUILD
new file mode 100755
index 0000000..eddea8f
--- /dev/null
+++ b/libs/fribidi/BUILD
@@ -0,0 +1,2 @@
+OPTS+=' docs=false'
+default_build
\ No newline at end of file
diff --git a/libs/fribidi/CONFIGURE b/libs/fribidi/CONFIGURE
new file mode 100755
index 0000000..e69dea4
--- /dev/null
+++ b/libs/fribidi/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
\ No newline at end of file
diff --git a/libs/fribidi/DEPENDS b/libs/fribidi/DEPENDS
index 83f7eab..7923641 100755
--- a/libs/fribidi/DEPENDS
+++ b/libs/fribidi/DEPENDS
@@ -1,4 +1,2 @@
-optional_depends glib2 \
- "--with-glib=yes" \
- "--with-glib=no" \
- "Use GLIB?"
+depends meson
+depends python3
diff --git a/libs/fribidi/DETAILS b/libs/fribidi/DETAILS
index ead4020..d31e9dc 100755
--- a/libs/fribidi/DETAILS
+++ b/libs/fribidi/DETAILS
@@ -1,10 +1,11 @@
+source $GRIMOIRE/MESON_FUNCTIONS
SPELL=fribidi
- VERSION=0.19.7
+ VERSION=1.0.5
+
SOURCE_HASH=sha512:c8fb32468be4c461832d586d6c6af65fad1cfe9d5b2fed405f247d6974425ccedeb21ad11609fbcabc3ae5d635d78d88c12d201a4d19ef997e9497054afcdeb2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_HASH=sha256:08222a6212bbc2276a2d55c3bf370109ae4a35b689acbc66571ad2a670595a8e:UPSTREAM_HASH
- SOURCE_URL[0]=http://fribidi.org/download/$SOURCE
- WEB_SITE=http://fribidi.freedesktop.org/
+
SOURCE_URL[0]=https://github.com/fribidi/fribidi/releases/download/v$VERSION/$SOURCE
+ WEB_SITE=https://fribidi.freedesktop.org/
LICENSE[0]=LGPL
ENTERED=20030201
KEYWORDS="unicode libs"
diff --git a/libs/fribidi/HISTORY b/libs/fribidi/HISTORY
index 2f5b5c5..a415072 100644
--- a/libs/fribidi/HISTORY
+++ b/libs/fribidi/HISTORY
@@ -1,3 +1,10 @@
+2019-04-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.5
+ download from github
+ * BUILD CONFIGURE: added
+ * DEPENDS: adjust
+ uses meson build
+
2017-01-11 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.19.7, switched to UPSTREAM_HASH,
disabled redundant installation of man pages
diff --git a/utils/fwupd/BUILD b/utils/fwupd/BUILD
new file mode 100755
index 0000000..e460501
--- /dev/null
+++ b/utils/fwupd/BUILD
@@ -0,0 +1,3 @@
+OPTS+=' tests=false'
+default_build
+
diff --git a/utils/fwupd/CONFIGURE b/utils/fwupd/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/utils/fwupd/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/utils/fwupd/DEPENDS b/utils/fwupd/DEPENDS
new file mode 100755
index 0000000..11f8ba5
--- /dev/null
+++ b/utils/fwupd/DEPENDS
@@ -0,0 +1,42 @@
+depends meson &&
+depends ninja-build-system &&
+depends python3 &&
+depends binutils &&
+depends elfutils &&
+depends eudev &&
+depends gcab &&
+depends glib2 &&
+depends json-glib &&
+depends libarchive &&
+depends libgudev &&
+depends libgusb &&
+depends libsoup &&
+depends libxmlb &&
+depends sqlite &&
+depends util-linux &&
+depends -sub VAPIGEN vala &&
+optional_depends bash-completion '' '' 'ease of use' &&
+optional_depends consolekit2 'consolekit=true' 'consolekit=false'
'consolekit support ' &&
+optional_depends libsmbios 'plugin_dell=true' 'plugin_dell=false' 'DELL
support' &&
+if is_depends_enabled $SPELL libsmbios;then
+ depends efivar 'plugin_uefi=true'
+else
+ optional_depends efivar 'plugin_uefi=true' 'plugin_uefi=false' 'UEFI
support'
+fi &&
+if is_depends_enabled $SPELL efivar;then
+ depends cairo &&
+ depends fontconfig &&
+ depends freetype2 &&
+ depends pango &&
+ depends pillow &&
+ depends pygobject3 &&
+ depends py3cairo
+fi
+optional_depends elogind 'elogind=true' 'elogind=false' 'Elogind support' &&
+optional_depends gnutls 'pkcs7=true' 'pkcs7=false' 'pkcs7 support' &&
+optional_depends gobject-introspection 'introspection=true'
'introspection=false' 'introspection support' &&
+optional_depends gpgme 'gpg=true' 'gpg=false' 'GPG support' &&
+optional_depends gtk-doc 'gtkdoc=true' 'gtkdoc=false' 'build docs' &&
+optional_depends policykit 'daemon=true' 'daemon=false' 'build daemon' &&
+optional_depends systemd 'systemd=true' 'systemd=false' 'SystemD support' &&
+optional_depends valgrind '' '' 'debugging support'
diff --git a/utils/fwupd/DETAILS b/utils/fwupd/DETAILS
new file mode 100755
index 0000000..1bde6f0
--- /dev/null
+++ b/utils/fwupd/DETAILS
@@ -0,0 +1,15 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=fwupd
+ VERSION=1.2.6
+
SOURCE_HASH=sha512:c1111fd881126bf85424dec004e4321948cbdd603ed79989eee51f48197f8f0f391371834964dd1bff52eb3b353cc4c2e5714f6ff674b23dbd8e8d0e8a87ff27
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com/hughsie/$SPELL
+ SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
+ LICENSE[0]=GPL
+ ENTERED=20190407
+ KEYWORDS=""
+ SHORT="software to update firmware"
+cat << EOF
+A simple daemon to allow session software to update firmware
+EOF
diff --git a/utils/fwupd/HISTORY b/utils/fwupd/HISTORY
new file mode 100644
index 0000000..d8e94f8
--- /dev/null
+++ b/utils/fwupd/HISTORY
@@ -0,0 +1,4 @@
+2019-04-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.6
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4a2f2f2b591a96f3d29c5bbf4ac4a59df9930ab5), Treeve Jelbert, 04/08/2019

Archive powered by MHonArc 2.6.24.

Top of Page