summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenerator2018-01-23 22:50:56 +0000
committerGenerator2018-01-23 22:50:56 +0000
commit31810955c512f16f6758f1e99965208b51649c67 (patch)
tree41be40b6c7d0bcb2407445d8246b92d7b2fcb68f
parent45c5a9356fcc292b7e38d9a50690fec6be8e6df3 (diff)
downloadaur-31810955c512f16f6758f1e99965208b51649c67.tar.gz
missing qt5-multimedia
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7b4a4d92b77..574963f05348 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Tue Nov 21 14:27:48 UTC 2017
pkgbase = sddm-theme-aerial-git
pkgdesc = SDDM theme with Apple TV Aerial videos
pkgver = 0.1.r24.g90d9941
@@ -14,6 +12,7 @@ pkgbase = sddm-theme-aerial-git
depends = gst-libav
depends = gst-plugins-good
depends = phonon-qt5-gstreamer
+ depends = qt5-multimedia
backup = usr/share/sddm/themes/aerial/theme.conf.user
source = git+https://github.com/3ximus/aerial-sddm-theme.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c6cc6fbab0d2..76ea8e89c992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="SDDM theme with Apple TV Aerial videos"
arch=('any')
url="https://github.com/3ximus/aerial-sddm-theme"
license=('GPL')
-depends=('sddm' 'gst-libav' 'gst-plugins-good' 'phonon-qt5-gstreamer')
+depends=('sddm' 'gst-libav' 'gst-plugins-good' 'phonon-qt5-gstreamer' 'qt5-multimedia')
makedepends=('git' 'python2')
install="$_pkgname.install"
backup=('usr/share/sddm/themes/aerial/theme.conf.user')