Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Jun 20, 2022
1 parent 08be246 commit b444e44
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ depends=(git "${fonts[@]}" "${needed_pkgs[@]}" "${xfce4_pkgs[@]}")
optdepends=(
"bluez: Daemons for the bluetooth protocol stack. Needed for the bluetooth integration in polybar"
"blueman: GTK+ Bluetooth Manager. Optional."
"pulseaudio-module-bt: PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support. Needed for the bluetooth integration in polybar"
"dunst: Customizable and lightweight notification-daemon. Will be used by default for notifications if installed"
"thunar: Modern file manager for Xfce"
"thunar-archive-plugin: Create and extract archives in Thunar"
Expand Down
1 change: 0 additions & 1 deletion PKGBUILD.dev
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ depends=(git "${fonts[@]}" "${needed_pkgs[@]}" "${xfce4_pkgs[@]}")
optdepends=(
"bluez: Daemons for the bluetooth protocol stack. Needed for the bluetooth integration in polybar"
"blueman: GTK+ Bluetooth Manager. Optional."
"pulseaudio-module-bt: PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support. Needed for the bluetooth integration in polybar"
"dunst: Customizable and lightweight notification-daemon. Will be used by default for notifications if installed"
"thunar: Modern file manager for Xfce"
"thunar-archive-plugin: Create and extract archives in Thunar"
Expand Down
2 changes: 1 addition & 1 deletion arch-linux/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fi

if [ -n "${bluetooth}" ]; then
needed_pkgs+=(bluez)
util_pkgs+=(blueman pulseaudio-module-bt)
util_pkgs+=(blueman)
fi

if [ -n "${utils}" ]; then
Expand Down
2 changes: 1 addition & 1 deletion debian/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fi

if [ -n "${bluetooth}" ]; then
needed_pkgs+=(bluez)
util_pkgs+=(blueman pulseaudio-module-bt)
util_pkgs+=(blueman)
fi

if [ -n "${utils}" ]; then
Expand Down

0 comments on commit b444e44

Please sign in to comment.