mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
add toggle-bluetooth
This commit is contained in:
parent
07076fe2e4
commit
aa01d59604
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -250,3 +250,6 @@
|
||||
[submodule "pkg/dotfiles"]
|
||||
path = pkg/dotfiles
|
||||
url = https://git.privacy1st.de/langfingaz/dotfiles.git
|
||||
[submodule "pkg/toggle-bluetooth"]
|
||||
path = pkg/toggle-bluetooth
|
||||
url = https://aur.archlinux.org/toggle-bluetooth.git
|
||||
|
@ -93,6 +93,8 @@ before continuing with the next line.";
|
||||
mapfile -t STAGES < "${PKGLIST}"
|
||||
# shellcheck disable=SC2034
|
||||
for line in "${STAGES[@]}"; do
|
||||
# trim leading/tailing whitespaces
|
||||
line="$(echo "${line}" | xargs)" || return $?
|
||||
space_separated_to_array line pkgs
|
||||
# shellcheck disable=SC2154
|
||||
build-and-push "${pkgs[@]}" || exit $?
|
||||
|
@ -1,3 +1,3 @@
|
||||
adwaita-qt aurutils balena-etcher calindori-git chili-sddm-theme chromaprint-fftw crema davs2 decklink-sdk discord_arch_electron firefox-profile-switcher-connector flite1-patched forklift-git gnome-meta gnome-shell-extension-appindicator-git handbrake-full holo iio-sensor-proxy-git intellij-idea-ultimate-edition jellyfin-bin kirigami-addons-git lensfun-git libklvanc-git libopenmpt-svn librist libwacom-surface mauikit-git meta-group-base-devel mkcue mozilla-common mugshot ncurses5-compat-libs nextcloud-client-git nordic-kde-git opencl-amd openh264 portfolio-file-manager pycharm-professional pyspread python-mpv qt4 qt-installer-framework sddm-theme-deepin-git shine signal-desktop-beta-bin softmaker-office-2021-bin sphinxbase tagspaces-bin timeshift ttf-material-design-icons-git ttf-unifont uavs3d uavs3d-git umldesigner vo-amrwbenc vobcopy vulkan-amdgpu-pro vulkan-headers-git wkhtmltopdf-static woeusb x264-git xavs xavs2 xfce4-meta xfce4-theme-switcher xorg-meta xournalpp-git yay zoom zotero
|
||||
adwaita-qt aurutils balena-etcher calindori-git chili-sddm-theme chromaprint-fftw crema davs2 decklink-sdk discord_arch_electron firefox-profile-switcher-connector flite1-patched forklift-git gnome-meta gnome-shell-extension-appindicator-git handbrake-full holo iio-sensor-proxy-git intellij-idea-ultimate-edition jellyfin-bin kirigami-addons-git lensfun-git libklvanc-git libopenmpt-svn librist libwacom-surface mauikit-git meta-group-base-devel mkcue mozilla-common mugshot ncurses5-compat-libs nextcloud-client-git nordic-kde-git opencl-amd openh264 portfolio-file-manager pycharm-professional pyspread python-mpv qt4 qt-installer-framework sddm-theme-deepin-git shine signal-desktop-beta-bin softmaker-office-2021-bin sphinxbase tagspaces-bin timeshift toggle-bluetooth ttf-material-design-icons-git ttf-unifont uavs3d uavs3d-git umldesigner vo-amrwbenc vobcopy vulkan-amdgpu-pro vulkan-headers-git wkhtmltopdf-static woeusb x264-git xavs xavs2 xfce4-meta xfce4-theme-switcher xorg-meta xournalpp-git yay zoom zotero
|
||||
adwaita-qt4 fedora-firefox-wayland-bin kclock pocketsphinx riseup-vpn youplay zoom-firejail
|
||||
ffmpeg-amd-full riseup-vpn-terminal
|
||||
|
@ -2,7 +2,7 @@
|
||||
_pkgname=xfce4
|
||||
_reponame=arch
|
||||
pkgname="de-p1st-$_pkgname"
|
||||
pkgver=0.0.22
|
||||
pkgver=0.0.23
|
||||
pkgrel=1
|
||||
pkgdesc="XFCE4 with configuration"
|
||||
arch=('any')
|
||||
@ -32,7 +32,7 @@ depends+=(xfce4-meta)
|
||||
# xfce4-time-out-plugin (take breaks)
|
||||
# xfce4-timer-plugin
|
||||
# xfce4-xkb-plugin (keyboard layouts)
|
||||
depends+=(mousepad thunar-archive-plugin thunar-media-tags-plugin xfce4-genmon-plugin xfce4-notifyd xfce4-screensaver xfce4-screenshooter xfce4-weather-plugin xfce4-whiskermenu-plugin)
|
||||
depends+=(mousepad thunar-media-tags-plugin xfce4-genmon-plugin xfce4-notifyd xfce4-screensaver xfce4-screenshooter xfce4-weather-plugin xfce4-whiskermenu-plugin)
|
||||
#
|
||||
# thunar optional dependencies:
|
||||
# - gvfs: for trash support, mounting with udisk and remote
|
||||
@ -74,6 +74,10 @@ depends+=(de-p1st-keyboard-x11)
|
||||
# ============== wallpaper ==============
|
||||
depends+=(de-p1st-wallpaper)
|
||||
|
||||
# ============== compression/archiving ==============
|
||||
# https://docs.xfce.org/xfce/thunar/archive#supported_archive_managers
|
||||
#depends+=(thunar-archive-plugin xarchiver p7zip unzip zip unrar)
|
||||
depends+=(thunar-archive-plugin file-roller p7zip unrar)
|
||||
|
||||
# https://wiki.archlinux.org/title/GNOME/Keyring#Manage_using_GUI
|
||||
optdepends=('seahorse: Manage the contents of GNOME Keyring; manage GPG keys')
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit d2fa75abcc2ecd8c7da6c38265878a118f374123
|
||||
Subproject commit ba4dc9621a39b94c2960d2692c9209c30d9a754b
|
1
pkg/toggle-bluetooth
Submodule
1
pkg/toggle-bluetooth
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 4baaf0150c2e586639c115451c8a18a60ecbe7a9
|
Loading…
Reference in New Issue
Block a user