mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
labplot: fixed .desktop file
This commit is contained in:
parent
e50ee2423e
commit
727dbc3595
@ -2,7 +2,7 @@ source ../kdeapps.conf
|
||||
|
||||
pkgname=labplot
|
||||
pkgver=2.3.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A free software data analysis and visualization application build on top of KDE SC"
|
||||
arch=('x86_64')
|
||||
url='http://labplot.sourceforge.net/'
|
||||
@ -23,4 +23,8 @@ build() {
|
||||
package() {
|
||||
cd "${srcdir}"/${pkgname}-${pkgver}-kf5
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
#fix .desktop exec line
|
||||
sed -i s!'Exec=labplot2 -caption %c %i %f'!'Exec=labplot2'! \
|
||||
${pkgdir}/usr/share/applications/labplot2.desktop
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user