sayonara
This commit is contained in:
@@ -17,7 +17,7 @@ def build():
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
pisitools.remove("usr/share/icons/sayonara.png")
|
||||
#pisitools.remove("usr/share/icons/sayonara.png")
|
||||
pisitools.dodoc("CHANGES", \
|
||||
"LICENSE", \
|
||||
"MANUAL", \
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
diff -Nuar a/src/Gui/Utils/Widgets/Slider.cpp b/src/Gui/Utils/Widgets/Slider.cpp
|
||||
--- a/src/Gui/Utils/Widgets/Slider.cpp 2020-05-16 20:23:33.000000000 +0300
|
||||
+++ b/src/Gui/Utils/Widgets/Slider.cpp 2020-09-28 13:52:47.902512239 +0300
|
||||
@@ -25,6 +25,7 @@
|
||||
|
||||
#include <QPainter>
|
||||
#include <QMouseEvent>
|
||||
+#include <QPainterPath>
|
||||
|
||||
using Gui::Slider;
|
||||
|
||||
@@ -37,6 +37,9 @@
|
||||
<Dependency>gst-plugins-bad-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">qt5.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -47,6 +50,7 @@
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libmtp</Dependency>
|
||||
<Dependency>taglib</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libnotify</Dependency>
|
||||
<Dependency>gstreamer</Dependency>
|
||||
|
||||
Reference in New Issue
Block a user