cracklib: update to 2.10.3; drop 32 bit
[oi-userland.git] / components / desktop / awesome / Makefile
blobd6b8df3c71c3cb8c291931501ab5cffd2836b3f6
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 (c) 2017 Dariusz Sendkowski
13 # Copyright (c) 2018 Till Wegmüller
14 # Copyright (c) 2019 Michal Nowak
17 BUILD_STYLE= cmake
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= awesome
21 COMPONENT_VERSION= 4.3
22 COMPONENT_REVISION= 3
23 COMPONENT_SUMMARY= A highly configurable, next generation framework window manager for X.
24 COMPONENT_PROJECT_URL= https://awesomewm.org
25 COMPONENT_FMRI= desktop/window-manager/$(COMPONENT_NAME)
26 COMPONENT_CLASSIFICATION= System/X11
27 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
28 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
29 COMPONENT_ARCHIVE_HASH= sha256:78264d6f012350b371e339127aca485260bc0aa935eff578ba75ce1a00e11753
30 COMPONENT_ARCHIVE_URL= https://github.com/awesomeWM/awesome-releases/raw/master/$(COMPONENT_ARCHIVE)
31 COMPONENT_LICENSE= GPLv2
32 COMPONENT_LICENSE_FILE= LICENSE
34 # There are manual tests in tests/ dir
35 TESTS_TARGET= $(NO_TESTS)
37 include $(WS_MAKE_RULES)/common.mk
39 CMAKE_OPTIONS += "-DSYSCONFDIR=$(ETCDIR)"
40 CMAKE_OPTIONS += "-DLUA_LIBRARY=/usr/lib/64/liblua.so"
42 # Packages Required at Buildtime. Not found By gmake
43 REQUIRED_PACKAGES += image/imagemagick
44 REQUIRED_PACKAGES += library/lua/lgi-52
46 # Auto-generated dependencies
47 REQUIRED_PACKAGES += SUNWcs
48 REQUIRED_PACKAGES += library/desktop/cairo
49 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
50 REQUIRED_PACKAGES += library/desktop/startup-notification
51 REQUIRED_PACKAGES += library/glib2
52 REQUIRED_PACKAGES += library/xdg/libxdg-basedir
53 REQUIRED_PACKAGES += runtime/lua
54 REQUIRED_PACKAGES += system/library
55 REQUIRED_PACKAGES += system/library/libdbus
56 REQUIRED_PACKAGES += system/library/math
57 REQUIRED_PACKAGES += x11/library/libx11
58 REQUIRED_PACKAGES += x11/library/libxcb
59 REQUIRED_PACKAGES += x11/library/libxkbcommon
60 REQUIRED_PACKAGES += x11/library/xcb-util
61 REQUIRED_PACKAGES += x11/library/xcb-util-cursor
62 REQUIRED_PACKAGES += x11/library/xcb-util-keysyms
63 REQUIRED_PACKAGES += x11/library/xcb-util-wm
64 REQUIRED_PACKAGES += x11/library/xcb-util-xrm