From 6c2599affa164663c81cb76a9c8d1933dcb2c344 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sun, 26 Nov 2023 18:13:03 +0100
Subject: [PATCH] gtk+3: drop 32 bit

---
 components/library/gtk+3/pkg5 |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/components/library/gtk+3/pkg5 b/components/library/gtk+3/pkg5
index 56c87fc..d90094a 100644
--- a/components/library/gtk+3/pkg5
+++ b/components/library/gtk+3/pkg5
@@ -1,9 +1,7 @@
 {
     "dependencies": [
-        "SUNWcs",
         "developer/documentation-tool/gtk-doc",
         "gnome/accessibility/at-spi2-atk",
-        "gnome/theme/hicolor-icon-theme",
         "library/c++/harfbuzz",
         "library/desktop/atk",
         "library/desktop/cairo",
@@ -12,7 +10,6 @@
         "library/fribidi",
         "library/glib2",
         "library/print/cups-libs",
-        "shell/ksh93",
         "system/library",
         "system/library/fontconfig",
         "system/library/freetype-2",
@@ -30,8 +27,8 @@
         "x11/server/xvfb"
     ],
     "fmris": [
-        "library/desktop/gtk3",
-        "library/desktop/gtk3/gtk-backend-cups"
+        "library/desktop/gtk3/gtk-backend-cups",
+        "library/desktop/gtk3"
     ],
     "name": "gtk+"
 }
\ No newline at end of file

--
Gitblit v1.9.3