[arch-commits] Commit in gnome-weather/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Mon Nov 8 20:09:25 UTC 2021
Date: Monday, November 8, 2021 @ 20:09:25
Author: heftig
Revision: 427583
archrelease: copy trunk to extra-any
Added:
gnome-weather/repos/extra-any/PKGBUILD
(from rev 427574, gnome-weather/trunk/PKGBUILD)
Deleted:
gnome-weather/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-08 20:09:25 UTC (rev 427582)
+++ PKGBUILD 2021-11-08 20:09:25 UTC (rev 427583)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=gnome-weather
-pkgver=40.1
-pkgrel=1
-pkgdesc="Access current weather conditions and forecasts"
-url="https://wiki.gnome.org/Apps/Weather"
-arch=(any)
-license=(GPL)
-depends=(gtk3 gjs libgweather geoclue2 gnome-desktop libhandy)
-makedepends=(gobject-introspection appstream-glib git meson)
-groups=(gnome)
-_commit=41dd28a4a6b256c40dd294a9fae772792521de15 # tags/40.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
Copied: gnome-weather/repos/extra-any/PKGBUILD (from rev 427574, gnome-weather/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-08 20:09:25 UTC (rev 427583)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gnome-weather
+pkgver=41.0
+pkgrel=1
+pkgdesc="Access current weather conditions and forecasts"
+url="https://wiki.gnome.org/Apps/Weather"
+arch=(any)
+license=(GPL)
+depends=(gtk3 gjs libgweather geoclue2 gnome-desktop libhandy)
+makedepends=(gobject-introspection appstream-glib git meson)
+groups=(gnome)
+_commit=8eea7b1727c2b657e119f8729d7ebef77480326d # tags/41.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
More information about the arch-commits
mailing list