summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73ad5cab6694..5ab345500c87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
pkgbase = komorebi-bin
pkgdesc = Parallax backgrounds manager
pkgver = 2.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Komorebi-Fork/komorebi
arch = x86_64
license = GPL
- depends = desktop-file-utils
- depends = glib2>=2.38
- depends = gtk3>=3.14
- depends = hicolor-icon-theme
depends = libgee
- depends = clutter
depends = clutter-gtk
depends = clutter-gst
depends = webkit2gtk
+ optdepends = gst-libav: full video wallpaper support
+ optdepends = gstreamer-vaapi: hardware-accelerated video decoding through VAAPI
+ optdepends = gst-plugins-bad: hardware-accelerated video decoding through VDPAU
provides = komorebi
conflicts = komorebi
source = https://github.com/Komorebi-Fork/komorebi/releases/download/v2.2.1/komorebi_2.2.1-1_amd64.deb
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")