mirror of
https://github.com/tommytran732/pamac-flatpak-gnome
synced 2024-11-24 16:51:34 -05:00
Add appstream-glib
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
9069aa7a17
commit
96a55f38fb
3
.SRCINFO
3
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = pamac-flatpak-gnome
|
||||
pkgdesc = A Gtk3 frontend for libalpm (with AUR, Flatpak,AppIndicator support, and GNOME integration)
|
||||
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-gnome
|
||||
depends = git
|
||||
depends = fakeroot
|
||||
depends = pkgconf
|
||||
depends = appstream-glib
|
||||
depends = polkit-gnome
|
||||
optdepends = fwupd: support firmware updates
|
||||
provides = pamac
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -3,14 +3,14 @@
|
||||
|
||||
pkgname=pamac-flatpak-gnome
|
||||
pkgver=10.4.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_pkgfixver=$pkgver
|
||||
|
||||
pkgdesc="A Gtk3 frontend for libalpm (with AUR, Flatpak, AppIndicator support, and GNOME integration)"
|
||||
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' 'polkit-gnome')
|
||||
depends=('libnotify' 'libpamac-flatpak>=10.3.0' 'libhandy' 'git' 'fakeroot' 'pkgconf' 'appstream-glib' 'polkit-gnome')
|
||||
optdepends=('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' 'pacmac-nosnap')
|
||||
|
Loading…
Reference in New Issue
Block a user