TY kind Sir.
Search Criteria
Package Details: pamac-aur 11.7.2-2
Package Actions
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://github.com/manjaro/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: | 400 |
Popularity: | 1.60 |
First Submitted: | 2013-12-05 12:57 (UTC) |
Last Updated: | 2024-10-29 07:24 (UTC) |
Dependencies (20)
- desktop-file-utils (desktop-file-utils-gitAUR)
- git (git-gitAUR, git-glAUR)
- gnutls (gnutls-gitAUR)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- libadwaita (libadwaita-testingAUR, libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libhandy (libhandy-gitAUR)
- libnotify (libnotify-gitAUR)
- libpamac-aurAUR
- asciidoc (asciidoc-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gobject-introspection (gobject-introspection-gitAUR) (make)
- itstool (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR, systemd-gitAUR) (make)
- vala (vala-gitAUR) (make)
- xorgproto (xorgproto-gitAUR) (make)
- lxsession (lxsession-gitAUR) (optional) – needed for authentification in Xfce, LXDE etc.
- polkit-gnome (xfce-polkit-gitAUR, xfce-polkitAUR, polkit-gnome-gitAUR) (optional) – needed for authentification in Cinnamon, Gnome
Required by (8)
- cleanupdate-git (requires pamac-cli) (optional)
- cmd-not-found (requires pamac-cli) (optional)
- debtap-mod (requires pamac)
- diabos-base (optional)
- mintmenu (requires pamac) (optional)
- pamac-all (requires pamac-cli)
- rpmtoarch (requires pamac)
- update-notifier (requires pamac) (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 40 Next › Last »
Pillgar commented on 2020-03-19 23:43 (UTC)
Zeph commented on 2020-03-19 09:25 (UTC) (edited on 2020-06-17 06:52 (UTC) by Zeph)
Pamac display empty results when browsing categories
Issue : https://gitlab.manjaro.org/applications/pamac/issues/772
You can fix by downgrade archlinux-appstream-data or use this command :
zcat /usr/share/app-info/xmls/community.xml.gz | sed 's|<em>||g;s|<\/em>||g;' | gzip > "new.xml.gz"
sudo cp new.xml.gz /usr/share/app-info/xmls/community.xml.gz
sudo appstreamcli refresh-cache --force
for appastreamcli install package appstream
Pillgar commented on 2020-03-19 01:44 (UTC)
lol I was wondering why Categories wasn't working!!! TY for the info. I renamed the file and it's working again, but I'm not sure exactly what these files are for. I wonder if the Manjaro guys have this bug too?
papa33 commented on 2020-03-17 23:47 (UTC)
There is a bug in archlinux-appstream-data-20200315-1 that causes pamac to display empty results when browsing categories. The offending file is /usr/share/app-info/xmls/community.xml.gz.
Zeph commented on 2020-03-10 17:22 (UTC)
v9.3.93 build with vala 0.48 OK (9.4.0 release candidate 3)
Thorned_Rose commented on 2020-03-10 08:43 (UTC)
@jaturon2526, as below, it's a known issue currently with Vala 0.47 and above. See https://gitlab.manjaro.org/applications/pamac/issues/735#note_15381
You can downgrade to Vala < 0.47, build Pamac and then update Vala to get around it for now.
jaturon2526 commented on 2020-03-10 08:08 (UTC)
Error after build.
src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_update_dbs’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:1960:4: error: function ‘__errno_location’ is initialized like a variable 1960 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_trans_init’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:2552:3: error: function ‘__errno_location’ is initialized like a variable 2552 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_trans_sysupgrade’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:2611:3: error: function ‘__errno_location’ is initialized like a variable 2611 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_trans_add_pkg_real’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:2720:3: error: function ‘__errno_location’ is initialized like a variable 2720 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_trans_load_pkg’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:3318:3: error: function ‘__errno_location’ is initialized like a variable 3318 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c:3359:4: error: function ‘__errno_location’ is initialized like a variable 3359 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_trans_remove_pkg’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:3474:4: error: function ‘__errno_location’ is initialized like a variable 3474 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_trans_prepare_real’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:3787:3: error: function ‘__errno_location’ is initialized like a variable 3787 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_build_prepare’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:5065:4: error: function ‘__errno_location’ is initialized like a variable 5065 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_trans_commit_real’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:6659:3: error: function ‘__errno_location’ is initialized like a variable 6659 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~
Thorned_Rose commented on 2020-03-08 08:15 (UTC)
@kinoe It's a known issue currently with Vala 0.47 and above. See https://gitlab.manjaro.org/applications/pamac/issues/735#note_15381
You can downgrade to Vala < 0.47, build Pamac and then update Vala to get around it for now.
kinoe commented on 2020-03-08 05:25 (UTC) (edited on 2020-03-08 05:26 (UTC) by kinoe)
Build failed:
ninja: build stopped: subcommand failed.
[15/71] Compiling C object 'src/25a6634@@pamac-daemon@exe/meson-generated_alpm_utils.c.o'.
FAILED: src/25a6634@@pamac-daemon@exe/meson-generated_alpm_utils.c.o
freefreeno commented on 2020-02-11 22:47 (UTC)
Can someone tell me why I keep getting pacman and pacmac out of sync? Pamac is showing updates and pacman isn't. Do they not use the same mirrors ?? Does pacmac use http mirrors also because this is all I have marked.
Pinned Comments
Zeph commented on 2022-06-04 13:58 (UTC) (edited on 2024-10-29 07:25 (UTC) by Zeph)
For some problems with pamac, check or create issues on