applications-24.02.0

This commit is contained in:
Rmys
2024-03-04 12:24:26 +03:00
parent 072aa62929
commit 6dc6b0c846
2 changed files with 4 additions and 1 deletions
@@ -3,12 +3,14 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import kde6
from pisi.actionsapi import pisitools
def setup():
kde6.configure()
# kde6.configure()
kde5.configure()
def build():
kde6.make()
@@ -39,6 +39,7 @@
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/qt6</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>