Package Details: libpamac-full 1:11.7.0-1

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: 11
Popularity: 0.008280
First Submitted: 2021-06-09 17:09 (UTC)
Last Updated: 2024-11-04 18:07 (UTC)

Pinned Comments

Latest Comments

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

bkb commented on 2023-01-19 09:06 (UTC) (edited on 2023-01-19 13:59 (UTC) by bkb)

@patlefort Not since half a year

Maybe

sudo find / -iname \*libpamac-full\* -exec sed -i 's/11.3.1/11.4.1/g' {}/* +
sudo find / -iname \*libpamac-full\* -exec sed -i 's/92fb2dc550df33cd88969e004fed5a1e2300212f6643f21617e117019ba03109/f0aa76f16b3dadfd6a2c72008953e9f89488cd1da8b3d8349114bbf86ce20b5d/g' {}/* +
sudo find / -name libpamac-11.3.1.tar.bz2 -exec rm {} +
sudo find / -iname \*libpamac\*11.3.1\* -exec mv {} {}11.4.1 +

or

grep -rl 92fb2dc550df33cd88969e004fed5a1e2300212f6643f21617e117019ba03109 /$PATH/libpamac-full | xargs sed -i 's/92fb2dc550df33cd88969e004fed5a1e2300212f6643f21617e117019ba03109/f0aa76f16b3dadfd6a2c72008953e9f89488cd1da8b3d8349114bbf86ce20b5d/g'
grep -rl 11.3.1 /$PATH/libpamac-full | xargs sed -i 's/11.3.1/11.4.1/g'
cd /$PATH/libpamac-full
makepkg
pacman -U libpamac-full-1:11.4.1-1-x86_64.pkg.tar.zst
cd
pacman -S pamac-all

?

Create LukeShortCloud-11.4.1 user with correct flags/pkgbuild and replace packager for libpamac-full, waiting for Dansito to update the maintainer they use

patlefort commented on 2023-01-03 20:05 (UTC)

Version 11.4.1 build just fine with snapd-glib package. Is this package still being maintained?

bkb commented on 2023-01-03 14:38 (UTC)

Create snapd-glib-libsoup2 package with correct flags/pkgbuild and replace dependency for libpamac-full, waitaing for pamac to update the framework they use

immohanravi commented on 2022-12-24 12:51 (UTC) (edited on 2022-12-24 12:52 (UTC) by immohanravi)

finally resolved the problem of

./src/meson.build:33:1: ERROR: Dependency "snapd-glib"

have to rebuild snapd-glib before doing edit PKGBUILD

build() {
  cd "$pkgbase-$pkgver"
  meson build -Dprefix=/usr
  ninja -C build
}
build() {
  cd "$pkgbase-$pkgver"
  meson build -Dsoup2=true -Dprefix=/usr
  ninja -C build
}

I have just added

 -Dsoup2=true 
after reinstalling snapd-glib with the above flag, libpamac-full installs without any error

missingSleepDeps commented on 2022-12-22 03:34 (UTC)

I tried replacing snapd-glib-2 in the /src/meson.build file, and while it builds, pamac still doesn't run and it complains about mixed libsoup2 and libsoup3 symbols...

bkb commented on 2022-12-21 13:12 (UTC)

@FredBezies @Dansito @LukeShortCloud, just add what @fsociety3765 said

marcos.sanm commented on 2022-11-18 23:12 (UTC)

Thank you @fsociety3765 :)

21kingfisher commented on 2022-10-05 14:29 (UTC)

Thank you @fsociety3765...

fsociety3765 commented on 2022-10-04 00:53 (UTC)

I have been able to successfully install this.

I had to re-install snapd-glib and edit the PKGBUILD to add Dsoup2=true to the meson build flags.

After that installing this package completed without errors.

I was then able to build and install pamac from source.

https://gitlab.manjaro.org/applications/pamac

There is a post from @yochananmarqos on the snapd-glib AUR page that prompted me to try this.

I now have the pamac GUI up and running with Arch, AUR, Flatpak, and Snap support.

kode54 commented on 2022-09-13 05:52 (UTC)

Nope, this can't work. Flatpak depends on libsoup2, because of ostree. And ostree needs to be updated to use libsoup3 to work with this.

Guess the whole thing is a bust.