This commit is contained in:
teldra 2022-02-10 23:07:20 +01:00
parent d4d8ce4b1d
commit 051668d91b
3 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,9 @@
packages() {
addpkg cups cups-filters gutenprint foomatic-db
addpkg cups cups-filters gutenprint foomatic-db foomatic-db-nonfree brother-brlaser cups-pk-helper
#addpkg avahi-daemon
}
config() {
service_enable cupsd
#service_enable avahi-daemon
}

View File

@ -1,5 +1,5 @@
packages() {
addpkg pipewire alsa-pipewire libjack-pipewire
addpkg pipewire alsa-pipewire libjack-pipewire libspa-bluetooth
}
config() {
@ -11,4 +11,9 @@ config() {
vinstall "${FILESDIR}/xdg/autostart/pipewire-pulse.desktop" 755 etc/xdg/autostart
echo "/usr/lib/pipewire-0.3/jack" > /etc/ld.so.conf.d/zpipewire-jack.conf
ldconfig
mkdir -p /etc/alsa/conf.d
ln -s /usr/share/alsa/alsa.conf.d/50-pipewire.conf /etc/alsa/conf.d
ln -s /usr/share/alsa/alsa.conf.d/99-pipewire-default.conf /etc/alsa/conf.d
}

View File

@ -46,6 +46,8 @@ config() {
echo "# Uncomment and configure below" >> /etc/profile.d/freetype2.sh
echo "export FREETYPE_PROPERTIES=“truetype:interpreter-version=38”" >> /etc/profile.d/freetype2.sh
xbps-reconfigure -f fontconfig
if [ "${KEY_LANG}" == "de" ]; then
mkdir -p /etc/X11/xorg.conf.d
{ echo "Section \"InputClass\"";