temp/gnome-software: break cyclic dependency with own plugin (MR 2879)
Depencency chain: gnome-software -> gnome-softare-plugin-apk -> gnome-software-lib -> gnome-software is broken. Application should not depend on its own plugin, instead plugin should probably be installed using install_if="gnome-software apk-tools". This is needed to unblock BPO: master/x86_64/gnome-software-9999_git20211203-r0.apk (missing depends: gnome-software) [ci:skip-build] already built successfully in CI
This commit is contained in:
parent
0922ff0fdd
commit
7fe039dde5
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
pkgname=gnome-software
|
||||
pkgver=9999_git20211203
|
||||
_pkgver=41.3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Software lets you install and update applications and system extensions"
|
||||
url="https://wiki.gnome.org/Apps/Software"
|
||||
# s390x, mips64 and riscv64 blocked by polkit
|
||||
arch="all !s390x !mips64 !riscv64"
|
||||
license="GPL-2.0-or-later"
|
||||
depends="gnome-software-plugin-apk"
|
||||
depends=""
|
||||
makedepends="meson appstream-dev gdk-pixbuf-dev libxmlb-dev glib-dev gtk+3.0-dev
|
||||
json-glib-dev libsoup-dev gnome-desktop-dev gspell-dev polkit-dev gtk-doc
|
||||
ostree-dev flatpak-dev libgudev-dev gnome-online-accounts-dev libhandy1-dev"
|
||||
|
|
Loading…
Add table
Reference in a new issue