Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move beta to stable #17

Merged
merged 5 commits into from
Sep 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "shared-modules"]
path = shared-modules
url = https://github.com/flathub/shared-modules.git
30 changes: 15 additions & 15 deletions com.nextcloud.desktopclient.nextcloud.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
app-id: com.nextcloud.desktopclient.nextcloud

runtime: org.kde.Platform
runtime-version: '5.12'
runtime-version: '5.15'
sdk: org.kde.Sdk

base: io.qt.qtwebengine.BaseApp
base-version: '5.15'

command: nextcloud
rename-icon: Nextcloud
copy-icon: true
Expand All @@ -20,29 +23,25 @@ finish-args:
- --talk-name=org.freedesktop.secrets
- --talk-name=org.kde.StatusNotifierWatcher
- --own-name=org.kde.*
- --env=LD_LIBRARY_PATH=/app/lib:/app/lib/nextcloud
- --env=TMPDIR=/var/tmp

cleanup:
- /share/icons/hicolor/1024x1024
cleanup-commands:
- /app/cleanup-BaseApp.sh

modules:
- name: libsecret
config-opts:
- --disable-static
- --disable-gtk-doc
- --disable-manpages
sources:
- type: archive
url: https://gitlab.gnome.org/GNOME/libsecret/-/archive/0.19.1/libsecret-0.19.1.tar.gz
sha256: 303c6e8cf3e12534e885b0682cd6130716c6834397b76d3829321b6d83b2389c
- shared-modules/libsecret/libsecret.json

- name: qtkeychain
buildsystem: cmake
config-opts:
- -DCMAKE_INSTALL_LIBDIR=/app/lib
- -DLIB_INSTALL_DIR=/app/lib
- -DCMAKE_INSTALL_LIBDIR=lib
- -DBUILD_TRANSLATIONS=NO
cleanup:
- /include
- /mkspecs
- /lib/cmake
sources:
- type: archive
url: https://github.com/frankosterfeld/qtkeychain/archive/v0.10.0.tar.gz
Expand All @@ -52,11 +51,12 @@ modules:
buildsystem: cmake
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_INSTALL_LIBDIR=lib
- -DNO_SHIBBOLETH=1
- -DCMAKE_INSTALL_LIBDIR=/app/lib
- -DLIB_INSTALL_DIR=/app/lib
- -DBUILD_SHELL_INTEGRATION_DOLPHIN=0
- -DBUILD_SHELL_INTEGRATION_NAUTILUS=0
cleanup:
- /include
post-install:
- install -Dm644 -t /app/share/metainfo com.nextcloud.desktopclient.nextcloud.metainfo.xml
sources:
Expand Down
1 change: 1 addition & 0 deletions shared-modules
Submodule shared-modules added at cc50bd