Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : etcher | name : etcher | ||||
| version : 1.5.100 | version : 1.5.121 | ||||
| release : 27 | release : 28 | ||||
| source : | source : | ||||
| - git|https://github.com/balena-io/etcher.git : v1.5.100 | - git|https://github.com/balena-io/etcher.git : v1.5.121 | ||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : system.utils | component : system.utils | ||||
| summary : Flash OS images to SD cards & USB drives, safely and easily | summary : Flash OS images to SD cards & USB drives, safely and easily | ||||
| description: | | description: | | ||||
| Etcher is a powerful OS image flasher 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. | Etcher is a powerful OS image flasher 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. | ||||
| networking : yes | networking : yes | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(alsa) | - pkgconfig(alsa) | ||||
| - pkgconfig(gbm) | - pkgconfig(gbm) | ||||
| - pkgconfig(gconf-2.0) | - pkgconfig(gconf-2.0) | ||||
| - pkgconfig(gtk+-2.0) | - pkgconfig(gtk+-2.0) | ||||
| - pkgconfig(xi) | - pkgconfig(xi) | ||||
| - pkgconfig(xscrnsaver) | - pkgconfig(xscrnsaver) | ||||
| - pkgconfig(xtst) | - pkgconfig(xtst) | ||||
| - jq | - jq | ||||
| - nodejs | - nodejs | ||||
| setup : | | setup : | | ||||
| %patch -p1 < $pkgfiles/0001-Disable-update-checking.patch | %patch -p1 < $pkgfiles/0001-Disable-update-checking.patch | ||||
| build : | | build : | | ||||
| npm config set unsafe-perm=true | npm config set unsafe-perm=true | ||||
| %make electron-develop | %make electron-develop | ||||
| %make webpack | |||||
| # For Linux there are 3 options deb, rpm or appimage | # For Linux there are 3 options deb, rpm or appimage | ||||
| export PATH=$PATH:$PWD/node_modules/.bin/ | export PATH=$PATH:$PWD/node_modules/.bin/ | ||||
| ./scripts/resin/electron/electron-builder.sh \ | ./scripts/resin/electron/electron-builder.sh \ | ||||
| -b $PWD \ | -b $PWD \ | ||||
| -r x64 \ | -r x64 \ | ||||
| -t deb \ | -t deb \ | ||||
| -v production \ | -v production \ | ||||
| Show All 14 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.