diff options
author | Karel Kočí <cynerd@email.cz> | 2016-12-28 16:37:18 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-12-28 16:37:18 +0100 |
commit | 64e557a8b97c4975c25cf5bd12fa3bb51fb38756 (patch) | |
tree | 23ce66a37d3964f271dda29811b3791b084dcc60 /archlinux.pkgs.d/desktop | |
parent | f2f8cf509625c427b07bf52f749df9e1aef45799 (diff) | |
download | myconfigs-64e557a8b97c4975c25cf5bd12fa3bb51fb38756.tar.gz myconfigs-64e557a8b97c4975c25cf5bd12fa3bb51fb38756.tar.bz2 myconfigs-64e557a8b97c4975c25cf5bd12fa3bb51fb38756.zip |
Rewrite arch packages little bit
List of expected packages is now generated using m4 language.
Diffstat (limited to 'archlinux.pkgs.d/desktop')
-rw-r--r-- | archlinux.pkgs.d/desktop | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/archlinux.pkgs.d/desktop b/archlinux.pkgs.d/desktop new file mode 100644 index 0000000..8efbff6 --- /dev/null +++ b/archlinux.pkgs.d/desktop @@ -0,0 +1,104 @@ +dnl vim:ft=m4 +define(DESKTOP) + +dnl Some system level stuff +gpm-openrc +alsa-utils-openrc +pulseaudio +pulseaudio-alsa +fuseiso + +dnl Some command line tools +lynx +abook +pass +syncthing-openrc +ttysterm +dnl Stardict +sdcv +stardict-cz +stardict-en-cz + +dnl Various graphic programs +gimp +inkscape +vlc +conkeror +surf-webkit2gtk-git +feh +okular +graphviz +mesa-demos + +dnl Pidgin +purple-facebook +purple-hangouts-hg +pidgin-encryption +pidgin-gpg-git +pidgin-hotkeys +pidgin-latex +pidgin-libnotify +pidgin-window_merge + +dnl Chromium +chromium-widevine +pepper-flash + +dnl Music player daemon +mpc +mpd +ncmpcpp + +dnl Mail +neomutt +msmtp +offlineimap +python2-daemon +urlview + +dnl My desktop +i3-wm +i3blocks +i3lock +dmenu +dunst +xzoom +xorg-server-nosystemd +xorg-server-utils +xorg-xinit +xorg-xev +rxvt-unicode +urxvt-perls +urxvt-resize-font-git +urxvt-vtwheel +numlockx +xdotool +inotify-tools +pulsemixer +qt5-styleplugins +numix-frost-themes +xorg-setxkbmap +dnl For app .desktop management +perl-file-mimeinfo + +dnl Fonts +terminus-font +font-mathematica +ttf-hack +ttf-symbola +noto-fonts-emoji +powertop +emojione-color-font +twemoji-color-font +texlive-fontsextra + +dnl Codecs +x264 +mpg123 +lib32-mpg123 + +dnl Matlab fix +ncurses5-compat-libs + +dnl Java blee +jre8-openjdk |