ofs | hex dump | ascii |
---|
0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 01 2c 00 00 01 2c 08 06 00 00 00 79 7d 8e | .PNG........IHDR...,...,.....y}. |
0020 | 75 00 00 00 06 62 4b 47 44 00 ff 00 ff 00 ff a0 bd a7 93 00 00 00 09 70 48 59 73 00 00 1e c2 00 | u....bKGD..............pHYs..... |
0040 | 00 1e c2 01 6e d0 75 3e 00 00 00 07 74 49 4d 45 07 e2 08 01 07 18 33 27 10 d3 47 00 00 00 19 74 | ....n.u>....tIME......3'..G....t |
0060 | 45 58 74 43 6f 6d 6d 65 6e 74 00 43 72 65 61 74 65 64 20 77 69 74 68 20 47 49 4d 50 57 81 0e 17 | EXtComment.Created.with.GIMPW... |
0080 | 00 00 20 00 49 44 41 54 78 da ec bd 5b e8 f6 db 76 16 36 9e f9 7d 7b 1d b2 b2 f6 ce c1 9d ae 2c | ....IDATx...[...v.6..}{........, |
00a0 | ea 46 85 d4 8a 18 a2 69 b0 a9 06 42 63 85 a8 17 c5 03 a6 b6 86 06 85 7a 53 4f 84 08 bd 0d a2 28 | .F.....i...Bc..........zSO.....( |
00c0 | b5 b4 45 90 20 ea 9d c7 dc 55 05 4d 6e c4 d2 7d 93 a2 46 28 d4 26 a1 49 4a 89 ae 9c 4d f6 ce de | ..E......U.Mn..}..F(.&.IJ...M... |
00e0 | 6b fd 1e 2f 7e 73 8e f1 3c 63 ce f7 fd 2f f4 4a c8 77 b1 d7 5e eb fb 1f de f7 f7 ce c3 18 cf 78 | k../~s..<c.../.J.w..^..........x |
0100 | 0e 11 bf fc e7 97 ff fc f2 9f 5f fe f3 ef c9 1f 7c dc 2f 7c ff 6f 7d 00 32 00 04 c9 88 a0 fc e5 | .........._.....|./|.o}.2....... |
0120 | fd ff 31 ff 3b 03 f7 bf 30 70 ff 25 71 ff 1e 32 22 20 7f 31 bf 8c 11 40 04 49 04 b1 be f0 fe 0a | ..1.;...0p.%q..2"..1...@.I...... |
0140 | 06 02 c1 fb 67 70 fe 04 e4 37 07 23 18 c0 fd 53 88 08 e4 7f bc 7f e5 fd d5 64 be 57 06 11 41 a2 | ....gp...7.#...S.........d.W..A. |
0160 | bd 8b 20 e7 03 59 5f cb f9 9f 78 7f dd fc c9 f9 77 b1 7e a5 3c 07 d6 f7 33 9f f1 fd fd c8 ef b8 | .....Y_...x.....w.~.<...3....... |
0180 | df 05 c8 fb 45 dc 2f 7b be ff fb ff ac e7 14 f5 3b eeSUMMARY = "AGL Flutter Homescreen"
DESCRIPTION = "Demo Flutter homescreen for Automotive Grade Linux."
HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/apps/flutter-homescreen"
SECTION = "graphics"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/flutter-homescreen;protocol=https;branch=${AGL_BRANCH} \
file://flutter-homescreen-debug.json \
file://flutter-homescreen-profile.json \
file://flutter-homescreen-release.json \
file://flutter-homescreen.service \
"
SRCREV = "e21709c9601209e26d09dea0a45e37f0636bb605"
S = "${WORKDIR}/git"
PUBSPEC_APPNAME = "flutter_homescreen"
FLUTTER_APPLICATION_INSTALL_PREFIX = "/flutter"
FLUTTER_BUILD_ARGS = "bundle -v"
inherit flutter-app
APP_CONFIG = "flutter-homescreen-release.json"
APP_CONFIG:class-runtimedebug = "flutter-homescreen-debug.json"
APP_CONFIG:class-runtimeprofile = "flutter-homescreen-profile.json"
do_install:append() {
install -D -m 0644 ${WORKDIR}/flutter-homescreen.service ${D}${systemd_user_unitdir}/flutter-homescreen.service
install -d ${D}${systemd_user_unitdir}/agl-session.target.wants
ln -s ../flutter-homescreen.service ${D}${systemd_user_unitdir}/agl-session.target.wants/flutter-homescreen.service
install -D -m 0644 ${WORKDIR}/${APP_CONFIG} ${D}${datadir}/flutter/flutter-homescreen.json
}
FILES:${PN} += "${datadir} ${systemd_user_unitdir}"
|