Add mate-utils
[unleashed-userland.git] / components / desktop / mate / mate-utils / Makefile
blobd56b42a169b2d5ff34e71821e57d6368aa0c2329
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 2016 Alexander Pyhalov
15 include ../../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= mate-utils
18 COMPONENT_VERSION= 1.14.0
19 COMPONENT_PROJECT_URL= http://www.mate-desktop.org
20 COMPONENT_SUMMARY= Basic MATE utils
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:05b0ffe73a49eb5d5a008e779c2280ab7c803a041681845f9735908f3275a519
25 COMPONENT_ARCHIVE_URL= http://pub.mate-desktop.org/releases/1.14/$(COMPONENT_ARCHIVE)
26 COMPONENT_CLASSIFICATION= Applications/System Utilities
27 COMPONENT_LICENSE= GPLv3
28 COMPONENT_LICENSE_FILE= COPYING
30 include $(WS_MAKE_RULES)/prep.mk
31 include $(WS_MAKE_RULES)/configure.mk
32 include $(WS_MAKE_RULES)/ips.mk
34 PATH=/usr/gnu/bin:/usr/bin
36 COMPONENT_PREP_ACTION= cd $(@D) && NOCONFIGURE=1 ./autogen.sh
38 CONFIGURE_OPTIONS+= --sysconfdir=/etc
39 CONFIGURE_OPTIONS+= --libexecdir=/usr/lib/mate
40 CONFIGURE_OPTIONS+= --disable-static
42 CONFIGURE_ENV+= PYTHON="$(PYTHON)"
44 # common targets
45 build: $(BUILD_32)
47 install: $(INSTALL_32)
49 test: $(NO_TESTS)
51 REQUIRED_PACKAGES += desktop/mate/mate-panel
52 REQUIRED_PACKAGES += library/desktop/atk
53 REQUIRED_PACKAGES += library/desktop/cairo
54 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
55 REQUIRED_PACKAGES += library/desktop/gtk2
56 REQUIRED_PACKAGES += library/desktop/pango
57 REQUIRED_PACKAGES += library/desktop/xdg/libcanberra
58 REQUIRED_PACKAGES += library/glib2
59 REQUIRED_PACKAGES += library/libgtop
60 REQUIRED_PACKAGES += library/zlib
61 REQUIRED_PACKAGES += system/library
62 REQUIRED_PACKAGES += system/library/math
63 REQUIRED_PACKAGES += x11/library/libice
64 REQUIRED_PACKAGES += x11/library/libsm
65 REQUIRED_PACKAGES += x11/library/libx11
66 REQUIRED_PACKAGES += x11/library/libxext