Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] syncthing-gtk: switch to debian python3 fork
@ 2021-11-07 18:34 paper42
  2021-11-07 18:39 ` [PR PATCH] [Updated] " paper42
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: paper42 @ 2021-11-07 18:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages syncthing-gtk-py3
https://github.com/void-linux/void-packages/pull/33943

syncthing-gtk: switch to debian python3 fork
<!-- 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
- [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
-->

@steinex

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-syncthing-gtk-py3-33943.patch --]
[-- Type: text/x-diff, Size: 1672 bytes --]

From 57c0082cfe02f2a7abe400b907734bd608c886bf Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 7 Nov 2021 19:27:44 +0100
Subject: [PATCH] syncthing-gtk: switch to debian python3 fork

---
 srcpkgs/syncthing-gtk/template | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/syncthing-gtk/template b/srcpkgs/syncthing-gtk/template
index 90e9f21cf4ae..38189e94395b 100644
--- a/srcpkgs/syncthing-gtk/template
+++ b/srcpkgs/syncthing-gtk/template
@@ -2,14 +2,16 @@
 pkgname=syncthing-gtk
 reverts="0.14.36_1"
 version=0.9.4.4
-revision=3
-build_style=python2-module
-hostmakedepends="python-setuptools"
-depends="syncthing python-dateutil libnotify librsvg python-bcrypt
- python-cairo gtk+3 python-gobject"
-short_desc="GTK3 and python based GUI for Syncthing"
+_ver=$version+ds+git20201209+c46fbd8-1
+wrksrc="$pkgname-debian-$_ver"
+revision=4
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="syncthing python3-dateutil libnotify librsvg python3-bcrypt
+ python3-cairo gtk+3 python3-gobject"
+short_desc="GTK based GUI for Syncthing"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/syncthing/syncthing-gtk"
-distfiles="https://github.com/syncthing/syncthing-gtk/archive/v${version}.tar.gz"
-checksum=896ddaaba4ad0b8f090c5a381a28b3da759932314562cdd50ca288543b03ddcc
+homepage="https://salsa.debian.org/debian/syncthing-gtk/"
+distfiles="https://salsa.debian.org/debian/syncthing-gtk/-/archive/debian/$_ver/syncthing-gtk-debian-$_ver.tar.gz"
+checksum=dd0787b9aab697387a37cc11995b168e97719f4179406e4c4ed3db10006ee577

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

end of thread, other threads:[~2021-11-13 19:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-07 18:34 [PR PATCH] syncthing-gtk: switch to debian python3 fork paper42
2021-11-07 18:39 ` [PR PATCH] [Updated] " paper42
2021-11-07 18:40 ` paper42
2021-11-08  1:02 ` [PR REVIEW] " sgn
2021-11-12  1:04 ` [PR PATCH] [Updated] " paper42
2021-11-12  1:09 ` paper42
2021-11-12  1:09 ` [PR REVIEW] " paper42
2021-11-13 19:45 ` [PR PATCH] [Merged]: " paper42

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