mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 10:33:18 +01:00
Fix StartupWMClass
This commit is contained in:
parent
71bc1148ef
commit
e4bffcdfa4
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = lx-music
|
||||
pkgdesc = 一个基于 electron 的音乐软件
|
||||
pkgver = 1.7.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/lyswhut/lx-music-desktop
|
||||
arch = x86_64
|
||||
license = Apache 2.0
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# This PKGBUILD is directly modified from aur/dingtalk
|
||||
pkgname=lx-music
|
||||
pkgver=1.7.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='一个基于 electron 的音乐软件'
|
||||
arch=('x86_64')
|
||||
url='https://github.com/lyswhut/lx-music-desktop'
|
||||
|
|
@ -48,7 +48,7 @@ Exec=/usr/bin/lx-music
|
|||
Terminal=false
|
||||
Type=Application
|
||||
Icon=lx-music
|
||||
StartupWMClass=lx-music
|
||||
StartupWMClass=lx-music-desktop
|
||||
Categories=AudioVideo;Utility;
|
||||
" > "$srcdir/lx-music.desktop"
|
||||
install -Dm644 "$srcdir/lx-music.desktop" "$pkgdir/usr/share/applications/lx-music.desktop"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue