Search Criteria
Package Details: extension-manager 0.6.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/extension-manager.git (read-only, click to copy) |
---|---|
Package Base: | extension-manager |
Description: | A native tool for browsing, installing, and managing GNOME Shell Extensions |
Upstream URL: | https://github.com/mjakeman/extension-manager |
Licenses: | GPL-3.0-or-later |
Submitter: | igor-dyatlov |
Maintainer: | bill88t |
Last Packager: | bill88t |
Votes: | 56 |
Popularity: | 2.19 |
First Submitted: | 2022-01-09 15:20 (UTC) |
Last Updated: | 2025-04-03 12:20 (UTC) |
Dependencies (11)
- json-glib (json-glib-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libsoup3 (libsoup3-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2-devel (make)
- gobject-introspection (make)
- meson (meson-gitAUR) (make)
- appstream-glib (appstream-glib-gitAUR) (check)
- libbacktrace-gitAUR (optional)
Latest Comments
1 2 3 4 5 6 7 Next › Last »
dbb commented on 2025-04-03 11:21 (UTC)
Like @DefaultSpatula said,
git
isn't part of thebase
norbase-devel
groups so aPKGBUILD
shouldn't assume it's installed. Fails to build a clean chroot otherwise.DefaultSpatula commented on 2025-04-02 20:22 (UTC)
Missing 'git' in makedepends after switching to the git source.
bill88t commented on 2025-01-06 23:17 (UTC)
Updated to reflect the change, thanks!
maogouste commented on 2025-01-05 10:37 (UTC) (edited on 2025-01-05 10:37 (UTC) by maogouste)
Can assert it works : rebuilt/installed without 'text-engine' from depends in PKGBUILD and .SRCINFO
still working …
oscfdezdz commented on 2025-01-03 20:22 (UTC)
As of version 0.6 it no longer depends on
text-engine
, it now depends onlibxml2
. See https://github.com/mjakeman/extension-manager/pull/735bill88t commented on 2024-09-16 16:27 (UTC)
@fosskers, I didn't know of
makepkg --printsrcinfo
, I will now be doing that from now on.@xiota, updated.
fosskers commented on 2024-09-14 04:46 (UTC)
I believe this is incorrect, as:
makepkg --printsrcinfo
includes the patches..source
files should be excluded.Could you add the patch files to the
source
list so that downstream tools can properly detect them? Thank you.yochananmarqos commented on 2024-06-17 18:36 (UTC) (edited on 2024-06-17 18:39 (UTC) by yochananmarqos)
@gerson: Then use the Manjaro unstable branch. By the way, it almost never is "unstable" as it's on par with Arch stable. It's just that Manjaro does not have a staging branch like Arch does, so occasionally one might want to wait until later to update if odd things happen while packagers are packaging.
gerson commented on 2024-06-17 18:24 (UTC)
For the Manjaro users:
glib2-devel
is on the unstable branch, but at the moment theglib2
package still contains thedevel
files.So, Manjaro users can simply edit the PKGBUILD to replace
glib2-devel
byglib2
and it compiles fine.1 2 3 4 5 6 7 Next › Last »