From eb052ce06a40f4b6cbc901792c99e6aeac1d9c5a Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Thu, 28 Feb 2019 15:42:22 +0100 Subject: [PATCH] WebODF: reomve dead disabled app --- metadata/org.webodf.yml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 metadata/org.webodf.yml diff --git a/metadata/org.webodf.yml b/metadata/org.webodf.yml deleted file mode 100644 index bff56e6006..0000000000 --- a/metadata/org.webodf.yml +++ /dev/null @@ -1,41 +0,0 @@ -Categories: - - Reading -License: AGPL-3.0-or-later -WebSite: http://webodf.org -SourceCode: https://github.com/kogmbh/WebODF -IssueTracker: https://github.com/kogmbh/WebODF/issues - -AutoName: WebODF -Summary: ODF Document Viewer -Description: |- - WebODF is a JavaScript library which makes it easy to add Open Document Format - (ODF) support to your website and to your mobile or desktop application. It uses - HTML and CSS to display ODF documents. - - This app lets you view Open Document format files directly. - -RepoType: git -Repo: https://github.com/kogmbh/WebODF.git - -Builds: - - versionName: '1.2' - versionCode: 3 - disable: broken app script needs fixing 5262fc - commit: unknown - see disabled - subdir: programs/android - init: - - cd ../../ - - sed -i '4,6d' .gitmodules - - sed -i '12,13d' .git/config - - git rm --cached simplerevisionserver/pywebdav - - git submodule init - - git submodule update - - cd programs/android - prebuild: android update project -p . -s -t android-10 - androidupdate: - - no - -AutoUpdateMode: None -UpdateCheckMode: RepoManifest -CurrentVersion: 1.3.0 -CurrentVersionCode: 10300