quassel: update to 0.14.0.
Closes https://github.com/void-linux/void-packages/pull/34815
This commit is contained in:
parent
25713c10de
commit
cf9392905e
|
@ -1,21 +0,0 @@
|
|||
# upstream: yes
|
||||
# picked from 579e559a6322209df7cd51c34801fecff5fe734b
|
||||
|
||||
--- a/src/common/types.h
|
||||
+++ b/src/common/types.h
|
||||
@@ -140,6 +140,7 @@
|
||||
typedef QList<MsgId> MsgIdList;
|
||||
typedef QList<BufferId> BufferIdList;
|
||||
|
||||
+#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
|
||||
/**
|
||||
* Catch-all stream serialization operator for enum types.
|
||||
*
|
||||
@@ -169,6 +170,7 @@
|
||||
value = static_cast<T>(v);
|
||||
return in;
|
||||
}
|
||||
+#endif
|
||||
|
||||
// Exceptions
|
||||
|
|
@ -1,23 +1,25 @@
|
|||
# Template file for 'quassel'
|
||||
pkgname=quassel
|
||||
version=0.13.1
|
||||
revision=2
|
||||
version=0.14.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DWANT_QTCLIENT=ON -DWANT_MONO=ON -DWANT_CORE=ON -DUSE_QT5=ON
|
||||
-DWITH_BUNDLED_ICONS=OFF"
|
||||
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
|
||||
makedepends="libdbusmenu-qt5-devel phonon-qt5-devel qca-qt5-devel
|
||||
-DWITH_BUNDLED_ICONS=OFF -DENABLE_SHARED=OFF"
|
||||
hostmakedepends="extra-cmake-modules pkg-config qt5-host-tools qt5-qmake"
|
||||
makedepends="boost-devel libdbusmenu-qt5-devel phonon-qt5-devel qca-qt5-devel
|
||||
qt5-multimedia-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
|
||||
qt5-plugin-sqlite qt5-plugin-tds qt5-script-devel qt5-tools-devel
|
||||
snorenotify-devel $(vopt_if ldap libldap-devel)"
|
||||
snorenotify-devel zlib-devel
|
||||
$(vopt_if ldap libldap-devel)"
|
||||
depends="qt5-plugin-sqlite quassel-client-shared>=${version}_${revision}"
|
||||
_desc="Modern, cross-platform, distributed graphical IRC client"
|
||||
short_desc="${_desc} - standalone client"
|
||||
maintainer="Piraty <piraty1@inbox.ru>"
|
||||
license="GPL-2.0-only, GPL-3.0-only"
|
||||
homepage="https://www.quassel-irc.org"
|
||||
changelog="https://github.com/quassel/quassel/blob/${version}/ChangeLog"
|
||||
distfiles="https://quassel-irc.org/pub/quassel-${version}.tar.bz2"
|
||||
checksum=48efee9778743b1db9f44efb91d1c913104db01190c57f2ff57483c39a97e855
|
||||
checksum=bbd46ca429c1518480904c9e2b0ab3a0412fe197f3ce4879974e06ed3a0093a3
|
||||
|
||||
build_options="ldap"
|
||||
|
||||
|
@ -33,7 +35,6 @@ quassel-client-shared_package() {
|
|||
pkg_install() {
|
||||
vmove /usr/share/quassel
|
||||
vmove /usr/share/icons
|
||||
vmove /usr/share/pixmaps
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue