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 =================================================================== --- PKGBUILD 2019-03-14 20:38:10 UTC (rev 348104) +++ PKGBUILD 2019-03-14 20:38:18 UTC (rev 348105) @@ -1,37 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> - -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) +++ PKGBUILD 2019-03-14 20:38:18 UTC (rev 348105) @@ -0,0 +1,37 @@ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> + +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 +}