Skip to content

Instantly share code, notes, and snippets.

@devlocalhost
Last active March 25, 2026 16:57
Show Gist options
  • Select an option

  • Save devlocalhost/780c6f06453a597ef9c55d02cc9948b0 to your computer and use it in GitHub Desktop.

Select an option

Save devlocalhost/780c6f06453a597ef9c55d02cc9948b0 to your computer and use it in GitHub Desktop.
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : extension-manager
version : 0.6.5
release : 1
source :
- https://github.com/mjakeman/extension-manager/archive/refs/tags/v0.6.5.tar.gz : 5a43c7b9570775948a35f402b1c1d5f0f0401e339ab2144d466f75eae26ef9de
homepage : https://mattjakeman.com/apps/extension-manager
license : GPL-3.0-or-later
component : desktop # or desktop.gnome ?
summary : A utility for browsing and installing GNOME Shell Extensions.
description: |
Extension Manager is an application that allows GNOME users to browser, manage, and install GNOME extensions.
builddeps :
- blueprint-compiler
- glib2-devel
- gobject-introspection
- meson
rundeps :
- libadwaita
- libgtk-4 # is this the correct package?
- libjson-glib
- libsoup3
- libxml2
setup : |
meson setup _build
build : |
meson compile -C _build
install : |
meson install -C _build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment