1
0
Fork 0

3.36, good luck

This commit is contained in:
Saren Arterius 2020-03-09 11:58:01 +08:00
parent c33ad2abab
commit e932566fa6
2 changed files with 29 additions and 10 deletions

View file

@ -1,7 +1,7 @@
pkgbase = gnome-shell-performance pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell pkgdesc = Next generation desktop shell
pkgver = 3.34.3 pkgver = 3.36.0
pkgrel = 4 pkgrel = 1
epoch = 1 epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell url = https://wiki.gnome.org/Projects/GnomeShell
install = gnome-shell-performance.install install = gnome-shell-performance.install
@ -26,7 +26,6 @@ pkgbase = gnome-shell-performance
depends = gnome-themes-extra depends = gnome-themes-extra
depends = gsettings-desktop-schemas depends = gsettings-desktop-schemas
depends = libcanberra-pulse depends = libcanberra-pulse
depends = libcroco
depends = libgdm depends = libgdm
depends = libsecret depends = libsecret
depends = mutter depends = mutter
@ -38,12 +37,31 @@ pkgbase = gnome-shell-performance
optdepends = gnome-control-center: System settings optdepends = gnome-control-center: System settings
optdepends = evolution-data-server: Evolution calendar integration optdepends = evolution-data-server: Evolution calendar integration
provides = gnome-shell provides = gnome-shell
provides = gnome-shell=3.34.3 provides = gnome-shell=3.36.0
conflicts = gnome-shell conflicts = gnome-shell
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=f7fe7bc676b0cae37405b941822ba9f2b989add6 source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=4baa091bc54856b191394c70bcedcd3fb4d1a2b5
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
sha256sums = SKIP sha256sums = SKIP
sha256sums = SKIP sha256sums = SKIP
pkgname = gnome-shell-performance pkgname = gnome-shell-performance
depends = accountsservice
depends = gcr
depends = gjs
depends = gnome-bluetooth
depends = upower
depends = gnome-session
depends = gnome-settings-daemon
depends = gnome-themes-extra
depends = gsettings-desktop-schemas
depends = libcanberra-pulse
depends = libgdm
depends = libsecret
depends = mutter
depends = nm-connection-editor
depends = unzip
depends = gstreamer
depends = libibus
depends = gnome-autoar
depends = libmutter-6.so

View file

@ -5,15 +5,15 @@
pkgname=gnome-shell-performance pkgname=gnome-shell-performance
_pkgname=gnome-shell _pkgname=gnome-shell
pkgver=3.34.3 pkgver=3.36.0
pkgrel=4 pkgrel=1
epoch=1 epoch=1
pkgdesc="Next generation desktop shell" pkgdesc="Next generation desktop shell"
url="https://wiki.gnome.org/Projects/GnomeShell" url="https://wiki.gnome.org/Projects/GnomeShell"
arch=(x86_64) arch=(x86_64)
license=(GPL2) license=(GPL2)
depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session gnome-settings-daemon depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session gnome-settings-daemon
gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse libcroco libgdm libsecret gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse libgdm libsecret
mutter nm-connection-editor unzip gstreamer libibus gnome-autoar) mutter nm-connection-editor unzip gstreamer libibus gnome-autoar)
makedepends=(gtk-doc gnome-control-center evolution-data-server gobject-introspection git meson makedepends=(gtk-doc gnome-control-center evolution-data-server gobject-introspection git meson
sassc asciidoc) sassc asciidoc)
@ -23,7 +23,7 @@ groups=(gnome)
provides=(gnome-shell gnome-shell=$pkgver) provides=(gnome-shell gnome-shell=$pkgver)
conflicts=(gnome-shell) conflicts=(gnome-shell)
install=$pkgname.install install=$pkgname.install
_commit=f7fe7bc676b0cae37405b941822ba9f2b989add6 # gnome-3-34 _commit=4baa091bc54856b191394c70bcedcd3fb4d1a2b5 # tags/3.36.0^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit" source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git") "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
sha256sums=('SKIP' sha256sums=('SKIP'
@ -146,7 +146,7 @@ prepare() {
git_cp_by_msg '!948' "overviewControls: Use ClutterActor's translation-x" git_cp_by_msg '!948' "overviewControls: Use ClutterActor's translation-x"
git submodule init git submodule init
git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control" git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
git submodule update git submodule update
} }
@ -156,5 +156,6 @@ build() {
} }
package() { package() {
depends+=(libmutter-6.so)
DESTDIR="$pkgdir" meson install -C build DESTDIR="$pkgdir" meson install -C build
} }