mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 15:51:47 -05:00
snap: Try to get version number from latest tag.
This commit is contained in:
parent
bb5c7447db
commit
64461171ac
@ -48,7 +48,7 @@
|
|||||||
name: sdrangel
|
name: sdrangel
|
||||||
base: core22
|
base: core22
|
||||||
type: app
|
type: app
|
||||||
version: "7.22.1"
|
adopt-info: sdrangel
|
||||||
summary: SDRangel
|
summary: SDRangel
|
||||||
description: SDRangel is an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware. SSE 4.2 required.
|
description: SDRangel is an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware. SSE 4.2 required.
|
||||||
confinement: strict
|
confinement: strict
|
||||||
@ -147,7 +147,9 @@ parts:
|
|||||||
plugin: cmake
|
plugin: cmake
|
||||||
source: https://github.com/f4exb/sdrangel
|
source: https://github.com/f4exb/sdrangel
|
||||||
source-type: git
|
source-type: git
|
||||||
source-tag: v7.22.1
|
override-pull: |
|
||||||
|
snapcraftctl pull
|
||||||
|
snapcraftctl set-version "$(git describe --tags --abbrev=0 | sed 's/v//')"
|
||||||
after: [apt, libdab, mbelib, serialdv, dsdcc, codec2, sgp4, cm265cc, libsigmf, airspy, rtlsdr, pluto, bladerf, hackrf, limesuite, airspyhf, uhd, uhdfpga, soapysdr, soapyremote]
|
after: [apt, libdab, mbelib, serialdv, dsdcc, codec2, sgp4, cm265cc, libsigmf, airspy, rtlsdr, pluto, bladerf, hackrf, limesuite, airspyhf, uhd, uhdfpga, soapysdr, soapyremote]
|
||||||
cmake-parameters:
|
cmake-parameters:
|
||||||
- -DDEBUG_OUTPUT=OFF
|
- -DDEBUG_OUTPUT=OFF
|
||||||
|
Loading…
Reference in New Issue
Block a user