[arch-commits] Commit in gnome-clocks/repos (2 files)

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 22:03:20 UTC 2022


    Date: Saturday, April 2, 2022 @ 22:03:20
  Author: heftig
Revision: 441327

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-clocks/repos/gnome-unstable-x86_64/
  gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 441326, gnome-clocks/trunk/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 441326, gnome-clocks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2022-04-02 22:03:20 UTC (rev 441327)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gnome-clocks
+pkgver=42.0
+pkgrel=1
+pkgdesc="Clocks applications for GNOME"
+url="https://wiki.gnome.org/Apps/Clocks"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk4 libgweather-4 gnome-desktop-4 geoclue geocode-glib gsound
+         libadwaita)
+makedepends=(vala gobject-introspection yelp-tools git meson)
+groups=(gnome)
+options=(debug)
+_commit=53779868cc89b6347a2090025e81af6e70d7c14d  # tags/42.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/r&/;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