[Lunar-commits] <moonbase> PyQt4: Deleting due to a name change.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Aug 21 14:24:47 CEST 2011


commit 27d6737b134778dca06e7c97872d6c4a9c96559e
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Aug 21 08:24:47 2011 -0400

    PyQt4: Deleting due to a name change.
---
 python/PyQt4/BUILD   |   20 --------------------
 python/PyQt4/DEPENDS |    2 --
 2 files changed, 0 insertions(+), 22 deletions(-)

diff --git a/python/PyQt4/BUILD b/python/PyQt4/BUILD
deleted file mode 100644
index 0660e81..0000000
--- a/python/PyQt4/BUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-(
-
-  patch_it $SOURCE2 0 &&
-  . /etc/profile.d/qt4.rc &&
-
-
-  printf "${PROBLEM_COLOR}   Be patient. It may look like nothing is happening... its just slow.""${DEFAULT_COLOR}\n" &&
-
-  # Use new kde phonon - fixes build break when qt4 is built without old phonon
-  sed -i "/generate_code(\"phonon\")/s:phonon\":&,extra_include_dirs=[\"/usr/include/phonon\"]:" configure.py &&
-
-  python ./configure.py      \
-         --confirm-license   \
-         $OPTS              &&
-
-  default_make                 &&
-  mkdir -p /usr/share/$MODULE  &&
-  cp -Rf examples /usr/share/$MODULE
-
-) > $C_FIFO 2>&1
diff --git a/python/PyQt4/DEPENDS b/python/PyQt4/DEPENDS
deleted file mode 100644
index 2133eed..0000000
--- a/python/PyQt4/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends  sip
-depends  qt4


More information about the Lunar-commits mailing list