Date: Wednesday, May 10, 2023 @ 11:58:09 Author: arodseth Revision: 1459772
upgpkg: wallutils 5.12.6-1 Modified: wallutils/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-10 11:48:59 UTC (rev 1459771) +++ PKGBUILD 2023-05-10 11:58:09 UTC (rev 1459772) @@ -1,22 +1,22 @@ # Maintainer: Alexander F. Rødseth <xypr...@archlinux.org> pkgname=wallutils -pkgver=5.12.5 +pkgver=5.12.6 pkgrel=1 pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers' arch=(x86_64) url='https://github.com/xyproto/wallutils' license=(BSD) +options=(!strip !lto) depends=(libheif libx11 libxpm wayland) makedepends=(git go libxcursor libxmu upx xbitmaps xorgproto) optdepends=('feh: for setting the wallpaper for some window managers that runs under X' 'imagemagick: for supporting HEIF/HEIC (macOS wallpaper) files' 'nvidia-utils: for the vram utility' - 'procps-ng: for Labwc' - 'swaybg: for Sway and Labwc') -source=("git+$url#commit=7d7ad270a4ae787358e72d35fbb8e7c57a7d3caa") # tag: 5.12.5 -options=(!strip !lto) -b2sums=('SKIP') + 'procps-ng: for the Labwc window manager' + 'swaybg: for the Sway and Labwc window managers') +source=("git+$url#commit=ff6c54d88c370ead9e0a812d374c11dcfd691671") # tag: 5.12.6 +b2sums=(SKIP) build() { make -C $pkgname @@ -24,6 +24,6 @@ package() { DESTDIR="$pkgdir" make -C $pkgname install - find "$pkgdir/usr/bin/" -executable -type f -exec upx -q --no-progress {} >/dev/null \; + find "$pkgdir/usr/bin/" -executable -type f -not -name heic-install -exec upx -q --no-progress {} >/dev/null \; install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }