-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(balena-etcher): remove dependency on gconf2
Needed until balena-io/etcher#4226 is merged
- Loading branch information
Showing
2 changed files
with
42 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,56 @@ | ||
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: |- | ||
balenaEtcher is built with web technologies to ensure flashing an SDCard or USB | ||
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 |