Package Details: huggle 3.4.13-2

Git Clone URL: https://aur.archlinux.org/huggle.git (read-only, click to copy)
Package Base: huggle
Description: Anti-vandalism tool for use on MediaWiki-based projects
Upstream URL: https://en.wikipedia.org/wiki/Wikipedia:Huggle
Keywords: mediawiki wikimedia wikipedia
Licenses: GPL-3.0-or-later
Conflicts: libircclient
Submitter: sdamashek
Maintainer: AntiComposite
Last Packager: AntiComposite
Votes: 7
Popularity: 0.000537
First Submitted: 2015-05-08 00:41 (UTC)
Last Updated: 2025-04-08 02:17 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

caylin commented on 2017-09-19 05:36 (UTC)

Can a maintainer please add -DWEB_ENGINE=true to the cmake line in the PKGBUILD and switch the dependency from qt5-webkit to qt5-webengine? Because webkit has issues with UTF-8 in Huggle at the moment and webengine doesn't (and because qt5-webkit is deprecated).

g360 commented on 2015-11-05 16:03 (UTC) (edited on 2015-11-06 00:31 (UTC) by g360)

It is possible to build Huggle with Qt5. But I don't know how to change the install path to "/usr". Here is the working PKGBUILD diff: --- a/PKGBUILD +++ b/PKGBUILD @@ -1,25 +1,26 @@ # Maintainer: Samuel Damashek <samuel dot damashek at gmail dot com> pkgname=huggle pkgver=3.1.18 -pkgrel=2 +pkgrel=3 pkgdesc="Huggle Anti-Vandalism tool for Wikipedia" arch=('i686' 'x86_64') url="https://en.wikipedia.org/wiki/Wikipedia:Huggle" license=('GPL') -makedepends=('qconf' 'cmake' 'qtwebkit' 'qt4') -groups=('base-devel') +depends=('qt5-webkit') +makedepends=('cmake' 'qt5-base') source=("https://github.com/huggle/huggle3-qt-lx/archive/${pkgver}.tar.gz") md5sums=('33dc2147cee192e1209d0ca1e81dcf3d') build() { cd "$srcdir/huggle3-qt-lx-$pkgver/huggle" - cmake . -DCMAKE_INSTALL_PREFIX=/usr - + ./configure --qt5 + cd huggle_release make } package() { - cd "$srcdir/huggle3-qt-lx-$pkgver/huggle" + cd "$srcdir/huggle3-qt-lx-$pkgver/huggle/huggle_release" + make DESTDIR=$pkgdir install } Not sure what to do (don't know much about CMake) to change the install path, I have tried: "cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_PREFIX_PATH=/usr" "make PREFIX=/usr" after and before configure, and: "make PREFIX=/usr DESTDIR=$pkgdir install" for the installation, but without luck. I guess a manual change in the configure file would be necessary.

sdamashek commented on 2015-10-26 21:27 (UTC)

Bumped to 3.1.18. I'll need to look into cmake and qt5 more.

Hello71 commented on 2015-10-24 21:51 (UTC)

also I think it would be a good idea to switch ours to qt5 at this point.

Hello71 commented on 2015-10-21 14:16 (UTC)

tested 3.1.18 bump working OK (only tried basic functions)

sdamashek commented on 2015-05-16 17:28 (UTC)

Should be fixed now.

James29 commented on 2015-05-16 10:05 (UTC)

Also depends on qtwebkit. Without this I got a compile error about QWebHistory.