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

Jan Steffens heftig at archlinux.org
Thu Mar 25 21:55:16 UTC 2021


    Date: Thursday, March 25, 2021 @ 21:55:16
  Author: heftig
Revision: 410970

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 410969, gnome-clocks/trunk/PKGBUILD)

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

Copied: gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 410969, gnome-clocks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2021-03-25 21:55:16 UTC (rev 410970)
@@ -0,0 +1,37 @@
+# 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
+}



More information about the arch-commits mailing list