Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vagrant: update to 2.2.16
@ 2021-05-25  0:15 jonagoldman
  2021-05-25  0:17 ` [PR PATCH] [Updated] " jonagoldman
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: jonagoldman @ 2021-05-25  0:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 908 bytes --]

There is a new pull request by jonagoldman against master on the void-packages repository

https://github.com/jonagoldman/void-packages master
https://github.com/void-linux/void-packages/pull/31103

vagrant: update to 2.2.16
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 

- [x] I built this PR locally for my native architecture `x86_64`


A patch file from https://github.com/void-linux/void-packages/pull/31103.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-31103.patch --]
[-- Type: text/x-diff, Size: 602 bytes --]

From 2d2e1cb83790cbe1615b498de6411acab70b0d11 Mon Sep 17 00:00:00 2001
From: Jona Goldman <jonagoldman@gmail.com>
Date: Mon, 24 May 2021 21:07:51 -0300
Subject: [PATCH] vagrant: update to 2.2.16

---
 srcpkgs/vagrant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vagrant/template b/srcpkgs/vagrant/template
index c7f3cdcd2de9..43762b7b1e1f 100644
--- a/srcpkgs/vagrant/template
+++ b/srcpkgs/vagrant/template
@@ -1,6 +1,6 @@
 # Template file for 'vagrant'
 pkgname=vagrant
-version=2.2.15
+version=2.2.16
 revision=1
 archs="i686 x86_64*"
 hostmakedepends="ruby"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] vagrant: update to 2.2.16
  2021-05-25  0:15 [PR PATCH] vagrant: update to 2.2.16 jonagoldman
@ 2021-05-25  0:17 ` jonagoldman
  2021-05-25  0:22 ` jonagoldman
  2021-05-25  0:23 ` [PR PATCH] [Closed]: " jonagoldman
  2 siblings, 0 replies; 5+ messages in thread
From: jonagoldman @ 2021-05-25  0:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 913 bytes --]

There is an updated pull request by jonagoldman against master on the void-packages repository

https://github.com/jonagoldman/void-packages master
https://github.com/void-linux/void-packages/pull/31103

vagrant: update to 2.2.16
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 

- [x] I built this PR locally for my native architecture `x86_64`


A patch file from https://github.com/void-linux/void-packages/pull/31103.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-31103.patch --]
[-- Type: text/x-diff, Size: 5678 bytes --]

From 2d2e1cb83790cbe1615b498de6411acab70b0d11 Mon Sep 17 00:00:00 2001
From: Jona Goldman <jonagoldman@gmail.com>
Date: Mon, 24 May 2021 21:07:51 -0300
Subject: [PATCH 1/2] vagrant: update to 2.2.16

---
 srcpkgs/vagrant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vagrant/template b/srcpkgs/vagrant/template
index c7f3cdcd2de9..43762b7b1e1f 100644
--- a/srcpkgs/vagrant/template
+++ b/srcpkgs/vagrant/template
@@ -1,6 +1,6 @@
 # Template file for 'vagrant'
 pkgname=vagrant
-version=2.2.15
+version=2.2.16
 revision=1
 archs="i686 x86_64*"
 hostmakedepends="ruby"

From a696de6adcb4123ece1a3aee14f570c04137c5cb Mon Sep 17 00:00:00 2001
From: Jona Goldman <jonagoldman@gmail.com>
Date: Mon, 24 May 2021 21:17:20 -0300
Subject: [PATCH 2/2] New package: visual-studio-code-1.56.2

---
 srcpkgs/visual-studio-code/REMOVE             | 12 ++++++
 .../visual-studio-code-url-handler.desktop    | 12 ++++++
 .../files/visual-studio-code-workspace.xml    |  7 ++++
 .../files/visual-studio-code.desktop          | 18 +++++++++
 srcpkgs/visual-studio-code/template           | 39 +++++++++++++++++++
 5 files changed, 88 insertions(+)
 create mode 100644 srcpkgs/visual-studio-code/REMOVE
 create mode 100644 srcpkgs/visual-studio-code/files/visual-studio-code-url-handler.desktop
 create mode 100644 srcpkgs/visual-studio-code/files/visual-studio-code-workspace.xml
 create mode 100644 srcpkgs/visual-studio-code/files/visual-studio-code.desktop
 create mode 100644 srcpkgs/visual-studio-code/template

