mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
snap: use version: git
Snapcraft can determine the version from git on its own. Signed-off-by: Michał Sawicz (Saviq) <michal@sawicz.net>
This commit is contained in:
parent
e335c7a20d
commit
a21cddc69a
1 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
name: subsurface
|
name: subsurface
|
||||||
adopt-info: subsurface
|
version: git
|
||||||
icon: icons/subsurface-icon.svg
|
icon: icons/subsurface-icon.svg
|
||||||
summary: Open source divelog program for recreational, tech, and free-divers
|
summary: Open source divelog program for recreational, tech, and free-divers
|
||||||
description: |
|
description: |
|
||||||
|
@ -151,9 +151,6 @@ parts:
|
||||||
- qtlocation5-dev
|
- qtlocation5-dev
|
||||||
- qtpositioning5-dev
|
- qtpositioning5-dev
|
||||||
- qttools5-dev
|
- qttools5-dev
|
||||||
override-pull: |
|
|
||||||
snapcraftctl pull
|
|
||||||
snapcraftctl set-version $( git describe )
|
|
||||||
override-build: |
|
override-build: |
|
||||||
mkdir -p ../install-root
|
mkdir -p ../install-root
|
||||||
ln -sf ../../../stage/usr/lib/*/qt5/plugins/geoservices/libqtgeoservices_googlemaps.so \
|
ln -sf ../../../stage/usr/lib/*/qt5/plugins/geoservices/libqtgeoservices_googlemaps.so \
|
||||||
|
|
Loading…
Reference in a new issue