Marcel Telka
2022-01-31 b7ef23180b8258d99f0990e953e0eddbaaab32a5
commit | author | age
e82377 1 #
AP 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.
5 #
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.
9 #
10
11 #
12 # Copyright 2015 Alexander Pyhalov
fbdfa1 13 # Copyright 2019 Nona Hansel
e82377 14 #
AP 15
fbdfa1 16 include ../../../make-rules/shared-macros.mk
e82377 17
AP 18 COMPONENT_NAME=    gtk-engines
19 COMPONENT_VERSION=    2.91.1
fbdfa1 20 COMPONENT_REVISION=    1
e82377 21 COMPONENT_PROJECT_URL=    http://www.gnome.org
AP 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
b7ef23 27 COMPONENT_ARCHIVE_URL=    https://download.gnome.org/sources/$(COMPONENT_NAME)/2.91/$(COMPONENT_ARCHIVE)
e82377 28 COMPONENT_FMRI=        gnome/theme/gtk3-engines
AP 29 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Theming
fbdfa1 30 COMPONENT_LICENSE=    LGPLv2.1
NH 31 COMPONENT_LICENSE_FILE=    COPYING
e82377 32
AP 33
fbdfa1 34 include $(WS_MAKE_RULES)/prep.mk
NH 35 include $(WS_MAKE_RULES)/configure.mk
36 include $(WS_MAKE_RULES)/ips.mk
e82377 37
fbdfa1 38 PATH=$(PATH.gnu)
e82377 39
AP 40 # common targets
41 build:        $(BUILD_32_and_64)
42
43 install:    $(INSTALL_32_and_64)
44
45 test:        $(NO_TESTS)
539cba 46
AL 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