Merge pull request #13595 from Rmys/master

applications-24.02.0
This commit is contained in:
Rmys
2024-03-04 12:25:10 +03:00
committed by GitHub
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>