[arch-commits] Commit in gnome-clocks/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-07-10 Thread Jan Steffens via arch-commits
Date: Friday, July 10, 2020 @ 17:57:42
  Author: heftig
Revision: 391538

archrelease: copy trunk to extra-x86_64

Added:
  gnome-clocks/repos/extra-x86_64/PKGBUILD
(from rev 391537, gnome-clocks/trunk/PKGBUILD)
Deleted:
  gnome-clocks/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-10 17:57:25 UTC (rev 391537)
+++ PKGBUILD2020-07-10 17:57:42 UTC (rev 391538)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-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
-}

Copied: gnome-clocks/repos/extra-x86_64/PKGBUILD (from rev 391537, 
gnome-clocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-10 17:57:42 UTC (rev 391538)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-clocks
+pkgver=3.36.2
+pkgrel=2
+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
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in gnome-clocks/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-10 Thread Jan Steffens via arch-commits
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
===
--- PKGBUILD2020-05-10 11:30:54 UTC (rev 383095)
+++ PKGBUILD2020-05-10 11:31:19 UTC (rev 383096)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-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)
+++ PKGBUILD2020-05-10 11:31:19 UTC (rev 383096)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+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
+}


[arch-commits] Commit in gnome-clocks/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-03-16 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 14:32:31
  Author: heftig
Revision: 348475

archrelease: copy trunk to extra-x86_64

Added:
  gnome-clocks/repos/extra-x86_64/PKGBUILD
(from rev 348474, gnome-clocks/trunk/PKGBUILD)
Deleted:
  gnome-clocks/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 14:31:30 UTC (rev 348474)
+++ PKGBUILD2019-03-16 14:32:31 UTC (rev 348475)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-clocks
-pkgver=3.32.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=b1bf0ffa7571c5028c7ee2e828d399027a81b365  # tags/3.32.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
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-clocks/repos/extra-x86_64/PKGBUILD (from rev 348474, 
gnome-clocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 14:32:31 UTC (rev 348475)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-clocks
+pkgver=3.32.0
+pkgrel=2
+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=0cbad1af4366da6934e3d14c0713e6da985fd928  # tags/3.32.0-fixed^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
+
+  # Fixup tag
+  git tag -d 3.32.0-fixed
+  git tag -f 3.32.0 0cbad1af4366da6934e3d14c0713e6da985fd928
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in gnome-clocks/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 20:38:18
  Author: bpiotrowski
Revision: 348105

archrelease: copy trunk to extra-x86_64

Added:
  gnome-clocks/repos/extra-x86_64/PKGBUILD
(from rev 348104, gnome-clocks/trunk/PKGBUILD)
Deleted:
  gnome-clocks/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 20:38:10 UTC (rev 348104)
+++ PKGBUILD2019-03-14 20:38:18 UTC (rev 348105)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-clocks
-pkgver=3.30.1
-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=a2ef639e9c090ef00a7f7f9f6bbd21c9a159c2f0  # tags/3.30.1^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
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-clocks/repos/extra-x86_64/PKGBUILD (from rev 348104, 
gnome-clocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 20:38:18 UTC (rev 348105)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-clocks
+pkgver=3.32.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=b1bf0ffa7571c5028c7ee2e828d399027a81b365  # tags/3.32.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
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in gnome-clocks/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-21 Thread Jan Steffens via arch-commits
Date: Sunday, October 21, 2018 @ 17:02:12
  Author: heftig
Revision: 336959

archrelease: copy trunk to extra-x86_64

Added:
  gnome-clocks/repos/extra-x86_64/PKGBUILD
(from rev 336958, gnome-clocks/trunk/PKGBUILD)
Deleted:
  gnome-clocks/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 17:02:00 UTC (rev 336958)
+++ PKGBUILD2018-10-21 17:02:12 UTC (rev 336959)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-clocks
-pkgver=3.30.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=c8022661d7a75b4f43ddd260dbc77b8de32a59d9  # tags/3.30.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
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-clocks/repos/extra-x86_64/PKGBUILD (from rev 336958, 
gnome-clocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 17:02:12 UTC (rev 336959)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-clocks
+pkgver=3.30.1
+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=a2ef639e9c090ef00a7f7f9f6bbd21c9a159c2f0  # tags/3.30.1^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
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}