Merge pull request #16107 from Rmys/master

kwayland-integration rebuild
This commit is contained in:
Rmys
2025-01-25 11:27:57 +03:00
committed by GitHub
2 changed files with 13 additions and 6 deletions
@@ -4,18 +4,18 @@
# 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 kde5
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
#shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
kde6.configure("-DQT_MAJOR_VERSION=6")
kde5.configure("-DQT_MAJOR_VERSION=6")
def build():
kde6.make()
kde5.make()
def install():
kde6.install()
kde5.install()
pisitools.dodoc("LICENSES/*")
@@ -22,14 +22,14 @@
<Dependency versionFrom="6.7.1">qt6-wayland-devel</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency>kidletime-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>extra-cmake-modules-kf6</Dependency>
<Dependency>qt5-wayland-devel</Dependency>
<Dependency>wayland-devel</Dependency>
<Dependency>wayland-client</Dependency>
<Dependency>wayland-cursor</Dependency>
<Dependency>wayland-server</Dependency>
<Dependency>wayland-protocols-devel</Dependency>
<Dependency>plasma-wayland-protocols</Dependency>
<Dependency>plasma-wayland-protocols-kf6</Dependency>
</BuildDependencies>
</Source>
@@ -63,6 +63,13 @@
</Package>
<History>
<Update release="82">
<Date>2025-01-25</Date>
<Version>6.2.5</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="81">
<Date>2025-01-01</Date>
<Version>6.2.5</Version>