libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / desktop / gtk-engines / Makefile
blobe82f8ad68247e6a342fe0a327fa2fbdffccb0357
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2015 Alexander Pyhalov
13 # Copyright 2019 Nona Hansel
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= gtk-engines
19 COMPONENT_VERSION= 2.20.2
20 COMPONENT_REVISION= 1
21 COMPONENT_PROJECT_URL= http://www.gnome.org
22 COMPONENT_SUMMARY= Engines for GTK2 Themes
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:aa65209c824a71feb82c31a6c5bdee22658874cff4fca610d174d983c807c22f
27 COMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/$(COMPONENT_NAME)/2.20//$(COMPONENT_ARCHIVE)
28 COMPONENT_FMRI= gnome/theme/gtk2-engines
29 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Theming
30 COMPONENT_LICENSE= LGPLv2.1
31 COMPONENT_LICENSE_FILE= COPYING
34 include $(WS_MAKE_RULES)/prep.mk
35 include $(WS_MAKE_RULES)/configure.mk
36 include $(WS_MAKE_RULES)/ips.mk
38 PATH=$(PATH.gnu)
40 # common targets
41 build: $(BUILD_32_and_64)
43 install: $(INSTALL_32_and_64)
45 test: $(NO_TESTS)
47 # Auto-generated dependencies
48 REQUIRED_PACKAGES += library/desktop/cairo
49 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
50 REQUIRED_PACKAGES += library/desktop/gtk2
51 REQUIRED_PACKAGES += library/glib2
52 REQUIRED_PACKAGES += system/library