Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] deluge: add missing dependencies
@ 2019-07-06 20:16 voidlinux-github
  2019-07-06 20:25 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-06 20:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages deluge
https://github.com/void-linux/void-packages/pull/12852

deluge: add missing dependencies


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

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

From 8ad04702349e90bd504cee7934970f0ba8ed1c8d Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Sat, 6 Jul 2019 23:12:40 +0300
Subject: [PATCH] deluge: add missing dependencies

---
 srcpkgs/deluge/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index f062c1d7d42..390b8b65b0a 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,12 +1,13 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 pycompile_module="deluge"
 hostmakedepends="intltool python3-setuptools"
 depends="python3-setuptools python3-chardet python3-Twisted python3-xdg
+ python3-Mako python3-Pillow python3-rencode python3-setproctitle
  libtorrent-rasterbar-python3"
 short_desc="Fully-featured cross-platform BitTorrent client"
 maintainer="Alexey Rochev <equeim@gmail.com>"

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

* Re: [PR PATCH] [Updated] deluge: add missing dependencies
  2019-07-06 20:16 [PR PATCH] deluge: add missing dependencies voidlinux-github
@ 2019-07-06 20:25 ` voidlinux-github
  2019-07-06 20:25 ` voidlinux-github
  2019-07-07 10:30 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-06 20:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages deluge
https://github.com/void-linux/void-packages/pull/12852

deluge: add missing dependencies


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

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

From 3d6389386bd8c227c1b9af3b2e3b71432a063fd2 Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Sat, 6 Jul 2019 23:12:40 +0300
Subject: [PATCH] deluge: add missing dependencies

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

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index f062c1d7d42..dee8b8d96dd 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,13 +1,13 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 pycompile_module="deluge"
 hostmakedepends="intltool python3-setuptools"
-depends="python3-setuptools python3-chardet python3-Twisted python3-xdg
- libtorrent-rasterbar-python3"
+depends="python3-setuptools python3-chardet python3-Twisted python3-Mako
+ python3-xdg python3-rencode python3-setproctitle libtorrent-rasterbar-python3"
 short_desc="Fully-featured cross-platform BitTorrent client"
 maintainer="Alexey Rochev <equeim@gmail.com>"
 license="GPL-3.0-or-later"
@@ -29,7 +29,7 @@ deluge-gtk_package() {
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	pycompile_module="deluge"
-	depends="${sourcepkg}-${version}_${revision} python3-gobject"
+	depends="${sourcepkg}-${version}_${revision} python3-gobject python3-Pillow"
 	pkg_install() {
 		vmove usr/bin/deluge
 		vmove usr/bin/deluge-gtk
@@ -45,7 +45,7 @@ deluge-web_package() {
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	pycompile_module="deluge"
-	depends="${sourcepkg}-${version}_${revision} python3-Mako"
+	depends="${sourcepkg}-${version}_${revision} python3-Pillow"
 	pkg_install() {
 		vmove usr/bin/deluge-web
 		vmove ${py3_sitelib}/deluge/ui/web

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

* Re: [PR PATCH] [Updated] deluge: add missing dependencies
  2019-07-06 20:16 [PR PATCH] deluge: add missing dependencies voidlinux-github
  2019-07-06 20:25 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-06 20:25 ` voidlinux-github
  2019-07-07 10:30 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-06 20:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages deluge
https://github.com/void-linux/void-packages/pull/12852

deluge: add missing dependencies


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

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

From 3d6389386bd8c227c1b9af3b2e3b71432a063fd2 Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Sat, 6 Jul 2019 23:12:40 +0300
Subject: [PATCH] deluge: add missing dependencies

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

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index f062c1d7d42..dee8b8d96dd 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,13 +1,13 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 pycompile_module="deluge"
 hostmakedepends="intltool python3-setuptools"
-depends="python3-setuptools python3-chardet python3-Twisted python3-xdg
- libtorrent-rasterbar-python3"
+depends="python3-setuptools python3-chardet python3-Twisted python3-Mako
+ python3-xdg python3-rencode python3-setproctitle libtorrent-rasterbar-python3"
 short_desc="Fully-featured cross-platform BitTorrent client"
 maintainer="Alexey Rochev <equeim@gmail.com>"
 license="GPL-3.0-or-later"
@@ -29,7 +29,7 @@ deluge-gtk_package() {
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	pycompile_module="deluge"
-	depends="${sourcepkg}-${version}_${revision} python3-gobject"
+	depends="${sourcepkg}-${version}_${revision} python3-gobject python3-Pillow"
 	pkg_install() {
 		vmove usr/bin/deluge
 		vmove usr/bin/deluge-gtk
@@ -45,7 +45,7 @@ deluge-web_package() {
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	pycompile_module="deluge"
-	depends="${sourcepkg}-${version}_${revision} python3-Mako"
+	depends="${sourcepkg}-${version}_${revision} python3-Pillow"
 	pkg_install() {
 		vmove usr/bin/deluge-web
 		vmove ${py3_sitelib}/deluge/ui/web

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

* Re: [PR PATCH] [Merged]: deluge: add missing dependencies
  2019-07-06 20:16 [PR PATCH] deluge: add missing dependencies voidlinux-github
  2019-07-06 20:25 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-06 20:25 ` voidlinux-github
@ 2019-07-07 10:30 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-07 10:30 UTC (permalink / raw)
  To: ml

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

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

deluge: add missing dependencies
https://github.com/void-linux/void-packages/pull/12852
Description: 

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

end of thread, other threads:[~2019-07-07 10:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-06 20:16 [PR PATCH] deluge: add missing dependencies voidlinux-github
2019-07-06 20:25 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-06 20:25 ` voidlinux-github
2019-07-07 10:30 ` [PR PATCH] [Merged]: " voidlinux-github

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