quassel: add support for snorenotify
This commit is contained in:
parent
65acf743fd
commit
788519a88c
1 changed files with 8 additions and 8 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'quassel'
|
||||
pkgname=quassel
|
||||
version=0.13.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=cmake
|
||||
configure_args="-DEMBED_DATA=ON -DWANT_QTCLIENT=ON -DWANT_MONO=ON -DWANT_CORE=ON
|
||||
-DUSE_QT5=ON -DWITH_BUNDLED_ICONS=OFF"
|
||||
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="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-multimedia-devel $(vopt_if ldap libldap-devel)"
|
||||
makedepends="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)"
|
||||
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.org>"
|
||||
license="GPL-2.0-only or GPL-3.0-only"
|
||||
license="GPL-2.0-only, GPL-3.0-only"
|
||||
homepage="https://www.quassel-irc.org"
|
||||
distfiles="https://quassel-irc.org/pub/quassel-${version}.tar.bz2"
|
||||
checksum=d9822002de5bb1fd1002cccd537e5a0bc8ec365d355fdff4fb7818daefade976
|
||||
|
|
Loading…
Reference in a new issue