Changes in library requirements for packages.
--HG-- branch : develop
This commit is contained in:
parent
ff44834417
commit
fa052949f9
12
dist/debian/control
vendored
12
dist/debian/control
vendored
|
@ -3,20 +3,20 @@ Section: graphics
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Roman Telezhynskyi <dismine@gmail.com>
|
Maintainer: Roman Telezhynskyi <dismine@gmail.com>
|
||||||
Build-Depends: debhelper (>= 8.0.0),
|
Build-Depends: debhelper (>= 8.0.0),
|
||||||
qtbase5-dev (>= 5.2.1),
|
qtbase5-dev (>= 5.0.0),
|
||||||
libqt5svg5-dev (>= 5.2.1),
|
libqt5svg5-dev (>= 5.0.0),
|
||||||
ccache,
|
ccache,
|
||||||
g++ (>= 4.6.0),
|
g++ (>= 4.6.0),
|
||||||
qt5-default (>= 5.2.1),
|
qt5-default (>= 5.0.0),
|
||||||
qttools5-dev-tools (>= 5.2.1),
|
qttools5-dev-tools (>= 5.0.0),
|
||||||
libqt5xmlpatterns5-dev (>= 5.2.1)
|
libqt5xmlpatterns5-dev (>= 5.0.0)
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Homepage: http://www.valentina-project.org/
|
Homepage: http://www.valentina-project.org/
|
||||||
Vcs-Browser: https://bitbucket.org/dismine/valentina
|
Vcs-Browser: https://bitbucket.org/dismine/valentina
|
||||||
|
|
||||||
Package: valentina
|
Package: valentina
|
||||||
Architecture: i386 amd64
|
Architecture: i386 amd64
|
||||||
Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libqt5core5a (>= 5.2.0), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5printsupport5 (>= 5.2.0), libqt5svg5 (>= 5.2.0), libqt5widgets5 (>= 5.2.0), libqt5xml5 (>= 5.2.0), libqt5xmlpatterns5 (>= 5.2.0), libstdc++6 (>= 4.6), xpdf
|
Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libqt5core5a (>= 5.0.0), libqt5gui5 (>= 5.0.0) | libqt5gui5-gles (>= 5.0.0), libqt5printsupport5 (>= 5.0.0), libqt5svg5 (>= 5.0.0), libqt5widgets5 (>= 5.0.0), libqt5xml5 (>= 5.0.0), libqt5xmlpatterns5 (>= 5.0.0), libstdc++6 (>= 4.6), xpdf
|
||||||
Description: Pattern making program.
|
Description: Pattern making program.
|
||||||
Valentina is a cross-platform patternmaking program which allows designers
|
Valentina is a cross-platform patternmaking program which allows designers
|
||||||
to create and model patterns of clothing. This software allows pattern
|
to create and model patterns of clothing. This software allows pattern
|
||||||
|
|
12
dist/rpm/valentina.spec
vendored
12
dist/rpm/valentina.spec
vendored
|
@ -12,13 +12,13 @@ BuildRequires: pkgconfig(Qt5Network)
|
||||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
BuildRequires: pkgconfig(Qt5Xml)
|
BuildRequires: pkgconfig(Qt5Xml)
|
||||||
BuildRequires: qt5-qtxmlpatterns-devel >= 5.2.0
|
BuildRequires: qt5-qtxmlpatterns-devel >= 5.0.0
|
||||||
BuildRequires: qt5-qtsvg-devel >= 5.2.0
|
BuildRequires: qt5-qtsvg-devel >= 5.0.0
|
||||||
BuildRequires: qt5-qttools-devel >= 5.2.0
|
BuildRequires: qt5-qttools-devel >= 5.0.0
|
||||||
|
|
||||||
Requires: qt5-qtsvg >= 5.2.0
|
Requires: qt5-qtsvg >= 5.0.0
|
||||||
Requires: qt5-qtbase-gui >= 5.2.0
|
Requires: qt5-qtbase-gui >= 5.0.0
|
||||||
Requires: qt5-qtxmlpatterns >= 5.2.0
|
Requires: qt5-qtxmlpatterns >= 5.0.0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# SUSE Specifics
|
# SUSE Specifics
|
||||||
|
|
Loading…
Reference in New Issue
Block a user