mirror of
https://github.com/ubuntu/gnome-shell-ubuntu-extensions.git
synced 2025-12-24 00:06:24 +01:00
No description
| .github/workflows | ||
| debian | ||
| subprojects | ||
| tools | ||
| .gitignore | ||
| meson.build | ||
| README.md | ||
GNOME Shell Ubuntu Extensions
This repository aggregates a set of GNOME Shell extensions used in ubuntu, and manages them via Meson subprojects.
All extensions are enabled by default.
Included extensions:
Quick start
meson setup _build
meson compile -C _build
sudo meson install -C _build
Managing extensions
Extensions must be added using meson subprojects, via wrap files.
Wrap files live under subprojects/*.wrap.
They must updated them to point to different releases.
Packaging
This project is intended to integrate to be used with git-buildpackage tool
in order to update the subprojects and build debian packages.
# Build a source package
gbp buildpackage -S
# Build the binary package
gbp buildpackage -b # [ ... further builder options ]