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

Jan Steffens heftig at archlinux.org
Thu Sep 12 20:47:20 UTC 2019


    Date: Thursday, September 12, 2019 @ 20:47:20
  Author: heftig
Revision: 362341

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

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

Copied: gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 362340, gnome-clocks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2019-09-12 20:47:20 UTC (rev 362341)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-clocks
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="Clocks applications for GNOME"
+url="https://wiki.gnome.org/Apps/Clocks"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib gsound)
+makedepends=(vala gobject-introspection yelp-tools git meson)
+groups=(gnome)
+_commit=554ce87f4119648c4e1988ef9c12ad00b318db8f  # tags/3.34.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
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list