mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
XyGrib: devendor desktop files, icon
This commit is contained in:
parent
2e953b6325
commit
c5a4149f02
4 changed files with 5 additions and 26 deletions
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
cd /usr/lib/XyGrib
|
|
||||||
./XyGrib
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Version=3.6
|
|
||||||
Encoding=UTF-8
|
|
||||||
Type=Application
|
|
||||||
Name=XyGrib
|
|
||||||
Comment=GRIB File Viewer
|
|
||||||
Comment[fr]=Visualisation de données météo au format GRIB
|
|
||||||
Terminal=false
|
|
||||||
Categories=XyGrib;Meteo;Utility
|
|
||||||
Icon=XyGrib.png
|
|
||||||
Exec=/usr/bin/XyGrib
|
|
Binary file not shown.
Before Width: | Height: | Size: 30 KiB |
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'XyGrib'
|
# Template file for 'XyGrib'
|
||||||
pkgname=XyGrib
|
pkgname=XyGrib
|
||||||
version=1.2.6.1
|
version=1.2.6.1
|
||||||
revision=5
|
revision=6
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="qt5-devel pkg-config"
|
hostmakedepends="qt5-devel pkg-config"
|
||||||
makedepends="jasper-devel libnova-devel nettle-devel proj-devel qt5-devel
|
makedepends="jasper-devel libnova-devel nettle-devel proj-devel qt5-devel
|
||||||
|
@ -19,16 +19,11 @@ post_patch() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vbin ${FILESDIR}/XyGrib
|
vinstall debian/xygrib.desktop 0644 usr/share/applications
|
||||||
|
vinstall debian/xygrib.png 0644 usr/share/icons
|
||||||
vmkdir usr/share/applications
|
|
||||||
vinstall ${FILESDIR}/XyGrib.desktop 0644 usr/share/applications
|
|
||||||
|
|
||||||
vmkdir usr/share/icons
|
|
||||||
vinstall ${FILESDIR}/XyGrib.png 0644 usr/share/icons
|
|
||||||
|
|
||||||
mv ${DESTDIR}/usr/XyGrib ${DESTDIR}/usr/share/
|
mv ${DESTDIR}/usr/XyGrib ${DESTDIR}/usr/share/
|
||||||
|
|
||||||
vmkdir usr/lib/XyGrib
|
vmkdir usr/bin
|
||||||
mv ${DESTDIR}/usr/share/XyGrib/XyGrib ${DESTDIR}/usr/lib/XyGrib/XyGrib
|
mv ${DESTDIR}/usr/share/XyGrib/XyGrib ${DESTDIR}/usr/bin/XyGrib
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue