Package Details: pamac-classic 7.3.0-3

Git Clone URL: https://aur.archlinux.org/pamac-classic.git (read-only, click to copy)
Package Base: pamac-classic
Description: A Gtk3 frontend for libalpm - classic version
Upstream URL: https://git.cromer.cl/cromer/pamac-classic
Keywords: aur gui installer pacman
Licenses: GPL-3.0-or-later
Conflicts: pamac, pamac-aur
Provides: pamac, pamac-aur
Submitter: sudobash418
Maintainer: sudobash418
Last Packager: sudobash418
Votes: 16
Popularity: 0.000000
First Submitted: 2017-10-04 21:54 (UTC)
Last Updated: 2024-04-26 23:00 (UTC)

Dependencies (14)

Required by (7)

Sources (3)

Pinned Comments

sudobash418 commented on 2024-04-26 23:10 (UTC) (edited on 2024-04-26 23:10 (UTC) by sudobash418)

I've just pushed 7.3.0-3, which includes the following (overdue) changes:

  • AUR support is now disabled (because it is currently broken upstream)
  • patches to support building against libalpm 14 (pacman 6.1)

There seem to be a few bugs related to downloading files still.

Unfortunately, I no longer use pamac-classic, nor do I have experience with Vala, nor do I have much time to investigate the cause of the bugs.

If anyone wants to take over maintainership (or be a co-maintainer) to fix these issues, let me know.

Cromer commented on 2022-07-12 00:28 (UTC)

Probably related to this: https://git.cromer.cl/cromer/pamac-classic/issues/12

AUR has been broken in pamac-classic for a while now due to changes on Arch Linux's side of things. If anyone can fix and do a pull request, I will merge it. But right now I don't have time to investigate myself and is at the bottom of my priority list.

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

glitsj16 commented on 2024-04-28 02:08 (UTC)

@sudobash418
Thanks for the patches!

The recently introduced SPDX license identifiers can become quite long (e.g. qemu-base), which renders the UI unusable. Here's a crude patch that hides the licenses label:
https://gist.github.com/glitsj16/22574fa67702b882ccb3a0c1d5996a30

sudobash418 commented on 2024-04-26 23:10 (UTC) (edited on 2024-04-26 23:10 (UTC) by sudobash418)

I've just pushed 7.3.0-3, which includes the following (overdue) changes:

  • AUR support is now disabled (because it is currently broken upstream)
  • patches to support building against libalpm 14 (pacman 6.1)

There seem to be a few bugs related to downloading files still.

Unfortunately, I no longer use pamac-classic, nor do I have experience with Vala, nor do I have much time to investigate the cause of the bugs.

If anyone wants to take over maintainership (or be a co-maintainer) to fix these issues, let me know.

rafnov commented on 2024-04-26 03:13 (UTC)

Fails to build with error: system_daemon.c:19720:1: note: ‘lambda22gbusname_lost_callback’ declared here system_daemon.c: At top level: system_daemon.c:19838:1: warning: ‘_vala_clear_GRWLock’ defined but not used [-Wunused-function] system_daemon.c:19828:1: warning: ‘_vala_clear_GRecMutex’ defined but not used [-Wunused-function] system_daemon.c:7776:1: warning: ‘block11_data_ref’ defined but not used [-Wunused-function] system_daemon.c:5722:1: warning: ‘block9_data_ref’ defined but not used [-Wunused-function] system_daemon.c:5283:1: warning: ‘pamac_system_daemon_compute_aur_build_list_finish’ defined but not used [-Wunused-function] src/pamac-system-daemon/pamac-system-daemon.p/system_daemon.c:79:20: warning: ‘pamac_system_daemon_properties’ defined but not used [-Wunused-vari able] 79 | static GParamSpec* pamac_system_daemon_properties[PAMAC_SYSTEM_DAEMON_NUM_PROPERTIES]; | ^~ [9/10] Linking target src/pamac-manager/pamac-manager ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build().

FabioLolix commented on 2024-03-16 14:33 (UTC) (edited on 2024-03-16 14:33 (UTC) by FabioLolix)

Fails to build against the new libalpm

./src/pamac-system-daemon/system_daemon.vala:1844:51: error: 'alpm_question_import_key_t' {aka 'struct _alpm_question_import_key_t'} has no member named 'key'
 1844 |                         if (data.import_key_key.revoked == 1) {
      |                                                   ^

FabioLolix commented on 2024-03-13 22:31 (UTC)

@spsf64 every time you have error while loading shared libraries: libXXX.so.XXX: cannot open shared object file: No such file or directory for build from source programs you have to rebuild it so it link against the new library version

spsf64 commented on 2024-03-13 18:17 (UTC)

Does not launch with latest pacman (6.1.0) in testting:

pamac-manager: error while loading shared libraries: libalpm.so.13: cannot open shared object file: No such file or directory

rado84 commented on 2023-09-01 13:14 (UTC)

For some time now pamac-classic only displays the language pack for thunderbird but not thunderbird itself. So if I run the update command now, it will only download the language package but not the program this language package belongs to. This will be the second time I download and install thunderbird locally (manually), along with its language package. It's not a big deal for me but it appears weird, to say the least. I've checked the mirrors (both Arch's official mirror "Extra" and the mirror I use) and the file thunderbird is there, so pamac-classic not showing it in the list of waiting for updates is indeed weird. Here's a screenshot to see what I'm talking about: https://i.imgur.com/cgKWiBC.png

Cromer commented on 2022-07-12 00:28 (UTC)

Probably related to this: https://git.cromer.cl/cromer/pamac-classic/issues/12

AUR has been broken in pamac-classic for a while now due to changes on Arch Linux's side of things. If anyone can fix and do a pull request, I will merge it. But right now I don't have time to investigate myself and is at the bottom of my priority list.

rado84 commented on 2022-07-12 00:18 (UTC)

Why it doesn't display packages from AUR whenever there are such packages waiting to be updated? For instance, earlier today it displayed linux and linux-headers as waiting to be updated. When I ran the update command in terminal (I do the updates manually through CLI), the terminal showed that two AUR packages were also waiting to be updated: audacious-gtk3 and audacious-plugins-gtk3.

I have enabled search and check for updates from AUR, as well as AUR support and yet it never shows which AUR packages need to be updated, it only shows packages from the official repo.

glitsj16 commented on 2022-03-23 10:44 (UTC)

@Bitts311 You should have a 'Preferences' item in the menu that opens when you click the icon in the title bar on the left with the current version. Settings are stored in dconf, not in a file. If you don't see that icon, try changing GTK theme.