@@ -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>
|
||||
|
||||
@@ -60,6 +60,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2021-11-27</Date>
|
||||
<Version>2.4.3</Version>
|
||||
<Comment>Rebuild boost.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2021-04-29</Date>
|
||||
<Version>2.4.3</Version>
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
# -*- 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 get
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
t = "-Dwith-usb-ids-path=/usr/share/hwdata/usb.ids -Dwith-pci-ids-path=/usr/share/hwdata/pci.ids"
|
||||
|
||||
def setup():
|
||||
mesontools.configure("-D with-usb-ids-path=/usr/share/hwdata/usb.ids \
|
||||
-D with-pci-ids-path=/usr/share/hwdata/pci.ids")
|
||||
mesontools.configure(t)
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libosinfo</Name>
|
||||
@@ -8,17 +8,18 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPL GPL</License>
|
||||
<License>GPL</License>
|
||||
<License>LGPL</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support</Summary>
|
||||
<Description>GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support</Description>
|
||||
<Archive sha1sum="394d5d4cf2da417dbe847074ada91b74c705d4e6" type="tarxz">https://releases.pagure.org/libosinfo/libosinfo-1.7.1.tar.xz</Archive>
|
||||
<Archive sha1sum="1f928e1412ac29e044e6b02254c9d2b2bf969c31" type="tarxz">https://releases.pagure.org/libosinfo/libosinfo-1.9.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency>python3-six</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
@@ -32,6 +33,7 @@
|
||||
<Name>libosinfo</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>libsoup</Dependency>
|
||||
@@ -47,10 +49,10 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>libosinfo-devel</Name>
|
||||
<Summary>Development files for libosinfo</Summary>
|
||||
<Summary>osinfo headers.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency release="current">libosinfo</Dependency>
|
||||
@@ -62,7 +64,6 @@
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libosinfo-docs</Name>
|
||||
<Summary>Development files for libosinfo</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libosinfo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -72,10 +73,17 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2021-1-27</Date>
|
||||
<Version>1.9.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-03-01</Date>
|
||||
<Version>1.7.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
@@ -87,4 +95,4 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -52,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2021-11-27</Date>
|
||||
<Version>3.0.8</Version>
|
||||
<Comment>Rebuild boost.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2021-04-29</Date>
|
||||
<Version>3.0.8</Version>
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
#!/usr/bin/python
|
||||
# -*- 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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
@@ -9,8 +10,7 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-vif")
|
||||
autotools.configure("--disable-static \
|
||||
--with-pciids-path=/usr/share/misc/")
|
||||
autotools.configure("--disable-static --with-pciids-path=/usr/share/hwdata/")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libpciaccess</Name>
|
||||
@@ -44,11 +44,7 @@
|
||||
<PartOf>emul32</PartOf>
|
||||
<Summary>32-bit shared libraries for libpciaccess</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
|
||||
<Dependency release="current">libpciaccess</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -57,6 +53,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2021-11-27</Date>
|
||||
<Version>0.16</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2020-01-06</Date>
|
||||
<Version>0.16</Version>
|
||||
|
||||
@@ -17,4 +17,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING", "README.md", "INSTALL.md", "AUTHORS", "Changelog")
|
||||
pisitools.dodoc("AUTHORS", "Changelog")
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
<IsA>app</IsA>
|
||||
<Summary>rofi</Summary>
|
||||
<Description>A window switcher, application launcher and dmenu replacement.</Description>
|
||||
<Archive sha1sum="5f9a18df731e9a9970786ae73ac077b10bf4e216" type="tarxz">
|
||||
https://github.com/davatorium/rofi/releases/download/1.7.0/rofi-1.7.0.tar.xz
|
||||
<Archive sha1sum="bb34a8401683b9e99ad813265b8158d31a0c2af8" type="tarxz">
|
||||
https://github.com/davatorium/rofi/releases/download/1.7.1/rofi-1.7.1.tar.xz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
@@ -52,7 +52,6 @@
|
||||
<Dependency>startup-notification</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -72,6 +71,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2021-11-27</Date>
|
||||
<Version>1.7.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2021-09-15</Date>
|
||||
<Version>1.7.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user