From dcd803b04457710f2a439af8688527760122fd18 Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Sat, 12 Oct 2019 10:20:33 +0200 Subject: [PATCH 01/13] New package: vscodium-bin-1.39.1 --- common/shlibs | 1 + srcpkgs/vscodium-bin/REMOVE | 9 ++++++ srcpkgs/vscodium-bin/files/vscodium.desktop | 18 +++++++++++ srcpkgs/vscodium-bin/template | 33 +++++++++++++++++++++ 4 files changed, 61 insertions(+) create mode 100644 srcpkgs/vscodium-bin/REMOVE create mode 100644 srcpkgs/vscodium-bin/files/vscodium.desktop create mode 100644 srcpkgs/vscodium-bin/template diff --git a/common/shlibs b/common/shlibs index b55d20e981e..3dd0b58c0fa 100644 --- a/common/shlibs +++ b/common/shlibs @@ -130,6 +130,7 @@ libGLESv2.so keybase-desktop-3.1.2_1 libGLESv2.so riot-desktop-0.17.9_2 libGLESv2.so wire-desktop-3.6.2885_1 libGLESv2.so vscode-1.36.1_1 +libGLESv2.so vscodium-bin-1.39.1_1 libGLESv2.so Signal-Desktop-1.23.2_1 libGLESv2.so slack-desktop-3.4.2_1 libbrcmEGL.so rpi-userland-20180103_2 diff --git a/srcpkgs/vscodium-bin/REMOVE b/srcpkgs/vscodium-bin/REMOVE new file mode 100644 index 00000000000..2ea0a945cc1 --- /dev/null +++ b/srcpkgs/vscodium-bin/REMOVE @@ -0,0 +1,9 @@ +if [ "$UPDATE" = "no" ]; then + case "$ACTION" in + post) + if [ -d usr/lib/vscodium ]; then + rm -rf usr/lib/vscodium + fi + ;; + esac +fi diff --git a/srcpkgs/vscodium-bin/files/vscodium.desktop b/srcpkgs/vscodium-bin/files/vscodium.desktop new file mode 100644 index 00000000000..2109fd9f1ed --- /dev/null +++ b/srcpkgs/vscodium-bin/files/vscodium.desktop @@ -0,0 +1,18 @@ +[Desktop Entry] +Name=VSCodium +Comment=Code Editing. Redefined. +GenericName=Text Editor +Exec=/usr/lib/vscodium/codium --unity-launch %F +Icon=vscodium +Type=Application +StartupNotify=true +StartupWMClass=VSCodium +Categories=Utility;Development;IDE; +MimeType=text/plain;inode/directory; +Actions=new-empty-window; +Keywords=vscode; + +[Desktop Action new-empty-window] +Name=New Empty Window +Exec=/usr/lib/vscodium/codium --new-window %F +Icon=vscodium diff --git a/srcpkgs/vscodium-bin/template b/srcpkgs/vscodium-bin/template new file mode 100644 index 00000000000..ccfbe33879f --- /dev/null +++ b/srcpkgs/vscodium-bin/template @@ -0,0 +1,33 @@ +# Template file for 'vscodium-bin' +pkgname=vscodium-bin +version=1.39.1 +revision=1 +archs="x86_64" +create_wrksrc=yes +depends="GConf libXtst libxkbfile nss dejavu-fonts-ttf" +short_desc="Binary releases of VS Code without MS branding/telemetry/licensing" +maintainer="shizonic " +license="MIT" +homepage="https://github.com/VSCodium/vscodium" +distfiles="https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-linux-x64-${version}.tar.gz" +checksum=56bc17bfba771d1db655e6d6b0517df912eabb6532955094a2c77865c67719ee +nostrip_files="codium" + +do_install() { + sed -i 's,/usr/share/codium,/usr/lib/vscodium,g' bin/codium + + vmkdir usr/lib/vscodium + vcopy * usr/lib/vscodium + + vmkdir usr/bin + ln -sf /usr/lib/vscodium/bin/codium ${DESTDIR}/usr/bin/codium + ln -sf /usr/lib/vscodium/bin/codium ${DESTDIR}/usr/bin/vscodium + + vmkdir usr/share/applications + vinstall ${FILESDIR}/vscodium.desktop 644 usr/share/applications + + vmkdir usr/share/pixmaps + vinstall resources/app/resources/linux/code.png 644 usr/share/pixmaps vscodium.png + + vlicense resources/app/LICENSE.txt +} From cc9dfa06dfdf784ce8755b6daad2fd3c4ee8b91e Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Thu, 17 Oct 2019 08:30:38 +0200 Subject: [PATCH 02/13] vscodium-bin: update to 1.39.2. --- srcpkgs/vscodium-bin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vscodium-bin/template b/srcpkgs/vscodium-bin/template index ccfbe33879f..e5b7febf91e 100644 --- a/srcpkgs/vscodium-bin/template +++ b/srcpkgs/vscodium-bin/template @@ -1,6 +1,6 @@ # Template file for 'vscodium-bin' pkgname=vscodium-bin -version=1.39.1 +version=1.39.2 revision=1 archs="x86_64" create_wrksrc=yes @@ -10,7 +10,7 @@ maintainer="shizonic " license="MIT" homepage="https://github.com/VSCodium/vscodium" distfiles="https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-linux-x64-${version}.tar.gz" -checksum=56bc17bfba771d1db655e6d6b0517df912eabb6532955094a2c77865c67719ee +checksum=34b9fb9a3e277dfe50953698165359187232b10452a28513c4cfaa2458857204 nostrip_files="codium" do_install() { From dadc57bb3229aee4c213dc62ad004ab3e49a96b2 Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Sun, 10 Nov 2019 07:25:34 +0100 Subject: [PATCH 03/13] vscodium-bin: update to 1.40.0. --- srcpkgs/vscodium-bin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vscodium-bin/template b/srcpkgs/vscodium-bin/template index e5b7febf91e..d0bb69586d7 100644 --- a/srcpkgs/vscodium-bin/template +++ b/srcpkgs/vscodium-bin/template @@ -1,6 +1,6 @@ # Template file for 'vscodium-bin' pkgname=vscodium-bin -version=1.39.2 +version=1.40.0 revision=1 archs="x86_64" create_wrksrc=yes @@ -10,7 +10,7 @@ maintainer="shizonic " license="MIT" homepage="https://github.com/VSCodium/vscodium" distfiles="https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-linux-x64-${version}.tar.gz" -checksum=34b9fb9a3e277dfe50953698165359187232b10452a28513c4cfaa2458857204 +checksum=4482f533bc639d0462a0b98f1a5a13f0adf50a4e7bb75102280bee18297c217a nostrip_files="codium" do_install() { From 03bf5fafbd3e46877993b5ca5331475ea1168f1e Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Mon, 18 Nov 2019 08:32:10 +0100 Subject: [PATCH 04/13] vscodium-bin: update to 1.40.1. --- srcpkgs/vscodium-bin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vscodium-bin/template b/srcpkgs/vscodium-bin/template index d0bb69586d7..ffe4ffffae0 100644 --- a/srcpkgs/vscodium-bin/template +++ b/srcpkgs/vscodium-bin/template @@ -1,6 +1,6 @@ # Template file for 'vscodium-bin' pkgname=vscodium-bin -version=1.40.0 +version=1.40.1 revision=1 archs="x86_64" create_wrksrc=yes @@ -10,7 +10,7 @@ maintainer="shizonic " license="MIT" homepage="https://github.com/VSCodium/vscodium" distfiles="https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-linux-x64-${version}.tar.gz" -checksum=4482f533bc639d0462a0b98f1a5a13f0adf50a4e7bb75102280bee18297c217a +checksum=fa897af34d8efdcac64f9790ad387912306d3a0264ffc83338d2e281f9a4ab06 nostrip_files="codium" do_install() { From 30e647d19c7c1823bb7745ad07a248780bb42ccf Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Wed, 27 Nov 2019 08:54:52 +0100 Subject: [PATCH 05/13] vscodium-bin: update to 1.40.2. --- srcpkgs/vscodium-bin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vscodium-bin/template b/srcpkgs/vscodium-bin/template index ffe4ffffae0..e4d6790bcbc 100644 --- a/srcpkgs/vscodium-bin/template +++ b/srcpkgs/vscodium-bin/template @@ -1,6 +1,6 @@ # Template file for 'vscodium-bin' pkgname=vscodium-bin -version=1.40.1 +version=1.40.2 revision=1 archs="x86_64" create_wrksrc=yes @@ -10,7 +10,7 @@ maintainer="shizonic " license="MIT" homepage="https://github.com/VSCodium/vscodium" distfiles="https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-linux-x64-${version}.tar.gz" -checksum=fa897af34d8efdcac64f9790ad387912306d3a0264ffc83338d2e281f9a4ab06 +checksum=957da1c6445c759a8cf400dccfac05ecb0ee8e27224acf7da1e02a38c4308f17 nostrip_files="codium" do_install() { From 6b3fab190c201a00f408f30e9850c4284708c55b Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Mon, 16 Dec 2019 08:05:16 +0100 Subject: [PATCH 06/13] vscodium-bin: update to 1.41.0. --- srcpkgs/vscodium-bin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vscodium-bin/template b/srcpkgs/vscodium-bin/template index e4d6790bcbc..4377556d1dc 100644 --- a/srcpkgs/vscodium-bin/template +++ b/srcpkgs/vscodium-bin/template @@ -1,6 +1,6 @@ # Template file for 'vscodium-bin' pkgname=vscodium-bin -version=1.40.2 +version=1.41.0 revision=1 archs="x86_64" create_wrksrc=yes @@ -10,7 +10,7 @@ maintainer="shizonic " license="MIT" homepage="https://github.com/VSCodium/vscodium" distfiles="https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-linux-x64-${version}.tar.gz" -checksum=957da1c6445c759a8cf400dccfac05ecb0ee8e27224acf7da1e02a38c4308f17 +checksum=f56ca012fb45cf95c1d2fcff9eea088ad03614ac1c3ea664f8cdff5f53505dda nostrip_files="codium" do_install() { From 5b766a14fd729906bd1c51522dfb2bda835fe896 Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Tue, 24 Dec 2019 09:28:48 +0100 Subject: [PATCH 07/13] vscodium-bin: update to 1.41.1. --- srcpkgs/vscodium-bin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vscodium-bin/template b/srcpkgs/vscodium-bin/template index 4377556d1dc..25a402d1031 100644 --- a/srcpkgs/vscodium-bin/template +++ b/srcpkgs/vscodium-bin/template @@ -1,6 +1,6 @@ # Template file for 'vscodium-bin' pkgname=vscodium-bin -version=1.41.0 +version=1.41.1 revision=1 archs="x86_64" create_wrksrc=yes @@ -10,7 +10,7 @@ maintainer="shizonic " license="MIT" homepage="https://github.com/VSCodium/vscodium" distfiles="https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-linux-x64-${version}.tar.gz" -checksum=f56ca012fb45cf95c1d2fcff9eea088ad03614ac1c3ea664f8cdff5f53505dda +checksum=3d50cedad289730301ddbb6cc5f754753e3fc58b0c812da5390b2871c0639c58 nostrip_files="codium" do_install() { From faf68be995976adba1cd9f645bf8bac68a163ef6 Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Fri, 7 Feb 2020 13:10:23 +0100 Subject: [PATCH 08/13] vscodium-bin: update to 1.42.0. --- srcpkgs/vscodium-bin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vscodium-bin/template b/srcpkgs/vscodium-bin/template index 25a402d1031..75cf176776e 100644 --- a/srcpkgs/vscodium-bin/template +++ b/srcpkgs/vscodium-bin/template @@ -1,6 +1,6 @@ # Template file for 'vscodium-bin' pkgname=vscodium-bin -version=1.41.1 +version=1.42.0 revision=1 archs="x86_64" create_wrksrc=yes @@ -10,7 +10,7 @@ maintainer="shizonic " license="MIT" homepage="https://github.com/VSCodium/vscodium" distfiles="https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-linux-x64-${version}.tar.gz" -checksum=3d50cedad289730301ddbb6cc5f754753e3fc58b0c812da5390b2871c0639c58 +checksum=b83425865394d6414ea22aa065a4b2413e93acf63b97f973743c69c38960d138 nostrip_files="codium" do_install() { From f60cdd151b806af0925cebcdc19889bf82406a85 Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Fri, 14 Feb 2020 12:55:21 +0100 Subject: [PATCH 09/13] vscodium-bin: update to 1.42.1. --- srcpkgs/vscodium-bin/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/vscodium-bin/template b/srcpkgs/vscodium-bin/template index 75cf176776e..5d47e665b24 100644 --- a/srcpkgs/vscodium-bin/template +++ b/srcpkgs/vscodium-bin/template @@ -1,16 +1,16 @@ # Template file for 'vscodium-bin' pkgname=vscodium-bin -version=1.42.0 +version=1.42.1 revision=1 archs="x86_64" create_wrksrc=yes -depends="GConf libXtst libxkbfile nss dejavu-fonts-ttf" +depends="GConf libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils" short_desc="Binary releases of VS Code without MS branding/telemetry/licensing" maintainer="shizonic " license="MIT" homepage="https://github.com/VSCodium/vscodium" distfiles="https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-linux-x64-${version}.tar.gz" -checksum=b83425865394d6414ea22aa065a4b2413e93acf63b97f973743c69c38960d138 +checksum=be05377a2a88a3167e3959cf312c55a404314be30df96d7df543e87b761e4cdd nostrip_files="codium" do_install() { From 270b1892e47bc7b178b4efd8dfdf2a21043ee355 Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Wed, 11 Mar 2020 08:51:43 +0100 Subject: [PATCH 10/13] vscodium-bin: update to 1.43.0. --- srcpkgs/vscodium-bin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vscodium-bin/template b/srcpkgs/vscodium-bin/template index 5d47e665b24..c43c862b1b1 100644 --- a/srcpkgs/vscodium-bin/template +++ b/srcpkgs/vscodium-bin/template @@ -1,6 +1,6 @@ # Template file for 'vscodium-bin' pkgname=vscodium-bin -version=1.42.1 +version=1.43.0 revision=1 archs="x86_64" create_wrksrc=yes @@ -10,7 +10,7 @@ maintainer="shizonic " license="MIT" homepage="https://github.com/VSCodium/vscodium" distfiles="https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-linux-x64-${version}.tar.gz" -checksum=be05377a2a88a3167e3959cf312c55a404314be30df96d7df543e87b761e4cdd +checksum=6ae5c32f0968d93570a7acf3262cb44fb2dd5dba6c6e6133bb1433daa3c23a8d nostrip_files="codium" do_install() { From 9398c5ac82584c1ea1391da426d74423e19245f0 Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Thu, 19 Mar 2020 07:07:28 +0100 Subject: [PATCH 11/13] vscodium-bin: update to 1.43.1. --- srcpkgs/vscodium-bin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vscodium-bin/template b/srcpkgs/vscodium-bin/template index c43c862b1b1..d75b82b0ed7 100644 --- a/srcpkgs/vscodium-bin/template +++ b/srcpkgs/vscodium-bin/template @@ -1,6 +1,6 @@ # Template file for 'vscodium-bin' pkgname=vscodium-bin -version=1.43.0 +version=1.43.1 revision=1 archs="x86_64" create_wrksrc=yes @@ -10,7 +10,7 @@ maintainer="shizonic " license="MIT" homepage="https://github.com/VSCodium/vscodium" distfiles="https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-linux-x64-${version}.tar.gz" -checksum=6ae5c32f0968d93570a7acf3262cb44fb2dd5dba6c6e6133bb1433daa3c23a8d +checksum=5a8c67b3da103baaa843797d4dc487c167c9068ae99181d8f483baf632ef5975 nostrip_files="codium" do_install() { From 54042b39f1647c44eafc1d5acb537cd87a8d5921 Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Wed, 25 Mar 2020 09:54:06 +0100 Subject: [PATCH 12/13] vscodium-bin: update to 1.43.2. --- srcpkgs/vscodium-bin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vscodium-bin/template b/srcpkgs/vscodium-bin/template index d75b82b0ed7..1b52f12db3d 100644 --- a/srcpkgs/vscodium-bin/template +++ b/srcpkgs/vscodium-bin/template @@ -1,6 +1,6 @@ # Template file for 'vscodium-bin' pkgname=vscodium-bin -version=1.43.1 +version=1.43.2 revision=1 archs="x86_64" create_wrksrc=yes @@ -10,7 +10,7 @@ maintainer="shizonic " license="MIT" homepage="https://github.com/VSCodium/vscodium" distfiles="https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-linux-x64-${version}.tar.gz" -checksum=5a8c67b3da103baaa843797d4dc487c167c9068ae99181d8f483baf632ef5975 +checksum=957f7f6a6286fbbf9daf1c4d63469c577b06cdee8461b9f021c8c94d87cffbf0 nostrip_files="codium" do_install() { From e58ac34bd8e8bb26a4c6891bc6980719327294bd Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Thu, 9 Apr 2020 12:52:10 +0200 Subject: [PATCH 13/13] vscodium-bin: update to 1.44.0. --- srcpkgs/vscodium-bin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vscodium-bin/template b/srcpkgs/vscodium-bin/template index 1b52f12db3d..847af77d1ee 100644 --- a/srcpkgs/vscodium-bin/template +++ b/srcpkgs/vscodium-bin/template @@ -1,6 +1,6 @@ # Template file for 'vscodium-bin' pkgname=vscodium-bin -version=1.43.2 +version=1.44.0 revision=1 archs="x86_64" create_wrksrc=yes @@ -10,7 +10,7 @@ maintainer="shizonic " license="MIT" homepage="https://github.com/VSCodium/vscodium" distfiles="https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-linux-x64-${version}.tar.gz" -checksum=957f7f6a6286fbbf9daf1c4d63469c577b06cdee8461b9f021c8c94d87cffbf0 +checksum=0f842932e6a4db3510a171a54aac457f96fc4f6a75562b8d2e20fd927f263bdf nostrip_files="codium" do_install() {