[arch-commits] Commit in gnome-shell-extensions/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Dec 3 02:03:47 UTC 2020
Date: Thursday, December 3, 2020 @ 02:03:45
Author: heftig
Revision: 402834
archrelease: copy trunk to extra-any
Added:
gnome-shell-extensions/repos/extra-any/PKGBUILD
(from rev 402833, gnome-shell-extensions/trunk/PKGBUILD)
Deleted:
gnome-shell-extensions/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-03 02:03:33 UTC (rev 402833)
+++ PKGBUILD 2020-12-03 02:03:45 UTC (rev 402834)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=gnome-shell-extensions
-pkgver=3.38.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 js68)
-optdepends=('gnome-menus: applications menu extension')
-groups=(gnome)
-_commit=9e976f06b4e2395a671ee5a46c5a07805b7e164b # tags/3.38.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit"
- "git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git")
-sha256sums=('SKIP'
- 'SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-
- git submodule init
- git submodule set-url data/gnome-shell-sass "$srcdir/gnome-shell-sass"
- git submodule update
-}
-
-build() {
- arch-meson $pkgname build -D extension_set=all -D classic_mode=true
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- depends=(gnome-shell)
-
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: gnome-shell-extensions/repos/extra-any/PKGBUILD (from rev 402833, gnome-shell-extensions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-03 02:03:45 UTC (rev 402834)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gnome-shell-extensions
+pkgver=3.38.2
+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 js68)
+optdepends=('gnome-menus: applications menu extension')
+groups=(gnome)
+_commit=fb66afbf71bde243934bd3534cf7c459b13f341c # tags/3.38.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit"
+ "git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git")
+sha256sums=('SKIP'
+ 'SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+
+ git submodule init
+ git submodule set-url data/gnome-shell-sass "$srcdir/gnome-shell-sass"
+ git submodule update
+}
+
+build() {
+ arch-meson $pkgname build -D extension_set=all -D classic_mode=true
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ depends=(gnome-shell)
+
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list