Package Details: dynamic-wallpaper-editor 2.7-2

Git Clone URL: https://aur.archlinux.org/dynamic-wallpaper-editor.git (read-only, click to copy)
Package Base: dynamic-wallpaper-editor
Description: Create or edit XML dynamic wallpapers ("background slideshows") for the GNOME desktop
Upstream URL: https://github.com/maoschanz/dynamic-wallpaper-editor
Licenses: GPL3
Submitter: xyproto
Maintainer: benpiano800
Last Packager: benpiano800
Votes: 5
Popularity: 0.000310
First Submitted: 2019-06-10 11:24 (UTC)
Last Updated: 2022-02-10 19:04 (UTC)

Latest Comments

alesc commented on 2021-07-07 18:18 (UTC)

2.6 patch

diff --git a/PKGBUILD b/PKGBUILD
index c1bbf02..39895ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Alexander F. Rødseth <xyproto@archlinux.org>

 pkgname='dynamic-wallpaper-editor'
-pkgver='2.5'
+pkgver='2.6'
 pkgrel='1'
 pkgdesc="A little utility for creation or edition of GNOME desktop's XML wallpapers"
 changelog='CHANGELOG'
@@ -11,8 +11,8 @@ url="https://github.com/maoschanz/${pkgname}"
 license=('GPL3')
 depends=('python' 'hicolor-icon-theme' 'dconf')
 makedepends=('meson')
-source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('2b09717c07f68db9a7f2ccf4115ef7351cd9b80f5300870f3bc4545713e9bd6e')
+source=("${url}/archive/refs/tags/${pkgver}.tar.gz")
+sha256sums=('a4e20235140e2177ec8332b8ea2a7bafc6684c1d613f296d04452ee68969effc')

 build () {
   arch-meson "${pkgname}-${pkgver}" build

rafaelff commented on 2020-05-16 15:12 (UTC)

namcap reports some stuff to fix in this PKGBUILD:

dynamic-wallpaper-editor W: No ELF files and not an "any" package
dynamic-wallpaper-editor E: Dependency dconf detected and not included (needed for glib schemas)

Also, git is not needed in makedepends if the source is a tarball. It would only be needed if this was a VCS package, like autoupdated on each build against latest commit from Git repository.