summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Taylor2023-03-22 17:13:46 -0500
committerDerek Taylor2023-03-22 17:13:46 -0500
commit76205962f7746bac832f63324d397bfa20a7c6d0 (patch)
tree50d7cfbb986eb280ceeae0a000664e7d8829c3a7
parent262a1b6d8191386bf1400cace02eec10a25e4e59 (diff)
downloadaur-76205962f7746bac832f63324d397bfa20a7c6d0.tar.gz
Updating dmscripts to latest build. Lots of new scripts.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 12 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7062610dc13..ca8fc4f93bc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,11 +16,17 @@ pkgbase = dmscripts-git
depends = xorg-xrandr
depends = bind
depends = jq
+ depends = youtube-dl
optdepends = emacs: editor for dm-confedit
+ optdepends = didyoumean: used by dm-dictionary
+ optdepends = translate-shell: used by dm-dictionary
optdepends = libnotify: used by dm-logout
optdepends = maim: used by dm-main
+ optdepends = pipewire: used by dm-pipewire-out-switcher
optdepends = mpc: used by dm-music
optdepends = mpd: used by dm-music
+ optdepends = timidity++: used by dm-music
+ optdepends = wildmidi: used by dm-music
optdepends = qutebrowser: used by dm-bookman
optdepends = reddio: used by dm-reddit
optdepends = yad: used by dm-reddit and dm-weather
diff --git a/PKGBUILD b/PKGBUILD
index 4caa3cf520ce..054cf9e0d4c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,21 @@ pkgdesc="A collection of dmenu scripts"
arch=('any')
url="https://gitlab.com/dwt1/dmscripts.git"
license=('GPL3')
-depends=(dmenu ffmpeg mpv findutils xclip xdotool xorg-xrandr bind jq)
+depends=(dmenu ffmpeg mpv findutils xclip xdotool xorg-xrandr bind jq youtube-dl)
groups=()
makedepends=(pandoc git)
checkdepends=()
optdepends=(
'emacs: editor for dm-confedit'
+ 'didyoumean: used by dm-dictionary'
+ 'translate-shell: used by dm-dictionary'
'libnotify: used by dm-logout'
'maim: used by dm-main'
+ 'pipewire: used by dm-pipewire-out-switcher'
'mpc: used by dm-music'
'mpd: used by dm-music'
+ 'timidity++: used by dm-music'
+ 'wildmidi: used by dm-music'
'qutebrowser: used by dm-bookman'
'reddio: used by dm-reddit'
'yad: used by dm-reddit and dm-weather'