1
0
mirror of https://github.com/tommytran732/pamac-flatpak-gnome synced 2024-10-18 08:15:13 -04:00

Removed polkit-gnome legacy dependancy

This commit is contained in:
TommyTran732 2021-08-19 05:19:38 -04:00
parent 62c59f9c8c
commit 4705292922
No known key found for this signature in database
GPG Key ID: 8825C3851DC29C20
2 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@ pkgbase = pamac-flatpak-gnome
depends = libpamac-flatpak
depends = libhandy
depends = libappindicator-gtk3
optdepends = polkit-gnome: needed for authentification in Cinnamon, Gnome
provides = pamac
provides = gnome-software
conflicts = pamac

View File

@ -11,7 +11,6 @@ arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://gitlab.manjaro.org/applications/pamac"
license=('GPL3')
depends=('libnotify' 'libpamac-flatpak' 'libhandy' 'libappindicator-gtk3')
optdepends=('polkit-gnome: needed for authentification in Cinnamon, Gnome')
makedepends=('gettext' 'itstool' 'vala>=0.45' 'meson' 'ninja' 'gobject-introspection' 'xorgproto' 'asciidoc')
conflicts=('pamac' 'pamac-cli' 'pamac-classic' 'pamac-aur' 'pamac-aur-git' 'pamac-all' 'pamac-all-git' 'pamac-flatpak' 'gnome-software' 'pamac-tray-appindicator')
provides=('pamac' 'gnome-software')