Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DFN2
ocs-url
Commits
a5513228
Commit
a5513228
authored
Jul 04, 2018
by
akiraohgaki
Browse files
Merge branch 'develop'
parents
00fb050f
6a3ea70f
Changes
7
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a5513228
# ocs-url
[

](https://www.gnu.org/licenses/gpl-3.0)
[

](https://travis-ci.org/opendesktop/ocs-url)
An install helper program for items served
on
OpenCollaborationServices (
OCS
).
An install helper program for items served
via
OpenCollaborationServices (
ocs://
).
Copyright: 2016-2018, Opendesktop.org
...
...
@@ -15,4 +14,4 @@ https://www.linux-apps.com/p/1136805/
And please check the ocs-url wiki for more information.
https://
github.com/opendesktop
/ocs-url/wiki
https://
www.opencode.net/OCS
/ocs-url/wiki
app/configs/application.json
View file @
a5513228
...
...
@@ -5,9 +5,9 @@
"organization"
:
"Opendesktop.org"
,
"domain"
:
"org.opendesktop.ocs-url"
,
"icon"
:
":/desktop/ocs-url.svg"
,
"description"
:
"An install helper program for items served
on
OpenCollaborationServices (
OCS
)."
,
"description"
:
"An install helper program for items served
via
OpenCollaborationServices (
ocs://
)."
,
"license"
:
"GPL-3+"
,
"author"
:
"Opendesktop.org"
,
"contact"
:
"contact@opendesktop.org"
,
"homepage"
:
"https://
github.com/opendesktop
/ocs-url"
"homepage"
:
"https://
www.opencode.net/OCS
/ocs-url"
}
pkg/archlinux/PKGBUILD
View file @
a5513228
...
...
@@ -3,13 +3,13 @@
pkgname
=
'ocs-url'
pkgver
=
'3.0.3'
pkgrel
=
'1'
pkgdesc
=
'An install helper program for items served
on
OpenCollaborationServices (
OCS
).'
pkgdesc
=
'An install helper program for items served
via
OpenCollaborationServices (
ocs://
).'
arch
=(
'i686'
'x86_64'
)
url
=
'https://
github.com/opendesktop
/ocs-url'
url
=
'https://
www.opencode.net/OCS
/ocs-url'
license
=(
'GPL3'
)
depends
=(
'qt5-base>=5.2.0'
'qt5-svg>=5.2.0'
'qt5-declarative>=5.2.0'
'qt5-quickcontrols>=5.2.0'
)
makedepends
=(
'git'
)
#source=("https://
github.com/opendesktop
/ocs-url/archive/release-${pkgver}.tar.gz")
#source=("https://
www.opencode.net/OCS
/ocs-url/archive/release-${pkgver}.tar.gz")
source
=(
"
${
pkgname
}
.tar.gz"
)
md5sums
=()
#autofill using updpkgsums
...
...
pkg/fedora/ocs-url.spec
View file @
a5513228
...
...
@@ -4,16 +4,16 @@ Version: 3.0.3
Release: 1%{?dist}
License: GPLv3+
Group: Applications/Internet
URL: https://
github.com/opendesktop
/ocs-url
URL: https://
www.opencode.net/OCS
/ocs-url
#Source0: https://
github.com/opendesktop
/ocs-url/archive/release-%{version}.tar.gz
#Source0: https://
www.opencode.net/OCS
/ocs-url/archive/release-%{version}.tar.gz
Source0: %{name}.tar.gz
Requires: qt5-qtbase >= 5.2.0, qt5-qtbase-gui >= 5.2.0, qt5-qtsvg >= 5.2.0, qt5-qtdeclarative >= 5.2.0, qt5-qtquickcontrols >= 5.2.0
BuildRequires: git, make, automake, gcc, gcc-c++, libtool, qt5-qtbase-devel >= 5.2.0, qt5-qtsvg-devel >= 5.2.0, qt5-qtdeclarative-devel >= 5.2.0, rpm-build
%description
An install helper program for items served
on
OpenCollaborationServices (
OCS
).
An install helper program for items served
via
OpenCollaborationServices (
ocs://
).
%prep
#%%autosetup -n %{name}-release-%{version}
...
...
pkg/opensuse/ocs-url.spec
View file @
a5513228
...
...
@@ -4,16 +4,16 @@ Version: 3.0.3
Release: 1%{?dist}
License: GPLv3+
Group: Applications/Internet
URL: https://
github.com/opendesktop
/ocs-url
URL: https://
www.opencode.net/OCS
/ocs-url
#Source0: https://
github.com/opendesktop
/ocs-url/archive/release-%{version}.tar.gz
#Source0: https://
www.opencode.net/OCS
/ocs-url/archive/release-%{version}.tar.gz
Source0: %{name}.tar.gz
Requires: libQt5Svg5 >= 5.2.0, libqt5-qtquickcontrols >= 5.2.0
BuildRequires: git, make, automake, gcc, gcc-c++, libtool, libqt5-qtbase-devel >= 5.2.0, libqt5-qtsvg-devel >= 5.2.0, libqt5-qtdeclarative-devel >= 5.2.0, rpm-build
%description
An install helper program for items served
on
OpenCollaborationServices (
OCS
).
An install helper program for items served
via
OpenCollaborationServices (
ocs://
).
%prep
#%%autosetup -n %{name}-release-%{version}
...
...
pkg/ubuntu/debian/control
View file @
a5513228
...
...
@@ -9,4 +9,4 @@ Package: ocs-url
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt5svg5 (>= 5.2.0), qml-module-qtquick2 (>= 5.2.0) | qtdeclarative5-qtquick2-plugin (>= 5.2.0), qml-module-qtquick-window2 (>= 5.2.0) | qtdeclarative5-window-plugin (>= 5.2.0), qml-module-qtquick-controls (>= 5.2.0) | qtdeclarative5-controls-plugin (>= 5.2.0)
Description: OCS-URL
An install helper program for items served
on
OpenCollaborationServices (
OCS
).
An install helper program for items served
via
OpenCollaborationServices (
ocs://
).
pkg/ubuntu/debian/copyright
View file @
a5513228
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ocs-url
Upstream-Contact: Opendesktop.org <contact@opendesktop.org>
Source: https://
github.com/opendesktop
/ocs-url
Source: https://
www.opencode.net/OCS
/ocs-url
Files: *
Copyright: 2016-2018, Opendesktop.org
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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