mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 12:43:11 +01:00
[visual-studio-code-bin] Update desktop and xml files to match upstream
This commit is contained in:
parent
2ec84122a8
commit
6cb97833cf
5 changed files with 20 additions and 12 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = visual-studio-code-bin
|
||||
pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
|
||||
pkgver = 1.92.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://code.visualstudio.com/
|
||||
install = visual-studio-code-bin.install
|
||||
arch = x86_64
|
||||
|
|
@ -32,9 +32,9 @@ pkgbase = visual-studio-code-bin
|
|||
source = code-url-handler.desktop
|
||||
source = visual-studio-code-workspace.xml
|
||||
source = visual-studio-code-bin.sh
|
||||
sha256sums = b8d55bc61c7c974087930168c2ff93e3ff28cf09e023d02db410d6e5723c361a
|
||||
sha256sums = 89a417423b3acfb3ed1d044cb4c12014241f3c67f494d651e9bddffce1f85b82
|
||||
sha256sums = 24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6
|
||||
sha256sums = e1b10973dc29432fe331dfe5e043db538cf181417743452d7d34b497fd53fa2b
|
||||
sha256sums = 204a91ea6c8c13cdf6b83d001d5c1ce04b38a23a61145ab04da8737dbe823bfc
|
||||
sha256sums = 17540366bffa99df1f1d7312309880cbd2211a9b83a6056b17c014a72024f951
|
||||
sha256sums = 8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe
|
||||
source_x86_64 = code_x64_1.92.2.tar.gz::https://update.code.visualstudio.com/1.92.2/linux-x64/stable
|
||||
sha256sums_x86_64 = 736eb24f77f47d4173c094e2314b04527bbc0ad73928c488341413a200b1d34d
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
pkgname=visual-studio-code-bin
|
||||
_pkgname=visual-studio-code
|
||||
pkgver=1.92.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
|
||||
arch=('x86_64' 'aarch64' 'armv7h')
|
||||
url="https://code.visualstudio.com/"
|
||||
|
|
@ -25,9 +25,9 @@ source_aarch64=(code_arm64_${pkgver}.tar.gz::https://update.code.visualstudio.co
|
|||
source_armv7h=(code_armhf_${pkgver}.tar.gz::https://update.code.visualstudio.com/${pkgver}/linux-armhf/stable)
|
||||
|
||||
# This generates cleaner checksums
|
||||
sha256sums=('b8d55bc61c7c974087930168c2ff93e3ff28cf09e023d02db410d6e5723c361a'
|
||||
'89a417423b3acfb3ed1d044cb4c12014241f3c67f494d651e9bddffce1f85b82'
|
||||
'24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6'
|
||||
sha256sums=('e1b10973dc29432fe331dfe5e043db538cf181417743452d7d34b497fd53fa2b'
|
||||
'204a91ea6c8c13cdf6b83d001d5c1ce04b38a23a61145ab04da8737dbe823bfc'
|
||||
'17540366bffa99df1f1d7312309880cbd2211a9b83a6056b17c014a72024f951'
|
||||
'8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe')
|
||||
sha256sums_x86_64=('736eb24f77f47d4173c094e2314b04527bbc0ad73928c488341413a200b1d34d')
|
||||
sha256sums_aarch64=('f2132815e9f74cb829799c1c92478b9244dabdf01383e8bb38c9b1630ef5280b')
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ Icon=visual-studio-code
|
|||
Type=Application
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
StartupWMClass=code-url-handler
|
||||
Categories=TextEditor;Development;IDE;
|
||||
Categories=Utility;TextEditor;Development;IDE;
|
||||
MimeType=x-scheme-handler/vscode;
|
||||
Keywords=vscode;
|
||||
|
|
|
|||
11
code.desktop
11
code.desktop
|
|
@ -8,11 +8,20 @@ Type=Application
|
|||
StartupNotify=false
|
||||
StartupWMClass=Code
|
||||
Categories=TextEditor;Development;IDE;
|
||||
MimeType=text/plain;inode/directory;application/x-code-workspace;
|
||||
MimeType=application/x-code-workspace;
|
||||
Actions=new-empty-window;
|
||||
Keywords=vscode;
|
||||
|
||||
[Desktop Action new-empty-window]
|
||||
Name=New Empty Window
|
||||
Name[de]=Neues leeres Fenster
|
||||
Name[es]=Nueva ventana vacía
|
||||
Name[fr]=Nouvelle fenêtre vide
|
||||
Name[it]=Nuova finestra vuota
|
||||
Name[ja]=新しい空のウィンドウ
|
||||
Name[ko]=새 빈 창
|
||||
Name[ru]=Новое пустое окно
|
||||
Name[zh_CN]=新建空窗口
|
||||
Name[zh_TW]=開新空視窗
|
||||
Exec=/usr/bin/code --new-window %F
|
||||
Icon=visual-studio-code
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="application/x-visual-studio-code-workspace">
|
||||
<mime-type type="application/x-code-workspace">
|
||||
<comment>Visual Studio Code Workspace</comment>
|
||||
<glob pattern="*.code-workspace"/>
|
||||
</mime-type>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue