Last active
March 25, 2026 16:57
-
-
Save devlocalhost/780c6f06453a597ef9c55d02cc9948b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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