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

Add appstream-glib

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-09-16 01:55:19 -04:00
parent 1747ba7ff5
commit 5d6a4e30c8
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = pamac-flatpak
pkgdesc = A Gtk3 frontend for libalpm (with AUR, Flatpak and AppIndicator support)
pkgver = 10.4.2
pkgrel = 2
pkgrel = 3
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
depends = appstream-glib
optdepends = polkit-gnome: needed for authentification in Cinnamon, Gnome
optdepends = fwupd: support firmware updates
provides = pamac

View File

@ -3,14 +3,14 @@
pkgname=pamac-flatpak
pkgver=10.4.2
pkgrel=2
pkgrel=3
_pkgfixver=$pkgver
pkgdesc="A Gtk3 frontend for libalpm (with AUR, Flatpak and AppIndicator support)"
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')
depends=('libnotify' 'libpamac-flatpak>=10.3.0' 'libhandy' 'git' 'fakeroot' 'pkgconf' 'appstream-glib')
optdepends=('polkit-gnome: needed for authentification in Cinnamon, Gnome'
'fwupd: support firmware updates')
makedepends=('gettext' 'itstool' 'vala>=0.45' 'meson' 'gobject-introspection' 'xorgproto' 'asciidoc')