Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e40a992e60b30cce0bb1ca839722fdaee0b59157)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e40a992e60b30cce0bb1ca839722fdaee0b59157)
  • Date: Thu, 30 Jul 2020 00:22:24 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 7 +++++++
graphics-libs/woff2/BUILD | 1 +
graphics-libs/woff2/DEPENDS | 3 +++
graphics-libs/woff2/DETAILS | 19 +++++++++++++++++++
graphics-libs/woff2/HISTORY | 2 ++
http/webkitgtk3/BUILD | 2 ++
http/webkitgtk3/HISTORY | 3 +++
http/wpebackend-fdo/BUILD | 1 +
http/wpebackend-fdo/DEPENDS | 8 ++++++++
http/wpebackend-fdo/DETAILS | 14 ++++++++++++++
http/wpebackend-fdo/HISTORY | 2 ++
libs/libwpe/BUILD | 1 +
libs/libwpe/DEPENDS | 4 ++++
libs/libwpe/DETAILS | 14 ++++++++++++++
libs/libwpe/HISTORY | 2 ++
libs/libxdg-basedir/DETAILS | 8 ++++----
libs/libxdg-basedir/HISTORY | 4 ++++
x11/dunst/DETAILS | 4 ++--
x11/dunst/HISTORY | 3 +++
19 files changed, 96 insertions(+), 6 deletions(-)

New commits:
commit e40a992e60b30cce0bb1ca839722fdaee0b59157
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

woff2: new spell, utilities for converting fonts to WOFF 2.0

commit 74537e500b6c1015645978b6c352da954465dc96
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

webkitgtk3: Remove -Wl,-znoseparate-code LDFLAGS

The flag is not supported by ld.gold, which is used by default by the
WebKit build system.

commit 7a6ad64e60b6e0bb94b24c304baf32571f15fd7d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wpebackend-fdo: new spell, Freedesktop.org backend for WPE WebKit

commit 7d4e7682e0e56fb1dc93c0cbdb7ae7cadf91d1d1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libwpe: new spell, routines for WPE Webkit

commit f03a7739b79d27f1cd0af8300a4f935e86ee4544
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

dunst 1.5.0

commit d758f0bd4ec2d61daff7c1b51b5cb9f6f462eafe
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libxdg-basedir 1.2.0

diff --git a/ChangeLog b/ChangeLog
index 4fd8aeb..511fe8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2020-07-29 Ismael Luceno <ismael AT sourcemage.org>
+ * libs/libwpe: new spell, General-purpose routines for WPE Webkit
+ * http/wpebackend-fdo: new spell, Freedesktop.org backend for WPE
+ WebKit
+ * graphics-libs/woff2: new spell, utilities for converting fonts
+ to WOFF 2.0
+
2020-07-22 Vlad Glagolev <stealth AT sourcemage.org>
* audio-soft/spotify-tray: new spell, Spotify tray

