diff options
author | Adrian Kummerlaender | 2016-06-24 21:24:43 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2016-06-24 21:24:43 +0200 |
commit | 91526c66ba438cce14f37bb014917c8cb01e554a (patch) | |
tree | f51ae674f8555ece56ce0d5957abbb3362d7e31b /packages/custom-ui-meta | |
parent | 32e6b0368c9efeb05131cb07795bc0abf0cc3cd9 (diff) | |
download | dotfiles-91526c66ba438cce14f37bb014917c8cb01e554a.tar dotfiles-91526c66ba438cce14f37bb014917c8cb01e554a.tar.gz dotfiles-91526c66ba438cce14f37bb014917c8cb01e554a.tar.bz2 dotfiles-91526c66ba438cce14f37bb014917c8cb01e554a.tar.lz dotfiles-91526c66ba438cce14f37bb014917c8cb01e554a.tar.xz dotfiles-91526c66ba438cce14f37bb014917c8cb01e554a.tar.zst dotfiles-91526c66ba438cce14f37bb014917c8cb01e554a.zip |
Add meta packages to help keeping track of my software stack
i.e. unclutter the pacman dependency tree. Ideally I would just spend a moment every now and then updating these _PKGBUILDs_ - a full reinstallation would then only require installing the base system, cloning this repository and installing the appropriate meta packages.
Diffstat (limited to 'packages/custom-ui-meta')
-rw-r--r-- | packages/custom-ui-meta/PKGBUILD | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/packages/custom-ui-meta/PKGBUILD b/packages/custom-ui-meta/PKGBUILD new file mode 100644 index 0000000..143a2f9 --- /dev/null +++ b/packages/custom-ui-meta/PKGBUILD @@ -0,0 +1,77 @@ +pkgname=custom-ui-meta +pkgver=0.1 +pkgrel=1 +pkgdesc='Meta package to install my UI setup' +url='https://code.kummerlaender.eu/dotfiles/' +arch=('any') + +depends=( + i3-wm + i3lock + i3status + xautolock + rxvt-unicode + urxvt-perls + conky + gvim + vim-vimwiki-git + volumeicon + feh + notification-daemon + pcmanfm + arandr + awoken-icons + baobab + cairo + calibre + cantor + zathura + zathura-pdf-poppler + polkit-gnome + network-manager-applet + modem-manager-gui + firefox + chromium + opera-developer + gtk-engine-murrine + chromium-pepper-flash + telegram-desktop-bin + gimp + xfce4-screenshooter + lxappearance-gtk3 + akonadi-fake + akonadi-fake-qt4 + thunderbird + musicbrainz + picard + vlc + mplayer + mpv + mupdf + marble + viking + gpsprune_bin + gwenview + kchmviewer + kdegraphics-okular + gnome-disk-utility + seahorse + gnome-keyring + gnome-power-manager + syncthing-gtk + wireshark-qt + synergy + screenfetch + redshift + libreoffice-still + libreoffice-still-de + texmaker + oomox-git + pentadactyl-git + treesheets-git + zeal-git + sxiv-bskv-git + rofi-git + twmn-git + youtube-dl +) |