From 243c8ae4d54285e32f8db92f384e115b04ed0f19 Mon Sep 17 00:00:00 2001
From: fritzkink <96341974+fritzkink@users.noreply.github.com>
Date: Wed, 29 Nov 2023 12:34:26 +0100
Subject: [PATCH] clutter-gtk - update to version 1.8.4

---
 components/library/clutter-gtk/Makefile |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/components/library/clutter-gtk/Makefile b/components/library/clutter-gtk/Makefile
index 0ff07a6..a87ae03 100644
--- a/components/library/clutter-gtk/Makefile
+++ b/components/library/clutter-gtk/Makefile
@@ -11,6 +11,7 @@
 
 #
 # Copyright 2014 Alexander Pyhalov.  All rights reserved.
+# Copyright 2023 Friedrich Kink.  All rights reserved.
 #
 
 BUILD_STYLE=configure
@@ -18,15 +19,15 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=         clutter-gtk
-COMPONENT_VERSION=      0.10.8
-COMPONENT_REVISION=     3
+COMPONENT_VERSION=      1.8.4
 COMPONENT_SUMMARY=      GTK+ integration library for clutter
+COMPONENT_FMRI=         library/desktop/clutter/clutter-gtk
 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
-COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.bz2
+COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
 COMPONENT_ARCHIVE_HASH= \
-	sha256:7867f951568871d9f68cbe8a3644fd53d2138f725b7ba61ffc0053eb64e80814
+	sha256:521493ec038973c77edcb8bc5eac23eed41645117894aaee7300b2487cb42b06
 COMPONENT_ARCHIVE_URL=  \
-	https://download.gnome.org/sources/$(COMPONENT_NAME)/0.10/$(COMPONENT_ARCHIVE)
+	https://download.gnome.org/sources/$(COMPONENT_NAME)/1.8/$(COMPONENT_ARCHIVE)
 COMPONENT_PROJECT_URL=  http://www.clutter-project.org/
 
 TEST_TARGET=$(NO_TESTS)
@@ -56,9 +57,10 @@
 REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
 
 # Auto-generated dependencies
+REQUIRED_PACKAGES += library/desktop/cairo
 REQUIRED_PACKAGES += library/desktop/clutter
+REQUIRED_PACKAGES += library/desktop/cogl
 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
-REQUIRED_PACKAGES += library/desktop/gtk2
+REQUIRED_PACKAGES += library/desktop/gtk3
 REQUIRED_PACKAGES += library/glib2
 REQUIRED_PACKAGES += system/library
-REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc

--
Gitblit v1.9.3