Package Details: polyglot-winboard-git 1:r44.5904a29-4

Git Clone URL: https://aur.archlinux.org/polyglot-winboard-git.git (read-only, click to copy)
Package Base: polyglot-winboard-git
Description: UCI/USI/UCCI to XBoard adapter (WinBoard fork)
Upstream URL: http://winboard.nl/cgi-bin?p=polyglot.git;a=summary
Licenses: GPL-2.0-only
Conflicts: polyglot-winboard
Provides: polyglot-winboard
Submitter: J5lx
Maintainer: JerryXiao (HurricanePootis)
Last Packager: HurricanePootis
Votes: 7
Popularity: 0.000158
First Submitted: 2015-08-19 03:33 (UTC)
Last Updated: 2024-09-15 20:30 (UTC)

Dependencies (2)

Required by (3)

Sources (1)

Latest Comments

1 2 Next › Last »

HurricanePootis commented on 2024-09-13 05:46 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 87cf7c1..073eaca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ pkgrel=3
 epoch=1
 pkgdesc="UCI/USI/UCCI to XBoard adapter (WinBoard fork)"
 arch=('i686' 'x86_64')
-url="http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=polyglot.git;a=summary"
+url="http://winboard.nl/cgi-bin?p=polyglot.git;a=summary"
 license=('GPL2')
 makedepends=('git')
 provides=("${_pkgname}=${pkgver}")
 conflicts=("${_pkgname}")
-source=("git+http://hgm.nubati.net/git/${_srcname}.git")
+source=("git+http://winboard.nl/git/${_srcname}.git")
 md5sums=('SKIP')

 pkgver() {

HurricanePootis commented on 2024-09-13 05:37 (UTC)

Hey, the source no longer exists anymore.

J5lx commented on 2023-09-14 07:44 (UTC)

To provide some historical context as the previous maintainer of this package: The conflicts/provides refer to the old old polyglot package, they were added in 2015 following a suggestion from Hazzl (see below). The Python package you linked was submitted four years after that. I agree about the replaces directive though, that’s due to my inexperience back then.

Quatro commented on 2020-06-23 09:47 (UTC)

Error building with:

/usr/bin/ld: book_merge.o:(.bss+0x0): multiple definition of `pgheader_magic'; book_make.o:(.bss+0x0): first defined here
/usr/bin/ld: book_merge.o:(.bss+0x8): multiple definition of `pgheader_version'; book_make.o:(.bss+0x8): first defined here
/usr/bin/ld: pgheader.o:(.data.rel.local+0x0): multiple definition of `pgheader_magic'; book_make.o:(.bss+0x0): first defined here
/usr/bin/ld: pgheader.o:(.data.rel.local+0x8): multiple definition of `pgheader_version'; book_make.o:(.bss+0x8): first defined here
collect2: error: ld returned 1 exit status

By commenting it, the declarations on the .h I got it to work.

J5lx commented on 2016-01-16 11:37 (UTC)

Yep, there is (epoch). I'll update the package asap.

corvinusz commented on 2016-01-14 23:37 (UTC)

Hi. There's some gotcha with package version. Current tgz-snapshot has different git head (d86ce4e...). And this leads to permanent reinstall of package with ```bash yaourt -Suya ``` May be there is a sense to change version generation?

J5lx commented on 2015-09-12 11:04 (UTC)

Okay, I added that plus conflicts and provides. I didn’t even know there was a polyglot package before (I created this one from scratch), so thanks for the notice. And sorry for the delay, I usually try to react as quickly as possible.