quassel: don't bundle breeze icons, offer ldap build option

This commit is contained in:
Piraty 2018-11-22 23:47:52 +01:00 committed by maxice8
parent 07b4cb880b
commit 11325f6a9a
2 changed files with 18 additions and 4 deletions

View File

@ -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!

View File

@ -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 <Vaelatern@voidlinux.eu>"
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
}