mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
parent
63d992ecad
commit
20c03eafa5
2 changed files with 26 additions and 25 deletions
|
@ -1,8 +1,8 @@
|
||||||
diff --git a/product.json b/product.json
|
diff --git a/product.json b/product.json
|
||||||
index 335caa71f6b0..b06b418f15c1 100644
|
index 2b884d18f301..601c429e3cdf 100644
|
||||||
--- a/product.json
|
--- a/product.json
|
||||||
+++ b/product.json
|
+++ b/product.json
|
||||||
@@ -22,12 +20,20 @@
|
@@ -22,12 +22,20 @@
|
||||||
"licenseFileName": "LICENSE.txt",
|
"licenseFileName": "LICENSE.txt",
|
||||||
"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
|
"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
|
||||||
"urlProtocol": "code-oss",
|
"urlProtocol": "code-oss",
|
||||||
|
@ -12,7 +12,8 @@ index 335caa71f6b0..b06b418f15c1 100644
|
||||||
"extensionAllowedProposedApi": [
|
"extensionAllowedProposedApi": [
|
||||||
"ms-vscode.vscode-js-profile-flame",
|
"ms-vscode.vscode-js-profile-flame",
|
||||||
"ms-vscode.vscode-js-profile-table",
|
"ms-vscode.vscode-js-profile-table",
|
||||||
"ms-vscode.references-view"
|
"ms-vscode.references-view",
|
||||||
|
"ms-vscode.github-browser"
|
||||||
],
|
],
|
||||||
+ "extensionsGallery": {
|
+ "extensionsGallery": {
|
||||||
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.47.3
|
version=1.48.0
|
||||||
revision=2
|
revision=1
|
||||||
_electronver=7.3.2
|
_electronver=7.3.2
|
||||||
hostmakedepends="pkg-config python nodejs-lts-10 yarn tar"
|
hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git"
|
||||||
makedepends="libxkbfile-devel libsecret-devel electron7"
|
makedepends="libxkbfile-devel libsecret-devel electron7"
|
||||||
depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron7"
|
depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron7"
|
||||||
short_desc="Microsoft Code for Linux"
|
short_desc="Microsoft Code for Linux"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://code.visualstudio.com/"
|
homepage="https://code.visualstudio.com/"
|
||||||
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
|
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
|
||||||
checksum=463c8d5c3e02035ada5c0b9dcbb8718841fa27f6258838bfa4bab3a916ca16f3
|
checksum=3983a6807554bc76a233cf215e6e1c936e5ace5c635fe049d019db24ccc0f62d
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue