Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
rws77
ocs-manager
Commits
17e670ff
Commit
17e670ff
authored
Jul 05, 2018
by
akiraohgaki
Browse files
Merge branch 'develop'
parents
5cba0f96
e90647d8
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/configs/application.json
View file @
17e670ff
{
"id"
:
"ocs-manager"
,
"name"
:
"ocs-manager"
,
"version"
:
"0.6.
4
"
,
"version"
:
"0.6.
5
"
,
"organization"
:
"Opendesktop.org"
,
"domain"
:
"org.opendesktop.ocs-manager"
,
"icon"
:
":/desktop/ocs-manager.svg"
,
...
...
pkg/appimage/appimagebuild
View file @
17e670ff
#!/bin/bash
PKGNAME
=
'ocs-manager'
PKGVER
=
'0.6.
4
'
PKGVER
=
'0.6.
5
'
PKGREL
=
'1'
curl
-fsSL
-o
linuxdeployqt https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
...
...
scripts/package
View file @
17e670ff
...
...
@@ -18,7 +18,7 @@ ci_appimage() { # docker-image: ubuntu:14.04
apt
-y
install
libfontconfig1 libfreetype6 libssl1.0.0 zlib1g unzip p7zip unar
apt
-y
install
software-properties-common
add-apt-repository
-y
ppa:beineri/opt-qt59
5
-trusty
add-apt-repository
-y
ppa:beineri/opt-qt59
6
-trusty
echo
'deb http://download.opensuse.org/repositories/home:/TheAssassin:/AppImageLibraries/xUbuntu_14.04/ /'
>
/etc/apt/sources.list.d/curl-httponly.list
curl
-fsSL
https://download.opensuse.org/repositories/home:TheAssassin:AppImageLibraries/xUbuntu_14.04/Release.key | apt-key add -
apt update
-qq
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment