Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (04de249c86501ed112d5adf2863a27b1e07f4dca)
  • Date: Mon, 13 May 2024 18:14:17 +0000

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

gnome2-libs/gdk-pixbuf2/DETAILS | 6 -
gnome2-libs/gdk-pixbuf2/HISTORY | 4
gnome2-libs/gdk-pixbuf2/patches/fix-always-clone-gi-docgen.patch | 43
----------
3 files changed, 7 insertions(+), 46 deletions(-)

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

gdk-pixbuf2: => 2.42.11

diff --git a/gnome2-libs/gdk-pixbuf2/DETAILS b/gnome2-libs/gdk-pixbuf2/DETAILS
index c10f945..e4f2dfa 100755
--- a/gnome2-libs/gdk-pixbuf2/DETAILS
+++ b/gnome2-libs/gdk-pixbuf2/DETAILS
@@ -1,15 +1,15 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=gdk-pixbuf2
- VERSION=2.42.10
+ VERSION=2.42.11
PATCHLEVEL=1
-
SOURCE_HASH="sha256:ee9b6c75d13ba096907a2e3c6b27b61bcd17f5c7ebeab5a5b439d2f2e39fe44b:UPSTREAM_HASH"
+
SOURCE_HASH="sha256:49dcb402388708647e8c321d56b6fb30f21e51e515d0c5a942268d23052a2f00"
SECURITY_PATCH=4
SOURCE=gdk-pixbuf-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gdk-pixbuf-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/gdk-pixbuf/${VERSION%.*}/$SOURCE
LICENSE[0]=GPL
LICENSE[1]=LGPL
- WEB_SITE=http://www.gnome.org
+ WEB_SITE=https://www.gnome.org
ENTERED=20100817
SHORT="gdk-pixbuf is a graphics library."
cat << EOF
diff --git a/gnome2-libs/gdk-pixbuf2/HISTORY b/gnome2-libs/gdk-pixbuf2/HISTORY
index bba598c..45ac909 100644
--- a/gnome2-libs/gdk-pixbuf2/HISTORY
+++ b/gnome2-libs/gdk-pixbuf2/HISTORY
@@ -1,3 +1,7 @@
+2024-05-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.42.11
+ * fix-always-clone-gi-docgen.patch: deleted, broken patch
+
2023-11-12 Thomas Orgis <sobukus AT sourcemage.org>
* BUILD: have all loaders built-in, loader modules only offering
possible trouble
diff --git a/gnome2-libs/gdk-pixbuf2/patches/fix-always-clone-gi-docgen.patch
b/gnome2-libs/gdk-pixbuf2/patches/fix-always-clone-gi-docgen.patch
deleted file mode 100644
index f11d179..0000000
--- a/gnome2-libs/gdk-pixbuf2/patches/fix-always-clone-gi-docgen.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-The build always unconditionally depends on gi-docgen and clones the git repo
-if not found in the system. That get_option part is broken? Using meson
1.2.2.
-
-It would be nice if you wouldn't have any automatism downloading things
during
-build. Please stop that.
-
---- gdk-pixbuf2-2.42.10/docs/meson.build.orig 2023-11-11 12:22:08.410634330
+0000
-+++ gdk-pixbuf2-2.42.10/docs/meson.build 2023-11-11 12:23:44.497625422
+0000
-@@ -1,9 +1,16 @@
--gidocgen_dep = dependency('gi-docgen',
-- version: '>= 2021.1',
-- fallback: ['gi-docgen', 'dummy_dep'],
-- required: get_option('gtk_doc'),
--)
-+build_docs = get_option('gtk_doc')
-+if get_option('docs')
-+ warning('The docs option is deprecated; use -Dgtk_doc=true')
-+ build_docs = true
-+endif
-
-+if build_docs
-+ gidocgen_dep = dependency('gi-docgen',
-+ version: '>= 2021.1',
-+ fallback: ['gi-docgen', 'dummy_dep'],
-+ required: get_option('gtk_doc'),
-+ )
-+endif
-
- toml_conf = configuration_data()
- toml_conf.set('VERSION', meson.project_version())
-@@ -18,12 +25,6 @@
- 'scaling-compositing.md',
- ]
-
--build_docs = get_option('gtk_doc')
--if get_option('docs')
-- warning('The docs option is deprecated; use -Dgtk_doc=true')
-- build_docs = true
--endif
--
- if build_docs
- custom_target('gdk-pixbuf-doc',
- input: [ pixbuf_toml, gdkpixbuf_gir[0] ],


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (04de249c86501ed112d5adf2863a27b1e07f4dca), Treeve Jelbert, 05/13/2024

Archive powered by MHonArc 2.6.24.

Top of Page