This commit is contained in:
parent
686673e1fd
commit
0dfd135d02
@ -10,7 +10,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 python2 python3 lsb-release pandoc)
|
makedepends=(gcc make pkg-config "qubes-vm-utils>=3.1.3" qubes-libvchan qubes-db-vm qubes-vm-xen libx11 python2 python lsb-release pandoc)
|
||||||
checkdepends=()
|
checkdepends=()
|
||||||
provides=()
|
provides=()
|
||||||
conflicts=()
|
conflicts=()
|
||||||
@ -61,10 +61,10 @@ 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" python2 python3-xdg ethtool ntp net-tools
|
depends=("qubes-vm-utils>=3.1.3" python2 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 python3-gobject
|
zenity qubes-libvchan "qubes-db-vm>=3.2.1" haveged python-gobject
|
||||||
python3-dbus xdg-utils notification-daemon gawk sed procps-ng librsvg
|
python-dbus xdg-utils notification-daemon gawk sed procps-ng librsvg
|
||||||
socat
|
socat
|
||||||
)
|
)
|
||||||
optdepends=(gnome-keyring gnome-settings-daemon python2-nautilus gpk-update-viewer qubes-vm-networking qubes-vm-keyring)
|
optdepends=(gnome-keyring gnome-settings-daemon python2-nautilus gpk-update-viewer qubes-vm-networking qubes-vm-keyring)
|
||||||
@ -126,7 +126,7 @@ 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" python3 ethtool net-tools
|
depends=(qubes-vm-core "qubes-vm-utils>=3.1.3" python ethtool net-tools
|
||||||
"qubes-db-vm>=3.2.1" networkmanager iptables tinyproxy nftables
|
"qubes-db-vm>=3.2.1" networkmanager iptables tinyproxy nftables
|
||||||
)
|
)
|
||||||
install=PKGBUILD-networking.install
|
install=PKGBUILD-networking.install
|
||||||
|
Loading…
Reference in New Issue
Block a user