[arch-commits] Commit in gnome-clocks/repos/gnome-unstable-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Mar 14 20:28:43 UTC 2018
Date: Wednesday, March 14, 2018 @ 20:28:43
Author: heftig
Revision: 319106
archrelease: copy trunk to gnome-unstable-x86_64
Added:
gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 319105, gnome-clocks/trunk/PKGBUILD)
Deleted:
gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-14 20:26:52 UTC (rev 319105)
+++ PKGBUILD 2018-03-14 20:28:43 UTC (rev 319106)
@@ -1,39 +0,0 @@
-# $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
-}
Copied: gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 319105, gnome-clocks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-03-14 20:28:43 UTC (rev 319106)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-clocks
+pkgver=3.28.0+1+gecbbce8
+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=ecbbce8ee36d6c7c634b8fed2f3c07c751bd7bf9 # master
+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