termux-packages icon indicating copy to clipboard operation
termux-packages copied to clipboard

[Package]: quassel-core

Open aicynide opened this issue 2 years ago • 2 comments

Package description

Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical

Home page URL

https://github.com/linuxserver/docker-quassel-core/blob/master/Dockerfile.aarch64

Source code URL

https://github.com/quassel/quassel

Packaging policy acknowledgement

Additional information

No response

aicynide avatar Aug 16 '22 19:08 aicynide

Quassel-core should be build like this:

cmake \
	-DCMAKE_BUILD_TYPE="Release" \
	-DCMAKE_INSTALL_PREFIX=/usr \
	-DWANT_CORE=ON \
	-DWANT_MONO=OFF \
	-DWANT_QTCLIENT=OFF \
	-DWITH_KDE=OFF \
	../ && \
 make -j2 && \
 make DESTDIR=/data/data/com.termux/files install

aicynide avatar Sep 05 '22 21:09 aicynide

@Yisus7u7 iirc you had submit a patch for it previously

aicynide avatar Sep 13 '22 19:09 aicynide

Thanks for cleaning up some old issues, I saw you did the same on a couple other old issues. Helps reduce the noise for us when looking through issues.

For documentation sake I'd like to add that this is seems to be a duplicate of #10096, and the quassel package was added in #17816.

TomJo2000 avatar Apr 14 '24 17:04 TomJo2000

@TomJo2000 thank you

aicynide avatar Apr 26 '24 22:04 aicynide

I was not involved in writing the package build for quassel.

TomJo2000 avatar Apr 26 '24 22:04 TomJo2000

@TomJo2000 appreciating/happy with your comment, https://github.com/termux/termux-packages/issues/11627#issuecomment-2054132455

aicynide avatar Apr 26 '24 23:04 aicynide