mirror of
https://github.com/tommytran732/pamac-flatpak
synced 2024-12-04 13:41:33 -05:00
Add Polkit-GNOME
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
41d86aa25c
commit
69fd054f86
3
.SRCINFO
3
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = pamac-flatpak
|
||||
pkgdesc = A Gtk3 frontend for libalpm (with AUR, Flatpak and AppIndicator support)
|
||||
pkgver = 10.4.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://gitlab.manjaro.org/applications/pamac
|
||||
install = pamac.install
|
||||
arch = i686
|
||||
@ -24,6 +24,7 @@ pkgbase = pamac-flatpak
|
||||
depends = git
|
||||
depends = fakeroot
|
||||
depends = pkgconf
|
||||
optdepends = polkit-gnome: needed for authentification in Cinnamon, Gnome
|
||||
optdepends = fwupd: support firmware updates
|
||||
provides = pamac
|
||||
conflicts = pamac
|
||||
|
5
PKGBUILD
5
PKGBUILD
@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=pamac-flatpak
|
||||
pkgver=10.4.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_pkgfixver=$pkgver
|
||||
|
||||
pkgdesc="A Gtk3 frontend for libalpm (with AUR, Flatpak and AppIndicator support)"
|
||||
@ -11,7 +11,8 @@ arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
url="https://gitlab.manjaro.org/applications/pamac"
|
||||
license=('GPL3')
|
||||
depends=('libnotify' 'libpamac-flatpak>=10.3.0' 'libhandy' 'git' 'fakeroot' 'pkgconf')
|
||||
optdepends=('fwupd: support firmware updates')
|
||||
optdepends=('polkit-gnome: needed for authentification in Cinnamon, Gnome'
|
||||
'fwupd: support firmware updates')
|
||||
makedepends=('gettext' 'itstool' 'vala>=0.45' 'meson' 'gobject-introspection' 'xorgproto' 'asciidoc')
|
||||
conflicts=('pamac' 'pamac-cli' 'pamac-gtk' 'pamac-qt' 'pamac-classic' 'pamac-aur' 'pamac-aur-git' 'pamac-all' 'pamac-all-git' 'pamac-flatpak-gnome' 'pacmac-nosnap')
|
||||
provides=('pamac')
|
||||
|
Loading…
Reference in New Issue
Block a user