Package Details: extension-manager 0.5.1-3

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: GPL3
Submitter: igor-dyatlov
Maintainer: bill88t
Last Packager: bill88t
Votes: 47
Popularity: 3.21
First Submitted: 2022-01-09 15:20 (UTC)
Last Updated: 2024-05-17 23:08 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

bill88t commented on 2024-05-22 20:01 (UTC)

@koshied text-engine failed to build, not extension-manager. Please have a look at https://aur.archlinux.org/packages/text-engine#comment-973276

koshied commented on 2024-05-21 12:19 (UTC) (edited on 2024-05-21 12:20 (UTC) by koshied)

Hello. Not working( Building failed Can anybody help?

Failed to install the following packages. Manual intervention is required: text-engine - exit status 4 extension-manager - exit status 8

/usr/include/glib-2.0/gio/gioenums.h:1545:3: замечание: объявлено здесь 1545 | G_APPLICATION_FLAGS_NONE GIO_DEPRECATED_ENUMERATOR_IN_2_74_FOR(G_APPLICATION_DEFAULT_FLAGS), | ^~ ../text-engine-0.1.1/demo/demo.c: На верхнем уровне: ../text-engine-0.1.1/demo/demo.c:46:20: предупреждение: «properties» определена, но не используется [-Wunused-variable] 46 | static GParamSpec *properties [N_PROPS]; | ^~~~ ninja: build stopped: subcommand failed.

bill88t commented on 2024-05-17 22:23 (UTC)

Added even more patches, it now builds and runs fine. I bumped the version.

bill88t commented on 2024-05-16 20:51 (UTC)

@yochananmarqos However .SRCINFO is what is used for checking for updates and for the AUR page.. In either case, the patches would not show up here. We don't declare "local" files into the .SRCINFO sources. The patches are accessible through the AUR git tree for whoever wants to have a look.

yochananmarqos commented on 2024-05-16 20:25 (UTC)

@bill88t: Ah, I didn't realize it still wasn't buildable. Nevermind bumping the pkgrel, then.

However, anytime you touch the PKGBUILD, .SRCINFO also must be updated at the same time. Notice the patches don't even appear here on the page.

bill88t commented on 2024-05-16 20:23 (UTC)

@yochananmarqos No I did not. The package is not buildable currently. It wouldn't be a great idea bumping the version rn as it would cause everyone's machine to want to update.

yochananmarqos commented on 2024-05-16 20:19 (UTC)

@bill88t: Thanks. By the way, you forgot to bump the pkgrel and update the .SRCINFO.

bill88t commented on 2024-05-16 20:00 (UTC)

Added some patches fixing some errors, but there is API breakage. I would have to make substantial code changes, much more than what I would define as a patch.

I will open an upstream issue and some PRs.

@yochananmarqos, thanks for letting me know! I moved them into prepare().

yochananmarqos commented on 2024-05-16 17:20 (UTC)

@bill88t: Patching is done in the prepare function:

prepare() {
  cd "$pkgname-$pkgver"
  patch -p1 src/exm-backtrace.c < ../backtrace.patch
}

bill88t commented on 2024-05-16 14:36 (UTC)

Upstream is at fault. Trying to create a patch.