mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix launcher
This commit is contained in:
parent
8d79228586
commit
d29b05d434
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = floorp
|
||||
pkgdesc = Firefox-based web browser focused on performance and customizability
|
||||
pkgver = 12.4.0
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/Floorp-Projects/Floorp
|
||||
arch = x86_64
|
||||
license = MPL-2.0
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -24,7 +24,7 @@
|
|||
_pkgname="floorp"
|
||||
pkgname="$_pkgname"
|
||||
pkgver=12.4.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Firefox-based web browser focused on performance and customizability"
|
||||
url="https://github.com/Floorp-Projects/Floorp"
|
||||
license=('MPL-2.0')
|
||||
|
|
@ -483,7 +483,7 @@ END
|
|||
ln -sf "$_pkgname" "$pkgdir/$_install_path/$_pkgname/$_pkgname-bin"
|
||||
|
||||
# launcher
|
||||
local _desktop=$(sed -e "s/@WMCLASS@/$_wmclass/" "$_pkgname.desktop")
|
||||
local _desktop=$(sed -e "s/@WMCLASS@/$_wmclass/" "$srcdir/$_pkgname.desktop")
|
||||
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/$_pkgname.desktop" <<< "$_desktop"
|
||||
|
||||
# icons
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue