Oh, wait. Oh, no. It imports libsoup2. That's another thing that needs changing.
Search Criteria
Package Details: libpamac-full 1:11.7.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libpamac-full.git (read-only, click to copy) |
---|---|
Package Base: | libpamac-full |
Description: | Library for Pamac package manager based on libalpm - flatpak and snap support enabled |
Upstream URL: | https://github.com/manjaro/libpamac |
Licenses: | GPL3 |
Conflicts: | libpamac, libpamac-aur, libpamac-flatpak, libpamac-full-dev |
Provides: | libpamac |
Submitter: | FredBezies |
Maintainer: | patlefort |
Last Packager: | patlefort |
Votes: | 13 |
Popularity: | 1.06 |
First Submitted: | 2021-06-09 17:09 (UTC) |
Last Updated: | 2024-11-04 18:07 (UTC) |
Dependencies (14)
- appstream
- archlinux-appstream-data
- dbus-glib
- flatpak (flatpak-gitAUR)
- git (git-gitAUR, git-glAUR)
- json-glib (json-glib-gitAUR)
- libalpm.so (pacman)
- libsoup3 (libsoup3-gitAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- snapdAUR (snapd-gitAUR)
- snapd-glibAUR (snapd-glib-gitAUR)
- gobject-introspection (make)
- meson (meson-gitAUR) (make)
- vala (vala-gitAUR) (make)
Required by (4)
- pamac-all
- pamac-cli (requires libpamac)
- pamac-tray-icon-plasma (requires libpamac)
- pamac-tray-plasma-git (requires libpamac)
Sources (1)
kode54 commented on 2022-09-13 04:36 (UTC)
kode54 commented on 2022-09-13 04:35 (UTC)
I resolved it, but I'm not sure it's easily packagable. It requires replacing:
src/libpamac-*/vapi/snapd-glib.vapi
With the snapd-glib-2.vapi from:
/usr/share/vala/vapi/snapd-glib-2.vapi
Supplied by the current snapd-glib.
Then changing:
src/libpamac-*/src/meson.build
so the dependency is on snapd-glib-2
and not snapd-glib
. The API is apparently compatible enough to just build with this dependency upgrade.
immohanravi commented on 2022-09-10 16:25 (UTC)
hi, did anyone resolve the problem of ../src/meson.build:33:1: ERROR: Dependency "snapd-glib" not found, tried pkgconfig and cmake
21kingfisher commented on 2022-09-06 10:57 (UTC) (edited on 2022-09-06 12:59 (UTC) by 21kingfisher)
I have similar issues as @Pask6_6.
Found CMake: /usr/bin/cmake (3.24.1)
WARNING: CMake Toolchain: Failed to determine CMake compilers state
Run-time dependency snapd-glib found: NO (tried pkgconfig and cmake)
../src/meson.build:33:1: ERROR: Dependency "snapd-glib" not found, tried pkgconfig and cmake
A full log can be found at /home/kingfisher/Downloads/Git/libpamac-full/src/libpamac-11.3.1/builddir/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build(). Aborting...
Pask6_6 commented on 2022-09-05 13:41 (UTC)
Hi all,
I have a problem with the update because libpamac-full needs snapd-glib however it is already installed but the compilation not found an idea??
LukeShortCloud commented on 2022-08-12 21:55 (UTC)
Thanks for adding me on as a co-maintainer! I've pushed my changes up to fix and update the package.
@patlefort Let us know if you have any further problems.
patlefort commented on 2022-08-10 08:49 (UTC)
Is this package still being maintained? Pulling whatever is the latest from git is incorrect for a non -git package, it should have been locked to a specific commit or pulled and applied a patch. It's also unnecessary right now.
LukeShortCloud commented on 2022-07-12 05:18 (UTC)
I was able to get this working again by (1) reverting the last two commits 223f99efd20b and defcf36bafb4 and then (2) updating to the tagged release of 11.3.1 (currently the latest stable release). The usage of the latest git is no longer required because there was a temporary issue in the past that has been addressed in the latest versions of Pamac.
@LSUtigers3131 Any chance you can add me as a co-maintainer? I already made the necessary changes locally but the AUR will not let me push them.
FabioLolix commented on 2022-06-28 09:04 (UTC)
Hello, about this fix https://aur.archlinux.org/cgit/aur.git/commit/?h=libpamac-full&id=defcf36bafb43c30ac110733507665edca39ae4b
- it transform the pkgbuild to a VCS one, you should have added
#commit=
to source specifying a commit to build (like this https://aur.archlinux.org/cgit/aur.git/commit/?h=textosaurus&id=413fab213f81786d8d414ed16b6ed3803f654e7e) - there is no longer correlation between source=() and pkgver=
- git is missing from makedepends, the package can't be build in a clean chroot
bob-xygene commented on 2022-04-20 19:26 (UTC)
i removed pamac-all that was crashing since the libpamac-full update and i just installed in its stead pamac-aur and removed all the trash of snapd and flatpack that no desktop user ever have the need to.
Pinned Comments