Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=805661d2c8abadd4801bd7b619e36ca67fe251b0
commit 805661d2c8abadd4801bd7b619e36ca67fe251b0 Author: Devil505 <[email protected]> Date: Tue Jan 3 13:40:10 2012 +0100 xfce4-settings-4.9.0-1-i686 * version bump * removed lcd filter patch diff --git a/source/xfce4/xfce4-settings/FrugalBuild b/source/xfce4/xfce4-settings/FrugalBuild index 010079c..7360798 100644 --- a/source/xfce4/xfce4-settings/FrugalBuild +++ b/source/xfce4/xfce4-settings/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: Priyank Gosalia <[email protected]> pkgname=xfce4-settings -pkgver=4.8.3 -pkgrel=3 +pkgver=4.9.0 +pkgrel=1 pkgdesc="Xfce4 Settings Frontend" rodepends=('xfce-frugalware') makedepends=('intltool') @@ -18,13 +18,11 @@ replaces=('xfce-mcs-manager' 'xfce-mcs-plugins') archs=('i686' 'x86_64' 'ppc') Finclude xfce4 #source=(${source[@]} ${pkgname}_frugalware.patch) -sha1sums=('98431633ba3ec2a4a10182bc7266904d9256949b' \ - 'bb8b1d0ad85d06f73fd0870b7da9db8ed03159eb' \ - 'a72bbcbbadb213c202ef09992ad1bdca8b4fb76f') +sha1sums=('6aa1d13e682e31a636d9dccedf75d819d2881998' \ + 'bb8b1d0ad85d06f73fd0870b7da9db8ed03159eb') ## bug fix release -source=(http://archive.xfce.org/src/xfce/$pkgname/4.8/$pkgname-$pkgver.tar.bz2 \ - ${pkgname}_frugalware.patch \ - ${pkgname}-4.8.0-lcdfilter.patch) +source=($source \ + ${pkgname}_frugalware.patch) # optimization OK diff --git a/source/xfce4/xfce4-settings/xfce4-settings-4.8.0-lcdfilter.patch b/source/xfce4/xfce4-settings/xfce4-settings-4.8.0-lcdfilter.patch deleted file mode 100644 index 6082e2e..0000000 --- a/source/xfce4/xfce4-settings/xfce4-settings-4.8.0-lcdfilter.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -aur a/xfsettingsd/registry.c b/xfsettingsd/registry.c ---- a/xfsettingsd/registry.c 2011-01-30 10:34:15.000000000 -0600 -+++ b/xfsettingsd/registry.c 2011-03-15 16:32:40.134000088 -0500 -@@ -384,7 +384,7 @@ - str = g_value_get_string (&properties[XSETTING_ENTRY_XFT_RGBA].value); - update_property (props, "Xft.rgba", str); - -- /*update_property (props, "Xft.lcdfilter", g_str_equal (str, "rgb") ? "lcddefault" : "none");*/ -+ update_property (props, "Xft.lcdfilter", (g_str_equal(str,"none") || g_str_equal(str,"unknown")) ? "lcdnone" : "lcddefault"); - - if (g_value_get_int (&properties[XSETTING_ENTRY_XFT_HINTING].value)) - str = g_value_get_string (&properties[XSETTING_ENTRY_XFT_HINTSTYLE].value); _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
