[arch-commits] Commit in xfce4-session/repos/extra-x86_64 (6 files)

2020-04-19 Thread Evangelos Foutras via arch-commits
Date: Sunday, April 19, 2020 @ 09:48:37
  Author: foutrelis
Revision: 380543

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-session/repos/extra-x86_64/PKGBUILD
(from rev 380542, xfce4-session/trunk/PKGBUILD)
  xfce4-session/repos/extra-x86_64/source-system-xinitrc-scripts.patch
(from rev 380542, xfce4-session/trunk/source-system-xinitrc-scripts.patch)
  
xfce4-session/repos/extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop
(from rev 380542, 
xfce4-session/trunk/xfce-polkit-gnome-authentication-agent-1.desktop)
Deleted:
  xfce4-session/repos/extra-x86_64/PKGBUILD
  xfce4-session/repos/extra-x86_64/source-system-xinitrc-scripts.patch
  
xfce4-session/repos/extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop

--+
 PKGBUILD |  116 +++---
 source-system-xinitrc-scripts.patch  |   34 ++--
 xfce-polkit-gnome-authentication-agent-1.desktop |  174 ++---
 3 files changed, 162 insertions(+), 162 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-19 09:48:31 UTC (rev 380542)
+++ PKGBUILD2020-04-19 09:48:37 UTC (rev 380543)
@@ -1,58 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-session
-pkgver=4.14.2
-pkgrel=1
-pkgdesc="A session manager for Xfce"
-arch=('x86_64')
-url="https://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'libwnck3' 'xfconf' 'libsm' 'polkit' 'xorg-iceauth'
- 'xorg-xinit' 'xorg-xrdb' 'which' 'polkit-gnome' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('gnome-keyring: for keyring support when GNOME compatibility is 
enabled'
-'xfce4-screensaver: for locking screen with xflock4'
-'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')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-source-system-xinitrc-scripts.patch
-xfce-polkit-gnome-authentication-agent-1.desktop)
-sha256sums=('fbe3a4a60c91589a2024ce12b2d2667625a8fedcbc90ef031831f56319f597af'
-'6f14d529e4c4f30cd547110bd444cee8dc70c90511a397de18acb6c1fd63ea3e'
-'74c94c5f7893d714e04ec7d8b8520c978a5748757a0cdcf5128492f09f31b643')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=15440
-  patch -Np1 -i ../source-system-xinitrc-scripts.patch
-}
-
-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
-
-  # Provide a default PolicyKit Authentication Agent (FS#42569)
-  install -d "$pkgdir/etc/xdg/autostart"
-  cp "$srcdir/xfce-polkit-gnome-authentication-agent-1.desktop" \
-"$pkgdir/etc/xdg/autostart/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-session/repos/extra-x86_64/PKGBUILD (from rev 380542, 
xfce4-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-19 09:48:37 UTC (rev 380543)
@@ -0,0 +1,58 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-session
+pkgver=4.14.2
+pkgrel=2
+pkgdesc="A session manager for Xfce"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'libwnck3' 'xfconf' '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'
+'xfce4-screensaver: for locking screen with xflock4'
+'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')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+source-system-xinitrc-scripts.patch
+xfce-polkit-gnome-authentication-agent-1.desktop)
+sha256sums=('fbe3a4a60c91589a2024ce12b2d2667625a8fedcbc90ef031831f56319f597af'
+'6f14d529e4c4f30cd547110bd444cee8dc70c90511a397de18acb6c1fd63ea3e'
+'74c94c5f7893d714e04ec7d8b8520c978a5748757a0cdcf5128492f09f31b643')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=15440
+  patch -Np1 -i ../source-system-xinitrc-scripts.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+

[arch-commits] Commit in xfce4-session/repos/extra-x86_64 (6 files)

2020-03-29 Thread Evangelos Foutras via arch-commits
Date: Sunday, March 29, 2020 @ 08:18:46
  Author: foutrelis
Revision: 378657

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-session/repos/extra-x86_64/PKGBUILD
(from rev 378656, xfce4-session/trunk/PKGBUILD)
  xfce4-session/repos/extra-x86_64/source-system-xinitrc-scripts.patch
(from rev 378656, xfce4-session/trunk/source-system-xinitrc-scripts.patch)
  
xfce4-session/repos/extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop
(from rev 378656, 
xfce4-session/trunk/xfce-polkit-gnome-authentication-agent-1.desktop)
Deleted:
  xfce4-session/repos/extra-x86_64/PKGBUILD
  xfce4-session/repos/extra-x86_64/source-system-xinitrc-scripts.patch
  
xfce4-session/repos/extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop

--+
 PKGBUILD |  116 +++---
 source-system-xinitrc-scripts.patch  |   34 ++--
 xfce-polkit-gnome-authentication-agent-1.desktop |  174 ++---
 3 files changed, 162 insertions(+), 162 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-29 08:18:39 UTC (rev 378656)
+++ PKGBUILD2020-03-29 08:18:46 UTC (rev 378657)
@@ -1,58 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-session
-pkgver=4.14.1
-pkgrel=1
-pkgdesc="A session manager for Xfce"
-arch=('x86_64')
-url="https://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'libwnck3' 'xfconf' 'libsm' 'polkit' 'xorg-iceauth'
- 'xorg-xinit' 'xorg-xrdb' 'which' 'polkit-gnome' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('gnome-keyring: for keyring support when GNOME compatibility is 
enabled'
-'xfce4-screensaver: for locking screen with xflock4'
-'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')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-source-system-xinitrc-scripts.patch
-xfce-polkit-gnome-authentication-agent-1.desktop)
-sha256sums=('dc1c90da56b2d8df18fec6c0c30d6bed4e7646d8c8214fc931c952ba86c3b77b'
-'6f14d529e4c4f30cd547110bd444cee8dc70c90511a397de18acb6c1fd63ea3e'
-'74c94c5f7893d714e04ec7d8b8520c978a5748757a0cdcf5128492f09f31b643')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=15440
-  patch -Np1 -i ../source-system-xinitrc-scripts.patch
-}
-
-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
-
-  # Provide a default PolicyKit Authentication Agent (FS#42569)
-  install -d "$pkgdir/etc/xdg/autostart"
-  cp "$srcdir/xfce-polkit-gnome-authentication-agent-1.desktop" \
-"$pkgdir/etc/xdg/autostart/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-session/repos/extra-x86_64/PKGBUILD (from rev 378656, 
xfce4-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-29 08:18:46 UTC (rev 378657)
@@ -0,0 +1,58 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-session
+pkgver=4.14.2
+pkgrel=1
+pkgdesc="A session manager for Xfce"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'libwnck3' 'xfconf' 'libsm' 'polkit' 'xorg-iceauth'
+ 'xorg-xinit' 'xorg-xrdb' 'which' 'polkit-gnome' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('gnome-keyring: for keyring support when GNOME compatibility is 
enabled'
+'xfce4-screensaver: for locking screen with xflock4'
+'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')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+source-system-xinitrc-scripts.patch
+xfce-polkit-gnome-authentication-agent-1.desktop)
+sha256sums=('fbe3a4a60c91589a2024ce12b2d2667625a8fedcbc90ef031831f56319f597af'
+'6f14d529e4c4f30cd547110bd444cee8dc70c90511a397de18acb6c1fd63ea3e'
+'74c94c5f7893d714e04ec7d8b8520c978a5748757a0cdcf5128492f09f31b643')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=15440
+  patch -Np1 -i ../source-system-xinitrc-scripts.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+

[arch-commits] Commit in xfce4-session/repos/extra-x86_64 (6 files)

2020-01-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, January 11, 2020 @ 00:29:43
  Author: foutrelis
Revision: 373155

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-session/repos/extra-x86_64/PKGBUILD
(from rev 373154, xfce4-session/trunk/PKGBUILD)
  xfce4-session/repos/extra-x86_64/source-system-xinitrc-scripts.patch
(from rev 373154, xfce4-session/trunk/source-system-xinitrc-scripts.patch)
  
xfce4-session/repos/extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop
(from rev 373154, 
xfce4-session/trunk/xfce-polkit-gnome-authentication-agent-1.desktop)
Deleted:
  xfce4-session/repos/extra-x86_64/PKGBUILD
  xfce4-session/repos/extra-x86_64/source-system-xinitrc-scripts.patch
  
xfce4-session/repos/extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop

--+
 PKGBUILD |  116 +++---
 source-system-xinitrc-scripts.patch  |   34 ++--
 xfce-polkit-gnome-authentication-agent-1.desktop |  174 ++---
 3 files changed, 162 insertions(+), 162 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-11 00:29:36 UTC (rev 373154)
