Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=playground.git;a=commitdiff;h=5ac8f45bbc4da6ecff1feea9df318064966f0168

commit 5ac8f45bbc4da6ecff1feea9df318064966f0168
Author: crazy <[EMAIL PROTECTED]>
Date:   Wed Jan 9 16:32:22 2008 +0100

kdelibs-4.00.80_758850-0playground1-i686
* Version bump
* fix my typo in fw-fonts.patch

diff --git a/source/kde4/kdelibs/FrugalBuild b/source/kde4/kdelibs/FrugalBuild
index 61ed383..d243233 100644
--- a/source/kde4/kdelibs/FrugalBuild
+++ b/source/kde4/kdelibs/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: crazy <[EMAIL PROTECTED]>

pkgname=kdelibs
-pkgver=4.00.80_758672
+pkgver=4.00.80_758850
pkgrel=0playground1
pkgdesc="KDE4 Core Libraries."
depends=('qt4-qdbus' 'bzip2' 'libgcc' 'libice' 'libxext' \
@@ -20,9 +20,9 @@ options=('nomirror')
Finclude kde4
source=(http://192.168.0.2/.KDE4/$pkgname-$pkgver.tar.bz2 \
flac.patch fw-fonts.patch)
-sha1sums=('a520478ec0c91ae2a176d562ceaf432a558e8514' \
+sha1sums=('a92c32d268709246847af37eb1da9c1e4af02e1c' \
'0ff2c4946a6f58c0dadc7b6bd1027f46fab66218' \
-          'b3ad55d4787778bf1f12bf32e2b4f169039bf528')
+          '7fde528360a1243e11edef700d0d8ead099e720a')

## TODO: groups!!!
subpkgs=("$pkgname-compiletime" 'libkde' 'kspell-aspell' 'kspell-hspell' 
'kspell-enchant' 'libkdecore')
diff --git a/source/kde4/kdelibs/fw-fonts.patch 
b/source/kde4/kdelibs/fw-fonts.patch
index b0b624f..ca1109c 100644
--- a/source/kde4/kdelibs/fw-fonts.patch
+++ b/source/kde4/kdelibs/fw-fonts.patch
@@ -59,7 +59,7 @@ diff -Naur 
kdelibs-4.00.80_758672/kdeui/kernel/kglobalsettings.cpp kdelibs-4.00.
QStringList fam = db.families();

// Move a bunch of preferred fonts to the front.
-+    if (fam.remove("DejaVu Sans")>0)
++    if (fam.removeAll("DejaVu Sans")>0)
+       fam.prepend("DejaVu Sans");
if (fam.removeAll("Arial")>0)
fam.prepend("Arial");
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to