[arch-commits] Commit in wallutils/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Apr 25 21:18:28 UTC 2022


    Date: Monday, April 25, 2022 @ 21:18:28
  Author: arojas
Revision: 1190125

archrelease: copy trunk to community-x86_64

Added:
  wallutils/repos/community-x86_64/PKGBUILD
    (from rev 1190124, wallutils/trunk/PKGBUILD)
Deleted:
  wallutils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 21:18:17 UTC (rev 1190124)
+++ PKGBUILD	2022-04-25 21:18:28 UTC (rev 1190125)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=wallutils
-pkgver=5.10.0
-pkgrel=1
-pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers'
-arch=(x86_64)
-url='https://github.com/xyproto/wallutils'
-license=(MIT)
-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')
-source=("git+$url#commit=3e1caadf5c1a4c73565a643886766415118d7334") # tag: 5.10.0
-options=(!strip)
-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 1190124, wallutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 21:18:28 UTC (rev 1190125)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=wallutils
+pkgver=5.10.0
+pkgrel=2
+pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers'
+arch=(x86_64)
+url='https://github.com/xyproto/wallutils'
+license=(MIT)
+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')
+source=("git+$url#commit=3e1caadf5c1a4c73565a643886766415118d7334") # tag: 5.10.0
+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"
+}



More information about the arch-commits mailing list