[arch-commits] Commit in lxde-common/repos (4 files)

Balló György bgyorgy at archlinux.org
Sat Feb 20 16:04:35 UTC 2016


    Date: Saturday, February 20, 2016 @ 17:04:34
  Author: bgyorgy
Revision: 162831

archrelease: copy trunk to community-testing-any

Added:
  lxde-common/repos/community-testing-any/
  lxde-common/repos/community-testing-any/PKGBUILD
    (from rev 162830, lxde-common/trunk/PKGBUILD)
  lxde-common/repos/community-testing-any/dbus-update-environment.patch
    (from rev 162830, lxde-common/trunk/dbus-update-environment.patch)
  lxde-common/repos/community-testing-any/default-config.patch
    (from rev 162830, lxde-common/trunk/default-config.patch)

-------------------------------+
 PKGBUILD                      |   42 ++++++++++++++++++++++++++++++++++++++++
 dbus-update-environment.patch |   20 +++++++++++++++++++
 default-config.patch          |   12 +++++++++++
 3 files changed, 74 insertions(+)

Copied: lxde-common/repos/community-testing-any/PKGBUILD (from rev 162830, lxde-common/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-02-20 16:04:34 UTC (rev 162831)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=lxde-common
+pkgver=0.99.0
+pkgrel=4
+pkgdesc='Common files of the LXDE Desktop'
+arch=('any')
+url='http://lxde.org/'
+license=('GPL2')
+groups=('lxde' 'lxde-gtk3')
+backup=(etc/xdg/lxsession/LXDE/desktop.conf
+        etc/xdg/lxsession/LXDE/autostart)
+makedepends=('intltool')
+optdepends=('gnome-themes-standard: default GTK+ theme'
+            'lxde-icon-theme: default icon theme')
+source=(http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.xz
+        dbus-update-environment.patch
+        default-config.patch)
+md5sums=('5a417f5a0e5b510a0c018b66b0dc4081'
+         '9f5cdfb8aef6286b6de79a50d1fddd7f'
+         '61b3a79b6d1397fd295c8f88561ece82')
+
+prepare() {
+    cd $pkgname-$pkgver
+    patch -Np1 -i ../dbus-update-environment.patch
+    patch -Np1 -i ../default-config.patch
+}
+
+build() {
+    cd $pkgname-$pkgver
+    ./configure --sysconfdir=/etc --prefix=/usr
+    make
+}
+
+package() {
+    cd $pkgname-$pkgver
+    make DESTDIR="$pkgdir" install
+}

Copied: lxde-common/repos/community-testing-any/dbus-update-environment.patch (from rev 162830, lxde-common/trunk/dbus-update-environment.patch)
===================================================================
--- community-testing-any/dbus-update-environment.patch	                        (rev 0)
+++ community-testing-any/dbus-update-environment.patch	2016-02-20 16:04:34 UTC (rev 162831)
@@ -0,0 +1,20 @@
+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 @@
+ 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 "$DBUS_SESSION_BUS_ADDRESS"; then
++	if which dbus-launch >/dev/null; then
++		eval "$(dbus-launch --sh-syntax --exit-with-session)"
++	fi
++else
++	if which dbus-update-activation-environment >/dev/null; then
++		dbus-update-activation-environment --systemd --all
++	fi
+ fi
+ 
+ export XDG_MENU_PREFIX="lxde-"

Copied: lxde-common/repos/community-testing-any/default-config.patch (from rev 162830, lxde-common/trunk/default-config.patch)
===================================================================
--- community-testing-any/default-config.patch	                        (rev 0)
+++ community-testing-any/default-config.patch	2016-02-20 16:04:34 UTC (rev 162831)
@@ -0,0 +1,12 @@
+diff -Naur lxde-common-0.99.0.orig/desktop.conf lxde-common-0.99.0/desktop.conf
+--- lxde-common-0.99.0.orig/desktop.conf	2016-02-20 15:25:47.971017849 +0000
++++ lxde-common-0.99.0/desktop.conf	2016-02-20 15:26:29.844166792 +0000
+@@ -2,7 +2,7 @@
+ window_manager=openbox-lxde
+ 
+ [GTK]
+-sNet/ThemeName=Clearlooks
++sNet/ThemeName=Adwaita
+ sNet/IconThemeName=nuoveXT2
+ sGtk/FontName=Sans 10
+ iGtk/ToolbarStyle=3



More information about the arch-commits mailing list