kde-applications

This commit is contained in:
Rmys
2025-01-22 22:53:56 +03:00
parent 1fd8455d6d
commit db068d5815
23 changed files with 246 additions and 3608 deletions
+4 -4
View File
@@ -3,18 +3,18 @@
# 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():
kde5.configure()
kde6.configure()
def build():
kde5.make()
kde6.make()
def install():
kde5.install()
kde6.install()
pisitools.dodoc("LICENSES/*")