Skip to content
Snippets Groups Projects
Commit 744a0019 authored by akiraohgaki's avatar akiraohgaki
Browse files

3.0.0

parent 14984dc6
No related branches found
No related tags found
No related merge requests found
{ {
"id": "ocs-url", "id": "ocs-url",
"name": "ocs-url", "name": "ocs-url",
"version": "2.0.3", "version": "3.0.0",
"organization": "ocs-url", "organization": "ocs-url",
"domain": "com.ocs-url.ocs-url", "domain": "com.ocs-url.ocs-url",
"icon": ":/desktop/ocs-url.svg", "icon": ":/desktop/ocs-url.svg",
......
# Maintainer: Akira Ohgaki <akiraohgaki@gmail.com> # Maintainer: Akira Ohgaki <akiraohgaki@gmail.com>
pkgname='ocs-url' pkgname='ocs-url'
pkgver='2.0.3' 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/ocs-url/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')
#source=("https://github.com/ocs-url/ocs-url/archive/release-${pkgver}.tar.gz") #source=("https://github.com/ocs-url/ocs-url/archive/release-${pkgver}.tar.gz")
source=("${pkgname}.tar.gz") source=("${pkgname}.tar.gz")
md5sums=() #autofill using updpkgsums md5sums=() #autofill using updpkgsums
......
Summary: OCS-URL Summary: OCS-URL
Name: ocs-url Name: ocs-url
Version: 2.0.3 Version: 3.0.0
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv3+ License: GPLv3+
Group: Applications/Internet Group: Applications/Internet
...@@ -10,7 +10,7 @@ URL: https://github.com/ocs-url/ocs-url ...@@ -10,7 +10,7 @@ URL: https://github.com/ocs-url/ocs-url
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
BuildRequires: make, automake, gcc, gcc-c++, libtool, qt5-qtbase-devel, qt5-qtsvg-devel, qt5-qtdeclarative-devel, rpm-build 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 %description
An install helper program for items served on OpenCollaborationServices (OCS). An install helper program for items served on OpenCollaborationServices (OCS).
...@@ -38,6 +38,16 @@ make INSTALL_ROOT="%{buildroot}" install ...@@ -38,6 +38,16 @@ make INSTALL_ROOT="%{buildroot}" install
rm -rf %{buildroot} rm -rf %{buildroot}
%changelog %changelog
* Thu Mar 02 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.0-1
- Rename xdgurl to ocs-url
- Add ocs:// and ocss:// schemes
- xdg:// and xdgs:// schemes still available for backward compatibile
- New app icon
- New dialog window
- Labels and messages are translatable
- Qt 5.2 support
- Use the same configs of install-types with ocsstore
* Wed Jan 25 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 2.0.3-1 * Wed Jan 25 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 2.0.3-1
- Change installation destination of type bin - Change installation destination of type bin
- Update qtlib - Update qtlib
......
...@@ -7,7 +7,7 @@ description: | ...@@ -7,7 +7,7 @@ description: |
grade: devel grade: devel
confinement: strict confinement: strict
#icon: desktop/ocs-url.svg icon: desktop/ocs-url.svg
parts: parts:
ocs-url: ocs-url:
...@@ -19,6 +19,7 @@ parts: ...@@ -19,6 +19,7 @@ parts:
options: options:
- PREFIX="/usr" - PREFIX="/usr"
build-packages: build-packages:
- git
- build-essential - build-essential
- qt5-default - qt5-default
- libqt5svg5-dev - libqt5svg5-dev
......
ocs-url (3.0.0-0ubuntu1) trusty; urgency=low
* Rename xdgurl to ocs-url
* Add ocs:// and ocss:// schemes
* xdg:// and xdgs:// schemes still available for backward compatibile
* New app icon
* New dialog window
* Labels and messages are translatable
* Qt 5.2 support
* Use the same configs of install-types with ocsstore
-- Akira Ohgaki <akiraohgaki@gmail.com> Thu, 02 Mar 2017 18:39:39 +0000
ocs-url (2.0.3-0ubuntu1) trusty; urgency=low ocs-url (2.0.3-0ubuntu1) trusty; urgency=low
* Change installation destination of type bin * Change installation destination of type bin
......
...@@ -2,7 +2,7 @@ Source: ocs-url ...@@ -2,7 +2,7 @@ Source: ocs-url
Section: web Section: web
Priority: optional Priority: optional
Maintainer: Akira Ohgaki <akiraohgaki@gmail.com> Maintainer: Akira Ohgaki <akiraohgaki@gmail.com>
Build-Depends: build-essential (>= 11), qt5-default (>= 5.2.0), libqt5svg5-dev (>= 5.2.0), qtdeclarative5-dev (>= 5.2.0), devscripts (>= 2.14), debhelper (>= 9), fakeroot (>= 1.20) Build-Depends: git, build-essential, qt5-default (>= 5.2.0), libqt5svg5-dev (>= 5.2.0), qtdeclarative5-dev (>= 5.2.0), devscripts, debhelper, fakeroot
Standards-Version: 3.9.4 Standards-Version: 3.9.4
Package: ocs-url Package: ocs-url
......
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