From 2766ffb0a6bf3af276e88544602100e06d1cf1e9 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sun, 4 Mar 2018 20:27:49 +0000 Subject: [vim] Fix symlink problem --- arch/.gitignore | 3 ++ arch/additional-packages/PKGBUILD | 30 +++++++++++++ arch/archlinuxfr-packages/PKGBUILD | 5 +++ arch/base-packages/PKGBUILD | 86 ++++++++++++++++++++++++++++++++++++++ arch/local-packages/PKGBUILD | 7 ++++ arch/work-packages/PKGBUILD | 5 +++ 6 files changed, 136 insertions(+) create mode 100644 arch/.gitignore create mode 100644 arch/additional-packages/PKGBUILD create mode 100644 arch/archlinuxfr-packages/PKGBUILD create mode 100644 arch/base-packages/PKGBUILD create mode 100644 arch/local-packages/PKGBUILD create mode 100644 arch/work-packages/PKGBUILD (limited to 'arch') diff --git a/arch/.gitignore b/arch/.gitignore new file mode 100644 index 0000000..7d16c28 --- /dev/null +++ b/arch/.gitignore @@ -0,0 +1,3 @@ +*/pkg +*/src +*.tar.xz diff --git a/arch/additional-packages/PKGBUILD b/arch/additional-packages/PKGBUILD new file mode 100644 index 0000000..936974b --- /dev/null +++ b/arch/additional-packages/PKGBUILD @@ -0,0 +1,30 @@ +# yaourt -P && makepkg -i +pkgname=base-packages +pkgver=0 +pkgrel=1 +arch=(any) +depends=(biber + cmus + cpulimit + flake8 + gnuplot + mencoder + ncmpcpp + nmap + npm + pandoc + python-matplotlib + python2-matplotlib + qemu + texlive-bibtexextra + texlive-fontsextra + texlive-formatsextra + texlive-games + texlive-humanities + texlive-latexextra + texlive-pictures + texlive-pstricks + texlive-publishers + texlive-science + tig + ttf-ubuntu-font-family) diff --git a/arch/archlinuxfr-packages/PKGBUILD b/arch/archlinuxfr-packages/PKGBUILD new file mode 100644 index 0000000..da4c54f --- /dev/null +++ b/arch/archlinuxfr-packages/PKGBUILD @@ -0,0 +1,5 @@ +pkgname=archlinuxfr-packages +pkgver=0 +pkgrel=1 +arch=(any) +depends=(dropbox yaourt) diff --git a/arch/base-packages/PKGBUILD b/arch/base-packages/PKGBUILD new file mode 100644 index 0000000..2f3523d --- /dev/null +++ b/arch/base-packages/PKGBUILD @@ -0,0 +1,86 @@ +# yaourt -P && makepkg -i +pkgname=base-packages +pkgver=0 +pkgrel=1 +arch=(any) +depends=(alsa-utils + awesome-terminal-fonts + cronie + ctags + dosfstools + dunst + feh + fuse2 + fzf + git + gnome-alsamixer + grub + htop + hub + i3-gaps + i3blocks + i3lock + i3status + inotify-tools + ipython + isync + lsof + mlocate + moreutils + mpv + msmtp + mutt + neovim + network-manager-applet + networkmanager + networkmanager-openvpn + networkmanager-pptp + pass + pavucontrol + perl-file-mimeinfo + pkgfile + pulseaudio + pulseaudio-alsa + python-jedi + python-neovim + python-pip + python-unidecode + python2-neovim + qutebrowser + redshift + ripgrep + rofi + rsync + rxvt-unicode + shellcheck + sshfs + stow + surfraw + texlive-core + tldr + tmux + ttf-dejavu + urxvt-perls + vifm + weechat + xcape + xclip + xdotool + xfce4-screenshooter + xorg-server + xorg-server-common + xorg-setxkbmap + xorg-xbacklight + xorg-xev + xorg-xkill + xorg-xmodmap + xorg-xrandr + xorg-xrdb + xsel + youtube-dl + zathura + zathura-djvu + zathura-pdf-mupdf + zathura-ps + zenity + zsh) diff --git a/arch/local-packages/PKGBUILD b/arch/local-packages/PKGBUILD new file mode 100644 index 0000000..9ac2a07 --- /dev/null +++ b/arch/local-packages/PKGBUILD @@ -0,0 +1,7 @@ +# yaourt -P && makepkg -i +pkgname=local-packages +pkgver=0 +pkgrel=1 +arch=(any) +depends=(bashmount bitlbee-facebook light myrepos rofi-dmenu spotify tmuxinator + ttf-monaco ubuntu-wallpapers) diff --git a/arch/work-packages/PKGBUILD b/arch/work-packages/PKGBUILD new file mode 100644 index 0000000..63d44d2 --- /dev/null +++ b/arch/work-packages/PKGBUILD @@ -0,0 +1,5 @@ +pkgname=work-packages +pkgver=0 +pkgrel=1 +arch=(any) +depends=(freefem++ gmsh armadillo python-sympy) -- cgit v1.2.3