sayonara.

This commit is contained in:
4fury-c3440d8
2021-10-16 12:15:54 +03:00
parent 3df166d9b6
commit c1bdc3fa8e
2 changed files with 16 additions and 16 deletions
+5 -9
View File
@@ -4,22 +4,18 @@
# 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 cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
from pisi.actionsapi import get
def setup():
kde5.configure("-DWITH_SYSTEM_TAGLIB=ON")
cmaketools.configure("-DWITH_SYSTEM_TAGLIB=ON")
def build():
kde5.make()
cmaketools.make()
def install():
kde5.install()
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
#pisitools.remove("usr/share/icons/sayonara.png")
pisitools.dodoc("CHANGES", \
"LICENSE", \
"MANUAL", \
"README.md")
pisitools.dodoc("CHANGES", "LICENSE", "MANUAL", "README.md")
+11 -7
View File
@@ -14,8 +14,8 @@
<Description>
Although Sayonara is considered as a lightweight player, it holds a lot of features to organize even big music collections.
</Description>
<Archive sha1sum="12596fed4e99eb6b448dcea1aeeb25c6a2658d1b" type="tarbz2">
https://gitlab.com/luciocarreras/sayonara-player/-/archive/1.6.0-beta6/sayonara-player-1.6.0-beta6.tar.bz2
<Archive sha1sum="c93f119a7bd319f9a6b7a3548daa1dee72cd299e" type="tarbz2">
https://gitlab.com/luciocarreras/sayonara-player/-/archive/1.7.0-stable3/sayonara-player-1.7.0-stable3.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -38,7 +38,7 @@
<Dependency>gst-plugins-base-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">qt5.patch</Patch>
<!-- <Patch level="1">qt5.patch</Patch> -->
</Patches>
</Source>
@@ -67,14 +67,18 @@
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<AdditionalFiles>
<!--
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/sayonara.desktop">sayonara.desktop</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/sayonara.png">sayonara.png</AdditionalFile>
-->
<!-- -->
</AdditionalFiles>
</Package>
<History>
<Update release="11">
<Date>2021-10-17</Date>
<Version>1.7.0_3</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="10">
<Date>2020-09-17</Date>
<Version>1.6.0_beta6</Version>