diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-03-11 15:40:32 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-03-11 15:40:32 +0000 |
commit | c7fde8d2bcae552281b5df247dcabcbe89a2a1e6 (patch) | |
tree | 6df955f55ae028b8ee7653809c56cabacee4bd95 /x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild | |
parent | Marking cldc-api-1.1 ~ppc64 for bug 213021 (diff) | |
download | historical-c7fde8d2bcae552281b5df247dcabcbe89a2a1e6.tar.gz historical-c7fde8d2bcae552281b5df247dcabcbe89a2a1e6.tar.bz2 historical-c7fde8d2bcae552281b5df247dcabcbe89a2a1e6.zip |
fix text alignment in Recording Options
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild')
-rw-r--r-- | x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild new file mode 100644 index 000000000000..543593ac9e21 --- /dev/null +++ b/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 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.21_p16505.ebuild,v 1.1 2008/03/11 15:40:32 cardoe Exp $ + +inherit qt3 mythtv subversion + +DESCRIPTION="A collection of themes for the MythTV project." +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="$(qt_min_version 3.3) + =media-tv/mythtv-${MY_PV}*" + +src_compile() { + ./configure --prefix="${ROOT}"/usr || die "configure died" + + ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake -o "Makefile" myththemes.pro || die "qmake failed" +} + +src_install() { + einstall INSTALL_ROOT="${D}" || die "install failed" +} |