qt: adapt to 'Gui::Connection' interface changes

Issue #5353
This commit is contained in:
Christian Prochaska 2024-10-07 08:46:21 +02:00 committed by Christian Helmuth
parent 4a6c506f37
commit 57b10b9611
8 changed files with 10 additions and 10 deletions

View File

@ -194,7 +194,7 @@ install_config {
<any-service> <parent /> <any-child/> </any-service>
</route>
</start>
<start name="textedit" caps="250">
<start name="textedit" caps="350">
<resource name="RAM" quantum="70M"/>
<config>
<libc stdout="/dev/log" stderr="/dev/log" pipe="/pipe" rtc="/dev/rtc"/>

View File

@ -194,7 +194,7 @@ install_config {
<any-service> <parent /> <any-child/> </any-service>
</route>
</start>
<start name="textedit" caps="250">
<start name="textedit" caps="350">
<resource name="RAM" quantum="70M"/>
<config>
<libc stdout="/dev/log" stderr="/dev/log" pipe="/pipe" rtc="/dev/rtc"/>

View File

@ -1 +1 @@
9c19f4e2dc94232195fe7e1660bf3c5cd175cc8e
776eaf6ff1f6bf4af5fd8ca23615ca209ab1aef9

View File

@ -4,5 +4,5 @@ VERSION := 5.15.2
DOWNLOADS := qt5.git
URL(qt5) := https://github.com/cproc/qt5.git
REV(qt5) := issue5351
REV(qt5) := issue5353_2
DIR(qt5) := src/lib/qt5

View File

@ -1 +1 @@
e9ac2f5bf9ee54151d52da9fdd6b6fc19e860427
790d2269e6e1da43cae4ae25da110f1726c3ac94

View File

@ -4,5 +4,5 @@ VERSION := 6.6.2
DOWNLOADS := qt6.git
URL(qt6) := https://github.com/cproc/qt6.git
REV(qt6) := issue5351
REV(qt6) := issue5353_2
DIR(qt6) := src/lib/qt6

View File

@ -25,7 +25,7 @@ install_config {
<policy label_prefix="textedit2" root="/" writeable="yes" />
</config>
</start>
<start name="textedit" caps="300">
<start name="textedit" caps="350">
<resource name="RAM" quantum="70M"/>
<config>
<libc stdout="/dev/log" stderr="/dev/log" pipe="/pipe" rtc="/dev/rtc"/>
@ -49,7 +49,7 @@ install_config {
<any-service> <parent /> <any-child/> </any-service>
</route>
</start>
<start name="textedit2" caps="300">
<start name="textedit2" caps="350">
<binary name="textedit" />
<resource name="RAM" quantum="70M"/>
<config>

View File

@ -25,7 +25,7 @@ install_config {
<policy label_prefix="textedit2" root="/" writeable="yes" />
</config>
</start>
<start name="textedit" caps="300">
<start name="textedit" caps="350">
<resource name="RAM" quantum="70M"/>
<config>
<libc stdout="/dev/log" stderr="/dev/log" pipe="/pipe" rtc="/dev/rtc"/>
@ -49,7 +49,7 @@ install_config {
<any-service> <parent /> <any-child/> </any-service>
</route>
</start>
<start name="textedit2" caps="300">
<start name="textedit2" caps="350">
<binary name="textedit" />
<resource name="RAM" quantum="70M"/>
<config>