Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] qbittorrent: update to 4.1.9.
Date: Tue, 29 Oct 2019 17:11:53 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15896@inbox.vuxu.org> (raw)

[-- 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 \

             reply	other threads:[~2019-10-29 16:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-29 16:11 voidlinux-github [this message]
2019-10-29 20:12 ` [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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15896@inbox.vuxu.org \
    --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).