Merge pull request #16603 from Rmys/master

framework-6.14.0
This commit is contained in:
Rmys
2025-05-13 15:07:36 +03:00
committed by GitHub
2 changed files with 5 additions and 8 deletions
+4 -7
View File
@@ -1,19 +1,16 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import kde6
from pisi.actionsapi import python3modules
from pisi.actionsapi import pisitools
def setup():
kde6.configure()
def build():
kde6.make()
python3modules.compile()
def install():
kde6.install()
python3modules.install()
pisitools.dodoc("README.md")
+1 -1
View File
@@ -18,7 +18,7 @@
<Dependency>python3-PyYAML</Dependency>
<!-- <Dependency versionFrom="6.7.3">qt6-base-devel</Dependency> -->
<Dependency versionFrom="6.14.0">extra-cmake-modules</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-build</Dependency>
</BuildDependencies>
<Patches>
<!--Patch level="1">fedora/kf5-kapidox-install.patch</Patch-->