Package Details: gnome-shell-extension-bing-wallpaper 49-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-bing-wallpaper.git (read-only, click to copy)
Package Base: gnome-shell-extension-bing-wallpaper
Description: Changes your wallpaper daily to the bing.com background image
Upstream URL: https://github.com/neffo/bing-wallpaper-gnome-extension
Licenses: GPL3
Submitter: dude
Maintainer: greyltc
Last Packager: greyltc
Votes: 14
Popularity: 0.56
First Submitted: 2018-02-20 11:42 (UTC)
Last Updated: 2024-03-25 16:43 (UTC)

Latest Comments

05storm26 commented on 2022-04-27 13:19 (UTC)

Hi neffo,

Please update the package to version 39. You just need to change the pkgver=36 to pkgver=39 and regenerate the SRCINFO.

Thanks.

greyltc commented on 2022-04-10 11:21 (UTC)

I've adopted this and decided to remove epoch=2. That means you'll have to force the update this once.

neffo commented on 2021-04-30 10:31 (UTC)

Thanks 05storm26, though v31 is now available.

Also, support for gnome-shell 3.18 (3.28+) was removed a while ago. I don't expect that would cause issues on Arch however.

05storm26 commented on 2021-04-30 09:32 (UTC) (edited on 2021-04-30 09:32 (UTC) by 05storm26)

To install the proper v30 version you can use this:

# Maintainer: gkmcd <g at dramati dot cc>
# Contributor: dude <brrtsm at gmail dot com>

pkgname=gnome-shell-extension-bing-wallpaper
_pkgname=bing-wallpaper-gnome-extension-
pkgver=30
pkgrel=1
epoch=2
pkgdesc="Changes your wallpaper daily to the bing.com background image"
arch=('any')
url="https://github.com/neffo/bing-wallpaper-gnome-extension"
license=('GPL')
depends=('gnome-shell>=3.18')
source=("https://github.com/05storm26/bing-wallpaper-gnome-extension/archive/v30b.tar.gz")
sha512sums=('SKIP')
package() {
  _uuid='BingWallpaper@ineffable-gmail.com'
  _install_dir="${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}"

  install -dm655 $_install_dir
  cd "${_pkgname}${pkgver}b"
  cp -r * $_install_dir
}

(The current github releases are broken for v30)

gkmcd commented on 2021-04-20 06:02 (UTC)

@neffo, updated, thanks for the advice

neffo commented on 2021-04-19 13:13 (UTC)

Apologies, upstream maintainer here. This is an incorrect version code current version should be 30, this package version was created in error and has been subsequently removed.

gkmcd commented on 2021-04-19 04:34 (UTC)

Update to v29a (Gnome 40 fixes)

gkmcd commented on 2021-04-10 07:57 (UTC)

Currently broken on Gnome 40, see:

https://github.com/neffo/bing-wallpaper-gnome-extension/issues/91