Merge pull request #13402 from ayhanyalcinsoy/master

gufw:fixed path issue
This commit is contained in:
2024-02-27 14:30:52 +03:00
committed by GitHub
2 changed files with 10 additions and 5 deletions
+3 -5
View File
@@ -2,11 +2,9 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Licensed under the GNU General Public License, version 3. # 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.txt
from pisi.actionsapi import pythonmodules from pisi.actionsapi import get, pythonmodules, pisitools, shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def build(): def build():
@@ -22,6 +20,6 @@ def check():
def install(): def install():
pythonmodules.install(pyVer="3") pythonmodules.install(pyVer="3")
pisitools.dosym("/usr/lib/python3.9/site-packages/gufw/gufw.py", "/usr/share/gufw/gufw/gufw.py") pisitools.dosed("%s/usr/bin/gufw-pkexec" % get.installDIR(), "/usr/share/gufw/gufw/gufw.py","/usr/lib/python3.*/site-packages/gufw/gufw.py")
pisitools.dodoc("COPYING*", "README*") pisitools.dodoc("COPYING*", "README*")
+7
View File
@@ -48,6 +48,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2024-02-27</Date>
<Version>22.04.0</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2023-11-03</Date> <Date>2023-11-03</Date>
<Version>22.04.0</Version> <Version>22.04.0</Version>