Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
firewalld


Commits:
644cddb1 by Robin Candau at 2024-05-23T09:37:47+02:00
upgpkg: 2.1.2-3: Add python-pyqt6 as an optdep for running the applet with qt6 
backend
Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/firewalld/-/issues/1#note_187453

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = firewalld
        pkgdesc = Firewall daemon with D-Bus interface
        pkgver = 2.1.2
-       pkgrel = 2
+       pkgrel = 3
        url = https://firewalld.org
        arch = any
        license = GPL-2.0-or-later
@@ -20,7 +20,8 @@ pkgbase = firewalld
        optdepends = libnotify: firewall-applet
        optdepends = networkmanager: NetworkManager support
        optdepends = polkit: privileged actions
-       optdepends = python-pyqt5: firewall-applet
+       optdepends = python-pyqt5: firewall-applet qt5 backend
+       optdepends = python-pyqt6: firewall-applet qt6 backend
        backup = etc/conf.d/firewalld
        backup = etc/firewalld/firewalld.conf
        source = git+https://github.com/firewalld/firewalld.git#tag=v2.1.2


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=firewalld
 pkgver=2.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Firewall daemon with D-Bus interface"
 arch=('any')
 url="https://firewalld.org";
@@ -18,7 +18,8 @@ optdepends=('bash-completion: bash completion'
            'libnotify: firewall-applet'
            'networkmanager: NetworkManager support'
            'polkit: privileged actions'
-           'python-pyqt5: firewall-applet')
+           'python-pyqt5: firewall-applet qt5 backend'
+           'python-pyqt6: firewall-applet qt6 backend')
 backup=('etc/conf.d/firewalld'
         'etc/firewalld/firewalld.conf')
 source=("git+https://github.com/firewalld/firewalld.git#tag=v${pkgver}";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firewalld/-/commit/644cddb16e61c36b967dc99874d2b472793de26e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firewalld/-/commit/644cddb16e61c36b967dc99874d2b472793de26e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to