Marcel Telka
2022-01-31 b7ef23180b8258d99f0990e953e0eddbaaab32a5
commit | author | age
52af86 1 ##
KM 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 (c) 2014 Alexander Pyhalov
13 # Copyright (c) 2014 Ken Mays
7d5955 14 # Copyright (c) 2018 Michal Nowak
52af86 15 #
KM 16
d0452a 17 include ../../../../make-rules/shared-macros.mk
52af86 18
KM 19 COMPONENT_NAME=         gnome-icon-theme
7d5955 20 COMPONENT_VERSION=      3.12.0
52af86 21 COMPONENT_PROJECT_URL=  http://www.gnome.org
KM 22 COMPONENT_SUMMARY=      GNOME Icon Themes 
23 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
7d5955 24 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
52af86 25 COMPONENT_ARCHIVE_HASH= \
7d5955 26     sha256:359e720b9202d3aba8d477752c4cd11eced368182281d51ffd64c8572b4e503a
b7ef23 27 COMPONENT_ARCHIVE_URL=  https://download.gnome.org/sources/$(COMPONENT_NAME)/3.12/$(COMPONENT_ARCHIVE)
7d5955 28 COMPONENT_FMRI=        gnome/theme/gnome-icon-theme
52af86 29
d0452a 30 include $(WS_MAKE_RULES)/prep.mk
AL 31 include $(WS_MAKE_RULES)/configure.mk
32 include $(WS_MAKE_RULES)/ips.mk
52af86 33
d0452a 34 PATH=$(PATH.gnu)
52af86 35
KM 36 CONFIGURE_OPTIONS+=    --sysconfdir=/etc
37
38 # common targets
39 build:        $(BUILD_32)
40
41 install:    $(INSTALL_32)
42
43 test:        $(NO_TESTS)
44
d0452a 45 # Build dependencies
AL 46 REQUIRED_PACKAGES += library/desktop/xdg/icon-naming-utils