1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DESCRIPTION="A tiling X11 window manager with Vulkan compositor."
7 HOMEPAGE="https://github.com/jaelpark/chamferwm"
10 EGIT_REPO_URI="https://github.com/jaelpark/chamferwm.git git://github.com/jaelpark/chamferwm.git"
20 dev-libs/boost[python]
22 dev-util/vulkan-headers
23 media-libs/vulkan-loader
27 media-libs/vulkan-loader
28 dev-libs/boost[python]
34 sed -i "s/python3')/python-3.7')/g" meson.build
39 dobin "${BUILD_DIR}/chamfer"
41 insinto /usr/share/chamfer/shaders
43 doins "${BUILD_DIR}/default_fragment.spv"
44 doins "${BUILD_DIR}/default_geometry.spv"
45 doins "${BUILD_DIR}/default_vertex.spv"
46 doins "${BUILD_DIR}/frame_fragment.spv"
47 doins "${BUILD_DIR}/frame_geometry.spv"
48 doins "${BUILD_DIR}/frame_vertex.spv"
50 insinto /usr/share/applications/
52 doins "${S}/share/chamfer.desktop"