aboutsummaryrefslogtreecommitdiff
path: root/libs/quasselc/patches
Commit message (Collapse)AuthorAge
* quasselc: drop unmaintained projectJosef Schlehofer2023-11-22
| | | | | | | | | | This project [1] has the latest commit from 2017, it seems like we are maintaing this software here, but we don't have enough people to do so. Let's drop this package. [1] https://github.com/phhusson/QuasselC Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* 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>