Marcel Telka
2022-02-11 1ead3ce527caa94ca20332fa979dda2b78cc1df3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL)". You may
# only use this file in accordance with the terms of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright 2016 Alexander Pyhalov
#
 
BUILD_STYLE=configure
BUILD_BITS=32
include ../../../make-rules/shared-macros.mk
 
COMPONENT_NAME=         tango-icon-theme
COMPONENT_VERSION=      0.8.90
COMPONENT_REVISION=     3
COMPONENT_PROJECT_URL=  http://tango.freedesktop.org/
COMPONENT_SUMMARY=      Tango icon theme
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_HASH= \
    sha256:e94004fa9aa6a7250ac4db6180e96f9c147db617c0d8e7fc8c9e2c42924e990c
COMPONENT_ARCHIVE_URL=  http://tango.freedesktop.org/releases/$(COMPONENT_ARCHIVE)
COMPONENT_CLASSIFICATION=Desktop (GNOME)/Theming
COMPONENT_FMRI=         gnome/theme/tango-icon-theme
COMPONENT_LICENSE=      PublicDomain
COMPONENT_LICENSE_FILE= COPYING
 
TEST_TARGET=$(NO_TESTS)
include $(WS_MAKE_RULES)/common.mk
 
PATH=$(PATH.gnu)
 
CONFIGURE_OPTIONS+=    --sysconfdir=/etc
 
# Manually added dependency
REQUIRED_PACKAGES+= image/imagemagick
REQUIRED_PACKAGES += library/desktop/xdg/icon-naming-utils