Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qbittorrent: update to 4.1.9.
@ 2019-10-29 16:11 voidlinux-github
  2019-10-29 20:12 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-29 16:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/k4leg/void-packages qbittorrent
https://github.com/void-linux/void-packages/pull/15896

qbittorrent: update to 4.1.9.


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

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

From 8807e33479c0c0fdfab73a6d9257cb2614972381 Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Tue, 29 Oct 2019 19:10:09 +0300
Subject: [PATCH] qbittorrent: update to 4.1.9.

---
 srcpkgs/qbittorrent/template | 54 +++++++++++++++++-------------------
 1 file changed, 26 insertions(+), 28 deletions(-)

diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template
index 3dbf7b34ee9..f45191c9d2e 100644
--- a/srcpkgs/qbittorrent/template
+++ b/srcpkgs/qbittorrent/template
@@ -1,10 +1,10 @@
 # Template file for 'qbittorrent'
 pkgname=qbittorrent
-version=4.1.8
+version=4.1.9
 revision=1
 create_wrksrc=yes
 build_style=qmake
-hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-qmake qt5-tools"
+hostmakedepends="automake autoconf libtool pkg-config qt5-host-tools qt5-qmake qt5-tools"
 makedepends="libtorrent-rasterbar-devel qt5-declarative-devel qt5-svg-devel"
 depends="qt5-svg"
 short_desc="Free software alternative to µtorrent"
@@ -12,7 +12,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
 license="GPL-2.0-or-later"
 homepage="http://www.qbittorrent.org/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=3feea2ea401d933c492630e4406141658f17b5dc0c8cf9267f849ff2078fb0bb
+checksum=3ad08ab441f85b60715d8ed5369cf21f5c94c7ef07474abc247d09ce93a78ee7
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-svg-devel"
@@ -41,31 +41,29 @@ do_configure() {
 		cd ${wrksrc}/${build}
 		./bootstrap.sh
 		./configure ${opts}
-		cat > qt.conf <<_EOF
-[Paths]
-Sysroot=${XBPS_CROSS_BASE}
-Prefix=${XBPS_CROSS_BASE}/usr
-ArchData=${XBPS_CROSS_BASE}/usr/lib/qt5
-Data=${XBPS_CROSS_BASE}/usr/share/qt5
-Documentation=${XBPS_CROSS_BASE}/usr/share/doc/qt5
-Headers=${XBPS_CROSS_BASE}/usr/include/qt5
-Libraries=${XBPS_CROSS_BASE}/usr/lib
-LibraryExecutables=/usr/lib/qt5/libexec
-Binaries=/usr/lib/qt5/bin
-Tests=${XBPS_CROSS_BASE}/usr/tests
-Plugins=/usr/lib/qt5/plugins
-Imports=${XBPS_CROSS_BASE}/usr/lib/qt5/imports
-Qml2Imports=${XBPS_CROSS_BASE}/usr/lib/qt5/qml
-Translations=${XBPS_CROSS_BASE}/usr/share/qt5/translations
-Settings=${XBPS_CROSS_BASE}/etc/xdg
-Examples=${XBPS_CROSS_BASE}/usr/share/qt5/examples
-HostPrefix=/usr
-HostData=/usr/lib/qt5
-HostBinaries=/usr/lib/qt5/bin
-HostLibraries=/usr/lib
-Spec=linux-g++
-TargetSpec=linux-g++
-_EOF
+		echo "[Paths]" > qt.conf
+		echo "Sysroot=${XBPS_CROSS_BASE}" >> qt.conf
+		echo "Prefix=${XBPS_CROSS_BASE}/usr" >> qt.conf
+		echo "ArchData=${XBPS_CROSS_BASE}/usr/lib/qt5" >> qt.conf
+		echo "Data=${XBPS_CROSS_BASE}/usr/share/qt5" >> qt.conf
+		echo "Documentation=${XBPS_CROSS_BASE}/usr/share/doc/qt5" >> qt.conf
+		echo "Headers=${XBPS_CROSS_BASE}/usr/include/qt5" >> qt.conf
+		echo "Libraries=${XBPS_CROSS_BASE}/usr/lib" >> qt.conf
+		echo "LibraryExecutables=/usr/lib/qt5/libexec" >> qt.conf
+		echo "Binaries=/usr/lib/qt5/bin" >> qt.conf
+		echo "Tests=${XBPS_CROSS_BASE}/usr/tests" >> qt.conf
+		echo "Plugins=/usr/lib/qt5/plugins" >> qt.conf
+		echo "Imports=${XBPS_CROSS_BASE}/usr/lib/qt5/imports" >> qt.conf
+		echo "Qml2Imports=${XBPS_CROSS_BASE}/usr/lib/qt5/qml" >> qt.conf
+		echo "Translations=${XBPS_CROSS_BASE}/usr/share/qt5/translations" >> qt.conf
+		echo "Settings=${XBPS_CROSS_BASE}/etc/xdg" >> qt.conf
+		echo "Examples=${XBPS_CROSS_BASE}/usr/share/qt5/examples" >> qt.conf
+		echo "HostPrefix=/usr" >> qt.conf
+		echo "HostData=/usr/lib/qt5" >> qt.conf
+		echo "HostBinaries=/usr/lib/qt5/bin" >> qt.conf
+		echo "HostLibraries=/usr/lib" >> qt.conf
+		echo "Spec=linux-g++" >> qt.conf
+		echo "TargetSpec=linux-g++" >> qt.conf
 		qmake-qt5 \
 			PREFIX=/usr \
 			LIB=/usr/lib \

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

* Re: [PR PATCH] [Merged]: qbittorrent: update to 4.1.9.
  2019-10-29 16:11 [PR PATCH] qbittorrent: update to 4.1.9 voidlinux-github
@ 2019-10-29 20:12 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-29 20:12 UTC (permalink / raw)
  To: ml

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

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

qbittorrent: update to 4.1.9.
https://github.com/void-linux/void-packages/pull/15896

Description:


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

end of thread, other threads:[~2019-10-29 20:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29 16:11 [PR PATCH] qbittorrent: update to 4.1.9 voidlinux-github
2019-10-29 20:12 ` [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).