Package Details: grumpy-irc-git v1.0.0.alpha.r327.ge39e71f-1

Git Clone URL: https://aur.archlinux.org/grumpy-irc-git.git (read-only, click to copy)
Package Base: grumpy-irc-git
Description: Modern, yet oldschool IRC client with distributed core, written in C++
Upstream URL: https://github.com/grumpy-irc/grumpy
Licenses: LGPL3
Conflicts: grumpy-irc, libircclient
Provides: grump-irc, libircclient
Submitter: SolarAquarion
Maintainer: gilwiljam
Last Packager: gilwiljam
Votes: 3
Popularity: 1.40
First Submitted: 2018-06-14 12:53 (UTC)
Last Updated: 2025-11-07 00:30 (UTC)

Required by (4)

Sources (1)

Latest Comments

JSpaces commented on 2025-11-04 00:06 (UTC)

With the following edits to the PKGBUILD, Grumpy IRC compiled and runs with Qt6.

depends=('qt6-base' 'qt6-declarative' 'qt6-multimedia')
prepare () {
cd "$pkgname"
sed -i 's|cmake_minimum_required (VERSION 2.8.0)|cmake_minimum_required (VERSION 3.5.0)|' src/CMakeLists.txt
git submodule update --init --recursive
./configure --qt6
}

Had to create a desktop file since it isn't included with the source.

[Desktop Entry]
Name=GrumpyIRC
GenericName=IRC Client
Comment=Chat with other people online
Keywords=Network;
Exec=grumpy
Icon=<Choose an icon you like>
Terminal=false
Type=Application
Categories=Network;IRCClient;
StartupNotify=true
StartupWMClass=GrumpyIRC
MimeType=x-scheme-handler/irc;x-scheme-handler/ircs;

Xakurinha32 commented on 2024-04-26 17:36 (UTC)

Simply doesn't work anylonger.

8BitSloth commented on 2022-01-26 04:35 (UTC)

Package is forever needing to be updated.