Skip to content
Snippets Groups Projects
Unverified Commit d5bb96a9 authored by Oliver Smith's avatar Oliver Smith
Browse files

systemd/gnome-shell-mobile: fix provides=

Should be =$pkgver-r$pkgrel instead of =$_pkgver-r$pkgrel. Otherwise CI
fails, and it is right, we do want to provide the very high version so
we don't install the regular package by accident if the regular package
gets upgraded before this forked version.
parent 395ba733
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=gnome-shell-mobile
pkgver=99945_git20230908
_pkgver=45_git20230908
pkgrel=0
pkgrel=1
pkgdesc="GNOME shell"
url="https://wiki.gnome.org/Projects/GnomeShell"
arch="all !armhf !s390x !riscv64" # gjs / riscv64: mutter-mobile
......@@ -62,7 +62,7 @@ checkdepends="
mesa-dri-gallium
"
# gdm is also needed but introduces circular dep
provides="gnome-shell=$_pkgver-r$pkgrel"
provides="gnome-shell=$pkgver-r$pkgrel"
subpackages="$pkgname-dbg $pkgname-doc $pkgname-lang $pkgname-schemas::noarch"
_commit="df3f6b4c512d2f181e86ff7f6b1646ce7b907344"
_gvc_commit="8e7a5a4c3e51007ce6579292642517e3d3eb9c50"
......@@ -102,7 +102,7 @@ check() {
schemas() {
pkgdesc="GNOME Shell gsetting schemas"
depends=""
provides="gnome-shell-schemas=$_pkgver-r$pkgrel"
provides="gnome-shell-schemas=$pkgver-r$pkgrel"
amove usr/share/glib-2.0/schemas
amove usr/share/gnome-control-center/keybindings
......@@ -110,7 +110,7 @@ schemas() {
lang() {
default_lang
provides="gnome-shell-lang=$_pkgver-r$pkgrel"
provides="gnome-shell-lang=$pkgver-r$pkgrel"
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment