Package Details: clamav-gui 1.1.8-1

Git Clone URL: https://aur.archlinux.org/clamav-gui.git (read-only, click to copy)
Package Base: clamav-gui
Description: Graphical user interface for clamav and freshclam with an integrated service menu for Konqueror/Dolphin to scan files directly from your file manager.
Upstream URL: https://github.com/wusel1007/clamav-gui
Licenses: GPL-3.0-or-later
Submitter: specialworld83
Maintainer: specialworld83
Last Packager: specialworld83
Votes: 4
Popularity: 0.089529
First Submitted: 2025-02-15 09:53 (UTC)
Last Updated: 2025-12-14 19:03 (UTC)

Latest Comments

ArcticCircleSys commented on 2025-12-14 07:19 (UTC)

Here's a PKGBUILD for the latest version. Anyone looking to install it manually, just place it in its own directory, run makepkg -i. I have also changed the license parameter to an SPDX identifier for proper handling of license info.

# Contributor: Calogero e Angelo Scarnà <info@codelinsoft.it>
pkgname=clamav-gui
_pkgname=ClamAV-GUI-QT6-1.1.8-150600.14.1.src.rpm
__pkgname=ClamAV-GUI-QT6-1.1.8
pkgver=1.1.8
pkgrel=1
pkgdesc="This application provides a graphical user interface for clamav and freshclam with an integrated service menu for Konqueror/Dolphin to scan files directly from your file manager."
url="https://github.com/wusel1007/clamav-gui"
arch=('x86_64')
depends=('qt6-base' 'qt6-connectivity' 'qt6-declarative' 'qt6-svg' 'qt6-tools'  'qt6-translations' 'clamav' 'desktop-file-utils')
license=(GPL-3.0-only)
source=('https://download.opensuse.org/repositories/home:/wusel1007/15.6/src/ClamAV-GUI-QT6-1.1.8-150600.14.1.src.rpm'
        )
sha256sums=("SKIP"
            )
package() {
    cd ${srcdir}/
    bsdtar -xf ${_pkgname}.src.rpm -C ${srcdir}
}

prepare() {
   cd ${srcdir}/
   tar -xf ${__pkgname}.tar.gz -C ${srcdir}
   mv ${__pkgname} ${pkgname}-${pkgver}

}

build() {
cd "${srcdir}/${pkgname}-${pkgver}"
qmake6 PREFIX=/usr
make -j4
}

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make install DESTDIR=${pkgdir}
install -Dm644  "${srcdir}/${pkgname}-${pkgver}/extra/ClamAV-GUI.desktop" "${pkgdir}/etc/xdg/autostart/ClamAV-GUI.desktop"
}

fow0ryl commented on 2025-11-21 22:57 (UTC)

This PKGBUILD is working for me ....

# Contributor: Calogero e Angelo ScarnĂ  <info@codelinsoft.it>
pkgname=clamav-gui
_pkgname=ClamAV-GUI-QT6-1.1.6-4.2.src.rpm
__pkgname=ClamAV-GUI-QT6-1.1.6
pkgver=1.1.6
pkgrel=2
pkgdesc="This application provides a graphical user interface for clamav and freshclam with an integrated service menu for Konqueror/Dolphin to scan files directly from your file manager."
url="https://github.com/wusel1007/clamav-gui"
arch=('x86_64')
depends=('qt6-base' 'qt6-connectivity' 'qt6-declarative' 'qt6-svg' 'qt6-tools'  'qt6-translations' 'clamav' 'desktop-file-utils')
license=(GPLv3)
source=(
        'https://download.opensuse.org/repositories/home:/wusel1007/openSUSE_Tumbleweed/src/ClamAV-GUI-QT6-1.1.6-4.2.src.rpm'
       )
sha256sums=(
            "SKIP"
           )

package() {
    cd ${srcdir}/
    bsdtar -xf ${_pkgname} -C ${srcdir}
}

prepare() {
   cd ${srcdir}/
   tar -xf ${__pkgname}.tar.gz -C ${srcdir}
   mv ${__pkgname} ${pkgname}-${pkgver}
}

build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   qmake6 PREFIX=/usr
   make -j4
}

package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make install DESTDIR=${pkgdir}
   install -Dm644  "${srcdir}/${pkgname}-${pkgver}/extra/ClamAV-GUI.desktop" "${pkgdir}/etc/xdg/autostart/ClamAV-GUI.desktop"
}

specialworld83 commented on 2025-08-21 14:37 (UTC)

Update broken link.

LiamillionSS commented on 2025-08-17 23:59 (UTC)

Rpm package link now leads to a page saying "Resource is no longer available! The requested URL is no longer available on this server"

mrpeabody commented on 2025-08-10 03:43 (UTC) (edited on 2025-08-10 03:44 (UTC) by mrpeabody)

https://download.opensuse.org/repositories/home:/wusel1007/openSUSE_Tumbleweed/src/ClamAV-GUI-QT6-1.1.5-143.1.src.rpm

specialworld83 commented on 2025-03-11 08:51 (UTC)

I fixed the source package download using the src.rpm package from the tumbleweed release

specialworld83 commented on 2025-02-15 16:13 (UTC)

I fixed the pkgbuild and now it compiles from source directly

FabioLolix commented on 2025-02-15 14:07 (UTC)

Hi, there are several issues with this pkgbuilds,

  • it is a disguised VCS (-git) pkgbuild which lacks correlation between source=() and pkgver=
  • there are both qt5 and qt6 depends
  • makedepends on git is missing
  • please use SPDX identifier for license=, GPLv3 wasn't a valid entry even before
  • You're welcome to build in a clean chroot before uploading to ensuring needed depends and makedepends are met, for convenience using extra-x86_64-build from devtools package https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot , extra-x86_64-build also analyze the pkgbuild and builded package with namcap

In part also still apply to your other pkgbuild https://aur.archlinux.org/packages/codicefiscale