Skip to Content.
Sympa Menu

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

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 (dc689d69b545620adc069e43bd6b14cd6d533485)
  • Date: Sun, 25 Dec 2022 17:12:14 +0000

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

devel/swig/DEPENDS | 2 +-
devel/swig/HISTORY | 3 +++
gnome2-libs/gdk-pixbuf2/DEPENDS | 1 -
gnome2-libs/gdk-pixbuf2/HISTORY | 3 +++
gnome2-libs/glib2/DEPENDS | 14 ++------------
gnome2-libs/glib2/HISTORY | 3 +++
gnome2-libs/pango/HISTORY | 3 +++
graphics-libs/harfbuzz/DEPENDS | 1 -
graphics-libs/harfbuzz/HISTORY | 3 +++
qt5-cmake/sigil/DETAILS | 2 +-
qt5-cmake/sigil/HISTORY | 3 +++
windowmanagers/sway/DEPENDS | 2 +-
windowmanagers/sway/DETAILS | 2 +-
windowmanagers/sway/HISTORY | 6 ++++++
14 files changed, 30 insertions(+), 18 deletions(-)

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

sway: => 1.8

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

pango - tweak depends

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

gdk-pixbuf2 - tweak depends

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

harfbuzz - tweak depends

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

swig - tweak depends

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

sway - tweak depends

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

glib2 - update depends

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

sigil: => 1.9.20

diff --git a/devel/swig/DEPENDS b/devel/swig/DEPENDS
index a979679..0b7ea6a 100755
--- a/devel/swig/DEPENDS
+++ b/devel/swig/DEPENDS
@@ -5,7 +5,7 @@ optional_depends guile "--with-guile" "--without-guile"
"Guile support" &
optional_depends JAVA '--with-java' '--without-java' 'Java
support' 'z-rejected' &&
optional_depends LUA "--with-lua" "--without-lua" "LUA support"
&&
optional_depends ocaml "--with-ocaml" "--without-ocaml" "Ocaml
support" &&
-optional_depends pcre "--with-pcre" "--without-pcre" "regular
expression support" &&
+optional_depends pcre2 "--with-pcre2" "--without-pcre2" "regular
expression support" &&
optional_depends perl "--with-perl5" "--without-perl5" "Perl 5
support" &&
optional_depends php "--with-php" "--without-php" "PHP support"
&&
optional_depends python "--with-python" "--without-python" "Python 2
support" &&
diff --git a/devel/swig/HISTORY b/devel/swig/HISTORY
index 0587805..11988b3 100644
--- a/devel/swig/HISTORY
+++ b/devel/swig/HISTORY
@@ -1,3 +1,6 @@
+2022-12-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: use pcre2
+
2022-11-30 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 4.1.1

diff --git a/gnome2-libs/gdk-pixbuf2/DEPENDS b/gnome2-libs/gdk-pixbuf2/DEPENDS
index 544c5cf..e70c9ba 100755
--- a/gnome2-libs/gdk-pixbuf2/DEPENDS
+++ b/gnome2-libs/gdk-pixbuf2/DEPENDS
@@ -2,7 +2,6 @@

depends glib2 &&
depends libpthread-stubs &&
-depends pcre &&
depends shared-mime-info &&
depends xz-utils &&
depends zlib &&
diff --git a/gnome2-libs/gdk-pixbuf2/HISTORY b/gnome2-libs/gdk-pixbuf2/HISTORY
index ab0f2f7..f2744eb 100644
--- a/gnome2-libs/gdk-pixbuf2/HISTORY
+++ b/gnome2-libs/gdk-pixbuf2/HISTORY
@@ -1,3 +1,6 @@
+2022-12-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: delete pcre
+
2022-11-29 Pavel Vinogradov <public AT sourcemage.org>
* INSTALL: removed, meson_install() now handles it

diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
index 90e6c36..30aa1a4 100755
--- a/gnome2-libs/glib2/DEPENDS
+++ b/gnome2-libs/glib2/DEPENDS
@@ -4,6 +4,8 @@
depends PKG-CONFIG &&
depends libffi &&
depends GETTEXT &&
+depends pcre2 &&
+depends python3 &&
depends xz-utils &&

