[arch-commits] Commit in xfce4-session/repos (10 files)

2015-03-24 Thread Evangelos Foutras
Date: Tuesday, March 24, 2015 @ 09:57:40
  Author: foutrelis
Revision: 234599

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

Added:
  
xfce4-session/repos/extra-i686/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
(from rev 234598, 
xfce4-session/trunk/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch)
  xfce4-session/repos/extra-i686/PKGBUILD
(from rev 234598, xfce4-session/trunk/PKGBUILD)
  
xfce4-session/repos/extra-i686/xfce-polkit-gnome-authentication-agent-1.desktop
(from rev 234598, 
xfce4-session/trunk/xfce-polkit-gnome-authentication-agent-1.desktop)
  xfce4-session/repos/extra-i686/xfce4-session.install
(from rev 234598, xfce4-session/trunk/xfce4-session.install)
  
xfce4-session/repos/extra-x86_64/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
(from rev 234598, 
xfce4-session/trunk/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch)
  xfce4-session/repos/extra-x86_64/PKGBUILD
(from rev 234598, xfce4-session/trunk/PKGBUILD)
  
xfce4-session/repos/extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop
(from rev 234598, 
xfce4-session/trunk/xfce-polkit-gnome-authentication-agent-1.desktop)
  xfce4-session/repos/extra-x86_64/xfce4-session.install
(from rev 234598, xfce4-session/trunk/xfce4-session.install)
Deleted:
  
xfce4-session/repos/extra-i686/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
  
xfce4-session/repos/extra-x86_64/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch

+
 /0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch |   54 
++
 extra-i686/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch   |   27 ---
 extra-i686/PKGBUILD|   60 
++
 extra-i686/xfce-polkit-gnome-authentication-agent-1.desktop|   87 
++
 extra-i686/xfce4-session.install   |   13 +
 extra-x86_64/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch |   27 ---
 extra-x86_64/PKGBUILD  |   60 
++
 extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop  |   87 
++
 extra-x86_64/xfce4-session.install |   13 +
 9 files changed, 374 insertions(+), 54 deletions(-)

Deleted: extra-i686/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
===
--- extra-i686/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
2015-03-24 08:56:13 UTC (rev 234598)
+++ extra-i686/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
2015-03-24 08:57:40 UTC (rev 234599)
@@ -1,27 +0,0 @@
-From e740aad5d6761ce9a9df48a3d87ff29240433d19 Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras evange...@foutrelis.com
-Date: Tue, 24 Mar 2015 10:09:33 +0200
-Subject: [PATCH] Pass VT number to xinit if XDG_VTNR is set
-

- scripts/startxfce4.in | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/scripts/startxfce4.in b/scripts/startxfce4.in
-index d0a74a9..bf3201b 100644
 a/scripts/startxfce4.in
-+++ b/scripts/startxfce4.in
-@@ -92,6 +92,10 @@ if test x$DISPLAY = x
- then
-   echo $0: Starting X server
-   prog=xinit
-+
-+  if test ! x$XDG_VTNR = x; then
-+SERVERRC=vt$XDG_VTNR $SERVERRC
-+  fi
- else
-   echo $0: X server already running on display $DISPLAY
-   prog=/bin/sh
--- 
-2.3.4
-

Copied: 
xfce4-session/repos/extra-i686/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
 (from rev 234598, 
xfce4-session/trunk/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch)
===
--- extra-i686/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
(rev 0)
+++ extra-i686/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
2015-03-24 08:57:40 UTC (rev 234599)
@@ -0,0 +1,27 @@
+From e740aad5d6761ce9a9df48a3d87ff29240433d19 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras evange...@foutrelis.com
+Date: Tue, 24 Mar 2015 10:09:33 +0200
+Subject: [PATCH] Pass VT number to xinit if XDG_VTNR is set
+
+---
+ scripts/startxfce4.in | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/scripts/startxfce4.in b/scripts/startxfce4.in
+index d0a74a9..bf3201b 100644
+--- a/scripts/startxfce4.in
 b/scripts/startxfce4.in
