[arch-commits] Commit in wallutils/repos/community-x86_64 (4 files)
Kpcyrd
kpcyrd at gemini.archlinux.org
Sat Jul 17 09:01:49 UTC 2021
Date: Saturday, July 17, 2021 @ 09:01:48
Author: kpcyrd
Revision: 978032
archrelease: copy trunk to community-x86_64
Added:
wallutils/repos/community-x86_64/PKGBUILD
(from rev 978031, wallutils/trunk/PKGBUILD)
wallutils/repos/community-x86_64/PKGBUILD.gccgo
(from rev 978031, wallutils/trunk/PKGBUILD.gccgo)
Deleted:
wallutils/repos/community-x86_64/PKGBUILD
wallutils/repos/community-x86_64/PKGBUILD.gccgo
----------------+
PKGBUILD | 64 +++++++++++++++++++++++++++----------------------------
PKGBUILD.gccgo | 58 ++++++++++++++++++++++++-------------------------
2 files changed, 61 insertions(+), 61 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-17 09:01:28 UTC (rev 978031)
+++ PKGBUILD 2021-07-17 09:01:48 UTC (rev 978032)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=wallutils
-pkgver=5.9.0
-pkgrel=2
-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 -gcflags "all=-trimpath=$$PWD" -asmflags "all=-trimpath=$$PWD" -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 978031, wallutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-17 09:01:48 UTC (rev 978032)
@@ -0,0 +1,32 @@
+# 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
Deleted: PKGBUILD.gccgo
===================================================================
--- PKGBUILD.gccgo 2021-07-17 09:01:28 UTC (rev 978031)
+++ PKGBUILD.gccgo 2021-07-17 09:01:48 UTC (rev 978032)
@@ -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:
Copied: wallutils/repos/community-x86_64/PKGBUILD.gccgo (from rev 978031, wallutils/trunk/PKGBUILD.gccgo)
===================================================================
--- PKGBUILD.gccgo (rev 0)
+++ PKGBUILD.gccgo 2021-07-17 09:01:48 UTC (rev 978032)
@@ -0,0 +1,29 @@
+# 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