diff options
| author | Crucible <crucible@localhost> | 2026-09-22 18:47:35 -0500 |
|---|---|---|
| committer | Crucible <crucible@localhost> | 2026-09-22 18:47:35 -0500 |
| commit | cde96c5ea0c81397fd3214d455a374f76179a7aa (patch) | |
| tree | 12c86d59eb88887c244b1145411db084ae5a6c1f /dev-embedded | |
| parent | 47516b9667518dacb1efd6d257f7b3e6a481ec93 (diff) | |
| download | baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.tar.gz baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.tar.xz baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.zip | |
Publish baldeagleos-repo candidate 0000000325-20260922-184323
Diffstat (limited to 'dev-embedded')
| -rw-r--r-- | dev-embedded/nxp-gui-guider/Manifest | 2 | ||||
| -rw-r--r-- | dev-embedded/nxp-gui-guider/nxp-gui-guider-2.0.1.ebuild (renamed from dev-embedded/nxp-gui-guider/nxp-gui-guider-1.10.1.ebuild) | 40 | ||||
| -rw-r--r-- | dev-embedded/picotool/picotool-2.1.1.ebuild | 4 | ||||
| -rw-r--r-- | dev-embedded/squareline-studio/squareline-studio-1.6.2-r1.ebuild (renamed from dev-embedded/squareline-studio/squareline-studio-1.6.2.ebuild) | 10 |
4 files changed, 30 insertions, 26 deletions
diff --git a/dev-embedded/nxp-gui-guider/Manifest b/dev-embedded/nxp-gui-guider/Manifest index ebad46eddbf0..ab401a4a8332 100644 --- a/dev-embedded/nxp-gui-guider/Manifest +++ b/dev-embedded/nxp-gui-guider/Manifest @@ -1,2 +1,2 @@ DIST GUIGuider-2.0.0-amd64.deb 209098816 BLAKE2B ef444233a2e6d92b81142f2df1f85be4778a6efe13f965cda15e750f42a6bcd7908e18f471cfffec20eaaea840a3294f7115c2999f3bc07e717f2ae5bb344987 SHA512 f4b5d9f06ce93bc6d7d826ca39b597d2b0a7f21be3fcade49a37a5f17fd0c4b1b8995f6f1ba10bf5882e2d3413f169a6d8dcfccc9c17403cc38974c62ca390c1 -DIST Gui-Guider-Setup-1.10.1-GA.deb 215467198 BLAKE2B 6fb770d166d3477bb0c43a6532b9d1783307679809ad92f5ed173609b0fd60db3d5e0650bc04d76d1bd4745f690bdf67f8d2463de4ea7b456b02578db8b4a8f5 SHA512 b9625e42f6be0591d635bd7dcd9810069e431863fd9ecee6bb6db788f1234de4884f0ff8eeb4c7b5ce226200b24e2a27606429944ee9c3cc9cf161d076bef4e6 +DIST GUIGuider-2.0.1-amd64.deb 210430200 BLAKE2B 817ba220f067b72eb3d3dca73e443f7c91cf9ee48f80e4a8a0ee33b5da313c123752e4f4992886c2543a25ed9e5b612912f09a39b756bc00508cd0331ebf42f6 SHA512 9e18950de42f9bf4d0e347a0a55e3c9c71e044883f122fc1c04fab94192b987bf390324a32bb6bc8677c3cebcd88834d9fcc6f4f64b2de0d2a24222a77b1d875 diff --git a/dev-embedded/nxp-gui-guider/nxp-gui-guider-1.10.1.ebuild b/dev-embedded/nxp-gui-guider/nxp-gui-guider-2.0.1.ebuild index aabb6eab5758..8ebe02176e00 100644 --- a/dev-embedded/nxp-gui-guider/nxp-gui-guider-1.10.1.ebuild +++ b/dev-embedded/nxp-gui-guider/nxp-gui-guider-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -8,7 +8,7 @@ inherit desktop unpacker xdg DESCRIPTION="GUI Guider is a user-friendly GUI development tool for LVGL" HOMEPAGE="https://www.nxp.com/design/design-center/software/development-software/gui-guider" SRC_URI=" - Gui-Guider-Setup-${PV}-GA.deb + GUIGuider-${PV}-amd64.deb " S="${WORKDIR}" @@ -19,19 +19,21 @@ KEYWORDS="-* ~amd64" RESTRICT="bindist fetch strip" RDEPEND=" + app-accessibility/at-spi2-core dev-libs/libayatana-appindicator dev-libs/libffi dev-libs/nss media-libs/libsdl2 - media-libs/vips + virtual/libusb:1 x11-libs/libnotify + x11-libs/libXScrnSaver x11-libs/libXtst " DEPEND="${RDEPEND}" BDEPEND="dev-util/patchelf" QA_PREBUILT="*" -DOCS=( "opt/Gui-Guider/EULA.txt" ) +DOCS=( "opt/GUIGuider/EULA.html" ) pkg_nofetch() { einfo "${PN} requires you to accept their license agreement before downloading." @@ -43,32 +45,24 @@ pkg_nofetch() { src_install() { insinto "/opt" - doins -r opt/Gui-Guider + doins -r opt/GUIGuider # Fix RPATHs to ensure the libraries can be found - pushd "${D}/opt/Gui-Guider" || die + pushd "${D}/opt/GUIGuider" || die for f in $(find .) ; do [[ -f "${f}" && $(od -t x1 -N 4 "${f}") == *"7f 45 4c 46"* ]] || continue - fperms 0755 "/opt/Gui-Guider/${f}" - [[ "${f: -4}" != ".cfx" ]] || continue - patchelf --set-rpath "/opt/Gui-Guider" "${f}" || die "patchelf failed on ${f}" + fperms 0755 "/opt/GUIGuider/${f}" done popd || die - for f in $(find "${D}/opt/Gui-Guider/environment/LinkServer/linux/binaries") ; do + local linkserver="/opt/GUIGuider/resources/assets/LinkServer/linux/binaries" + pushd "${D}${linkserver}" || die + for f in $(find .) ; do [[ -f "${f}" && $(od -t x1 -N 4 "${f}") == *"7f 45 4c 46"* ]] || continue + # .cfx are statically linked ARM flash algorithms [[ "${f: -4}" != ".cfx" ]] || continue - patchelf --set-rpath \ -"/opt/Gui-Guider/environment/LinkServer/linux/binaries:\ -/opt/Gui-Guider/environment/LinkServer/linux/dist:\ -/opt/Gui-Guider/environment/LinkServer/linux/MCU-LINK_installer/bin:\ -/opt/Gui-Guider/environment/LinkServer/linux/dist/lib-dynload" \ - "${f}" || die "patchelf failed on ${f}" + patchelf --set-rpath "${linkserver}" "${f}" || die "patchelf failed on ${f}" done - for i in 16 32 64 128 256 512; do - png_file="usr/share/icons/hicolor/${i}x${i}/apps/Gui-Guider.png" - if [ -e "${png_file}" ]; then - newicon -s "${i}" "${png_file}" "Gui-Guider.png" - fi - done - domenu "usr/share/applications/Gui-Guider.desktop" + popd || die + newicon -s 512 "usr/share/icons/hicolor/512x512/apps/guiguider.png" "guiguider.png" + domenu "usr/share/applications/guiguider.desktop" einstalldocs } diff --git a/dev-embedded/picotool/picotool-2.1.1.ebuild b/dev-embedded/picotool/picotool-2.1.1.ebuild index 39e7309088b4..6fcfe2f78ca2 100644 --- a/dev-embedded/picotool/picotool-2.1.1.ebuild +++ b/dev-embedded/picotool/picotool-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ SRC_URI=" # |- pico-sdk (BSD) LICENSE="BSD MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" RDEPEND="virtual/libusb:1" DEPEND="${RDEPEND}" diff --git a/dev-embedded/squareline-studio/squareline-studio-1.6.2.ebuild b/dev-embedded/squareline-studio/squareline-studio-1.6.2-r1.ebuild index d86fd71b3a64..92a42d7bd18b 100644 --- a/dev-embedded/squareline-studio/squareline-studio-1.6.2.ebuild +++ b/dev-embedded/squareline-studio/squareline-studio-1.6.2-r1.ebuild @@ -23,6 +23,16 @@ BDEPEND=" app-arch/unzip " +RDEPEND=" + dev-libs/glib:2 + dev-libs/wayland + sys-apps/dbus + x11-libs/cairo + x11-libs/gtk+:3 + x11-libs/libX11 + x11-libs/pango +" + QA_PREBUILT="*" src_install() { |
