[arch-commits] Commit in gnome-shell/trunk (PKGBUILD gnome-shell.install)
Jan Steffens
heftig at archlinux.org
Tue Jun 4 16:54:51 UTC 2019
Date: Tuesday, June 4, 2019 @ 16:54:50
Author: heftig
Revision: 354830
3.32.2+1+g24cb1c1aa-1: rt-scheduler
Added:
gnome-shell/trunk/gnome-shell.install
Modified:
gnome-shell/trunk/PKGBUILD
---------------------+
PKGBUILD | 7 ++++---
gnome-shell.install | 7 +++++++
2 files changed, 11 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-04 16:53:03 UTC (rev 354829)
+++ PKGBUILD 2019-06-04 16:54:50 UTC (rev 354830)
@@ -3,8 +3,8 @@
# Contributor: Flamelab <panosfilip at gmail.com
pkgname=gnome-shell
-pkgver=3.32.2
-pkgrel=2
+pkgver=3.32.2+1+g24cb1c1aa
+pkgrel=1
epoch=1
pkgdesc="Next generation desktop shell"
url="https://wiki.gnome.org/Projects/GnomeShell"
@@ -18,7 +18,8 @@
optdepends=('gnome-control-center: System settings'
'evolution-data-server: Evolution calendar integration')
groups=(gnome)
-_commit=3a060d755dc2bee48883d39d3bf7ce79c4889e5d # tags/3.32.2^0
+install=gnome-shell.install
+_commit=24cb1c1aabe36b905ce009c2c786f4d70d6184d7 # gnome-3-32
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
sha256sums=('SKIP'
Added: gnome-shell.install
===================================================================
--- gnome-shell.install (rev 0)
+++ gnome-shell.install 2019-06-04 16:54:50 UTC (rev 354830)
@@ -0,0 +1,7 @@
+post_install() {
+ setcap cap_sys_nice+ep usr/bin/gnome-shell
+}
+
+post_upgrade() {
+ post_install
+}
More information about the arch-commits
mailing list