rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / desktop / nimbus / Makefile
blob4e381283c1dcd9f8c9700a04744931ac7dfbcb63
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 2018 Alexander Pyhalov
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= nimbus
18 COMPONENT_VERSION= 1.0
19 COMPONENT_REVISION= 4
20 COMPONENT_COMMIT= 172733afb6156c59fcd57484854090b798460fd9
21 COMPONENT_PROJECT_URL= https://openindiana.org
22 COMPONENT_SUMMARY= Engine for Nimbus GTK2/3 Theme
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_COMMIT)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:6815b90625b283a7f6af8763a7e27a182ec11017a825dc0a60ce59589ef747f5
27 COMPONENT_ARCHIVE_URL= https://github.com/OpenIndiana/nimbus/archive/$(COMPONENT_COMMIT).tar.gz
28 COMPONENT_FMRI= gnome/theme/nimbus
29 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Theming
30 COMPONENT_LICENSE = LGPLv2
31 COMPONENT_LICENSE_FILE = COPYING
33 include $(WS_MAKE_RULES)/prep.mk
34 include $(WS_MAKE_RULES)/configure.mk
35 include $(WS_MAKE_RULES)/ips.mk
37 PATH=$(PATH.gnu)
39 COMPONENT_PREP_ACTION = ( cd $(@D) && \
40 $(MKDIR) m4 && \
41 libtoolize --copy --force && \
42 glib-gettextize -f && \
43 intltoolize --force --copy --automake && \
44 aclocal -I m4 && \
45 autoheader && \
46 automake --add-missing --copy --force && \
47 autoconf)
49 # Missing files in build dir without this.
50 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
52 CONFIGURE_SCRIPT=$(SOURCE_DIR)/autogen.sh
54 CONFIGURE_OPTIONS += --sysconfdir=/etc
56 # common targets
57 build: $(BUILD_32_and_64)
59 install: $(INSTALL_32_and_64)
61 test: $(NO_TESTS)
63 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
64 REQUIRED_PACKAGES += library/desktop/gtk2
65 REQUIRED_PACKAGES += library/glib2
66 REQUIRED_PACKAGES += system/library
67 REQUIRED_PACKAGES += x11/library/libx11