summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Hansen2021-11-10 13:20:50 +0100
committerSteffen Hansen2021-11-10 13:20:50 +0100
commit348f571bdf33bd2754de4c8f0a182c32591745dc (patch)
tree342fd279b64d8394af392000c0a1cde932b37417
parent56b570808161aba725d1636eeb362f3699d3ecb3 (diff)
downloadaur-348f571bdf33bd2754de4c8f0a182c32591745dc.tar.gz
Add quickgui as optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42ac5f33b783..f4cd42a50a50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quickemu
pkgdesc = Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.
pkgver = 2.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wimpysworld/quickemu
arch = any
license = MIT
@@ -21,6 +21,7 @@ pkgbase = quickemu
depends = xorg-xrandr
depends = zsync
depends = edk2-ovmf
+ optdepends = quickgui: graphical user interface
provides = quickemu
conflicts = quickemu
source = quickemu-2.3.1.tar.gz::https://github.com/wimpysworld/quickemu/archive/refs/tags/2.3.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index aa3f4cd47cba..f031211fba60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Steffen Hansen <steffengrundsoe@gmail.com>
pkgname=quickemu
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Quickly create and run optimised Windows, macOS and Linux desktop virtual machines."
arch=(any)
url="https://github.com/wimpysworld/quickemu"
license=('MIT')
depends=('qemu' 'coreutils' 'grep' 'jq' 'procps' 'python3' 'cdrtools' 'usbutils' 'util-linux' 'sed' 'spice-gtk' 'swtpm' 'wget' 'xorg-xrandr' 'zsync' 'edk2-ovmf')
+optdepends=('quickgui: graphical user interface')
provides=("$pkgname")
conflicts=("$pkgname")
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/wimpysworld/quickemu/archive/refs/tags/$pkgver.tar.gz")