Advertisement
Guest User

gnome-clocks-0.1.6.ebuild

a guest
Jul 5th, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.83 KB | None | 0 0
  1. EAPI="5"
  2. GCONF_DEBUG="no"
  3. PYTHON_COMPAT=( python3_3 )
  4.  
  5. inherit gnome2 python-single-r1
  6.  
  7. DESCRIPTION="Clocks applications for GNOME"
  8. HOMEPAGE="http://live.gnome.org/GnomeClocks"
  9.  
  10. LICENSE="GPL-2+"
  11. SLOT="0"
  12. KEYWORDS="~amd64 ~x86"
  13. IUSE=""
  14.  
  15. RDEPEND="
  16.     dev-libs/libgweather[introspection]
  17.     dev-python/pycairo
  18.     >=dev-python/pygobject-3.4.2:3[${PYTHON_USEDEP}]
  19.     dev-python/pyxdg[${PYTHON_USEDEP}]
  20.     media-libs/clutter-gtk:1.0[introspection]
  21.     media-libs/clutter:1.0[introspection]
  22.     media-libs/libcanberra
  23.     x11-libs/gdk-pixbuf:2[introspection]
  24.     x11-libs/gtk+:3[introspection]
  25.     x11-libs/libnotify[introspection]
  26.     x11-libs/pango[introspection]
  27. "
  28. DEPEND="${RDEPEND}
  29.     dev-python/python-distutils-extra
  30. "
  31.  
  32. src_configure() {
  33.     econf
  34. }
  35.  
  36. src_install() {
  37.     emake DESTDIR="${D}" install
  38. }
  39.  
  40. src_prepare() {
  41.     gnome2_environment_reset
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement