diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD index f858616816904ac6967f5bcb4ce01b94d9dff21b..69c1fba6351d5a2226804e50cbe158f44c3b2b25 100644 --- a/pkg/arch/PKGBUILD +++ b/pkg/arch/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc='An install helper program for items served on OpenCollaborationServices arch=('i686' 'x86_64') url='https://github.com/ocs-url/ocs-url' 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=("${pkgname}.tar.gz") md5sums=() #autofill using updpkgsums diff --git a/pkg/fedora/ocs-url.spec b/pkg/fedora/ocs-url.spec index 99e43e2cf1788a1897f87b47fa3c3e52633842cb..f4b9e46db2ae8498e2e4fbee134e77cd0e7070f0 100644 --- a/pkg/fedora/ocs-url.spec +++ b/pkg/fedora/ocs-url.spec @@ -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: %{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 %description diff --git a/pkg/snap/snapcraft.yaml b/pkg/snap/snapcraft.yaml index 5bb7027c86a47f82be680610f30213864173fa01..895bf477574c53066e88b3cd59b23fbf59a02194 100644 --- a/pkg/snap/snapcraft.yaml +++ b/pkg/snap/snapcraft.yaml @@ -25,7 +25,6 @@ parts: stage-packages: - libqt5svg5 - qml-module-qtquick-controls - - qml-module-qtquick-dialogs after: - desktop-qt5 diff --git a/pkg/ubuntu/debian/control b/pkg/ubuntu/debian/control index 68f6e6c057d626aabccfecfe3584a08f8483985a..59ec0c35369d685f4ee72546ed4b1b8040bc92b8 100644 --- a/pkg/ubuntu/debian/control +++ b/pkg/ubuntu/debian/control @@ -2,11 +2,11 @@ Source: ocs-url Section: web Priority: optional 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 Package: ocs-url 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 An install helper program for items served on OpenCollaborationServices (OCS).