Marcel Telka
2022-02-11 1ead3ce527caa94ca20332fa979dda2b78cc1df3
commit | author | age
f6d603 1 #
DS 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) 2017 Dariusz Sendkowski
c5ceb7 13 # Copyright (c) 2018 Till Wegmüller
ae497b 14 # Copyright (c) 2019 Michal Nowak
f6d603 15 #
ae497b 16
MN 17 BUILD_BITS=        64
18 BUILD_STYLE=        cmake
19
f6d603 20 include ../../../make-rules/shared-macros.mk
DS 21
22 COMPONENT_NAME=         awesome
ae497b 23 COMPONENT_VERSION=      4.3
1ead3c 24 COMPONENT_REVISION=    2
f6d603 25 COMPONENT_PROJECT_URL=  https://awesomewm.org
DS 26 COMPONENT_SUMMARY=      A highly configurable, next generation framework window manager for X.
27 COMPONENT_FMRI=         desktop/window-manager/$(COMPONENT_NAME)
ae497b 28 COMPONENT_CLASSIFICATION= System/X11
f6d603 29 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
DS 30 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.xz
ae497b 31 COMPONENT_ARCHIVE_HASH=    sha256:78264d6f012350b371e339127aca485260bc0aa935eff578ba75ce1a00e11753
f6d603 32 COMPONENT_ARCHIVE_URL=  https://github.com/awesomeWM/awesome-releases/raw/master/$(COMPONENT_ARCHIVE)
DS 33 COMPONENT_LICENSE=      GPLv2
34 COMPONENT_LICENSE_FILE= LICENSE
35
ae497b 36 # There are manual tests in tests/ dir
MN 37 TESTS_TARGET=        $(NO_TESTS)
f6d603 38
ae497b 39 include $(WS_MAKE_RULES)/common.mk
f6d603 40
a32a6c 41 CMAKE_OPTIONS += "-DLUA_LIBRARY=/usr/lib/64/liblua.so"
f6d603 42
c5ceb7 43 # Packages Required at Buildtime. Not found By gmake
TW 44 REQUIRED_PACKAGES += image/imagemagick
45 REQUIRED_PACKAGES += library/lua/lgi-52
46
47 # Auto-generated dependencies
48 REQUIRED_PACKAGES += SUNWcs
f6d603 49 REQUIRED_PACKAGES += library/desktop/cairo
DS 50 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
51 REQUIRED_PACKAGES += library/desktop/startup-notification
52 REQUIRED_PACKAGES += library/glib2
53 REQUIRED_PACKAGES += library/xdg/libxdg-basedir
a32a6c 54 REQUIRED_PACKAGES += runtime/lua
f6d603 55 REQUIRED_PACKAGES += system/library
DS 56 REQUIRED_PACKAGES += system/library/libdbus
57 REQUIRED_PACKAGES += system/library/math
58 REQUIRED_PACKAGES += x11/library/libx11
59 REQUIRED_PACKAGES += x11/library/libxcb
60 REQUIRED_PACKAGES += x11/library/libxkbcommon
61 REQUIRED_PACKAGES += x11/library/xcb-util
62 REQUIRED_PACKAGES += x11/library/xcb-util-cursor
63 REQUIRED_PACKAGES += x11/library/xcb-util-keysyms
64 REQUIRED_PACKAGES += x11/library/xcb-util-wm
65 REQUIRED_PACKAGES += x11/library/xcb-util-xrm