[arch-commits] Commit in gnome-shell-extensions/repos/extra-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Apr 13 21:41:12 UTC 2018


    Date: Friday, April 13, 2018 @ 21:41:11
  Author: heftig
Revision: 321696

archrelease: copy trunk to extra-any

Added:
  gnome-shell-extensions/repos/extra-any/PKGBUILD
    (from rev 321695, gnome-shell-extensions/trunk/PKGBUILD)
Deleted:
  gnome-shell-extensions/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-13 21:39:54 UTC (rev 321695)
+++ PKGBUILD	2018-04-13 21:41:11 UTC (rev 321696)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-shell-extensions
-pkgver=3.28.0+1+g496ae16
-pkgrel=1
-pkgdesc="Extensions for GNOME shell, including classic mode"
-url="https://wiki.gnome.org/Projects/GnomeShell/Extensions"
-arch=(any)
-license=(GPL)
-makedepends=(meson git sassc js52)
-optdepends=('nautilus: gnome-classic session')
-groups=(gnome)
-_commit=496ae16cf18b1a7580d953b095542031178428ca  # master
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit"
-        "git+https://git.gnome.org/browse/gnome-shell-sass")
-sha256sums=('SKIP'
-            'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.data/gnome-shell-sass.url "$srcdir/gnome-shell-sass"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D extension_set=all -D classic_mode=true
-  ninja -C build
-}
-
-package() {
-  depends=(gnome-shell)
-
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: gnome-shell-extensions/repos/extra-any/PKGBUILD (from rev 321695, gnome-shell-extensions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-13 21:41:11 UTC (rev 321696)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-shell-extensions
+pkgver=3.28.1
+pkgrel=1
+pkgdesc="Extensions for GNOME shell, including classic mode"
+url="https://wiki.gnome.org/Projects/GnomeShell/Extensions"
+arch=(any)
+license=(GPL)
+makedepends=(meson git sassc js52)
+optdepends=('gnome-menus: applications menu extension')
+groups=(gnome)
+_commit=6746061898376ff39dd8034c22469d1ce4aadf9d  # tags/3.28.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit"
+        "git+https://git.gnome.org/browse/gnome-shell-sass")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.data/gnome-shell-sass.url "$srcdir/gnome-shell-sass"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D extension_set=all -D classic_mode=true
+  ninja -C build
+}
+
+package() {
+  depends=(gnome-shell)
+
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list