[arch-commits] Commit in gnome-shell/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Nov 22 15:38:42 UTC 2017
Date: Wednesday, November 22, 2017 @ 15:38:41
Author: heftig
Revision: 310628
archrelease: copy trunk to staging-x86_64
Added:
gnome-shell/repos/staging-x86_64/PKGBUILD
(from rev 310627, gnome-shell/trunk/PKGBUILD)
Deleted:
gnome-shell/repos/staging-x86_64/PKGBUILD
----------+
PKGBUILD | 116 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 58 insertions(+), 58 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-22 15:37:54 UTC (rev 310627)
+++ PKGBUILD 2017-11-22 15:38:41 UTC (rev 310628)
@@ -1,58 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Flamelab <panosfilip at gmail.com
-
-pkgname=gnome-shell
-pkgver=3.26.2+5+g3b4be770a
-pkgrel=2
-pkgdesc="The next generation GNOME Shell"
-url="https://wiki.gnome.org/Projects/GnomeShell"
-arch=(x86_64)
-license=(GPL2)
-depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus upower
- gnome-session gnome-settings-daemon gnome-themes-standard gsettings-desktop-schemas
- libcanberra-pulse libcroco libgdm libsecret mutter nm-connection-editor
- unzip gstreamer)
-makedepends=(gtk-doc gnome-control-center evolution-data-server gobject-introspection git meson)
-optdepends=('gnome-control-center: System settings'
- 'evolution-data-server: Evolution calendar integration')
-groups=(gnome)
-_commit=3b4be770a0590bcee9c739f3d9264320e23d555b # gnome-3-26
-source=("git+https://git.gnome.org/browse/gnome-shell#commit=$_commit"
- "git+https://git.gnome.org/browse/libgnome-volume-control"
- "git+https://git.gnome.org/browse/gnome-shell-sass")
-sha256sums=('SKIP'
- 'SKIP'
- 'SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- mkdir build
- cd $pkgname
-
- # Move the plugin to our custom epiphany-only dir
- sed -i "s/'mozilla'/'epiphany'/g" meson.build
-
- git submodule init
- git config --local submodule.src/gvc.url "$srcdir/libgnome-volume-control"
- git config --local submodule.data/theme/gnome-shell-sass.url "$srcdir/gnome-shell-sass"
- git submodule update
-}
-
-build() {
- cd build
- arch-meson ../$pkgname -Denable-documentation=true
- ninja
-}
-
-package() {
- cd build
- DESTDIR="$pkgdir" ninja install
-
- # Must exist; FS#37412
- mkdir "$pkgdir/usr/share/gnome-shell/modes"
-}
Copied: gnome-shell/repos/staging-x86_64/PKGBUILD (from rev 310627, gnome-shell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-22 15:38:41 UTC (rev 310628)
@@ -0,0 +1,58 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Flamelab <panosfilip at gmail.com
+
+pkgname=gnome-shell
+pkgver=3.26.2+5+g3b4be770a
+pkgrel=3
+pkgdesc="The next generation GNOME Shell"
+url="https://wiki.gnome.org/Projects/GnomeShell"
+arch=(x86_64)
+license=(GPL2)
+depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus upower
+ gnome-session gnome-settings-daemon gnome-themes-standard gsettings-desktop-schemas
+ libcanberra-pulse libcroco libgdm libsecret mutter nm-connection-editor
+ unzip gstreamer)
+makedepends=(gtk-doc gnome-control-center evolution-data-server gobject-introspection git meson)
+optdepends=('gnome-control-center: System settings'
+ 'evolution-data-server: Evolution calendar integration')
+groups=(gnome)
+_commit=3b4be770a0590bcee9c739f3d9264320e23d555b # gnome-3-26
+source=("git+https://git.gnome.org/browse/gnome-shell#commit=$_commit"
+ "git+https://git.gnome.org/browse/libgnome-volume-control"
+ "git+https://git.gnome.org/browse/gnome-shell-sass")
+sha256sums=('SKIP'
+ 'SKIP'
+ 'SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ mkdir build
+ cd $pkgname
+
+ # Move the plugin to our custom epiphany-only dir
+ sed -i "s/'mozilla'/'epiphany'/g" meson.build
+
+ git submodule init
+ git config --local submodule.src/gvc.url "$srcdir/libgnome-volume-control"
+ git config --local submodule.data/theme/gnome-shell-sass.url "$srcdir/gnome-shell-sass"
+ git submodule update
+}
+
+build() {
+ cd build
+ arch-meson ../$pkgname -Denable-documentation=true
+ ninja
+}
+
+package() {
+ cd build
+ DESTDIR="$pkgdir" ninja install
+
+ # Must exist; FS#37412
+ mkdir "$pkgdir/usr/share/gnome-shell/modes"
+}
More information about the arch-commits
mailing list