mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
konversation: update to 20.12.2.
This commit is contained in:
parent
18736b3634
commit
63eaa9c296
3 changed files with 5 additions and 25 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- src/viewer/viewtree.cpp 2018-06-27 00:22:38.000000000 +0200
|
|
||||||
+++ src/viewer/viewtree.cpp 2020-09-02 16:02:10.394756372 +0200
|
|
||||||
@@ -21,6 +21,7 @@
|
|
||||||
#include <QFontDatabase>
|
|
||||||
#include <QGuiApplication>
|
|
||||||
#include <QPainter>
|
|
||||||
+#include <QPainterPath>
|
|
||||||
#include <QItemSelectionModel>
|
|
||||||
#include <QStyleHints>
|
|
||||||
#include <QToolTip>
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- src/irc/outputfilter.cpp
|
|
||||||
+++ src/irc/outputfilter.cpp
|
|
||||||
@@ -40,6 +40,7 @@
|
|
||||||
#include <KPasswordDialog>
|
|
||||||
#include <KMessageBox>
|
|
||||||
|
|
||||||
+#include <QMetaMethod>
|
|
||||||
#include <QTextDocument>
|
|
||||||
#include <QTextBlock>
|
|
||||||
#include <qdebug.h>
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'konversation'
|
# Template file for 'konversation'
|
||||||
pkgname=konversation
|
pkgname=konversation
|
||||||
version=1.7.5
|
version=20.12.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules kconfig kdoctools kcoreaddons
|
hostmakedepends="extra-cmake-modules kconfig kdoctools kcoreaddons
|
||||||
python qt5-host-tools qt5-qmake gettext"
|
python qt5-host-tools qt5-qmake gettext"
|
||||||
|
@ -11,9 +11,9 @@ short_desc="User friendly IRC client for KDE"
|
||||||
maintainer="TheNumb <me@thenumb.eu>"
|
maintainer="TheNumb <me@thenumb.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://konversation.kde.org"
|
homepage="https://konversation.kde.org"
|
||||||
distfiles="${KDE_SITE}/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname%5}-${version}.tar.xz"
|
||||||
checksum=60bf7533062b5fc63a37105461b4776437f4e24859e8ddaed1d48c4ba1470940
|
checksum=14c53896848b870534ec83415a424a5b1a23f4f35040acb9caaad4fef7c52354
|
||||||
python_version=2 #unverified
|
python_version=3
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="qca"
|
build_options="qca"
|
||||||
|
|
Loading…
Add table
Reference in a new issue