Package Details: vscodium-bin-features 1.82.0-4

Git Clone URL: https://aur.archlinux.org/vscodium-bin-features.git (read-only, click to copy)
Package Base: vscodium-bin-features
Description: Unblock some features in VSCodium
Upstream URL: https://github.com/microsoft/vscode
Licenses: unknown
Conflicts: vscodium-bin-features
Provides: vscodium-bin-features
Submitter: sperg512
Maintainer: None
Last Packager: silverhikari
Votes: 17
Popularity: 0.132582
First Submitted: 2021-05-10 18:00 (UTC)
Last Updated: 2023-10-08 13:10 (UTC)

Pinned Comments

silverhikari commented on 2023-01-28 15:24 (UTC) (edited on 2023-01-28 18:50 (UTC) by silverhikari)

if you are having problems with the installation step with it giving a decoder error, you need to uninstall and reinstall vscodium-bin and vscodium-bin-marketplace. then try to install this package again.

Latest Comments

« First ‹ Previous 1 2 3 4

triplem commented on 2022-02-05 10:03 (UTC)

THis package is slightly outdated, and should get corrected. Pathes pointing to /usr/share should now point to /opt.

sperg512 commented on 2022-01-18 01:55 (UTC)

I honestly completely forgot to add @Icelk as a maintainer since I don't use Arch anymore. I currently don't have any time to do anything with the AUR either

fanninpm commented on 2022-01-02 02:11 (UTC)

@sperg512 here's a diff

diff --git a/.SRCINFO b/.SRCINFO
index b57feb8..101fa16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = vscodium-bin-features
    pkgdesc = Unblock some features in VSCodium
    pkgver = 1.63.2
-   pkgrel = 1
+   pkgrel = 2
    url = https://github.com/microsoft/vscode
    install = vscodium-bin-features.install
    arch = any
@@ -13,7 +13,7 @@ pkgbase = vscodium-bin-features
    conflicts = vscodium-bin-features
    source = vscodium-bin-features.hook
    source = patch.sh
-   md5sums = 9c0fcfdb3427f4a7705114eedbd3b6b8
+   md5sums = db01557a15a28a0a0c6c967cdcbb36e3
    md5sums = 486c3bf8ef2c355330cbad53609f6b1e

 pkgname = vscodium-bin-features
diff --git a/PKGBUILD b/PKGBUILD
index abc9aa3..73418d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Carson Rueter <roachh at proton mail dot com>
 pkgname=vscodium-bin-features
 pkgver=1.63.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Unblock some features in VSCodium'
 arch=('any')
 url='https://github.com/microsoft/vscode'
@@ -13,7 +13,7 @@ conflicts=('vscodium-bin-features')
 install="${pkgname}.install"
 source=("${pkgname}.hook"
         'patch.sh')
-md5sums=('9c0fcfdb3427f4a7705114eedbd3b6b8'
+md5sums=('db01557a15a28a0a0c6c967cdcbb36e3'
          '486c3bf8ef2c355330cbad53609f6b1e')

 package() {
diff --git a/vscodium-bin-features.hook b/vscodium-bin-features.hook
index 7fbfc92..d71c635 100644
--- a/vscodium-bin-features.hook
+++ b/vscodium-bin-features.hook
@@ -6,5 +6,5 @@ Target = vscodium-bin

 [Action]
 Description = [vscodium-bin-features] Patching product.json...
-Exec = /usr/share/vscodium-bin-features/patch.sh
+Exec = /opt/vscodium-bin-features/patch.sh
 When = PostTransaction
diff --git a/vscodium-bin-features.install b/vscodium-bin-features.install
index 71be718..4f48b03 100644
--- a/vscodium-bin-features.install
+++ b/vscodium-bin-features.install
@@ -1,15 +1,15 @@
 post_install() {
-  /usr/share/vscodium-bin-features/patch.sh
+  /opt/vscodium-bin-features/patch.sh
 }

 pre_upgrade() {
-  /usr/share/vscodium-bin-features/patch.sh -R
+  /opt/vscodium-bin-features/patch.sh -R
 }

 post_upgrade() {
-  /usr/share/vscodium-bin-features/patch.sh
+  /opt/vscodium-bin-features/patch.sh
 }

 pre_remove() {
-  /usr/share/vscodium-bin-features/patch.sh -R
+  /opt/vscodium-bin-features/patch.sh -R
 }

sperg512 commented on 2021-12-24 00:47 (UTC)

understandable, I will fix this shortly

udf commented on 2021-12-23 02:36 (UTC)

The .hook and .install files need to be updated to /opt as well

sperg512 commented on 2021-12-22 20:30 (UTC)

Ended up also having to get 3000 more calories and then slept. Fixed now

sperg512 commented on 2021-12-21 20:47 (UTC)

okay, I'm lifting rn so I will fix this later.

Icelk commented on 2021-12-21 20:31 (UTC)

This is now broken, as VSCodium was moved from /usr/share to /opt. I don't have write permissions here, so thought to notify you.