Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] upwork: update to 5.8.0.31.
@ 2023-06-29  3:34 lz-coder
  2023-09-28  1:45 ` github-actions
  2023-10-13  1:46 ` [PR PATCH] [Closed]: " github-actions
  0 siblings, 2 replies; 3+ messages in thread
From: lz-coder @ 2023-06-29  3:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lz-coder/void-packages upwork
https://github.com/void-linux/void-packages/pull/44705

upwork: update to 5.8.0.31.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/44705.patch is attached

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

From e3b8d1d55fee5ed52583576f8abeb9001ecbc916 Mon Sep 17 00:00:00 2001
From: lzcoder <lzcoder@proton.me>
Date: Thu, 29 Jun 2023 00:26:50 -0300
Subject: [PATCH] upwork: update to 5.8.0.31.

---
 srcpkgs/upwork/template | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/upwork/template b/srcpkgs/upwork/template
index ef8a196d7dfd..ed07b4f06993 100644
--- a/srcpkgs/upwork/template
+++ b/srcpkgs/upwork/template
@@ -1,19 +1,20 @@
 # Template file for 'upwork'
 pkgname=upwork
-version=5.6.10.0
+version=5.8.0.31
 revision=1
 _rawver=${version//./_}
-_hashver="b124e6f3a4944b32"
+_hashver="b7b2c82d2557407d"
+_useragent="User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0"
 archs="x86_64"
 depends="alsa-lib gtk+ GConf gdk-pixbuf nss libXtst libXScrnSaver"
+hostmakedepends="curl"
 short_desc="Desktop Upwork app"
 maintainer="Arthur Evstifeev <mail@ap4y.me>"
 license="custom:Upwork"
 homepage="https://upwork.com/"
-distfiles="https://upwork-usw2-desktopapp.upwork.com/binaries/v${_rawver}_${_hashver}/${pkgname}_${version}_amd64.deb
- https://upwork.pactsafe.io/versions/5ab3efef63d65b6a18aab106.pdf>LICENSE.pdf"
-checksum="fd201ce817abe32e1b582bb4b55fef85ac8132806f5ddf0548fd25bbfd48833c
- 0949da5999c3b948bcc4165e6c55522915d9bab1790d27120eda0915aae143bb"
+distfiles="https://upwork-usw2-desktopapp.upwork.com/binaries/v${_rawver}_${_hashver}/${pkgname}_${version}_amd64.deb"
+_licensefile="https://upwork.pactsafe.io/versions/5ab3efef63d65b6a18aab106.pdf"
+checksum="b5057abf453ac71a8197b9d06818574ab73d8affbb48f1df0014e22494039cf2"
 repository="nonfree"
 restricted=yes
 nopie=yes
@@ -22,14 +23,19 @@ nopie=yes
 # will trigger dependency on rpi-userland packages (makes no sense on x86_64).
 skiprdeps="/opt/${pkgname^}/libEGL.so"
 
+do_fetch() {
+	curl -LO --tlsv1.3 -H "${_useragent}" ${distfiles}
+	curl -o "LICENSE.pdf" ${_licensefile}
+}
+
 do_extract() {
-	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}_${version}_amd64.deb
+	ar x ${XBPS_BUILDDIR}/${pkgname}_${version}_amd64.deb
 	bsdtar xf data.tar.xz
 }
 
 do_install() {
-	vcopy opt opt
-	vcopy usr usr
+	vcopy opt /
+	vcopy usr /
 	vbin ${FILESDIR}/${pkgname}
-	vlicense ${XBPS_SRCDISTDIR}/${pkgname}-${version}/LICENSE.pdf
+	vlicense ${XBPS_BUILDDIR}/LICENSE.pdf
 }

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

* Re: upwork: update to 5.8.0.31.
  2023-06-29  3:34 [PR PATCH] upwork: update to 5.8.0.31 lz-coder
@ 2023-09-28  1:45 ` github-actions
  2023-10-13  1:46 ` [PR PATCH] [Closed]: " github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2023-09-28  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/44705#issuecomment-1738323370

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: upwork: update to 5.8.0.31.
  2023-06-29  3:34 [PR PATCH] upwork: update to 5.8.0.31 lz-coder
  2023-09-28  1:45 ` github-actions
@ 2023-10-13  1:46 ` github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2023-10-13  1:46 UTC (permalink / raw)
  To: ml

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

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

upwork: update to 5.8.0.31.
https://github.com/void-linux/void-packages/pull/44705

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->


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

end of thread, other threads:[~2023-10-13  1:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-29  3:34 [PR PATCH] upwork: update to 5.8.0.31 lz-coder
2023-09-28  1:45 ` github-actions
2023-10-13  1:46 ` [PR PATCH] [Closed]: " github-actions

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).