Browse Source

version number does not belong in desktop file. Fix git URLs

master
Nils 4 years ago
parent
commit
207f335d00
  1. 2
      desktop/desktop.desktop
  2. 2
      index.html
  3. 4
      template/documentation/english.adoc.template
  4. 4
      template/documentation/german.adoc.template
  5. 3
      template/documentation/readme.template

2
desktop/desktop.desktop

@ -10,4 +10,4 @@ Terminal=false
StartupNotify=false StartupNotify=false
Categories=AudioVideo;Audio;X-Recorders;X-Multitrack;X-Jack; Categories=AudioVideo;Audio;X-Recorders;X-Multitrack;X-Jack;
X-NSM-capable=true X-NSM-capable=true
Version=2.0 Version=1.0

2
index.html

@ -48,7 +48,7 @@ Download the latest code release on <a href="https://www.laborejo.org/downloads"
<p>It is possible to clone a git repository.</p> <p>It is possible to clone a git repository.</p>
<p><code>git clone https://git.laborejo.org/lss/laborejo</code></p> <p><code>git clone https://git.laborejo.org/lss/laborejo.git</code></p>
<h2>Dependencies</h2> <h2>Dependencies</h2>

4
template/documentation/english.adoc.template

@ -42,8 +42,8 @@ If not, you can build <name> yourself.
.Build and Install .Build and Install
* Please check the supplied README.md for dependencies. * Please check the supplied README.md for dependencies.
* You can download a release or clone the git version * You can download a release or clone the git version
** Download the latest version from https://www.laborejo.org/downloads and extract it. ** Download the latest version from https://www.laborejo.org/downloads and extract it.
** `git clone https://laborejo.org/<shortName>.git` ** git clone https://git.laborejo.org/lss/<shortName>.git
* Change into the new directory and use these commands: * Change into the new directory and use these commands:
* `./configure --prefix=/usr` * `./configure --prefix=/usr`
** The default prefix is /usr/local ** The default prefix is /usr/local

4
template/documentation/german.adoc.template

@ -42,8 +42,8 @@ Falls nicht kann man <name> auch selbst "bauen".
.Abhängigkeiten* .Abhängigkeiten*
* Eine Liste der Abhängigkeit befindet sich in der README.md * Eine Liste der Abhängigkeit befindet sich in der README.md
* Kompilieren und Installieren geht entweder mit einem Releasedownload oder mit der Git-Version: * Kompilieren und Installieren geht entweder mit einem Releasedownload oder mit der Git-Version:
** Lade von https://www.laborejo.org/downloads die aktuelle Version herunter und entpacke sie. ** Lade von https://www.laborejo.org/downloads die aktuelle Version herunter und entpacke sie.
** `git clone https://laborejo.org/<shortName>.git` ** `git clone https://git.laborejo.org/lss/<shortName>.git`
* Wechseln Sie in das neue Verzeichnis und benutzen diese Befehle: * Wechseln Sie in das neue Verzeichnis und benutzen diese Befehle:
*`./configure --prefix=/usr` *`./configure --prefix=/usr`
** Das Standardprefix is /usr/local ** Das Standardprefix is /usr/local

3
template/documentation/readme.template

@ -21,8 +21,7 @@ Download the latest code release on https://www.laborejo.org/downloads and extra
### Git Version ### Git Version
It is possible to clone a git repository. It is possible to clone a git repository.
`git clone https://laborejo.org/<shortname>.git` `git clone https://git.laborejo.org/lss/<shortname>.git`
## Dependencies ## Dependencies
* Glibc * Glibc

Loading…
Cancel
Save