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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri May 8 16:32:01 UTC 2020


    Date: Friday, May 8, 2020 @ 16:32:01
  Author: bpiotrowski
Revision: 625715

archrelease: copy trunk to community-x86_64

Added:
  gendesk/repos/community-x86_64/PKGBUILD
    (from rev 625714, gendesk/trunk/PKGBUILD)
Deleted:
  gendesk/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-08 16:31:53 UTC (rev 625714)
+++ PKGBUILD	2020-05-08 16:32:01 UTC (rev 625715)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=gendesk
-pkgver=1.0.5
-pkgrel=1
-pkgdesc='Utility for generating desktop files'
-arch=(x86_64)
-url='https://gendesk.roboticoverlords.org/'
-license=(MIT)
-makedepends=(gcc-go)
-depends=(gcc-libs)
-source=("https://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
-        'https://roboticoverlords.org/images/default.png')
-validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
-sha256sums=('5e85b056e4c372c7d3ffe389734bfa1aacd7406f71573fff597f04f0c24f238b'
-            'SKIP'
-            '4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
-
-build() {
-  cd $pkgname-$pkgver
-  go build -mod=vendor -buildmode=pie -gccgoflags="-s -w $LDFLAGS"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
-  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gendesk/repos/community-x86_64/PKGBUILD (from rev 625714, gendesk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-08 16:32:01 UTC (rev 625715)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=gendesk
+pkgver=1.0.5
+pkgrel=2
+pkgdesc='Utility for generating desktop files'
+arch=(x86_64)
+url='https://gendesk.roboticoverlords.org/'
+license=(MIT)
+makedepends=(go)
+depends=(glibc)
+source=("https://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
+        'https://roboticoverlords.org/images/default.png')
+validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
+sha256sums=('5e85b056e4c372c7d3ffe389734bfa1aacd7406f71573fff597f04f0c24f238b'
+            'SKIP'
+            '4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
+
+build() {
+  cd $pkgname-$pkgver
+  go build -v -mod=vendor -trimpath -buildmode=pie -ldflags="-s -w -extldflags $LDFLAGS"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list