Date: Friday, February 12, 2021 @ 23:51:46 Author: heftig Revision: 407893
archrelease: copy trunk to extra-x86_64 Added: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 407892, gnome-maps/trunk/PKGBUILD) Deleted: gnome-maps/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 77 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 38 insertions(+), 39 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-02-12 23:51:26 UTC (rev 407892) +++ PKGBUILD 2021-02-12 23:51:46 UTC (rev 407893) @@ -1,39 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> -# Contributor: Jan de Groot <j...@archlinux.org> - -pkgname=gnome-maps -pkgver=3.38.3 -pkgrel=1 -pkgdesc="A simple GNOME 3 maps application" -url="https://wiki.gnome.org/Apps/Maps" -arch=(x86_64) -license=(GPL) -depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph) -makedepends=(gobject-introspection git meson yelp-tools) -groups=(gnome) -_commit=5236a3fd8a346309d94951e9827cafa1d0b3e360 # gnome-3-38 -source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/^v//;s/-/+/g' -} - -prepare() { - cd $pkgname - git tag -f v3.38.3 5236a3fd8a346309d94951e9827cafa1d0b3e360 # Missing tag -} - -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-maps/repos/extra-x86_64/PKGBUILD (from rev 407892, gnome-maps/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-02-12 23:51:46 UTC (rev 407893) @@ -0,0 +1,38 @@ +# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> +# Contributor: Jan de Groot <j...@archlinux.org> + +pkgname=gnome-maps +pkgver=3.38.4 +pkgrel=1 +pkgdesc="A simple GNOME 3 maps application" +url="https://wiki.gnome.org/Apps/Maps" +arch=(x86_64) +license=(GPL) +depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph) +makedepends=(gobject-introspection git meson yelp-tools) +groups=(gnome) +_commit=48f5bf2f61a38d29bbe3d48b5b95d3d8d301323b # tags/v3.38.4^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^v//;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 +}