Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
47776ca2
Commit
47776ca2
authored
Oct 25, 2019
by
Maxime Perrotin
Browse files
Copy the customizable user widget module in GUI folders
parent
ede5b52e
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/skeletons/makefile.tmplt
View file @
47776ca2
...
...
@@ -194,6 +194,9 @@ dataview/C/built: ${DATAVIEW_UNIQ} ${DATAVIEW_ACN} ${CP_FILES}
@@END_IF@@
@@--
End
of
PeekPoke-specifics
@@--
Add
symbolic
link
to
the
SQL
Database
interface
for
the
GUIs,
if
needed
if [ -f sql_db/db.info ]; then cd binaries/@_LOWER
:
Function_Names_@_GUI && ln -fs ../../sql_db; fi
@@--
Copy
default
UserWidgets.py
file
for
user
to
customise
the
GUI
widgets
# User can edit at will the customisable user widgets python module:
cp -u $(shell taste-config --prefix)/share/AutoGUI/UserWidgets.py binaries/@_LOWER
:
Function_Names_@_GUI
@@END_IF@@
@@--
End
of
GUI-specifics
@@END_TABLE@@
touch
$@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment