summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv/kwintv/kwintv-0.8.11.ebuild')
-rw-r--r--media-tv/kwintv/kwintv-0.8.11.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/media-tv/kwintv/kwintv-0.8.11.ebuild b/media-tv/kwintv/kwintv-0.8.11.ebuild
index b77fe451f5ec..8628a8011e87 100644
--- a/media-tv/kwintv/kwintv-0.8.11.ebuild
+++ b/media-tv/kwintv/kwintv-0.8.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/kwintv/kwintv-0.8.11.ebuild,v 1.2 2003/07/22 20:12:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/kwintv/kwintv-0.8.11.ebuild,v 1.3 2003/08/12 03:40:43 caleb Exp $
inherit kde-base
@@ -12,3 +12,9 @@ KEYWORDS="x86"
DESCRIPTION="a KDE application that allows you to watch television."
SRC_URI="http://www.staikos.on.ca/~staikos/kwintv/latest/${P}.tar.bz2"
HOMEPAGE="http://www.kwintv.org"
+
+src_unpack()
+{
+ kde_src_unpack
+ cd ${S} && epatch ${FILESDIR}/kwintv.patch
+}