diff --git a/multimedia/sound/sayonara/actions.py b/multimedia/sound/sayonara/actions.py
index 544470f402..25182d685a 100644
--- a/multimedia/sound/sayonara/actions.py
+++ b/multimedia/sound/sayonara/actions.py
@@ -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")
diff --git a/multimedia/sound/sayonara/pspec.xml b/multimedia/sound/sayonara/pspec.xml
index 7f57ebf377..988a6daeef 100644
--- a/multimedia/sound/sayonara/pspec.xml
+++ b/multimedia/sound/sayonara/pspec.xml
@@ -14,8 +14,8 @@
Although Sayonara is considered as a lightweight player, it holds a lot of features to organize even big music collections.
-
- https://gitlab.com/luciocarreras/sayonara-player/-/archive/1.6.0-beta6/sayonara-player-1.6.0-beta6.tar.bz2
+
+ https://gitlab.com/luciocarreras/sayonara-player/-/archive/1.7.0-stable3/sayonara-player-1.7.0-stable3.tar.bz2
cmake
@@ -38,7 +38,7 @@
gst-plugins-base-devel
- qt5.patch
+
@@ -67,14 +67,18 @@
/usr/share/doc
-
+
+
+ 2021-10-17
+ 1.7.0_3
+ Ver. bump
+ fury
+ uglyside@yandex.ru
+
2020-09-17
1.6.0_beta6