No description
Find a file
Marco Trevisan (Treviño) c30def723e Upload to resolute
2026-03-23 22:51:20 +01:00
.github/workflows tools: Add validate-wrap-revisions 2025-12-09 18:47:54 +01:00
debian Upload to resolute 2026-03-23 22:51:20 +01:00
subprojects dash-to-dock: Update to new upstream release 2026-03-23 22:47:08 +01:00
tools tools: Add validate-wrap-revisions 2025-12-09 18:47:54 +01:00
.gitignore build: Include all supported extensions as meson subprojects 2025-12-09 18:38:01 +01:00
meson.build subprojects: Include web-search-provider extension 2026-02-17 05:04:47 +01:00
README.md README: Update the included extensions list 2026-02-18 16:58:59 +01:00

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 ]

Further package-related documentation in debian/README.source.