[arch-commits] Commit in gnome-shell-extensions/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Mon Jul 12 22:02:59 UTC 2021
Date: Monday, July 12, 2021 @ 22:02:58
Author: heftig
Revision: 419644
archrelease: copy trunk to extra-any
Added:
gnome-shell-extensions/repos/extra-any/PKGBUILD
(from rev 419643, 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 2021-07-12 22:02:43 UTC (rev 419643)
+++ PKGBUILD 2021-07-12 22:02:58 UTC (rev 419644)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=gnome-shell-extensions
-pkgver=40.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)
-optdepends=('gnome-menus: applications menu extension')
-groups=(gnome)
-_commit=4286fd1bcc5cb94b5f022a04526377f754074510 # tags/40.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)
-
- meson install -C build --destdir "$pkgdir"
-}
Copied: gnome-shell-extensions/repos/extra-any/PKGBUILD (from rev 419643, gnome-shell-extensions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-12 22:02:58 UTC (rev 419644)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gnome-shell-extensions
+pkgver=40.3
+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)
+optdepends=('gnome-menus: applications menu extension')
+groups=(gnome)
+_commit=5e316d37cb30dd647d3737ecd1dbe87049dafca1 # tags/40.3^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)
+
+ meson install -C build --destdir "$pkgdir"
+}
More information about the arch-commits
mailing list