Skip to content

Commit

Permalink
libpamac-aur: Disable flatpak support
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Oct 29, 2024
1 parent ff71c8c commit 965e9a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
9 changes: 2 additions & 7 deletions libpamac-aur/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = libpamac-aur
pkgdesc = Pamac package manager library based on libalpm
pkgver = 11.7.0
pkgrel = 2
pkgrel = 4
url = https://github.com/manjaro/libpamac/
install = pamac.install
arch = i686
Expand Down Expand Up @@ -33,7 +33,6 @@ pkgbase = libpamac-aur
depends = appstream-glib>=0.7.18-1
depends = archlinux-appstream-data
depends = git
depends = flatpak
provides = libpamac.so=11
provides = libpamac-appstream.so=11
provides = libpamac=11.7.0
Expand All @@ -42,17 +41,13 @@ pkgbase = libpamac-aur
options = !emptydirs
options = !strip
backup = etc/pamac.conf
source = libpamac-11.7.0-2.zip::https://github.com/manjaro/libpamac//archive/49bfde599ed00c127869a2797b5bb26e28e11c2a.zip
source = libpamac-11.7.0-4.zip::https://github.com/manjaro/libpamac//archive/49bfde599ed00c127869a2797b5bb26e28e11c2a.zip
source = fix-appstream-data.sh
source = fix-appstream-data.hook
source = 0001-flatpak_trans_run.patch
source = 0002-flatpak_runtime.patch
source = https://github.com/vnepogodin/my-patches/raw/develop/libpamac/0001-add-arches-from-pacman-func-call.patch
sha256sums = 6191f2cf6955a0041fbf72449efe000803cc2a81654a6da96653e27fc9d08452
sha256sums = 6e0c25f0fcb0076ce78845b037e32925fcc3f1cd1670062c48ed35f564a10244
sha256sums = b5236af02c25cd7de4b2c9c2d0f064dac3c2f54da5cc72bf72fc6236a34bd9c4
sha256sums = e90cb38ce31fac5eae86b73dfd94936f920b50f260afd4979b7cc7f62ca93bae
sha256sums = 06fcfece7de3ebebacaab895e62eac842e521e73868679394adf6171d3e43514
sha256sums = 23862d7ba3507670cbdd00b949c453bf8b8f2bb876cbd5943b2ceb60cc13cc6f

pkgname = libpamac-aur
7 changes: 2 additions & 5 deletions libpamac-aur/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
# Contributor: Zeph <[email protected]>
# Maintainer: Zeph <[email protected]>
# https://gitlab.manjaro.org/packages/extra/libpamac
ENABLE_FLATPAK=1
ENABLE_FLATPAK=0
ENABLE_SNAPD=0

pkgname=libpamac-aur
pkgver=11.7.0
pkgrel=2
pkgrel=4
_pkgfixver=$pkgver

_commit='49bfde599ed00c127869a2797b5bb26e28e11c2a'
sha256sums=('6191f2cf6955a0041fbf72449efe000803cc2a81654a6da96653e27fc9d08452'
'6e0c25f0fcb0076ce78845b037e32925fcc3f1cd1670062c48ed35f564a10244'
'b5236af02c25cd7de4b2c9c2d0f064dac3c2f54da5cc72bf72fc6236a34bd9c4'
'e90cb38ce31fac5eae86b73dfd94936f920b50f260afd4979b7cc7f62ca93bae'
'06fcfece7de3ebebacaab895e62eac842e521e73868679394adf6171d3e43514'
'23862d7ba3507670cbdd00b949c453bf8b8f2bb876cbd5943b2ceb60cc13cc6f')

pkgdesc="Pamac package manager library based on libalpm"
Expand All @@ -33,7 +31,6 @@ options=(!emptydirs !strip)
install=pamac.install
source=("libpamac-$pkgver-$pkgrel.zip::$url/archive/$_commit.zip"
'fix-appstream-data.sh' 'fix-appstream-data.hook'
'0001-flatpak_trans_run.patch' '0002-flatpak_runtime.patch'
https://github.com/vnepogodin/my-patches/raw/develop/libpamac/0001-add-arches-from-pacman-func-call.patch)

define_meson=''
Expand Down

0 comments on commit 965e9a1

Please sign in to comment.