service-manager.
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def build():
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
--- a/src/servicemanager/widgets.py 2020-04-04 13:04:20.000000000 +0300
|
||||
+++ b/src/servicemanager/widgets.py 2021-11-27 14:35:17.755051834 +0300
|
||||
@@ -95,7 +95,7 @@
|
||||
self.ui.buttonStop.setEnabled(self.running)
|
||||
self.ui.buttonReload.setEnabled(self.running)
|
||||
|
||||
- self.ui.labelStatus.setPixmap(KIcon(icon).pixmap(32, 32))
|
||||
+ self.ui.labelStatus.setPixmap(QIcon(icon).pixmap(32, 32))
|
||||
self.showStatus()
|
||||
self.runningAtStart = False
|
||||
if state in ('on', 'stopped'):
|
||||
@@ -19,6 +19,9 @@
|
||||
<Dependency>python-docutils</Dependency>
|
||||
<Dependency>python-qt5-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">Icons_display_fix.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -37,7 +40,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-04-02</Date>
|
||||
<Date>2021-11-27</Date>
|
||||
<Version>3.1.2</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
|
||||
Reference in New Issue
Block a user