summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD13
2 files changed, 16 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9841e98d6f31..a7062610dc13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dmscripts-git
pkgdesc = A collection of dmenu scripts
- pkgver = 1.0.r230.ccf2685
+ pkgver = 1.0.r408.5fd2806
pkgrel = 1
url = https://gitlab.com/dwt1/dmscripts.git
arch = any
@@ -9,6 +9,7 @@ pkgbase = dmscripts-git
makedepends = git
depends = dmenu
depends = ffmpeg
+ depends = mpv
depends = findutils
depends = xclip
depends = xdotool
@@ -22,15 +23,17 @@ pkgbase = dmscripts-git
optdepends = mpd: used by dm-music
optdepends = qutebrowser: used by dm-bookman
optdepends = reddio: used by dm-reddit
- optdepends = zenity: used by dm-reddit
+ optdepends = yad: used by dm-reddit and dm-weather
optdepends = slock: used by dm-logout
- optdepends = sxiv: used by dm-setbg
- optdepends = xwallpaper: used by dm-setbg
+ optdepends = imv: the default image viewer used by dm-setbg, supports wayland
+ optdepends = sxiv: an alternative image viewer used by dm-setbg, X11 only
+ optdepends = xwallpaper: used by dm-setbg in x11
+ optdepends = swaybg: used by dm-setbg in wayland
optdepends = udisks2: used by dm-usbmount
+ optdepends = wl-clipboard: wayland alternative to xclip
provides = dmscripts
conflicts = dmscripts
source = git+https://gitlab.com/dwt1/dmscripts.git
md5sums = SKIP
pkgname = dmscripts-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 00ad6705dd67..4caa3cf520ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Derek Taylor (DistroTube) <derek@distrotube.com>
pkgname=dmscripts-git
_pkgname=dmscripts
-pkgver=1.0.r230.ccf2685
+pkgver=1.0.r408.5fd2806
pkgrel=1
pkgdesc="A collection of dmenu scripts"
arch=('any')
url="https://gitlab.com/dwt1/dmscripts.git"
license=('GPL3')
-depends=(dmenu ffmpeg findutils xclip xdotool xorg-xrandr bind jq)
+depends=(dmenu ffmpeg mpv findutils xclip xdotool xorg-xrandr bind jq)
groups=()
makedepends=(pandoc git)
checkdepends=()
@@ -19,11 +19,14 @@ optdepends=(
'mpd: used by dm-music'
'qutebrowser: used by dm-bookman'
'reddio: used by dm-reddit'
- 'zenity: used by dm-reddit'
+ 'yad: used by dm-reddit and dm-weather'
'slock: used by dm-logout'
- 'sxiv: used by dm-setbg'
- 'xwallpaper: used by dm-setbg'
+ 'imv: the default image viewer used by dm-setbg, supports wayland'
+ 'sxiv: an alternative image viewer used by dm-setbg, X11 only'
+ 'xwallpaper: used by dm-setbg in x11'
+ 'swaybg: used by dm-setbg in wayland'
'udisks2: used by dm-usbmount'
+ 'wl-clipboard: wayland alternative to xclip'
)
provides=(dmscripts)
conflicts=(dmscripts)