[arch-commits] Commit in gnome-clocks/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Mar 25 21:52:46 UTC 2021
Date: Thursday, March 25, 2021 @ 21:52:45
Author: heftig
Revision: 410968
archrelease: copy trunk to extra-x86_64
Added:
gnome-clocks/repos/extra-x86_64/PKGBUILD
(from rev 410967, gnome-clocks/trunk/PKGBUILD)
Deleted:
gnome-clocks/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-25 21:51:57 UTC (rev 410967)
+++ PKGBUILD 2021-03-25 21:52:45 UTC (rev 410968)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=gnome-clocks
-pkgver=3.38.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=e9e612a96f302d6b405f30af1725042360be1fdc # tags/3.38.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
-}
Copied: gnome-clocks/repos/extra-x86_64/PKGBUILD (from rev 410967, gnome-clocks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-03-25 21:52:45 UTC (rev 410968)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gnome-clocks
+pkgver=40.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=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