Makefile für neo_portable geschrieben und als post-commit hook gesetzt
.zip abrufbar über http://www.eigenheimstrasse.de/neo/svn/portable git-svn-id: https://svn.neo-layout.org@518 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
parent
19734cb1ca
commit
bd224c737a
5 changed files with 25 additions and 0 deletions
BIN
grafik/logos/neo.ico
Normal file
BIN
grafik/logos/neo.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
18
portable/Makefile
Normal file
18
portable/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
neo_portable: autorun.inf autorun.sh ../grafik/logos/neo.ico ../windows/autohotkey/neo20-all-in-one.exe ../linux/xmodmap/neo_de.xmodmap
|
||||
mkdir -p neo_portable/neo
|
||||
cp autorun.* neo_portable
|
||||
cp ../grafik/logos/neo.ico ../windows/autohotkey/neo20-all-in-one.exe ../linux/xmodmap/neo_de.xmodmap neo_portable/neo
|
||||
|
||||
neo_portable.zip: neo_portable
|
||||
cd neo_portable; zip -r neo_portable *
|
||||
mv neo_portable/neo_portable.zip .
|
||||
|
||||
neo_portable.tar.gz: neo_portable
|
||||
tar -czf neo_portable.tar.gz neo_portable
|
||||
|
||||
deploy: neo_portable.tar.gz neo_portable.zip
|
||||
|
||||
clean:
|
||||
rm -rf neo_portable*
|
||||
|
||||
.PHONY: deploy clean
|
4
portable/autorun.inf
Normal file
4
portable/autorun.inf
Normal file
|
@ -0,0 +1,4 @@
|
|||
[autorun]
|
||||
OPEN = neo\neo20-all-in-one.exe
|
||||
ACTION = neo\neo20-all-in-one.exe
|
||||
ICON = neo\neo.ico
|
3
portable/autorun.sh
Executable file
3
portable/autorun.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
setxkbmap ie
|
||||
xmodmap neo/neo_de.xmodmap
|
Binary file not shown.
Loading…
Reference in a new issue