diff --git a/graphics-libs/woff2/BUILD b/graphics-libs/woff2/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/graphics-libs/woff2/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/graphics-libs/woff2/DEPENDS b/graphics-libs/woff2/DEPENDS
new file mode 100755
index 0000000..ab9001e
--- /dev/null
+++ b/graphics-libs/woff2/DEPENDS
@@ -0,0 +1,3 @@
+depends brotli &&
+depends cmake &&
+depends pkgconfig
diff --git a/graphics-libs/woff2/DETAILS b/graphics-libs/woff2/DETAILS
new file mode 100755
index 0000000..c631b7e
--- /dev/null
+++ b/graphics-libs/woff2/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=woff2
+ VERSION=1.0.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_HASH=sha512:c788bba1530aec463e755e901f9342f4b599e3a07f54645fef1dc388ab5d5c30625535e5dd38e9e792e04a640574baa50eeefb6b7338ab403755f4a4e0c3044d
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/google/woff2";
+ SOURCE_URL[0]="$WEB_SITE/archive/v$VERSION.tar.gz"
+ LICENSE[0]="MIT"
+ ENTERED=20200729
+ KEYWORDS=""
+ SHORT="utilities for converting fonts to WOFF 2.0"
+cat << EOF
+woff2 is a library for converting fonts from the TTF format to the WOFF 2.0
+format. The library also allows decompression from WOFF 2.0 to TTF.
+
+The WOFF 2.0 format uses the Brotli compression algorithm to compress
+fonts suitable for use in CSS @font-face rules. WOFF 2.0 is a W3C Candidate
+Recommendation.
+EOF
diff --git a/graphics-libs/woff2/HISTORY b/graphics-libs/woff2/HISTORY
new file mode 100644
index 0000000..f273281
--- /dev/null
+++ b/graphics-libs/woff2/HISTORY
@@ -0,0 +1,2 @@
+2020-07-29 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
diff --git a/http/webkitgtk3/BUILD b/http/webkitgtk3/BUILD
index 5b82b23..2860880 100755
--- a/http/webkitgtk3/BUILD
+++ b/http/webkitgtk3/BUILD
@@ -1,3 +1,5 @@
+# remove options not supported by ld.gold
+LDFLAGS="${LDFLAGS//-Wl,-znoseparate-code}" &&
OPTS="$WEBKIT_OPTS $OPTS" &&
sed -i '30i#include <unicode/utf8.h>' \
Source/WebCore/platform/text/TextCodecUTF8.h \
diff --git a/http/webkitgtk3/HISTORY b/http/webkitgtk3/HISTORY
index 438582f..d64b53b 100644
--- a/http/webkitgtk3/HISTORY
+++ b/http/webkitgtk3/HISTORY
@@ -1,3 +1,6 @@
+2020-07-29 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: added code to remove LDFLAGS unsupported by ld.gold
+
2019-07-08 Eric Sandall <sandalle AT sourcemage.org>
* Set 64-bit for EM64T as well.
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs
changed
diff --git a/http/wpebackend-fdo/BUILD b/http/wpebackend-fdo/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/http/wpebackend-fdo/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/http/wpebackend-fdo/DEPENDS b/http/wpebackend-fdo/DEPENDS
new file mode 100755
index 0000000..cfa4987
--- /dev/null
+++ b/http/wpebackend-fdo/DEPENDS
@@ -0,0 +1,8 @@
+depends OPENGL &&
+depends cmake &&
+depends gettext &&
+depends glib2 &&
+depends libwpe &&
+depends libxkbcommon &&
+depends xz-utils &&
+depends wayland
diff --git a/http/wpebackend-fdo/DETAILS b/http/wpebackend-fdo/DETAILS
new file mode 100755
index 0000000..6abde4c
--- /dev/null
+++ b/http/wpebackend-fdo/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=wpebackend-fdo
+ VERSION=1.7.1
+ SOURCE="$SPELL-$VERSION.tar.xz"
+ SOURCE_URL[0]=https://wpewebkit.org/releases/$SOURCE
+
SOURCE_HASH=sha512:5ef83d831cc283a9969222cd78e3950f89f5520a15329a22ea8c4c5440d515ad708679d60a0a7572d57129d5161a0cf338263db9fd35fa2d09060c17dc8686f9
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://wpewebkit.org/";
+ LICENSE[0]="BSD-2-Clause"
+ ENTERED=20200729
+ KEYWORDS=""
+ SHORT="Freedesktop.org backend for WPE WebKit"
+cat << EOF
+A WPE backend designed for freedesktop.org-compliant desktop systems.
+EOF
diff --git a/http/wpebackend-fdo/HISTORY b/http/wpebackend-fdo/HISTORY
new file mode 100644
index 0000000..f273281
--- /dev/null
+++ b/http/wpebackend-fdo/HISTORY
@@ -0,0 +1,2 @@
+2020-07-29 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
diff --git a/libs/libwpe/BUILD b/libs/libwpe/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/libs/libwpe/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/libs/libwpe/DEPENDS b/libs/libwpe/DEPENDS
new file mode 100755
index 0000000..514af63
--- /dev/null
+++ b/libs/libwpe/DEPENDS
@@ -0,0 +1,4 @@
+depends cmake &&
+depends xz-utils &&
+depends OPENGL &&
+depends pkgconfig
diff --git a/libs/libwpe/DETAILS b/libs/libwpe/DETAILS
new file mode 100755
index 0000000..f29c938
--- /dev/null
+++ b/libs/libwpe/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=libwpe
+ VERSION=1.7.1
+ SOURCE="$SPELL-$VERSION.tar.xz"
+ SOURCE_URL[0]=https://wpewebkit.org/releases/$SOURCE
+
SOURCE_HASH=sha512:4422164c8a434ae4d8342e97d99361b385cba997aafc140b0df1e69f9cda5976c76f026cee9f37e617078ae629e3aa51031bbaf684cc0005c4c794527293387c
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://wpewebkit.org/";
+ LICENSE[0]="BSD-2-Clause"
+ ENTERED=20200729
+ KEYWORDS=""
+ SHORT="General-purpose routines for WPE Webkit"
+cat << EOF
+Library containing general-purpose routines used by WPE WebKit.
+EOF
diff --git a/libs/libwpe/HISTORY b/libs/libwpe/HISTORY
new file mode 100644
index 0000000..f273281
--- /dev/null
+++ b/libs/libwpe/HISTORY
@@ -0,0 +1,2 @@
+2020-07-29 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
diff --git a/libs/libxdg-basedir/DETAILS b/libs/libxdg-basedir/DETAILS
index 6f07680..02cb83e 100755
--- a/libs/libxdg-basedir/DETAILS
+++ b/libs/libxdg-basedir/DETAILS
@@ -1,9 +1,9 @@
SPELL=libxdg-basedir
- VERSION=1.1.0
+ VERSION=1.2.0
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://n.ethz.ch/student/nevillm/download/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:3c0c98e082eaf0b91544ba9d2a5395632f976078d9198fc52557445205327ed8072dbac0b8a1551b60a73c23a1cdd1f042b3c85bff3960081f198bb66c384e90
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ SOURCE_URL[0]=https://github.com/devnev/$SPELL/archive/$SOURCE
+
SOURCE_HASH=sha512:8584405d45e0b57e570666b6eab6d99d70411d00f88965826c9ed0292372385668f190157a10ff536f3a5a59fd0031b332ecbb8a38ac64eda1b04a0603997406
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$SPELL-$VERSION"
WEB_SITE="http://n.ethz.ch/student/nevillm/download/libxdg-basedir/";
LICENSE[0]=GPL
ENTERED=20090719
diff --git a/libs/libxdg-basedir/HISTORY b/libs/libxdg-basedir/HISTORY
index 46057d5..68140bd 100644
--- a/libs/libxdg-basedir/HISTORY
+++ b/libs/libxdg-basedir/HISTORY
@@ -1,3 +1,7 @@
+2020-07-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated spell to 1.2.0
+
2010-05-20 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 1.1.0

