summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjurban2005-04-16 12:09:42 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit34f22e5d256d0f9ec87edc604ddb68d67c84f85f (patch)
tree47ab4caf8a6d7f9c375761d10adba11ec08a32fd
parenta430a4ddf3382d8271b70d02f56ea493893fdddb (diff)
downloadsynce-kde-34f22e5d256d0f9ec87edc604ddb68d67c84f85f.zip
synce-kde-34f22e5d256d0f9ec87edc604ddb68d67c84f85f.tar.gz
- fix python searchauto/th/kdepim-3_4_0-4auto/th/kdepim-3_4_0-3auto/th/kdelibs-3_4_1-1auto/th/kdelibs-3_4_0-7auto/th/kdelibs-3_4_0-6auto/th/kdebase-3_4_0-8auto/ac/kdevelop-3_2_3-1auto/ac/kdevelop-3_2_2-1auto/ac/kdevelop-3_2_1-1auto/ac/kdevelop-3_2_0-2auto/ac/kdevelop-3_2_0-1auto/ac/kdepim-3_4_3-2auto/ac/kdepim-3_4_3-1auto/ac/kdepim-3_4_3-0_1auto/ac/kdepim-3_4_2-3auto/ac/kdepim-3_4_2-2auto/ac/kdepim-3_4_2-1auto/ac/kdepim-3_4_2-0_1auto/ac/kdepim-3_4_1-2auto/ac/kdepim-3_4_1-1auto/ac/kdepim-3_4_0-3auto/ac/kdepim-3_4_0-2auto/ac/kdepim-3_4_0-1_9auto/ac/kdenetwork-3_4_3-1auto/ac/kdenetwork-3_4_3-0_1auto/ac/kdenetwork-3_4_2-1auto/ac/kdenetwork-3_4_2-0_1auto/ac/kdenetwork-3_4_1-1auto/ac/kdenetwork-3_4_0-3auto/ac/kdenetwork-3_4_0-2auto/ac/kdelibs-3_4_3-2auto/ac/kdelibs-3_4_3-1auto/ac/kdelibs-3_4_2-3auto/ac/kdelibs-3_4_2-2auto/ac/kdelibs-3_4_2-1auto/ac/kdelibs-3_4_1-2auto/ac/kdelibs-3_4_1-1auto/ac/kdelibs-3_4_1-0_1auto/ac/kdelibs-3_4_0-6auto/ac/kdelibs-3_4_0-5auto/ac/kdelibs-3_4_0-4auto/ac/kdelibs-3_4_0-3auto/ac/kdegraphics-3_4_3-2auto/ac/kdegraphics-3_4_3-1auto/ac/kdegraphics-3_4_2-1auto/ac/kdegraphics-3_4_1-1auto/ac/kdegraphics-3_4_0-2auto/ac/kdegames-3_4_3-1auto/ac/kdegames-3_4_2-1auto/ac/kdegames-3_4_1-1auto/ac/kdegames-3_4_0-1auto/ac/kdebase-3_4_3-2auto/ac/kdebase-3_4_3-1auto/ac/kdebase-3_4_2-6auto/ac/kdebase-3_4_2-5auto/ac/kdebase-3_4_2-4auto/ac/kdebase-3_4_2-3auto/ac/kdebase-3_4_2-2auto/ac/kdebase-3_4_2-1auto/ac/kdebase-3_4_1-5auto/ac/kdebase-3_4_1-4auto/ac/kdebase-3_4_1-3auto/ac/kdebase-3_4_1-2auto/ac/kdebase-3_4_1-1auto/ac/kdebase-3_4_0-8auto/ac/kdebase-3_4_0-7auto/ac/kdebase-3_4_0-6auto/ac/kdebase-3_4_0-4
Changed files: kde-common-PLD.patch -> 1.3
-rw-r--r--kde-common-PLD.patch27
1 files changed, 17 insertions, 10 deletions
diff --git a/kde-common-PLD.patch b/kde-common-PLD.patch
index 94a2df1..fd9416e 100644
--- a/kde-common-PLD.patch
+++ b/kde-common-PLD.patch
@@ -1,11 +1,6 @@
-Index: kde-common/admin/acinclude.m4.in
-===================================================================
-RCS file: /home/kde/kde-common/admin/acinclude.m4.in,v
-retrieving revision 2.455
-diff -u -p -r2.455 acinclude.m4.in
---- kde-common/admin/acinclude.m4.in 12 May 2004 08:09:31 -0000 2.455
-+++ kde-common/admin/acinclude.m4.in 3 Jun 2004 10:52:36 -0000
-@@ -428,7 +428,7 @@ AC_DEFUN([KDE_SET_DEFAULT_PATHS],
+--- kde-common/admin/acinclude.m4.in.orig 2005-03-30 13:39:59.000000000 +0200
++++ kde-common/admin/acinclude.m4.in 2005-04-13 18:34:46.747977880 +0200
+@@ -428,7 +428,7 @@
if test "$1" = "default"; then
if test -z "$kde_htmldir"; then
@@ -14,7 +9,19 @@ diff -u -p -r2.455 acinclude.m4.in
fi
if test -z "$kde_appsdir"; then
kde_appsdir='\${datadir}/applnk'
-@@ -4276,32 +4276,11 @@ AC_DEFUN([AC_CHECK_UTMP_FILE],
+@@ -4364,9 +4364,9 @@
+ LIBPYTHON=-lpython$version
+ fi
+
+-AC_FIND_FILE(python$version/copy.py, $python_libdirs, python_moddir)
++AC_FIND_FILE(python$version/copy.pyc, "/usr/share" , python_moddir)
+ python_moddir=$python_moddir/python$version
+-if test ! -r $python_moddir/copy.py; then
++if test ! -r $python_moddir/copy.pyc; then
+ python_moddir=no
+ fi
+
+@@ -4513,32 +4513,11 @@
[
AC_MSG_CHECKING([for utmp file])
@@ -51,7 +58,7 @@ diff -u -p -r2.455 acinclude.m4.in
])
-@@ -5078,7 +5057,7 @@ if test "${with_qt_dir+set}" = set; then
+@@ -5321,7 +5300,7 @@
kde_qtdir="$with_qt_dir"
fi