lxappearance-0.5.5.ebuild 549 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="LXDE GTK+ theme switcher"
  5. HOMEPAGE="http://lxde.sourceforge.net"
  6. SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
  7. LICENSE="GPL-3"
  8. SLOT="0"
  9. KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux"
  10. IUSE="dbus"
  11. RDEPEND="x11-libs/gtk+:2
  12. dbus? ( dev-libs/dbus-glib )"
  13. DEPEND="${RDEPEND}
  14. virtual/pkgconfig
  15. dev-util/intltool
  16. sys-devel/gettext"
  17. src_configure() {
  18. econf \
  19. $(use_enable dbus)
  20. }