Compil auto sur build live
This commit is contained in:
parent
4bdb2b2e67
commit
3da6c1f146
3 changed files with 5 additions and 241 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
|
(cd ../DMX-2.0 && xbuild /p:Configuration=Release)
|
||||||
|
|
||||||
|
cp ../DMX-2.0/bin/Release/* config/includes.chroot/usr/local/bin/
|
||||||
|
|
||||||
lb config noauto \
|
lb config noauto \
|
||||||
-b hdd --hdd-size 800 \
|
-b hdd --hdd-size 800 \
|
||||||
--architectures amd64 \
|
--architectures amd64 \
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1,241 +0,0 @@
|
||||||
/*
|
|
||||||
|
|
||||||
Copyright (C) Arnaud Houdelette 2012-2014
|
|
||||||
Copyright (C) Emmanuel Langlois 2012-2014
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 2 of the License.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
style "sombre"
|
|
||||||
{
|
|
||||||
font_name = "Cantarell 9"
|
|
||||||
|
|
||||||
bg[NORMAL] = "#666666"
|
|
||||||
bg[SELECTED] = "#707090"
|
|
||||||
bg[ACTIVE] = "#808080"
|
|
||||||
bg[INSENSITIVE] = "#808080"
|
|
||||||
bg[PRELIGHT] = "#8080A0"
|
|
||||||
base[NORMAL] = "#595959"
|
|
||||||
base[SELECTED] = "#B06060"
|
|
||||||
base[ACTIVE] = "#A06060"
|
|
||||||
text[NORMAL] = "#D0D0D0"
|
|
||||||
fg[NORMAL] = "#FFFFFF"
|
|
||||||
fg[PRELIGHT] = "#FFFFFF"
|
|
||||||
engine "clearlooks" {
|
|
||||||
colorize_scrollbar = TRUE
|
|
||||||
reliefstyle = 1
|
|
||||||
menubarstyle = 2
|
|
||||||
toolbarstyle = 0
|
|
||||||
animation = FALSE
|
|
||||||
radius = 3.0
|
|
||||||
style = GUMMY
|
|
||||||
|
|
||||||
# Set a hint to disable backward compatibility fallbacks.
|
|
||||||
hint = "use-hints"
|
|
||||||
}
|
|
||||||
|
|
||||||
GtkTreeView::odd-row-color = "#66666F"
|
|
||||||
#GtkTreeView::even-row-color = "#595959"
|
|
||||||
}
|
|
||||||
|
|
||||||
style "scale" = "sombre" {
|
|
||||||
GtkScale::slider-width = 19
|
|
||||||
GtkScale::slider-length = 27
|
|
||||||
GtkRange::trough-side-details = 1
|
|
||||||
bg[NORMAL] = "#A0A0B0"
|
|
||||||
bg[PRELIGHT] = "#8080A0"
|
|
||||||
bg[SELECTED] = "#C0B000"
|
|
||||||
fg[NORMAL] = "#FFFFFF"
|
|
||||||
engine "clearlooks" {
|
|
||||||
hint="scale"
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
style "tirettes" = "scale" {
|
|
||||||
font_name = "DejaVu Sans Mono 7"
|
|
||||||
engine "clearlooks" {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "tirettesc" = "tirettes" {
|
|
||||||
bg[NORMAL] = "#B08080"
|
|
||||||
fg[NORMAL] = "#FF5050"
|
|
||||||
bg[PRELIGHT] = "#A08080"
|
|
||||||
engine "clearlooks" {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "tirettest" = "tirettes" {
|
|
||||||
bg[NORMAL] = "#80B080"
|
|
||||||
fg[NORMAL] = "#50FF50"
|
|
||||||
bg[PRELIGHT] = "#80A080"
|
|
||||||
engine "clearlooks" {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "tirettesm" = "tirettes" {
|
|
||||||
bg[NORMAL] = "#6070B0"
|
|
||||||
fg[NORMAL] = "#8080FF"
|
|
||||||
bg[PRELIGHT] = "#8080A0"
|
|
||||||
engine "clearlooks" {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "progressbar" {
|
|
||||||
bg[SELECTED] = "#8080A0"
|
|
||||||
engine "clearlooks" {
|
|
||||||
hint="progressbar"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "circuitspb"
|
|
||||||
{
|
|
||||||
font_name = "DejaVu Sans 7"
|
|
||||||
bg[SELECTED] = "#C0B000"
|
|
||||||
engine "clearlooks" {
|
|
||||||
hint="progressbar"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "counter"
|
|
||||||
{
|
|
||||||
fg[NORMAL] = "#FFFF00"
|
|
||||||
bg[NORMAL] = "#000000"
|
|
||||||
font_name = "DejaVu Sans Mono Bold 12"
|
|
||||||
engine "clearlooks" {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "page"
|
|
||||||
{
|
|
||||||
fg[NORMAL] = "#FFFF00"
|
|
||||||
bg[NORMAL] = "#000000"
|
|
||||||
font_name = "DejaVu Sans Mono Bold 32"
|
|
||||||
engine "clearlooks" {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
style "pagesmall"
|
|
||||||
{
|
|
||||||
fg[NORMAL] = "#FFFF00"
|
|
||||||
bg[NORMAL] = "#000000"
|
|
||||||
font_name = "DejaVu Sans Mono Bold 6"
|
|
||||||
engine "clearlooks" {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "actmacro"
|
|
||||||
{
|
|
||||||
fg[NORMAL] = "#FFFF00"
|
|
||||||
bg[NORMAL] = "#000000"
|
|
||||||
font_name = "DejaVu Sans Mono Bold 6"
|
|
||||||
engine "clearlooks" {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
style "lbtirette"
|
|
||||||
{
|
|
||||||
fg[NORMAL] = "#D0D0D0"
|
|
||||||
font_name = "DejaVu Sans 7"
|
|
||||||
engine "clearlooks" {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "entry" = "sombre" {
|
|
||||||
xthickness = 3
|
|
||||||
ythickness = 3
|
|
||||||
|
|
||||||
base[ACTIVE] = "#595959"
|
|
||||||
|
|
||||||
engine "clearlooks" {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "treeview" {
|
|
||||||
|
|
||||||
engine "clearlooks" {
|
|
||||||
hint = "treeview"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
style "treeview_header" = "sombre" {
|
|
||||||
xthickness = 2
|
|
||||||
ythickness = 1
|
|
||||||
|
|
||||||
engine "clearlooks" {
|
|
||||||
hint = "treeview-header"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "tooltips" = "sombre" {
|
|
||||||
xthickness = 4
|
|
||||||
ythickness = 4
|
|
||||||
}
|
|
||||||
|
|
||||||
style "scrollbar" = "sombre" {
|
|
||||||
xthickness = 2
|
|
||||||
ythickness = 2
|
|
||||||
|
|
||||||
engine "clearlooks" {
|
|
||||||
hint = "scrollbar"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "hscrollbar" = "sombre" {
|
|
||||||
|
|
||||||
engine "clearlooks" {
|
|
||||||
hint = "hscrollbar"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "vscrollbar" = "sombre" {
|
|
||||||
|
|
||||||
engine "clearlooks" {
|
|
||||||
hint = "vscrollbar"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class "GtkWidget" style "sombre"
|
|
||||||
class "GtkScale" style "scale"
|
|
||||||
class "GtkProgressBar" style "progressbar"
|
|
||||||
class "GtkEntry" style "entry"
|
|
||||||
class "GtkScrollbar" style "scrollbar"
|
|
||||||
class "GtkHScrollbar" style "hscrollbar"
|
|
||||||
class "GtkVScrollbar" style "vscrollbar"
|
|
||||||
|
|
||||||
widget_class "*.<GtkTreeView>*" style "treeview"
|
|
||||||
widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
|
|
||||||
widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
|
|
||||||
widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
|
|
||||||
widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
|
|
||||||
|
|
||||||
widget "gtk-tooltip*" style "tooltips"
|
|
||||||
|
|
||||||
widget "*.pb" style "circuitspb"
|
|
||||||
widget "*.posLabel" style "counter"
|
|
||||||
widget "*.timeLabel" style "counter"
|
|
||||||
widget "*.actLabel" style "actmacro"
|
|
||||||
|
|
||||||
widget "*.evBBox" style "counter"
|
|
||||||
widget "*.evBBox1" style "counter"
|
|
||||||
|
|
||||||
widget "*.lblPage" style "page"
|
|
||||||
widget "*.lblpagesmall" style "pagesmall"
|
|
||||||
|
|
||||||
widget "*.lblTirette" style "lbtirette"
|
|
||||||
widget "*.sclTirette" style "tirettes"
|
|
||||||
widget "*.sclTiretteC" style "tirettesc"
|
|
||||||
widget "*.sclTiretteT" style "tirettest"
|
|
||||||
widget "*.sclTiretteM" style "tirettesm"
|
|
||||||
Loading…
Reference in a new issue