diff --git a/multimedia/video/smplayer/actions.py b/multimedia/video/smplayer/actions.py
index 8315cf9539..80b81dc39d 100644
--- a/multimedia/video/smplayer/actions.py
+++ b/multimedia/video/smplayer/actions.py
@@ -15,6 +15,9 @@ def setup():
def build():
autotools.make("PREFIX=/usr QMAKE=/usr/bin/qmake -j1 LRELEASE=/usr/bin/lrelease")
+
+ shelltools.cd("smplayer-skins-15.2.0")
+ autotools.make("PREFIX=/usr")
def install():
autotools.rawInstall("PREFIX=/usr DESTDIR=%s DOC_PATH=/usr/share/doc/%s" % (get.installDIR(),get.srcNAME()))
@@ -44,3 +47,6 @@ def install():
pisitools.copytree("../smplayer-themes-18.6.0/themes/PapirusDark", "%s/usr/share/smplayer/themes/PapirusDark" % get.installDIR())
pisitools.copytree("../smplayer-themes-18.6.0/themes/Silk", "%s/usr/share/smplayer/themes/Silk" % get.installDIR())
pisitools.copytree("../smplayer-themes-18.6.0/themes/Tango", "%s/usr/share/smplayer/themes/Tango" % get.installDIR())
+
+ shelltools.cd("smplayer-skins-15.2.0")
+ autotools.rawInstall("DESTDIR=%s PREFIX=/usr install" % get.installDIR())
diff --git a/multimedia/video/smplayer/pspec.xml b/multimedia/video/smplayer/pspec.xml
index d54074df6b..22ed13e165 100644
--- a/multimedia/video/smplayer/pspec.xml
+++ b/multimedia/video/smplayer/pspec.xml
@@ -15,7 +15,7 @@
smplayer is Qt application which intends to be a complete front-end for MPlayer, from basic features like playing videos, DVDs, and VCDs to more advanced features like support for MPlayer filters and more.
https://sourceforge.net/projects/smplayer/files/SMPlayer/19.5.0/smplayer-19.5.0.tar.bz2
https://sourceforge.net/projects/smplayer/files/SMPlayer-themes/18.6.0/smplayer-themes-18.6.0.tar.bz2
- http://sourceforge.net/projects/smplayer/files/SMPlayer-skins/15.2.0/smplayer-skins-15.2.0.tar.bz2
+ http://sourceforge.net/projects/smplayer/files/SMPlayer-skins/15.2.0/smplayer-skins-15.2.0.tar.bz2
qt5-base-devel
qt5-script-devel