Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yandesk-disk: update to 0.1.6.1074
@ 2021-07-01  2:41 heliocat
  2021-07-01  4:06 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: heliocat @ 2021-07-01  2:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/heliocat/void-packages yandex-disk
https://github.com/void-linux/void-packages/pull/31729

yandesk-disk: update to 0.1.6.1074
<!-- Mark items with [x] where applicable -->
I haven't tested it or anything but considering it's an extract-and-repack proprietary thing, odds are it'll work.

#### 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
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
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
-->
@almamay 

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

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

From e977f8b7350c87a2399b801ec86258ccf74e07b5 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Wed, 30 Jun 2021 19:40:00 -0700
Subject: [PATCH] yandesk-disk: update to 0.1.6.1074

---
 srcpkgs/yandex-disk/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/yandex-disk/template b/srcpkgs/yandex-disk/template
index 300f8e4fbe66..743502441ba5 100644
--- a/srcpkgs/yandex-disk/template
+++ b/srcpkgs/yandex-disk/template
@@ -1,11 +1,11 @@
 # Template file for 'yandex-disk'
 pkgname=yandex-disk
-version=0.1.5.1039
+version=0.1.6.1074
 revision=1
 archs="i686 x86_64"
 short_desc="Console client for Yandex.Disk"
 maintainer="Alexander Mamay <alexander@mamay.su>"
-license="Proprietary"
+license="custom:Yandex Desktop Software License Agreement"
 homepage="https://disk.yandex.com/"
 repository="nonfree"
 restricted=yes
@@ -14,11 +14,11 @@ nostrip_files=yandex-disk
 if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
 	debpkgid="${pkgname}_${version}_amd64.deb"
 	distfiles="http://repo.yandex.ru/yandex-disk/deb/pool/main/y/${pkgname}/${debpkgid}"
-	checksum=1a6b8c6200a09bd8d2f8aacb3ebb18208b89d5b055be9bab5c3ed1a0336ac1d6
+	checksum=dddc57d2dbb1a68d8aef67450d138a9b7c7975438c10b6bbf5a0214e7fd47ecd
 else
 	debpkgid="${pkgname}_${version}_i386.deb"
 	distfiles="http://repo.yandex.ru/yandex-disk/deb/pool/main/y/${pkgname}/${debpkgid}"
-	checksum=da195f7ddc3dcd8bf4fa08ff042860beea0759f39af74b8459be333e2b81393e
+	checksum=b0b0d25a966c1c48aef87bb5bceeb41d2150859cb64896fe07c765ad73bdf242
 fi
 
 do_extract() {
@@ -34,5 +34,5 @@ do_install() {
 	vcopy usr/share/locale usr/share
 	install -m644 -D etc/bash_completion.d/yandex-disk-completion.bash \
 		${DESTDIR}/usr/share/bash-completion/completions/yandex-disk
-	sed -e "s/^\(have.*\)/\#\1/" -i ${DESTDIR}/usr/share/bash-completion/completions/yandex-disk
+	vsed -e "s/^\(have.*\)/\#\1/" -i ${DESTDIR}/usr/share/bash-completion/completions/yandex-disk
 }

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

* Re: [PR PATCH] [Merged]: yandesk-disk: update to 0.1.6.1074
  2021-07-01  2:41 [PR PATCH] yandesk-disk: update to 0.1.6.1074 heliocat
@ 2021-07-01  4:06 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2021-07-01  4:06 UTC (permalink / raw)
  To: ml

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

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

yandesk-disk: update to 0.1.6.1074
https://github.com/void-linux/void-packages/pull/31729

Description:
<!-- Mark items with [x] where applicable -->
I haven't tested it or anything but considering it's an extract-and-repack proprietary thing, odds are it'll work.

#### 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
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
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
-->
@almamay 

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

end of thread, other threads:[~2021-07-01  4:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-01  2:41 [PR PATCH] yandesk-disk: update to 0.1.6.1074 heliocat
2021-07-01  4:06 ` [PR PATCH] [Merged]: " ericonr

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