Package Details: vscodium-bin 1.88.1.24104-1

Git Clone URL: https://aur.archlinux.org/vscodium-bin.git (read-only, click to copy)
Package Base: vscodium-bin
Description: Binary releases of VS Code without MS branding/telemetry/licensing.
Upstream URL: https://github.com/VSCodium/vscodium
Licenses: MIT
Conflicts: vscodium
Provides: codium, vscode, vscodium
Submitter: ckatri
Maintainer: sperg512 (Icelk)
Last Packager: Icelk
Votes: 271
Popularity: 7.69
First Submitted: 2020-09-23 18:58 (UTC)
Last Updated: 2024-04-13 02:01 (UTC)

Pinned Comments

sperg512 commented on 2021-05-12 00:31 (UTC)

hey guys, @Icelk set up a script that checks for new releases and pushes updates if there are any new ones. I believe it runs every hour so there's no need to flag OOD, unless there's something that needs changed with the PKGBUILD

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 22 Next › Last »

Ashark commented on 2021-10-26 17:15 (UTC)

Edit pkgbuild as follows:

pkgrel=3

sha256sums=('65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b'
            'f26703924abca3738f2e1f84e5a1e27e8cc7dae4364bb53dbff03c2de5fe0898')

source=('vscodium-bin.desktop'
        'vscodium-bin-uri-handler.desktop')

gameslayer commented on 2021-10-26 17:03 (UTC)

Yeah having the same issue

Building vscodium-bin...
==> Making package: vscodium-bin 1.61.2-2 (Wed 27 Oct 2021 03:01:32)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found vscodium-bin.desktop
  -> Found VSCodium-linux-x64-1.61.2.tar.gz
==> Validating source files with sha256sums...
    vscodium-bin.desktop ... Passed
==> Validating source_x86_64 files with sha256sums...
    VSCodium-linux-x64-1.61.2.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting VSCodium-linux-x64-1.61.2.tar.gz with bsdtar
==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat '/var/tmp/pamac-build-corey/vscodium-bin/src/vscodium-bin-uri-handler.desktop': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting..

galvez_65 commented on 2021-10-26 16:49 (UTC)

FYI vscodium-bin-uri-handler.desktop needs to be added to the source section section in pkgbuild

willemw commented on 2021-10-26 16:45 (UTC)

@Icelk: OK. I thought that 'codium' was maybe an old package name. Normally, the name to provide and conflict with would be 'vscodium', i.e. without introducing a new name.

It still think that a 'conflict' name is missing. See the "VCS package guidelines". There you have to define a name that is both in 'provides' and in 'conflicts'. For *-bin packages, I think, the same rule applies.

Ashark commented on 2021-10-26 16:39 (UTC) (edited on 2021-10-26 16:40 (UTC) by Ashark)

@Icelk Thanks for url handler.
It is strange why in code-oss they do not use vscode scheme.

wooque commented on 2021-10-26 16:28 (UTC)

Latest version fails

==> Starting package()...
install: cannot stat '/home/vuk/.cache/yay/vscodium-bin/src/vscodium-bin-uri-handler.desktop': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: vscodium-bin

Icelk commented on 2021-10-26 16:24 (UTC)

@Ashark The desktop file is now included.

Icelk commented on 2021-10-26 16:22 (UTC)

@willemw This is not needed as it provides "codium", which automatically conflicts with the other packages.

willemw commented on 2021-10-26 12:43 (UTC)

provides=('vscodium') and conflicts=('vscodium') are missing.

Icelk commented on 2021-10-20 06:36 (UTC)

@Ashark That sounds like a good idea. I'll add it when I come home today.

This can't be part of the main .desktop file as that has the flag --no-sandbox, which is unsafe for handling URIs, correct?