[arch-commits] Commit in wallutils/repos/community-x86_64 (3 files)
Alexander Rødseth
arodseth at gemini.archlinux.org
Fri Nov 12 12:58:15 UTC 2021
Date: Friday, November 12, 2021 @ 12:58:14
Author: arodseth
Revision: 1043671
archrelease: copy trunk to community-x86_64
Added:
wallutils/repos/community-x86_64/PKGBUILD
(from rev 1043670, wallutils/trunk/PKGBUILD)
Deleted:
wallutils/repos/community-x86_64/PKGBUILD
wallutils/repos/community-x86_64/PKGBUILD.gccgo
----------------+
PKGBUILD | 57 ++++++++++++++++++++++++-------------------------------
PKGBUILD.gccgo | 29 ---------------------------
2 files changed, 25 insertions(+), 61 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-12 12:58:10 UTC (rev 1043670)
+++ PKGBUILD 2021-11-12 12:58:14 UTC (rev 1043671)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=wallutils
-pkgver=5.9.0
-pkgrel=3
-pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers'
-arch=(x86_64)
-url='https://github.com/xyproto/wallutils'
-license=(MIT)
-depends=(libx11 libxpm wayland)
-makedepends=(git go libxcursor libxmu upx xbitmaps xorgproto)
-optdepends=('feh: for setting the wallpaper for some window managers for X')
-source=("git+$url#commit=a62337bcb86859ff300dc7203e681b4bc9caa2b5") # tag: 5.9.0
-options=(!strip)
-sha256sums=('SKIP')
-
-prepare() {
- sed -i 's/go build/go build -mod=vendor -buildmode=pie -trimpath -ldflags "-s -w -extldflags $$LDFLAGS"/g' $pkgname/Makefile
-}
-
-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"
-}
-
-# getver: github.com/xyproto/wallutils/tags
Copied: wallutils/repos/community-x86_64/PKGBUILD (from rev 1043670, wallutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-12 12:58:14 UTC (rev 1043671)
@@ -0,0 +1,25 @@
+# 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"
+}
Deleted: PKGBUILD.gccgo
===================================================================
--- PKGBUILD.gccgo 2021-11-12 12:58:10 UTC (rev 1043670)
+++ PKGBUILD.gccgo 2021-11-12 12:58:14 UTC (rev 1043671)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=wallutils
-pkgver=5.8.2
-pkgrel=1
-pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers'
-arch=(x86_64)
-url='https://github.com/xyproto/wallutils'
-license=(MIT)
-depends=(libx11 wayland)
-makedepends=(git gcc-go libxcursor libxmu xbitmaps xorgproto)
-optdepends=('feh: for setting the wallpaper for some window managers for X')
-source=("git+$url#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
- sed -i 's,go build,export GOPATH="$$PWD/../.."; go get -d; go build -buildmode=pie -gccgoflags="-s -w $$LDFLAGS",g' $pkgname/Makefile
-}
-
-build() {
- make -C $pkgname
-}
-
-package() {
- DESTDIR="$pkgdir" make -C $pkgname install
- install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list