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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Mar 13 14:27:16 UTC 2018


    Date: Tuesday, March 13, 2018 @ 14:27:15
  Author: bpiotrowski
Revision: 318796

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

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

Copied: gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 318795, gnome-clocks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-03-13 14:27:15 UTC (rev 318796)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-clocks
+pkgver=3.28.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 itstool yelp-tools git meson)
+groups=(gnome)
+_commit=57a9ea019209695532f92ad633fb55b51990b0b0  # tags/3.28.0^0
+source=("git+https://git.gnome.org/browse/gnome-clocks#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() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list