diff --git a/blueprints/desktop/balena-etcher/ops2deb.lock.yml b/blueprints/desktop/balena-etcher/ops2deb.lock.yml index 4d23144c3..6b9c9f85d 100644 --- a/blueprints/desktop/balena-etcher/ops2deb.lock.yml +++ b/blueprints/desktop/balena-etcher/ops2deb.lock.yml @@ -1,9 +1,9 @@ - url: https://github.com/balena-io/etcher/releases/download/v1.18.11/balena-etcher_1.18.11_amd64.deb sha256: 890838ead6683d67e68427c9d40a22aa3ff71431a58dce5de8b7a5c8a18c172e timestamp: 2024-04-18 10:06:05+00:00 -- url: https://github.com/balena-io/etcher/releases/download/v1.18.8/balena-etcher_1.18.8_amd64.deb - sha256: de4a2666b90d3de6b3203cb0a583845f2b4b45dc856e1426e986b30754b0d5e4 - timestamp: 2024-04-18 10:06:05+00:00 - url: https://github.com/balena-io/etcher/releases/download/v1.18.9/balena-etcher_1.18.9_amd64.deb sha256: 2f31d7caf7a8435fb09a461e2467251c300c507d575281ad0981e9408ed87932 timestamp: 2024-04-18 10:06:05+00:00 +- url: https://github.com/balena-io/etcher/releases/download/v1.19.21/balena-etcher_1.19.21_amd64.deb + sha256: c1776d2857872b1193f21fa2dd1acb34d05462c550d210da6e1cf2b2e7bb6ded + timestamp: 2024-06-02 17:11:16+00:00 diff --git a/blueprints/desktop/balena-etcher/ops2deb.yml b/blueprints/desktop/balena-etcher/ops2deb.yml index 5be081ee5..ccb718da7 100644 --- a/blueprints/desktop/balena-etcher/ops2deb.yml +++ b/blueprints/desktop/balena-etcher/ops2deb.yml @@ -1,9 +1,9 @@ name: balena-etcher matrix: versions: - - 1.18.8 - 1.18.9 - 1.18.11 + - 1.19.21 homepage: https://github.com/balena-io/etcher summary: flash OS images to SD cards and USB drives, safely and easily description: |- @@ -11,9 +11,46 @@ description: |- drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. +depends: + - libgtk-3-0 + - libnotify4 + - libnss3 + - libxtst6 + - xdg-utils + - libatspi2.0-0 + - libdrm2 + - libgbm1 + - libxcb-dri3-0 + - kde-cli-tools | kde-runtime | trash-cli | libglib2.0-bin | gvfs-bin + - libasound2 + - libatk1.0-0 + - libc6 + - libcairo2 + - libcups2 + - libdbus-1-3 + - libexpat1 + - libfontconfig1 + - libfreetype6 + - libgcc1 + - libgdk-pixbuf2.0-0 + - libglib2.0-0 + - liblzma5 + - libnspr4 + - libpango1.0-0 | libpango-1.0-0 + - libstdc++6 + - libx11-6 + - libxcomposite1 + - libxcursor1 + - libxdamage1 + - libxext6 + - libxfixes3 + - libxi6 + - libxrandr2 + - libxrender1 + - libxss1 + - polkit-1-auth-agent | policykit-1-gnome | polkit-kde-1 fetch: https://github.com/balena-io/etcher/releases/download/v{{version}}/balena-etcher_{{version}}_amd64.deb install: - data:/ script: - - grep "^Depends. " control/control >> {{debian}}/control - sed -i "s/dh_strip --no-ddebs/true/" {{debian}}/rules