summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHusam Bilal2020-09-21 22:11:12 +0300
committerHusam Bilal2020-09-21 22:11:12 +0300
commitb368d61b0b05410ceb12e143f846976c675fefda (patch)
treee0eaf51a975fb5c047129bd18fcdd478af6c9dd5 /PKGBUILD
parentc023278c55a184f8ccdd5f67b7b9d11a95a066ab (diff)
downloadaur-komorebi-bin.tar.gz
Adjustments to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae769452602f..1349e8ecc612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,19 @@
-# Maintainer: Husam Bilal <husam212@gmail.com>
+# Maintainer: Husam Bilal <me@husam.dev>
pkgname=komorebi-bin
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Parallax backgrounds manager"
arch=("x86_64")
url="https://github.com/Komorebi-Fork/komorebi"
provides=("komorebi")
conflicts=("komorebi")
license=("GPL")
-depends=("desktop-file-utils" "glib2>=2.38" "gtk3>=3.14" "hicolor-icon-theme" "libgee" "clutter" "clutter-gtk" "clutter-gst" "webkit2gtk")
+url="https://github.com/Komorebi-Fork/komorebi"
+depends=("libgee" "clutter-gtk" "clutter-gst" "webkit2gtk")
+optdepends=("gst-libav: full video wallpaper support"
+ "gstreamer-vaapi: hardware-accelerated video decoding through VAAPI"
+ "gst-plugins-bad: hardware-accelerated video decoding through VDPAU")
md5sums=("b48f5d61e73e8357ba0a7c82d69216ed")
source=("https://github.com/Komorebi-Fork/komorebi/releases/download/v${pkgver}/komorebi_${pkgver}-1_amd64.deb")