diff --git a/srcpkgs/quassel/INSTALL.msg b/srcpkgs/quassel/INSTALL.msg new file mode 100644 index 0000000000..4cb0e4b1c0 --- /dev/null +++ b/srcpkgs/quassel/INSTALL.msg @@ -0,0 +1,11 @@ +(taken verbatim from quassel's release announcement) +https://quassel-irc.org/node/134 + +Before you upgrade, please be aware that both the database schema and the +config file formats have been updated since 0.12. Quassel will automatically +upgrade both once the new version is started for the first time, however no +rollback is possible, so do make a backup before starting the new version! The +upgrade may take a long time (up to several hours) if your database is +(un)reasonably large, during which the core or mono client cannot be used. The +upgrade may also temporarily require up to double the disk space. Do not +interrupt the upgrade process, otherwise your database may become corrupted! diff --git a/srcpkgs/quassel/template b/srcpkgs/quassel/template index a1af5390e0..ea0daddcb5 100644 --- a/srcpkgs/quassel/template +++ b/srcpkgs/quassel/template @@ -1,23 +1,26 @@ # Template file for 'quassel' pkgname=quassel version=0.13.0 -revision=1 +revision=2 build_style=cmake configure_args="-DEMBED_DATA=ON -DWANT_QTCLIENT=ON -DWANT_MONO=ON -DWANT_CORE=ON - -DUSE_QT5=ON" + -DUSE_QT5=ON -DWITH_BUNDLED_ICONS=OFF" hostmakedepends="pkg-config qt5-host-tools qt5-qmake" makedepends="qt5-tools-devel phonon-qt5-devel qca-qt5-devel zlib-devel libdbusmenu-qt5-devel qt5-script-devel qt5-plugin-tds - qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-mysql qt5-plugin-odbc" + qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-mysql qt5-plugin-odbc + qt5-multimedia-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="Toyam Cox " -license="GPL-2.0, GPL-3.0" +license="GPL-2.0-only or GPL-3.0-only" homepage="https://www.quassel-irc.org" distfiles="https://quassel-irc.org/pub/quassel-${version}.tar.bz2" checksum=d9822002de5bb1fd1002cccd537e5a0bc8ec365d355fdff4fb7818daefade976 +build_options="ldap" + post_install() { vsv quasselcore }