{"id":16602757,"url":"https://github.com/bbidulock/xde-applets","last_synced_at":"2025-10-03T17:03:58.248Z","repository":{"id":73515506,"uuid":"50546171","full_name":"bbidulock/xde-applets","owner":"bbidulock","description":"system tray icon applets for XDE","archived":false,"fork":false,"pushed_at":"2022-01-29T07:41:49.000Z","size":731,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-09T12:49:22.113Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bbidulock.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-27T23:43:28.000Z","updated_at":"2022-11-28T09:08:27.000Z","dependencies_parsed_at":"2023-06-01T06:30:23.573Z","dependency_job_id":null,"html_url":"https://github.com/bbidulock/xde-applets","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/bbidulock/xde-applets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-applets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-applets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-applets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-applets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbidulock","download_url":"https://codeload.github.com/bbidulock/xde-applets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-applets/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263244298,"owners_count":23436471,"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":[],"created_at":"2024-10-12T00:23:37.462Z","updated_at":"2025-10-03T17:03:53.210Z","avatar_url":"https://github.com/bbidulock.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"[xde-applets -- read me first file.  2022-01-29]: #\n\nxde-applets\n===============\n\nPackage `xde-applets-0.12` was released under GPLv3 license\n2022-01-29.\n\nThis package provides a number of \"C\"-language applets for the system\ntray that provide various functions from package management to wireless\nconnections.  Some of these applets were originally written in perl(1)\nas separate applications.  They have now been converted to \"C\" for speed\nand to provide access to libraries not available from `perl(1)`.\n\nFor screenshots and examples, see [SAMPLES](SAMPLES.html).\n\nThe source for `xde-applets` is hosted on [GitHub][1].\n\n\nRelease\n-------\n\nThis is the `xde-applets-0.12` package, released 2022-01-29.\nThis release, and the latest version, can be obtained from [GitHub][1],\nusing a command such as:\n\n    $\u003e git clone https://github.com/bbidulock/xde-applets.git\n\nPlease see the [RELEASE][3] and [NEWS][4] files for release notes and\nhistory of user visible changes for the current version, and the\n[ChangeLog][5] file for a more detailed history of implementation\nchanges.  The [TODO][6] file lists features not yet implemented and\nother outstanding items.\n\nPlease see the [INSTALL][8] file for installation instructions.\n\nWhen working from `git(1)`, please use this file.  An abbreviated\ninstallation procedure that works for most applications appears below.\n\nThis release is published under GPLv3.  Please see the license in the\nfile [COPYING][10].\n\n\nQuick Start\n-----------\n\nThe quickest and easiest way to get `xde-applets` up and\nrunning is to run the following commands:\n\n    $\u003e git clone https://github.com/bbidulock/xde-applets.git\n    $\u003e cd xde-applets\n    $\u003e ./autogen.sh\n    $\u003e ./configure\n    $\u003e make\n    $\u003e make DESTDIR=\"$pkgdir\" install\n\nThis will configure, compile and install `xde-applets` the\nquickest.  For those who like to spend the extra 15 seconds reading\n`./configure --help`, some compile time options can be turned on and off\nbefore the build.\n\nFor general information on GNU's `./configure`, see the file\n[INSTALL][8].\n\n\nRunning\n-------\n\nRead the manual page after installation:\n\n    $\u003e man xde-applets\n\n\nIssues\n------\n\nReport issues on GitHub [here][2].\n\n\n\n[1]: https://github.com/bbidulock/xde-applets\n[2]: https://github.com/bbidulock/xde-applets/issues\n[3]: https://github.com/bbidulock/xde-applets/blob/0.12/RELEASE\n[4]: https://github.com/bbidulock/xde-applets/blob/0.12/NEWS\n[5]: https://github.com/bbidulock/xde-applets/blob/0.12/ChangeLog\n[6]: https://github.com/bbidulock/xde-applets/blob/0.12/TODO\n[7]: https://github.com/bbidulock/xde-applets/blob/0.12/COMPLIANCE\n[8]: https://github.com/bbidulock/xde-applets/blob/0.12/INSTALL\n[9]: https://github.com/bbidulock/xde-applets/blob/0.12/LICENSE\n[10]: https://github.com/bbidulock/xde-applets/blob/0.12/COPYING\n\n[ vim: set ft=markdown sw=4 tw=72 nocin nosi fo+=tcqlorn spell: ]: #\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbidulock%2Fxde-applets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbidulock%2Fxde-applets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbidulock%2Fxde-applets/lists"}