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