pack: a2jmidid, systemd-network

master
qhga 3 years ago
parent bdf4808ac6
commit b1b84fb228
Signed by: phga
GPG Key ID: 5249548AA705F019

@ -0,0 +1,5 @@
[Match]
Name=ens6f*
[Network]
DHCP=yes

@ -212,6 +212,11 @@ add_pacman_hooks() {
cp $scriptdir/etc/pacman.d/hooks/* /etc/pacman.d/hooks/ &>> $logfile
}
add_xorg_conf() {
echo "Adding systemd configs\n\n" >> $logfile
cp $scriptdir/etc/systemd/network/00-wired.network /etc/systemd/network/00-wired.network &>> $logfile
}
set_pacman_config() {
echo "Setting pacman conf\n\n" >> $logfile
cp $scriptdir/etc/pacman.conf /etc/pacman.conf &>> $logfile
@ -290,6 +295,8 @@ case $todo in
enable_service "--user syncthing"
if [[ ${curr_platform} == "L" ]]; then
enable_service "netctl-auto@wlp3s0"
else
enable_service "systemd-networkd"
fi
enable_service "systemd-timesyncd" "atd"
set_root_bashrc
@ -312,6 +319,8 @@ case $todo in
pre_update
if [[ ${curr_platform} == "L" ]]; then
enable_service "netctl-auto@wlp3s0"
else
enable_service "systemd-networkd"
fi
enable_service "systemd-timesyncd" "atd"
ready_steady_go

@ -95,6 +95,7 @@ A,P,pulseaudio-alsa,ALSA Configuration for PulseAudio
A,P,pulseaudio-jack,Jack support for PulseAudio
A,P,jack2,C++ version of the JACK low-latency audio server for multi-processor machines
A,P,jack2-dbus,The JACK low-latency audio server (dbus integration)
A,P,a2jmidid,Dbus midi jack thingy
A,P,qjackctl,A Qt front-end for the JACK low-latency audio server
A,P,python-dbus,Python bindings for DBUS

1 # First column: A = All, L = Laptop, D = Desktop
95 A,P,texlive-science,Latex Math support A,P,texlive-bibtexextra,Latex biblatex support
96 A,P,biber,Citation for latex (new backend) A,P,texlive-science,Latex Math support
97 A,P,minted,Syntaxhighlighting for Latex A,P,biber,Citation for latex (new backend)
98 A,P,minted,Syntaxhighlighting for Latex
99 # Mail -> GNUS
100 # A,A,mu,Maildir indexer/searcher and Emacs client (mu4e)
101 # A,P,offlineimap,Synchronizes emails between two repositories
Loading…
Cancel
Save