Merge pull request #2345 from suvari/master
minuet: added -devel and patched for qt5.6.2.."
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
|
||||||
|
--- a/CMakeLists.txt 2016-10-07 01:59:50.000000000 +0300
|
||||||
|
+++ b/CMakeLists.txt 2016-10-27 22:52:08.637969443 +0300
|
||||||
|
@@ -10,7 +10,7 @@
|
||||||
|
set (KDE_APPLICATIONS_VERSION "0.2.1")
|
||||||
|
|
||||||
|
set(ECM_MIN_VERSION "5.15.0")
|
||||||
|
-set(QT_MIN_VERSION "5.7.0")
|
||||||
|
+set(QT_MIN_VERSION "5.6.2")
|
||||||
|
set(KF5_MIN_VERSION "5.15.0")
|
||||||
|
|
||||||
|
find_package(ECM ${ECM_MIN_VERSION} CONFIG REQUIRED)
|
||||||
@@ -22,7 +22,11 @@
|
|||||||
<Dependency>kdoctools-devel</Dependency>
|
<Dependency>kdoctools-devel</Dependency>
|
||||||
<Dependency>alsa-lib-devel</Dependency>
|
<Dependency>alsa-lib-devel</Dependency>
|
||||||
<Dependency>drumstick-devel</Dependency>
|
<Dependency>drumstick-devel</Dependency>
|
||||||
|
<Dependency>fluidsynth-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
|
<Patches>
|
||||||
|
<Patch>qtfix.patch</Patch>
|
||||||
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
@@ -53,10 +57,24 @@
|
|||||||
<Path fileType="data">/usr/share/icons</Path>
|
<Path fileType="data">/usr/share/icons</Path>
|
||||||
<Path fileType="data">/usr/share/kxmlgui5</Path>
|
<Path fileType="data">/usr/share/kxmlgui5</Path>
|
||||||
<Path fileType="data">/usr/share/minuet</Path>
|
<Path fileType="data">/usr/share/minuet</Path>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>minuet-devel</Name>
|
||||||
|
<Summary>Development files for minuet</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
|
<Dependency release="current">minuet</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="data">/usr/lib/cmake</Path>
|
||||||
|
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2016-11-29</Date>
|
<Date>2016-11-29</Date>
|
||||||
@@ -80,4 +98,4 @@
|
|||||||
<Email>alihan@pisilinux.org</Email>
|
<Email>alihan@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
Reference in New Issue
Block a user