diff options
author | 2009-11-21 15:59:56 +0000 | |
---|---|---|
committer | 2009-11-21 15:59:56 +0000 | |
commit | 9de72a7bc79461d03368e3084f791098b1ba9ed0 (patch) | |
tree | e89c0771435cad6c149da302b9b70f7cd17c7da1 /x11-themes/mythtv-themes/mythtv-themes-0.22_p22869.ebuild | |
parent | Version bump. Drop old. (diff) | |
download | historical-9de72a7bc79461d03368e3084f791098b1ba9ed0.tar.gz historical-9de72a7bc79461d03368e3084f791098b1ba9ed0.tar.bz2 historical-9de72a7bc79461d03368e3084f791098b1ba9ed0.zip |
replaces deprecated theme usage in the watch recording screen
Package-Manager: portage-2.1.7.5/cvs/Linux x86_64
Diffstat (limited to 'x11-themes/mythtv-themes/mythtv-themes-0.22_p22869.ebuild')
-rw-r--r-- | x11-themes/mythtv-themes/mythtv-themes-0.22_p22869.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.22_p22869.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.22_p22869.ebuild new file mode 100644 index 000000000000..92ec683ebf00 --- /dev/null +++ b/x11-themes/mythtv-themes/mythtv-themes-0.22_p22869.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.22_p22869.ebuild,v 1.1 2009/11/21 15:59:56 cardoe Exp $ + +EAPI=2 +inherit qt4 mythtv + +DESCRIPTION="A collection of themes for the MythTV project." +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="x11-libs/qt-core:4 + =media-tv/mythtv-${MY_PV}*" + +src_configure() { + sh ./configure --prefix=/usr || die "configure died" +} + +src_compile() { + eqmake4 myththemes.pro || die "qmake failed" +} + +src_install() { + einstall INSTALL_ROOT="${D}" || die "install failed" +} |