quassel: build with EMBED_DATA to not install conflicting files.
The same icons were installed by quassel and quasselclient.
This commit is contained in:
parent
fc68e5f7d6
commit
cb17477493
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=quassel
|
pkgname=quassel
|
||||||
version=0.11.0
|
version=0.11.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="A simple irc client that doesnt need a Quasselcore"
|
short_desc="A simple irc client that doesnt need a Quasselcore"
|
||||||
maintainer="Reh Wanne <rehwanne@milliways.info>"
|
maintainer="Reh Wanne <rehwanne@milliways.info>"
|
||||||
|
@ -14,4 +14,4 @@ checksum="99a191b8bc2a410f7020b890ec57e0be49313f539da9f4843675bb108b0f4504"
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
makedepends="zlib-devel qt-devel libdbusmenu-qt-devel phonon-devel qca-devel"
|
makedepends="zlib-devel qt-devel libdbusmenu-qt-devel phonon-devel qca-devel"
|
||||||
depends="desktop-file-utils qt-plugin-sqlite"
|
depends="desktop-file-utils qt-plugin-sqlite"
|
||||||
configure_args="-DWANT_QTCLIENT=OFF -DWANT_MONO=ON -DWANT_CORE=OFF -DWITH_OPENSSL=ON -DWITH_DBUS=ON -DWITH_PHONON=ON -DWITH_WEBKIT=ON"
|
configure_args="-DEMBED_DATA=1 -DWANT_QTCLIENT=OFF -DWANT_MONO=ON -DWANT_CORE=OFF -DWITH_OPENSSL=ON -DWITH_DBUS=ON -DWITH_PHONON=ON -DWITH_WEBKIT=ON"
|
||||||
|
|
Loading…
Reference in a new issue