douml-9999.ebuild 524 B

123456789101112131415161718192021222324252627282930
  1. # Copyright 1999-2018 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. inherit qmake-utils git-r3 gnome2-utils
  5. DESCRIPTION="Powerful UML 2 modelling tool. BoUML fork"
  6. HOMEPAGE="https://github.com/DoUML/douml"
  7. EGIT_REPO_URI="https://github.com/DoUML/douml.git"
  8. LICENSE="GPL-3"
  9. SLOT="0"
  10. KEYWORDS=""
  11. IUSE=""
  12. DEPEND="dev-qt/qtsql:5"
  13. RDEPEND="${DEPEND}"
  14. pkg_setup() {
  15. export QT_SELECT=5
  16. }
  17. pkg_postinst() {
  18. gnome2_icon_cache_update
  19. }
  20. pkg_postrm() {
  21. gnome2_icon_cache_update
  22. }