kvirc: update to 5.0.0.
This commit is contained in:
parent
3f80a51402
commit
544b0a7fbf
2 changed files with 10 additions and 28 deletions
|
@ -1,20 +0,0 @@
|
|||
--- src/kvirc/kernel/KviIrcConnection.cpp.orig
|
||||
+++ src/kvirc/kernel/KviIrcConnection.cpp
|
||||
@@ -669,7 +669,7 @@
|
||||
while(m_pChannelList->first())
|
||||
{
|
||||
m_pChannelList->first()->close();
|
||||
- QApplication::processEvents(QEventLoop::ExcludeSocketNotifiers & QEventLoop::ExcludeUserInputEvents);
|
||||
+ QApplication::processEvents(QEventLoop::ExcludeSocketNotifiers | QEventLoop::ExcludeUserInputEvents);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -678,7 +678,7 @@
|
||||
while(m_pQueryList->first())
|
||||
{
|
||||
m_pQueryList->first()->close();
|
||||
- QApplication::processEvents(QEventLoop::ExcludeSocketNotifiers & QEventLoop::ExcludeUserInputEvents);
|
||||
+ QApplication::processEvents(QEventLoop::ExcludeSocketNotifiers | QEventLoop::ExcludeUserInputEvents);
|
||||
}
|
||||
}
|
||||
|
|
@ -1,20 +1,22 @@
|
|||
# Template file for 'kvirc'
|
||||
pkgname=kvirc
|
||||
version=4.2.0
|
||||
revision=19
|
||||
version=5.0.0
|
||||
revision=1
|
||||
wrksrc="KVIrc-$version"
|
||||
build_style=cmake
|
||||
configure_args="-DWANT_ENV_FLAGS=1 -DWANT_KDE4=0"
|
||||
hostmakedepends="automoc4"
|
||||
makedepends="zlib-devel qt-devel qt-webkit-devel libressl-devel python-devel perl"
|
||||
configure_args="-DWANT_ENV_FLAGS=1 -DWANT_KDE=0"
|
||||
makedepends="zlib-devel qt5-devel qt5-webkit-devel libressl-devel python-devel perl
|
||||
qt5-multimedia-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
|
||||
qt5-plugin-sqlite qt5-plugin-tds"
|
||||
short_desc="Qt-based IRC client"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.kvirc.net"
|
||||
distfiles="ftp://ftp.kvirc.de/pub/kvirc/${version}/source/${pkgname}-${version}.tar.bz2"
|
||||
checksum=9a547d52d804e39c9635c8dc58bccaf4d34341ef16a9a652a5eb5568d4d762cb
|
||||
distfiles="ftp://ftp.kvirc.net/pub/kvirc/${version}/source/KVIrc-${version}.tar.bz2"
|
||||
checksum=76cd4cdcaca5e4056f086cdcbb6122c2ca7e331d6e66c7ebc57d32565f626a65
|
||||
|
||||
if [ "$CROSS_BUILD" ];then
|
||||
hostmakedepends+=" qt-qmake qt-host-tools"
|
||||
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in a new issue