cantata: last release from Craig Drummmond.

This commit is contained in:
4fury-c3440d8
2022-08-08 17:59:19 +03:00
parent 645ada9cff
commit 7a7db77cf5
2 changed files with 10 additions and 6 deletions
+1 -4
View File
@@ -4,12 +4,9 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools, cmaketools
def setup():
#shelltools.system("svn up")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_TOUCH_SUPPORT=ON")
+9 -2
View File
@@ -12,7 +12,7 @@
<Icon>cantata</Icon>
<Summary>Qt5 client for the music player daemon </Summary>
<Description>Cantata is a graphical client for MPD</Description>
<Archive sha1sum="1fc0fd90b5f7fb2e23fa17f83567b2bc382e5860" type="tarbz2">https://github.com/CDrummond/cantata/releases/download/v2.4.2/cantata-2.4.2.tar.bz2</Archive>
<Archive sha1sum="a77e136b2a4fd9268c3698eccfd8764a8bd9299d" type="tarbz2">https://github.com/CDrummond/cantata/releases/download/v2.5.0/cantata-2.5.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
@@ -72,6 +72,7 @@
<Dependency>libqjson</Dependency>
<Dependency>libcdio-paranoia</Dependency>
<Dependency>taglib-extras</Dependency>
<Dependency>qt5-sql-sqlite</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -88,6 +89,13 @@
</Package>
<History>
<Update release="8">
<Date>2022-08-07</Date>
<Version>2.5.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="7">
<Date>2020-10-01</Date>
<Version>2.4.2</Version>
@@ -138,5 +146,4 @@
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>