[arch-commits] Commit in cinnamon-session/repos (6 files)

2017-06-22 Thread Balló György
Date: Thursday, June 22, 2017 @ 12:45:32
  Author: bgyorgy
Revision: 239553

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

Added:
  cinnamon-session/repos/community-i686/PKGBUILD
(from rev 239552, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-x86_64/PKGBUILD
(from rev 239552, cinnamon-session/trunk/PKGBUILD)
Deleted:
  cinnamon-session/repos/community-i686/PKGBUILD
  cinnamon-session/repos/community-i686/blacklist_g-s-d.patch
  cinnamon-session/repos/community-x86_64/PKGBUILD
  cinnamon-session/repos/community-x86_64/blacklist_g-s-d.patch

+
 /PKGBUILD  |   72 +++
 community-i686/PKGBUILD|   44 --
 community-i686/blacklist_g-s-d.patch   |   23 -
 community-x86_64/PKGBUILD  |   44 --
 community-x86_64/blacklist_g-s-d.patch |   23 -
 5 files changed, 72 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-22 12:45:23 UTC (rev 239552)
+++ community-i686/PKGBUILD 2017-06-22 12:45:32 UTC (rev 239553)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-session
-pkgver=3.2.0
-pkgrel=2
-pkgdesc="The Cinnamon Session Handler"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(dbus-glib cinnamon-desktop libsm libcanberra)
-makedepends=(intltool mesa json-glib xtrans gnome-common)
-options=('!emptydirs')
-url="https://github.com/linuxmint/cinnamon-session;
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
-blacklist_g-s-d.patch)
-sha256sums=('d7c3d951ae0dddef96941c9f08f028a099443888db41981524f618a92624e0ca'
-'aa690a1be223d61936497f4cd7c4f8dc93d515145a75197374ab2df7fa160b35')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # blacklist gnome-settings-daemon plugins from auto starting (from Fedora)
-  patch -Np1 -i ../blacklist_g-s-d.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  
-  CFLAGS="${CFLAGS} -Wno-error=format-nonliteral" ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/cinnamon-session \
---disable-schemas-compile \
---disable-gconf \
---enable-qt57-theme-support
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-session/repos/community-i686/PKGBUILD (from rev 239552, 
cinnamon-session/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-22 12:45:32 UTC (rev 239553)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-session
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="The Cinnamon Session Handler"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(dbus-glib cinnamon-desktop libsm libcanberra)
+makedepends=(intltool mesa json-glib xtrans gnome-common)
+options=('!emptydirs')
+url="https://github.com/linuxmint/cinnamon-session;
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz)
+sha256sums=('20426fe91347193b13ede47d2b2f14af4321f95274267304dc9844e2a5178948')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  CFLAGS="${CFLAGS} -Wno-error=format-nonliteral" ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/cinnamon-session \
+--disable-schemas-compile \
+--disable-gconf \
+--enable-qt57-theme-support
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/blacklist_g-s-d.patch
===
--- community-i686/blacklist_g-s-d.patch2017-06-22 12:45:23 UTC (rev 
239552)
+++ community-i686/blacklist_g-s-d.patch2017-06-22 12:45:32 UTC (rev 
239553)
@@ -1,23 +0,0 @@
-From f3e359cff99856fdb3f0b2275daebc5bdb83c7d6 Mon Sep 17 00:00:00 2001
-From: Leigh Scott 
-Date: Sat, 21 Jan 2017 23:34:38 +
-Subject: [PATCH] Blacklist 3.23 gnome-settings-daemon rubbish from starting as
- it really screws stuff up
-

- data/org.cinnamon.SessionManager.gschema.xml.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/data/org.cinnamon.SessionManager.gschema.xml.in 
b/data/org.cinnamon.SessionManager.gschema.xml.in
-index 81163d6..9d6d959 100644
 a/data/org.cinnamon.SessionManager.gschema.xml.in
-+++ b/data/org.cinnamon.SessionManager.gschema.xml.in
-@@ -21,7 +21,7 @@
-   If enabled, 

[arch-commits] Commit in cinnamon-session/repos (6 files)

