summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMárcio2021-03-24 09:36:40 -0300
committerMárcio2021-03-24 09:36:40 -0300
commitbe8fe6172a06967ee033a3b79170296dc367591e (patch)
tree8ad00560182495238663ea648407df7de35e8885
parentbc49cc889807166f1dd5418cdee0a11d43e5bb36 (diff)
downloadaur-gnome-shell-40alfa.tar.gz
Changes glib dependency
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD15
2 files changed, 14 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 382fcb996ef1..21062fc015a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = gnome-shell-40
+pkgbase = gnome-shell-40alfa
pkgdesc = Next generation desktop shell
- pkgver = 40.alpha.1.1+321+gfcb70ff65
+ pkgver = 40.0+1+gbf6d668ca
pkgrel = 1
epoch = 1
url = https://gitlab.gnome.org/GNOME/gnome-shell
@@ -26,14 +26,11 @@ pkgbase = gnome-shell-40
depends = gnome-settings-daemon
depends = sysprof
depends = gnome-themes-extra
- depends = gsettings-desktop-schemas-git
depends = gtk4
depends = libcanberra-pulse
depends = libcroco
depends = libgdm
- depends = libgweather-git
depends = libsecret
- depends = mutter-40alfa
depends = nm-connection-editor
depends = unzip
depends = gstreamer
@@ -41,7 +38,10 @@ pkgbase = gnome-shell-40
depends = gnome-desktop
depends = bash-completion
depends = gnome-autoar
- depends = glib2-git
+ depends = glib2
+ depends = gsettings-desktop-schemas-git
+ depends = libgweather-git
+ depends = mutter-40alfa
optdepends = gnome-control-center: System settings
optdepends = evolution-data-server: Evolution calendar integration
provides = gnome-shell
@@ -51,5 +51,5 @@ pkgbase = gnome-shell-40
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git
sha256sums = SKIP
-pkgname = gnome-shell-40
+pkgname = gnome-shell-40alfa
diff --git a/PKGBUILD b/PKGBUILD
index 900f68487331..3021752ff950 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Márcio <marciosr10@gmail.com>
-pkgname=gnome-shell-40
+pkgname=gnome-shell-40alfa
_pkgname=gnome-shell
-pkgver=40.alpha.1.1+321+gfcb70ff65
+pkgver=40.0+1+gbf6d668ca
pkgrel=1
epoch=1
pkgdesc="Next generation desktop shell"
@@ -10,14 +10,13 @@ url="https://gitlab.gnome.org/GNOME/gnome-shell"
arch=(x86_64)
license=(GPL2)
depends=(accountsservice gcr gjs js78 gnome-bluetooth upower gnome-session
- gnome-settings-daemon sysprof gnome-themes-extra
- gsettings-desktop-schemas-git gtk4 libcanberra-pulse libcroco
- libgdm libgweather-git libsecret mutter-40alfa nm-connection-editor
- unzip gstreamer libibus gnome-desktop bash-completion gnome-autoar
- glib2-git)
+ gnome-settings-daemon sysprof gnome-themes-extra gtk4 libcanberra-pulse
+ libcroco libgdm libsecret nm-connection-editor unzip gstreamer
+ libibus gnome-desktop bash-completion gnome-autoar
+ glib2 gsettings-desktop-schemas-git libgweather-git mutter-40alfa)
makedepends=(gtk-doc gnome-control-center evolution-data-server
- gobject-introspection git meson sassc asciidoc vulkan-headers)
+ gobject-introspection git meson sassc asciidoc vulkan-headers)
optdepends=('gnome-control-center: System settings'
'evolution-data-server: Evolution calendar integration')