[arch-commits] Commit in gnome-clocks/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Mon Nov 8 19:54:17 UTC 2021


    Date: Monday, November 8, 2021 @ 19:54:17
  Author: heftig
Revision: 427563

archrelease: copy trunk to extra-x86_64

Added:
  gnome-clocks/repos/extra-x86_64/PKGBUILD
    (from rev 427562, gnome-clocks/trunk/PKGBUILD)
Deleted:
  gnome-clocks/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-08 19:54:04 UTC (rev 427562)
+++ PKGBUILD	2021-11-08 19:54:17 UTC (rev 427563)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=gnome-clocks
-pkgver=40.0
-pkgrel=2
-pkgdesc="Clocks applications for GNOME"
-url="https://wiki.gnome.org/Apps/Clocks"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 libgweather gnome-desktop geoclue2 geocode-glib gsound libhandy)
-makedepends=(vala gobject-introspection yelp-tools git meson)
-groups=(gnome)
-_commit=13a15e8506d90b0300f9549020c66280ee4d3026  # tags/40.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.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() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-clocks/repos/extra-x86_64/PKGBUILD (from rev 427562, gnome-clocks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-08 19:54:17 UTC (rev 427563)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gnome-clocks
+pkgver=41.0
+pkgrel=1
+pkgdesc="Clocks applications for GNOME"
+url="https://wiki.gnome.org/Apps/Clocks"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libgweather gnome-desktop geoclue2 geocode-glib gsound libhandy)
+makedepends=(vala gobject-introspection yelp-tools git meson)
+groups=(gnome)
+_commit=90d36119a5ac0bb86586e261a26562baea4d577c  # tags/41.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.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