Package Details: libpamac-nosnap 1:11.6.4-1

Git Clone URL: https://aur.archlinux.org/libpamac-nosnap.git (read-only, click to copy)
Package Base: libpamac-nosnap
Description: Pamac package manager library based on libalpm. Without Snap support
Upstream URL: https://gitlab.manjaro.org/applications/libpamac
Licenses: GPL3
Conflicts: libpamac, libpamac-aur, libpamac-flatpak, libpamac-full
Provides: libpamac
Submitter: LSUtigers3131
Maintainer: Santi-Burgos
Last Packager: Santi-Burgos
Votes: 8
Popularity: 0.032374
First Submitted: 2021-11-14 22:21 (UTC)
Last Updated: 2024-03-16 17:08 (UTC)

Pinned Comments

TommyTran732 commented on 2021-08-18 05:24 (UTC)

Corresponding GitHub repository: https://github.com/tommytran732/libpamac-flatpak

Latest Comments

jdigi78 commented on 2023-11-22 17:46 (UTC)

this needs a patch for appstream 1.0 like libpamac-full has

TechXero commented on 2023-08-28 19:15 (UTC)

11.6.1 is out please update !

FredBezies commented on 2023-08-19 12:31 (UTC)

Here is an updated and working PKGBUILD for libpamac 11.6.0.

# Maintainer: Cassandra Watergate (saltedcoffii) <cassandrajwatergate@gmail.com>
# Contributer: LSUtigers3131

_pkgname=libpamac
pkgname=$_pkgname-nosnap
pkgver=11.6.0
pkgrel=1
epoch=1
pkgdesc="Library for Pamac package manager based on libalpm - flatpak support enabled"
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://gitlab.manjaro.org/applications/libpamac"
license=('GPL3')
depends=('pacman' 'flatpak' 'appstream-glib' 'archlinux-appstream-data')
makedepends=('gettext' 'itstool' 'vala' 'meson' 'gobject-introspection' 'xorgproto' 'asciidoc')
options=(!emptydirs)
conflicts=('libpamac-aur' 'libpamac-flatpak' 'libpamac' 'libpamac-full-dev' 'libpamac-full')
source=($_pkgname-$pkgver.tar.bz2::$url/-/archive/$pkgver/$_pkgname-$pkgver.tar.bz2)
sha512sums=('3b548bd56ec02e0399ff860b5f4532b457986cb9332e2592e96a0222334a086fe0ff20ab2623da98172b86c786d2b49e75ddf2e4ba37395239d77f6d188b4a59')

build() {
  arch-meson -Denable-flatpak=true -Denable-snap=false $_pkgname-$pkgver build
  meson compile -C build
}

check() {
  meson test -C build --print-errorlogs
}

package() {
  backup=('etc/pamac.conf')
  meson install -C build --destdir "$pkgdir"
}

Santi-Burgos commented on 2023-08-08 20:02 (UTC)

@saltedcoffii: I already sent you the updated PKGBUILD, though not on latest latest, feel free to check, test and update per your needs

saltedcoffii commented on 2023-08-04 20:47 (UTC) (edited on 2023-08-04 20:48 (UTC) by saltedcoffii)

@Sam-Burgos you are welcome to submit updated PKGBUILDs to me by email and I will be happy to add your name an email as a Contributor line at the top of the file. Additionally, I noticed you filed a deletion request claiming that I do not respond to comments or emails, yet gave me less than 24 hours to respond. In the future, please exercise patience.

czardien commented on 2023-05-17 13:36 (UTC)

What's going on with that archlinux-appstream-data-pamac (broken) dependency? Should it be pointing at: https://archlinux.org/packages/extra/any/archlinux-appstream-data/ instead?

Should that package be out of date, just as: https://aur.archlinux.org/packages/libpamac-nosnap?

Bitals commented on 2022-11-07 09:07 (UTC)

Build fails with:

01:00:33 Did not find CMake 'cmake'
01:00:33 Found CMake: NO
01:00:33 Run-time dependency appstream-glib found: NO (tried pkgconfig)
01:00:33 
01:00:33 libpamac-11.4.1/src/meson.build:8:0: ERROR: Dependency "appstream-glib" not found, tried pkgconfig

Seems like appstream-glib is a new dependency. Cmake was safe to ignore.

TommyTran732 commented on 2021-08-18 05:24 (UTC)

Corresponding GitHub repository: https://github.com/tommytran732/libpamac-flatpak