Skip to content
Snippets Groups Projects
Commit e589409f authored by akiraohgaki's avatar akiraohgaki Committed by GitHub
Browse files

Merge pull request #57 from opendesktop/develop

Develop
parents b0f3779c 3c122839
No related branches found
No related tags found
No related merge requests found
# ocs-url # ocs-url
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Build Status](https://travis-ci.org/ocs-url/ocs-url.svg?branch=master)](https://travis-ci.org/ocs-url/ocs-url) [![Build Status](https://travis-ci.org/opendesktop/ocs-url.svg?branch=master)](https://travis-ci.org/opendesktop/ocs-url)
An install helper program for items served on OpenCollaborationServices (OCS). An install helper program for items served on OpenCollaborationServices (OCS).
Copyright: 2016-2017, Akira Ohgaki Copyright: 2016-2017, Opendesktop.org
License: GPL-3+ License: GPL-3+
...@@ -15,4 +15,4 @@ https://www.linux-apps.com/p/1136805/ ...@@ -15,4 +15,4 @@ https://www.linux-apps.com/p/1136805/
And please check the ocs-url wiki for more information. And please check the ocs-url wiki for more information.
https://github.com/ocs-url/ocs-url/wiki https://github.com/opendesktop/ocs-url/wiki
QT += \ QT += \
core \ core \
gui \ gui \
widgets \
qml \ qml \
quick \ quick \
svg svg
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
"id": "ocs-url", "id": "ocs-url",
"name": "ocs-url", "name": "ocs-url",
"version": "3.0.0", "version": "3.0.0",
"organization": "ocs-url", "organization": "Opendesktop.org",
"domain": "com.ocs-url.ocs-url", "domain": "org.opendesktop.ocs-url",
"icon": ":/desktop/ocs-url.svg", "icon": ":/desktop/ocs-url.svg",
"description": "An install helper program for items served on OpenCollaborationServices (OCS).", "description": "An install helper program for items served on OpenCollaborationServices (OCS).",
"license": "GPL-3+", "license": "GPL-3+",
"author": "Akira Ohgaki", "author": "Opendesktop.org",
"contact": "akiraohgaki@gmail.com", "contact": "contact@opendesktop.org",
"homepage": "https://github.com/ocs-url/ocs-url" "homepage": "https://github.com/opendesktop/ocs-url"
} }
...@@ -5,11 +5,11 @@ pkgver='3.0.0' ...@@ -5,11 +5,11 @@ pkgver='3.0.0'
pkgrel='1' pkgrel='1'
pkgdesc='An install helper program for items served on OpenCollaborationServices (OCS).' pkgdesc='An install helper program for items served on OpenCollaborationServices (OCS).'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://github.com/ocs-url/ocs-url' url='https://github.com/opendesktop/ocs-url'
license=('GPL3') license=('GPL3')
depends=('qt5-base>=5.2.0' 'qt5-svg>=5.2.0' 'qt5-declarative>=5.2.0' 'qt5-quickcontrols>=5.2.0') depends=('qt5-base>=5.2.0' 'qt5-svg>=5.2.0' 'qt5-declarative>=5.2.0' 'qt5-quickcontrols>=5.2.0')
makedepends=('git') makedepends=('git')
#source=("https://github.com/ocs-url/ocs-url/archive/release-${pkgver}.tar.gz") #source=("https://github.com/opendesktop/ocs-url/archive/release-${pkgver}.tar.gz")
source=("${pkgname}.tar.gz") source=("${pkgname}.tar.gz")
md5sums=() #autofill using updpkgsums md5sums=() #autofill using updpkgsums
......
...@@ -4,9 +4,9 @@ Version: 3.0.0 ...@@ -4,9 +4,9 @@ Version: 3.0.0
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv3+ License: GPLv3+
Group: Applications/Internet Group: Applications/Internet
URL: https://github.com/ocs-url/ocs-url URL: https://github.com/opendesktop/ocs-url
#Source0: https://github.com/ocs-url/ocs-url/archive/release-%{version}.tar.gz #Source0: https://github.com/opendesktop/ocs-url/archive/release-%{version}.tar.gz
Source0: %{name}.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 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
......
...@@ -4,9 +4,9 @@ Version: 3.0.0 ...@@ -4,9 +4,9 @@ Version: 3.0.0
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv3+ License: GPLv3+
Group: Applications/Internet Group: Applications/Internet
URL: https://github.com/ocs-url/ocs-url URL: https://github.com/opendesktop/ocs-url
#Source0: https://github.com/ocs-url/ocs-url/archive/release-%{version}.tar.gz #Source0: https://github.com/opendesktop/ocs-url/archive/release-%{version}.tar.gz
Source0: %{name}.tar.gz Source0: %{name}.tar.gz
Requires: libQt5Svg5 >= 5.2.0, libqt5-qtquickcontrols >= 5.2.0 Requires: libQt5Svg5 >= 5.2.0, libqt5-qtquickcontrols >= 5.2.0
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ocs-url Upstream-Name: ocs-url
Upstream-Contact: Akira Ohgaki <akiraohgaki@gmail.com> Upstream-Contact: Opendesktop.org <contact@opendesktop.org>
Source: https://github.com/ocs-url/ocs-url Source: https://github.com/opendesktop/ocs-url
Files: * Files: *
Copyright: 2016-2017, Akira Ohgaki Copyright: 2016-2017, Opendesktop.org
License: GPL-3+ License: GPL-3+
On Debian systems, the full text of the GNU General Public License version 3 On Debian systems, the full text of the GNU General Public License version 3
can be found in the `/usr/share/common-licenses/GPL-3' file. can be found in the `/usr/share/common-licenses/GPL-3' file.
...@@ -77,7 +77,7 @@ build_snap() { ...@@ -77,7 +77,7 @@ build_snap() {
tar -xzvf "${SRCARCHIVE}" -C "${BUILDDIR}" tar -xzvf "${SRCARCHIVE}" -C "${BUILDDIR}"
cp "${PROJDIR}/pkg/snap/snapcraft.yaml" "${BUILDDIR}/${PKGNAME}" cp "${PROJDIR}/pkg/snap/snapcraft.yaml" "${BUILDDIR}/${PKGNAME}"
cp -r "${PROJDIR}/pkg/snap/setup" "${BUILDDIR}/${PKGNAME}" cp -r "${PROJDIR}/pkg/snap/snap" "${BUILDDIR}/${PKGNAME}"
cd "${BUILDDIR}/${PKGNAME}" cd "${BUILDDIR}/${PKGNAME}"
snapcraft snapcraft
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment