Add provides
to docs too
Signed-off-by: Mingi Sung <dawdleming@gmail.com>
This commit is contained in:
parent
256acb6805
commit
820ff0a215
2 changed files with 4 additions and 0 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -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
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue