Skip to content
Snippets Groups Projects
Commit 90e197fd authored by akiraohgaki's avatar akiraohgaki
Browse files

Package depends

parent 5baa5371
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ pkgdesc='An install helper program for items served on OpenCollaborationServices ...@@ -7,7 +7,7 @@ pkgdesc='An install helper program for items served on OpenCollaborationServices
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.3.0' 'qt5-svg>=5.3.0' 'qt5-declarative>=5.3.0' 'qt5-quickcontrols>=5.3.0') depends=('qt5-base>=5.2.0' 'qt5-svg>=5.2.0' 'qt5-declarative>=5.2.0' 'qt5-quickcontrols>=5.2.0')
#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
......
...@@ -9,7 +9,7 @@ URL: https://github.com/ocs-url/ocs-url ...@@ -9,7 +9,7 @@ URL: https://github.com/ocs-url/ocs-url
#Source0: https://github.com/ocs-url/ocs-url/archive/release-%{version}.tar.gz #Source0: https://github.com/ocs-url/ocs-url/archive/release-%{version}.tar.gz
Source0: %{name}.tar.gz Source0: %{name}.tar.gz
Requires: qt5-qtbase >= 5.3.0, qt5-qtbase-gui >= 5.3.0, qt5-qtsvg >= 5.3.0, qt5-qtdeclarative >= 5.3.0, qt5-qtquickcontrols >= 5.3.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: make, automake, gcc, gcc-c++, libtool, qt5-qtbase-devel, qt5-qtsvg-devel, qt5-qtdeclarative-devel, rpm-build
%description %description
......
...@@ -25,7 +25,6 @@ parts: ...@@ -25,7 +25,6 @@ parts:
stage-packages: stage-packages:
- libqt5svg5 - libqt5svg5
- qml-module-qtquick-controls - qml-module-qtquick-controls
- qml-module-qtquick-dialogs
after: after:
- desktop-qt5 - desktop-qt5
......
...@@ -2,11 +2,11 @@ Source: ocs-url ...@@ -2,11 +2,11 @@ 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.3.0), libqt5svg5-dev (>= 5.3.0), qtdeclarative5-dev (>= 5.3.0), devscripts (>= 2.14), debhelper (>= 9), fakeroot (>= 1.20) 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)
Standards-Version: 3.9.4 Standards-Version: 3.9.4
Package: ocs-url Package: ocs-url
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt5svg5 (>= 5.3.0), qml-module-qtquick2 (>= 5.3.0) | qtdeclarative5-qtquick2-plugin (>= 5.3.0), qml-module-qtquick-window2 (>= 5.3.0) | qtdeclarative5-window-plugin (>= 5.3.0), qml-module-qtquick-controls (>= 5.3.0) | qtdeclarative5-controls-plugin (>= 5.3.0), qml-module-qtquick-dialogs (>= 5.3.0) | qtdeclarative5-dialogs-plugin (>= 5.3.0) 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 Description: OCS-URL
An install helper program for items served on OpenCollaborationServices (OCS). An install helper program for items served on OpenCollaborationServices (OCS).
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