aboutsummaryrefslogtreecommitdiff
path: root/libs/quasselc/patches
Commit message (Collapse)AuthorAge
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* quasselc: fix compilation with newer glib2Rosen Penev2020-04-18
| | | | | | Needed to fix LDFLAGS variable. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* quasselc: Update to latest commitRosen Penev2019-01-04
| | | | | | | | Switched to codeload for simpler Makefile. Several adjustments for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* quasselc: add new packageBen Rosser2016-11-23
quasselc is a library providing an API to access a Quassel core in pure C. Quassel is a distributed IRC client where the core can run independently of the interface(s). This library provides a C API for programs that wish to implement the Quassel protocol. Signed-off-by: Ben Rosser <rosser.bjr@gmail.com>