2017-04-24 Thread Balló György
Date: Tuesday, April 25, 2017 @ 00:39:03
  Author: bgyorgy
Revision: 225226

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

Added:
  cinnamon-session/repos/community-i686/PKGBUILD
(from rev 225225, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-i686/blacklist_g-s-d.patch
(from rev 225225, cinnamon-session/trunk/blacklist_g-s-d.patch)
  cinnamon-session/repos/community-x86_64/PKGBUILD
(from rev 225225, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-x86_64/blacklist_g-s-d.patch
(from rev 225225, cinnamon-session/trunk/blacklist_g-s-d.patch)
Deleted:
  cinnamon-session/repos/community-i686/PKGBUILD
  cinnamon-session/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |   88 +++
 community-i686/PKGBUILD|   40 --
 community-i686/blacklist_g-s-d.patch   |   23 
 community-x86_64/PKGBUILD  |   40 --
 community-x86_64/blacklist_g-s-d.patch |   23 
 5 files changed, 134 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-25 00:38:56 UTC (rev 225225)
+++ community-i686/PKGBUILD 2017-04-25 00:39:03 UTC (rev 225226)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-session
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="The Cinnamon Session Handler"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(dbus-glib cinnamon-desktop libsm libcanberra)
-makedepends=(intltool mesa json-glib xtrans gnome-common)
-options=('!emptydirs')
-url="https://github.com/linuxmint/cinnamon-session;
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz)
-sha256sums=('d7c3d951ae0dddef96941c9f08f028a099443888db41981524f618a92624e0ca')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  
-  CFLAGS="${CFLAGS} -Wno-error=format-nonliteral" ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/cinnamon-session \
---disable-schemas-compile \
---disable-gconf \
---enable-qt57-theme-support
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-session/repos/community-i686/PKGBUILD (from rev 225225, 
cinnamon-session/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-25 00:39:03 UTC (rev 225226)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-session
+pkgver=3.2.0
+pkgrel=2
+pkgdesc="The Cinnamon Session Handler"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(dbus-glib cinnamon-desktop libsm libcanberra)
+makedepends=(intltool mesa json-glib xtrans gnome-common)
+options=('!emptydirs')
+url="https://github.com/linuxmint/cinnamon-session;
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
+blacklist_g-s-d.patch)
+sha256sums=('d7c3d951ae0dddef96941c9f08f028a099443888db41981524f618a92624e0ca'
+'aa690a1be223d61936497f4cd7c4f8dc93d515145a75197374ab2df7fa160b35')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # blacklist gnome-settings-daemon plugins from auto starting (from Fedora)
+  patch -Np1 -i ../blacklist_g-s-d.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  
+  CFLAGS="${CFLAGS} -Wno-error=format-nonliteral" ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/cinnamon-session \
+--disable-schemas-compile \
+--disable-gconf \
+--enable-qt57-theme-support
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: cinnamon-session/repos/community-i686/blacklist_g-s-d.patch (from rev 
225225, cinnamon-session/trunk/blacklist_g-s-d.patch)
===
--- community-i686/blacklist_g-s-d.patch(rev 0)
+++ community-i686/blacklist_g-s-d.patch2017-04-25 00:39:03 UTC (rev 
225226)
@@ -0,0 +1,23 @@
+From f3e359cff99856fdb3f0b2275daebc5bdb83c7d6 Mon Sep 17 00:00:00 2001
+From: Leigh Scott 
+Date: Sat, 21 Jan 2017 23:34:38 +
+Subject: [PATCH] Blacklist 3.23 gnome-settings-daemon rubbish from starting as
+ it really screws stuff up
+
+---
+ data/org.cinnamon.SessionManager.gschema.xml.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git 

[arch-commits] Commit in cinnamon-session/repos (6 files)

2016-11-07 Thread Alexandre Filgueira
Date: Monday, November 7, 2016 @ 22:15:00
  Author: faidoc
Revision: 195011

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

Added:
  cinnamon-session/repos/community-i686/PKGBUILD
(from rev 195010, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-x86_64/PKGBUILD
(from rev 195010, cinnamon-session/trunk/PKGBUILD)
Deleted:
  cinnamon-session/repos/community-i686/PKGBUILD
  cinnamon-session/repos/community-i686/qt-5.7.patch
  cinnamon-session/repos/community-x86_64/PKGBUILD
  cinnamon-session/repos/community-x86_64/qt-5.7.patch

---+
 /PKGBUILD |   80 +++
 community-i686/PKGBUILD   |   46 --
 community-i686/qt-5.7.patch   |  267 
 community-x86_64/PKGBUILD |   46 --
 community-x86_64/qt-5.7.patch |  267 
 5 files changed, 80 insertions(+), 626 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-07 22:14:06 UTC (rev 195010)
+++ community-i686/PKGBUILD 2016-11-07 22:15:00 UTC (rev 195011)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-session
-pkgver=3.0.1
-pkgrel=2
-pkgdesc="The Cinnamon Session Handler"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(dbus-glib cinnamon-desktop libsm libcanberra)
-makedepends=(intltool mesa json-glib xtrans gnome-common)
-options=('!emptydirs')
-url="https://github.com/linuxmint/cinnamon-session;
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
-qt-5.7.patch)
-sha256sums=('d8935747bc8aa70518e70a7d338eaf9109b5307d8a44d49dc57e0f15d69e9c89'
-'b85c460d680f5b807be89b12158141e43e8c5133c5e4c347a958ae2e187d6d11')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Add support for applying GTK style to QT apps when running QT 5.7+
-  # https://github.com/linuxmint/cinnamon-session/pull/75
-  patch -Np1 -i ../qt-5.7.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  
-  CFLAGS="${CFLAGS} -Wno-error=format-nonliteral" ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/cinnamon-session \
---disable-schemas-compile \
---disable-gconf \
---enable-qt57-theme-support
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-session/repos/community-i686/PKGBUILD (from rev 195010, 
cinnamon-session/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-07 22:15:00 UTC (rev 195011)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-session
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="The Cinnamon Session Handler"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(dbus-glib cinnamon-desktop libsm libcanberra)
+makedepends=(intltool mesa json-glib xtrans gnome-common)
+options=('!emptydirs')
+url="https://github.com/linuxmint/cinnamon-session;
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz)
+sha256sums=('d7c3d951ae0dddef96941c9f08f028a099443888db41981524f618a92624e0ca')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  
+  CFLAGS="${CFLAGS} -Wno-error=format-nonliteral" ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/cinnamon-session \
+--disable-schemas-compile \
+--disable-gconf \
+--enable-qt57-theme-support
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/qt-5.7.patch
===
--- community-i686/qt-5.7.patch 2016-11-07 22:14:06 UTC (rev 195010)
+++ community-i686/qt-5.7.patch 2016-11-07 22:15:00 UTC (rev 195011)
@@ -1,267 +0,0 @@
-From f954aa4c5a92b0215797732ecbd6995f68d856a4 Mon Sep 17 00:00:00 2001
-From: Dustin Falgout 
-Date: Sat, 9 Jul 2016 19:22:39 -0500
-Subject: [PATCH 1/6] update .gitignore
-

- .gitignore | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/.gitignore b/.gitignore
-index da44845..9c31281 100644
 a/.gitignore
-+++ b/.gitignore
-@@ -38,3 +38,7 @@ Makefile.in
- *.old
- *.bak
- 
-+## IDE files ##
-+.idea
-+CMakeLists.txt
-+
-
-From 4e58d04fd715b6a68195c4abeb4a8d31c08550ab Mon Sep 17 00:00:00 2001
-From: Dustin Falgout 
-Date: Sat, 9 Jul 2016 20:25:28 -0500
-Subject: [PATCH 2/6] Add support for applying GTK style to QT apps when
- running QT 5.7+ 

[arch-commits] Commit in cinnamon-session/repos (6 files)

2013-10-08 Thread Balló György
Date: Wednesday, October 9, 2013 @ 06:49:19
  Author: bgyorgy
Revision: 98362

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

Deleted:
  cinnamon-session/repos/community-i686/PKGBUILD
  cinnamon-session/repos/community-i686/cinnamon-session.install
  cinnamon-session/repos/community-i686/timeout.patch
  cinnamon-session/repos/community-x86_64/PKGBUILD
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
  cinnamon-session/repos/community-x86_64/timeout.patch

---+
 community-i686/PKGBUILD   |   49 
 community-i686/cinnamon-session.install   |   12 --
 community-i686/timeout.patch  |   24 -
 community-x86_64/PKGBUILD |   49 
 community-x86_64/cinnamon-session.install |   12 --
 community-x86_64/timeout.patch|   24 -
 6 files changed, 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-09 04:49:08 UTC (rev 98361)
+++ community-i686/PKGBUILD 2013-10-09 04:49:19 UTC (rev 98362)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=cinnamon-session
-pkgver=2.0.0
-pkgrel=2
-pkgdesc=The Cinnamon Session Handler
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(cinnamon-desktop upower)
-makedepends=(intltool mesa json-glib xtrans gnome-common)
-options=('!emptydirs')
-install=cinnamon-session.install
-url=https://github.com/linuxmint/cinnamon-session;
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
-lightdm_userswitch.patch
-remove_sessionmigration.patch
-timeout.patch)
-sha256sums=('d1eba64a5484f086f257ee75799d12afd77373fbdb0ced8d3ae48eadcd02a878'
-'20e42cbb5504f67b1da5e1867a220629bc2fe1699cfd52be177a557c4096440b'
-'f3c0bc1a3debfaa686230f19ba371b08dd4645064d90ead0c34f465c7d416736'
-'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Add support for lightdm user switching
-  patch -Np1 -i ../lightdm_userswitch.patch
-
-  # Do not try to execute session-migration script (it's specific to Ubuntu)
-  patch -Np1 -i ../remove_sessionmigration.patch
-
-  # Increase timeout, for slow machines
-  patch -Np1 -i ../timeout.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
-  --disable-schemas-compile --enable-systemd --disable-gconf
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Deleted: community-i686/cinnamon-session.install
===
--- community-i686/cinnamon-session.install 2013-10-09 04:49:08 UTC (rev 
98361)
+++ community-i686/cinnamon-session.install 2013-10-09 04:49:19 UTC (rev 
98362)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-i686/timeout.patch
===
--- community-i686/timeout.patch2013-10-09 04:49:08 UTC (rev 98361)
+++ community-i686/timeout.patch2013-10-09 04:49:19 UTC (rev 98362)
@@ -1,24 +0,0 @@
-diff -u -r cinnamon-session-3.4.2/cinnamon-session/csm-session-fill.c 
cinnamon-session-3.4.2-timeout/cinnamon-session/csm-session-fill.c
 cinnamon-session-3.4.2/cinnamon-session/csm-session-fill.c 2012-02-02 
15:33:01.0 +0100
-+++ cinnamon-session-3.4.2-timeout/cinnamon-session/csm-session-fill.c 
2012-06-10 02:39:46.184348462 +0200
-@@ -36,7 +36,7 @@
- #define CSM_KEYFILE_DEFAULT_PROVIDER_PREFIX DefaultProvider
- 
- /* See https://bugzilla.gnome.org/show_bug.cgi?id=641992 for discussion */
--#define CSM_RUNNABLE_HELPER_TIMEOUT 3000 /* ms */
-+#define CSM_RUNNABLE_HELPER_TIMEOUT 1 /* ms */
- 
- typedef void (*GsmFillHandleProvider) (const char *provides,
-const char *default_provider,
-diff -u -r cinnamon-session-3.4.2/tools/cinnamon-session-check-accelerated.c 
cinnamon-session-3.4.2-timeout/tools/cinnamon-session-check-accelerated.c
 cinnamon-session-3.4.2/tools/cinnamon-session-check-accelerated.c  
2011-03-22 21:31:43.0 +0100
-+++ cinnamon-session-3.4.2-timeout/tools/cinnamon-session-check-accelerated.c  
2012-06-10 02:42:08.013218006 +0200
-@@ -30,7 +30,7 @@
- #include X11/Xatom.h
- 
- /* Wait up to this long for a running check to finish */
--#define PROPERTY_CHANGE_TIMEOUT 5000
-+#define PROPERTY_CHANGE_TIMEOUT 12000
- 
- /* Values