update xfce4

This commit is contained in:
Daniel Langbein 2021-06-27 14:55:11 +02:00
parent aa01d59604
commit 03873b5850

View File

@ -2,7 +2,7 @@
_pkgname=xfce4 _pkgname=xfce4
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.0.23 pkgver=0.0.24
pkgrel=1 pkgrel=1
pkgdesc="XFCE4 with configuration" pkgdesc="XFCE4 with configuration"
arch=('any') arch=('any')
@ -60,7 +60,10 @@ depends+=('xfce4-pulseaudio-plugin')
# sound theme # sound theme
depends+=('libcanberra' 'libcanberra-pulse') depends+=('libcanberra' 'libcanberra-pulse')
# ============== network, theme, keyboard ============== # ============== bluetooth (TODO) ==============
depends+=('toggle-bluetooth') # TODO: add to /etc/skel/.config
# ============== network, theme, wallpaper, keyboard ==============
# #
# NetworkManager and NetworkManager applet # NetworkManager and NetworkManager applet
depends+=(network-manager-applet) # depends on networkmanager depends+=(network-manager-applet) # depends on networkmanager
@ -68,17 +71,18 @@ depends+=(network-manager-applet) # depends on networkmanager
# gtk and qt theme # gtk and qt theme
depends+=(de-p1st-theme) depends+=(de-p1st-theme)
# #
# wallpaper
depends+=(de-p1st-wallpaper)
#
# x11 keyboard layouts # x11 keyboard layouts
depends+=(de-p1st-keyboard-x11) depends+=(de-p1st-keyboard-x11)
# ============== wallpaper ==============
depends+=(de-p1st-wallpaper)
# ============== compression/archiving ============== # ============== compression/archiving ==============
# https://docs.xfce.org/xfce/thunar/archive#supported_archive_managers # https://docs.xfce.org/xfce/thunar/archive#supported_archive_managers
#depends+=(thunar-archive-plugin xarchiver p7zip unzip zip unrar) #depends+=(thunar-archive-plugin xarchiver p7zip unzip zip unrar)
depends+=(thunar-archive-plugin file-roller p7zip unrar) depends+=(thunar-archive-plugin file-roller p7zip unrar)
# https://wiki.archlinux.org/title/GNOME/Keyring#Manage_using_GUI # https://wiki.archlinux.org/title/GNOME/Keyring#Manage_using_GUI
optdepends=('seahorse: Manage the contents of GNOME Keyring; manage GPG keys') optdepends=('seahorse: Manage the contents of GNOME Keyring; manage GPG keys')