OBS-URL: https://build.opensuse.org/package/show/science/horus?expand=0&rev=8
18 lines
386 B
YAML
18 lines
386 B
YAML
app: horus
|
|
#union: true
|
|
|
|
build:
|
|
packages:
|
|
- linuxdeployqt
|
|
|
|
ingredients:
|
|
packages:
|
|
- python-wxWidgets-3_0
|
|
- horus
|
|
|
|
script:
|
|
- rpm -q --qf '%{VERSION}' horus > ../VERSION
|
|
- rm usr/share/applications/qt4config.desktop
|
|
- cp -v usr/share/applications/horus.desktop usr/share/pixmaps/horus.png .
|
|
- linuxdeployqt $BUILD_APPDIR/usr/share/applications/*.desktop -appimage
|