Merge pull request #16107 from Rmys/master
kwayland-integration rebuild
This commit is contained in:
@@ -4,18 +4,18 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# 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 pisitools
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
#shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
|
#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():
|
def build():
|
||||||
kde6.make()
|
kde5.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
kde6.install()
|
kde5.install()
|
||||||
|
|
||||||
pisitools.dodoc("LICENSES/*")
|
pisitools.dodoc("LICENSES/*")
|
||||||
|
|||||||
@@ -22,14 +22,14 @@
|
|||||||
<Dependency versionFrom="6.7.1">qt6-wayland-devel</Dependency>
|
<Dependency versionFrom="6.7.1">qt6-wayland-devel</Dependency>
|
||||||
<Dependency>kwindowsystem-devel</Dependency>
|
<Dependency>kwindowsystem-devel</Dependency>
|
||||||
<Dependency>kidletime-devel</Dependency>
|
<Dependency>kidletime-devel</Dependency>
|
||||||
<Dependency>extra-cmake-modules</Dependency>
|
<Dependency>extra-cmake-modules-kf6</Dependency>
|
||||||
<Dependency>qt5-wayland-devel</Dependency>
|
<Dependency>qt5-wayland-devel</Dependency>
|
||||||
<Dependency>wayland-devel</Dependency>
|
<Dependency>wayland-devel</Dependency>
|
||||||
<Dependency>wayland-client</Dependency>
|
<Dependency>wayland-client</Dependency>
|
||||||
<Dependency>wayland-cursor</Dependency>
|
<Dependency>wayland-cursor</Dependency>
|
||||||
<Dependency>wayland-server</Dependency>
|
<Dependency>wayland-server</Dependency>
|
||||||
<Dependency>wayland-protocols-devel</Dependency>
|
<Dependency>wayland-protocols-devel</Dependency>
|
||||||
<Dependency>plasma-wayland-protocols</Dependency>
|
<Dependency>plasma-wayland-protocols-kf6</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -63,6 +63,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="81">
|
||||||
<Date>2025-01-01</Date>
|
<Date>2025-01-01</Date>
|
||||||
<Version>6.2.5</Version>
|
<Version>6.2.5</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user