clearlooks-phenix-5.0.7.ebuild 568 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2"
  5. HOMEPAGE="http://www.jpfleury.net/en/software/clearlooks-phenix.php"
  6. SRC_URI="https://github.com/jpfleury/clearlooks-phenix/archive/${PV}.tar.gz -> ${P}.tar.gz"
  7. KEYWORDS="~amd64 ~x86"
  8. LICENSE="GPL-3"
  9. SLOT="0"
  10. IUSE=""
  11. RDEPEND="
  12. >=x11-libs/gtk+-3.10.0:3
  13. x11-themes/gtk-engines"
  14. src_install() {
  15. insinto "/usr/share/themes/Clearlooks-Phenix"
  16. doins -r *
  17. }