aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/kde-phonon.rb (renamed from Library/Formula/phonon.rb)6
1 files changed, 5 insertions, 1 deletions
diff --git a/Library/Formula/phonon.rb b/Library/Formula/kde-phonon.rb
index 1ca26be97..30a50de6c 100644
--- a/Library/Formula/phonon.rb
+++ b/Library/Formula/kde-phonon.rb
@@ -1,6 +1,6 @@
require 'formula'
-class Phonon <Formula
+class KdePhonon <Formula
url 'ftp://ftp.kde.org/pub/kde/stable/phonon/4.4.0/phonon-4.4.0.tgz'
homepage 'http://phonon.kde.org/'
md5 '80544b876cf0e0af05f2303b3f534351'
@@ -9,6 +9,10 @@ class Phonon <Formula
depends_on 'qt'
depends_on 'automoc4'
+ def keg_only?
+ "This package is already supplied by Qt and is only needed by KDE packages."
+ end
+
def patches
"http://gitorious.org/phonon/phonon/commit/9556b819b089da67290691f53ce7c1550ed23705.patch"
end