Date: Wednesday, December 7, 2016 @ 16:22:03
  Author: bgyorgy
Revision: 198304

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lxde-common/repos/community-i686/
  lxde-common/repos/community-i686/PKGBUILD
    (from rev 198303, lxde-common/trunk/PKGBUILD)
  lxde-common/repos/community-i686/dbus-update-environment.patch
    (from rev 198303, lxde-common/trunk/dbus-update-environment.patch)
  lxde-common/repos/community-i686/default-config.patch
    (from rev 198303, lxde-common/trunk/default-config.patch)
  lxde-common/repos/community-x86_64/
  lxde-common/repos/community-x86_64/PKGBUILD
    (from rev 198303, lxde-common/trunk/PKGBUILD)
  lxde-common/repos/community-x86_64/dbus-update-environment.patch
    (from rev 198303, lxde-common/trunk/dbus-update-environment.patch)
  lxde-common/repos/community-x86_64/default-config.patch
    (from rev 198303, lxde-common/trunk/default-config.patch)

------------------------------------------------+
 community-i686/PKGBUILD                        |   42 +++++++++++++++++++++++
 community-i686/dbus-update-environment.patch   |   22 ++++++++++++
 community-i686/default-config.patch            |   12 ++++++
 community-x86_64/PKGBUILD                      |   42 +++++++++++++++++++++++
 community-x86_64/dbus-update-environment.patch |   22 ++++++++++++
 community-x86_64/default-config.patch          |   12 ++++++
 6 files changed, 152 insertions(+)

Copied: lxde-common/repos/community-i686/PKGBUILD (from rev 198303, 
lxde-common/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-12-07 16:22:03 UTC (rev 198304)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Bartłomiej Piotrowski <[email protected]>
+# Contributor: Angel Velasquez <[email protected]>
+# Contributor: Juergen Hoetzel <[email protected]>
+
+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
+}

Copied: lxde-common/repos/community-i686/dbus-update-environment.patch (from 
rev 198303, lxde-common/trunk/dbus-update-environment.patch)
===================================================================
--- community-i686/dbus-update-environment.patch                                
(rev 0)
+++ community-i686/dbus-update-environment.patch        2016-12-07 16:22:03 UTC 
(rev 198304)
@@ -0,0 +1,22 @@
+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
+@@ -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 "$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-i686/default-config.patch (from rev 198303, 
lxde-common/trunk/default-config.patch)
===================================================================
--- community-i686/default-config.patch                         (rev 0)
+++ community-i686/default-config.patch 2016-12-07 16:22:03 UTC (rev 198304)
@@ -0,0 +1,12 @@
+diff -Naur lxde-common-0.99.1.orig/desktop.conf lxde-common-0.99.1/desktop.conf
+--- lxde-common-0.99.1.orig/desktop.conf       2016-02-26 14:51:28.558478250 
+0000
++++ lxde-common-0.99.1/desktop.conf    2016-02-26 14:52:20.038264394 +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

Copied: lxde-common/repos/community-x86_64/PKGBUILD (from rev 198303, 
lxde-common/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-07 16:22:03 UTC (rev 198304)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Bartłomiej Piotrowski <[email protected]>
+# Contributor: Angel Velasquez <[email protected]>
+# Contributor: Juergen Hoetzel <[email protected]>
+
+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
+}

Copied: lxde-common/repos/community-x86_64/dbus-update-environment.patch (from 
rev 198303, lxde-common/trunk/dbus-update-environment.patch)
===================================================================
--- community-x86_64/dbus-update-environment.patch                              
(rev 0)
+++ community-x86_64/dbus-update-environment.patch      2016-12-07 16:22:03 UTC 
(rev 198304)
@@ -0,0 +1,22 @@
+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
+@@ -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 "$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-x86_64/default-config.patch (from rev 
198303, lxde-common/trunk/default-config.patch)
===================================================================
--- community-x86_64/default-config.patch                               (rev 0)
+++ community-x86_64/default-config.patch       2016-12-07 16:22:03 UTC (rev 
198304)
@@ -0,0 +1,12 @@
+diff -Naur lxde-common-0.99.1.orig/desktop.conf lxde-common-0.99.1/desktop.conf
+--- lxde-common-0.99.1.orig/desktop.conf       2016-02-26 14:51:28.558478250 
+0000
++++ lxde-common-0.99.1/desktop.conf    2016-02-26 14:52:20.038264394 +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

Reply via email to