From aa01d5960496e447657e2a587a4d73a024d3aacb Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sun, 27 Jun 2021 14:06:38 +0200 Subject: [PATCH] add toggle-bluetooth --- .gitmodules | 3 +++ build-pkg/build-all.sh | 2 ++ build-pkg/pkglist-AUR.txt | 2 +- pkg/de-p1st-xfce4/PKGBUILD | 8 ++++++-- pkg/riseup-vpn-terminal | 2 +- pkg/toggle-bluetooth | 1 + 6 files changed, 14 insertions(+), 4 deletions(-) create mode 160000 pkg/toggle-bluetooth diff --git a/.gitmodules b/.gitmodules index dab3bb5..33c2250 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/build-pkg/build-all.sh b/build-pkg/build-all.sh index 8959092..e840515 100755 --- a/build-pkg/build-all.sh +++ b/build-pkg/build-all.sh @@ -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 $? diff --git a/build-pkg/pkglist-AUR.txt b/build-pkg/pkglist-AUR.txt index 10fe87a..935990a 100644 --- a/build-pkg/pkglist-AUR.txt +++ b/build-pkg/pkglist-AUR.txt @@ -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 diff --git a/pkg/de-p1st-xfce4/PKGBUILD b/pkg/de-p1st-xfce4/PKGBUILD index fff5044..f9c4ce4 100644 --- a/pkg/de-p1st-xfce4/PKGBUILD +++ b/pkg/de-p1st-xfce4/PKGBUILD @@ -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') diff --git a/pkg/riseup-vpn-terminal b/pkg/riseup-vpn-terminal index d2fa75a..ba4dc96 160000 --- a/pkg/riseup-vpn-terminal +++ b/pkg/riseup-vpn-terminal @@ -1 +1 @@ -Subproject commit d2fa75abcc2ecd8c7da6c38265878a118f374123 +Subproject commit ba4dc9621a39b94c2960d2692c9209c30d9a754b diff --git a/pkg/toggle-bluetooth b/pkg/toggle-bluetooth new file mode 160000 index 0000000..4baaf01 --- /dev/null +++ b/pkg/toggle-bluetooth @@ -0,0 +1 @@ +Subproject commit 4baaf0150c2e586639c115451c8a18a60ecbe7a9