Skip to content

Commit

Permalink
bspwm: Add port
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Bonke <[email protected]>
  • Loading branch information
Dennisbonke committed Jan 30, 2022
1 parent ed01b0e commit 6f44e7b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bootstrap.d/x11-wm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
packages:
- name: bspwm
source:
subdir: 'ports'
git: 'https://github.com/baskerville/bspwm.git'
tag: '0.9.10'
version: '0.9.10'
tools_required:
- system-gcc
pkgs_required:
- mlibc
- libxcb
- xcb-util
- xcb-util-wm
- xcb-util-keysyms
configure:
# bspwm does not seem to support out-of-tree builds, so we just copy
# the source tree into the build directory instead
- args: ['cp', '-r', '@THIS_SOURCE_DIR@/.', '@THIS_BUILD_DIR@']
build:
- args: ['make', '-j@PARALLELISM@']
environ:
CC: 'x86_64-managarm-gcc'
- args: ['make', 'install']
environ:
PREFIX: '/usr'
DESTDIR: '@THIS_COLLECT_DIR@'
1 change: 1 addition & 0 deletions bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ imports:
- file: bootstrap.d/x11-libs.yml
- file: bootstrap.d/x11-misc.yml
- file: bootstrap.d/x11-themes.yml
- file: bootstrap.d/x11-wm.yml

general:
patch_author: The Managarm Project
Expand Down

0 comments on commit 6f44e7b

Please sign in to comment.