Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5238941666edf515ca59738f842c32b6df319958

commit 5238941666edf515ca59738f842c32b6df319958
Author: James Buren <r...@frugalware.org>
Date:   Thu Sep 1 01:46:35 2011 -0500

kdebase-workspace-4.7.0-6-i686
* add patch that enables lcdfilter in Xft
* release bump

diff --git a/source/kde/kdebase-workspace/FrugalBuild 
b/source/kde/kdebase-workspace/FrugalBuild
index a3e74c3..fd3359d 100644
--- a/source/kde/kdebase-workspace/FrugalBuild
+++ b/source/kde/kdebase-workspace/FrugalBuild
@@ -7,7 +7,7 @@ USE_GPSD=${USE_GPSD:-"n"}
USE_NETWORKMANAGER=${USE_NETWORKMANAGER:-"n"}

pkgname=kdebase-workspace
-pkgrel=5
+pkgrel=6
pkgdesc="Programs specific for the KDE4 desktop."
groups=('kde')
archs=('i686' 'x86_64' 'ppc')
@@ -30,12 +30,14 @@ source=("${source[@]}" \
kde.desktop \
kde.pamd \
kde-np.pamd \
-       kdebase-workspace-4.4.92-kdm_plymouth081.patch)
+       kdebase-workspace-4.4.92-kdm_plymouth081.patch \
+       kdebase-workspace-4.7.0-enable-lcdfilter.patch)
sha1sums=('cbc61a20013c746f424681020c29480c6249fd10' \
'e1f706c984fc81633663c662e674b6f2c64d2f83' \
'6216aad404aa0b846c835a0e8f9df4941bf74d37' \
'072f69fd5bdf5ea20b23bb9b3fae688a500d7169' \
-          '5924185ad7a9f16964edd36e68cb3714ba406253')
+          '5924185ad7a9f16964edd36e68cb3714ba406253' \
+          '48e6d8e6a38438d93ba53fff3784662814a2adb1')

provides=("libksysguard")
conflicts=("${provides[@]}")
diff --git 
a/source/kde/kdebase-workspace/kdebase-workspace-4.7.0-enable-lcdfilter.patch 
b/source/kde/kdebase-workspace/kdebase-workspace-4.7.0-enable-lcdfilter.patch
new file mode 100644
index 0000000..634a2c2
--- /dev/null
+++ 
b/source/kde/kdebase-workspace/kdebase-workspace-4.7.0-enable-lcdfilter.patch
@@ -0,0 +1,14 @@
+diff -aur a/kcontrol/krdb/krdb.cpp b/kcontrol/krdb/krdb.cpp
+--- a/kcontrol/krdb/krdb.cpp   2011-05-20 15:32:06.000000000 -0500
++++ b/kcontrol/krdb/krdb.cpp   2011-09-01 01:13:16.379657400 -0500
+@@ -509,7 +509,10 @@
+     {
+       QString subPixel = generalCfgGroup.readEntry("XftSubPixel");
+       if(!subPixel.isEmpty())
++      {
+         contents += "Xft.rgba: " + subPixel + '\n';
++        contents += "Xft.lcdfilter: lcddefault\n";
++      }
+     }
+
+     KConfig _cfgfonts( "kcmfonts" );
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to