This commit is contained in:
4fury-c3440d8
2020-10-01 19:25:39 +03:00
parent 9c1893757a
commit 922ac73b4d
5 changed files with 49 additions and 40 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
@@ -19,6 +20,6 @@ def build():
def install():
cmaketools.install()
pisitools.dodoc("AUTHORS", "LICENSE", "ChangeLog", "TODO", "INSTALL", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "INSTALL", "LICENSE", "README", "TODO")
pisitools.insinto("/usr/share/pixmaps/", "streams/icons/stream.png", "cantata.png")
pisitools.insinto("/usr/share/pixmaps/", "streams/icons/stream.png", "cantata.png")
+11 -3
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cantata</Name>
@@ -8,11 +8,11 @@
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<License>GPLv3</License>
<Icon>cantata</Icon>
<Summary>Qt5 client for the music player daemon </Summary>
<Description>Cantata is a graphical client for MPD</Description>
<Archive sha1sum="be0d7e7d8b0042d5f895c71a17459e859e81ccc9" type="tarbz2">https://github.com/CDrummond/cantata/releases/download/v2.4.1/cantata-2.4.1.tar.bz2</Archive>
<Archive sha1sum="1fc0fd90b5f7fb2e23fa17f83567b2bc382e5860" type="tarbz2">https://github.com/CDrummond/cantata/releases/download/v2.4.2/cantata-2.4.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
@@ -49,6 +49,7 @@
<!--Patch>4da7a912.patch</Patch-->
</Patches>
</Source>
<Package>
<Name>cantata</Name>
<RuntimeDependencies>
@@ -87,6 +88,13 @@
</Package>
<History>
<Update release="7">
<Date>2020-10-01</Date>
<Version>2.4.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-03-08</Date>
<Version>2.4.1</Version>