diff --git a/x11/dunst/DETAILS b/x11/dunst/DETAILS
index 7f6a3f4..c6642c5 100755
--- a/x11/dunst/DETAILS
+++ b/x11/dunst/DETAILS
@@ -1,8 +1,8 @@
SPELL=dunst
- VERSION=1.3.2
+ VERSION=1.5.0
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/dunst-project/${SPELL}/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:eb7bff16a19d8f60e2f0eec419a0ffb2f8822b5ec2ffbe535303a71cc7d4ef528e5dbf2fe5f8f2f6f5bfd1ad2d39eab79b68054af924e118c646e059b6929465
+
SOURCE_HASH=sha512:2057dc530adce1dac89f12f4ca55e9186d378ccc2b406e0fa20d43bc69f671dc303b608a4fea781ab1193bd2e159dcbdecf3baf50e27ac9b0f164965b5824c85
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
DOCS="AUTHORS RELEASE_NOTES ${DOCS}"
DOC_DIRS=""
diff --git a/x11/dunst/HISTORY b/x11/dunst/HISTORY
index 32dc9a5..49b71f6 100644
--- a/x11/dunst/HISTORY
+++ b/x11/dunst/HISTORY
@@ -1,3 +1,6 @@
+2020-07-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.5.0
+
2018-07-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.3.2




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e40a992e60b30cce0bb1ca839722fdaee0b59157), Ismael Luceno, 07/29/2020

Archive powered by MHonArc 2.6.24.

Top of Page