Marcel Telka
2023-12-01 593a073760cff470e4da592c5468ac1fb1cbe731
gtk+3: add back missing gtk-3.0.m4

3 files modified
9 ■■■■■ changed files
components/library/gtk+3/Makefile 6 ●●●●● patch | view | raw | blame | history
components/library/gtk+3/gtk3.p5m 2 ●●● patch | view | raw | blame | history
components/library/gtk+3/pkg5 1 ●●●● patch | view | raw | blame | history
components/library/gtk+3/Makefile
@@ -15,14 +15,13 @@
# Copyright 2020 Marco van Wieringen
#
BUILD_BITS= 64
USE_DEFAULT_TEST_TRANSFORMS= yes
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=         gtk+
COMPONENT_MJR_VERSION=    3.24
COMPONENT_VERSION=      $(COMPONENT_MJR_VERSION).34
COMPONENT_REVISION=    3
COMPONENT_REVISION=    4
COMPONENT_SUMMARY=      GTK+ - GIMP Toolkit Library for creation of graphical user interfaces
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
@@ -42,7 +41,7 @@
COMPONENT_PREP_ACTION= ( \
    cd $(@D) && \
    libtoolize --force && \
    PATH="$(PATH)" libtoolize --force && \
    aclocal -I ./m4 && \
    gtkdocize && \
    autoheader && \
@@ -95,7 +94,6 @@
REQUIRED_PACKAGES += library/print/cups-libs
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/fontconfig
REQUIRED_PACKAGES += system/library/freetype-2
REQUIRED_PACKAGES += system/library/math
REQUIRED_PACKAGES += x11/library/libepoxy
REQUIRED_PACKAGES += x11/library/libx11
components/library/gtk+3/gtk3.p5m
@@ -452,7 +452,6 @@
file path=usr/lib/$(MACH64)/gtk-3.0/3.0.0/immodules/im-ti-et.so
file path=usr/lib/$(MACH64)/gtk-3.0/3.0.0/immodules/im-viqr.so
file path=usr/lib/$(MACH64)/gtk-3.0/3.0.0/immodules/im-xim.so
#file path=usr/lib/$(MACH64)/gtk-3.0/3.0.0/printbackends/libprintbackend-cloudprint.so
#file path=usr/lib/$(MACH64)/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.so
file path=usr/lib/$(MACH64)/gtk-3.0/3.0.0/printbackends/libprintbackend-file.so
#file path=usr/lib/$(MACH64)/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.so
@@ -471,6 +470,7 @@
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/share/aclocal/gtk-3.0.m4
file path=usr/share/applications/gtk3-demo.desktop
file path=usr/share/applications/gtk3-icon-browser.desktop
file path=usr/share/applications/gtk3-widget-factory.desktop
components/library/gtk+3/pkg5
@@ -12,7 +12,6 @@
        "library/print/cups-libs",
        "system/library",
        "system/library/fontconfig",
        "system/library/freetype-2",
        "system/library/math",
        "x11/library/libepoxy",
        "x11/library/libx11",