Github messages for voidlinux
 help / color / mirror / Atom feed
From: mobinmob <mobinmob@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] ktorrent and libktorrent update to 20.12.1.
Date: Mon, 18 Jan 2021 22:00:49 +0100	[thread overview]
Message-ID: <20210118210049.Ne6vGlzgPIYsZb5CENEFAA4MUbvfUiMvV-ni9xi594M@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27905@inbox.vuxu.org>

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

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

https://github.com/mobinmob/void-packages ktorrent
https://github.com/void-linux/void-packages/pull/27905

ktorrent and libktorrent update to 20.12.1.
They build and work on x86_64.

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

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

From 4894a8d1538ccc40f7d5151130135209d7495ea9 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 18 Jan 2021 22:59:13 +0200
Subject: [PATCH 1/2] libktorrent: update to 20.12.1.

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

diff --git a/srcpkgs/libktorrent/template b/srcpkgs/libktorrent/template
index 4bfa0e7a673..7d234583030 100644
--- a/srcpkgs/libktorrent/template
+++ b/srcpkgs/libktorrent/template
@@ -1,17 +1,22 @@
 # Template file for 'libktorrent'
 pkgname=libktorrent
-version=2.2.0
+version=20.12.1
 revision=1
 build_style=cmake
-hostmakedepends="extra-cmake-modules gettext qt5-host-tools qt5-qmake python doxygen"
+hostmakedepends="extra-cmake-modules gettext qt5-host-tools qt5-qmake python3 doxygen"
 makedepends="qt5-devel karchive-devel ksolid-devel kio-devel ki18n-devel
 	kcrash-devel gmp-devel qca-qt5-devel"
 short_desc="BitTorrent protocol implementation"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="http://ktorrent.pwsp.net"
-distfiles="https://github.com/KDE/libktorrent/archive/v${version}.tar.gz"
-checksum=c6f684611f1af6805b7e8caf022288cf6751df6da05ba261013435846b5de006
+homepage="https://apps.kde.org/en/ktorrent"
+distfiles="${KDE_SITE}/release-service/${version}/src/libktorrent-${version}.tar.xz"
+checksum=bbaa68598993cf83e21d036b53b901efa190ea5e49b394ccc23f3e62c0caaca2
+
+do_check() {
+	# XX qt.qpa.xcb: could not connect to display
+	:
+}
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kcoreaddons"

From d2458238ea261064254876609c3c52aa778bffad Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 18 Jan 2021 22:59:19 +0200
Subject: [PATCH 2/2] ktorrent: update to 20.12.1.

---
 srcpkgs/ktorrent/template | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ktorrent/template b/srcpkgs/ktorrent/template
index 77209881a1c..812906271d9 100644
--- a/srcpkgs/ktorrent/template
+++ b/srcpkgs/ktorrent/template
@@ -1,20 +1,27 @@
 # Template file for 'ktorrent'
 pkgname=ktorrent
-version=5.2.0
+version=20.12.1
 revision=1
 build_style=cmake
+configure_args="-DWITH_SYSTEM_GEOIP=ON"
 hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake gettext"
 makedepends="qt5-devel qt5-script-devel ki18n-devel kio-devel kxmlgui-devel
  knotifications-devel ksolid-devel kconfig-devel kcoreaddons-devel kdoctools-devel
  kross-devel kcmutils-devel sonnet-devel kdbusaddons-devel kcrash-devel
  karchive-devel knotifyconfig-devel libktorrent-devel kplotting-devel
- gmp-devel taglib-devel kdnssd-devel kdewebkit-devel"
+ gmp-devel taglib-devel kdnssd-devel kdewebkit-devel geoip-devel syndication-devel"
+depends="geoip-data"
 short_desc="BitTorrent client based on the KDE platform"
 maintainer="Norbert Vegh <vegh@norvegh.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.kde.org/applications/internet/ktorrent"
-distfiles="${KDE_SITE}/ktorrent/${version}/ktorrent-${version}.tar.xz"
-checksum=d1031d745c1ace02d11b59c426610aee779d208e3d1ae81f8559c265173732ff
+distfiles="${KDE_SITE}/release-service/${version}/src/ktorrent-${version}.tar.xz"
+checksum=8c5f52d9b4597c117c0ed189c2ada3b9716bc0d5ceb53fde66f6a009bee68354
+
+do_check() {
+	# XX qt.qpa.xcb: could not connect to display
+	:
+}
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"

  parent reply	other threads:[~2021-01-18 21:00 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-13 21:48 [PR PATCH] " mobinmob
2021-01-14 23:34 ` [PR PATCH] [Updated] " mobinmob
2021-01-14 23:45 ` mobinmob
2021-01-17  0:16 ` [PR REVIEW] " Piraty
2021-01-17  0:16 ` Piraty
2021-01-18 17:39 ` Chocimier
2021-01-18 17:39 ` Chocimier
2021-01-18 19:01 ` mobinmob
2021-01-18 19:02 ` mobinmob
2021-01-18 20:24 ` Chocimier
2021-01-18 20:24 ` Chocimier
2021-01-18 21:00 ` mobinmob [this message]
2021-01-18 21:04 ` Chocimier
2021-01-18 21:09 ` mobinmob
2021-01-18 21:09 ` mobinmob
2021-01-18 21:09 ` mobinmob
2021-01-18 21:14 ` mobinmob
2021-01-18 21:20 ` mobinmob
2021-01-18 21:25 ` mobinmob
2021-01-18 21:27 ` [PR PATCH] [Updated] " mobinmob
2021-01-18 21:28 ` [PR REVIEW] " mobinmob
2021-01-20 17:31 ` [PR PATCH] [Updated] " mobinmob
2021-01-20 17:34 ` [PR REVIEW] " mobinmob
2021-01-20 17:34 ` mobinmob
2021-01-20 17:36 ` mobinmob
2021-01-22  4:31 ` ericonr
2021-01-22 19:15 ` Chocimier
2021-01-22 20:32 ` [PR PATCH] [Updated] " mobinmob
2021-01-22 20:33 ` mobinmob
2021-01-22 21:55 ` [PR PATCH] [Updated] " Chocimier
2021-01-22 21:57 ` Chocimier
2021-01-23 22:33 ` [PR PATCH] [Merged]: " Chocimier

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=20210118210049.Ne6vGlzgPIYsZb5CENEFAA4MUbvfUiMvV-ni9xi594M@z \
    --to=mobinmob@users.noreply.github.com \
    --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).