Mercurial > hg > octave-lyh
changeset 14263:6e6194a7b102 gui
Added subscripts for retrieeving qterminal and qirc int compile.sh. Added copyright headers.
author | Jacob Dawid <jacob.dawid@googlemail.com> |
---|---|
date | Tue, 24 Jan 2012 20:06:26 +0100 |
parents | 605675153f1d |
children | 2254d7c14f41 |
files | gui/compile.sh gui/get-qirc.sh gui/get-qterminal.sh gui/start.sh |
diffstat | 4 files changed, 60 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/compile.sh +++ b/gui/compile.sh @@ -1,18 +1,23 @@ -# Quint - A graphical user interface for Octave -# Copyright (C) 2011 Jacob Dawid -# jacob.dawid@googlemail.com +#!/bin/bash + +# OctaveGUI - A graphical user interface for Octave +# Copyright (C) 2011 Jacob Dawid (jacob.dawid@googlemail.com) # # 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 3 of the License, or -# (at your option) any later version. +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. # # 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. +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. # -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. -qmake-qt4 && make +./get-qterminal.sh +./get-qirc.sh +qmake-qt4 octave-gui.pro +make
--- a/gui/get-qirc.sh +++ b/gui/get-qirc.sh @@ -1,5 +1,22 @@ #!/bin/bash +# OctaveGUI - A graphical user interface for Octave +# Copyright (C) 2011 Jacob Dawid (jacob.dawid@googlemail.com) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# + qirc_dir="qirc"; echo "Updating qirc..";
--- a/gui/get-qterminal.sh +++ b/gui/get-qterminal.sh @@ -1,5 +1,22 @@ #!/bin/bash +# OctaveGUI - A graphical user interface for Octave +# Copyright (C) 2011 Jacob Dawid (jacob.dawid@googlemail.com) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# + qterminal_dir="qterminal"; echo "Updating qterminal..";
--- a/gui/start.sh +++ b/gui/start.sh @@ -1,19 +1,21 @@ -# Quint - A graphical user interface for Octave -# Copyright (C) 2011 Jacob Dawid -# jacob.dawid@googlemail.com +#!/bin/bash + +# OctaveGUI - A graphical user interface for Octave +# Copyright (C) 2011 Jacob Dawid (jacob.dawid@googlemail.com) # # 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 3 of the License, or -# (at your option) any later version. +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. # # 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. +# GNU Affero 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/>. +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# LANG=en_US.UTF-8 cd bin