summaryrefslogtreecommitdiff
path: root/user/ktorrent
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-09-06 00:10:47 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-09-06 00:10:47 +0000
commit73a909518d3d0d64a8e3c797ed6b0c107b33aa35 (patch)
tree690577220de1ae57f150f8a0db2d55db0588266e /user/ktorrent
parent3a2f43aa8d45f300607efed9fc88f8eedee46292 (diff)
downloadpackages-73a909518d3d0d64a8e3c797ed6b0c107b33aa35.tar.gz
packages-73a909518d3d0d64a8e3c797ed6b0c107b33aa35.tar.bz2
packages-73a909518d3d0d64a8e3c797ed6b0c107b33aa35.tar.xz
packages-73a909518d3d0d64a8e3c797ed6b0c107b33aa35.zip
user/ktorrent: bump to 5.1.1
Diffstat (limited to 'user/ktorrent')
-rw-r--r--user/ktorrent/APKBUILD11
-rw-r--r--user/ktorrent/qtimer.patch29
2 files changed, 4 insertions, 36 deletions
diff --git a/user/ktorrent/APKBUILD b/user/ktorrent/APKBUILD
index f239a08a3..0f816ab37 100644
--- a/user/ktorrent/APKBUILD
+++ b/user/ktorrent/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=ktorrent
-pkgver=5.1.0
-pkgrel=1
+pkgver=5.1.1
+pkgrel=0
pkgdesc="BitTorrent client by KDE"
url="https://www.kde.org/applications/internet/ktorrent/"
arch="all"
@@ -16,9 +16,7 @@ makedepends="cmake extra-cmake-modules qt5-qtbase-dev qt5-qtscript-dev kio-dev
kwindowsystem-dev kxmlgui-dev libktorrent-dev taglib-dev kplotting-dev
kdnssd-dev plasma-workspace-dev"
subpackages="$pkgname-doc $pkgname-lang"
-source="https://download.kde.org/stable/ktorrent/5.1/ktorrent-$pkgver.tar.xz
- qtimer.patch
- "
+source="https://download.kde.org/stable/ktorrent/$pkgver/ktorrent-$pkgver.tar.xz"
build() {
cd "$builddir"
@@ -46,5 +44,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="7bfe3a04a2b0f62d68b41c946af34e9f6ead6aa4ff7818a9c0ce2e83629d311e9e9be5fb1689065ce2601c43bd576b27d8c6946b845d4cdf5fa6362d53e8dd25 ktorrent-5.1.0.tar.xz
-94972e958b44850686d6853090bb0ba7b709b68f5b3c8715c42c1cab602ce2b22710fc120bad4a1cc824fc6de9e9aedc94f5bb8b9f9d31170d24adaefabdce28 qtimer.patch"
+sha512sums="bbe744853018380e30efc6ef95916a9b6f0ebec812d70d7970e5e7183d860d147b0693dd0107b146a5987aa27f30cd335fad73c8967839d53eee1c5b63a53c06 ktorrent-5.1.1.tar.xz"
diff --git a/user/ktorrent/qtimer.patch b/user/ktorrent/qtimer.patch
deleted file mode 100644
index efbf740c0..000000000
--- a/user/ktorrent/qtimer.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 6d7433d44c7f18cd84d2de105beb5c646ed0e355 Mon Sep 17 00:00:00 2001
-From: Adriaan de Groot <groot@kde.org>
-Date: Tue, 24 Apr 2018 19:15:32 +0200
-Subject: QTimer may not be an incomplete type as it is used as a member
- variable. Add the #include to fully define the type. This problem shows up
- when this header is included in a context that doesn't already have QTimer
- included -- CMake 3.11 exposes that accidentally.
-
-Upstreamed from FreeBSD ports.
----
- ktorrent/dialogs/torrentcreatordlg.h | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/ktorrent/dialogs/torrentcreatordlg.h b/ktorrent/dialogs/torrentcreatordlg.h
-index 68dde8a..12a1a43 100644
---- a/ktorrent/dialogs/torrentcreatordlg.h
-+++ b/ktorrent/dialogs/torrentcreatordlg.h
-@@ -23,6 +23,8 @@
- #define KT_TORRENTCREATORDLG_HH
-
- #include <QDialog>
-+#include <QTimer>
-+
- #include "ui_torrentcreatordlg.h"
- #include <torrent/torrentcreator.h>
-
---
-cgit v0.11.2
-