neofetch-3.0.1.ebuild 912 B

123456789101112131415161718192021222324252627282930313233
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="Simple information system script"
  5. HOMEPAGE="https://github.com/dylanaraps/neofetch"
  6. SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
  7. LICENSE="MIT-with-advertising"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. IUSE="X"
  11. RDEPEND="sys-apps/pciutils
  12. X? (
  13. x11-apps/xprop
  14. x11-apps/xwininfo
  15. x11-apps/xrandr
  16. www-client/w3m[imlib]
  17. media-libs/imlib2
  18. media-gfx/imagemagick
  19. )"
  20. pkg_postinst() {
  21. ewarn "A lot of things have changed in neofetch 3.0, and we cannot"
  22. ewarn "guarantee that your config will work in neofetch 3.0. As such,"
  23. ewarn "we recommend you to use a new config. You can delete your current"
  24. ewarn "config from $HOME/.config/neofetch"
  25. einfo "The system-wide config has been moved from /usr/share/neofetch/config"
  26. einfo "to /etc/neofetch/config."
  27. }