[arch-commits] Commit in wallutils/repos/community-x86_64 (4 files)
Alexander Rødseth
arodseth at archlinux.org
Sun Oct 6 12:03:21 UTC 2019
Date: Sunday, October 6, 2019 @ 12:03:20
Author: arodseth
Revision: 513254
archrelease: copy trunk to community-x86_64
Added:
wallutils/repos/community-x86_64/PKGBUILD
(from rev 513253, wallutils/trunk/PKGBUILD)
wallutils/repos/community-x86_64/PKGBUILD.gccgo
(from rev 513253, wallutils/trunk/PKGBUILD.gccgo)
Deleted:
wallutils/repos/community-x86_64/PKGBUILD
wallutils/repos/community-x86_64/PKGBUILD.gccgo
----------------+
PKGBUILD | 66 +++++++++++++++++++++++++++----------------------------
PKGBUILD.gccgo | 58 ++++++++++++++++++++++++------------------------
2 files changed, 62 insertions(+), 62 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-06 12:03:12 UTC (rev 513253)
+++ PKGBUILD 2019-10-06 12:03:20 UTC (rev 513254)
@@ -1,33 +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=(wayland libx11 libxpm)
-makedepends=(git go libxcursor libxmu upx xbitmaps xorgproto)
-optdepends=('feh: for setting the wallpaper for some window managers for X')
-source=("git+$url#tag=$pkgver")
-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
-# vim: ts=2 sw=2 et:
Copied: wallutils/repos/community-x86_64/PKGBUILD (from rev 513253, wallutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-06 12:03:20 UTC (rev 513254)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=wallutils
+pkgver=5.8.2
+pkgrel=2
+pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers'
+arch=(x86_64)
+url='https://github.com/xyproto/wallutils'
+license=(MIT)
+depends=(wayland libx11 libxpm)
+makedepends=(git go libxcursor libxmu upx xbitmaps xorgproto)
+optdepends=('feh: for setting the wallpaper for some window managers for X')
+source=("git+$url#tag=$pkgver")
+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
+# vim: ts=2 sw=2 et:
Deleted: PKGBUILD.gccgo
===================================================================
--- PKGBUILD.gccgo 2019-10-06 12:03:12 UTC (rev 513253)
+++ PKGBUILD.gccgo 2019-10-06 12:03:20 UTC (rev 513254)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=wallutils
-pkgver=5.8.1
-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 513253, wallutils/trunk/PKGBUILD.gccgo)
===================================================================
--- PKGBUILD.gccgo (rev 0)
+++ PKGBUILD.gccgo 2019-10-06 12:03:20 UTC (rev 513254)
@@ -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