mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-22 03:55:26 +00:00
parent
4b9d02fe31
commit
25b918052b
@ -1 +1 @@
|
||||
3fc407eae3c4c5e8d0194b04f0e18c51618d1188
|
||||
0bf1a25e14bf04d6b6d8c4ecca3f611a8a9f364d
|
||||
|
@ -4,5 +4,5 @@ VERSION := 5.15.2
|
||||
DOWNLOADS := qt5.git
|
||||
|
||||
URL(qt5) := https://github.com/cproc/qt5.git
|
||||
REV(qt5) := issue5158
|
||||
REV(qt5) := issue5205
|
||||
DIR(qt5) := src/lib/qt5
|
||||
|
21
repos/libports/recipes/src/qt5_tooltips/content.mk
Normal file
21
repos/libports/recipes/src/qt5_tooltips/content.mk
Normal file
@ -0,0 +1,21 @@
|
||||
MIRROR_FROM_REP_DIR := src/app/qt5/examples/tooltips
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR) LICENSE
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt5)
|
||||
|
||||
MIRROR_FROM_PORT_DIR := src/lib/qt5/qtbase/examples/widgets/widgets/tooltips \
|
||||
src/lib/qt5/qtbase/.qmake.conf
|
||||
|
||||
content: $(MIRROR_FROM_PORT_DIR)
|
||||
|
||||
$(MIRROR_FROM_PORT_DIR):
|
||||
mkdir -p $(dir $@)
|
||||
cp -r $(PORT_DIR)/$@ $(dir $@)
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/qt5/LICENSE.GPLv3 $@
|
||||
|
1
repos/libports/recipes/src/qt5_tooltips/hash
Normal file
1
repos/libports/recipes/src/qt5_tooltips/hash
Normal file
@ -0,0 +1 @@
|
||||
2024-04-29 f57e4848b214af1423781772bc7c1cb51c88d1cb
|
6
repos/libports/recipes/src/qt5_tooltips/used_apis
Normal file
6
repos/libports/recipes/src/qt5_tooltips/used_apis
Normal file
@ -0,0 +1,6 @@
|
||||
libc
|
||||
mesa
|
||||
qt5_base
|
||||
qt5_component
|
||||
so
|
||||
stdcxx
|
46
repos/libports/run/qt5_tooltips.run
Normal file
46
repos/libports/run/qt5_tooltips.run
Normal file
@ -0,0 +1,46 @@
|
||||
source ${genode_dir}/repos/libports/run/qt5_common.inc
|
||||
|
||||
import_from_depot [depot_user]/src/qt5_tooltips \
|
||||
[depot_user]/src/qt5_component
|
||||
|
||||
install_config {
|
||||
<config>
|
||||
<parent-provides>
|
||||
} [qt5_parent_provides] {
|
||||
</parent-provides>
|
||||
<default caps="100"/>
|
||||
<default-route>
|
||||
<any-service> <parent/> <any-child/> </any-service>
|
||||
</default-route>
|
||||
} [qt5_start_nodes] {
|
||||
<start name="tooltips" caps="200">
|
||||
<resource name="RAM" quantum="80M"/>
|
||||
<config>
|
||||
<vfs>
|
||||
<dir name="dev">
|
||||
<log/>
|
||||
<inline name="rtc">2018-01-01 00:01</inline>
|
||||
</dir>
|
||||
<dir name="pipe"> <pipe/> </dir>
|
||||
<tar name="qt5_dejavusans.tar"/>
|
||||
<tar name="qt5_libqgenode.tar"/>
|
||||
</vfs>
|
||||
<libc stdout="/dev/log" stderr="/dev/log" pipe="/pipe" rtc="/dev/rtc"/>
|
||||
</config>
|
||||
<route>
|
||||
<service name="Gui"> <child name="wm"/> </service>
|
||||
<service name="Report" label="shape">
|
||||
<child name="pointer" label="wm -> tooltips -> shape"/>
|
||||
</service>
|
||||
<service name="ROM" label="mesa_gpu_drv.lib.so">
|
||||
<parent label="mesa_gpu-softpipe.lib.so" />
|
||||
</service>
|
||||
<any-service> <parent /> <any-child/> </any-service>
|
||||
</route>
|
||||
</start>
|
||||
</config>
|
||||
}
|
||||
|
||||
build_boot_image [qt5_boot_modules]
|
||||
|
||||
run_genode_until forever
|
9
repos/libports/src/app/qt5/examples/tooltips/target.mk
Normal file
9
repos/libports/src/app/qt5/examples/tooltips/target.mk
Normal file
@ -0,0 +1,9 @@
|
||||
QMAKE_PROJECT_FILE = $(QT_DIR)/qtbase/examples/widgets/widgets/tooltips/tooltips.pro
|
||||
|
||||
QMAKE_TARGET_BINARIES = tooltips
|
||||
|
||||
QT5_PORT_LIBS = libQt5Core libQt5Gui libQt5PrintSupport libQt5Widgets
|
||||
|
||||
LIBS = libc libm mesa qt5_component stdcxx $(QT5_PORT_LIBS)
|
||||
|
||||
include $(call select_from_repositories,lib/import/import-qt5_qmake.mk)
|
Loading…
x
Reference in New Issue
Block a user