case "$HOST" in
@@ -27,18 +29,6 @@ depends perl &&
# "--enable-modular-tests" \
# "--disable-modular-tests" \
# "Perform post-build testing" &&
-depends PYTHON &&
-
-optional_depends -sub UTFPROP pcre \
- "" \
- "internal_pcre=true" \
- "Use system supplied PCRE. Otherwise, the internal PCRE
library will be used" &&
-
-if is_depends_enabled $SPELL pcre; then
- if spell_ok pcre && is_version_less $(installed_version pcre) 8.11; then
- force_depends pcre
- fi
-fi &&

optional_depends attr \
"xattr=true" \
diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index e8a3e5c..85eac06 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,6 @@
+2022-12-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: now uses pcre2, python3
+
2022-12-22 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.75.1

diff --git a/gnome2-libs/pango/HISTORY b/gnome2-libs/pango/HISTORY
index 725eb36..4d69536 100644
--- a/gnome2-libs/pango/HISTORY
+++ b/gnome2-libs/pango/HISTORY
@@ -1,3 +1,6 @@
+2022-12-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: drop pcre
+
2022-11-19 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.50.12

diff --git a/graphics-libs/harfbuzz/DEPENDS b/graphics-libs/harfbuzz/DEPENDS
index c55116f..6cd876d 100755
--- a/graphics-libs/harfbuzz/DEPENDS
+++ b/graphics-libs/harfbuzz/DEPENDS
@@ -9,7 +9,6 @@ optional_depends glib2 \
persistent_add HARFBUZZ_OPTS &&

if is_depends_enabled $SPELL glib2; then
- depends pcre &&

optional_depends gobject-introspection \
"introspection=enabled" \
diff --git a/graphics-libs/harfbuzz/HISTORY b/graphics-libs/harfbuzz/HISTORY
index 009cfaf..56cf2dd 100644
--- a/graphics-libs/harfbuzz/HISTORY
+++ b/graphics-libs/harfbuzz/HISTORY
@@ -1,3 +1,6 @@
+2022-12-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: drop pcre2
+
2022-12-16 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 6.0.0

diff --git a/qt5-cmake/sigil/DETAILS b/qt5-cmake/sigil/DETAILS
index 6b78cbc..ae10991 100755
--- a/qt5-cmake/sigil/DETAILS
+++ b/qt5-cmake/sigil/DETAILS
@@ -1,5 +1,5 @@
SPELL=sigil
- VERSION=1.9.10
+ VERSION=1.9.20
SOURCE=Sigil-$VERSION.tar.gz
WEB_SITE=https://github.com/Sigil-Ebook/Sigil
SOURCE_URL=$WEB_SITE/archive/refs/tags/$VERSION.tar.gz
diff --git a/qt5-cmake/sigil/HISTORY b/qt5-cmake/sigil/HISTORY
index 29ccf37..0801965 100644
--- a/qt5-cmake/sigil/HISTORY
+++ b/qt5-cmake/sigil/HISTORY
@@ -1,3 +1,6 @@
+2022-12-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.9.20
+
2022-06-21 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: tweak qt6 usage

diff --git a/windowmanagers/sway/DEPENDS b/windowmanagers/sway/DEPENDS
index 2548c9e..4dda214 100755
--- a/windowmanagers/sway/DEPENDS
+++ b/windowmanagers/sway/DEPENDS
@@ -8,7 +8,7 @@ depends python3 &&
depends DEVICE-MANAGER &&
depends cairo &&
depends pango &&
-depends pcre &&
+depends pcre2 &&
vdepends <<!
NINJA-BUILD
json-c >= 0.13
diff --git a/windowmanagers/sway/DETAILS b/windowmanagers/sway/DETAILS
index 5428abd..0270641 100755
--- a/windowmanagers/sway/DETAILS
+++ b/windowmanagers/sway/DETAILS
@@ -9,7 +9,7 @@ if [[ "${SWAY_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
- VERSION=1.8-rc3
+ VERSION=1.8
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"

SOURCE_URL[0]="https://github.com/swaywm/sway/releases/download/$VERSION/$SOURCE";
diff --git a/windowmanagers/sway/HISTORY b/windowmanagers/sway/HISTORY
index 0d9b5d4..1c961be 100644
--- a/windowmanagers/sway/HISTORY
+++ b/windowmanagers/sway/HISTORY
@@ -1,3 +1,9 @@
+2022-12-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.8
+
+2022-12-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: use pcre2
+
2022-12-13 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS, PRE_BUILD: updated spell to 1.8-rc3
* patches/nag.patch: removed, no longer needed



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (dc689d69b545620adc069e43bd6b14cd6d533485), Treeve Jelbert, 12/25/2022

Archive powered by MHonArc 2.6.24.

Top of Page