+@@ -92,6 +92,10 @@ if test x$DISPLAY = x
+ then
+   echo $0: Starting X server
+   prog=xinit
++
++  if test ! x$XDG_VTNR = x; then
++SERVERRC=vt$XDG_VTNR $SERVERRC
++  fi
+ else
+   echo $0: X server already running on display $DISPLAY
+   prog=/bin/sh
+-- 
+2.3.4
+

Copied: xfce4-session/repos/extra-i686/PKGBUILD (from rev 234598, 
xfce4-session/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-24 08:57:40 UTC (rev 234599)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Evangelos Foutras 

[arch-commits] Commit in xfce4-session/repos (10 files)

2015-03-01 Thread Evangelos Foutras
Date: Sunday, March 1, 2015 @ 17:18:22
  Author: foutrelis
Revision: 232376

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

Added:
  xfce4-session/repos/testing-i686/PKGBUILD
(from rev 232375, xfce4-session/trunk/PKGBUILD)
  
xfce4-session/repos/testing-i686/xfce-polkit-gnome-authentication-agent-1.desktop
(from rev 232375, 
xfce4-session/trunk/xfce-polkit-gnome-authentication-agent-1.desktop)
  xfce4-session/repos/testing-i686/xfce4-session.install
(from rev 232375, xfce4-session/trunk/xfce4-session.install)
  xfce4-session/repos/testing-x86_64/PKGBUILD
(from rev 232375, xfce4-session/trunk/PKGBUILD)
  
xfce4-session/repos/testing-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop
(from rev 232375, 
xfce4-session/trunk/xfce-polkit-gnome-authentication-agent-1.desktop)
  xfce4-session/repos/testing-x86_64/xfce4-session.install
(from rev 232375, xfce4-session/trunk/xfce4-session.install)
Deleted:
  xfce4-session/repos/testing-i686/PKGBUILD
  xfce4-session/repos/testing-i686/xfce4-session.install
  xfce4-session/repos/testing-x86_64/PKGBUILD
  xfce4-session/repos/testing-x86_64/xfce4-session.install

-+
 /PKGBUILD   |  102 
++
 /xfce4-session.install  |   26 ++
 testing-i686/PKGBUILD   |   44 
 testing-i686/xfce-polkit-gnome-authentication-agent-1.desktop   |   87 
 testing-i686/xfce4-session.install  |   13 -
 testing-x86_64/PKGBUILD |   44 
 testing-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop |   87 
 testing-x86_64/xfce4-session.install|   13 -
 8 files changed, 302 insertions(+), 114 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-03-01 16:18:07 UTC (rev 232375)
+++ testing-i686/PKGBUILD   2015-03-01 16:18:22 UTC (rev 232376)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfce4-session
-pkgver=4.12.0
-pkgrel=1
-pkgdesc=A session manager for Xfce
-arch=('i686' 'x86_64')
-url=http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'libwnck' 'libsm' 'polkit' 'xorg-iceauth' 'xorg-xinit'
- 'xorg-xrdb' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('gnome-keyring: for keyring support when GNOME compatibility is 
enabled'
-'xscreensaver: for locking screen with xflock4'
-'gnome-screensaver: for locking screen with xflock4'
-'xlockmore: for locking screen with xflock4'
-'slock: for locking screen with xflock4')
-replaces=('xfce-utils')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('68c85453b097d3ada573dcb7e72acd06e0fc34531996122c10d20096405b7b06')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-session/repos/testing-i686/PKGBUILD (from rev 232375, 
xfce4-session/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-01 16:18:22 UTC (rev 232376)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfce4-session
+pkgver=4.12.0
+pkgrel=2
+pkgdesc=A session manager for Xfce
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'libwnck' 'libsm' 'polkit' 'xorg-iceauth' 'xorg-xinit'
+ 'xorg-xrdb' 'polkit-gnome' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('gnome-keyring: for keyring support when GNOME compatibility is 
enabled'
+'xscreensaver: for locking screen with xflock4'
+'gnome-screensaver: for locking screen with xflock4'
+'xlockmore: for locking screen with xflock4'
+'slock: for locking screen with xflock4')
+replaces=('xfce-utils')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+xfce-polkit-gnome-authentication-agent-1.desktop)
+sha256sums=('68c85453b097d3ada573dcb7e72acd06e0fc34531996122c10d20096405b7b06'
+'74c94c5f7893d714e04ec7d8b8520c978a5748757a0cdcf5128492f09f31b643')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  

[arch-commits] Commit in xfce4-session/repos (10 files)

2012-10-18 Thread Jan de Groot
Date: Thursday, October 18, 2012 @ 15:49:18
  Author: jgc
Revision: 169288

db-move: moved xfce4-session from [staging] to [testing] (i686, x86_64)

Added:
  xfce4-session/repos/testing-i686/
  xfce4-session/repos/testing-i686/PKGBUILD
(from rev 169285, xfce4-session/repos/staging-i686/PKGBUILD)
  
xfce4-session/repos/testing-i686/xfce4-session-4.10.0-add-systemd-support.patch
(from rev 169285, 
xfce4-session/repos/staging-i686/xfce4-session-4.10.0-add-systemd-support.patch)
  xfce4-session/repos/testing-i686/xfce4-session.install
(from rev 169285, xfce4-session/repos/staging-i686/xfce4-session.install)
  xfce4-session/repos/testing-x86_64/
  xfce4-session/repos/testing-x86_64/PKGBUILD
(from rev 169285, xfce4-session/repos/staging-x86_64/PKGBUILD)
  
xfce4-session/repos/testing-x86_64/xfce4-session-4.10.0-add-systemd-support.patch
(from rev 169285, 
xfce4-session/repos/staging-x86_64/xfce4-session-4.10.0-add-systemd-support.patch)
  xfce4-session/repos/testing-x86_64/xfce4-session.install
(from rev 169285, xfce4-session/repos/staging-x86_64/xfce4-session.install)
Deleted:
  xfce4-session/repos/staging-i686/
  xfce4-session/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   51 +
 testing-i686/xfce4-session-4.10.0-add-systemd-support.patch   |  388 ++
 testing-i686/xfce4-session.install|   13 
 testing-x86_64/PKGBUILD   |   51 +
 testing-x86_64/xfce4-session-4.10.0-add-systemd-support.patch |  388 ++
 testing-x86_64/xfce4-session.install  |   13 
 6 files changed, 904 insertions(+)

Copied: xfce4-session/repos/testing-i686/PKGBUILD (from rev 169285, 
xfce4-session/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-18 19:49:18 UTC (rev 169288)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfce4-session
+pkgver=4.10.0
+pkgrel=6
+pkgdesc=A session manager for Xfce
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'libwnck' 'libsm' 'xorg-iceauth' 'upower' 'xorg-xinit'
+  'hicolor-icon-theme')
+makedepends=('intltool' 'xfce4-dev-tools')
+optdepends=('gnome-keyring: for keyring support when GNOME compatibility is 
enabled'
+'xscreensaver: for locking screen with xflock4'
+'gnome-screensaver: for locking screen with xflock4'
+'xlockmore: for locking screen with xflock4')
+replaces=('xfce-utils')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2
+xfce4-session-4.10.0-add-systemd-support.patch)
+sha256sums=('bb8aa9a74c3d382840596fb4875144d66c7f3f47c8e9ee81d31e3428a72c46ce'
+'ffae61c48a4bd0cb51d422cb93f2de9567abaf29085370c455ef349b6a10234b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=8729
+  patch -Np1 -i $srcdir/xfce4-session-4.10.0-add-systemd-support.patch
+
+  xdt-autogen
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
xfce4-session/repos/testing-i686/xfce4-session-4.10.0-add-systemd-support.patch 
(from rev 169285, 
xfce4-session/repos/staging-i686/xfce4-session-4.10.0-add-systemd-support.patch)
===
--- testing-i686/xfce4-session-4.10.0-add-systemd-support.patch 
(rev 0)
+++ testing-i686/xfce4-session-4.10.0-add-systemd-support.patch 2012-10-18 
19:49:18 UTC (rev 169288)
@@ -0,0 +1,388 @@
+diff --git a/xfce4-session/xfsm-systemd.c b/xfce4-session/xfsm-systemd.c
+index 4076586..90e7873 100644
+--- /dev/null
 b/xfce4-session/xfsm-systemd.c
+@@ -0,0 +1,123 @@
++/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
++ *
++ * Copyright (C) 2012 Christian Hesse
++ *
++ * Licensed under the GNU General Public License Version 2
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License as published by
++ * the Free Software Foundation; either version 2 of the License, or
++ * (at your option) any later version.
++ *
++ * This program is distributed in the hope that it will be useful,
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++ * GNU General Public License for more 

[arch-commits] Commit in xfce4-session/repos (10 files)

2012-10-14 Thread Evangelos Foutras
Date: Sunday, October 14, 2012 @ 19:01:20
  Author: foutrelis
Revision: 168729

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

Added:
  xfce4-session/repos/staging-i686/PKGBUILD
(from rev 168728, xfce4-session/trunk/PKGBUILD)
  
xfce4-session/repos/staging-i686/xfce4-session-4.10.0-add-systemd-support.patch
(from rev 168728, 
xfce4-session/trunk/xfce4-session-4.10.0-add-systemd-support.patch)
  xfce4-session/repos/staging-i686/xfce4-session.install
(from rev 168728, xfce4-session/trunk/xfce4-session.install)
  xfce4-session/repos/staging-x86_64/PKGBUILD
(from rev 168728, xfce4-session/trunk/PKGBUILD)
  
xfce4-session/repos/staging-x86_64/xfce4-session-4.10.0-add-systemd-support.patch
(from rev 168728, 
xfce4-session/trunk/xfce4-session-4.10.0-add-systemd-support.patch)
  xfce4-session/repos/staging-x86_64/xfce4-session.install
(from rev 168728, xfce4-session/trunk/xfce4-session.install)
Deleted:
  xfce4-session/repos/staging-i686/PKGBUILD
  xfce4-session/repos/staging-i686/xfce4-session.install
  xfce4-session/repos/staging-x86_64/PKGBUILD
  xfce4-session/repos/staging-x86_64/xfce4-session.install

---+
 staging-i686/PKGBUILD |   96 +-
 staging-i686/xfce4-session-4.10.0-add-systemd-support.patch   |  388 ++
 staging-i686/xfce4-session.install|   26 
 staging-x86_64/PKGBUILD   |   96 +-
 staging-x86_64/xfce4-session-4.10.0-add-systemd-support.patch |  388 ++
 staging-x86_64/xfce4-session.install  |   26 
 6 files changed, 906 insertions(+), 114 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-10-14 23:00:55 UTC (rev 168728)
+++ staging-i686/PKGBUILD   2012-10-14 23:01:20 UTC (rev 168729)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfce4-session
-pkgver=4.10.0
-pkgrel=4
-pkgdesc=A session manager for Xfce
-arch=('i686' 'x86_64')
-url=http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'libwnck' 'libsm' 'xorg-iceauth' 'upower' 'xorg-xinit'
-  'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('gnome-keyring: for keyring support when GNOME compatibility is 
enabled'
-'xscreensaver: for locking screen with xflock4'
-'gnome-screensaver: for locking screen with xflock4'
-'xlockmore: for locking screen with xflock4')
-replaces=('xfce-utils')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
-sha256sums=('bb8aa9a74c3d382840596fb4875144d66c7f3f47c8e9ee81d31e3428a72c46ce')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---enable-libgnome-keyring \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-session/repos/staging-i686/PKGBUILD (from rev 168728, 
xfce4-session/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-14 23:01:20 UTC (rev 168729)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfce4-session
+pkgver=4.10.0
+pkgrel=5
+pkgdesc=A session manager for Xfce
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'libwnck' 'libsm' 'xorg-iceauth' 'upower' 'xorg-xinit'
+  'hicolor-icon-theme')
+makedepends=('intltool' 'xfce4-dev-tools')
+optdepends=('gnome-keyring: for keyring support when GNOME compatibility is 
enabled'
+'xscreensaver: for locking screen with xflock4'
+'gnome-screensaver: for locking screen with xflock4'
+'xlockmore: for locking screen with xflock4')
+replaces=('xfce-utils')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2
+xfce4-session-4.10.0-add-systemd-support.patch)
+sha256sums=('bb8aa9a74c3d382840596fb4875144d66c7f3f47c8e9ee81d31e3428a72c46ce'
+'ffae61c48a4bd0cb51d422cb93f2de9567abaf29085370c455ef349b6a10234b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=8729
+  patch -Np1 -i $srcdir/xfce4-session-4.10.0-add-systemd-support.patch
+
+  xdt-autogen
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+