The pkgver needs to be changed to
pkgver() {
cd $_pkgname
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
otherwise the package will be flagged for update everytime.
Git Clone URL: | https://aur.archlinux.org/pamac-all-git.git (read-only, click to copy) |
---|---|
Package Base: | pamac-all-git |
Description: | A Gtk3 frontend for libalpm (everything in one package - snap, flatpak, appindicator) |
Upstream URL: | https://gitlab.manjaro.org/applications/pamac |
Licenses: | GPL3 |
Conflicts: | pamac, pamac-all, pamac-aur, pamac-aur-git, pamac-cli, pamac-common, pamac-flatpak, pamac-flatpak-gnome, pamac-gtk |
Provides: | pamac-all-git |
Submitter: | librewish |
Maintainer: | ahmedmoselhi |
Last Packager: | ahmedmoselhi |
Votes: | 7 |
Popularity: | 0.010490 |
First Submitted: | 2020-08-25 10:21 (UTC) |
Last Updated: | 2023-01-24 02:05 (UTC) |
The pkgver needs to be changed to
pkgver() {
cd $_pkgname
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
otherwise the package will be flagged for update everytime.
Hello everyone, I have a small problem with this package.
I updated it but it keeps asking me to update it again and again. I don't know what's wrong. Can anyone advise me on how to resolve this issue. Thanks in advance.
It needs plymouth to upgrade the system at shutdown.
Shouldn't 'libpamac-full-git' be a dependency instead of 'libpamac-full'?
package updated!
The Meson build system Version: 0.62.1 Source dir: /home/jmponce/.cache/yay/pamac-all-git/src/pamac Build dir: /home/jmponce/.cache/yay/pamac-all-git/src/pamac/builddir Build type: native build
../meson.build:1:0: ERROR: Unknown options: "enable-appindicator, enable-flatpak, enable-snap"
A full log can be found at /home/jmponce/.cache/yay/pamac-all-git/src/pamac/builddir/meson-logs/meson-log.txt ==> ERROR: Se produjo un fallo en build().
The Meson build system Version: 0.60.0 Source dir: /home/laichiaheng/.cache/yay/pamac-all-git/src/pamac Build dir: /home/laichiaheng/.cache/yay/pamac-all-git/src/pamac/builddir Build type: native build
../meson.build:1:0: ERROR: Unknown options: "enable-appindicator, enable-flatpak, enable-snap"
A full log can be found at /home/laichiaheng/.cache/yay/pamac-all-git/src/pamac/builddir/meson-logs/meson-log.txt ==> 錯誤: build() 遭遇失敗。 正在中止...
Hello.
I decided to give up on Pamac-all. I was not the creator of this PKGBUILD, it was given to me. But as I do not have any interest in this version, I decided to orphan it.
So, if you want a supported Pamac version, just use either pamac-aur-git (development version) or pamac-aur (stable one).
Have a good day.
anyone who has an issue installing pamac like @omerkaraduman, downgrade vala to the one before - vala-0.52.5-1
with $ pacman -U /var/cache/pacman/pkg/vala-0.52.5-1-x86_64.pkg.tar.zst
if you don't have a cached version, get one from https://archive.archlinux.org/packages/v/vala/
this should let you install pamac. vala was updated on the 21st Sept so there might be more people looking for a solution
@FredBezies thanks for answer. I hope that it fixes.
Pinned Comments
ahmedmoselhi commented on 2023-01-24 02:06 (UTC)
package updated!
FredBezies commented on 2021-09-24 08:48 (UTC)
@omerkaraduman
Looks like pamac do not like vala 0.54.1. Bug reported: https://gitlab.manjaro.org/applications/pamac/-/issues/1122
We will have to wait until a fix is provided.
FredBezies commented on 2021-06-10 14:45 (UTC)
KDE users: do not build directly this package if you want to use https://aur.archlinux.org/packages/pamac-tray-icon-plasma/
You will have to modify the PKBGUILD and modify ENABLE_APPINDICATOR=1 by ENABLE_APPINDICATOR=0 or there will be a conflict between this package and the tray indicator one.