python/hypothesis: update to 6.122.3
[oi-userland.git] / components / desktop / gtk3-engines / Makefile
blob2b1bd1ed6900525423ad1e910dc0955cf083140e
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.91.1
20 COMPONENT_REVISION= 1
21 COMPONENT_PROJECT_URL= http://www.gnome.org
22 COMPONENT_SUMMARY= Engines for GTK3 Themes
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:3160856d18e4019cfb485206e004a0c6ffbedeab2e203ead25cd9850058b1db8
27 COMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/$(COMPONENT_NAME)/2.91/$(COMPONENT_ARCHIVE)
28 COMPONENT_FMRI= gnome/theme/gtk3-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/gtk3
51 REQUIRED_PACKAGES += library/desktop/pango
52 REQUIRED_PACKAGES += library/glib2
53 REQUIRED_PACKAGES += system/library