Date: Tuesday, March 1, 2022 @ 22:37:52 Author: heftig Revision: 438268
3.12.0+r23+g810e7dfe-1: FS#73983 solve FTBFS Modified: gthumb/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-01 22:35:27 UTC (rev 438267) +++ PKGBUILD 2022-03-01 22:37:52 UTC (rev 438268) @@ -3,7 +3,7 @@ # Contributor: Tobias Kieslich <[email protected]> pkgname=gthumb -pkgver=3.12.0 +pkgver=3.12.0+r23+g810e7dfe pkgrel=1 pkgdesc="Image browser and viewer for the GNOME Desktop" url="https://wiki.gnome.org/Apps/gthumb" @@ -17,21 +17,21 @@ 'libchamplain: map viewer' 'brasero: burn discs' 'liboauth: web albums') -_commit=1ab909b4754ae3f48d41ee466ca3f4ed5e732785 # tags/3.12.0^0 +_commit=810e7dfe3628bc68bb765480e432d399e580622b # master source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit") sha256sums=('SKIP') pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' + cd gthumb + git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' } prepare() { - cd $pkgname + cd gthumb } build() { - arch-meson $pkgname build -D libchamplain=true + arch-meson gthumb build -D libchamplain=true meson compile -C build }
