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

2020-03-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, March 23, 2020 @ 16:38:26
  Author: jlichtblau
Revision: 603745

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: gwenhywfar/repos/community-staging-x86_64/PKGBUILD (from rev 603744, 
gwenhywfar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-23 16:38:26 UTC (rev 603745)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=gwenhywfar
+pkgver=5.2.0
+_verid=256
+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=('ed8e1f81aa32c8c387cccb9d40390db31632be55bc41bd30bc27e3e45d4d2766')
+#validpgpkeys=(42400AF5EB2A17F0A69BB551E9899D784A977416) # AqBanking Package 
Key 
+
+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
+}


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

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 12:03:03
  Author: jlichtblau
Revision: 555422

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: gwenhywfar/repos/community-staging-x86_64/PKGBUILD (from rev 555421, 
gwenhywfar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-25 12:03:03 UTC (rev 555422)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=gwenhywfar
+pkgver=5.1.2
+_verid=234
+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=('e2eae2a50e83512664216230caebafbc170c5806a6f0130b00e44f2b6a5a5441')
+#validpgpkeys=(42400AF5EB2A17F0A69BB551E9899D784A977416) # AqBanking Package 
Key 
+
+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
+}


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

2020-01-13 Thread Balló György via arch-commits
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 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+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 
+
+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
+}