Package Details: gnome-backgrounds-bitday-git r23.0889d85-1

Git Clone URL: https://aur.archlinux.org/gnome-backgrounds-bitday-git.git (read-only, click to copy)
Package Base: gnome-backgrounds-bitday-git
Description: Beautiful dynamic pixel wallpaper for GNOME
Upstream URL: https://github.com/ghisvail/gnome-backgrounds-bitday
Keywords: backgrounds
Licenses: Unlicense
Provides: gnome-backgrounds-bitday
Submitter: husam212
Maintainer: husam212
Last Packager: husam212
Votes: 4
Popularity: 0.127975
First Submitted: 2017-02-13 23:49 (UTC)
Last Updated: 2020-01-16 18:46 (UTC)

Latest Comments

husam212 commented on 2020-01-16 18:47 (UTC)

Thanks @yochananmarqos, it should work now.

yochananmarqos commented on 2020-01-15 23:35 (UTC)

You're going to have to do more than just update dependencies, the build process has completely changed. Example:

build() {
    cd "$srcdir/${pkgname%-git}"
    arch-meson builddir
    ninja -C builddir
}

package() {
    cd "$srcdir/${pkgname%-git}"
    DESTDIR="$pkgdir" ninja -C builddir install
}

yochananmarqos commented on 2020-01-15 01:19 (UTC) (edited on 2020-01-15 01:28 (UTC) by yochananmarqos)

This requires meson to build and requires gnome-backgrounds as a runtime dependency.

Tags are available:

pkgver() {
    cd "$srcdir/${pkgname%-git}"
    printf "%s" "$(git describe --long --tags | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
}
1.0.0.r0.0889d85