[arch-commits] Commit in kdelibs/trunk (PKGBUILD fix-deadlock-in-klocale.patch)

Andrea Scarpino andrea at archlinux.org
Wed Oct 7 10:16:14 UTC 2009


    Date: Wednesday, October 7, 2009 @ 06:16:14
  Author: andrea
Revision: 54208

added klocale_p.h

Modified:
  kdelibs/trunk/PKGBUILD
  kdelibs/trunk/fix-deadlock-in-klocale.patch

-------------------------------+
 PKGBUILD                      |    2 +-
 fix-deadlock-in-klocale.patch |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-07 10:16:14 UTC (rev 54207)
+++ PKGBUILD	2009-10-07 10:16:14 UTC (rev 54208)
@@ -21,7 +21,7 @@
          '280f34ee159845f8902c31bd499254fc'
          '0f214b222bfb0327e7a2b6fb13756895'
          '18ea42696a7f41332a092d6ead7efc6a'
-	 '06354daaf512a04f8d7a3630383328c6')
+	 'b89d50349a7e634258bf85a28a588d34')
 
 build() {
 	cd $srcdir/${pkgname}-${pkgver}

Modified: fix-deadlock-in-klocale.patch
===================================================================
--- fix-deadlock-in-klocale.patch	2009-10-07 10:16:14 UTC (rev 54207)
+++ fix-deadlock-in-klocale.patch	2009-10-07 10:16:14 UTC (rev 54208)
@@ -233,3 +233,35 @@
  
      // Find script modules for all included language/catalogs that have them,
      // and remember their paths.
+--- /dev/null	2009-09-07 08:17:07.000000000 +0200
++++ kdelibs-4.3.2/kdecore/localization/klocale_p.h	2009-10-07 12:13:26.424549785 +0200
+@@ -0,0 +1,29 @@
++/*  This file is part of the KDE libraries
++ *  Copyright 2009 David Faure <faure at kde.org>
++ *
++ *  This library is free software; you can redistribute it and/or
++ *  modify it under the terms of the GNU Library General Public
++ *  License as published by the Free Software Foundation; either
++ *  version 2 of the License, or (at your option) any later version.
++ *
++ *  This library is distributed in the hope that it will be useful,
++ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
++ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++ *  Library General Public License for more details.
++ *
++ *  You should have received a copy of the GNU Library General Public License
++ *  along with this library; see the file COPYING.LIB.  If not, write to
++ *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
++ *  Boston, MA 02110-1301, USA.
++ */
++
++#ifndef KLOCALE_P_H
++#define KLOCALE_P_H
++
++class QMutex;
++
++// Used by both KLocale and KLocalizedString, since they call each other.
++QMutex* kLocaleMutex();
++
++#endif /* KLOCALE_P_H */
++




More information about the arch-commits mailing list