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

2020-12-27 Thread Jan Steffens via arch-commits
Date: Monday, December 28, 2020 @ 03:38:08
  Author: heftig
Revision: 405052

archrelease: copy trunk to extra-x86_64

Added:
  gnome-session/repos/extra-x86_64/PKGBUILD
(from rev 405051, gnome-session/trunk/PKGBUILD)
Deleted:
  gnome-session/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   79 +
 1 file changed, 38 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-28 03:37:56 UTC (rev 405051)
+++ PKGBUILD2020-12-28 03:38:08 UTC (rev 405052)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-session
-pkgver=3.38.0
-pkgrel=1
-pkgdesc="The GNOME Session Handler"
-url="https://gitlab.gnome.org/GNOME/gnome-session;
-arch=(x86_64)
-license=(GPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
- json-glib libgl libsm libxtst systemd)
-makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
-groups=(gnome)
-_commit=9825ba89d223f37bfb01a821d18632d82ef95797  # tags/3.38.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Avoid some warnings from GDM
-  git cherry-pick -n e8b9deb250a7edb6d76f67733afce22f6133db02
-}
-  
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-session/repos/extra-x86_64/PKGBUILD (from rev 405051, 
gnome-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-28 03:38:08 UTC (rev 405052)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-session
+pkgver=3.38.0+14+g87d92fec
+pkgrel=1
+pkgdesc="The GNOME Session Handler"
+url="https://gitlab.gnome.org/GNOME/gnome-session;
+arch=(x86_64)
+license=(GPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+ json-glib libgl libsm libxtst systemd)
+makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
+groups=(gnome)
+_commit=87d92fece1bbc67146631330649cee2353bd6761  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+  
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-10 Thread Jan Steffens via arch-commits
Date: Tuesday, March 10, 2020 @ 09:18:04
  Author: heftig
Revision: 377258

archrelease: copy trunk to extra-x86_64

Added:
  gnome-session/repos/extra-x86_64/PKGBUILD
(from rev 377257, gnome-session/trunk/PKGBUILD)
Deleted:
  gnome-session/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-10 09:17:50 UTC (rev 377257)
+++ PKGBUILD2020-03-10 09:18:04 UTC (rev 377258)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-session
-pkgver=3.35.3+9+g86d4132c
-pkgrel=1
-pkgdesc="The GNOME Session Handler"
-url="https://gitlab.gnome.org/GNOME/gnome-session;
-arch=(x86_64)
-license=(GPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
- json-glib libgl libsm libxtst systemd)
-makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
-groups=(gnome)
-_commit=86d4132c7810b5c1b2392f63c15b3b90b8a7a4f9  # master
-source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-  
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-session/repos/extra-x86_64/PKGBUILD (from rev 377257, 
gnome-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-10 09:18:04 UTC (rev 377258)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-session
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="The GNOME Session Handler"
+url="https://gitlab.gnome.org/GNOME/gnome-session;
+arch=(x86_64)
+license=(GPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+ json-glib libgl libsm libxtst systemd)
+makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
+groups=(gnome)
+_commit=6e5a10fb401cfead66c7305b8953488e6ea7aa60  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+  
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-11-28 Thread Jan Steffens via arch-commits
Date: Thursday, November 28, 2019 @ 14:25:53
  Author: heftig
Revision: 369876

archrelease: copy trunk to extra-x86_64

Added:
  gnome-session/repos/extra-x86_64/PKGBUILD
(from rev 369875, gnome-session/trunk/PKGBUILD)
Deleted:
  gnome-session/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-28 14:23:39 UTC (rev 369875)
+++ PKGBUILD2019-11-28 14:25:53 UTC (rev 369876)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-session
-pkgver=3.34.1
-pkgrel=1
-pkgdesc="The GNOME Session Handler"
-url="https://gitlab.gnome.org/GNOME/gnome-session;
-arch=(x86_64)
-license=(GPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
- json-glib libgl libsm libxtst systemd)
-makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
-groups=(gnome)
-_commit=984dce35f9b59c016cbf21542c642da9e2e7d77b  # tags/3.34.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-  
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-session/repos/extra-x86_64/PKGBUILD (from rev 369875, 
gnome-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-28 14:25:53 UTC (rev 369876)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-session
+pkgver=3.34.2
+pkgrel=1
+pkgdesc="The GNOME Session Handler"
+url="https://gitlab.gnome.org/GNOME/gnome-session;
+arch=(x86_64)
+license=(GPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+ json-glib libgl libsm libxtst systemd)
+makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
+groups=(gnome)
+_commit=2bb33887ea575263b06cb7154f48ed8438c4b8cc  # tags/3.34.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+  
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in gnome-session/repos/extra-x86_64 (3 files)

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 11:22:46
  Author: heftig
Revision: 364009

archrelease: copy trunk to extra-x86_64

Added:
  gnome-session/repos/extra-x86_64/PKGBUILD
(from rev 364008, gnome-session/trunk/PKGBUILD)
Deleted:
  gnome-session/repos/extra-x86_64/PKGBUILD
  gnome-session/repos/extra-x86_64/neuter-debugging.diff

---+
 PKGBUILD  |   81 ++--
 neuter-debugging.diff |   25 --
 2 files changed, 38 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 11:22:38 UTC (rev 364008)
+++ PKGBUILD2019-10-07 11:22:46 UTC (rev 364009)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-session
-pkgver=3.34.0+2+g9d8b0709
-pkgrel=1
-pkgdesc="The GNOME Session Handler"
-url="https://gitlab.gnome.org/GNOME/gnome-session;
-arch=(x86_64)
-license=(GPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
- json-glib libgl libsm libxtst systemd)
-makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
-groups=(gnome)
-_commit=9d8b070982403ff8e608d4c7cce313bc2a7dce4a  # master
-source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit;
-neuter-debugging.diff)
-sha256sums=('SKIP'
-'1970f676ff510d2c169d9252f69733412206d0d6a082e587e6a0fd6073e483a1')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Stopgap for https://gitlab.gnome.org/GNOME/gnome-session/issues/31
-  git apply -3 ../neuter-debugging.diff
-}
-  
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-session/repos/extra-x86_64/PKGBUILD (from rev 364008, 
gnome-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 11:22:46 UTC (rev 364009)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-session
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="The GNOME Session Handler"
+url="https://gitlab.gnome.org/GNOME/gnome-session;
+arch=(x86_64)
+license=(GPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+ json-glib libgl libsm libxtst systemd)
+makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
+groups=(gnome)
+_commit=984dce35f9b59c016cbf21542c642da9e2e7d77b  # tags/3.34.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+  
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: neuter-debugging.diff
===
--- neuter-debugging.diff   2019-10-07 11:22:38 UTC (rev 364008)
+++ neuter-debugging.diff   2019-10-07 11:22:46 UTC (rev 364009)
@@ -1,25 +0,0 @@
-diff --git i/data/gnome-session-mana...@.service.in 
w/data/gnome-session-mana...@.service.in
-index dd10cc9b..b06dbeb3 100644
 i/data/gnome-session-mana...@.service.in
-+++ w/data/gnome-session-mana...@.service.in
-@@ -15,5 +15,5 @@ Before=gnome-session-manager.target
- 
- [Service]
- Type=notify
--ExecStart=@libexecdir@/gnome-session-binary --debug --systemd-service 
--session=%i
-+ExecStart=@libexecdir@/gnome-session-binary --systemd-service --session=%i
- ExecStopPost=-@libexecdir@/gnome-session-ctl --shutdown
-diff --git i/gnome-session/gdm-log.c w/gnome-session/gdm-log.c
-index c0dca411..687f7e8e 100644
 i/gnome-session/gdm-log.c
-+++ w/gnome-session/gdm-log.c
-@@ -187,9 +187,6 @@ gdm_log_init (void)
- prg_name = g_get_prgname ();
- 
- options = LOG_PID;
--#ifdef LOG_PERROR
--options |= LOG_PERROR;
--#endif
- 
- openlog (prg_name, options, LOG_DAEMON);
- 


[arch-commits] Commit in gnome-session/repos/extra-x86_64 (3 files)

2019-09-20 Thread Jan Steffens via arch-commits
Date: Friday, September 20, 2019 @ 22:47:39
  Author: heftig
Revision: 363177

archrelease: copy trunk to extra-x86_64

Added:
  gnome-session/repos/extra-x86_64/PKGBUILD
(from rev 363176, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/extra-x86_64/neuter-debugging.diff
(from rev 363176, gnome-session/trunk/neuter-debugging.diff)
Deleted:
  gnome-session/repos/extra-x86_64/PKGBUILD

---+
 PKGBUILD  |   81 +---
 neuter-debugging.diff |   25 ++
 2 files changed, 68 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 22:44:27 UTC (rev 363176)
+++ PKGBUILD2019-09-20 22:47:39 UTC (rev 363177)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-session
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="The GNOME Session Handler"
-url="https://gitlab.gnome.org/GNOME/gnome-session;
-arch=(x86_64)
-license=(GPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
- json-glib libgl libsm libxtst systemd)
-makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
-groups=(gnome)
-_commit=02b301128b766b49a55de4eabe1d29c7ac4e359c  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-  
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-session/repos/extra-x86_64/PKGBUILD (from rev 363176, 
gnome-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 22:47:39 UTC (rev 363177)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-session
+pkgver=3.34.0+2+g9d8b0709
+pkgrel=1
+pkgdesc="The GNOME Session Handler"
+url="https://gitlab.gnome.org/GNOME/gnome-session;
+arch=(x86_64)
+license=(GPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+ json-glib libgl libsm libxtst systemd)
+makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
+groups=(gnome)
+_commit=9d8b070982403ff8e608d4c7cce313bc2a7dce4a  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit;
+neuter-debugging.diff)
+sha256sums=('SKIP'
+'1970f676ff510d2c169d9252f69733412206d0d6a082e587e6a0fd6073e483a1')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Stopgap for https://gitlab.gnome.org/GNOME/gnome-session/issues/31
+  git apply -3 ../neuter-debugging.diff
+}
+  
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Copied: gnome-session/repos/extra-x86_64/neuter-debugging.diff (from rev 
363176, gnome-session/trunk/neuter-debugging.diff)
===
--- neuter-debugging.diff   (rev 0)
+++ neuter-debugging.diff   2019-09-20 22:47:39 UTC (rev 363177)
@@ -0,0 +1,25 @@
+diff --git i/data/gnome-session-mana...@.service.in 
w/data/gnome-session-mana...@.service.in
+index dd10cc9b..b06dbeb3 100644
+--- i/data/gnome-session-mana...@.service.in
 w/data/gnome-session-mana...@.service.in
+@@ -15,5 +15,5 @@ Before=gnome-session-manager.target
+ 
+ [Service]
+ Type=notify
+-ExecStart=@libexecdir@/gnome-session-binary --debug --systemd-service 
--session=%i
++ExecStart=@libexecdir@/gnome-session-binary --systemd-service --session=%i
+ ExecStopPost=-@libexecdir@/gnome-session-ctl --shutdown
+diff --git i/gnome-session/gdm-log.c w/gnome-session/gdm-log.c
+index c0dca411..687f7e8e 100644
+--- i/gnome-session/gdm-log.c
 w/gnome-session/gdm-log.c
+@@ -187,9 +187,6 @@ gdm_log_init (void)
+ prg_name = g_get_prgname ();
+ 
+ options = LOG_PID;
+-#ifdef LOG_PERROR
+-options |= LOG_PERROR;
+-#endif
+ 
+ openlog (prg_name, options, LOG_DAEMON);
+ 


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 18:36:51
  Author: heftig
Revision: 348057

archrelease: copy trunk to extra-x86_64

Added:
  gnome-session/repos/extra-x86_64/PKGBUILD
(from rev 348056, gnome-session/trunk/PKGBUILD)
Deleted:
  gnome-session/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 18:32:12 UTC (rev 348056)
+++ PKGBUILD2019-03-14 18:36:51 UTC (rev 348057)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-session
-pkgver=3.30.1
-pkgrel=1
-pkgdesc="The GNOME Session Handler"
-url="https://gitlab.gnome.org/GNOME/gnome-session;
-arch=(x86_64)
-license=(GPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
- json-glib libgl libsm libxtst systemd)
-makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
-groups=(gnome)
-_commit=24607cd18018dd0161d2465d3df843bc301892ce  # tags/3.30.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-  
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-session/repos/extra-x86_64/PKGBUILD (from rev 348056, 
gnome-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 18:36:51 UTC (rev 348057)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-session
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="The GNOME Session Handler"
+url="https://gitlab.gnome.org/GNOME/gnome-session;
+arch=(x86_64)
+license=(GPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+ json-glib libgl libsm libxtst systemd)
+makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
+groups=(gnome)
+_commit=0274b09605f2baf16c879515df6f402dc93e2ac7  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+  
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2018-09-25 Thread Jan Steffens via arch-commits
Date: Tuesday, September 25, 2018 @ 21:00:20
  Author: heftig
Revision: 335389

archrelease: copy trunk to extra-x86_64

Added:
  gnome-session/repos/extra-x86_64/PKGBUILD
(from rev 335388, gnome-session/trunk/PKGBUILD)
Deleted:
  gnome-session/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-25 21:00:11 UTC (rev 335388)
+++ PKGBUILD2018-09-25 21:00:20 UTC (rev 335389)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-session
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="The GNOME Session Handler"
-url="https://gitlab.gnome.org/GNOME/gnome-session;
-arch=(x86_64)
-license=(GPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
- json-glib libgl libsm libxtst systemd)
-makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
-groups=(gnome)
-_commit=a317214526911bd312a66ade717a2c62271dd500  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-  
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-session/repos/extra-x86_64/PKGBUILD (from rev 335388, 
gnome-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-25 21:00:20 UTC (rev 335389)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-session
+pkgver=3.30.1
+pkgrel=1
+pkgdesc="The GNOME Session Handler"
+url="https://gitlab.gnome.org/GNOME/gnome-session;
+arch=(x86_64)
+license=(GPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+ json-glib libgl libsm libxtst systemd)
+makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
+groups=(gnome)
+_commit=24607cd18018dd0161d2465d3df843bc301892ce  # tags/3.30.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+  
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2018-04-10 Thread Jan Steffens via arch-commits
Date: Tuesday, April 10, 2018 @ 17:21:37
  Author: heftig
Revision: 321489

archrelease: copy trunk to extra-x86_64

Added:
  gnome-session/repos/extra-x86_64/PKGBUILD
(from rev 321488, gnome-session/trunk/PKGBUILD)
Deleted:
  gnome-session/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   83 +
 1 file changed, 40 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 17:21:14 UTC (rev 321488)
+++ PKGBUILD2018-04-10 17:21:37 UTC (rev 321489)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-session
-pkgver=3.28.0
-pkgrel=2
-pkgdesc="The GNOME Session Handler"
-url="https://git.gnome.org/browse/gnome-session;
-arch=(x86_64)
-license=(GPL LGPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
- json-glib libgl libsm libxtst systemd)
-makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
-groups=(gnome)
-_commit=7b33ab3db3ac6a1402232b547611a0dd86a4b8ec  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/gnome-session#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # XTRANS support
-  git cherry-pick -n 1ece66e683258a0bfa044d074becfe207d04a748
-}
-  
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: gnome-session/repos/extra-x86_64/PKGBUILD (from rev 321488, 
gnome-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 17:21:37 UTC (rev 321489)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-session
+pkgver=3.28.1
+pkgrel=1
+pkgdesc="The GNOME Session Handler"
+url="https://git.gnome.org/browse/gnome-session;
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+ json-glib libgl libsm libxtst systemd)
+makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
+groups=(gnome)
+_commit=98f8e15621006e069a4c886b6084a80aa4c27663  # tags/3.28.1^0
+source=("git+https://git.gnome.org/browse/gnome-session#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+  
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


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

2018-03-28 Thread Jan Steffens via arch-commits
Date: Wednesday, March 28, 2018 @ 17:34:22
  Author: heftig
Revision: 320560

archrelease: copy trunk to extra-x86_64

Added:
  gnome-session/repos/extra-x86_64/PKGBUILD
(from rev 320559, gnome-session/trunk/PKGBUILD)
Deleted:
  gnome-session/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   83 +++--
 1 file changed, 43 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-28 17:33:04 UTC (rev 320559)
+++ PKGBUILD2018-03-28 17:34:22 UTC (rev 320560)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-session
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="The GNOME Session Handler"
-url="https://git.gnome.org/browse/gnome-session;
-arch=(x86_64)
-license=(GPL LGPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
- json-glib libgl libsm libxtst systemd)
-makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
-groups=(gnome)
-_commit=7b33ab3db3ac6a1402232b547611a0dd86a4b8ec  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/gnome-session#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-  
-build() {
-  arch-meson $pkgname build -D session_selector=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: gnome-session/repos/extra-x86_64/PKGBUILD (from rev 320559, 
gnome-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-28 17:34:22 UTC (rev 320560)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-session
+pkgver=3.28.0
+pkgrel=2
+pkgdesc="The GNOME Session Handler"
+url="https://git.gnome.org/browse/gnome-session;
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+ json-glib libgl libsm libxtst systemd)
+makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
+groups=(gnome)
+_commit=7b33ab3db3ac6a1402232b547611a0dd86a4b8ec  # tags/3.28.0^0
+source=("git+https://git.gnome.org/browse/gnome-session#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # XTRANS support
+  git cherry-pick -n 1ece66e683258a0bfa044d074becfe207d04a748
+}
+  
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


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

2017-11-22 Thread Jan Steffens
Date: Wednesday, November 22, 2017 @ 15:18:02
  Author: heftig
Revision: 310620

archrelease: copy trunk to extra-x86_64

Added:
  gnome-session/repos/extra-x86_64/PKGBUILD
(from rev 310619, gnome-session/trunk/PKGBUILD)
Deleted:
  gnome-session/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-22 15:17:05 UTC (rev 310619)
+++ PKGBUILD2017-11-22 15:18:02 UTC (rev 310620)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-session
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="The GNOME Session Handler"
-url="https://git.gnome.org/browse/gnome-session;
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
- json-glib libgl libsm libxtst systemd)
-makedepends=(intltool mesa gtk-doc xtrans git gnome-common python xmlto)
-groups=(gnome)
-_commit=26514ecb0844b7f3acd9fd8c70343450ecf7afca  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-session#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-schemas-compile --enable-systemd --disable-gconf
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-session/repos/extra-x86_64/PKGBUILD (from rev 310619, 
gnome-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-22 15:18:02 UTC (rev 310620)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-session
+pkgver=3.26.1
+pkgrel=2
+pkgdesc="The GNOME Session Handler"
+url="https://git.gnome.org/browse/gnome-session;
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+ json-glib libgl libsm libxtst systemd)
+makedepends=(intltool mesa gtk-doc xtrans git gnome-common python xmlto)
+groups=(gnome)
+_commit=26514ecb0844b7f3acd9fd8c70343450ecf7afca  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-session#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+  --disable-schemas-compile --enable-systemd --disable-gconf
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2011-05-26 Thread Ionut Biru
Date: Thursday, May 26, 2011 @ 09:27:53
  Author: ibiru
Revision: 125468

db-move: gnome-session removed by ibiru for move to [extra] (x86_64)

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



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

2011-05-26 Thread Ionut Biru
Date: Thursday, May 26, 2011 @ 09:27:54
  Author: ibiru
Revision: 125469

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

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



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

2011-04-30 Thread Ionut Biru
Date: Saturday, April 30, 2011 @ 16:41:51
  Author: ibiru
Revision: 121587

db-move: gnome-session removed by ibiru for move to [extra] (x86_64)

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



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

2011-04-30 Thread Ionut Biru
Date: Saturday, April 30, 2011 @ 16:41:51
  Author: ibiru
Revision: 121588

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

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



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

2010-11-17 Thread Ionut Biru
Date: Wednesday, November 17, 2010 @ 07:08:33
  Author: ibiru
Revision: 99765

archrelease: remove extra-x86_64

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



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

2010-11-17 Thread Ionut Biru
Date: Wednesday, November 17, 2010 @ 07:08:45
  Author: ibiru
Revision: 99766

archrelease: copy trunk to extra-x86_64

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



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

2010-10-04 Thread Jan de Groot
Date: Monday, October 4, 2010 @ 05:02:53
  Author: jgc
Revision: 93363

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

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



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

2010-06-22 Thread Ionut Biru
Date: Tuesday, June 22, 2010 @ 03:19:52
  Author: ibiru
Revision: 83574

archrelease: remove extra-x86_64

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



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

2010-06-22 Thread Ionut Biru
Date: Tuesday, June 22, 2010 @ 03:20:30
  Author: ibiru
Revision: 83576

archrelease: copy trunk to extra-x86_64

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



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

2010-03-31 Thread Jan de Groot
Date: Wednesday, March 31, 2010 @ 15:37:36
  Author: jgc
Revision: 74744

db-move: gnome-session removed by jgc for move to extra

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



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

2010-03-31 Thread Jan de Groot
Date: Wednesday, March 31, 2010 @ 15:37:37
  Author: jgc
Revision: 74745

db-move: moved gnome-session from [gnome-unstable] to [extra] (x86_64)

Added:
  gnome-session/repos/extra-x86_64/
Deleted:
  gnome-session/repos/gnome-unstable-x86_64/