+++ PKGBUILD2020-01-11 00:29:43 UTC (rev 373155)
@@ -1,58 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-session
-pkgver=4.14.0
-pkgrel=2
-pkgdesc="A session manager for Xfce"
-arch=('x86_64')
-url="https://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'libwnck3' 'xfconf' 'libsm' 'polkit' 'xorg-iceauth'
- 'xorg-xinit' 'xorg-xrdb' 'which' 'polkit-gnome' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('gnome-keyring: for keyring support when GNOME compatibility is 
enabled'
-'xfce4-screensaver: for locking screen with xflock4'
-'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')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-source-system-xinitrc-scripts.patch
-xfce-polkit-gnome-authentication-agent-1.desktop)
-sha256sums=('14fb6db74eb69eb400673856ba307a0e57f577cf77c3561a5910151e3d52043f'
-'6f14d529e4c4f30cd547110bd444cee8dc70c90511a397de18acb6c1fd63ea3e'
-'74c94c5f7893d714e04ec7d8b8520c978a5748757a0cdcf5128492f09f31b643')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=15440
-  patch -Np1 -i ../source-system-xinitrc-scripts.patch
-}
-
-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
-
-  # Provide a default PolicyKit Authentication Agent (FS#42569)
-  install -d "$pkgdir/etc/xdg/autostart"
-  cp "$srcdir/xfce-polkit-gnome-authentication-agent-1.desktop" \
-"$pkgdir/etc/xdg/autostart/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-session/repos/extra-x86_64/PKGBUILD (from rev 373154, 
xfce4-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-11 00:29:43 UTC (rev 373155)
@@ -0,0 +1,58 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-session
+pkgver=4.14.1
+pkgrel=1
+pkgdesc="A session manager for Xfce"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'libwnck3' 'xfconf' 'libsm' 'polkit' 'xorg-iceauth'
+ 'xorg-xinit' 'xorg-xrdb' 'which' 'polkit-gnome' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('gnome-keyring: for keyring support when GNOME compatibility is 
enabled'
+'xfce4-screensaver: for locking screen with xflock4'
+'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')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+source-system-xinitrc-scripts.patch
+xfce-polkit-gnome-authentication-agent-1.desktop)
+sha256sums=('dc1c90da56b2d8df18fec6c0c30d6bed4e7646d8c8214fc931c952ba86c3b77b'
+'6f14d529e4c4f30cd547110bd444cee8dc70c90511a397de18acb6c1fd63ea3e'
+'74c94c5f7893d714e04ec7d8b8520c978a5748757a0cdcf5128492f09f31b643')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=15440
+  patch -Np1 -i ../source-system-xinitrc-scripts.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \

[arch-commits] Commit in xfce4-session/repos/extra-x86_64 (12 files)

2019-01-07 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 8, 2019 @ 06:44:26
  Author: foutrelis
Revision: 343103

archrelease: copy trunk to extra-x86_64

Added:
  
xfce4-session/repos/extra-x86_64/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
(from rev 343102, 
xfce4-session/trunk/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch)
  
xfce4-session/repos/extra-x86_64/0002-Make-verbose-logging-conditional-Bug-11698.patch
(from rev 343102, 
xfce4-session/trunk/0002-Make-verbose-logging-conditional-Bug-11698.patch)
  xfce4-session/repos/extra-x86_64/0003-source-system-xinitrc-scripts.patch
(from rev 343102, 
xfce4-session/trunk/0003-source-system-xinitrc-scripts.patch)
  xfce4-session/repos/extra-x86_64/0004-screenlockers.patch
(from rev 343102, xfce4-session/trunk/0004-screenlockers.patch)
  xfce4-session/repos/extra-x86_64/0005-dbus-user-session.patch
(from rev 343102, xfce4-session/trunk/0005-dbus-user-session.patch)
  xfce4-session/repos/extra-x86_64/PKGBUILD
(from rev 343102, xfce4-session/trunk/PKGBUILD)
  
xfce4-session/repos/extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop
(from rev 343102, 
xfce4-session/trunk/xfce-polkit-gnome-authentication-agent-1.desktop)
Deleted:
  
xfce4-session/repos/extra-x86_64/0001-Make-verbose-logging-conditional-Bug-11698.patch
  
