This commit is contained in:
Rmys
2023-04-21 13:02:51 +03:00
committed by GitHub
parent e16bb78da2
commit e2a55f335f
+2 -2
View File
@@ -8,11 +8,11 @@ from pisi.actionsapi import kde5
from pisi.actionsapi import shelltools
def setup():
shelltools.system("sed -i -e '/find_package.*QGpgme/d' CMakeLists.txt")
#shelltools.system("sed -i -e '/find_package.*QGpgme/d' CMakeLists.txt")
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
kde5.install()