archlinux: update dependencies
(cherry picked from commit 9013b0bcc549242381d78f7ff15ceb585476d27f)
This commit is contained in:
parent
b23ecea1c4
commit
03e6199ee2
@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Maintainer: Olivier Medoc <o_medoc@yahoo.fr>
|
|
||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
pkgname=(qubes-vm-core qubes-vm-networking qubes-vm-keyring)
|
pkgname=(qubes-vm-core qubes-vm-networking qubes-vm-keyring)
|
||||||
pkgver=$(cat version)
|
pkgver=$(cat version)
|
||||||
@ -10,7 +9,7 @@ arch=("x86_64")
|
|||||||
url="http://qubes-os.org/"
|
url="http://qubes-os.org/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
groups=()
|
groups=()
|
||||||
makedepends=(gcc make pkg-config "qubes-vm-utils>=3.1.3" qubes-libvchan qubes-db-vm qubes-vm-xen libx11 python lsb-release pandoc)
|
makedepends=(gcc make pkg-config qubes-vm-utils qubes-libvchan qubes-db-vm qubes-vm-xen libx11 python lsb-release pandoc)
|
||||||
checkdepends=()
|
checkdepends=()
|
||||||
provides=()
|
provides=()
|
||||||
conflicts=()
|
conflicts=()
|
||||||
@ -22,7 +21,6 @@ changelog=
|
|||||||
source=(
|
source=(
|
||||||
PKGBUILD.qubes-ensure-lib-modules.service PKGBUILD.qubes-update-desktop-icons.hook
|
PKGBUILD.qubes-ensure-lib-modules.service PKGBUILD.qubes-update-desktop-icons.hook
|
||||||
PKGBUILD-qubes-pacman-options.conf
|
PKGBUILD-qubes-pacman-options.conf
|
||||||
PKGBUILD-qubes-repo-3.2.conf
|
|
||||||
PKGBUILD-qubes-repo-4.1.conf
|
PKGBUILD-qubes-repo-4.1.conf
|
||||||
PKGBUILD-keyring-keys
|
PKGBUILD-keyring-keys
|
||||||
PKGBUILD-keyring-trusted
|
PKGBUILD-keyring-trusted
|
||||||
@ -60,9 +58,9 @@ build() {
|
|||||||
# * core systemd services and drop-ins
|
# * core systemd services and drop-ins
|
||||||
# * basic network functionality (setting IP address, DNS, default gateway)
|
# * basic network functionality (setting IP address, DNS, default gateway)
|
||||||
package_qubes-vm-core() {
|
package_qubes-vm-core() {
|
||||||
depends=("qubes-vm-utils>=3.1.3" python python-xdg ethtool ntp net-tools
|
depends=(qubes-vm-utils python python-xdg ethtool ntp net-tools
|
||||||
gnome-packagekit imagemagick fakeroot notification-daemon dconf
|
gnome-packagekit imagemagick fakeroot notification-daemon dconf
|
||||||
zenity qubes-libvchan "qubes-db-vm>=3.2.1" haveged python-gobject
|
zenity qubes-libvchan qubes-db-vm haveged python-gobject
|
||||||
python-dbus xdg-utils notification-daemon gawk sed procps-ng librsvg
|
python-dbus xdg-utils notification-daemon gawk sed procps-ng librsvg
|
||||||
socat
|
socat
|
||||||
)
|
)
|
||||||
@ -125,8 +123,8 @@ EOF
|
|||||||
#
|
#
|
||||||
package_qubes-vm-networking() {
|
package_qubes-vm-networking() {
|
||||||
pkgdesc="Qubes OS tools allowing to use a Qubes VM as a NetVM/ProxyVM"
|
pkgdesc="Qubes OS tools allowing to use a Qubes VM as a NetVM/ProxyVM"
|
||||||
depends=(qubes-vm-core "qubes-vm-utils>=3.1.3" python ethtool net-tools
|
depends=(qubes-vm-core qubes-vm-utils python ethtool net-tools
|
||||||
"qubes-db-vm>=3.2.1" networkmanager iptables tinyproxy nftables
|
qubes-db-vm networkmanager iptables tinyproxy nftables
|
||||||
)
|
)
|
||||||
install=PKGBUILD-networking.install
|
install=PKGBUILD-networking.install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user