Added a bunch of neat X tools, and a new WM.
This commit is contained in:
parent
73654bb61c
commit
33ebb3cd9f
4
ports/shod/build
Executable file
4
ports/shod/build
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
make
|
||||
make PREFIX=/usr DESTDIR="$1" install
|
6
ports/shod/depends
Normal file
6
ports/shod/depends
Normal file
@ -0,0 +1,6 @@
|
||||
xorg-server
|
||||
libXau
|
||||
libXpm
|
||||
libX11
|
||||
libXinerama
|
||||
wmctrl
|
1
ports/shod/sources
Normal file
1
ports/shod/sources
Normal file
@ -0,0 +1 @@
|
||||
git+https://github.com/phillbush/shod
|
1
ports/shod/version
Normal file
1
ports/shod/version
Normal file
@ -0,0 +1 @@
|
||||
git 1
|
3
ports/xclickroot/build
Executable file
3
ports/xclickroot/build
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
make PREFIX=/usr DESTDIR="$1" clean install
|
1
ports/xclickroot/sources
Normal file
1
ports/xclickroot/sources
Normal file
@ -0,0 +1 @@
|
||||
git+https://github.com/phillbush/xclickroot
|
1
ports/xclickroot/version
Normal file
1
ports/xclickroot/version
Normal file
@ -0,0 +1 @@
|
||||
git 1
|
4
ports/xmenu/build
Executable file
4
ports/xmenu/build
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
make
|
||||
make PREFIX=/usr DESTDIR="$1" install
|
1
ports/xmenu/sources
Normal file
1
ports/xmenu/sources
Normal file
@ -0,0 +1 @@
|
||||
git+https://github.com/phillbush/xmenu
|
1
ports/xmenu/version
Normal file
1
ports/xmenu/version
Normal file
@ -0,0 +1 @@
|
||||
git 1
|
4
ports/xprompt/build
Executable file
4
ports/xprompt/build
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
make
|
||||
make PREFIX=/usr DESTDIR="$1" install
|
1
ports/xprompt/sources
Normal file
1
ports/xprompt/sources
Normal file
@ -0,0 +1 @@
|
||||
git+https://github.com/phillbush/xprompt
|
1
ports/xprompt/version
Normal file
1
ports/xprompt/version
Normal file
@ -0,0 +1 @@
|
||||
git 1
|
Loading…
Reference in New Issue
Block a user