Package wmutils. Need to write a patch for slw in the future; fails to link against xcb-util-cursor.
This commit is contained in:
parent
d73ccba310
commit
d4b5eccb94
@ -28,5 +28,3 @@
|
||||
-Packages built from Git will be stored under community/rolling
|
||||
|
||||
-Packages built from tarballs will be stored under community/stable
|
||||
|
||||
|
||||
|
@ -7,7 +7,8 @@ cmake -B build \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DUSE_XPM=OFF
|
||||
-DUSE_XPM=ON \
|
||||
-DUSE_EWMH=TRUE
|
||||
|
||||
cmake --build build
|
||||
cmake --install build
|
||||
|
@ -5,3 +5,5 @@
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
printf "\n\nRemember that if you want to use hex instead of strings with wmctrl, the first flag ABSOLUTELY HAS TO BE -i!!!\n\n"
|
||||
|
9
ports/wmutils-git/build
Executable file
9
ports/wmutils-git/build
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
#slw doesn't build on musl for some reason. Patch it out until a fix is made.
|
||||
sed 's/slw//g' Makefile > Makefile.2;mv Makefile.2 Makefile
|
||||
|
||||
|
||||
|
||||
|
||||
make DESTDIR="$1" PREFIX=/usr MANPREFIX="/usr/share/man" install
|
1
ports/wmutils-git/checksums
Normal file
1
ports/wmutils-git/checksums
Normal file
@ -0,0 +1 @@
|
||||
5a1047cd000bf40842ba1adb5fd8f8097cfead8ef44f74425c87d86493d91fe8
|
3
ports/wmutils-git/depends
Normal file
3
ports/wmutils-git/depends
Normal file
@ -0,0 +1,3 @@
|
||||
libxcb
|
||||
xcb-util
|
||||
xcb-util-cursor
|
1
ports/wmutils-git/sources
Normal file
1
ports/wmutils-git/sources
Normal file
@ -0,0 +1 @@
|
||||
git+https://github.com/wmutils/core
|
1
ports/wmutils-git/version
Normal file
1
ports/wmutils-git/version
Normal file
@ -0,0 +1 @@
|
||||
git 1
|
Loading…
Reference in New Issue
Block a user