]> git.pld-linux.org Git - packages/kde4-kdebase-workspace.git/commitdiff
- rel 10; disable memory malloc debugging (which likely slowed kde 4.5 down a bit) auto/th/kde4-kdebase-workspace-4_5_0-10 auto/ti/kde4-kdebase-workspace-4_5_0-10
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 11 Aug 2010 16:28:03 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kde4-kdebase-workspace-nodebug.patch -> 1.1
    kde4-kdebase-workspace.spec -> 1.227

kde4-kdebase-workspace-nodebug.patch [new file with mode: 0644]
kde4-kdebase-workspace.spec

diff --git a/kde4-kdebase-workspace-nodebug.patch b/kde4-kdebase-workspace-nodebug.patch
new file mode 100644 (file)
index 0000000..7d41159
--- /dev/null
@@ -0,0 +1,21 @@
+--- kdebase-workspace-4.5.0/startkde.cmake~    2010-03-10 11:42:55.000000000 +0100
++++ kdebase-workspace-4.5.0/startkde.cmake     2010-08-11 18:25:44.948421473 +0200
+@@ -36,18 +36,6 @@
+ # we have to unset this for Darwin since it will screw up KDE's dynamic-loading
+ unset DYLD_FORCE_FLAT_NAMESPACE
+-# Enable lightweight memory corruption checker if not already set
+-# -- this is for trunk only, we remove it for releases
+-if [ "x$MALLOC_CHECK_" = "x" ] && [ -x /lib/libc.so.6 ]; then
+-    # Extract the first two components of the version from the output.
+-    glibc_version=$(LC_ALL=C /lib/libc.so.6 | sed -e 's/[^0-9]*\([0-9]\.[0-9]\+\).*/\1/;s/\.\([0-9]\)$/.0\1/;q')
+-
+-    MALLOC_CHECK_=2 # Default to 2 unless glibc 2.9 or higher.
+-    test $glibc_version \> 2.08 && MALLOC_CHECK_=3
+-
+-    export MALLOC_CHECK_
+-fi
+-
+ # in case we have been started with full pathname spec without being in PATH
+ bindir=`echo "$0" | sed -n 's,^\(/.*\)/[^/][^/]*$,\1,p'`
+ if [ -n "$bindir" ]; then
index 2a223c7a2fd9f720ba97a8adf52ee47b41325241..37fe262c55c259a0c49e4cb9396a0c5b43819c27 100644 (file)
@@ -8,7 +8,7 @@ Summary:        KDE 4 base workspace components
 Summary(pl.UTF-8):     Podstawowe komponenty środowiska KDE 4
 Name:          kde4-kdebase-workspace
 Version:       4.5.0
-Release:       9
+Release:       10
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2
@@ -30,6 +30,7 @@ Source16:     %{name}-session
 Patch0:                %{name}-rootprivs.patch
 Patch1:                %{name}-kdmconfig.patch
 Patch2:                %{name}-installFP.patch
+Patch3:                %{name}-nodebug.patch
 URL:           http://www.kde.org/
 BuildRequires: ConsoleKit-devel
 BuildRequires: NetworkManager-devel >= 0.7.1
@@ -592,6 +593,7 @@ dialogowych mających na celu rozszerzenie przywilejów użytkownika.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p0
+%patch3 -p1
 
 %build
 install -d build
This page took 0.05393 seconds and 4 git commands to generate.