upgpkg: sublime-text-4 4.4143-4
Use correct name for WMClass in desktop file
This commit is contained in:
parent
1a6316ca1a
commit
f69bd5c97f
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = sublime-text-4
|
pkgbase = sublime-text-4
|
||||||
pkgdesc = Sophisticated text editor for code, html and prose - stable build
|
pkgdesc = Sophisticated text editor for code, html and prose - stable build
|
||||||
pkgver = 4.4143
|
pkgver = 4.4143
|
||||||
pkgrel = 3
|
pkgrel = 4
|
||||||
url = https://www.sublimetext.com/download
|
url = https://www.sublimetext.com/download
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=sublime-text-4
|
pkgname=sublime-text-4
|
||||||
pkgver=4.4143
|
pkgver=4.4143
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc='Sophisticated text editor for code, html and prose - stable build'
|
pkgdesc='Sophisticated text editor for code, html and prose - stable build'
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url='https://www.sublimetext.com/download'
|
url='https://www.sublimetext.com/download'
|
||||||
|
@ -30,7 +30,7 @@ package() {
|
||||||
done
|
done
|
||||||
|
|
||||||
sed -i 's#/opt/sublime_text/sublime_text#/usr/bin/subl#g' 'sublime_text/sublime_text.desktop'
|
sed -i 's#/opt/sublime_text/sublime_text#/usr/bin/subl#g' 'sublime_text/sublime_text.desktop'
|
||||||
sed -i '\#^Icon=sublime-text#a StartupWMClass=sublime-text' 'sublime_text/sublime_text.desktop'
|
sed -i '\#^StartupNotify=#a StartupWMClass=subl' 'sublime_text/sublime_text.desktop'
|
||||||
|
|
||||||
install -dm755 "${pkgdir}/usr/share/applications"
|
install -dm755 "${pkgdir}/usr/share/applications"
|
||||||
install -Dm644 'sublime_text/sublime_text.desktop' "${pkgdir}/usr/share/applications/sublime_text.desktop"
|
install -Dm644 'sublime_text/sublime_text.desktop' "${pkgdir}/usr/share/applications/sublime_text.desktop"
|
||||||
|
|
Loading…
Reference in a new issue