update build script, todo
This commit is contained in:
parent
b7e7316954
commit
14fd49594f
2 changed files with 2 additions and 8 deletions
9
build.sh
9
build.sh
|
@ -2,15 +2,8 @@
|
|||
|
||||
cp config.mk patches.h dwm-flexipatch/
|
||||
flexipatch-finalizer/flexipatch-finalizer.sh -r -d dwm-flexipatch -o dwm-final
|
||||
rm dwm-flexipatch/config.mk dwm-flexipatch/patches.h
|
||||
# for patch in patches/*.diff; do
|
||||
# patch -d dwm-final <"$patch"
|
||||
# done
|
||||
cp config.h dwm-final/
|
||||
cd dwm-final || exit 1
|
||||
make clean install DESTDIR="../pkg" PREFIX="/usr"
|
||||
cd - || exit 1
|
||||
|
||||
# xbps-create -A x86_64 \
|
||||
# -n "dwm-dev-1.0.0_1" \
|
||||
# -s "Test build of dwm" \
|
||||
# pkg
|
||||
|
|
1
todo
1
todo
|
@ -1,2 +1,3 @@
|
|||
# TODO: customize layoutmenu patch
|
||||
# BUG: Renewing DWM doesn't kill autostart processes
|
||||
# TODO: increase stext buffer size for sb-cpu
|
||||
|
|
Loading…
Add table
Reference in a new issue