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

commit 235d2811f91639b6d8dcddb8b84be7f2c7f83836
Author: Devil505 <devil505li...@gmail.com>
Date:   Tue Sep 13 19:28:17 2011 +0200

xfce4-session-4.8.2-1-i686
* version bump
* removed useless patch

diff --git a/source/xfce4/xfce4-session/FrugalBuild 
b/source/xfce4/xfce4-session/FrugalBuild
index a5ffb15..f4e4b73 100644
--- a/source/xfce4/xfce4-session/FrugalBuild
+++ b/source/xfce4/xfce4-session/FrugalBuild
@@ -3,8 +3,8 @@
# Contributor: Priyank Gosalia <priyan...@gmail.com>

pkgname=xfce4-session
-pkgver=4.8.1
-pkgrel=4
+pkgver=4.8.2
+pkgrel=1
pkgdesc="A session manager for Xfce4."
url="http://www.xfce.org/";
depends=('libsm>=1.1.0' 'libxfce4ui>=4.8.0' 'libxfce4util>=4.8.1' 
'xfce4-panel>=4.8.0' \
@@ -22,7 +22,6 @@ Finclude xfce4
#source=(${source[@]} xfce4-session xfce4.desktop)
## bug fix release
source=(http://archive.xfce.org/src/xfce/$pkgname/4.8/$_F_archive_name-$pkgver.tar.bz2
 \
-        gdm.patch \
xfce4-session xfce4.desktop \
org.freedesktop.consolekit.pkla \
org.freedesktop.upower.pkla)
@@ -35,8 +34,7 @@ Fconfopts="$Fconfopts         --disable-hal \
--enable-consolekit \
--enable-polkit \
--enable-panel-plugin"
-sha1sums=('a33534e53fa36a38a1f9bd164469a9fb62c765a7' \
-          'e732823ce9f94d5e10b73bfc2f302d9eac94811a' \
+sha1sums=('636c2983552861a959225e554898675152a4d812' \
'd99d32e3dfb82ace51fd0ca6699b57078ad350fd' \
'b0ed29953027f8b61e63da0104099d0f1a81b04e' \
'8173d8883a582fc08a9948d8807568467fad0afa' \
diff --git a/source/xfce4/xfce4-session/gdm.patch 
b/source/xfce4/xfce4-session/gdm.patch
deleted file mode 100644
index e89e6a0..0000000
--- a/source/xfce4/xfce4-session/gdm.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 3bba8eb773a96339fb841c76b04f2d4fd3317814 Mon Sep 17 00:00:00 2001
-From: Panu Matilainen <pmati...@laiskiainen.org>
-Date: Wed, 23 Mar 2011 21:13:40 +0000
-Subject: Fix GDM_LANG usage to be compatible with GDM3 (bug #7400).
-
----
-diff --git a/xfce4-session/main.c b/xfce4-session/main.c
-index ff6e324..fcf69f8 100644
---- a/xfce4-session/main.c
-+++ b/xfce4-session/main.c
-@@ -103,7 +103,7 @@ setup_environment (void)
-
-   /* this is for compatibility with the GNOME Display Manager */
-   lang = g_getenv ("GDM_LANG");
--  if (lang != NULL)
-+  if (lang != NULL && strlen (lang) > 0)
-     {
-       xfce_setenv ("LANG", lang, TRUE);
-       xfce_unsetenv ("GDM_LANG");
---
-cgit
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to