[arch-commits] Commit in gwenhywfar/repos (2 files)

Balló György bgyorgy at archlinux.org
Mon Jan 13 10:30:04 UTC 2020


    Date: Monday, January 13, 2020 @ 10:30:04
  Author: bgyorgy
Revision: 552314

archrelease: copy trunk to community-staging-x86_64

Added:
  gwenhywfar/repos/community-staging-x86_64/
  gwenhywfar/repos/community-staging-x86_64/PKGBUILD
    (from rev 552313, gwenhywfar/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: gwenhywfar/repos/community-staging-x86_64/PKGBUILD (from rev 552313, gwenhywfar/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-01-13 10:30:04 UTC (rev 552314)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=gwenhywfar
+pkgver=5.1.0
+_verid=231
+pkgrel=1
+pkgdesc="OS abstraction functions for various projects"
+arch=(x86_64)
+url="https://www.aquamaniac.de/"
+license=(LGPL)
+depends=(gnutls libgcrypt openssl)
+makedepends=(git gtk3 qt5-base)
+optdepends=('gtk3: for the GTK3 UI'
+            'qt5-base: for the Qt5 UI')
+source=("https://www.aquamaniac.de/rdm/attachments/download/$_verid/$pkgname-$pkgver.tar.gz")
+sha256sums=('ccdee7c7a0a5e1f3f55bab86a55d713acf20f0f80ef33a8abd0b69d29d8f9c2a')
+#validpgpkeys=(42400AF5EB2A17F0A69BB551E9899D784A977416) # AqBanking Package Key <packages at aqbanking.de>
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-system-certs --with-guis="gtk3 qt5"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list