summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 13 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cf82d75f353..095008fa611a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,19 @@ pkgdesc="Miracast implementation for GNOME"
arch=('x86_64')
url="https://gitlab.gnome.org/GNOME/gnome-network-displays"
license=('GPL-3.0-or-later')
-depends=('avahi' 'gtk3' 'gst-plugins-bad' 'gst-plugins-good' 'gst-plugins-ugly'
- 'gst-rtsp-server' 'libpulse' 'networkmanager' 'protobuf-c'
- 'python-gobject' 'xdg-desktop-portal')
+depends=(
+ 'avahi'
+ 'gtk3'
+ 'gst-plugins-bad'
+ 'gst-plugins-good'
+ 'gst-plugins-ugly'
+ 'gst-rtsp-server'
+ 'libpulse'
+ 'networkmanager'
+ 'protobuf-c'
+ 'python-gobject'
+ 'xdg-desktop-portal'
+)
makedepends=('git' 'meson')
checkdepends=('appstream-glib')
optdepends=('dnsmasq' 'gst-plugin-pipewire' 'gstreamer-vaapi')