xfce4-session/repos/extra-x86_64/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
  xfce4-session/repos/extra-x86_64/PKGBUILD
  
xfce4-session/repos/extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop
  
xfce4-session/repos/extra-x86_64/xfce4-session-source-system-xinitrc-scripts.patch

---+
 0001-Make-verbose-logging-conditional-Bug-11698.patch |   31 --
 0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch |   54 ++--
 0002-Make-verbose-logging-conditional-Bug-11698.patch |   31 ++
 0003-source-system-xinitrc-scripts.patch  |   18 +
 0004-screenlockers.patch  |   58 +
 0005-dbus-user-session.patch  |   18 +
 PKGBUILD  |  143 ++---
 xfce-polkit-gnome-authentication-agent-1.desktop  |  174 
 xfce4-session-source-system-xinitrc-scripts.patch |   18 -
 9 files changed, 313 insertions(+), 232 deletions(-)

Deleted: 0001-Make-verbose-logging-conditional-Bug-11698.patch
===
--- 0001-Make-verbose-logging-conditional-Bug-11698.patch   2019-01-08 
06:44:17 UTC (rev 343102)
+++ 0001-Make-verbose-logging-conditional-Bug-11698.patch   2019-01-08 
06:44:26 UTC (rev 343103)
@@ -1,31 +0,0 @@
-From 26f9ae8df629f02af0773df2ed82db6b85c5b556 Mon Sep 17 00:00:00 2001
-From: Eric Koegel 
-Date: Sat, 28 Mar 2015 16:57:24 +0300
-Subject: [PATCH] Make verbose logging conditional (Bug #11698)
-
-Bug report and patch submitted by Zhihao Yuan
-
-Signed-off-by: Eric Koegel 

- xfce4-session/xfsm-global.h | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/xfce4-session/xfsm-global.h b/xfce4-session/xfsm-global.h
-index d2e0c29..d458712 100644
 a/xfce4-session/xfsm-global.h
-+++ b/xfce4-session/xfsm-global.h
-@@ -49,7 +49,10 @@ extern XfsmSplashScreen *splash_screen;
- #if defined(G_HAVE_ISO_VARARGS)
- 
- #define xfsm_verbose(...)\
--xfsm_verbose_real (__func__, __FILE__, __LINE__, __VA_ARGS__)
-+G_STMT_START{ \
-+  if (G_UNLIKELY (verbose)) \
-+xfsm_verbose_real (__func__, __FILE__, __LINE__, __VA_ARGS__); \
-+}G_STMT_END
- 
- #else
- 
--- 
-2.13.2
-

Deleted: 0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
===
--- 0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch   2019-01-08 
06:44:17 UTC (rev 343102)
+++ 0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch   2019-01-08 
06:44:26 UTC (rev 343103)
@@ -1,27 +0,0 @@
-From e740aad5d6761ce9a9df48a3d87ff29240433d19 Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-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-x86_64/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
 (from rev 343102, 
xfce4-session/trunk/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch)
===
--- 0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch   
 

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

2018-02-18 Thread Evangelos Foutras via arch-commits
Date: Sunday, February 18, 2018 @ 13:24:33
  Author: foutrelis
Revision: 317258

archrelease: copy trunk to extra-x86_64

Added:
  
xfce4-session/repos/extra-x86_64/0001-Make-verbose-logging-conditional-Bug-11698.patch
(from rev 317257, 
xfce4-session/trunk/0001-Make-verbose-logging-conditional-Bug-11698.patch)
  
xfce4-session/repos/extra-x86_64/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
(from rev 317257, 
xfce4-session/trunk/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch)
  xfce4-session/repos/extra-x86_64/PKGBUILD
(from rev 317257, xfce4-session/trunk/PKGBUILD)
  
xfce4-session/repos/extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop
(from rev 317257, 
xfce4-session/trunk/xfce-polkit-gnome-authentication-agent-1.desktop)
  
xfce4-session/repos/extra-x86_64/xfce4-session-source-system-xinitrc-scripts.patch
(from rev 317257, 
xfce4-session/trunk/xfce4-session-source-system-xinitrc-scripts.patch)
Deleted:
  
xfce4-session/repos/extra-x86_64/0001-Make-verbose-logging-conditional-Bug-11698.patch
  
xfce4-session/repos/extra-x86_64/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
  xfce4-session/repos/extra-x86_64/PKGBUILD
  
xfce4-session/repos/extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop
  
xfce4-session/repos/extra-x86_64/xfce4-session-source-system-xinitrc-scripts.patch

---+
 0001-Make-verbose-logging-conditional-Bug-11698.patch |   62 ++---
 0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch |   54 ++--
 PKGBUILD  |  138 ++--
 xfce-polkit-gnome-authentication-agent-1.desktop  |  174 
 xfce4-session-source-system-xinitrc-scripts.patch |   36 +--
 5 files changed, 232 insertions(+), 232 deletions(-)

Deleted: 0001-Make-verbose-logging-conditional-Bug-11698.patch
===
--- 0001-Make-verbose-logging-conditional-Bug-11698.patch   2018-02-18 
13:24:22 UTC (rev 317257)
+++ 0001-Make-verbose-logging-conditional-Bug-11698.patch   2018-02-18 
13:24:33 UTC (rev 317258)
@@ -1,31 +0,0 @@
-From 26f9ae8df629f02af0773df2ed82db6b85c5b556 Mon Sep 17 00:00:00 2001
-From: Eric Koegel 
-Date: Sat, 28 Mar 2015 16:57:24 +0300
-Subject: [PATCH] Make verbose logging conditional (Bug #11698)
-
-Bug report and patch submitted by Zhihao Yuan
-
-Signed-off-by: Eric Koegel 

- xfce4-session/xfsm-global.h | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/xfce4-session/xfsm-global.h b/xfce4-session/xfsm-global.h
-index d2e0c29..d458712 100644
 a/xfce4-session/xfsm-global.h
-+++ b/xfce4-session/xfsm-global.h
-@@ -49,7 +49,10 @@ extern XfsmSplashScreen *splash_screen;
- #if defined(G_HAVE_ISO_VARARGS)
- 
- #define xfsm_verbose(...)\
--xfsm_verbose_real (__func__, __FILE__, __LINE__, __VA_ARGS__)
-+G_STMT_START{ \
-+  if (G_UNLIKELY (verbose)) \
-+xfsm_verbose_real (__func__, __FILE__, __LINE__, __VA_ARGS__); \
-+}G_STMT_END
- 
- #else
- 
--- 
-2.13.2
-

Copied: 
xfce4-session/repos/extra-x86_64/0001-Make-verbose-logging-conditional-Bug-11698.patch
 (from rev 317257, 
xfce4-session/trunk/0001-Make-verbose-logging-conditional-Bug-11698.patch)
===
--- 0001-Make-verbose-logging-conditional-Bug-11698.patch   
(rev 0)
+++ 0001-Make-verbose-logging-conditional-Bug-11698.patch   2018-02-18 
13:24:33 UTC (rev 317258)
@@ -0,0 +1,31 @@
+From 26f9ae8df629f02af0773df2ed82db6b85c5b556 Mon Sep 17 00:00:00 2001
+From: Eric Koegel 
+Date: Sat, 28 Mar 2015 16:57:24 +0300
+Subject: [PATCH] Make verbose logging conditional (Bug #11698)
+
+Bug report and patch submitted by Zhihao Yuan
+
+Signed-off-by: Eric Koegel 
+---
+ xfce4-session/xfsm-global.h | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/xfce4-session/xfsm-global.h b/xfce4-session/xfsm-global.h
+index d2e0c29..d458712 100644
+--- a/xfce4-session/xfsm-global.h
 b/xfce4-session/xfsm-global.h
+@@ -49,7 +49,10 @@ extern XfsmSplashScreen *splash_screen;
+ #if defined(G_HAVE_ISO_VARARGS)
+ 
+ #define xfsm_verbose(...)\
+-xfsm_verbose_real (__func__, __FILE__, __LINE__, __VA_ARGS__)
++G_STMT_START{ \
++  if (G_UNLIKELY (verbose)) \
++xfsm_verbose_real (__func__, __FILE__, __LINE__, __VA_ARGS__); \
++}G_STMT_END
+ 
+ #else
+ 
+-- 
+2.13.2
+

Deleted: 0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
===
--- 0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch   2018-02-18 
13:24:22 UTC (rev 317257)
+++ 0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch   2018-02-18 
13:24:33 UTC (rev 317258)
@@ -1,27 +0,0 @@
-From e740aad5d6761ce9a9df48a3d87ff29240433d19 Mon Sep 17 00:00:00 2001
-From: 

[arch-commits] Commit in xfce4-session/repos/extra-x86_64 (9 files)

2011-08-23 Thread Eric BĂ©langer
Date: Tuesday, August 23, 2011 @ 02:05:20
  Author: eric
Revision: 136121

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-session/repos/extra-x86_64/PKGBUILD
(from rev 136120, xfce4-session/trunk/PKGBUILD)
  xfce4-session/repos/extra-x86_64/gdm.patch
(from rev 136120, xfce4-session/trunk/gdm.patch)
  xfce4-session/repos/extra-x86_64/org.freedesktop.consolekit.pkla
(from rev 136120, xfce4-session/trunk/org.freedesktop.consolekit.pkla)
  xfce4-session/repos/extra-x86_64/org.freedesktop.upower.pkla
(from rev 136120, xfce4-session/trunk/org.freedesktop.upower.pkla)
  xfce4-session/repos/extra-x86_64/xfce4-session.install
(from rev 136120, xfce4-session/trunk/xfce4-session.install)
Deleted:
  xfce4-session/repos/extra-x86_64/PKGBUILD
  xfce4-session/repos/extra-x86_64/org.freedesktop.consolekit.pkla
  xfce4-session/repos/extra-x86_64/org.freedesktop.upower.pkla
  xfce4-session/repos/extra-x86_64/xfce4-session.install

-+
 PKGBUILD|  126 +++---
 gdm.patch   |   21 ++
 org.freedesktop.consolekit.pkla |   62 +-
 org.freedesktop.upower.pkla |   30 -
 xfce4-session.install   |   22 +++---
 5 files changed, 141 insertions(+), 120 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-23 06:01:55 UTC (rev 136120)
+++ PKGBUILD2011-08-23 06:05:20 UTC (rev 136121)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfce4-session
-pkgver=4.8.1
-pkgrel=3
-pkgdesc=A session manager for Xfce
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.xfce.org/;
-groups=('xfce4')
- # keep xorg-server-utils for https://bugs.archlinux.org/task/21096  
'xorg-server-utils'
- # upower and consolekit for reboot/shutdown/hibernate/suspend
-depends=('xfce4-panel' 'gconf' 'libgnome-keyring' 'libwnck' 'libsm' 
'xorg-iceauth' 'upower' 'consolekit' 'hicolor-icon-theme' )
-makedepends=('intltool')
-optdepends=('fortune-mod: for xfce4-tips')
-replaces=('xfce4-toys')
-backup=(etc/polkit-1/localauthority/50-local.d/org.freedesktop.consolekit.pkla
-   etc/polkit-1/localauthority/50-local.d/org.freedesktop.upower.pkla)
-options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2
-   org.freedesktop.consolekit.pkla
-   org.freedesktop.upower.pkla
-   gdm.patch)
-md5sums=('478080ff666fdd36786a243829663efd'
- '2e2519950d8c591dc9440ed8957a49ed'
- '5fa270637b5e685f033863d8664795a2'
- '61423d0e235cad7ffcbbdacc96c9151b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # fix usage with gdm and custom langs https://bugs.archlinux.org/task/24327
-  patch -Np1 -i ${srcdir}/gdm.patch
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/xfce4 \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-hal \
-   --enable-gnome \
-   --enable-libgnome-keyring \
-   --enable-session-screenshots \
-   --enable-upower \
-   --enable-consolekit \
-   --enable-polkit \
-   --enable-panel-plugin \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  # install polkit/consolekit permission file needed for usage without a 
display manager
-  install -dm700 ${pkgdir}/etc/polkit-1/localauthority
-  install -dm755 ${pkgdir}/etc/polkit-1/localauthority/50-local.d
-  install -m644 ${srcdir}/org.freedesktop.consolekit.pkla 
${pkgdir}/etc/polkit-1/localauthority/50-local.d/
-  install -m644 ${srcdir}/org.freedesktop.upower.pkla 
${pkgdir}/etc/polkit-1/localauthority/50-local.d/
-}
-

Copied: xfce4-session/repos/extra-x86_64/PKGBUILD (from rev 136120, 
xfce4-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-23 06:05:20 UTC (rev 136121)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfce4-session
+pkgver=4.8.1
+pkgrel=3
+pkgdesc=A session manager for Xfce
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.xfce.org/;
+groups=('xfce4')
+ # keep xorg-server-utils for https://bugs.archlinux.org/task/21096  
'xorg-server-utils'
+ # upower and consolekit for reboot/shutdown/hibernate/suspend
+depends=('xfce4-panel' 'gconf' 'libgnome-keyring' 'libwnck' 'libsm' 
'xorg-iceauth' 'upower' 'consolekit' 'hicolor-icon-theme' )
+makedepends=('intltool')
+optdepends=('fortune-mod: for xfce4-tips')
+replaces=('xfce4-toys')
+backup=(etc/polkit-1/localauthority/50-local.d/org.freedesktop.consolekit.pkla
+   etc/polkit-1/localauthority/50-local.d/org.freedesktop.upower.pkla)

[arch-commits] Commit in xfce4-session/repos/extra-x86_64 (8 files)

2011-08-22 Thread andyrtr
Date: Monday, August 22, 2011 @ 09:09:39
  Author: andyrtr
Revision: 136078

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-session/repos/extra-x86_64/PKGBUILD
(from rev 136077, xfce4-session/trunk/PKGBUILD)
  xfce4-session/repos/extra-x86_64/org.freedesktop.consolekit.pkla
(from rev 136077, xfce4-session/trunk/org.freedesktop.consolekit.pkla)
  xfce4-session/repos/extra-x86_64/org.freedesktop.upower.pkla
(from rev 136077, xfce4-session/trunk/org.freedesktop.upower.pkla)
  xfce4-session/repos/extra-x86_64/xfce4-session.install
(from rev 136077, xfce4-session/trunk/xfce4-session.install)
Deleted:
  xfce4-session/repos/extra-x86_64/PKGBUILD
  xfce4-session/repos/extra-x86_64/org.freedesktop.consolekit.pkla
  xfce4-session/repos/extra-x86_64/org.freedesktop.upower.pkla
  xfce4-session/repos/extra-x86_64/xfce4-session.install

-+
 PKGBUILD|  122 +++---
 org.freedesktop.consolekit.pkla |   62 +--
 org.freedesktop.upower.pkla |   30 -
 xfce4-session.install   |   22 +++---
 4 files changed, 120 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-22 13:08:56 UTC (rev 136077)
+++ PKGBUILD2011-08-22 13:09:39 UTC (rev 136078)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfce4-session
-pkgver=4.8.1
-pkgrel=2
-pkgdesc=A session manager for Xfce
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.xfce.org/;
-groups=('xfce4')
- # keep xorg-server-utils for https://bugs.archlinux.org/task/21096  
'xorg-server-utils'
- # upower and consolekit for reboot/shutdown/hibernate/suspend
-depends=('xfce4-panel' 'gconf' 'libgnome-keyring' 'libwnck' 'libsm' 
'xorg-iceauth' 'upower' 'consolekit' 'hicolor-icon-theme' )
-makedepends=('intltool')
-optdepends=('fortune-mod: for xfce4-tips')
-replaces=('xfce4-toys')
-backup=(etc/polkit-1/localauthority/50-local.d/org.freedesktop.consolekit.pkla
-   etc/polkit-1/localauthority/50-local.d/org.freedesktop.upower.pkla)
-options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2
-   org.freedesktop.consolekit.pkla
-   org.freedesktop.upower.pkla)
-md5sums=('478080ff666fdd36786a243829663efd'
- '2e2519950d8c591dc9440ed8957a49ed'
- '5fa270637b5e685f033863d8664795a2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/xfce4 \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-hal \
-   --enable-gnome \
-   --enable-libgnome-keyring \
-   --enable-session-screenshots \
-   --enable-upower \
-   --enable-consolekit \
-   --enable-polkit \
-   --enable-panel-plugin \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  # install polkit/consolekit permission file needed for usage without a 
display manager
-  install -dm700 ${pkgdir}/etc/polkit-1/localauthority
-  install -dm755 ${pkgdir}/etc/polkit-1/localauthority/50-local.d
-  install -m644 ${srcdir}/org.freedesktop.consolekit.pkla 
${pkgdir}/etc/polkit-1/localauthority/50-local.d/
-  install -m644 ${srcdir}/org.freedesktop.upower.pkla 
${pkgdir}/etc/polkit-1/localauthority/50-local.d/
-}
-

Copied: xfce4-session/repos/extra-x86_64/PKGBUILD (from rev 136077, 
xfce4-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-22 13:09:39 UTC (rev 136078)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfce4-session
+pkgver=4.8.1
+pkgrel=3
+pkgdesc=A session manager for Xfce
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.xfce.org/;
+groups=('xfce4')
+ # keep xorg-server-utils for https://bugs.archlinux.org/task/21096  
'xorg-server-utils'
+ # upower and consolekit for reboot/shutdown/hibernate/suspend
+depends=('xfce4-panel' 'gconf' 'libgnome-keyring' 'libwnck' 'libsm' 
'xorg-iceauth' 'upower' 'consolekit' 'hicolor-icon-theme' )
+makedepends=('intltool')
+optdepends=('fortune-mod: for xfce4-tips')
+replaces=('xfce4-toys')
+backup=(etc/polkit-1/localauthority/50-local.d/org.freedesktop.consolekit.pkla
+   etc/polkit-1/localauthority/50-local.d/org.freedesktop.upower.pkla)
+options=('!libtool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2
+   org.freedesktop.consolekit.pkla
+   org.freedesktop.upower.pkla
+   gdm.patch)
+md5sums=('478080ff666fdd36786a243829663efd'
+ '2e2519950d8c591dc9440ed8957a49ed'
+ 

[arch-commits] Commit in xfce4-session/repos (extra-x86_64)

2011-04-11 Thread andyrtr
Date: Monday, April 11, 2011 @ 14:13:42
  Author: andyrtr
Revision: 119483

archrelease: remove extra-x86_64

Deleted:
  xfce4-session/repos/extra-x86_64/



[arch-commits] Commit in xfce4-session/repos (extra-x86_64)

2011-04-11 Thread andyrtr
Date: Monday, April 11, 2011 @ 14:13:59
  Author: andyrtr
Revision: 119484

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-session/repos/extra-x86_64/



[arch-commits] Commit in xfce4-session/repos (extra-x86_64)

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 12:56:51
  Author: andyrtr
Revision: 109976

archrelease: remove extra-x86_64

Deleted:
  xfce4-session/repos/extra-x86_64/



[arch-commits] Commit in xfce4-session/repos (extra-x86_64)

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 12:57:10
  Author: andyrtr
Revision: 109977

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-session/repos/extra-x86_64/



[arch-commits] Commit in xfce4-session/repos (extra-x86_64)

2011-01-17 Thread andyrtr
Date: Monday, January 17, 2011 @ 13:00:49
  Author: andyrtr
Revision: 106519

db-move: xfce4-session removed by andyrtr for move to [extra] (x86_64)

Deleted:
  xfce4-session/repos/extra-x86_64/



[arch-commits] Commit in xfce4-session/repos (extra-x86_64 testing-x86_64)

2011-01-17 Thread andyrtr
Date: Monday, January 17, 2011 @ 13:00:52
  Author: andyrtr
Revision: 106520

db-move: moved xfce4-session from [testing] to [extra] (x86_64)

Added:
  xfce4-session/repos/extra-x86_64/
Deleted:
  xfce4-session/repos/testing-x86_64/



[arch-commits] Commit in xfce4-session/repos (extra-x86_64)

2010-10-24 Thread andyrtr
Date: Sunday, October 24, 2010 @ 08:37:45
  Author: andyrtr
Revision: 96728

archrelease: remove extra-x86_64

Deleted:
  xfce4-session/repos/extra-x86_64/



[arch-commits] Commit in xfce4-session/repos (extra-x86_64)

2010-10-24 Thread andyrtr
Date: Sunday, October 24, 2010 @ 08:38:03
  Author: andyrtr
Revision: 96729

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-session/repos/extra-x86_64/



[arch-commits] Commit in xfce4-session/repos (extra-x86_64)

2010-05-22 Thread andyrtr
Date: Saturday, May 22, 2010 @ 11:26:00
  Author: andyrtr
Revision: 80867

archrelease: remove extra-x86_64

Deleted:
  xfce4-session/repos/extra-x86_64/



[arch-commits] Commit in xfce4-session/repos (extra-x86_64)

2010-05-22 Thread andyrtr
Date: Saturday, May 22, 2010 @ 11:26:21
  Author: andyrtr
Revision: 80868

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-session/repos/extra-x86_64/