summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWithTheBraid2022-09-22 11:26:47 +0200
committerWithTheBraid2022-09-22 11:26:47 +0200
commit40af74d7df0e713f95a6b5b4ffec0ba3ce5280e4 (patch)
tree7d13673fa579e1b26deff2890fd9d09b37d94a8f
parentc579d2f36bb2b0bafe90fad7c89cc08ad569d6a0 (diff)
downloadaur-gnome-shell-mobile-git.tar.gz
chore: apply gnome mobile patches
Signed-off-by: WithTheBraid <the-one@with-the-braid.cf>
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fdbcdab042a..654e12d5a859 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
-pkgbase = gnome-shell-git
- pkgdesc = Next generation desktop shell
+pkgbase = gnome-shell-mobile-git
+ pkgdesc = Next generation mobile shell
pkgver = 43.0+17+g901661487
pkgrel = 1
epoch = 1
@@ -7,6 +7,7 @@ pkgbase = gnome-shell-git
arch = x86_64
arch = i686
arch = pentium4
+ arch = aarch64
groups = gnome
license = GPL
makedepends = gtk-doc
@@ -45,7 +46,7 @@ pkgbase = gnome-shell-git
optdepends = evolution-data-server: Evolution calendar integration
provides = gnome-shell
conflicts = gnome-shell
- source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git
+ source = git+https://gitlab.gnome.org/verdre/gnome-shell.git#branch=mobile-shell
sha256sums = SKIP
-pkgname = gnome-shell-git
+pkgname = gnome-shell-mobile-git
diff --git a/PKGBUILD b/PKGBUILD
index ac9521501964..4b44c4bc5046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
# shellcheck disable=SC2034
_pkgname="gnome-shell"
-pkgname="${_pkgname}-git"
+pkgname="${_pkgname}-mobile-git"
pkgver=43.0+17+g901661487
pkgrel=1
epoch=1
-pkgdesc="Next generation desktop shell"
+pkgdesc="Next generation mobile shell"
url="https://gitlab.gnome.org/GNOME/${_pkgname}"
-arch=('x86_64' 'i686' 'pentium4')
+arch=('x86_64' 'i686' 'pentium4' 'aarch64')
license=(GPL)
depends=(accountsservice gcr-git gjs-git gnome-bluetooth upower gnome-session gtk4
gnome-settings-daemon gsettings-desktop-schemas-git libcanberra-pulse
@@ -25,7 +25,7 @@ optdepends=('gnome-control-center: System settings'
groups=(gnome)
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-source=("git+https://gitlab.gnome.org/GNOME/${_pkgname}.git")
+source=("git+https://gitlab.gnome.org/verdre/${_pkgname}.git#branch=mobile-shell")
sha256sums=('SKIP')
pkgver() {