diff --git a/srcpkgs/visual-studio-code/REMOVE b/srcpkgs/visual-studio-code/REMOVE
new file mode 100644
index 000000000000..77a9728e3436
--- /dev/null
+++ b/srcpkgs/visual-studio-code/REMOVE
@@ -0,0 +1,12 @@
+if [ "$UPDATE" = "no" ]; then
+    case "$ACTION" in
+        post)
+            if [ -d usr/lib/code ]; then
+                rm -rf usr/lib/code
+            fi
+            if [ -d usr/share/code ]; then
+                rm -rf usr/share/code
+            fi
+        ;;
+    esac
+fi
diff --git a/srcpkgs/visual-studio-code/files/visual-studio-code-url-handler.desktop b/srcpkgs/visual-studio-code/files/visual-studio-code-url-handler.desktop
new file mode 100644
index 000000000000..63a4488bc13e
--- /dev/null
+++ b/srcpkgs/visual-studio-code/files/visual-studio-code-url-handler.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=Visual Studio Code - URL Handler
+Comment=Code Editing. Refined.
+GenericName=Text Editor
+Exec=/usr/lib/visual-studio-code/bin/code --no-sandbox --open-url %U
+Icon=visual-studio-code
+Type=Application
+NoDisplay=true
+StartupNotify=true
+Categories=Utility;TextEditor;Development;IDE;
+MimeType=x-scheme-handler/vscode;
+Keywords=vscode;
diff --git a/srcpkgs/visual-studio-code/files/visual-studio-code-workspace.xml b/srcpkgs/visual-studio-code/files/visual-studio-code-workspace.xml
new file mode 100644
index 000000000000..6a4a9585827e
--- /dev/null
+++ b/srcpkgs/visual-studio-code/files/visual-studio-code-workspace.xml
@@ -0,0 +1,7 @@
+<?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">
+     <comment>Visual Studio Code Workspace</comment>
+     <glob pattern="*.code-workspace"/>
+   </mime-type>
+</mime-info>
diff --git a/srcpkgs/visual-studio-code/files/visual-studio-code.desktop b/srcpkgs/visual-studio-code/files/visual-studio-code.desktop
new file mode 100644
index 000000000000..f018a1172317
--- /dev/null
+++ b/srcpkgs/visual-studio-code/files/visual-studio-code.desktop
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Visual Studio Code
+Comment=Code Editing. Refined.
+GenericName=Text Editor
+Exec=/usr/lib/visual-studio-code/bin/code --no-sandbox --unity-launch %F
+Icon=visual-studio-code
+Type=Application
+StartupNotify=false
+StartupWMClass=code
+Categories=Utility;TextEditor;Development;IDE;
+MimeType=text/plain;inode/directory;application/x-visual-studio-code-workspace;
+Actions=new-empty-window;
+Keywords=vscode;
+
+[Desktop Action new-empty-window]
+Name=New Empty Window
+Exec=/usr/lib/visual-studio-code/bin/code --no-sandbox --new-window %F
+Icon=visual-studio-code
diff --git a/srcpkgs/visual-studio-code/template b/srcpkgs/visual-studio-code/template
new file mode 100644
index 000000000000..37dd64021752
--- /dev/null
+++ b/srcpkgs/visual-studio-code/template
@@ -0,0 +1,39 @@
+# Template file for 'visual-studio-code'
+pkgname=visual-studio-code
+version=1.56.2
+revision=1
+depends=""
+wrksrc="VSCode-linux-x64"
+short_desc="Visual Studio Code"
+maintainer="jonagoldman <jonagoldman@gmail.com>"
+license="MIT"
+homepage="https://code.visualstudio.com"
+distfiles="https://az764295.vo.msecnd.net/stable/054a9295330880ed74ceaedda236253b4f39a335/code-stable-x64-1620838810.tar.gz"
+checksum=7b3decb6cc6c372315437ba060f94c8bf6ff09abeb31a1f7ffcfd66fd3531923
+nopie=1
+
+do_install() {
+    # source
+    vmkdir usr/lib/${pkgname}
+    vcopy ${wrksrc}/* usr/lib/${pkgname}
+
+    # binary
+    vmkdir usr/bin
+    ln -sf /usr/lib/${pkgname}/bin/code ${DESTDIR}/usr/bin/code
+
+    # icon
+    vmkdir usr/share/pixmaps
+    ln -sf /usr/lib/${pkgname}/resources/app/resources/linux/code.png ${DESTDIR}/usr/share/pixmaps/code.png
+
+    # license
+    vlicense ${wrksrc}/resources/app/LICENSE.rtf
+
+    # desktop
+    vmkdir usr/share/applications
+    vinstall ${FILESDIR}/${pkgname}.desktop 644 /usr/share/applications
+    vinstall ${FILESDIR}/${pkgname}-url-handler.desktop 644 /usr/share/applications
+    
+    # mime
+    vmkdir usr/share/mime/packages
+    vinstall ${FILESDIR}/${pkgname}-workspace.xml 644 /usr/share/mime/packages
+}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] vagrant: update to 2.2.16
  2021-05-25  0:15 [PR PATCH] vagrant: update to 2.2.16 jonagoldman
  2021-05-25  0:17 ` [PR PATCH] [Updated] " jonagoldman
@ 2021-05-25  0:22 ` jonagoldman
  2021-05-25  0:23 ` [PR PATCH] [Closed]: " jonagoldman
  2 siblings, 0 replies; 5+ messages in thread
From: jonagoldman @ 2021-05-25  0:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 913 bytes --]

There is an updated pull request by jonagoldman against master on the void-packages repository

https://github.com/jonagoldman/void-packages master
https://github.com/void-linux/void-packages/pull/31103

vagrant: update to 2.2.16
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 

- [x] I built this PR locally for my native architecture `x86_64`


A patch file from https://github.com/void-linux/void-packages/pull/31103.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-31103.patch --]
[-- Type: text/x-diff, Size: 602 bytes --]

From 2d2e1cb83790cbe1615b498de6411acab70b0d11 Mon Sep 17 00:00:00 2001
From: Jona Goldman <jonagoldman@gmail.com>
Date: Mon, 24 May 2021 21:07:51 -0300
Subject: [PATCH] vagrant: update to 2.2.16

---
 srcpkgs/vagrant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vagrant/template b/srcpkgs/vagrant/template
index c7f3cdcd2de9..43762b7b1e1f 100644
--- a/srcpkgs/vagrant/template
+++ b/srcpkgs/vagrant/template
@@ -1,6 +1,6 @@
 # Template file for 'vagrant'
 pkgname=vagrant
-version=2.2.15
+version=2.2.16
 revision=1
 archs="i686 x86_64*"
 hostmakedepends="ruby"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: vagrant: update to 2.2.16
  2021-05-25  0:15 [PR PATCH] vagrant: update to 2.2.16 jonagoldman
  2021-05-25  0:17 ` [PR PATCH] [Updated] " jonagoldman
  2021-05-25  0:22 ` jonagoldman
@ 2021-05-25  0:23 ` jonagoldman
  2 siblings, 0 replies; 5+ messages in thread
From: jonagoldman @ 2021-05-25  0:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 750 bytes --]

There's a closed pull request on the void-packages repository

vagrant: update to 2.2.16
https://github.com/void-linux/void-packages/pull/31103

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 

- [x] I built this PR locally for my native architecture `x86_64`


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PR PATCH] vagrant: update to 2.2.16.
@ 2021-05-23 22:12 BlueChrystal
  0 siblings, 0 replies; 5+ messages in thread
From: BlueChrystal @ 2021-05-23 22:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1663 bytes --]

There is a new pull request by BlueChrystal against master on the void-packages repository

https://github.com/BlueChrystal/void-packages vagrant-2.2.16_1
https://github.com/void-linux/void-packages/pull/31081

vagrant: update to 2.2.16.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

Sorry, I have no idea how I'm supposed to test this.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/31081.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vagrant-2.2.16_1-31081.patch --]
[-- Type: text/x-diff, Size: 1015 bytes --]

From 06c6a03e412fd049e71c849c7e1f4596c5be7890 Mon Sep 17 00:00:00 2001
From: BlueChrystal <84290062+BlueChrystal@users.noreply.github.com>
Date: Mon, 24 May 2021 01:11:25 +0300
Subject: [PATCH] vagrant: update to 2.2.16.

---
 srcpkgs/vagrant/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vagrant/template b/srcpkgs/vagrant/template
index c7f3cdcd2de9..647d0abc0060 100644
--- a/srcpkgs/vagrant/template
+++ b/srcpkgs/vagrant/template
@@ -1,6 +1,6 @@
 # Template file for 'vagrant'
 pkgname=vagrant
-version=2.2.15
+version=2.2.16
 revision=1
 archs="i686 x86_64*"
 hostmakedepends="ruby"
@@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MIT"
 homepage="https://www.vagrantup.com/"
 distfiles="https://github.com/mitchellh/${pkgname}/archive/v${version}.tar.gz"
-checksum=98c9c726d5cb7e46793b4505f3d907b2a0673e0f6e43997c218a0be5330cc83f
+checksum=ab3c60bb12b2da916fd073192849f2b5d3f224f95febf3538212247c4cde28d6
 nocross=yes
 
 post_extract() {

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-25  0:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25  0:15 [PR PATCH] vagrant: update to 2.2.16 jonagoldman
2021-05-25  0:17 ` [PR PATCH] [Updated] " jonagoldman
2021-05-25  0:22 ` jonagoldman
2021-05-25  0:23 ` [PR PATCH] [Closed]: " jonagoldman
  -- strict thread matches above, loose matches on Subject: below --
2021-05-23 22:12 [PR PATCH] " BlueChrystal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).