Skip to content
Snippets Groups Projects
Commit babc8452 authored by Alexander Rødseth's avatar Alexander Rødseth
Browse files

upgpkg: 5.12.6-1

parent e046f93c
No related branches found
No related tags found
No related merge requests found
# Maintainer: Alexander F. Rødseth <xyproto@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 @@ build() {
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"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment