summaryrefslogtreecommitdiffstats
path: root/gnome3-libs
diff options
context:
space:
mode:
Diffstat (limited to 'gnome3-libs')
-rwxr-xr-xgnome3-libs/adwaita-icon-theme/DETAILS4
-rw-r--r--gnome3-libs/adwaita-icon-theme/HISTORY3
-rw-r--r--gnome3-libs/gcr/HISTORY3
-rwxr-xr-xgnome3-libs/gcr/PRE_BUILD3
-rw-r--r--gnome3-libs/gcr/patches/0001-no-packages-for-meson.patch57
-rwxr-xr-xgnome3-libs/gtk-engines3/DEPENDS3
-rw-r--r--gnome3-libs/gtk-engines3/HISTORY3
-rwxr-xr-xgnome3-libs/libgda5/DETAILS4
-rw-r--r--gnome3-libs/libgda5/HISTORY3
-rwxr-xr-xgnome3-libs/pygobject3/DETAILS6
-rw-r--r--gnome3-libs/pygobject3/HISTORY3
-rwxr-xr-xgnome3-libs/vte3/DEPENDS3
-rw-r--r--gnome3-libs/vte3/HISTORY3
13 files changed, 89 insertions, 9 deletions
diff --git a/gnome3-libs/adwaita-icon-theme/DETAILS b/gnome3-libs/adwaita-icon-theme/DETAILS
index 49e17cb2e6..c049c37372 100755
--- a/gnome3-libs/adwaita-icon-theme/DETAILS
+++ b/gnome3-libs/adwaita-icon-theme/DETAILS
@@ -1,9 +1,9 @@
SPELL=adwaita-icon-theme
- VERSION=42.0
+ VERSION=43
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$(echo ${VERSION} | cut -f1 -d.)/$SOURCE
- SOURCE_HASH=sha512:521bfd44fdc253f5fd01fcdfaa485669849ad73c35354ccfe9b358ba433cfa40ee6d68b70ec2268a4ce0631a48670b03b30811ca68e2e19f9430082454e02015
+ SOURCE_HASH=sha512:fe0c186c2dbe87ccf2373bde1bc5ab658e8cd64bf0e5a3b9cd1117d5c1bf2ef5cc83b76b7fae54fde1566a07b572d8bb9441f437e44813338195e191dbb2a021
LICENSE[0]=LGPL
WEB_SITE=http://www.gnome.org/
ENTERED=20140919
diff --git a/gnome3-libs/adwaita-icon-theme/HISTORY b/gnome3-libs/adwaita-icon-theme/HISTORY
index 301cb2854d..40e4f710cb 100644
--- a/gnome3-libs/adwaita-icon-theme/HISTORY
+++ b/gnome3-libs/adwaita-icon-theme/HISTORY
@@ -1,3 +1,6 @@
+2022-10-09 Florian Franzmann <bwlf@bandrate.org>
+ * DETAILS: version 43.0
+
2022-05-28 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 42.0
diff --git a/gnome3-libs/gcr/HISTORY b/gnome3-libs/gcr/HISTORY
index 129f4afb36..1fcd1f2a76 100644
--- a/gnome3-libs/gcr/HISTORY
+++ b/gnome3-libs/gcr/HISTORY
@@ -1,3 +1,6 @@
+2023-12-06 Thomas Orgis <sobukus@sourcemage.org>
+ * PRE_BUILD, patches/0001-no-packages-for-meson.patch: fix build
+
2022-05-28 Florian Franzmann <bwlf@bandrate.org>
* DEPENDS: use MESON_DEPENDS
diff --git a/gnome3-libs/gcr/PRE_BUILD b/gnome3-libs/gcr/PRE_BUILD
new file mode 100755
index 0000000000..c230ad14bf
--- /dev/null
+++ b/gnome3-libs/gcr/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+apply_patch_dir patches
diff --git a/gnome3-libs/gcr/patches/0001-no-packages-for-meson.patch b/gnome3-libs/gcr/patches/0001-no-packages-for-meson.patch
new file mode 100644
index 0000000000..10e4430a13
--- /dev/null
+++ b/gnome3-libs/gcr/patches/0001-no-packages-for-meson.patch
@@ -0,0 +1,57 @@
+From: Jakub Jirutka <jakub@jirutka.cz>
+Date: Wed, 12 Jan 2022 00:24:20 +0100
+Subject: meson: Fix unknown kw argument in gnome.generate_gir
+
+This argument has been removed in Meson 0.61.0:
+
+ gck/meson.build:130:2: ERROR: gnome.generate_gir got unknown keyword arguments "packages"
+
+https://github.com/mesonbuild/meson/commit/f8fc5cb860465718fe7c79a1bf1fe00659f138de:
+
+> The packages argument to gnome.generate_gir was allowed, but never did anything, so stop passing it.
+
+Fixes #89
+
+(cherry picked from commit b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8)
+---
+ gck/meson.build | 1 -
+ gcr/meson.build | 1 -
+ ui/meson.build | 1 -
+ 3 files changed, 3 deletions(-)
+
+diff --git a/gck/meson.build b/gck/meson.build
+index 756b486..a21a1e9 100644
+--- a/gck/meson.build
++++ b/gck/meson.build
+@@ -131,7 +131,6 @@ if get_option('introspection')
+ sources: gck_gir_sources,
+ namespace: 'Gck',
+ nsversion: '@0@'.format(gck_major_version),
+- packages: gck_deps,
+ export_packages: 'gck-@0@'.format(gck_major_version),
+ includes: [ 'GObject-2.0', 'Gio-2.0' ],
+ header: 'gck/gck.h',
+diff --git a/gcr/meson.build b/gcr/meson.build
+index 06c3a63..f998336 100644
+--- a/gcr/meson.build
++++ b/gcr/meson.build
+@@ -189,7 +189,6 @@ if get_option('introspection')
+ sources: [ gcr_base_public_sources, gcr_base_headers ],
+ namespace: 'Gcr',
+ nsversion: '@0@'.format(gcr_major_version),
+- packages: gcr_base_deps,
+ export_packages: 'gcr-base-@0@'.format(gcr_major_version),
+ includes: [
+ 'GObject-2.0',
+diff --git a/ui/meson.build b/ui/meson.build
+index e656ea2..32ee057 100644
+--- a/ui/meson.build
++++ b/ui/meson.build
+@@ -152,7 +152,6 @@ if get_option('introspection')
+ export_packages: 'gcr-ui-@0@'.format(gcr_major_version),
+ identifier_prefix: 'Gcr',
+ symbol_prefix: 'gcr',
+- packages: gcr_ui_deps,
+ includes: [
+ 'GObject-2.0',
+ 'Gio-2.0',
diff --git a/gnome3-libs/gtk-engines3/DEPENDS b/gnome3-libs/gtk-engines3/DEPENDS
index b49148d095..2b71e0208a 100755
--- a/gnome3-libs/gtk-engines3/DEPENDS
+++ b/gnome3-libs/gtk-engines3/DEPENDS
@@ -1,5 +1,6 @@
+. "$GRIMOIRE/VDEPENDS" &&
depends gtk+3 &&
-depends atk &&
+vdepends <<< "at-spi2-core >= 2.45.0" &&
depends pango &&
depends gdk-pixbuf2 &&
depends cairo &&
diff --git a/gnome3-libs/gtk-engines3/HISTORY b/gnome3-libs/gtk-engines3/HISTORY
index cd46a0fe03..8cd587a969 100644
--- a/gnome3-libs/gtk-engines3/HISTORY
+++ b/gnome3-libs/gtk-engines3/HISTORY
@@ -1,3 +1,6 @@
+2023-11-12 Thomas Orgis <sobukus@sourcemage.org>
+ * DEPENDS: handle atk deprecation (half-automated)
+
2017-05-27 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: moved the spell to gnome3-libs/gtk-engines3,
as it is not helping gnome2 / gtk+2 in any way
diff --git a/gnome3-libs/libgda5/DETAILS b/gnome3-libs/libgda5/DETAILS
index a047164e09..f486e01ce9 100755
--- a/gnome3-libs/libgda5/DETAILS
+++ b/gnome3-libs/libgda5/DETAILS
@@ -1,6 +1,6 @@
SPELL=libgda5
- VERSION=5.2.9
- SOURCE_HASH=sha512:a28324533298d42aacfce5d9f3d699314ddb5d5fe7e492433dbbe4232fb310b798d312ac08dffd4f4ebef5ceea3c6c49ef3c679ab97b5e9d1f64e3fed50b2231
+ VERSION=5.2.10
+ SOURCE_HASH=sha512:ff72f239dfcb96a0e24a9ceaa66f23808a221a337b4cd646ced5482cd5ad933a7b42a26c1a45386b675aede753b0942fb6440caf15b8de6dc95045d62d2ff2ee
BRANCH=$(echo $VERSION|cut -d . -f 1,2)
SOURCE="libgda-${VERSION}.tar.xz"
SOURCE_URL[0]=$GNOME_URL/sources/libgda/$BRANCH/$SOURCE
diff --git a/gnome3-libs/libgda5/HISTORY b/gnome3-libs/libgda5/HISTORY
index 8250fea746..0ef04afe8e 100644
--- a/gnome3-libs/libgda5/HISTORY
+++ b/gnome3-libs/libgda5/HISTORY
@@ -1,3 +1,6 @@
+2022-09-23 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 5.2.10
+
2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)
diff --git a/gnome3-libs/pygobject3/DETAILS b/gnome3-libs/pygobject3/DETAILS
index eb99135d9a..c904dc81f8 100755
--- a/gnome3-libs/pygobject3/DETAILS
+++ b/gnome3-libs/pygobject3/DETAILS
@@ -1,11 +1,11 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=pygobject3
- VERSION=3.42.1
- SOURCE_HASH=sha512:b044d395f8334057be632fd56f670ae8405d9fc375bcbd7a0a3b2dcfb8efb06bad45e62e92d2ee5432e503642dba11d6f9bf91f26bf135fa5f9a871657105a18
+ VERSION=3.46.0
+ SOURCE_HASH=sha512:48293c193ba5aece38d99f45d325d0329ac33e88442bf00848fe818a7c838977b8d2cf50a404c30e8852ccc0b4a44dfda07751d51acc21f740aa2ab6aa3ce661
SOURCE=pygobject-$VERSION.tar.xz
SOURCE_URL[0]=$GNOME_URL/sources/pygobject/${VERSION%.*}/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/pygobject-$VERSION"
- WEB_SITE=http://www.pygtk.org/
+ WEB_SITE=https://www.pygtk.org/
LICENSE[0]=LGPL
ENTERED=20111009
SHORT="Python bindings for the GObject"
diff --git a/gnome3-libs/pygobject3/HISTORY b/gnome3-libs/pygobject3/HISTORY
index f49d56cc65..d6a896466b 100644
--- a/gnome3-libs/pygobject3/HISTORY
+++ b/gnome3-libs/pygobject3/HISTORY
@@ -1,3 +1,6 @@
+2023-12-02 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 3.46.0
+
2022-05-28 Florian Franzmann <bwlf@bandrate.org>
* DEPENDS: use MESON_DEPENDS
diff --git a/gnome3-libs/vte3/DEPENDS b/gnome3-libs/vte3/DEPENDS
index 09b9040546..8a756a0b9f 100755
--- a/gnome3-libs/vte3/DEPENDS
+++ b/gnome3-libs/vte3/DEPENDS
@@ -1,10 +1,11 @@
+. "$GRIMOIRE/VDEPENDS" &&
depends intltool &&
depends libx11 &&
depends fontconfig &&
depends freetype2 &&
depends glib2 &&
depends gtk+3 "--with-gtk=3.0" &&
-depends atk &&
+vdepends <<< "at-spi2-core >= 2.45.0" &&
depends pango &&
depends pcre2 &&
diff --git a/gnome3-libs/vte3/HISTORY b/gnome3-libs/vte3/HISTORY
index 3d26135ba1..97026def81 100644
--- a/gnome3-libs/vte3/HISTORY
+++ b/gnome3-libs/vte3/HISTORY
@@ -1,3 +1,6 @@
+2023-11-12 Thomas Orgis <sobukus@sourcemage.org>
+ * DEPENDS: handle atk deprecation (half-automated)
+
2019-06-05 Kenneth Raplee <kenneth@raplee.email>
* DETAILS: Updated to 0.56.3
* DEPENDS: Optionally depends on vala