[arch-commits] Commit in gnome-clocks/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun May 10 11:31:19 UTC 2020
Date: Sunday, May 10, 2020 @ 11:31:19
Author: heftig
Revision: 383096
archrelease: copy trunk to extra-x86_64
Added:
gnome-clocks/repos/extra-x86_64/PKGBUILD
(from rev 383095, gnome-clocks/trunk/PKGBUILD)
Deleted:
gnome-clocks/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-10 11:30:54 UTC (rev 383095)
+++ PKGBUILD 2020-05-10 11:31:19 UTC (rev 383096)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-clocks
-pkgver=3.36.0
-pkgrel=1
-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=2966f030a96c23a67d1f7e8f532b8691ae45b5bf # tags/3.36.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
-}
Copied: gnome-clocks/repos/extra-x86_64/PKGBUILD (from rev 383095, gnome-clocks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-10 11:31:19 UTC (rev 383096)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-clocks
+pkgver=3.36.2
+pkgrel=1
+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=1e83fe19a8b4e49db1d9b85575f9b8f0c3a5753a # tags/3.36.2^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