Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] deluge: update to 2.0.3
Date: Wed, 03 Jul 2019 22:18:32 +0200	[thread overview]
Message-ID: <20190703201832.isjeLvSe6fvDFkSQVyO1P9W3MKpyP1GJL885N1Zb4ls@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12734@inbox.vuxu.org>

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

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

https://github.com/mobinmob/void-packages deluge
https://github.com/void-linux/void-packages/pull/12734

deluge: update to 2.0.3


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

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

From cd6f4366778c5e0383bee0aa4bf646aa4c1a1acd Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 29 Jun 2019 16:48:27 +0300
Subject: [PATCH] deluge: update to 2.0.3

---
 .../patches/001-deluge-gtk-settings.patch     | 18 --------------
 srcpkgs/deluge/template                       | 24 +++++++++----------
 2 files changed, 12 insertions(+), 30 deletions(-)
 delete mode 100644 srcpkgs/deluge/patches/001-deluge-gtk-settings.patch

diff --git a/srcpkgs/deluge/patches/001-deluge-gtk-settings.patch b/srcpkgs/deluge/patches/001-deluge-gtk-settings.patch
deleted file mode 100644
index 71241e2aef9..00000000000
--- a/srcpkgs/deluge/patches/001-deluge-gtk-settings.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-# Fixes settings dialog for Deluge 1.3.15
-
---- deluge/ui/gtkui/preferences.py
-+++ deluge/ui/gtkui/preferences.py
-@@ -318,11 +318,8 @@ class Preferences(component.Component):
-             }
-             # Add proxy stuff
- 
--            # Display workaround for single proxy in libtorrent >v0.16
--            try:
--                lt_single_proxy = component.get("PreferencesManager").LT_SINGLE_PROXY
--            except AttributeError:
--                lt_single_proxy = False
-+            # Display workaround for single proxy in libtorrent >= v0.16
-+            lt_single_proxy = True
- 
-             for t in ("peer", "web_seed", "tracker", "dht"):
-                 if lt_single_proxy and not t == "peer":
diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 819b5fecdb9..f062c1d7d42 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,19 +1,19 @@
 # Template file for 'deluge'
 pkgname=deluge
-version=1.3.15
-revision=4
+version=2.0.3
+revision=1
 archs=noarch
-build_style=python2-module
+build_style=python3-module
 pycompile_module="deluge"
-hostmakedepends="intltool python-setuptools"
-depends="python-setuptools python-chardet python-Twisted python-xdg
- libtorrent-rasterbar-python"
+hostmakedepends="intltool python3-setuptools"
+depends="python3-setuptools python3-chardet python3-Twisted python3-xdg
+ libtorrent-rasterbar-python3"
 short_desc="Fully-featured cross-platform BitTorrent client"
 maintainer="Alexey Rochev <equeim@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://deluge-torrent.org/"
-distfiles="https://download.deluge-torrent.org/source/${pkgname}-${version}.tar.gz"
-checksum=2bd239fc7ec0427302677abb86f927299aed4f043eca5d8a1bab2986b3659666
+distfiles="https://ftp.osuosl.org/pub/deluge/source/2.0/deluge-${version}.tar.xz"
+checksum=7e7ae8e6ca2a2bf0d487227cecf81e27332f0b92b567cc2bda38e47d859da891
 
 system_accounts="deluge"
 deluge_homedir="/var/lib/deluge"
@@ -29,11 +29,11 @@ deluge-gtk_package() {
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	pycompile_module="deluge"
-	depends="${sourcepkg}-${version}_${revision} pygtk"
+	depends="${sourcepkg}-${version}_${revision} python3-gobject"
 	pkg_install() {
 		vmove usr/bin/deluge
 		vmove usr/bin/deluge-gtk
-		vmove ${py2_sitelib}/deluge/ui/gtkui
+		vmove ${py3_sitelib}/deluge/ui/gtk3
 		vmove usr/share/applications
 		vmove usr/share/icons
 		vmove usr/share/man/man1/deluge.1
@@ -45,10 +45,10 @@ deluge-web_package() {
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	pycompile_module="deluge"
-	depends="${sourcepkg}-${version}_${revision} python-Mako"
+	depends="${sourcepkg}-${version}_${revision} python3-Mako"
 	pkg_install() {
 		vmove usr/bin/deluge-web
-		vmove ${py2_sitelib}/deluge/ui/web
+		vmove ${py3_sitelib}/deluge/ui/web
 		vmove usr/share/man/man1/deluge-web.1
 		vsv deluge-web
 	}

  parent reply	other threads:[~2019-07-03 20:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-29 13:49 [PR PATCH] " voidlinux-github
2019-06-29 21:04 ` voidlinux-github
2019-06-29 21:22 ` voidlinux-github
2019-06-29 21:22 ` voidlinux-github
2019-06-29 21:42 ` voidlinux-github
2019-06-29 21:46 ` voidlinux-github
2019-06-30 16:43 ` voidlinux-github
2019-06-30 17:31 ` voidlinux-github
2019-06-30 17:37 ` voidlinux-github
2019-07-02 12:35 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-02 12:35 ` voidlinux-github
2019-07-02 12:38 ` voidlinux-github
2019-07-03 20:18 ` voidlinux-github [this message]
2019-07-03 20:18 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-04 15:42 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190703201832.isjeLvSe6fvDFkSQVyO1P9W3MKpyP1GJL885N1Zb4ls@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).