Add zettlr

master
Marko Semet 2021-11-02 19:38:26 +01:00 committed by Marko Semet
parent 6aab03505a
commit 32f7f9beca
3 changed files with 1661 additions and 20487 deletions

View File

@ -22,16 +22,16 @@ modules:
- name: "nodejs" - name: "nodejs"
sources: sources:
- type: archive - type: archive
url: https://nodejs.org/dist/v14.15.4/node-v14.15.4.tar.gz url: https://nodejs.org/dist/v16.13.0/node-v16.13.0-linux-x64.tar.xz
sha256: 8610d81b2d4afc3a79afbe6209d510125131c45cae22cac63bb767dcfec1cbf0 sha256: a876ce787133149abd1696afa54b0b5bc5ce3d5ae359081d407ff776e39b7ba8
cleanup: cleanup:
- /include - /include
- "*" - "*"
- name: yarn - name: yarn
sources: sources:
- type: file - type: file
url: https://github.com/yarnpkg/yarn/releases/download/v1.22.10/yarn-1.22.10.js url: https://github.com/yarnpkg/yarn/releases/download/v1.22.17/yarn-1.22.17.js
sha256: e094514987bda3cb0839ecfa7d902eb8972e41ed29a841ec14e92772089eb959 sha256: 0a7a650c99f34c58cca1aaa82c25424d5383c29db30678450159b035107aea69
buildsystem: simple buildsystem: simple
build-commands: build-commands:
- cp yarn-1.22.10.js /app/bin/yarn - cp yarn-1.22.10.js /app/bin/yarn
@ -41,8 +41,8 @@ modules:
- name: pandoc - name: pandoc
sources: sources:
- type: archive - type: archive
url: https://github.com/jgm/pandoc/releases/download/2.11.4/pandoc-2.11.4-linux-amd64.tar.gz url: https://github.com/jgm/pandoc/releases/download/2.16/pandoc-2.16-linux-amd64.tar.gz
sha256: b15ce6009ab833fb51fc472bf8bb9683cd2bd7f8ac948f3ddeb6b8f9a366d69a sha256: d3961adc1805641bf11dcd36ed5f5ed168c84f67e6d7b920ed981cc4ac1e0b07
only-arches: only-arches:
- x86_64 - x86_64
buildsystem: simple buildsystem: simple
@ -53,8 +53,8 @@ modules:
sources: sources:
- type: git - type: git
url: https://github.com/Zettlr/Zettlr.git url: https://github.com/Zettlr/Zettlr.git
commit: 0e80c56063884f769349cb21f0712b12e97f9d4b commit: 4bfda751ce4ba73a0be59d812775aafb09af2c93
tag: v1.8.7 tag: v2.0.1
dest: zettlr dest: zettlr
- ./sources_zettlr.json - ./sources_zettlr.json
- type: shell - type: shell
@ -105,4 +105,4 @@ modules:
rename-desktop-file: zettlr.desktop rename-desktop-file: zettlr.desktop
rename-appdata-file: zettlr.appdata.xml rename-appdata-file: zettlr.appdata.xml
rename-icon: zettlr rename-icon: zettlr

File diff suppressed because it is too large Load Diff

View File

@ -14,6 +14,10 @@
<category>WordProcessor</category> <category>WordProcessor</category>
</categories> </categories>
<releases> <releases>
<release version="2.0.1" date="2021-10-20" />
<release version="2.0.0" date="2021-10-15" />
<release version="1.8.9" date="2021-05-13" />
<release version="1.8.8" date="2021-05-07" />
<release version="1.8.7" date="2021-01-22" /> <release version="1.8.7" date="2021-01-22" />
<release version="1.8.6" date="2021-01-16" /> <release version="1.8.6" date="2021-01-16" />
<release version="1.8.5" date="2021-01-08" /> <release version="1.8.5" date="2021-01-08" />