1
0
Fork 0

Add provides to docs too

Signed-off-by: Mingi Sung <dawdleming@gmail.com>
This commit is contained in:
Mingi Sung 2024-04-02 14:33:48 +09:00
parent 256acb6805
commit 820ff0a215
Signed by: sungmg
GPG key ID: 8914E37E2BA317DD
2 changed files with 4 additions and 0 deletions

View file

@ -80,3 +80,5 @@ pkgname = gnome-shell-performance
pkgname = gnome-shell-performance-docs
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync (API documentation)
depends =
provides = gnome-shell-docs
conflicts = gnome-shell-docs

View file

@ -217,6 +217,8 @@ package_gnome-shell-performance() {
if ! [ -n "$_disable_docs" ]; then
package_gnome-shell-performance-docs() {
pkgdesc+=" (API documentation)"
provides=(gnome-shell-docs)
conflicts=(gnome-shell-docs)
depends=()
mv doc/* "$pkgdir"