smplayer:rebuild smplayer-skins make

This commit is contained in:
Rmys
2019-10-28 17:15:11 +03:00
parent d5c2dec9da
commit d200ea75ce
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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())
+1 -1
View File
@@ -15,7 +15,7 @@
<Description>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.</Description>
<Archive sha1sum="bd1381c0b893baa30db156a9ed50398770c48de5" type="tarbz2">https://sourceforge.net/projects/smplayer/files/SMPlayer/19.5.0/smplayer-19.5.0.tar.bz2</Archive>
<Archive sha1sum="93f7bc6574b79f0733d15d3bb97a5d3bbc5475b1" type="tarbz2">https://sourceforge.net/projects/smplayer/files/SMPlayer-themes/18.6.0/smplayer-themes-18.6.0.tar.bz2</Archive>
<Archive sha1sum="ab30e705a54252088e28a5fb8d17fd8e6f495b41" type="tarbz2">http://sourceforge.net/projects/smplayer/files/SMPlayer-skins/15.2.0/smplayer-skins-15.2.0.tar.bz2</Archive>
<Archive sha1sum="ab30e705a54252088e28a5fb8d17fd8e6f495b41" type="tarbz2" target="smplayer-19.5.0">http://sourceforge.net/projects/smplayer/files/SMPlayer-skins/15.2.0/smplayer-skins-15.2.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-script-devel</Dependency>