[arch-commits] Commit in lxde-common/repos/community-any (6 files)

2016-12-07 Thread Balló György
Date: Wednesday, December 7, 2016 @ 18:06:11
  Author: bgyorgy
Revision: 198330

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   84 
 dbus-update-environment.patch |   44 ++--
 default-config.patch  |   24 +--
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-07 18:05:59 UTC (rev 198329)
+++ PKGBUILD2016-12-07 18:06:11 UTC (rev 198330)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=lxde-common
-pkgver=0.99.2
-pkgrel=1
-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)
-sha256sums=('1cd9bc900960c995d48ffbbdc86ecffda7c806168c67aaa50c53113794234856'
-'87f1413f5bb371de45451fc7f82f9f80a23c90f5799bed173ec31589824c03bb'
-'6a31a706d0fd1cb168b495806bb4a646c019e3b9c4f6bc13aae9edb8b0372d9d')
-
-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-any/PKGBUILD (from rev 198329, 
lxde-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-07 18:06:11 UTC (rev 198330)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=lxde-common
+pkgver=0.99.2
+pkgrel=1
+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=(https://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz
+dbus-update-environment.patch
+default-config.patch)
+sha256sums=('1cd9bc900960c995d48ffbbdc86ecffda7c806168c67aaa50c53113794234856'
+'87f1413f5bb371de45451fc7f82f9f80a23c90f5799bed173ec31589824c03bb'
+'6a31a706d0fd1cb168b495806bb4a646c019e3b9c4f6bc13aae9edb8b0372d9d')
+
+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
+}

Deleted: dbus-update-environment.patch
===
--- dbus-update-environment.patch   2016-12-07 18:05:59 UTC (rev 198329)
+++ dbus-update-environment.patch   2016-12-07 18:06:11 UTC (rev 198330)
@@ -1,22 +0,0 @@
-diff -u -r lxde-common-0.99.0/startlxde.in lxde-common-0.99.0-dbus/startlxde.in
 lxde-common-0.99.0/startlxde.in2014-10-23 16:08:00.0 +0200
-+++ lxde-common-0.99.0-dbus/startlxde.in   2015-09-25 19:00:01.152474183 
+0200
-@@ -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
--  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 

[arch-commits] Commit in lxde-common/repos/community-any (6 files)

2016-12-07 Thread Balló György
Date: Wednesday, December 7, 2016 @ 15:57:13
  Author: bgyorgy
Revision: 198294

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   84 
 dbus-update-environment.patch |   42 ++--
 default-config.patch  |   32 +--
 3 files changed, 76 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-07 15:57:07 UTC (rev 198293)
+++ PKGBUILD2016-12-07 15:57:13 UTC (rev 198294)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=lxde-common
-pkgver=0.99.1
-pkgrel=2
-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=('3ab92bd7bcff8bc8e6395651d164cf76'
- '9f5cdfb8aef6286b6de79a50d1fddd7f'
- 'fc8a3499ee9caeff1fbdeb1761fe8a4e')
-
-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-any/PKGBUILD (from rev 198293, 
lxde-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-07 15:57:13 UTC (rev 198294)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=lxde-common
+pkgver=0.99.2
+pkgrel=1
+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)
+sha256sums=('1cd9bc900960c995d48ffbbdc86ecffda7c806168c67aaa50c53113794234856'
+'87f1413f5bb371de45451fc7f82f9f80a23c90f5799bed173ec31589824c03bb'
+'6a31a706d0fd1cb168b495806bb4a646c019e3b9c4f6bc13aae9edb8b0372d9d')
+
+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
+}

Deleted: dbus-update-environment.patch
===
--- dbus-update-environment.patch   2016-12-07 15:57:07 UTC (rev 198293)
+++ dbus-update-environment.patch   2016-12-07 15:57:13 UTC (rev 198294)
@@ -1,20 +0,0 @@
-diff -u -r lxde-common-0.99.0/startlxde.in lxde-common-0.99.0-dbus/startlxde.in
 lxde-common-0.99.0/startlxde.in2014-10-23 16:08:00.0 +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

[arch-commits] Commit in lxde-common/repos/community-any (6 files)

2016-02-26 Thread Balló György
Date: Friday, February 26, 2016 @ 15:54:44
  Author: bgyorgy
Revision: 163505

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   84 
 dbus-update-environment.patch |   40 +--
 default-config.patch  |   32 +--
 3 files changed, 82 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-26 14:54:38 UTC (rev 163504)
+++ PKGBUILD2016-02-26 14:54:44 UTC (rev 163505)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=lxde-common
-pkgver=0.99.1
-pkgrel=1
-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=('3ab92bd7bcff8bc8e6395651d164cf76'
- '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-any/PKGBUILD (from rev 163504, 
lxde-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-26 14:54:44 UTC (rev 163505)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=lxde-common
+pkgver=0.99.1
+pkgrel=2
+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=('3ab92bd7bcff8bc8e6395651d164cf76'
+ '9f5cdfb8aef6286b6de79a50d1fddd7f'
+ 'fc8a3499ee9caeff1fbdeb1761fe8a4e')
+
+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
+}

Deleted: dbus-update-environment.patch
===
--- dbus-update-environment.patch   2016-02-26 14:54:38 UTC (rev 163504)
+++ dbus-update-environment.patch   2016-02-26 14:54:44 UTC (rev 163505)
@@ -1,20 +0,0 @@
-diff -u -r lxde-common-0.99.0/startlxde.in lxde-common-0.99.0-dbus/startlxde.in
 lxde-common-0.99.0/startlxde.in2014-10-23 16:08:00.0 +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