Date: Sunday, January 15, 2023 @ 13:58:44
Author: arodseth
Revision: 1383620
archrelease: copy trunk to community-x86_64
Added:
wallutils/repos/community-x86_64/PKGBUILD
(from rev 1383619, wallutils/trunk/PKGBUILD)
Deleted:
wallutils/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-15 13:58:36 UTC (rev 1383619)
+++ PKGBUILD 2023-01-15 13:58:44 UTC (rev 1383620)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-
-pkgname=wallutils
-pkgver=5.12.4
-pkgrel=1
-pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers'
-arch=(x86_64)
-url='https://github.com/xyproto/wallutils'
-license=(BSD)
-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=ffba5048d76926186bd037e9661af14d2923077b") # tag:
5.12.4
-options=(!strip !lto)
-b2sums=('SKIP')
-
-build() {
- make -C $pkgname
-}
-
-package() {
- DESTDIR="$pkgdir" make -C $pkgname install
- find "$pkgdir/usr/bin/" -executable -type f -exec upx -q --no-progress {}
>/dev/null \;
- install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: wallutils/repos/community-x86_64/PKGBUILD (from rev 1383619,
wallutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-15 13:58:44 UTC (rev 1383620)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+
+pkgname=wallutils
+pkgver=5.12.5
+pkgrel=1
+pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers'
+arch=(x86_64)
+url='https://github.com/xyproto/wallutils'
+license=(BSD)
+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')
+
+build() {
+ make -C $pkgname
+}
+
+package() {
+ DESTDIR="$pkgdir" make -C $pkgname install
+ find "$pkgdir/usr/bin/" -executable -type f -exec upx -q --no-progress {}
>/dev/null \;
+ install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}