Package Details: xidel-git r575.d56b00b-1

Git Clone URL: https://aur.archlinux.org/xidel-git.git (read-only, click to copy)
Package Base: xidel-git
Description: XQuery/XPath/CSS/JSONiq engine and webscraper
Upstream URL: http://www.videlibri.de/xidel.html
Licenses: GPL
Conflicts: xidel
Provides: xidel
Submitter: leuko
Maintainer: FabioLolix
Last Packager: leuko
Votes: 0
Popularity: 0.000000
First Submitted: 2020-11-16 15:23 (UTC)
Last Updated: 2020-11-16 15:28 (UTC)

Latest Comments

m040601 commented on 2024-02-15 03:55 (UTC) (edited on 2024-02-15 05:01 (UTC) by m040601)

There are currently too many PKGBUILDs for xidel in the AUR

https://aur.archlinux.org/packages/xidel
https://aur.archlinux.org/packages/xidel-bin
https://aur.archlinux.org/packages/xidel-src
https://aur.archlinux.org/packages/xidel-git

These 2 PKGBUILD's

https://aur.archlinux.org/packages/xidel-src
https://aur.archlinux.org/packages/xidel-git

Are doing exactly the same thing. It is only confusing AUR users.

One of them needs to go away from the AUR. Please consider merging them, collaborating, and avoid reduplicating work.

In addition the one that stays, need to be checked and polished as it has many odities:

leuko commented on 2022-03-04 17:33 (UTC)

I do not use this package anymore. Would you like to take the responsibility dear @Yttric?

Yttric commented on 2022-03-03 23:36 (UTC)

The following diff adds the pasdblstrutils requirement as carlosal1015 noted

diff --git a/PKGBUILD b/PKGBUILD
index ffb3e12..0af39ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: leuko <aur@aydos.de>
 pkgname=xidel-git
-pkgver=r575.d56b00b
+pkgver=r671.1a65048
 pkgrel=1
 pkgdesc="XQuery/XPath/CSS/JSONiq engine and webscraper"
 arch=('x86_64')
@@ -13,8 +13,9 @@ source=(
    'synapse::svn+http://svn.code.sf.net/p/synalist/code/synapse/40'
    'git+https://github.com/benibela/rcmdline.git'
    'git+https://github.com/benibela/internettools.git'
+   'git+https://github.com/BeRo1985/pasdblstrutils.git'
 )
-md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
 conflicts=('xidel')
 provides=('xidel')

@@ -30,6 +31,7 @@ prepare() {
    mv $srcdir/synapse import
    mv $srcdir/internettools .
    mv $srcdir/rcmdline .
+   mv $srcdir/pasdblstrutils .
 }

 build() {

carlosal1015 commented on 2022-01-08 18:36 (UTC)

Hi, I have the following message error:

==> Making package: xidel-git r666.a933a99-1 (Sat 08 Jan 2022 01:35:10 PM -05)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Starting build()...
-- Building...
Free Pascal Compiler version 3.2.2 [2021/05/31] for x86_64
Copyright (c) 1993-2021 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling xidel.pas
Compiling ./internettools/internet/internetaccess.pas
Compiling ./internettools/data/bbutils.pas
bbutils.pas(1060,15) Warning: Symbol "strDecodeUTF8Character" is deprecated: "Use (pchar,pchar) overload or strIterator."
bbutils.pas(5890,13) Warning: Symbol "strEncodeHex" is deprecated
Compiling ./internettools/data/bbutilsbeta.pas
Compiling ./internettools/data/bbrandomnumbergenerator.pas
internetaccess.pas(1566,29) Warning: Symbol "existsConnection" is deprecated
Compiling ./internettools/internet/multipagetemplate.pas
Compiling ./internettools/data/extendedhtmlparser.pas
Compiling ./internettools/data/simplehtmltreeparser.pas
Compiling ./internettools/data/simplehtmlparser.pas
Compiling ./internettools/data/htmlinformation.pas
Compiling ./internettools/data/simplehtmltreeparser.pas
Compiling ./internettools/data/xquery.namespaces.pas
Compiling ./internettools/data/xquery.internals.common.pas
xquery.internals.common.pas(434,80) Fatal: Can't find unit PasDblStrUtils used by xquery.internals.common
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
==> ERROR: A failure occurred in build().

leuko commented on 2021-01-29 22:13 (UTC)

I did not try dear chovy. This package compiles the latest version from the repo.

chovy commented on 2021-01-29 21:10 (UTC)

does this support v0.9.9?