Thrice to the toilet. / Why did you drink twenty cups? / Next time pee yourself.
3
   
Penghargaan
Favorit
Difavoritkan
Batalkan favorit
Unduh
"
# pause power manager
if pgrep -fx xfce4-power-manager > /dev/null; then
kill -STOP $(pgrep -fx xfce4-power-manager)
echo "stopped xfce4-power-manager"
fi

# valgrind stress

# fortune-mod
archpackage fortune-mod

# bluez
archpackage bluez

# bluez-utils
archpackage bluez-utils

# flite
archbuild AUR flite

# ttf-dejavu
archpackage ttf-dejavu
ln -sf /etc/fonts/conf.avail/10-hinting-full.conf /etc/fonts/conf.d/
ln -sf /etc/fonts/conf.avail/10-autohint.conf /etc/fonts/conf.d/
rm -vf /etc/fonts/conf.d/10-hinting-slight.conf 2> /dev/null

# xorg-xwininfo
archpackage xorg-xwininfo

# xorg-server-xvfb
archpackage xorg-server-xvfb

# xdotool
archpackage xdotool

# mesa-demos
archpackage mesa-demos

# x11vnc
archpackage x11vnc
add_unique "NoDisplay=true" ${APP}/avahi-discover.desktop
add_unique "NoDisplay=true" ${APP}/bssh.desktop
add_unique "NoDisplay=true" ${APP}/bvnc.desktop
sed -i -e "s/X11VNC Server/X11VNC/" ${APP}/x11vnc.desktop

# tk
archpackage tk

# vbam-gtk
archpackage vbam-gtk
sed -i -e "s/Game;Emulator/Game/" -e "s/ (GTK+ frontend)//" ${APP}/gvbam.desktop
extract_game Game\ Boy .vbam/roms

# popcorntime-bin
archbuild AUR popcorntime-bin
sed -i -e "s/;Network;//" -e "s/Time CE/Time/" ${APP}/popcorntime*.desktop

# xfburn
archpackage xfburn
sed -i -e "s/;Utility;/;/" /usr/share/applications/xfburn.desktop

# wine-staging
archpackage wine-staging

# wine-gecko/mono
archpackage wine_gecko wine-mono

# gens-gs
archpackage gens-gs
sed -i -e "s/Game;Emulator/Game/" ${APP}/gens.desktop
extract_game Sega\ Genesis .gens/roms

kill -CONT $(pgrep -fx xfce4-power-manager) 2> /dev/null

"