[arch-commits] Commit in lxde-common/trunk (3 files)

Balló György bgyorgy at archlinux.org
Wed Dec 7 15:57:08 UTC 2016


    Date: Wednesday, December 7, 2016 @ 15:57:07
  Author: bgyorgy
Revision: 198293

upgpkg: lxde-common 0.99.2-1

Update to new version

Modified:
  lxde-common/trunk/PKGBUILD
  lxde-common/trunk/dbus-update-environment.patch
  lxde-common/trunk/default-config.patch

-------------------------------+
 PKGBUILD                      |   10 +++++-----
 dbus-update-environment.patch |    6 ++++--
 default-config.patch          |    8 --------
 3 files changed, 9 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-07 15:22:11 UTC (rev 198292)
+++ PKGBUILD	2016-12-07 15:57:07 UTC (rev 198293)
@@ -5,8 +5,8 @@
 # Contributor: Juergen Hoetzel <juergen at archlinux.org>
 
 pkgname=lxde-common
-pkgver=0.99.1
-pkgrel=2
+pkgver=0.99.2
+pkgrel=1
 pkgdesc='Common files of the LXDE Desktop'
 arch=('any')
 url='http://lxde.org/'
@@ -20,9 +20,9 @@
 source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz
         dbus-update-environment.patch
         default-config.patch)
-md5sums=('3ab92bd7bcff8bc8e6395651d164cf76'
-         '9f5cdfb8aef6286b6de79a50d1fddd7f'
-         'fc8a3499ee9caeff1fbdeb1761fe8a4e')
+sha256sums=('1cd9bc900960c995d48ffbbdc86ecffda7c806168c67aaa50c53113794234856'
+            '87f1413f5bb371de45451fc7f82f9f80a23c90f5799bed173ec31589824c03bb'
+            '6a31a706d0fd1cb168b495806bb4a646c019e3b9c4f6bc13aae9edb8b0372d9d')
 
 prepare() {
     cd $pkgname-$pkgver

Modified: dbus-update-environment.patch
===================================================================
--- dbus-update-environment.patch	2016-12-07 15:22:11 UTC (rev 198292)
+++ dbus-update-environment.patch	2016-12-07 15:57:07 UTC (rev 198293)
@@ -1,12 +1,14 @@
 diff -u -r lxde-common-0.99.0/startlxde.in lxde-common-0.99.0-dbus/startlxde.in
 --- lxde-common-0.99.0/startlxde.in	2014-10-23 16:08:00.000000000 +0200
 +++ lxde-common-0.99.0-dbus/startlxde.in	2015-09-25 19:00:01.152474183 +0200
-@@ -26,8 +26,14 @@
+@@ -34,10 +34,14 @@
  export SAL_USE_VCLPLUGIN=gtk
  
  # Launch DBus if needed
 -if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
--	eval "$(dbus-launch --sh-syntax --exit-with-session)"
+-	if test -z "$XDG_RUNTIME_DIR" -o ! -S "$XDG_RUNTIME_DIR/bus" -o ! -O "$XDG_RUNTIME_DIR/bus"; then
+-		eval "$(dbus-launch --sh-syntax --exit-with-session)"
+-	fi
 +if test -z "$DBUS_SESSION_BUS_ADDRESS"; then
 +	if which dbus-launch >/dev/null; then
 +		eval "$(dbus-launch --sh-syntax --exit-with-session)"

Modified: default-config.patch
===================================================================
--- default-config.patch	2016-12-07 15:22:11 UTC (rev 198292)
+++ default-config.patch	2016-12-07 15:57:07 UTC (rev 198293)
@@ -10,11 +10,3 @@
  sNet/IconThemeName=nuoveXT2
  sGtk/FontName=Sans 10
  iGtk/ToolbarStyle=3
-diff -Naur lxde-common-0.99.1.orig/lxpanel/config lxde-common-0.99.1/lxpanel/config
---- lxde-common-0.99.1.orig/lxpanel/config	2016-02-26 14:51:28.558478250 +0000
-+++ lxde-common-0.99.1/lxpanel/config	2016-02-26 14:51:55.178367667 +0000
-@@ -1,4 +1,3 @@
- [Command]
--FileManager=pcmanfm %s
- Terminal=lxterminal
- Logout=lxde-logout



More information about the arch-commits mailing list