sound-theme-freedesktop-0.8.ebuild 633 B

12345678910111213141516171819
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="5"
  4. DESCRIPTION="Default freedesktop.org sound theme following the XDG theming specification"
  5. HOMEPAGE="https://www.freedesktop.org/wiki/Specifications/sound-theme-spec"
  6. SRC_URI="https://people.freedesktop.org/~mccann/dist/${P}.tar.bz2"
  7. LICENSE="GPL-2 LGPL-2 CC-BY-3.0 CC-BY-SA-2.0"
  8. SLOT="0"
  9. KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris"
  10. IUSE=""
  11. RDEPEND=""
  12. DEPEND="sys-devel/gettext
  13. dev-libs/glib:2
  14. >=dev-util/intltool-0.40"