[Lunar-commits] <moonbase> hplip: remove qt3 lines from BUILD and DEPENDS files.
Florin Braescu
florin at lunar-linux.org
Tue Jan 5 19:00:40 CET 2010
commit 1cafb1311b52f9583b2678656b5e1619738ed077
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Jan 5 20:00:40 2010 +0200
hplip: remove qt3 lines from BUILD and DEPENDS files.
---
printer/hplip/BUILD | 4 ----
printer/hplip/DEPENDS | 9 ++-------
2 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/printer/hplip/BUILD b/printer/hplip/BUILD
index b686b1e..8f7473c 100644
--- a/printer/hplip/BUILD
+++ b/printer/hplip/BUILD
@@ -1,9 +1,5 @@
(
- if in_depends $MODULE PyQt; then
- . /etc/profile.d/qt3.rc
- fi &&
-
if in_depends $MODULE PyQt4; then
. /etc/profile.d/qt4.rc
fi &&
diff --git a/printer/hplip/DEPENDS b/printer/hplip/DEPENDS
index f823e32..77c3d2e 100644
--- a/printer/hplip/DEPENDS
+++ b/printer/hplip/DEPENDS
@@ -5,17 +5,12 @@ depends libusb-compat
optional_depends "sane-backends" \
"--enable-scan-build" \
"--disable-scan-build" \
- "for builtin scanner support"
-
-optional_depends "PyQt" \
- "--enable-qt3" \
- "--disable-qt3" \
- "for HP gui support"
+ "for builtin scanner support"
optional_depends "PyQt4" \
"--enable-qt4" \
"--disable-qt4" \
- "for HP Qt4 GUI Support"
+ "for HP Qt4 GUI Support"
optional_depends "reportlab" \
"" \
More information about the Lunar-commits
mailing list