This commit is contained in:
Rmys
2026-06-14 21:34:53 +03:00
parent 9e449adef0
commit bc8ae83a28
7 changed files with 844 additions and 163 deletions
+2
View File
@@ -5,9 +5,11 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import kde6
def setup():
shelltools.system("sed -e 's|KF_DEP_VERSION VERSION_LESS 6.27|TRUE|' -i CMakeLists.txt")
kde6.configure()
def build():