Package Details: pamac-aur 11.7.1-4

Git Clone URL: https://aur.archlinux.org/pamac-aur.git (read-only, click to copy)
Package Base: pamac-aur
Description: A Gtk frontend, Package Manager based on libalpm with AUR and Appstream support
Upstream URL: https://gitlab.manjaro.org/applications/pamac
Keywords: gui installer libalpm package pacman yay
Licenses: GPL-3.0-or-later
Conflicts: pamac, pamac-cli, pamac-tray-appindicator
Provides: pamac, pamac-cli
Submitter: Zeph
Maintainer: Zeph
Last Packager: Zeph
Votes: 393
Popularity: 1.43
First Submitted: 2013-12-05 12:57 (UTC)
Last Updated: 2024-03-30 09:49 (UTC)

Required by (10)

Sources (2)

Pinned Comments

Zeph commented on 2022-06-04 13:58 (UTC) (edited on 2023-07-02 09:39 (UTC) by Zeph)

For some problems with pamac, check or create issues on

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 37 Next › Last »

ItachiSan commented on 2023-09-07 15:48 (UTC) (edited on 2023-09-07 15:55 (UTC) by ItachiSan)

Hi, am I the only one not able to see the AppStream data?

Update: Nevermind, installing the last update fixed it for me :P

x0xb0x commented on 2023-08-24 20:12 (UTC) (edited on 2023-08-24 20:13 (UTC) by x0xb0x)

Compilation errors related to latest vala are now fixed. Thank you @Zeph for maintaining this AUR version!

x0xb0x commented on 2023-08-16 21:31 (UTC) (edited on 2023-08-16 21:33 (UTC) by x0xb0x)

Hi,

Regarding latest compilation errors they are common in both pamac and pamac git: "...The name child' does not exist in the context of GLib.Object..."

This happens due to Vala being auto-updated to 0.56.11-1 in Arch extra repo and this new version breaks pamac compilation. The issue is tracked on pamac Gitlab upstream: https://gitlab.manjaro.org/applications/pamac/-/issues/1379

Solutions:

  • If vala is already installed (maybe as a dependency for other packages) in your system, you may very carefully downgrade it temporarily to 0.56.10 only for pamac to be built. Then you may update it back to 0.56.11-1

  • If vala is not preinstalled you can explicitly install it and then downgrade to 0.56.10 only for pamac compilation. Afterwards you may remove it since it is a build-only dependency. Repeat this cycle until the issue is fixed on pamac upstream.

eldarlrd commented on 2023-08-16 07:12 (UTC)

@Daerun I have the same errors.

Daerun commented on 2023-08-15 20:01 (UTC) (edited on 2023-08-15 20:03 (UTC) by Daerun)

I'm getting these errors when trying to build it:

../src/preferences_dialog.vala:123.5-123.22: error: The name set_child' does not exist in the context ofGLib.Object' (gobject-2.0) 123 | listitem.set_child (label); | ^~~~~~~~~~~~~~~~~~
../src/preferences_dialog.vala:121.28-121.35: note: listitem' was declared here 121 | factory.setup.connect ((listitem) => { | ^~~~~~~~ ../src/preferences_dialog.vala:126.32-126.45: error: The namechild' does not exist in the context of GLib.Object' (gobject-2.0) 126 | unowned Gtk.Widget child = listitem.child; | ^~~~~~~~~~~~~~ ../src/preferences_dialog.vala:125.27-125.34: note:listitem' was declared here 125 | factory.bind.connect ((listitem) => { | ^~~~~~~~
../src/preferences_dialog.vala:128.29-128.41: error: The name item' does not exist in the context ofGLib.Object' (gobject-2.0) 128 | unowned Object object = listitem.item; | ^~~~~~~~~~~~~ ../src/preferences_dialog.vala:125.27-125.34: note: `listitem' was declared here 125 | factory.bind.connect ((listitem) => { | ^~~~~~~~
Compilation failed: 3 error(s), 2 warning(s) [16/30] Compiling C object src/libpama....p/meson-generated_transaction-gtk.c.o ninja: build stopped: subcommand failed.

HunabKu commented on 2023-08-15 08:41 (UTC) (edited on 2023-08-15 08:43 (UTC) by HunabKu)

Because Pamac now use GTK4, you need to run this command each time you change your theme to use the Dark version of your GTK4 theme :

gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'

HunabKu commented on 2023-08-15 08:26 (UTC) (edited on 2023-08-15 08:39 (UTC) by HunabKu)

For thoose Pamac make a long time to load and when clicking web link, i found the solution.

That's because i was xdg-desktop-portal-gnome installed but i'm on XFCE.

So i removed it, but leave xdg-desktop-portal-gtk is needed for XFCE, and it solve the problem.

PROBLEM : Pamac is long to load, and to open links.

SOLUTION : install xdg-desktop-portal, plus only the xdg-desktop-portal-xxx you need.

ABOhiccups commented on 2023-08-06 22:21 (UTC)

I got it fixed! You need to install appstream package.

sudo pacman -S appstream

The think a maintainer needs to add appstream to PKGBUILD.

alexparis commented on 2023-08-06 20:35 (UTC) (edited on 2023-08-07 00:08 (UTC) by alexparis)

@ABOhiccups same here, this package must have appstream as dependencies. temporarily: pacman -Syu appstream

duffydack commented on 2023-08-06 19:27 (UTC) (edited on 2023-08-06 20:40 (UTC) by duffydack)

@ABOhiccups, all good here. clean chroot as always. \_(ツ)_/