{"id":16602772,"url":"https://github.com/bbidulock/xde-menu","last_synced_at":"2025-10-29T13:32:16.214Z","repository":{"id":35598315,"uuid":"39871322","full_name":"bbidulock/xde-menu","owner":"bbidulock","description":"Menu system for the X Desktop Environment","archived":false,"fork":false,"pushed_at":"2022-02-03T06:46:24.000Z","size":1294,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-02T01:51:13.514Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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.md","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}},"created_at":"2015-07-29T03:34:56.000Z","updated_at":"2024-10-30T13:42:00.000Z","dependencies_parsed_at":"2022-08-31T20:11:39.907Z","dependency_job_id":null,"html_url":"https://github.com/bbidulock/xde-menu","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbidulock","download_url":"https://codeload.github.com/bbidulock/xde-menu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238832388,"owners_count":19538282,"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:44.086Z","updated_at":"2025-10-29T13:32:10.815Z","avatar_url":"https://github.com/bbidulock.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"[xde-menu -- read me first file.  2022-02-02]: #\n\nxde-menu\n===============\n\nPackage `xde-menu-0.14` was released under GPLv3 license\n2022-02-02.\n\nThis package provides a number of \"C\"-language tools for working with\nthe _X Desktop Environment_.  Most of these tools were previously\nwritten in `perl(1)` and were part of the `xde-tools` package.  They\nhave now been codified in \"C\" for speed and to provide access to\nlibraries not available from `perl(1)`.\n\nFor screenshots and examples, see [SAMPLES](samples).\n\nThe source for `xde-menu` is hosted on [GitHub][1].\n\n\nRelease\n-------\n\nThis is the `xde-menu-0.14` package, released 2022-02-02.\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-menu.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-menu` up and\nrunning is to run the following commands:\n\n    $\u003e git clone https://github.com/bbidulock/xde-menu.git\n    $\u003e cd xde-menu\n    $\u003e ./autogen.sh\n    $\u003e ./configure\n    $\u003e make\n    $\u003e make DESTDIR=\"$pkgdir\" install\n\nThis will configure, compile and install `xde-menu` 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\nDependencies\n------------\n\nTo build and install the package you will need a basic development\ninstallation.  To build and install the package you will also need the\n``libwnck``, ``libsm``, ``gnome-menus`` and ``gdk-pixbuf-xlib``\ndevelopment packages.\n\nTo run the package, you should also build and install the\n[``libwnck+``](https://github.com/bbidulock/libwnck+) package (for\nenhanced functionality),\n[``xdg-launch``](https://github.com/bbidulock/xdg-launch) package (for\nlight-weight window manager launch notification), and\n[``xde-theme``](https://github.com/bbidulock/xde-theme) package (for\nlight-weight window manager style and theme change support).\n\nTo run the package, you will likely also want to build and install the\n[``xde-helpers``](https://github.com/bbidulock/xde-helpers) package (for\nXDG root menu definitions for _XDE_).\n\n\nRunning\n-------\n\nRead the manual page after installation:\n\n    $\u003e man xde-menu\n\n\nEnjoy!\n\n\nIssues\n------\n\nReport issues on GitHub [here][2].\n\n\n\n[1]: https://github.com/bbidulock/xde-menu\n[2]: https://github.com/bbidulock/xde-menu/issues\n[3]: https://github.com/bbidulock/xde-menu/blob/0.14/RELEASE\n[4]: https://github.com/bbidulock/xde-menu/blob/0.14/NEWS\n[5]: https://github.com/bbidulock/xde-menu/blob/0.14/ChangeLog\n[6]: https://github.com/bbidulock/xde-menu/blob/0.14/TODO\n[7]: https://github.com/bbidulock/xde-menu/blob/0.14/COMPLIANCE\n[8]: https://github.com/bbidulock/xde-menu/blob/0.14/INSTALL\n[9]: https://github.com/bbidulock/xde-menu/blob/0.14/LICENSE\n[10]: https://github.com/bbidulock/xde-menu/blob/0.14/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-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbidulock%2Fxde-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbidulock%2Fxde-menu/lists"}