This website works better with JavaScript.
Home
Explore
Help
Sign In
MNT
/
reform-userland
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add xinit, build-tar.sh
master
mntmn
2 years ago
parent
6d56039670
commit
9f5a6306f9
6 changed files
with
26 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.gitmodules
+10
-0
build-tar.sh
+1
-1
build.sh
+8
-0
build_xinit.sh
+3
-0
clean.sh
+1
-0
xinit
+ 3
- 0
.gitmodules
View File
@@ -22,4 +22,7 @@
[submodule "xkeyboard-config"]
path = xkeyboard-config
url = git://anongit.freedesktop.org/git/xkeyboard-config
[submodule "xinit"]
path = xinit
url = https://gitlab.freedesktop.org/xorg/app/xinit
+ 10
- 0
build-tar.sh
View File
@@ -0,0 +1,10 @@
#!/bin/bash
set -e
stamp=$(date +%Y%m%d)
tar cfv reform-usrlocal-$stamp.tar /usr/local
gzip reform-usrlocal-$stamp.tar
echo Created: reform-usrlocal-$stamp.tar.gz
+ 1
- 1
build.sh
View File
@@ -4,7 +4,7 @@ figlet clean
./clean.sh
for target in drm libinput mesa xorgproto xserver xf86-input-libinput xkbcomp xkeyboard-config; do
for target in drm libinput mesa xorgproto xserver xf86-input-libinput xkbcomp xkeyboard-config
xinit
; do
figlet $target
./build_$target.sh
done
+ 8
- 0
build_xinit.sh
View File
@@ -0,0 +1,8 @@
#!/bin/sh
cd xinit
./autogen.sh
make -j4
make install
cd ..
+ 3
- 0
clean.sh
View File
@@ -26,3 +26,6 @@ cd ..
cd xkeyboard-config && make clean
cd ..
cd xinit && make clean
cd ..
+ 1
- 0
xinit
@@ -0,0 +1 @@
Subproject commit 752ef176eb99f6315be27f00896b37ce217758b9