Date: Wednesday, November 23, 2022 @ 22:04:03
Author: arodseth
Revision: 1352072
archrelease: copy trunk to community-x86_64
Added:
qgo/repos/community-x86_64/PKGBUILD
(from rev 1352071, qgo/trunk/PKGBUILD)
Deleted:
qgo/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 55 ++++++++++++++++++++++++++-----------------------------
1 file changed, 26 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-23 22:03:56 UTC (rev 1352071)
+++ PKGBUILD 2022-11-23 22:04:03 UTC (rev 1352072)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F Rødseth <[email protected]>
-# Contributor: Douglas Soares de Andrade <[email protected]>
-# Contributor: Magnus Jonsson <[email protected]>
-
-pkgname=qgo
-pkgver=2.1.0
-pkgrel=7
-pkgdesc='Go client and full featured SGF editor'
-arch=('x86_64')
-url='https://github.com/pzorin/qgo'
-license=('GPL')
-depends=('qt5-multimedia' 'libsm')
-makedepends=('git' 'qt5-tools')
-options=('!emptydirs')
-source=("$pkgname::git+https://github.com/pzorin/$pkgname.git#commit=b829eeea23e60c69a38e6f0ed07cbff6cc5c04bb")
-md5sums=('SKIP')
-
-build() {
- cd "$pkgname"
-
- qmake
- make CXXFLAGS="$CXXFLAGS -w -fPIC"
-}
-
-package() {
- make -C "$pkgname" INSTALL_ROOT="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: qgo/repos/community-x86_64/PKGBUILD (from rev 1352071,
qgo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-23 22:04:03 UTC (rev 1352072)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Douglas Soares de Andrade <[email protected]>
+# Contributor: Magnus Jonsson <[email protected]>
+
+pkgname=qgo
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Go client and full featured SGF editor'
+arch=(x86_64)
+url='https://github.com/johndaniels/qgo'
+license=(GPL)
+depends=(libsm qt5-multimedia)
+makedepends=(git qt5-tools)
+options=(!emptydirs)
+source=("git+$url#commit=4b39e8270d366026be984b8bdac23348f1572e39") # tag:
2.1.1
+b2sums=('SKIP')
+
+build() {
+ cd $pkgname/src
+ qmake
+ make CXXFLAGS+='-fPIC -w'
+}
+
+package() {
+ make -C $pkgname/src INSTALL_ROOT="$pkgdir" install
+}