{"id":13458289,"url":"https://github.com/meebey/smuxi","last_synced_at":"2025-04-10T05:36:51.119Z","repository":{"id":1804534,"uuid":"2728572","full_name":"meebey/smuxi","owner":"meebey","description":"Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+","archived":false,"fork":false,"pushed_at":"2025-03-07T07:47:06.000Z","size":15852,"stargazers_count":176,"open_issues_count":39,"forks_count":46,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-03-24T15:42:16.133Z","etag":null,"topics":["gnome","irc-client","jabber-client","twitter-client","xmpp-client"],"latest_commit_sha":null,"homepage":"https://smuxi.im/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"id-Software/DOOM-3","license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meebey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-11-07T19:20:48.000Z","updated_at":"2025-03-06T04:00:51.000Z","dependencies_parsed_at":"2024-07-31T09:09:11.084Z","dependency_job_id":"c84a53f7-872d-4fa4-9785-c73c2a208548","html_url":"https://github.com/meebey/smuxi","commit_stats":null,"previous_names":[],"tags_count":82,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meebey%2Fsmuxi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meebey%2Fsmuxi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meebey%2Fsmuxi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meebey%2Fsmuxi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meebey","download_url":"https://codeload.github.com/meebey/smuxi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248164582,"owners_count":21058165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gnome","irc-client","jabber-client","twitter-client","xmpp-client"],"created_at":"2024-07-31T09:00:49.886Z","updated_at":"2025-04-10T05:36:51.096Z","avatar_url":"https://github.com/meebey.png","language":"C#","funding_links":[],"categories":["C\\#"],"sub_categories":[],"readme":"Smuxi\n=====\n[![License](https://img.shields.io/github/license/meebey/smuxi.svg)](https://github.com/meebey/smuxi/blob/master/LICENSE) [![GitHubCI pipeline status badge](https://github.com/meebey/smuxi/workflows/auto-ci-builds/badge.svg)](https://github.com/meebey/smuxi/commits/master) ![GitHub contributors](https://img.shields.io/github/contributors-anon/meebey/smuxi)\n\n![GitHub Repo stars](https://img.shields.io/github/stars/meebey/smuxi?style=social) [![Twitter Follow](https://img.shields.io/twitter/follow/smuxi?style=social)](https://twitter.com/intent/follow?screen_name=smuxi)\n\n![GitHub Release Date](https://img.shields.io/github/release-date/meebey/smuxi)\n![Debian package](https://img.shields.io/debian/v/smuxi)\n![Ubuntu package](https://img.shields.io/ubuntu/v/smuxi)\n![AUR version](https://img.shields.io/aur/version/smuxi?label=AUR)\n\nSoftware Requirements\n=====================\nFirst you will need to install a few libraries to compile the source\n\nBuild tools \u0026 libraries:\n* Automake, Autoconf, gettext, pkg-config\n* Mono SDK (\u003e= 4.6.2)\n* Nini (\u003e= 1.1)\n* log4net\n* SQLite3\n* GTK# (\u003e= 2.12.39) (optional, but required for the GNOME frontend)\n* Notify# (optional)\n* Indicate# / MessagingMenu# (optional)\n* DBus# / NDesk.DBus (optional)\n* GtkSpell (optional)\n* STFL (optional, but enabled by default)\n\nDepending on your operating system and favorite distribution the installation of\nthe listed applications varies.\n\nFor Debian based distributions it's just a matter of the following commands:\n\n    apt-get install build-essential git autoconf automake intltool mono-devel mono-xbuild libnini-cil-dev liblog4net-cil-dev libgtk2.0-cil-dev libnotify-cil-dev libdbus2.0-cil-dev libdbus-glib2.0-cil-dev lsb-release\n\nCompiling Source\n================\n\n    ./autogen.sh || ./configure\n    make\n\nInstalling\n==========\n\n    make install\n\nRunning\n=======\n\nNow you can start Smuxi from the GNOME or KDE menu.\n\nSource Structure\n================\n\nsrc/\n----\n\nThis directory contains the source code of all Smuxi components.\n\nlib/\n----\n\nThis directory contains libraries that Smuxi needs and ships as part of Smuxi.\n\npo\\*/\n-----\n\nThese directories contain translation files based on gettext.\n\ndebian/\n-------\n\nThe debian/ directory contains upstream packaging used for the daily development\nbuilds for Ubuntu and Debian found on [launchpad][] (which you can subscribe to\nvia `sudo add-apt-repository -y ppa:meebey/smuxi-daily \u0026\u0026 sudo apt update`).\nThe official (downstream) Debian packaging can be found on [here][].\n\n  [launchpad]: https://launchpad.net/~meebey/+archive/smuxi-daily\n  [here]: https://salsa.debian.org/dotnet-team/smuxi\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeebey%2Fsmuxi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeebey%2Fsmuxi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeebey%2Fsmuxi/lists"}