Package Details: wg++ 5.1.5-8

Git Clone URL: https://aur.archlinux.org/wg++.git (read-only, click to copy)
Package Base: wg++
Description: WebGrab+Plus is a Freeware, closed-source multi-site incremental XMLTV EPG grabber
Upstream URL: http://webgrabplus.com/
Keywords: epg grabber xmltv
Licenses: custom
Submitter: erkexzcx
Maintainer: nikost74
Last Packager: nikost74
Votes: 3
Popularity: 0.000000
First Submitted: 2018-08-15 10:20 (UTC)
Last Updated: 2024-05-08 16:44 (UTC)

Latest Comments

nikost74 commented on 2024-05-04 09:49 (UTC) (edited on 2024-05-04 10:00 (UTC) by nikost74)

Hi,

This change was due to issues running as a non-root user and the "No internet" issue with dotnet-runtime-8.0.

You can always edit the wgpp.sh script and edit it as follows:

87: #sudo ./run.net.sh

88: sudo -u $WGPP_USR ./run.net.sh

After an installation this script is located at /usr/bin/wg++

celedhrim commented on 2024-05-04 08:24 (UTC)

Hello ,

I don't understand this change : https://aur.archlinux.org/cgit/aur.git/commit/?h=wg%2b%2b&id=0b6afa051256dc7cf540d3013bfad49ad044b76b

I have a dedicated user for webgrab and since this change , it try to run as root , so it does not work anymore.

I had to rollback script to the good sudo line

nikost74 commented on 2023-04-05 18:37 (UTC)

I have made a custom package for dotnet-runtime-6.0 for arm devices, please PM me for more info.

nikost74 commented on 2023-02-22 17:41 (UTC) (edited on 2023-02-26 00:05 (UTC) by nikost74)

Edited a new version of PKGBUILD that points to correct dotnet-runtime-6.0 package. Many thanks @mindjoy !

mindjoy commented on 2023-02-22 17:17 (UTC)

May I change in PKGBUILD? depends=('dotnet-runtime-6.0-bin') to depends=('dotnet-runtime-6.0') ? Because 'dotnet-runtime-6.0' and 'dotnet-runtime-6.0-bin' are in conflict?

anxobel commented on 2020-11-07 01:16 (UTC)

I updated the PKGBUILD to the current version. Old one's logic still works.

pkgname=wg++
pkgver=3.1.0_20201106192705
_pkgver=2020.11.06_192705
pkgrel=1
pkgdesc='WebGrab+Plus is a free multi-site incremental XMLTV EPG grabber.'
arch=('any')
url='http://webgrabplus.com/'
license=('custom')
depends=('mono')
provides=('wg++')
source=("http://www.webgrabplus.com/sites/default/files/download/SW/V3.1.0/WebGrabPlus_V3.1_install.tar.gz"
        "http://www.webgrabplus.com/sites/default/files/download/ini/SiteIni.Pack_$_pkgver.zip"
        "wg++")  
md5sums=("1f1ee11bb0c7db9068a6833788079d1b"
         "a331c32d05b0bf82453c8f1faa93183a"
         "96ddf77a84554bb457dab4fd63e82ae6")

package() {
    # Install application files:
    mkdir -p "${pkgdir}/opt/wg++"
    cp -R "${srcdir}/.wg++/bin" "${pkgdir}/opt/wg++/"
    cp -R "${srcdir}/.wg++/doc" "${pkgdir}/opt/wg++/"

    cp -R "${srcdir}/siteini.pack" "${pkgdir}/opt/wg++/"

    # Install configuration files:
    mkdir -p "${pkgdir}/usr/share/wg++"

    ln -s "/opt/wg++/siteini.pack" "${pkgdir}/usr/share/wg++/siteini.pack"

    cp -R "${srcdir}/.wg++/mdb" "${pkgdir}/usr/share/wg++/"
    mv "${pkgdir}/usr/share/wg++/mdb/mdb.config.example.xml" "${pkgdir}/usr/share/wg++/mdb/mdb.config.xml"

    cp -R "${srcdir}/.wg++/rex" "${pkgdir}/usr/share/wg++/"
    mv "${pkgdir}/usr/share/wg++/rex/rex.config.example.xml" "${pkgdir}/usr/share/wg++/rex/rex.config.xml"

    cp -R "${srcdir}/.wg++/siteini.user" "${pkgdir}/usr/share/wg++/"

    cp -R "${srcdir}/.wg++/WebGrab++.config.example.xml" "${pkgdir}/usr/share/wg++/WebGrab++.config.xml"

    # Executable:
    install -Dm755 "${srcdir}/wg++" "${pkgdir}/usr/bin/wg++"
}

erkexzcx commented on 2018-08-15 10:32 (UTC)

For configuration and how to use - see https://wiki.archlinux.org/index.php/WebGrab%2BPlus