summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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")