@@ -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")
|
||||
|
||||
@@ -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-->
|
||||
|
||||
Reference in New Issue
Block a user