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/manifests/sample-manifest.p5m |   47 ++---------------------------------------------
 1 files changed, 2 insertions(+), 45 deletions(-)

diff --git a/components/library/gtk+3/manifests/sample-manifest.p5m b/components/library/gtk+3/manifests/sample-manifest.p5m
index 3fdb4e5..293afcc 100644
--- a/components/library/gtk+3/manifests/sample-manifest.p5m
+++ b/components/library/gtk+3/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
 #
 
 #
-# Copyright 2022 <contributor>
+# Copyright 2023 <contributor>
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -23,22 +23,11 @@
 
 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
-file path=etc/$(MACH64)/gtk-3.0/im-multipress.conf
 file path=etc/gtk-3.0/im-multipress.conf
-file path=usr/bin/$(MACH64)/gtk-builder-tool
-file path=usr/bin/$(MACH64)/gtk-encode-symbolic-svg
-file path=usr/bin/$(MACH64)/gtk-launch
-file path=usr/bin/$(MACH64)/gtk-query-immodules-3.0
-file path=usr/bin/$(MACH64)/gtk-query-settings
-file path=usr/bin/$(MACH64)/gtk-update-icon-cache
-file path=usr/bin/$(MACH64)/gtk3-demo
-file path=usr/bin/$(MACH64)/gtk3-demo-application
-file path=usr/bin/$(MACH64)/gtk3-icon-browser
-file path=usr/bin/$(MACH64)/gtk3-widget-factory
 file path=usr/bin/gtk-builder-tool
 file path=usr/bin/gtk-encode-symbolic-svg
 file path=usr/bin/gtk-launch
-file path=usr/bin/gtk-query-immodules-$(PYVER)
+file path=usr/bin/gtk-query-immodules-3.0
 file path=usr/bin/gtk-query-settings
 file path=usr/bin/gtk-update-icon-cache
 file path=usr/bin/gtk3-demo
@@ -472,38 +461,6 @@
 file path=usr/lib/$(MACH64)/pkgconfig/gtk+-3.0.pc
 file path=usr/lib/$(MACH64)/pkgconfig/gtk+-unix-print-3.0.pc
 file path=usr/lib/$(MACH64)/pkgconfig/gtk+-x11-3.0.pc
-file path=usr/lib/girepository-1.0/Gdk-3.0.typelib
-file path=usr/lib/girepository-1.0/GdkX11-3.0.typelib
-file path=usr/lib/girepository-1.0/Gtk-3.0.typelib
-file path=usr/lib/gtk-3.0/3.0.0/immodules/im-am-et.so
-file path=usr/lib/gtk-3.0/3.0.0/immodules/im-cedilla.so
-file path=usr/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.so
-file path=usr/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.so
-file path=usr/lib/gtk-3.0/3.0.0/immodules/im-ipa.so
-file path=usr/lib/gtk-3.0/3.0.0/immodules/im-multipress.so
-file path=usr/lib/gtk-3.0/3.0.0/immodules/im-thai.so
-file path=usr/lib/gtk-3.0/3.0.0/immodules/im-ti-er.so
-file path=usr/lib/gtk-3.0/3.0.0/immodules/im-ti-et.so
-file path=usr/lib/gtk-3.0/3.0.0/immodules/im-viqr.so
-file path=usr/lib/gtk-3.0/3.0.0/immodules/im-xim.so
-file path=usr/lib/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.so
-file path=usr/lib/gtk-3.0/3.0.0/printbackends/libprintbackend-file.so
-file path=usr/lib/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.so
-link path=usr/lib/libgailutil-3.so target=libgailutil-3.so.0.0.0
-link path=usr/lib/libgailutil-3.so.0 target=libgailutil-3.so.0.0.0
-file path=usr/lib/libgailutil-3.so.0.0.0
-link path=usr/lib/libgdk-3.so target=libgdk-3.so.0.2404.30
-link path=usr/lib/libgdk-3.so.0 target=libgdk-3.so.0.2404.30
-file path=usr/lib/libgdk-3.so.0.2404.30
-link path=usr/lib/libgtk-3.so target=libgtk-3.so.0.2404.30
-link path=usr/lib/libgtk-3.so.0 target=libgtk-3.so.0.2404.30
-file path=usr/lib/libgtk-3.so.0.2404.30
-file path=usr/lib/pkgconfig/gail-3.0.pc
-file path=usr/lib/pkgconfig/gdk-3.0.pc
-file path=usr/lib/pkgconfig/gdk-x11-3.0.pc
-file path=usr/lib/pkgconfig/gtk+-3.0.pc
-file path=usr/lib/pkgconfig/gtk+-unix-print-3.0.pc
-file path=usr/lib/pkgconfig/gtk+-x11-3.0.pc
 file path=usr/share/aclocal/gtk-3.0.m4
 file path=usr/share/applications/gtk3-demo.desktop
 file path=usr/share/applications/gtk3-icon-browser.desktop

--
Gitblit v1.9.3