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

2017-01-07 Thread Alexandre Filgueira
Date: Sunday, January 8, 2017 @ 01:09:51
  Author: faidoc
Revision: 206067

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 206066, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 206066, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 206066, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 206066, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 206066, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 206066, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

--+
 /PKGBUILD|  228 +
 /default-theme.patch |   50 +++
 /set_wheel.patch |  112 
 community-i686/PKGBUILD  |  114 
 community-i686/default-theme.patch   |   25 ---
 community-i686/set_wheel.patch   |   56 
 community-x86_64/PKGBUILD|  114 
 community-x86_64/default-theme.patch |   25 ---
 community-x86_64/set_wheel.patch |   56 
 9 files changed, 390 insertions(+), 390 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-08 01:08:28 UTC (rev 206066)
+++ community-i686/PKGBUILD 2017-01-08 01:09:51 UTC (rev 206067)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.2.7
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python-dbus' 
'python2-dbus' 'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch")
-sha256sums=('69ab4510e4239f577a7acc7ea987d0522caa9796bfaa4a062a5009009ebc5a80'
-'97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
-'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in 

[arch-commits] Commit in cinnamon/trunk (PKGBUILD)

2017-01-07 Thread Alexandre Filgueira
Date: Sunday, January 8, 2017 @ 01:08:28
  Author: faidoc
Revision: 206066

upgpkg: cinnamon 3.2.8-1

Modified:
  cinnamon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-08 00:24:15 UTC (rev 206065)
+++ PKGBUILD2017-01-08 01:08:28 UTC (rev 206066)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=3.2.7
+pkgver=3.2.8
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
 "set_wheel.patch"
 "default-theme.patch")
-sha256sums=('69ab4510e4239f577a7acc7ea987d0522caa9796bfaa4a062a5009009ebc5a80'
+sha256sums=('b67ef52f239026930ba351f327e8298361dabf881a0af6c299530e83c62fac9a'
 '97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
 '566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
 


[arch-commits] Commit in cinnamon-screensaver/repos (8 files)

2017-01-04 Thread Alexandre Filgueira
Date: Wednesday, January 4, 2017 @ 15:00:26
  Author: faidoc
Revision: 204869

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

Added:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
(from rev 204868, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
(from rev 204868, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 204868, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
(from rev 204868, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
Deleted:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam

---+
 /PKGBUILD |   84 
 /cinnamon-screensaver.pam |   12 
 community-i686/PKGBUILD   |   42 --
 community-i686/cinnamon-screensaver.pam   |6 --
 community-x86_64/PKGBUILD |   42 --
 community-x86_64/cinnamon-screensaver.pam |6 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-04 14:59:20 UTC (rev 204868)
+++ community-i686/PKGBUILD 2017-01-04 15:00:26 UTC (rev 204869)
@@ -1,42 +0,0 @@
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Based on gnome-screensaver package:
-# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Jan de Groot <j...@archlinux.org>
-
-pkgname=cinnamon-screensaver
-pkgver=3.2.13
-pkgrel=1
-pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://github.com/linuxmint/cinnamon-screensaver;
-backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps' 'python-cairo')
-makedepends=('intltool' 'gnome-common')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
-   cinnamon-screensaver.pam)
-sha256sums=('7b1a0c156cc0e1983d6ed4370426eac372a5cc3d5f6b8203ddc6913a58d972e9'
-'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Support new libsystemd (which replaces libsystemd-login)
-  sed -i 's/libsystemd-login/libsystemd/' configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon-screensaver \
-   --localstatedir=/var \
-   --with-mit-ext --with-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
-}

Copied: cinnamon-screensaver/repos/community-i686/PKGBUILD (from rev 204868, 
cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-04 15:00:26 UTC (rev 204869)
@@ -0,0 +1,42 @@
+# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Jan de Groot <j...@archlinux.org>
+
+pkgname=cinnamon-screensaver
+pkgver=3.2.13
+pkgrel=2
+pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://github.com/linuxmint/cinnamon-screensaver;
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps' 'python-cairo' 
'python-setproctitle')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('7b1a0c156cc0e1983d6ed4370426eac372a5cc3d5f6b8203ddc6913a58d972e9'
+'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Support new libsystemd (which replaces libsystemd-login)
+  sed -i 's/libsystemd-login/libsystemd/' configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon-screensaver \
+   --localstatedir=/var \
+   --with-mit-ext --

[arch-commits] Commit in cinnamon-screensaver/trunk (PKGBUILD)

2017-01-04 Thread Alexandre Filgueira
Date: Wednesday, January 4, 2017 @ 14:59:20
  Author: faidoc
Revision: 204868

upgpkg: cinnamon-screensaver 3.2.13-2

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 13:54:19 UTC (rev 204867)
+++ PKGBUILD2017-01-04 14:59:20 UTC (rev 204868)
@@ -5,13 +5,13 @@
 
 pkgname=cinnamon-screensaver
 pkgver=3.2.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('i686' 'x86_64')
 license=('GPL')
 url="https://github.com/linuxmint/cinnamon-screensaver;
 backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps' 'python-cairo')
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps' 'python-cairo' 
'python-setproctitle')
 makedepends=('intltool' 'gnome-common')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
cinnamon-screensaver.pam)


[arch-commits] Commit in cinnamon-settings-daemon/repos (4 files)

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 01:19:45
  Author: faidoc
Revision: 203372

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

Added:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
(from rev 203371, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 203371, cinnamon-settings-daemon/trunk/PKGBUILD)
Deleted:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  100 
 community-i686/PKGBUILD   |   39 -
 community-x86_64/PKGBUILD |   39 -
 3 files changed, 100 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-31 01:18:44 UTC (rev 203371)
+++ community-i686/PKGBUILD 2016-12-31 01:19:45 UTC (rev 203372)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira (faidoc) <alexfilgue...@antergos.com>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-
-pkgname=cinnamon-settings-daemon
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="The Cinnamon Settings daemon"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
- 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
- 'libgudev' 'dbus-glib' 'colord' 'cups')
-makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
-options=('!emptydirs')
-url="https://github.com/linuxmint/cinnamon-settings-daemon;
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
-sha256sums=('0726e8ce4b1008229fe157ba0888a2effa1d9efa4e60735faf67af1fde8586f1')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static --enable-systemd
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-settings-daemon/repos/community-i686/PKGBUILD (from rev 
203371, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-31 01:19:45 UTC (rev 203372)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexandre Filgueira (faidoc) <alexfilgue...@antergos.com>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+
+pkgname=cinnamon-settings-daemon
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
+ 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
+ 'libgudev' 'dbus-glib' 'colord' 'cups' 'polkit' 'libibus' 'lcms2')
+makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom' 
'autoconf-archive')
+options=('!emptydirs')
+url="https://github.com/linuxmint/cinnamon-settings-daemon;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;
+   
"http://pkgs.fedoraproject.org/cgit/rpms/cinnamon-settings-daemon.git/plain/csd-background-manager.patch;)
+sha256sums=('7541b85934d8b632dda0f6ef48dc17f10163501560d95e9f2e23e3d1dfdadea8'
+'a44f8ea45db3431c8abdf6167179c0b6e4c4a0025822c6f207b905b630017366')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # https://github.com/linuxmint/Cinnamon/issues/5569#issuecomment-252537458
+  patch -Np1 -i ../csd-background-manager.patch
+
+  ./autogen.sh \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --libexecdir="/usr/lib/${pkgname}" \
+   --disable-static \
+   --enable-systemd \
+--enable-polkit
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-31 01:18:44 UTC (rev 203371)
+++ community-x86_64/PKGBUILD   2016-12-31 01:19:45 UTC (rev 203372)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira (faidoc) <alexfilgue...@antergos.com>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-
-pkgname=cinnamon-settings-daemon
-p

[arch-commits] Commit in cinnamon-settings-daemon/trunk (PKGBUILD)

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 01:18:44
  Author: faidoc
Revision: 203371

upgpkg: cinnamon-settings-daemon 3.2.1-1

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

--+
 PKGBUILD |   25 ++---
 1 file changed, 18 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 01:11:30 UTC (rev 203370)
+++ PKGBUILD2016-12-31 01:18:44 UTC (rev 203371)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-settings-daemon
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="The Cinnamon Settings daemon"
 arch=('i686' 'x86_64')
@@ -10,12 +10,14 @@
 license=('GPL')
 depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
  'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
- 'libgudev' 'dbus-glib' 'colord' 'cups')
-makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
+ 'libgudev' 'dbus-glib' 'colord' 'cups' 'polkit' 'libibus' 'lcms2')
+makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom' 
'autoconf-archive')
 options=('!emptydirs')
 url="https://github.com/linuxmint/cinnamon-settings-daemon;
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
-sha256sums=('0726e8ce4b1008229fe157ba0888a2effa1d9efa4e60735faf67af1fde8586f1')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;
+   
"http://pkgs.fedoraproject.org/cgit/rpms/cinnamon-settings-daemon.git/plain/csd-background-manager.patch;)
+sha256sums=('7541b85934d8b632dda0f6ef48dc17f10163501560d95e9f2e23e3d1dfdadea8'
+'a44f8ea45db3431c8abdf6167179c0b6e4c4a0025822c6f207b905b630017366')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -24,9 +26,18 @@
 build() {
   cd $pkgname-$pkgver
 
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static --enable-systemd
+  # https://github.com/linuxmint/Cinnamon/issues/5569#issuecomment-252537458
+  patch -Np1 -i ../csd-background-manager.patch
 
+  ./autogen.sh \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --libexecdir="/usr/lib/${pkgname}" \
+   --disable-static \
+   --enable-systemd \
+--enable-polkit
+
   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 


[arch-commits] Commit in nemo/repos (4 files)

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 01:11:30
  Author: faidoc
Revision: 203370

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 203369, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 203369, nemo/trunk/PKGBUILD)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 community-i686/PKGBUILD   |   52 --
 community-x86_64/PKGBUILD |   52 --
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-31 01:10:23 UTC (rev 203369)
+++ community-i686/PKGBUILD 2016-12-31 01:11:30 UTC (rev 203370)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.2.0
-pkgrel=2
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-optdepends=('ffmpegthumbnailer: support for video thumbnails')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
-  'python-gobject' 'python-polib' 'python2-gobject')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha256sums=('69d4acbde7f01193374cc07894970136b9975475c35a69f0a6ec4203cd5af2c6')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-tracker \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove D-Bus activation file to avoid conflict with nautilus-desktop
-  rm 
"$pkgdir/usr/share/dbus-1/services/org.nemo.freedesktop.FileManager1.service"
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 203369, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-31 01:11:30 UTC (rev 203370)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo;
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
+ 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+optdepends=('ffmpegthumbnailer: support for video thumbnails')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
+  'python-gobject' 'python-polib' 'python2-gobject')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
+sha256sums=('5f04fe37112d15d55d0fe1783252a8d03df70897fb5349ef6d28dbdbcf226407')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nemo \
+  --disable-update-mimedb \
+  --disable-tracker \
+  --disable-gtk-doc-html \
+  --disable-schemas-compile
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove D-Bus activation file to avoid conflict with nautilus-desktop
+  rm 
"$pkgdir/usr/share/dbus-1/services/org.nemo.freedesktop.FileManager1.service"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-31 01:10:23 UTC (rev 203369)
+++ community-x86_64/PKGBUILD   2016-12-31 01:11:30 UTC (rev 203370)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.

[arch-commits] Commit in nemo/trunk (PKGBUILD)

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 01:10:23
  Author: faidoc
Revision: 203369

upgpkg: nemo 3.2.2-1

Modified:
  nemo/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 00:57:34 UTC (rev 203368)
+++ PKGBUILD2016-12-31 01:10:23 UTC (rev 203369)
@@ -3,8 +3,8 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.2
+pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/nemo;
@@ -16,7 +16,7 @@
   'python-gobject' 'python-polib' 'python2-gobject')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha256sums=('69d4acbde7f01193374cc07894970136b9975475c35a69f0a6ec4203cd5af2c6')
+sha256sums=('5f04fe37112d15d55d0fe1783252a8d03df70897fb5349ef6d28dbdbcf226407')
 
 prepare() {
   cd linuxmint-nemo-*


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

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:57:34
  Author: faidoc
Revision: 203368

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 203367, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 203367, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 203367, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 203367, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 203367, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 203367, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

--+
 /PKGBUILD|  228 +
 /default-theme.patch |   50 +++
 /set_wheel.patch |  112 
 community-i686/PKGBUILD  |  114 
 community-i686/default-theme.patch   |   25 ---
 community-i686/set_wheel.patch   |   56 
 community-x86_64/PKGBUILD|  114 
 community-x86_64/default-theme.patch |   25 ---
 community-x86_64/set_wheel.patch |   56 
 9 files changed, 390 insertions(+), 390 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-31 00:56:15 UTC (rev 203367)
+++ community-i686/PKGBUILD 2016-12-31 00:57:34 UTC (rev 203368)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.2.1
-pkgrel=4
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python-dbus' 
'python2-dbus' 'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch")
-sha256sums=('4fc7021815fe138d932d63de95b879ae557bca90d39f41bc015d42ce131aa998'
-'97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
-'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in 

[arch-commits] Commit in cinnamon/trunk (PKGBUILD)

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:56:15
  Author: faidoc
Revision: 203367

upgpkg: cinnamon 3.2.7-1

Modified:
  cinnamon/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 00:46:33 UTC (rev 203366)
+++ PKGBUILD2016-12-31 00:56:15 UTC (rev 203367)
@@ -5,8 +5,8 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=3.2.1
-pkgrel=4
+pkgver=3.2.7
+pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/Cinnamon;
@@ -25,7 +25,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
 "set_wheel.patch"
 "default-theme.patch")
-sha256sums=('4fc7021815fe138d932d63de95b879ae557bca90d39f41bc015d42ce131aa998'
+sha256sums=('69ab4510e4239f577a7acc7ea987d0522caa9796bfaa4a062a5009009ebc5a80'
 '97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
 '566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
 


[arch-commits] Commit in cinnamon-translations/repos/community-any (PKGBUILD PKGBUILD)

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:46:33
  Author: faidoc
Revision: 203366

archrelease: copy trunk to community-any

Added:
  cinnamon-translations/repos/community-any/PKGBUILD
(from rev 203365, cinnamon-translations/trunk/PKGBUILD)
Deleted:
  cinnamon-translations/repos/community-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-31 00:44:08 UTC (rev 203365)
+++ PKGBUILD2016-12-31 00:46:33 UTC (rev 203366)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
-# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-
-pkgname=cinnamon-translations
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Translations for Cinnamon and Nemo"
-arch=(any)
-url="https://github.com/linuxmint/cinnamon-translations;
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
-sha256sums=('18cfe229900979b35686c638ba00530e88be33aeb473364067daf28b22aa9ca8')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-
-   install -m 0755 -d ${pkgdir}/usr/share/locale/ 
-   cp -Rp usr/share/locale/* ${pkgdir}/usr/share/locale/
-}

Copied: cinnamon-translations/repos/community-any/PKGBUILD (from rev 203365, 
cinnamon-translations/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-31 00:46:33 UTC (rev 203366)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+
+pkgname=cinnamon-translations
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=(any)
+url="https://github.com/linuxmint/cinnamon-translations;
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
+sha256sums=('3dc7bd997b87c2a0507e2949b16d4bace6e13fbbad9d740d07a6cef4a78d5557')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+
+   install -m 0755 -d ${pkgdir}/usr/share/locale/ 
+   cp -Rp usr/share/locale/* ${pkgdir}/usr/share/locale/
+}


[arch-commits] Commit in cinnamon-translations/trunk (PKGBUILD)

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:44:08
  Author: faidoc
Revision: 203365

upgpkg: cinnamon-translations 3.2.2-1

Modified:
  cinnamon-translations/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 00:36:34 UTC (rev 203364)
+++ PKGBUILD2016-12-31 00:44:08 UTC (rev 203365)
@@ -2,7 +2,7 @@
 # Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
 
 pkgname=cinnamon-translations
-pkgver=3.2.0
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="Translations for Cinnamon and Nemo"
 arch=(any)
@@ -9,7 +9,7 @@
 url="https://github.com/linuxmint/cinnamon-translations;
 license=('GPL2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
-sha256sums=('18cfe229900979b35686c638ba00530e88be33aeb473364067daf28b22aa9ca8')
+sha256sums=('3dc7bd997b87c2a0507e2949b16d4bace6e13fbbad9d740d07a6cef4a78d5557')
 
 build() {
cd ${pkgname}-${pkgver}


[arch-commits] Commit in cinnamon-desktop/repos (8 files)

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:36:34
  Author: faidoc
Revision: 203364

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

Added:
  cinnamon-desktop/repos/community-i686/PKGBUILD
(from rev 203363, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-i686/config.patch
(from rev 203363, cinnamon-desktop/trunk/config.patch)
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
(from rev 203363, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-x86_64/config.patch
(from rev 203363, cinnamon-desktop/trunk/config.patch)
Deleted:
  cinnamon-desktop/repos/community-i686/PKGBUILD
  cinnamon-desktop/repos/community-i686/config.patch
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
  cinnamon-desktop/repos/community-x86_64/config.patch

---+
 /PKGBUILD |   78 
 /config.patch |   96 
 community-i686/PKGBUILD   |   39 
 community-i686/config.patch   |   48 
 community-x86_64/PKGBUILD |   39 
 community-x86_64/config.patch |   48 
 6 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-31 00:35:29 UTC (rev 203363)
+++ community-i686/PKGBUILD 2016-12-31 00:36:34 UTC (rev 203364)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria 
-# Contributor:  Jan de Groot 
-
-pkgname=cinnamon-desktop
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Library with common API for various Cinnamon modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
-makedepends=(intltool gobject-introspection gnome-common python2)
-url="https://github.com/linuxmint/cinnamon-desktop;
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
-"config.patch")
-sha256sums=('84c29fd9256370b6789613292fd12ec7893c1b752487dc938b056a3d68607212'
-'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Adjust configuration
-  patch -Np1 -i ../config.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-desktop/repos/community-i686/PKGBUILD (from rev 203363, 
cinnamon-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-31 00:36:34 UTC (rev 203364)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexandre Filgueria 
+# Contributor:  Jan de Groot 
+
+pkgname=cinnamon-desktop
+pkgver=3.2.4
+pkgrel=2
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
+makedepends=(intltool gobject-introspection gnome-common python2)
+url="https://github.com/linuxmint/cinnamon-desktop;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
+"config.patch")
+sha256sums=('f9920082b299c85d11cfdb6747026f5f044eabf3a09c0164873fa2850561abad'
+'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Adjust configuration
+  patch -Np1 -i ../config.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/config.patch
===
--- community-i686/config.patch 2016-12-31 00:35:29 UTC (rev 203363)
+++ community-i686/config.patch 2016-12-31 00:36:34 UTC (rev 203364)
@@ -1,48 +0,0 @@
-diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
  2015-10-16 13:00:30.0 +
-+++ 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
   2015-11-20 

[arch-commits] Commit in cinnamon-desktop/trunk (PKGBUILD)

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:35:29
  Author: faidoc
Revision: 203363

upgpkg: cinnamon-desktop 3.2.4-2

Modified:
  cinnamon-desktop/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 00:29:37 UTC (rev 203362)
+++ PKGBUILD2016-12-31 00:35:29 UTC (rev 203363)
@@ -4,7 +4,7 @@
 
 pkgname=cinnamon-desktop
 pkgver=3.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Library with common API for various Cinnamon modules"
 arch=(i686 x86_64)
 license=(GPL LGPL)


[arch-commits] Commit in cinnamon-screensaver/repos (8 files)

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:29:37
  Author: faidoc
Revision: 203362

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

Added:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
(from rev 203361, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
(from rev 203361, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 203361, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
(from rev 203361, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
Deleted:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam

---+
 /PKGBUILD |   84 
 /cinnamon-screensaver.pam |   12 
 community-i686/PKGBUILD   |   42 --
 community-i686/cinnamon-screensaver.pam   |6 --
 community-x86_64/PKGBUILD |   42 --
 community-x86_64/cinnamon-screensaver.pam |6 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-31 00:28:47 UTC (rev 203361)
+++ community-i686/PKGBUILD 2016-12-31 00:29:37 UTC (rev 203362)
@@ -1,42 +0,0 @@
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Based on gnome-screensaver package:
-# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Jan de Groot <j...@archlinux.org>
-
-pkgname=cinnamon-screensaver
-pkgver=3.2.2
-pkgrel=1
-pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://github.com/linuxmint/cinnamon-screensaver;
-backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps' 'python-cairo')
-makedepends=('intltool' 'gnome-common')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
-   cinnamon-screensaver.pam)
-sha256sums=('d8ec85d3b984f527790d68d61156adea84f84f35bc956d32923d5116d4937df2'
-'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Support new libsystemd (which replaces libsystemd-login)
-  sed -i 's/libsystemd-login/libsystemd/' configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon-screensaver \
-   --localstatedir=/var \
-   --with-mit-ext --with-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
-}

Copied: cinnamon-screensaver/repos/community-i686/PKGBUILD (from rev 203361, 
cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-31 00:29:37 UTC (rev 203362)
@@ -0,0 +1,42 @@
+# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Jan de Groot <j...@archlinux.org>
+
+pkgname=cinnamon-screensaver
+pkgver=3.2.13
+pkgrel=1
+pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://github.com/linuxmint/cinnamon-screensaver;
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps' 'python-cairo')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('7b1a0c156cc0e1983d6ed4370426eac372a5cc3d5f6b8203ddc6913a58d972e9'
+'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Support new libsystemd (which replaces libsystemd-login)
+  sed -i 's/libsystemd-login/libsystemd/' configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon-screensaver \
+   --localstatedir=/var \
+   --with-mit-ext --with-systemd
+  make
+}
+
+

[arch-commits] Commit in cinnamon-screensaver/trunk (PKGBUILD)

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:28:47
  Author: faidoc
Revision: 203361

upgpkg: cinnamon-screensaver 3.2.13-1

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 00:24:03 UTC (rev 203360)
+++ PKGBUILD2016-12-31 00:28:47 UTC (rev 203361)
@@ -4,7 +4,7 @@
 # Jan de Groot 
 
 pkgname=cinnamon-screensaver
-pkgver=3.2.2
+pkgver=3.2.13
 pkgrel=1
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gnome-common')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
cinnamon-screensaver.pam)
-sha256sums=('d8ec85d3b984f527790d68d61156adea84f84f35bc956d32923d5116d4937df2'
+sha256sums=('7b1a0c156cc0e1983d6ed4370426eac372a5cc3d5f6b8203ddc6913a58d972e9'
 'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
 
 prepare() {


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

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:24:03
  Author: faidoc
Revision: 203360

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 203359, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 203359, cinnamon-control-center/trunk/PKGBUILD)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/gtkdoc_issue.patch
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/gtkdoc_issue.patch

-+
 /PKGBUILD   |  102 ++
 community-i686/PKGBUILD |   56 --
 community-i686/gtkdoc_issue.patch   |   11 ---
 community-x86_64/PKGBUILD   |   56 --
 community-x86_64/gtkdoc_issue.patch |   11 ---
 5 files changed, 102 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-31 00:23:05 UTC (rev 203359)
+++ community-i686/PKGBUILD 2016-12-31 00:24:03 UTC (rev 203360)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Jan de Groot <j...@archlinux.org>
-
-pkgname=cinnamon-control-center
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="The Control Center for Cinnamon"
-arch=('i686' 'x86_64')
-depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd' 'network-manager-applet' 'colord')
-optdepends=('gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common' 'docbook-xsl')
-url="https://github.com/linuxmint/cinnamon-control-center;
-license=('GPL')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
-   "gtkdoc_issue.patch")
-sha256sums=('60696d6793e2e7de6746ee65b3dfd64948ad5eb8a46182abefb3c464e4a2ea2c'
-'a127b49b3a7b72a11e157bd58d40e167fedd664c8609a0e2efcabd89df57ba55')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix issue with gtkdoc
-  patch -Np1 -i ../gtkdoc_issue.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove unused stuff
-  #make -C panels/sound DESTDIR="$pkgdir" uninstall
-  #make -C panels/sound/data DESTDIR="$pkgdir" install
-  #make -C shell DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-directoryDATA uninstall-uiDATA
-  #rm 
"$pkgdir"/usr/share/applications/cinnamon-{control-center,datetime-panel,region-panel,sound-panel}.desktop
-  #rm -R "$pkgdir/etc"
-
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: cinnamon-control-center/repos/community-i686/PKGBUILD (from rev 203359, 
cinnamon-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-31 00:24:03 UTC (rev 203360)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Jan de Groot <j...@archlinux.org>
+
+pkgname=cinnamon-control-center
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="The Control Center for Cinnamon"
+arch=('i686' 'x86_64')
+depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
+ 'libgnomekbd' 'network-manager-applet' 'colord')
+optdepends=('gnome-color-manager: for color management tasks')
+makedepends=('intltool' 'gnome-common' 'docbook-xsl')
+url="https://github.com/linuxmint/cinnamon-control-center;
+license=('GPL')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
+sha256sums=('12a29a3293cde58ae6fd6fdbab7eef4a2119ac8f515ca9218e753aacd15c')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --lo

[arch-commits] Commit in cinnamon-control-center/trunk (PKGBUILD gtkdoc_issue.patch)

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:23:05
  Author: faidoc
Revision: 203359

upgpkg: cinnamon-control-center 3.2.1-1

Modified:
  cinnamon-control-center/trunk/PKGBUILD
Deleted:
  cinnamon-control-center/trunk/gtkdoc_issue.patch

+
 PKGBUILD   |   11 +++
 gtkdoc_issue.patch |   11 ---
 2 files changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 00:13:01 UTC (rev 203358)
+++ PKGBUILD2016-12-31 00:23:05 UTC (rev 203359)
@@ -5,7 +5,7 @@
 # Jan de Groot 
 
 pkgname=cinnamon-control-center
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="The Control Center for Cinnamon"
 arch=('i686' 'x86_64')
@@ -16,16 +16,11 @@
 url="https://github.com/linuxmint/cinnamon-control-center;
 license=('GPL')
 options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
-   "gtkdoc_issue.patch")
-sha256sums=('60696d6793e2e7de6746ee65b3dfd64948ad5eb8a46182abefb3c464e4a2ea2c'
-'a127b49b3a7b72a11e157bd58d40e167fedd664c8609a0e2efcabd89df57ba55')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
+sha256sums=('12a29a3293cde58ae6fd6fdbab7eef4a2119ac8f515ca9218e753aacd15c')
 
 prepare() {
   cd $pkgname-$pkgver
-
-  # Fix issue with gtkdoc
-  patch -Np1 -i ../gtkdoc_issue.patch
 }
 
 build() {

Deleted: gtkdoc_issue.patch
===
--- gtkdoc_issue.patch  2016-12-31 00:13:01 UTC (rev 203358)
+++ gtkdoc_issue.patch  2016-12-31 00:23:05 UTC (rev 203359)
@@ -1,11 +0,0 @@
-diff -Naur cinnamon-control-center-3.2.0.orig/autogen.sh 
cinnamon-control-center-3.2.0.changed/autogen.sh
 cinnamon-control-center-3.2.0.orig/autogen.sh  2016-11-07 
07:18:37.0 -0500
-+++ cinnamon-control-center-3.2.0.changed/autogen.sh   2016-11-07 
17:41:38.407293799 -0500
-@@ -24,7 +24,6 @@
- 
- aclocal --install || exit 1
- glib-gettextize --force --copy || exit 1
--gtkdocize --copy || exit 1
- intltoolize --force --copy --automake || exit 1
- autoreconf --verbose --force --install || exit 1
- 


[arch-commits] Commit in cinnamon-desktop/repos/community-x86_64 (4 files)

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:13:01
  Author: faidoc
Revision: 203358

archrelease: copy trunk to community-x86_64

Added:
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
(from rev 203357, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-x86_64/config.patch
(from rev 203357, cinnamon-desktop/trunk/config.patch)
Deleted:
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
  cinnamon-desktop/repos/community-x86_64/config.patch

--+
 PKGBUILD |   78 +++---
 config.patch |   96 -
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-31 00:12:23 UTC (rev 203357)
+++ PKGBUILD2016-12-31 00:13:01 UTC (rev 203358)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria 
-# Contributor:  Jan de Groot 
-
-pkgname=cinnamon-desktop
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Library with common API for various Cinnamon modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
-makedepends=(intltool gobject-introspection gnome-common python2)
-url="https://github.com/linuxmint/cinnamon-desktop;
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
-"config.patch")
-sha256sums=('84c29fd9256370b6789613292fd12ec7893c1b752487dc938b056a3d68607212'
-'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Adjust configuration
-  patch -Np1 -i ../config.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-desktop/repos/community-x86_64/PKGBUILD (from rev 203357, 
cinnamon-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-31 00:13:01 UTC (rev 203358)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexandre Filgueria 
+# Contributor:  Jan de Groot 
+
+pkgname=cinnamon-desktop
+pkgver=3.2.4
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
+makedepends=(intltool gobject-introspection gnome-common python2)
+url="https://github.com/linuxmint/cinnamon-desktop;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
+"config.patch")
+sha256sums=('f9920082b299c85d11cfdb6747026f5f044eabf3a09c0164873fa2850561abad'
+'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Adjust configuration
+  patch -Np1 -i ../config.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: config.patch
===
--- config.patch2016-12-31 00:12:23 UTC (rev 203357)
+++ config.patch2016-12-31 00:13:01 UTC (rev 203358)
@@ -1,48 +0,0 @@
-diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
  2015-10-16 13:00:30.0 +
-+++ 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
   2015-11-20 19:04:16.543027956 +
-@@ -10,7 +10,7 @@
-   
- 
- 
--  
'file://@datadir@/themes/Adwaita/backgrounds/adwaita-timed.xml'
-+  
'file://@datadir@/backgrounds/gnome/adwaita-timed.xml'
-   <_summary>Picture URI
-   <_description>
- URI to use for the background image. Not that the backend only 
supports
-diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
 cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
   2015-10-16 13:00:30.0 +
-+++ 

[arch-commits] Commit in cinnamon-desktop/trunk (PKGBUILD)

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:12:23
  Author: faidoc
Revision: 203357

upgpkg: cinnamon-desktop 3.2.4-1

Modified:
  cinnamon-desktop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-30 23:55:54 UTC (rev 203356)
+++ PKGBUILD2016-12-31 00:12:23 UTC (rev 203357)
@@ -3,7 +3,7 @@
 # Contributor:  Jan de Groot 
 
 pkgname=cinnamon-desktop
-pkgver=3.2.0
+pkgver=3.2.4
 pkgrel=1
 pkgdesc="Library with common API for various Cinnamon modules"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 url="https://github.com/linuxmint/cinnamon-desktop;
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
 "config.patch")
-sha256sums=('84c29fd9256370b6789613292fd12ec7893c1b752487dc938b056a3d68607212'
+sha256sums=('f9920082b299c85d11cfdb6747026f5f044eabf3a09c0164873fa2850561abad'
 'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
 
 prepare() {


[arch-commits] Commit in muffin/repos (4 files)

2016-12-30 Thread Alexandre Filgueira
Date: Friday, December 30, 2016 @ 23:55:54
  Author: faidoc
Revision: 203356

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

Added:
  muffin/repos/community-i686/PKGBUILD
(from rev 203355, muffin/trunk/PKGBUILD)
  muffin/repos/community-x86_64/PKGBUILD
(from rev 203355, muffin/trunk/PKGBUILD)
Deleted:
  muffin/repos/community-i686/PKGBUILD
  muffin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   98 
 community-i686/PKGBUILD   |   49 --
 community-x86_64/PKGBUILD |   49 --
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-30 23:54:34 UTC (rev 203355)
+++ community-i686/PKGBUILD 2016-12-30 23:55:54 UTC (rev 203356)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-# Contributor: Adam Hani Schakaki <a...@schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin;
-license=('GPL')
-depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
- 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('061966c2c8520804e1338de0dd499672a7f054aa7ae32b2fd98e49e656ad9a21')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile \
- --enable-compile-warnings=minimum
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir/" install
-
-  # Remove unused stuff
-  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
-  make -C src/tools DESTDIR="$pkgdir" uninstall
-  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
-  make -C doc/man DESTDIR="$pkgdir" uninstall
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 203355, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-30 23:55:54 UTC (rev 203356)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+# Contributor: Adam Hani Schakaki <a...@schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
+sha256sums=('84af1e49c2765cb219bc09b8c863c524464a297b40cc595da13d49f70550e8a4')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile \
+ --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+
+  # Remove unused stuff
+  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
+  make -C src/tools DESTDIR="$pkgdir" uninstall
+  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
+  make -C doc/man DESTDIR="$pkgdir" uninstall
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-30 23:54:34 UTC (rev 203355)
+++ community-x86_64/PKGBUILD   2016-12-30 23:55:54 UTC (rev 203356)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@ante

[arch-commits] Commit in muffin/trunk (PKGBUILD)

2016-12-30 Thread Alexandre Filgueira
Date: Friday, December 30, 2016 @ 23:54:34
  Author: faidoc
Revision: 203355

upgpkg: muffin 3.2.1-1

Modified:
  muffin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-30 19:37:59 UTC (rev 203354)
+++ PKGBUILD2016-12-30 23:54:34 UTC (rev 203355)
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('061966c2c8520804e1338de0dd499672a7f054aa7ae32b2fd98e49e656ad9a21')
+sha256sums=('84af1e49c2765cb219bc09b8c863c524464a297b40cc595da13d49f70550e8a4')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in cinnamon-screensaver/repos (8 files)

2016-11-14 Thread Alexandre Filgueira
Date: Monday, November 14, 2016 @ 17:34:37
  Author: faidoc
Revision: 195824

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

Added:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
(from rev 195821, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
(from rev 195821, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 195822, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
(from rev 195822, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
Deleted:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam

---+
 /PKGBUILD |   84 
 /cinnamon-screensaver.pam |   12 
 community-i686/PKGBUILD   |   42 --
 community-i686/cinnamon-screensaver.pam   |6 --
 community-x86_64/PKGBUILD |   42 --
 community-x86_64/cinnamon-screensaver.pam |6 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-14 17:34:32 UTC (rev 195823)
+++ community-i686/PKGBUILD 2016-11-14 17:34:37 UTC (rev 195824)
@@ -1,42 +0,0 @@
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Based on gnome-screensaver package:
-# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Jan de Groot <j...@archlinux.org>
-
-pkgname=cinnamon-screensaver
-pkgver=3.2.0
-pkgrel=2
-pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://github.com/linuxmint/cinnamon-screensaver;
-backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps' 'python-cairo')
-makedepends=('intltool' 'gnome-common')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
-   cinnamon-screensaver.pam)
-sha256sums=('8ddf75571979968083cfbc089fce46f58c9447d250174e4ef5bd22e22ce0c756'
-'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Support new libsystemd (which replaces libsystemd-login)
-  sed -i 's/libsystemd-login/libsystemd/' configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon-screensaver \
-   --localstatedir=/var \
-   --with-mit-ext --with-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
-}

Copied: cinnamon-screensaver/repos/community-i686/PKGBUILD (from rev 195821, 
cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-14 17:34:37 UTC (rev 195824)
@@ -0,0 +1,42 @@
+# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Jan de Groot <j...@archlinux.org>
+
+pkgname=cinnamon-screensaver
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://github.com/linuxmint/cinnamon-screensaver;
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps' 'python-cairo')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('d8ec85d3b984f527790d68d61156adea84f84f35bc956d32923d5116d4937df2'
+'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Support new libsystemd (which replaces libsystemd-login)
+  sed -i 's/libsystemd-login/libsystemd/' configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon-screensaver \
+   --localstatedir=/var \
+   --with-mit-ext --with-systemd
+  make
+}
+
+

[arch-commits] Commit in cinnamon-screensaver/trunk (PKGBUILD)

2016-11-14 Thread Alexandre Filgueira
Date: Monday, November 14, 2016 @ 17:33:53
  Author: faidoc
Revision: 195820

upgpkg: cinnamon-screensaver 3.2.2-1

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-14 17:32:29 UTC (rev 195819)
+++ PKGBUILD2016-11-14 17:33:53 UTC (rev 195820)
@@ -4,8 +4,8 @@
 # Jan de Groot 
 
 pkgname=cinnamon-screensaver
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.2
+pkgrel=1
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gnome-common')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
cinnamon-screensaver.pam)
-sha256sums=('8ddf75571979968083cfbc089fce46f58c9447d250174e4ef5bd22e22ce0c756'
+sha256sums=('d8ec85d3b984f527790d68d61156adea84f84f35bc956d32923d5116d4937df2'
 'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
 
 prepare() {


[arch-commits] Commit in cjs/repos (3 files)

2016-11-14 Thread Alexandre Filgueira
Date: Monday, November 14, 2016 @ 17:26:28
  Author: faidoc
Revision: 195806

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

Added:
  cjs/repos/community-i686/PKGBUILD
(from rev 195804, cjs/trunk/PKGBUILD)
  cjs/repos/community-x86_64/PKGBUILD
(from rev 195805, cjs/trunk/PKGBUILD)
Deleted:
  cjs/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   45 
 community-i686/PKGBUILD   |   45 
 community-x86_64/PKGBUILD |   45 
 3 files changed, 90 insertions(+), 45 deletions(-)

Copied: cjs/repos/community-i686/PKGBUILD (from rev 195804, cjs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-14 17:26:28 UTC (rev 195806)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+# Contributor: Ionut Biru <ib...@archlinux.org>
+
+pkgname=cjs
+pkgver=3.2.0
+pkgrel=2
+pkgdesc="Javascript Bindings for Cinnamon"
+arch=(i686 x86_64)
+url="https://github.com/linuxmint/cjs;
+license=(GPL)
+depends=(gtk3 gobject-introspection-runtime js dbus-glib)
+makedepends=(gnome-common python2 gobject-introspection)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
+options=(!emptydirs)
+sha256sums=('df55c1b89cea5d40d6a9950407a5d18915d2dde4e31670faeb0f5e4ba119edde')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Python2 fix
+  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
+   verbump.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-14 17:26:01 UTC (rev 195805)
+++ community-x86_64/PKGBUILD   2016-11-14 17:26:28 UTC (rev 195806)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-# Contributor: Ionut Biru <ib...@archlinux.org>
-
-pkgname=cjs
-pkgver=3.2.0
-pkgrel=2
-pkgdesc="Javascript Bindings for Cinnamon"
-arch=(i686 x86_64)
-url="https://github.com/linuxmint/cjs;
-license=(GPL)
-depends=(gtk3 gobject-introspection-runtime js dbus-glib)
-makedepends=(gnome-common python2 gobject-introspection)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-options=(!emptydirs)
-sha256sums=('df55c1b89cea5d40d6a9950407a5d18915d2dde4e31670faeb0f5e4ba119edde')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Python2 fix
-  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
-   verbump.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs a display
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cjs/repos/community-x86_64/PKGBUILD (from rev 195805, 
cjs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-14 17:26:28 UTC (rev 195806)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+# Contributor: Ionut Biru <ib...@archlinux.org>
+
+pkgname=cjs
+pkgver=3.2.0
+pkgrel=2
+pkgdesc="Javascript Bindings for Cinnamon"
+arch=(i686 x86_64)
+url="https://github.com/linuxmint/cjs;
+license=(GPL)
+depends=(gtk3 gobject-introspection-runtime js dbus-glib)
+makedepends=(gnome-common python2 gobject-introspection)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
+options=(!emptydirs)
+sha256sums=('df55c1b89cea5d40d6a9950407a5d18915d2dde4e31670faeb0f5e4ba119edde')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Python2 fix
+  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
+   verbump.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in cjs/repos (3 files)

2016-11-14 Thread Alexandre Filgueira
Date: Monday, November 14, 2016 @ 17:10:15
  Author: faidoc
Revision: 195797

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

Added:
  cjs/repos/community-x86_64/PKGBUILD
(from rev 195796, cjs/trunk/PKGBUILD)
Deleted:
  cjs/repos/community-i686/PKGBUILD
  cjs/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   45 
 community-i686/PKGBUILD   |   45 
 community-x86_64/PKGBUILD |   45 
 3 files changed, 45 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-14 17:07:26 UTC (rev 195796)
+++ community-i686/PKGBUILD 2016-11-14 17:10:15 UTC (rev 195797)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-# Contributor: Ionut Biru <ib...@archlinux.org>
-
-pkgname=cjs
-pkgver=3.0.1
-pkgrel=2
-pkgdesc="Javascript Bindings for Cinnamon"
-arch=(i686 x86_64)
-url="https://github.com/linuxmint/cjs;
-license=(GPL)
-depends=(gtk3 gobject-introspection-runtime js dbus-glib)
-makedepends=(gnome-common python2 gobject-introspection)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-options=(!emptydirs)
-sha256sums=('cafda5a8a21421e93720732debeea08c59e63c058d240ab0f7b3a6969654864f')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Python2 fix
-  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
-   verbump.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs a display
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-14 17:07:26 UTC (rev 195796)
+++ community-x86_64/PKGBUILD   2016-11-14 17:10:15 UTC (rev 195797)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-# Contributor: Ionut Biru <ib...@archlinux.org>
-
-pkgname=cjs
-pkgver=3.0.1
-pkgrel=2
-pkgdesc="Javascript Bindings for Cinnamon"
-arch=(i686 x86_64)
-url="https://github.com/linuxmint/cjs;
-license=(GPL)
-depends=(gtk3 gobject-introspection-runtime js dbus-glib)
-makedepends=(gnome-common python2 gobject-introspection)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-options=(!emptydirs)
-sha256sums=('cafda5a8a21421e93720732debeea08c59e63c058d240ab0f7b3a6969654864f')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Python2 fix
-  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
-   verbump.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs a display
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cjs/repos/community-x86_64/PKGBUILD (from rev 195796, 
cjs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-14 17:10:15 UTC (rev 195797)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+# Contributor: Ionut Biru <ib...@archlinux.org>
+
+pkgname=cjs
+pkgver=3.2.0
+pkgrel=2
+pkgdesc="Javascript Bindings for Cinnamon"
+arch=(i686 x86_64)
+url="https://github.com/linuxmint/cjs;
+license=(GPL)
+depends=(gtk3 gobject-introspection-runtime js dbus-glib)
+makedepends=(gnome-common python2 gobject-introspection)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
+options=(!emptydirs)
+sha256sums=('df55c1b89cea5d40d6a9950407a5d18915d2dde4e31670faeb0f5e4ba119edde')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Python2 fix
+  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
+   verbump.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2016-11-14 Thread Alexandre Filgueira
Date: Monday, November 14, 2016 @ 17:07:26
  Author: faidoc
Revision: 195796

upgpkg: cjs 3.2.0-2

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-14 17:05:15 UTC (rev 195795)
+++ PKGBUILD2016-11-14 17:07:26 UTC (rev 195796)
@@ -4,7 +4,7 @@
 
 pkgname=cjs
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=(i686 x86_64)
 url="https://github.com/linuxmint/cjs;


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

2016-11-10 Thread Alexandre Filgueira
Date: Thursday, November 10, 2016 @ 19:44:19
  Author: faidoc
Revision: 195318

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 195317, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 195317, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 195317, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 195317, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 195317, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 195317, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

--+
 /PKGBUILD|  228 +
 /default-theme.patch |   50 +++
 /set_wheel.patch |  112 
 community-i686/PKGBUILD  |  114 
 community-i686/default-theme.patch   |   25 ---
 community-i686/set_wheel.patch   |   56 
 community-x86_64/PKGBUILD|  114 
 community-x86_64/default-theme.patch |   25 ---
 community-x86_64/set_wheel.patch |   56 
 9 files changed, 390 insertions(+), 390 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-10 19:43:23 UTC (rev 195317)
+++ community-i686/PKGBUILD 2016-11-10 19:44:19 UTC (rev 195318)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.2.1
-pkgrel=3
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python-dbus' 
'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch")
-sha256sums=('4fc7021815fe138d932d63de95b879ae557bca90d39f41bc015d42ce131aa998'
-'97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
-'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in GNOME 3.20
-  sed -i 's/gnome-termi

[arch-commits] Commit in cinnamon/trunk (PKGBUILD)

2016-11-10 Thread Alexandre Filgueira
Date: Thursday, November 10, 2016 @ 19:43:23
  Author: faidoc
Revision: 195317

upgpkg: cinnamon 3.2.1-4

Modified:
  cinnamon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-10 19:40:07 UTC (rev 195316)
+++ PKGBUILD2016-11-10 19:43:23 UTC (rev 195317)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=3.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/Cinnamon;
@@ -14,7 +14,7 @@
 depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
  'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
  'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python-dbus' 
'python2-pillow'
+ 'networkmanager' 'muffin' 'python2-cairo' 'python-dbus' 
'python2-dbus' 'python2-pillow'
  'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
  'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
  'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject')


[arch-commits] Commit in cinnamon-menus/repos (4 files)

2016-11-09 Thread Alexandre Filgueira
Date: Wednesday, November 9, 2016 @ 22:41:40
  Author: faidoc
Revision: 195265

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

Added:
  cinnamon-menus/repos/community-i686/PKGBUILD
(from rev 195264, cinnamon-menus/trunk/PKGBUILD)
  cinnamon-menus/repos/community-x86_64/PKGBUILD
(from rev 195264, cinnamon-menus/trunk/PKGBUILD)
Deleted:
  cinnamon-menus/repos/community-i686/PKGBUILD
  cinnamon-menus/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   26 --
 community-x86_64/PKGBUILD |   26 --
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-09 22:36:47 UTC (rev 195264)
+++ community-i686/PKGBUILD 2016-11-09 22:41:40 UTC (rev 195265)
@@ -1,26 +0,0 @@
-#Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-
-pkgname=cinnamon-menus
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="Cinnamon menu specifications"
-arch=('i686' 'x86_64')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
-license=('GPL' 'LGPL')
-url="https://github.com/linuxmint/cinnamon-menus;
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
-sha256sums=('e17494e65edb6ca8b36e05ca21316db8ce6864d4f9bfa9312a661d5c39054ad7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --sbindir=/usr/bin
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-menus/repos/community-i686/PKGBUILD (from rev 195264, 
cinnamon-menus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-09 22:41:40 UTC (rev 195265)
@@ -0,0 +1,26 @@
+#Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+
+pkgname=cinnamon-menus
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Cinnamon menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
+license=('GPL' 'LGPL')
+url="https://github.com/linuxmint/cinnamon-menus;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
+sha256sums=('96eb3303151fabc18ccf2719849149d08f7391d22d0a6b72e82326009bb243b5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --sbindir=/usr/bin
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-09 22:36:47 UTC (rev 195264)
+++ community-x86_64/PKGBUILD   2016-11-09 22:41:40 UTC (rev 195265)
@@ -1,26 +0,0 @@
-#Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-
-pkgname=cinnamon-menus
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="Cinnamon menu specifications"
-arch=('i686' 'x86_64')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
-license=('GPL' 'LGPL')
-url="https://github.com/linuxmint/cinnamon-menus;
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
-sha256sums=('e17494e65edb6ca8b36e05ca21316db8ce6864d4f9bfa9312a661d5c39054ad7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --sbindir=/usr/bin
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-menus/repos/community-x86_64/PKGBUILD (from rev 195264, 
cinnamon-menus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-09 22:41:40 UTC (rev 195265)
@@ -0,0 +1,26 @@
+#Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+
+pkgname=cinnamon-menus
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Cinnamon menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
+license=('GPL' 'LGPL')
+url="https://github.com/linuxmint/cinnamon-menus;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
+sha256sums

[arch-commits] Commit in cinnamon-menus/trunk (PKGBUILD)

2016-11-09 Thread Alexandre Filgueira
Date: Wednesday, November 9, 2016 @ 22:36:47
  Author: faidoc
Revision: 195264

upgpkg: cinnamon-menus 3.2.0-1

Modified:
  cinnamon-menus/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-09 22:21:17 UTC (rev 195263)
+++ PKGBUILD2016-11-09 22:36:47 UTC (rev 195264)
@@ -1,7 +1,7 @@
 #Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
 
 pkgname=cinnamon-menus
-pkgver=3.0.2
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="Cinnamon menu specifications"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL' 'LGPL')
 url="https://github.com/linuxmint/cinnamon-menus;
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
-sha256sums=('e17494e65edb6ca8b36e05ca21316db8ce6864d4f9bfa9312a661d5c39054ad7')
+sha256sums=('96eb3303151fabc18ccf2719849149d08f7391d22d0a6b72e82326009bb243b5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-11-09 Thread Alexandre Filgueira
Date: Wednesday, November 9, 2016 @ 22:21:17
  Author: faidoc
Revision: 195263

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 195262, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 195262, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 195262, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 195262, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 195262, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 195262, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

--+
 /PKGBUILD|  228 +
 /default-theme.patch |   50 +++
 /set_wheel.patch |  112 
 community-i686/PKGBUILD  |  114 
 community-i686/default-theme.patch   |   25 ---
 community-i686/set_wheel.patch   |   56 
 community-x86_64/PKGBUILD|  114 
 community-x86_64/default-theme.patch |   25 ---
 community-x86_64/set_wheel.patch |   56 
 9 files changed, 390 insertions(+), 390 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-09 22:19:22 UTC (rev 195262)
+++ community-i686/PKGBUILD 2016-11-09 22:21:17 UTC (rev 195263)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.2.1
-pkgrel=3
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python-dbus' 
'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch")
-sha256sums=('4fc7021815fe138d932d63de95b879ae557bca90d39f41bc015d42ce131aa998'
-'97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
-'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in GNOME 3.20
-  sed -i 's/gnome-termi

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

2016-11-09 Thread Alexandre Filgueira
Date: Wednesday, November 9, 2016 @ 22:09:39
  Author: faidoc
Revision: 195260

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 195259, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 195259, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 195259, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/set_wheel.patch

-+
 PKGBUILD|  228 +-
 default-theme.patch |   50 +-
 set_wheel.patch |  112 
 3 files changed, 195 insertions(+), 195 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-09 22:08:41 UTC (rev 195259)
+++ PKGBUILD2016-11-09 22:09:39 UTC (rev 195260)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.2.1
-pkgrel=2
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch")
-sha256sums=('4fc7021815fe138d932d63de95b879ae557bca90d39f41bc015d42ce131aa998'
-'97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
-'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in GNOME 3.20
-  sed -i 's/gnome-terminal.desktop/org.gnome.Terminal.desktop/' 
data/org.cinnamon.gschema.xml.in \
-
files/usr/share/cinnamon/applets/panel-launch...@cinnamon.org/settings-schema.json
-
-  # Replace MintInstall with GNOME Software
-  sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-  # Fix missing icons with the Adwaita theme
-  sed -i 's/"gtk-file"/"text-x-preview"/' 
docs/applets-examples/fin...@cinnamon.org/applet.js  src/cinnamon-util.c
-  sed -i "s/SECONDARY, 'ok'/SECONDARY, 'gtk-ok'/
-  s/SECONDARY, 'stop'/SECONDARY, 'process-stop'/" 
files/usr/share/cinnamon/cinnamon-desktop-editor/cinnamon-desktop-editor.py
-  sed -i "s/'gnome-panel-launcher'/'system-run'/" 
files/usr/share/cinnamon/cinnamon-desktop-editor/cinnamon-desktop-editor.py
-  sed -i 's/icon_name">gnome-pan

[arch-commits] Commit in cinnamon/trunk (PKGBUILD)

2016-11-09 Thread Alexandre Filgueira
Date: Wednesday, November 9, 2016 @ 22:08:41
  Author: faidoc
Revision: 195259

upgpkg: cinnamon 3.2.1-3

Modified:
  cinnamon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-09 22:05:08 UTC (rev 195258)
+++ PKGBUILD2016-11-09 22:08:41 UTC (rev 195259)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=3.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/Cinnamon;
@@ -14,7 +14,7 @@
 depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
  'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
  'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
+ 'networkmanager' 'muffin' 'python2-cairo' 'python-dbus' 
'python2-pillow'
  'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
  'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
  'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject')


[arch-commits] Commit in nemo/repos (4 files)

2016-11-09 Thread Alexandre Filgueira
Date: Wednesday, November 9, 2016 @ 16:43:24
  Author: faidoc
Revision: 195217

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 195216, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 195216, nemo/trunk/PKGBUILD)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 community-i686/PKGBUILD   |   51 -
 community-x86_64/PKGBUILD |   51 -
 3 files changed, 104 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-09 16:42:23 UTC (rev 195216)
+++ community-i686/PKGBUILD 2016-11-09 16:43:24 UTC (rev 195217)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
-  'python-gobject' 'python-polib' 'python2-gobject')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha256sums=('69d4acbde7f01193374cc07894970136b9975475c35a69f0a6ec4203cd5af2c6')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-tracker \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove D-Bus activation file to avoid conflict with nautilus-desktop
-  rm 
"$pkgdir/usr/share/dbus-1/services/org.nemo.freedesktop.FileManager1.service"
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 195216, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-09 16:43:24 UTC (rev 195217)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=3.2.0
+pkgrel=2
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo;
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
+ 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+optdepends=('ffmpegthumbnailer: support for video thumbnails')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
+  'python-gobject' 'python-polib' 'python2-gobject')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
+sha256sums=('69d4acbde7f01193374cc07894970136b9975475c35a69f0a6ec4203cd5af2c6')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nemo \
+  --disable-update-mimedb \
+  --disable-tracker \
+  --disable-gtk-doc-html \
+  --disable-schemas-compile
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove D-Bus activation file to avoid conflict with nautilus-desktop
+  rm 
"$pkgdir/usr/share/dbus-1/services/org.nemo.freedesktop.FileManager1.service"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-09 16:42:23 UTC (rev 195216)
+++ community-x86_64/PKGBUILD   2016-11-09 16:43:24 UTC (rev 195217)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork)"

[arch-commits] Commit in nemo/trunk (PKGBUILD)

2016-11-09 Thread Alexandre Filgueira
Date: Wednesday, November 9, 2016 @ 16:42:23
  Author: faidoc
Revision: 195216

upgpkg: nemo 3.2.0-2

Modified:
  nemo/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-09 15:57:29 UTC (rev 195215)
+++ PKGBUILD2016-11-09 16:42:23 UTC (rev 195216)
@@ -4,7 +4,7 @@
 
 pkgname=nemo
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/nemo;
@@ -11,6 +11,7 @@
 license=('GPL')
 depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
  'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+optdepends=('ffmpegthumbnailer: support for video thumbnails')
 makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
   'python-gobject' 'python-polib' 'python2-gobject')
 options=('!emptydirs')


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

2016-11-09 Thread Alexandre Filgueira
Date: Wednesday, November 9, 2016 @ 15:57:29
  Author: faidoc
Revision: 195215

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 195214, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 195214, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 195214, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 195214, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 195214, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 195214, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

--+
 /PKGBUILD|  228 +
 /default-theme.patch |   50 +++
 /set_wheel.patch |  112 
 community-i686/PKGBUILD  |  114 
 community-i686/default-theme.patch   |   25 ---
 community-i686/set_wheel.patch   |   56 
 community-x86_64/PKGBUILD|  114 
 community-x86_64/default-theme.patch |   25 ---
 community-x86_64/set_wheel.patch |   56 
 9 files changed, 390 insertions(+), 390 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-09 15:56:35 UTC (rev 195214)
+++ community-i686/PKGBUILD 2016-11-09 15:57:29 UTC (rev 195215)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch")
-sha256sums=('4fc7021815fe138d932d63de95b879ae557bca90d39f41bc015d42ce131aa998'
-'97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
-'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in GNOME 3.20
-  sed -i 's/gnome-termi

[arch-commits] Commit in cinnamon/trunk (PKGBUILD)

2016-11-09 Thread Alexandre Filgueira
Date: Wednesday, November 9, 2016 @ 15:56:35
  Author: faidoc
Revision: 195214

upgpkg: cinnamon 3.2.1-2

Modified:
  cinnamon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-09 15:54:49 UTC (rev 195213)
+++ PKGBUILD2016-11-09 15:56:35 UTC (rev 195214)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/Cinnamon;
@@ -17,7 +17,7 @@
  'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
  'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
  'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps')
+ 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject')
 makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
 optdepends=('blueberry: Bluetooth support'
 'system-config-printer: printer settings')


[arch-commits] Commit in cinnamon-screensaver/repos (8 files)

2016-11-09 Thread Alexandre Filgueira
Date: Wednesday, November 9, 2016 @ 15:43:01
  Author: faidoc
Revision: 195211

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

Added:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
(from rev 195210, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
(from rev 195210, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 195210, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
(from rev 195210, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
Deleted:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam

---+
 /PKGBUILD |   84 
 /cinnamon-screensaver.pam |   12 
 community-i686/PKGBUILD   |   42 --
 community-i686/cinnamon-screensaver.pam   |6 --
 community-x86_64/PKGBUILD |   42 --
 community-x86_64/cinnamon-screensaver.pam |6 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-09 15:42:08 UTC (rev 195210)
+++ community-i686/PKGBUILD 2016-11-09 15:43:01 UTC (rev 195211)
@@ -1,42 +0,0 @@
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Based on gnome-screensaver package:
-# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Jan de Groot <j...@archlinux.org>
-
-pkgname=cinnamon-screensaver
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://github.com/linuxmint/cinnamon-screensaver;
-backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps')
-makedepends=('intltool' 'gnome-common')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
-   cinnamon-screensaver.pam)
-sha256sums=('8ddf75571979968083cfbc089fce46f58c9447d250174e4ef5bd22e22ce0c756'
-'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Support new libsystemd (which replaces libsystemd-login)
-  sed -i 's/libsystemd-login/libsystemd/' configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon-screensaver \
-   --localstatedir=/var \
-   --with-mit-ext --with-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
-}

Copied: cinnamon-screensaver/repos/community-i686/PKGBUILD (from rev 195210, 
cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-09 15:43:01 UTC (rev 195211)
@@ -0,0 +1,42 @@
+# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Jan de Groot <j...@archlinux.org>
+
+pkgname=cinnamon-screensaver
+pkgver=3.2.0
+pkgrel=2
+pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://github.com/linuxmint/cinnamon-screensaver;
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps' 'python-cairo')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('8ddf75571979968083cfbc089fce46f58c9447d250174e4ef5bd22e22ce0c756'
+'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Support new libsystemd (which replaces libsystemd-login)
+  sed -i 's/libsystemd-login/libsystemd/' configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon-screensaver \
+   --localstatedir=/var \
+   --with-mit-ext --with-systemd
+  make
+}
+
+package() {

[arch-commits] Commit in cinnamon-screensaver/trunk (PKGBUILD)

2016-11-09 Thread Alexandre Filgueira
Date: Wednesday, November 9, 2016 @ 15:42:08
  Author: faidoc
Revision: 195210

upgpkg: cinnamon-screensaver 3.2.0-2

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-09 15:05:03 UTC (rev 195209)
+++ PKGBUILD2016-11-09 15:42:08 UTC (rev 195210)
@@ -5,13 +5,13 @@
 
 pkgname=cinnamon-screensaver
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('i686' 'x86_64')
 license=('GPL')
 url="https://github.com/linuxmint/cinnamon-screensaver;
 backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps')
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps' 'python-cairo')
 makedepends=('intltool' 'gnome-common')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
cinnamon-screensaver.pam)


[arch-commits] Commit in cinnamon-screensaver/repos (8 files)

2016-11-08 Thread Alexandre Filgueira
Date: Wednesday, November 9, 2016 @ 02:08:26
  Author: faidoc
Revision: 195179

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

Added:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
(from rev 195178, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
(from rev 195178, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 195178, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
(from rev 195178, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
Deleted:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam

---+
 /PKGBUILD |   84 
 /cinnamon-screensaver.pam |   12 
 community-i686/PKGBUILD   |   44 --
 community-i686/cinnamon-screensaver.pam   |6 --
 community-x86_64/PKGBUILD |   44 --
 community-x86_64/cinnamon-screensaver.pam |6 --
 6 files changed, 96 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-09 02:07:12 UTC (rev 195178)
+++ community-i686/PKGBUILD 2016-11-09 02:08:26 UTC (rev 195179)
@@ -1,44 +0,0 @@
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Based on gnome-screensaver package:
-# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Jan de Groot <j...@archlinux.org>
-
-pkgname=cinnamon-screensaver
-pkgver=3.0.1
-pkgrel=2
-pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://github.com/linuxmint/cinnamon-screensaver;
-backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python2-gobject' 'webkit2gtk' 'xapps')
-makedepends=('intltool' 'gnome-common')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
-   cinnamon-screensaver.pam)
-sha256sums=('de32ab1852b605835ea0ca41f248d18b32d7805d479eb6fd5877d4de92dbb784'
-'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Python2 fix
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' data/screensavers/*/main
-
-  # Support new libsystemd (which replaces libsystemd-login)
-  sed -i 's/libsystemd-login/libsystemd/' configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon-screensaver \
-   --localstatedir=/var \
-   --with-mit-ext --with-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
-}

Copied: cinnamon-screensaver/repos/community-i686/PKGBUILD (from rev 195178, 
cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-09 02:08:26 UTC (rev 195179)
@@ -0,0 +1,42 @@
+# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Jan de Groot <j...@archlinux.org>
+
+pkgname=cinnamon-screensaver
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://github.com/linuxmint/cinnamon-screensaver;
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('8ddf75571979968083cfbc089fce46f58c9447d250174e4ef5bd22e22ce0c756'
+'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Support new libsystemd (which replaces libsystemd-login)
+  sed -i 's/libsystemd-login/libsystemd/' configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon-screensaver \
+   --localstatedir=/var \
+   --with-m

[arch-commits] Commit in cinnamon-screensaver/trunk (PKGBUILD)

2016-11-08 Thread Alexandre Filgueira
Date: Wednesday, November 9, 2016 @ 02:07:12
  Author: faidoc
Revision: 195178

upgpkg: cinnamon-screensaver 3.2.0-1

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-08 22:44:50 UTC (rev 195177)
+++ PKGBUILD2016-11-09 02:07:12 UTC (rev 195178)
@@ -4,24 +4,22 @@
 # Jan de Groot 
 
 pkgname=cinnamon-screensaver
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('i686' 'x86_64')
 license=('GPL')
 url="https://github.com/linuxmint/cinnamon-screensaver;
 backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python2-gobject' 'webkit2gtk' 'xapps')
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps')
 makedepends=('intltool' 'gnome-common')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
cinnamon-screensaver.pam)
-sha256sums=('de32ab1852b605835ea0ca41f248d18b32d7805d479eb6fd5877d4de92dbb784'
+sha256sums=('8ddf75571979968083cfbc089fce46f58c9447d250174e4ef5bd22e22ce0c756'
 'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
 
 prepare() {
   cd $pkgname-$pkgver
-  # Python2 fix
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' data/screensavers/*/main
 
   # Support new libsystemd (which replaces libsystemd-login)
   sed -i 's/libsystemd-login/libsystemd/' configure.ac


[arch-commits] Commit in cinnamon/trunk (PKGBUILD)

2016-11-08 Thread Alexandre Filgueira
Date: Tuesday, November 8, 2016 @ 18:05:01
  Author: faidoc
Revision: 195159

upgpkg: cinnamon 3.2.1-1

Modified:
  cinnamon/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-08 17:53:49 UTC (rev 195158)
+++ PKGBUILD2016-11-08 18:05:01 UTC (rev 195159)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
  'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
  'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
  'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome')
+ 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps')
 makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
 optdepends=('blueberry: Bluetooth support'
 'system-config-printer: printer settings')
@@ -25,7 +25,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
 "set_wheel.patch"
 "default-theme.patch")
-sha256sums=('c1473aabb01329c07bf1e28148cb410255700f4dd237195b7790e9bcdb69b89d'
+sha256sums=('4fc7021815fe138d932d63de95b879ae557bca90d39f41bc015d42ce131aa998'
 '97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
 '566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
 


[arch-commits] Commit in cinnamon-screensaver/repos (8 files)

2016-11-08 Thread Alexandre Filgueira
Date: Tuesday, November 8, 2016 @ 18:10:08
  Author: faidoc
Revision: 195162

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

Added:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
(from rev 195161, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
(from rev 195161, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 195161, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
(from rev 195161, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
Deleted:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam

---+
 /PKGBUILD |   88 
 /cinnamon-screensaver.pam |   12 +++
 community-i686/PKGBUILD   |   44 --
 community-i686/cinnamon-screensaver.pam   |6 -
 community-x86_64/PKGBUILD |   44 --
 community-x86_64/cinnamon-screensaver.pam |6 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-08 18:09:11 UTC (rev 195161)
+++ community-i686/PKGBUILD 2016-11-08 18:10:08 UTC (rev 195162)
@@ -1,44 +0,0 @@
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Based on gnome-screensaver package:
-# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Jan de Groot <j...@archlinux.org>
-
-pkgname=cinnamon-screensaver
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://github.com/linuxmint/cinnamon-screensaver;
-backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python2-gobject' 'webkit2gtk')
-makedepends=('intltool' 'gnome-common')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
-   cinnamon-screensaver.pam)
-sha256sums=('de32ab1852b605835ea0ca41f248d18b32d7805d479eb6fd5877d4de92dbb784'
-'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Python2 fix
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' data/screensavers/*/main
-
-  # Support new libsystemd (which replaces libsystemd-login)
-  sed -i 's/libsystemd-login/libsystemd/' configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon-screensaver \
-   --localstatedir=/var \
-   --with-mit-ext --with-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
-}

Copied: cinnamon-screensaver/repos/community-i686/PKGBUILD (from rev 195161, 
cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-08 18:10:08 UTC (rev 195162)
@@ -0,0 +1,44 @@
+# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Jan de Groot <j...@archlinux.org>
+
+pkgname=cinnamon-screensaver
+pkgver=3.0.1
+pkgrel=2
+pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://github.com/linuxmint/cinnamon-screensaver;
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python2-gobject' 'webkit2gtk' 'xapps')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('de32ab1852b605835ea0ca41f248d18b32d7805d479eb6fd5877d4de92dbb784'
+'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' data/screensavers/*/main
+
+  # Support new libsystemd (which replaces libsystemd-login)
+  sed -i 's/libsystemd-login/libsystemd/' configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon-screensaver \
+ 

[arch-commits] Commit in cinnamon-screensaver/trunk (PKGBUILD)

2016-11-08 Thread Alexandre Filgueira
Date: Tuesday, November 8, 2016 @ 18:09:11
  Author: faidoc
Revision: 195161

upgpkg: cinnamon-screensaver 3.0.1-2

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-08 18:06:18 UTC (rev 195160)
+++ PKGBUILD2016-11-08 18:09:11 UTC (rev 195161)
@@ -5,13 +5,13 @@
 
 pkgname=cinnamon-screensaver
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('i686' 'x86_64')
 license=('GPL')
 url="https://github.com/linuxmint/cinnamon-screensaver;
 backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python2-gobject' 'webkit2gtk')
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python2-gobject' 'webkit2gtk' 'xapps')
 makedepends=('intltool' 'gnome-common')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
cinnamon-screensaver.pam)


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

2016-11-08 Thread Alexandre Filgueira
Date: Tuesday, November 8, 2016 @ 18:06:18
  Author: faidoc
Revision: 195160

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 195159, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 195159, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 195159, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 195159, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 195159, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 195159, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

--+
 /PKGBUILD|  228 +
 /default-theme.patch |   50 +++
 /set_wheel.patch |  112 
 community-i686/PKGBUILD  |  114 
 community-i686/default-theme.patch   |   25 ---
 community-i686/set_wheel.patch   |   56 
 community-x86_64/PKGBUILD|  114 
 community-x86_64/default-theme.patch |   25 ---
 community-x86_64/set_wheel.patch |   56 
 9 files changed, 390 insertions(+), 390 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-08 18:05:01 UTC (rev 195159)
+++ community-i686/PKGBUILD 2016-11-08 18:06:18 UTC (rev 195160)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch")
-sha256sums=('c1473aabb01329c07bf1e28148cb410255700f4dd237195b7790e9bcdb69b89d'
-'97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
-'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in GNOME 3.20
-  sed -i 's/gnome-terminal.desktop/org.gnome.Termin

[arch-commits] Commit in xapps/repos (2 files)

2016-11-08 Thread Alexandre Filgueira
Date: Tuesday, November 8, 2016 @ 17:25:02
  Author: faidoc
Revision: 195152

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

Added:
  xapps/repos/community-i686/PKGBUILD
(from rev 195151, xapps/trunk/PKGBUILD)
  xapps/repos/community-x86_64/PKGBUILD
(from rev 195151, xapps/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   32 
 community-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: xapps/repos/community-i686/PKGBUILD (from rev 195151, 
xapps/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-08 17:25:02 UTC (rev 195152)
@@ -0,0 +1,32 @@
+# Maintainer: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgnomekbd' 'python3')
+makedepends=('gnome-common' 'gobject-introspection')
+provides=($_pkgname)
+conflicts=('xapps-git')
+url='https://github.com/linuxmint/xapps'
+
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('7d6aed5ca7c015ca0ad5c50e24633bd5')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./autogen.sh --prefix="/usr" \
+--localstatedir="/var" \
+--libexecdir="/usr/lib/${pkgname}"
+make
+}
+
+package(){
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR="$pkgdir/" install
+}
+

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 195151, 
xapps/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-08 17:25:02 UTC (rev 195152)
@@ -0,0 +1,32 @@
+# Maintainer: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgnomekbd' 'python3')
+makedepends=('gnome-common' 'gobject-introspection')
+provides=($_pkgname)
+conflicts=('xapps-git')
+url='https://github.com/linuxmint/xapps'
+
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('7d6aed5ca7c015ca0ad5c50e24633bd5')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./autogen.sh --prefix="/usr" \
+--localstatedir="/var" \
+--libexecdir="/usr/lib/${pkgname}"
+make
+}
+
+package(){
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in (6 files)

2016-11-08 Thread Alexandre Filgueira
Date: Tuesday, November 8, 2016 @ 17:22:06
  Author: faidoc
Revision: 195151

New package

Added:
  xapps/
  xapps/repos/
  xapps/repos/community-i686/
  xapps/repos/community-x86_64/
  xapps/trunk/
  xapps/trunk/PKGBUILD

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Added: xapps/trunk/PKGBUILD
===
--- xapps/trunk/PKGBUILD(rev 0)
+++ xapps/trunk/PKGBUILD2016-11-08 17:22:06 UTC (rev 195151)
@@ -0,0 +1,32 @@
+# Maintainer: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgnomekbd' 'python3')
+makedepends=('gnome-common' 'gobject-introspection')
+provides=($_pkgname)
+conflicts=('xapps-git')
+url='https://github.com/linuxmint/xapps'
+
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('7d6aed5ca7c015ca0ad5c50e24633bd5')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./autogen.sh --prefix="/usr" \
+--localstatedir="/var" \
+--libexecdir="/usr/lib/${pkgname}"
+make
+}
+
+package(){
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in cinnamon-control-center/repos (7 files)

2016-11-07 Thread Alexandre Filgueira
Date: Monday, November 7, 2016 @ 23:13:56
  Author: faidoc
Revision: 195107

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 195106, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-i686/gtkdoc_issue.patch
(from rev 195106, cinnamon-control-center/trunk/gtkdoc_issue.patch)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 195106, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/gtkdoc_issue.patch
(from rev 195106, cinnamon-control-center/trunk/gtkdoc_issue.patch)
Deleted:
  cinnamon-control-center/repos/community-i686/gtkdoc_issue.patch
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/gtkdoc_issue.patch

-+
 /PKGBUILD   |   56 ++
 /gtkdoc_issue.patch |   22 +
 community-i686/PKGBUILD |   56 ++
 community-i686/gtkdoc_issue.patch   |   11 --
 community-x86_64/PKGBUILD   |   56 --
 community-x86_64/gtkdoc_issue.patch |   11 --
 6 files changed, 134 insertions(+), 78 deletions(-)

Copied: cinnamon-control-center/repos/community-i686/PKGBUILD (from rev 195106, 
cinnamon-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-07 23:13:56 UTC (rev 195107)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Jan de Groot <j...@archlinux.org>
+
+pkgname=cinnamon-control-center
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="The Control Center for Cinnamon"
+arch=('i686' 'x86_64')
+depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
+ 'libgnomekbd' 'network-manager-applet' 'colord')
+optdepends=('gnome-color-manager: for color management tasks')
+makedepends=('intltool' 'gnome-common' 'docbook-xsl')
+url="https://github.com/linuxmint/cinnamon-control-center;
+license=('GPL')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
+   "gtkdoc_issue.patch")
+sha256sums=('60696d6793e2e7de6746ee65b3dfd64948ad5eb8a46182abefb3c464e4a2ea2c'
+'a127b49b3a7b72a11e157bd58d40e167fedd664c8609a0e2efcabd89df57ba55')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix issue with gtkdoc
+  patch -Np1 -i ../gtkdoc_issue.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-systemd
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove unused stuff
+  #make -C panels/sound DESTDIR="$pkgdir" uninstall
+  #make -C panels/sound/data DESTDIR="$pkgdir" install
+  #make -C shell DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-directoryDATA uninstall-uiDATA
+  #rm 
"$pkgdir"/usr/share/applications/cinnamon-{control-center,datetime-panel,region-panel,sound-panel}.desktop
+  #rm -R "$pkgdir/etc"
+
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}

Deleted: community-i686/gtkdoc_issue.patch
===
--- community-i686/gtkdoc_issue.patch   2016-11-07 23:08:48 UTC (rev 195106)
+++ community-i686/gtkdoc_issue.patch   2016-11-07 23:13:56 UTC (rev 195107)
@@ -1,11 +0,0 @@
-diff -Naur cinnamon-control-center-3.2.0.orig/autogen.sh 
cinnamon-control-center-3.2.0.changed/autogen.sh
 cinnamon-control-center-3.2.0.orig/autogen.sh  2016-11-07 
07:18:37.0 -0500
-+++ cinnamon-control-center-3.2.0.changed/autogen.sh   2016-11-07 
17:41:38.407293799 -0500
-@@ -24,7 +24,6 @@
- 
- aclocal --install || exit 1
- glib-gettextize --force --copy || exit 1
--gtkdocize --copy || exit 1
- intltoolize --force --copy --automake || exit 1
- autoreconf --verbose --force --install || exit 1
- 

Copied: cinnamon-control-center/repos/community-i686/gtkdoc_issue.patch (from 
rev 195106, cinnamon-control-center/trunk/gtkdoc_issue.patch)
=

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

2016-11-07 Thread Alexandre Filgueira
Date: Monday, November 7, 2016 @ 23:08:48
  Author: faidoc
Revision: 195106

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 195105, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 195105, nemo/trunk/PKGBUILD)
Deleted:
  nemo/repos/community-i686/Fix-GTK-3.21.3-desktop-redraw-issue.patch
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-x86_64/Fix-GTK-3.21.3-desktop-redraw-issue.patch
  nemo/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |  102 +++
 community-i686/Fix-GTK-3.21.3-desktop-redraw-issue.patch   |   62 --
 community-i686/PKGBUILD|   57 --
 community-x86_64/Fix-GTK-3.21.3-desktop-redraw-issue.patch |   62 --
 community-x86_64/PKGBUILD  |   57 --
 5 files changed, 102 insertions(+), 238 deletions(-)

Deleted: community-i686/Fix-GTK-3.21.3-desktop-redraw-issue.patch
===
--- community-i686/Fix-GTK-3.21.3-desktop-redraw-issue.patch2016-11-07 
23:07:56 UTC (rev 195105)
+++ community-i686/Fix-GTK-3.21.3-desktop-redraw-issue.patch2016-11-07 
23:08:48 UTC (rev 195106)
@@ -1,62 +0,0 @@
-From 4e5a1037de0dc24e44a58e239e281b4c2d5740af Mon Sep 17 00:00:00 2001
-From: leigh123linux <leigh123li...@googlemail.com>
-Date: Sat, 23 Jul 2016 18:05:14 +0100
-Subject: [PATCH] Fix GTK 3.21.3 desktop redraw issue (#1231)
-

- libnemo-private/nemo-icon-container.c | 2 ++
- src/nemo-desktop-icon-view.c  | 4 
- src/nemo-style-application.css| 5 +
- 3 files changed, 11 insertions(+)
-
-diff --git a/libnemo-private/nemo-icon-container.c 
b/libnemo-private/nemo-icon-container.c
-index 002351f..a26ed2c 100644
 a/libnemo-private/nemo-icon-container.c
-+++ b/libnemo-private/nemo-icon-container.c
-@@ -4249,11 +4249,13 @@ realize (GtkWidget *widget)
- 
-   container = NEMO_ICON_CONTAINER (widget);
- 
-+#if !GTK_CHECK_VERSION(3, 21, 0)
-   /* Ensure that the desktop window is native so the background
-  set on it is drawn by X. */
-   if (container->details->is_desktop) {
-   gdk_x11_window_get_xid (gtk_layout_get_bin_window (GTK_LAYOUT 
(widget)));
-   }
-+#endif
- 
-   /* Set up DnD.  */
-   nemo_icon_dnd_init (container);
-diff --git a/src/nemo-desktop-icon-view.c b/src/nemo-desktop-icon-view.c
-index ad025d3..be310b5 100644
 a/src/nemo-desktop-icon-view.c
-+++ b/src/nemo-desktop-icon-view.c
-@@ -155,6 +155,10 @@ nemo_desktop_icon_view_class_init 
(NemoDesktopIconViewClass *class)
-   vclass->update_menus = real_update_menus;
-   vclass->get_view_id = real_get_id;
- 
-+#if GTK_CHECK_VERSION(3, 21, 0)
-+  GtkWidgetClass *wclass = GTK_WIDGET_CLASS (class);
-+  gtk_widget_class_set_css_name (wclass, "nemo-desktop-icon-view");
-+#endif
-   g_type_class_add_private (class, sizeof (NemoDesktopIconViewDetails));
- }
- 
-diff --git a/src/nemo-style-application.css b/src/nemo-style-application.css
-index f6a781a..aa682b3 100644
 a/src/nemo-style-application.css
-+++ b/src/nemo-style-application.css
-@@ -1,5 +1,10 @@
- /* Desktop text stuff */
- 
-+.nemo-window.nemo-desktop-window notebook,
-+.nemo-window.nemo-desktop-window paned {
-+  background-color: transparent;
-+}
-+
- .nemo-canvas-item {
- border-radius: 3px;
- }
--- 
-2.9.2
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-07 23:07:56 UTC (rev 195105)
+++ community-i686/PKGBUILD 2016-11-07 23:08:48 UTC (rev 195106)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.0.6
-pkgrel=2
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
-  'python-gobject' 'python-polib' 'python2-gobject')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
-"Fix-GTK-3.21.3-desktop-redraw-issue.patch")
-sha256sums=('77d5c47a6657dfbaf66c9f80978ce8650595753138d27bd2adaebbe0e46c3e23'
-'ff2fe4fbf6edbdc51e0c6cef08b3b10ae612718d71701c59b28738ad168387eb')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Fix GTK 3.21.3 desktop redraw issue
-  # https://github.com/linuxmint/nemo/issues/1231
-  patch -Np1 -i ../Fix-GTK-3.21.3-desktop-redraw-issue.patch
-
-  # Rename 'Files' app name to avoid having the

[arch-commits] Commit in nemo/trunk (2 files)

2016-11-07 Thread Alexandre Filgueira
Date: Monday, November 7, 2016 @ 23:07:56
  Author: faidoc
Revision: 195105

upgpkg: nemo 3.2.0-1

Modified:
  nemo/trunk/PKGBUILD
Deleted:
  nemo/trunk/Fix-GTK-3.21.3-desktop-redraw-issue.patch

---+
 Fix-GTK-3.21.3-desktop-redraw-issue.patch |   62 
 PKGBUILD  |   14 +-
 2 files changed, 4 insertions(+), 72 deletions(-)

Deleted: Fix-GTK-3.21.3-desktop-redraw-issue.patch
===
--- Fix-GTK-3.21.3-desktop-redraw-issue.patch   2016-11-07 23:05:21 UTC (rev 
195104)
+++ Fix-GTK-3.21.3-desktop-redraw-issue.patch   2016-11-07 23:07:56 UTC (rev 
195105)
@@ -1,62 +0,0 @@
-From 4e5a1037de0dc24e44a58e239e281b4c2d5740af Mon Sep 17 00:00:00 2001
-From: leigh123linux 
-Date: Sat, 23 Jul 2016 18:05:14 +0100
-Subject: [PATCH] Fix GTK 3.21.3 desktop redraw issue (#1231)
-

- libnemo-private/nemo-icon-container.c | 2 ++
- src/nemo-desktop-icon-view.c  | 4 
- src/nemo-style-application.css| 5 +
- 3 files changed, 11 insertions(+)
-
-diff --git a/libnemo-private/nemo-icon-container.c 
b/libnemo-private/nemo-icon-container.c
-index 002351f..a26ed2c 100644
 a/libnemo-private/nemo-icon-container.c
-+++ b/libnemo-private/nemo-icon-container.c
-@@ -4249,11 +4249,13 @@ realize (GtkWidget *widget)
- 
-   container = NEMO_ICON_CONTAINER (widget);
- 
-+#if !GTK_CHECK_VERSION(3, 21, 0)
-   /* Ensure that the desktop window is native so the background
-  set on it is drawn by X. */
-   if (container->details->is_desktop) {
-   gdk_x11_window_get_xid (gtk_layout_get_bin_window (GTK_LAYOUT 
(widget)));
-   }
-+#endif
- 
-   /* Set up DnD.  */
-   nemo_icon_dnd_init (container);
-diff --git a/src/nemo-desktop-icon-view.c b/src/nemo-desktop-icon-view.c
-index ad025d3..be310b5 100644
 a/src/nemo-desktop-icon-view.c
-+++ b/src/nemo-desktop-icon-view.c
-@@ -155,6 +155,10 @@ nemo_desktop_icon_view_class_init 
(NemoDesktopIconViewClass *class)
-   vclass->update_menus = real_update_menus;
-   vclass->get_view_id = real_get_id;
- 
-+#if GTK_CHECK_VERSION(3, 21, 0)
-+  GtkWidgetClass *wclass = GTK_WIDGET_CLASS (class);
-+  gtk_widget_class_set_css_name (wclass, "nemo-desktop-icon-view");
-+#endif
-   g_type_class_add_private (class, sizeof (NemoDesktopIconViewDetails));
- }
- 
-diff --git a/src/nemo-style-application.css b/src/nemo-style-application.css
-index f6a781a..aa682b3 100644
 a/src/nemo-style-application.css
-+++ b/src/nemo-style-application.css
-@@ -1,5 +1,10 @@
- /* Desktop text stuff */
- 
-+.nemo-window.nemo-desktop-window notebook,
-+.nemo-window.nemo-desktop-window paned {
-+  background-color: transparent;
-+}
-+
- .nemo-canvas-item {
- border-radius: 3px;
- }
--- 
-2.9.2
-

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 23:05:21 UTC (rev 195104)
+++ PKGBUILD2016-11-07 23:07:56 UTC (rev 195105)
@@ -3,8 +3,8 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=3.0.6
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/nemo;
@@ -14,18 +14,12 @@
 makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
   'python-gobject' 'python-polib' 'python2-gobject')
 options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
-"Fix-GTK-3.21.3-desktop-redraw-issue.patch")
-sha256sums=('77d5c47a6657dfbaf66c9f80978ce8650595753138d27bd2adaebbe0e46c3e23'
-'ff2fe4fbf6edbdc51e0c6cef08b3b10ae612718d71701c59b28738ad168387eb')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
+sha256sums=('69d4acbde7f01193374cc07894970136b9975475c35a69f0a6ec4203cd5af2c6')
 
 prepare() {
   cd linuxmint-nemo-*
 
-  # Fix GTK 3.21.3 desktop redraw issue
-  # https://github.com/linuxmint/nemo/issues/1231
-  patch -Np1 -i ../Fix-GTK-3.21.3-desktop-redraw-issue.patch
-
   # Rename 'Files' app name to avoid having the same as nautilus
   sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
 }


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

2016-11-07 Thread Alexandre Filgueira
or_path(GLib.get_home_dir());
-+let homeUri = homeFile.get_uri();
-+Gio.app_info_launch_default_for_uri(homeUri, null);
- }); 
- 
- Main.placesManager.connect('mounts-updated', Lang.bind(this, 
this._update));
--- 
-2.10.0
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-07 23:04:26 UTC (rev 195103)
+++ community-i686/PKGBUILD 2016-11-07 23:05:21 UTC (rev 195104)
@@ -1,124 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.0.7
-pkgrel=2
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch"
-"0001-removable-drives-applet-don-t-hardcode-Nemo.patch"
-"0001-Remove-dependency-on-GConf.patch")
-sha256sums=('0aa0ce174a4638f54ddb2f0dc1f93a847678fa225c7a4fae718ffd14f1c8694f'
-'97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
-'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5'
-'3c686ba7f180c24c845cd29ffaf431d5d0d64aa71992353ed2304b8e2a962b43'
-'dc7e976c2868cde6c69e36516da50d985de028738c78d10017507bb1867c99ba')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # removable-drives applet: don't hardcode Nemo
-  patch -Np1 -i ../0001-removable-drives-applet-don-t-hardcode-Nemo.patch
-
-  # Remove dependency on GConf
-  patch -Np1 -i ../0001-Remove-dependency-on-GConf.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in GNOME 3.20
-  sed -i 's/gnome-terminal.desktop/org.gnome.Terminal.desktop/' 
data/org.cinnamon.gschema.xml.in \
-
files/usr/share/cinnamon/applets/panel-launch...@cinnamon.org/settings-schema.json
-
-  # Replace MintInstall with GNOME Software
-  sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-  # Fix missing icons with the Adwaita theme
-  sed -i 's/"gtk-file"/"text-x-preview"/' 
docs/applets-examples/fin...@cinnamon.org/applet.js  src/cinnamon-util.c
-  sed -i "s/SECONDARY, 'ok'/SECONDARY, 'gtk-ok'/
-  s/SECONDARY, 'stop'/SECONDARY, 'process-stop'/" 
files/usr/share/cinnamon/cinnamon-desktop-editor/cinnamon-desktop-editor.py
-  sed -i "s/'gnome-panel-launcher'/'system-run'/" 
files/usr/share/cinnamon/cinnamon-desktop-editor/cinnamon-desktop-editor.py
-  sed -i 's/icon_name">gnome-panel-launcher/icon_name">system-run

[arch-commits] Commit in cinnamon-control-center/repos (5 files)

2016-11-07 Thread Alexandre Filgueira
Date: Monday, November 7, 2016 @ 23:03:37
  Author: faidoc
Revision: 195102

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

Added:
  cinnamon-control-center/repos/community-i686/gtkdoc_issue.patch
(from rev 195099, cinnamon-control-center/trunk/gtkdoc_issue.patch)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 195101, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/gtkdoc_issue.patch
(from rev 195101, cinnamon-control-center/trunk/gtkdoc_issue.patch)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |   56 ++
 community-i686/PKGBUILD |   51 --
 community-i686/gtkdoc_issue.patch   |   11 ++
 community-x86_64/PKGBUILD   |   51 --
 community-x86_64/gtkdoc_issue.patch |   11 ++
 5 files changed, 78 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-07 22:51:14 UTC (rev 195101)
+++ community-i686/PKGBUILD 2016-11-07 23:03:37 UTC (rev 195102)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Jan de Groot <j...@archlinux.org>
-
-pkgname=cinnamon-control-center
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="The Control Center for Cinnamon"
-arch=('i686' 'x86_64')
-depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd' 'network-manager-applet')
-optdepends=('gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common' 'docbook-xsl')
-url="https://github.com/linuxmint/cinnamon-control-center;
-license=('GPL')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
-sha256sums=('3d9f0eb45168a91101f99452b38184dd6417dd89064be4523e565bd721a521fe')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove unused stuff
-  #make -C panels/sound DESTDIR="$pkgdir" uninstall
-  #make -C panels/sound/data DESTDIR="$pkgdir" install
-  #make -C shell DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-directoryDATA uninstall-uiDATA
-  #rm 
"$pkgdir"/usr/share/applications/cinnamon-{control-center,datetime-panel,region-panel,sound-panel}.desktop
-  #rm -R "$pkgdir/etc"
-
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: cinnamon-control-center/repos/community-i686/gtkdoc_issue.patch (from 
rev 195099, cinnamon-control-center/trunk/gtkdoc_issue.patch)
===
--- community-i686/gtkdoc_issue.patch   (rev 0)
+++ community-i686/gtkdoc_issue.patch   2016-11-07 23:03:37 UTC (rev 195102)
@@ -0,0 +1,11 @@
+diff -Naur cinnamon-control-center-3.2.0.orig/autogen.sh 
cinnamon-control-center-3.2.0.changed/autogen.sh
+--- cinnamon-control-center-3.2.0.orig/autogen.sh  2016-11-07 
07:18:37.0 -0500
 cinnamon-control-center-3.2.0.changed/autogen.sh   2016-11-07 
17:41:38.407293799 -0500
+@@ -24,7 +24,6 @@
+ 
+ aclocal --install || exit 1
+ glib-gettextize --force --copy || exit 1
+-gtkdocize --copy || exit 1
+ intltoolize --force --copy --automake || exit 1
+ autoreconf --verbose --force --install || exit 1
+ 

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-07 22:51:14 UTC (rev 195101)
+++ community-x86_64/PKGBUILD   2016-11-07 23:03:37 UTC (rev 195102)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Jan de Groot <j...@archlinux.org>
-
-pkgname=cinnamon-control-center
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="The Control Center for Cinnamon"
-arch=('i686' 'x86_64')
-depends=('cinnamon-settings-daemon' 'c

[arch-commits] Commit in cinnamon/trunk (3 files)

2016-11-07 Thread Alexandre Filgueira
Date: Monday, November 7, 2016 @ 23:04:26
  Author: faidoc
Revision: 195103

upgpkg: cinnamon 3.2.0-1

Modified:
  cinnamon/trunk/PKGBUILD
Deleted:
  cinnamon/trunk/0001-Remove-dependency-on-GConf.patch
  cinnamon/trunk/0001-removable-drives-applet-don-t-hardcode-Nemo.patch

+
 0001-Remove-dependency-on-GConf.patch  |  118 ---
 0001-removable-drives-applet-don-t-hardcode-Nemo.patch |   39 
 PKGBUILD   |   20 --
 3 files changed, 5 insertions(+), 172 deletions(-)

Deleted: 0001-Remove-dependency-on-GConf.patch
===
--- 0001-Remove-dependency-on-GConf.patch   2016-11-07 23:03:37 UTC (rev 
195102)
+++ 0001-Remove-dependency-on-GConf.patch   2016-11-07 23:04:26 UTC (rev 
195103)
@@ -1,118 +0,0 @@
-From a4da077b8098e000b7791f1de6d59102c0f4ab68 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Sat, 15 Oct 2016 13:08:41 +0200
-Subject: [PATCH] Remove dependency on GConf
-
-It was used only in a11y applet to get /apps/metacity/general/visual_bell 
config. But metacity don't use this config a long time ago.

- configure.ac   |  2 +-
- debian/control |  3 ---
- .../cinnamon/applets/a...@cinnamon.org/applet.js   | 23 --
- 3 files changed, 1 insertion(+), 27 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 147e108..db9e9d2 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -75,7 +75,7 @@ PKG_CHECK_MODULES(CINNAMON, gio-2.0 >= $GIO_MIN_VERSION
-gtk+-3.0 >= $GTK_MIN_VERSION
-libmuffin >= $MUFFIN_MIN_VERSION
-cjs-internals-1.0 >= $GJS_MIN_VERSION
-- libcinnamon-menu-3.0 $recorder_modules gconf-2.0
-+ libcinnamon-menu-3.0 $recorder_modules
-gdk-x11-3.0 libsoup-2.4 gl
-  clutter-x11-1.0 >= $CLUTTER_MIN_VERSION
-libstartup-notification-1.0 >= 
$STARTUP_NOTIFICATION_MIN_VERSION
-diff --git a/debian/control b/debian/control
-index 71df6c1..a4f0761 100644
 a/debian/control
-+++ b/debian/control
-@@ -18,7 +18,6 @@ Build-Depends: debhelper (>= 9),
-libcaribou-dev,
-libcroco3-dev (>= 0.6.2),
-libdbus-glib-1-dev,
--   libgconf2-dev,
-libgirepository1.0-dev (>= 0.9.2),
-libglib2.0-dev (>= 2.37.3),
-libgnome-bluetooth-dev (>= 3.1.0),
-@@ -68,7 +67,6 @@ Depends: cinnamon-common (= ${source:Version}),
-  gnome-icon-theme-symbolic (>= 2.91),
-  ${icon-theme:Depends},
-  gir1.2-accountsservice-1.0,
-- gir1.2-gconf-2.0,
-  gir1.2-gkbd-3.0,
-  gir1.2-gnomebluetooth-1.0,
-  gir1.2-keybinder-3.0,
-@@ -91,7 +89,6 @@ Depends: cinnamon-common (= ${source:Version}),
-  python3-dbus,
-  python,
-  python-dbus,
-- python-gconf,
-  python-imaging,
-  python-gi-cairo,
-  python-gtk2,
-diff --git a/files/usr/share/cinnamon/applets/a...@cinnamon.org/applet.js 
b/files/usr/share/cinnamon/applets/a...@cinnamon.org/applet.js
-index c92a73a..9392fbc 100644
 a/files/usr/share/cinnamon/applets/a...@cinnamon.org/applet.js
-+++ b/files/usr/share/cinnamon/applets/a...@cinnamon.org/applet.js
-@@ -2,7 +2,6 @@ const PopupMenu = imports.ui.popupMenu;
- const Gio = imports.gi.Gio;
- const Lang = imports.lang;
- const Applet = imports.ui.applet;
--const GConf = imports.gi.GConf;
- const Main = imports.ui.main;
- const Gdk = imports.gi.Gdk;
- 
-@@ -21,9 +20,6 @@ const DPI_FACTOR_LARGE   = 1.25;
- const DPI_FACTOR_LARGER  = 1.5;
- const DPI_FACTOR_LARGEST = 2.0;
- 
--const KEY_META_DIR   = '/apps/metacity/general';
--const KEY_VISUAL_BELL = KEY_META_DIR + '/visual_bell';
--
- const DESKTOP_INTERFACE_SCHEMA = 'org.cinnamon.desktop.interface';
- const KEY_GTK_THEME  = 'gtk-theme';
- const KEY_ICON_THEME = 'icon-theme';
-@@ -54,9 +50,6 @@ MyApplet.prototype = {
- this.menu = new Applet.AppletPopupMenu(this, orientation);
- this.menuManager.addMenu(this.menu);
- 
--let client = GConf.Client.get_default();
--client.add_dir(KEY_META_DIR, 
GConf.ClientPreloadType.PRELOAD_ONELEVEL, null);
--
- let highContrast = this._buildHCItem();
- this.menu.addMenuItem(highContrast);
- 
-@@ -75,9 +68,6 @@ MyApplet.prototype = {
-
'screen-keyboard-enabled');
- this.menu.addMenuItem(screenKeyboard);
- 
--let visualBell = 

[arch-commits] Commit in cinnamon-control-center/trunk (PKGBUILD gtkdoc_issue.patch)

2016-11-07 Thread Alexandre Filgueira
Date: Monday, November 7, 2016 @ 22:50:42
  Author: faidoc
Revision: 195099

upgpkg: cinnamon-control-center 3.2.0-1

Added:
  cinnamon-control-center/trunk/gtkdoc_issue.patch
Modified:
  cinnamon-control-center/trunk/PKGBUILD

+
 PKGBUILD   |   13 +
 gtkdoc_issue.patch |   11 +++
 2 files changed, 20 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 22:48:49 UTC (rev 195098)
+++ PKGBUILD2016-11-07 22:50:42 UTC (rev 195099)
@@ -5,22 +5,27 @@
 # Jan de Groot 
 
 pkgname=cinnamon-control-center
-pkgver=3.0.1
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="The Control Center for Cinnamon"
 arch=('i686' 'x86_64')
 depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd' 'network-manager-applet')
+ 'libgnomekbd' 'network-manager-applet' 'colord')
 optdepends=('gnome-color-manager: for color management tasks')
 makedepends=('intltool' 'gnome-common' 'docbook-xsl')
 url="https://github.com/linuxmint/cinnamon-control-center;
 license=('GPL')
 options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
-sha256sums=('3d9f0eb45168a91101f99452b38184dd6417dd89064be4523e565bd721a521fe')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
+   "gtkdoc_issue.patch")
+sha256sums=('60696d6793e2e7de6746ee65b3dfd64948ad5eb8a46182abefb3c464e4a2ea2c'
+'a127b49b3a7b72a11e157bd58d40e167fedd664c8609a0e2efcabd89df57ba55')
 
 prepare() {
   cd $pkgname-$pkgver
+
+  # Fix issue with gtkdoc
+  patch -Np1 -i ../gtkdoc_issue.patch
 }
 
 build() {

Added: gtkdoc_issue.patch
===
--- gtkdoc_issue.patch  (rev 0)
+++ gtkdoc_issue.patch  2016-11-07 22:50:42 UTC (rev 195099)
@@ -0,0 +1,11 @@
+diff -Naur cinnamon-control-center-3.2.0.orig/autogen.sh 
cinnamon-control-center-3.2.0.changed/autogen.sh
+--- cinnamon-control-center-3.2.0.orig/autogen.sh  2016-11-07 
07:18:37.0 -0500
 cinnamon-control-center-3.2.0.changed/autogen.sh   2016-11-07 
17:41:38.407293799 -0500
+@@ -24,7 +24,6 @@
+ 
+ aclocal --install || exit 1
+ glib-gettextize --force --copy || exit 1
+-gtkdocize --copy || exit 1
+ intltoolize --force --copy --automake || exit 1
+ autoreconf --verbose --force --install || exit 1
+ 


[arch-commits] Commit in cinnamon-settings-daemon/repos (4 files)

2016-11-07 Thread Alexandre Filgueira
Date: Monday, November 7, 2016 @ 22:36:04
  Author: faidoc
Revision: 195017

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

Added:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
(from rev 195016, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 195016, cinnamon-settings-daemon/trunk/PKGBUILD)
Deleted:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-07 22:35:13 UTC (rev 195016)
+++ community-i686/PKGBUILD 2016-11-07 22:36:04 UTC (rev 195017)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira (faidoc) <alexfilgue...@antergos.com>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-
-pkgname=cinnamon-settings-daemon
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="The Cinnamon Settings daemon"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
- 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
- 'libgudev' 'dbus-glib')
-makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
-options=('!emptydirs')
-url="https://github.com/linuxmint/cinnamon-settings-daemon;
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
-sha256sums=('0abe839e04a36a052bb486f90e84c25ae6ccc92b74223813d9666eaac257677b')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static --enable-systemd
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-settings-daemon/repos/community-i686/PKGBUILD (from rev 
195016, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-07 22:36:04 UTC (rev 195017)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexandre Filgueira (faidoc) <alexfilgue...@antergos.com>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+
+pkgname=cinnamon-settings-daemon
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
+ 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
+ 'libgudev' 'dbus-glib' 'colord' 'cups')
+makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
+options=('!emptydirs')
+url="https://github.com/linuxmint/cinnamon-settings-daemon;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
+sha256sums=('0726e8ce4b1008229fe157ba0888a2effa1d9efa4e60735faf67af1fde8586f1')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static --enable-systemd
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-07 22:35:13 UTC (rev 195016)
+++ community-x86_64/PKGBUILD   2016-11-07 22:36:04 UTC (rev 195017)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira (faidoc) <alexfilgue...@antergos.com>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-
-pkgname=cinnamon-settings-daemon
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="The Cinnamon Settings daemon"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
- 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
- 'libgudev' 'dbus-glib')
-makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
-options=('!emptydirs')
-url="https://github.com/linuxmint/cinnamon-settings-daemon;
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-setti

[arch-commits] Commit in cinnamon-settings-daemon/trunk (PKGBUILD)

2016-11-07 Thread Alexandre Filgueira
Date: Monday, November 7, 2016 @ 22:35:13
  Author: faidoc
Revision: 195016

upgpkg: cinnamon-settings-daemon 3.2.0-1

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 22:33:04 UTC (rev 195015)
+++ PKGBUILD2016-11-07 22:35:13 UTC (rev 195016)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-settings-daemon
-pkgver=3.0.1
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="The Cinnamon Settings daemon"
 arch=('i686' 'x86_64')
@@ -10,12 +10,12 @@
 license=('GPL')
 depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
  'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
- 'libgudev' 'dbus-glib')
+ 'libgudev' 'dbus-glib' 'colord' 'cups')
 makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
 options=('!emptydirs')
 url="https://github.com/linuxmint/cinnamon-settings-daemon;
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
-sha256sums=('0abe839e04a36a052bb486f90e84c25ae6ccc92b74223813d9666eaac257677b')
+sha256sums=('0726e8ce4b1008229fe157ba0888a2effa1d9efa4e60735faf67af1fde8586f1')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cinnamon-desktop/repos (8 files)

2016-11-07 Thread Alexandre Filgueira
Date: Monday, November 7, 2016 @ 22:16:10
  Author: faidoc
Revision: 195013

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

Added:
  cinnamon-desktop/repos/community-i686/PKGBUILD
(from rev 195012, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-i686/config.patch
(from rev 195012, cinnamon-desktop/trunk/config.patch)
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
(from rev 195012, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-x86_64/config.patch
(from rev 195012, cinnamon-desktop/trunk/config.patch)
Deleted:
  cinnamon-desktop/repos/community-i686/PKGBUILD
  cinnamon-desktop/repos/community-i686/config.patch
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
  cinnamon-desktop/repos/community-x86_64/config.patch

---+
 /PKGBUILD |   78 
 /config.patch |   96 
 community-i686/PKGBUILD   |   39 
 community-i686/config.patch   |   48 
 community-x86_64/PKGBUILD |   39 
 community-x86_64/config.patch |   48 
 6 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-07 22:15:29 UTC (rev 195012)
+++ community-i686/PKGBUILD 2016-11-07 22:16:10 UTC (rev 195013)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria 
-# Contributor:  Jan de Groot 
-
-pkgname=cinnamon-desktop
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="Library with common API for various Cinnamon modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
-makedepends=(intltool gobject-introspection gnome-common python2)
-url="https://github.com/linuxmint/cinnamon-desktop;
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
-"config.patch")
-sha256sums=('a8bbf148b9ee25f21fb2c196a54c957e35cd23b32f25919516f08e8f4dda'
-'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Adjust configuration
-  patch -Np1 -i ../config.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-desktop/repos/community-i686/PKGBUILD (from rev 195012, 
cinnamon-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-07 22:16:10 UTC (rev 195013)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexandre Filgueria 
+# Contributor:  Jan de Groot 
+
+pkgname=cinnamon-desktop
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
+makedepends=(intltool gobject-introspection gnome-common python2)
+url="https://github.com/linuxmint/cinnamon-desktop;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
+"config.patch")
+sha256sums=('84c29fd9256370b6789613292fd12ec7893c1b752487dc938b056a3d68607212'
+'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Adjust configuration
+  patch -Np1 -i ../config.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/config.patch
===
--- community-i686/config.patch 2016-11-07 22:15:29 UTC (rev 195012)
+++ community-i686/config.patch 2016-11-07 22:16:10 UTC (rev 195013)
@@ -1,48 +0,0 @@
-diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
  2015-10-16 13:00:30.0 +
-+++ 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
   2015-11-20 

[arch-commits] Commit in cinnamon-desktop/trunk (PKGBUILD)

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

upgpkg: cinnamon-desktop 3.2.0-1

Modified:
  cinnamon-desktop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 22:15:00 UTC (rev 195011)
+++ PKGBUILD2016-11-07 22:15:29 UTC (rev 195012)
@@ -3,7 +3,7 @@
 # Contributor:  Jan de Groot 
 
 pkgname=cinnamon-desktop
-pkgver=3.0.2
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="Library with common API for various Cinnamon modules"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 url="https://github.com/linuxmint/cinnamon-desktop;
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
 "config.patch")
-sha256sums=('a8bbf148b9ee25f21fb2c196a54c957e35cd23b32f25919516f08e8f4dda'
+sha256sums=('84c29fd9256370b6789613292fd12ec7893c1b752487dc938b056a3d68607212'
 'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
 
 prepare() {


[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 <alexfilgue...@antergos.com>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-
-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 <alexfilgue...@antergos.com>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+
+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 <dus...@falgout.us>
-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 <dus...@falgout.us>
-Date: Sat, 9 Jul 201

[arch-commits] Commit in cinnamon-session/trunk (PKGBUILD qt-5.7.patch)

2016-11-07 Thread Alexandre Filgueira
Date: Monday, November 7, 2016 @ 22:14:06
  Author: faidoc
Revision: 195010

upgpkg: cinnamon-session 3.2.0-1

Modified:
  cinnamon-session/trunk/PKGBUILD
Deleted:
  cinnamon-session/trunk/qt-5.7.patch

--+
 PKGBUILD |   14 --
 qt-5.7.patch |  267 -
 2 files changed, 4 insertions(+), 277 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 22:04:17 UTC (rev 195009)
+++ PKGBUILD2016-11-07 22:14:06 UTC (rev 195010)
@@ -3,8 +3,8 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-session
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="The Cinnamon Session Handler"
 arch=(i686 x86_64)
 license=(GPL LGPL)
@@ -12,17 +12,11 @@
 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')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz)
+sha256sums=('d7c3d951ae0dddef96941c9f08f028a099443888db41981524f618a92624e0ca')
 
 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() {

Deleted: qt-5.7.patch
===
--- qt-5.7.patch2016-11-07 22:04:17 UTC (rev 195009)
+++ qt-5.7.patch2016-11-07 22:14:06 UTC (rev 195010)
@@ -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+ Maintain backwards compatibility for earlier versions of QT.
-
-Ref links:
-https://github.com/GNOME/gnome-session/commit/ce4208add3b49d440e0c418229774dd802ee6b87
-https://github.com/manjaro/release-plan/issues/73

- cinnamon-session/main.c | 25 +++--
- configure.ac| 12 
- 2 files changed, 35 insertions(+), 2 deletions(-)
-
-diff --git a/cinnamon-session/main.c b/cinnamon-session/main.c
-index b2264ab..dda4d7b 100644
 a/cinnamon-session/main.c
-+++ b/cinnamon-session/main.c
-@@ -296,6 +296,9 @@ main (int argc, char **argv)
- { "whale", 0, 0, G_OPTION_ARG_NONE, _fail, N_("Show 
the fail whale dialog for testing"), NULL },
- { NULL, 0, 0, 0, NULL, NULL, NULL }
- };
-+gchar *qt_platform_theme_current = NULL;
-+gchar *qt_style_override_current = NULL;
-+char *qt_platform_theme_new = NULL;
- 
- /* Make sure that we have a session bus */
- if (!require_dbus_session (argc, argv, )) {
-@@ -383,8 +386,26 @@ main (int argc, char **argv)
-  */
- csm_util_setenv ("GNOME_DESKTOP_SESSION_ID", "this-is-deprecated");
- 
--/* Make QT5 apps follow the GTK style */
--csm_util_setenv ("QT_STYLE_OVERRIDE", "gtk");
-+
-+/* Make QT5 apps follow the GTK style. Starting with QT 5.7, a 
different
-+ * env var has to be set than what worked in previous versions.
-+ */
-+qt_platform_theme_current = g_getenv ("QT_QPA_PLATFORMTHEME");
-+qt_style_override_current = g_getenv ("QT_STYLE_OVERRIDE");
-+qt_platform_theme_new = HAVE_QT57 ? "qt5ct" : "qgnomeplatform";
-+
-+if (NULL == qt_platform_theme_current) {
-+csm_util_setenv ("QT_QPA_PLATFORMTHEME", qt_platform_theme_new);
-+}
-+
-+if (NULL == qt_style_override_current) {
-+csm_util_setenv ("QT_STYLE_OVERRIDE", "gtk");
-+}
-+
-+g_free(qt_platform_theme_current);
-+g_free(qt_style_override_current);
-+g_free(qt_platform_theme_new);
-+
- 
- /* GTK Overlay scrollbars */
- settings = g_settings_new ("org.cinnamon.desktop.interface");
-diff --git a/configure.ac b/configure.ac
-index fa1b795..2b4e417 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -108,6 +108,18 @@ AC_SUBST(LOGIND_CFLAGS)
- AC_SUBST(LOGIND_LIBS)
- 
- dnl 

[arch-commits] Commit in cjs/repos (4 files)

2016-11-07 Thread Alexandre Filgueira
Date: Monday, November 7, 2016 @ 22:04:17
  Author: faidoc
Revision: 195009

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

Added:
  cjs/repos/community-i686/PKGBUILD
(from rev 195008, cjs/trunk/PKGBUILD)
  cjs/repos/community-x86_64/PKGBUILD
(from rev 195008, cjs/trunk/PKGBUILD)
Deleted:
  cjs/repos/community-i686/PKGBUILD
  cjs/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   90 
 community-i686/PKGBUILD   |   45 --
 community-x86_64/PKGBUILD |   45 --
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-07 22:03:29 UTC (rev 195008)
+++ community-i686/PKGBUILD 2016-11-07 22:04:17 UTC (rev 195009)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-# Contributor: Ionut Biru <ib...@archlinux.org>
-
-pkgname=cjs
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Javascript Bindings for Cinnamon"
-arch=(i686 x86_64)
-url="https://github.com/linuxmint/cjs;
-license=(GPL)
-depends=(gtk3 gobject-introspection-runtime js dbus-glib)
-makedepends=(gnome-common python2 gobject-introspection)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-options=(!emptydirs)
-sha256sums=('cafda5a8a21421e93720732debeea08c59e63c058d240ab0f7b3a6969654864f')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Python2 fix
-  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
-   verbump.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs a display
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cjs/repos/community-i686/PKGBUILD (from rev 195008, cjs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-07 22:04:17 UTC (rev 195009)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+# Contributor: Ionut Biru <ib...@archlinux.org>
+
+pkgname=cjs
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Javascript Bindings for Cinnamon"
+arch=(i686 x86_64)
+url="https://github.com/linuxmint/cjs;
+license=(GPL)
+depends=(gtk3 gobject-introspection-runtime js dbus-glib)
+makedepends=(gnome-common python2 gobject-introspection)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
+options=(!emptydirs)
+sha256sums=('df55c1b89cea5d40d6a9950407a5d18915d2dde4e31670faeb0f5e4ba119edde')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Python2 fix
+  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
+   verbump.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-07 22:03:29 UTC (rev 195008)
+++ community-x86_64/PKGBUILD   2016-11-07 22:04:17 UTC (rev 195009)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-# Contributor: Ionut Biru <ib...@archlinux.org>
-
-pkgname=cjs
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Javascript Bindings for Cinnamon"
-arch=(i686 x86_64)
-url="https://github.com/linuxmint/cjs;
-license=(GPL)
-depends=(gtk3 gobject-introspection-runtime js dbus-glib)
-makedepends=(gnome-common python2 gobject-introspection)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-options=(!emptydirs)
-sha256sums=('cafda5a8a21421e93720732debeea08c59e63c058d240ab0f7b3a6969654864f')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Python2 fix
-  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
-   verbump.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs a display
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  

[arch-commits] Commit in cjs/trunk (PKGBUILD)

2016-11-07 Thread Alexandre Filgueira
Date: Monday, November 7, 2016 @ 22:03:29
  Author: faidoc
Revision: 195008

upgpkg: cjs 3.2.0-1

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 22:03:10 UTC (rev 195007)
+++ PKGBUILD2016-11-07 22:03:29 UTC (rev 195008)
@@ -3,8 +3,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=(i686 x86_64)
 url="https://github.com/linuxmint/cjs;
@@ -13,7 +13,7 @@
 makedepends=(gnome-common python2 gobject-introspection)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
 options=(!emptydirs)
-sha256sums=('cafda5a8a21421e93720732debeea08c59e63c058d240ab0f7b3a6969654864f')
+sha256sums=('df55c1b89cea5d40d6a9950407a5d18915d2dde4e31670faeb0f5e4ba119edde')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-11-07 Thread Alexandre Filgueira
Date: Monday, November 7, 2016 @ 22:01:08
  Author: faidoc
Revision: 195005

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

Added:
  muffin/repos/community-i686/PKGBUILD
(from rev 195004, muffin/trunk/PKGBUILD)
  muffin/repos/community-x86_64/PKGBUILD
(from rev 195004, muffin/trunk/PKGBUILD)
Deleted:
  muffin/repos/community-i686/PKGBUILD
  muffin/repos/community-i686/unredirect-fixes.patch
  muffin/repos/community-x86_64/PKGBUILD
  muffin/repos/community-x86_64/unredirect-fixes.patch

-+
 /PKGBUILD   |   98 
 community-i686/PKGBUILD |   54 ---
 community-i686/unredirect-fixes.patch   |  143 --
 community-x86_64/PKGBUILD   |   54 ---
 community-x86_64/unredirect-fixes.patch |  143 --
 5 files changed, 98 insertions(+), 394 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-07 22:00:04 UTC (rev 195004)
+++ community-i686/PKGBUILD 2016-11-07 22:01:08 UTC (rev 195005)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-# Contributor: Adam Hani Schakaki <a...@schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=3.0.5
-pkgrel=2
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin;
-license=('GPL')
-depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
- 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;
-"unredirect-fixes.patch")
-sha256sums=('11c27abedad6952aaa446d37ad23e910c3c51dc0dd8d29298cfae2c3ad917e64'
-'1b210245d45ea01324ce6055df2deb5e925c3c77d871fca3e9b86c9d099322f1')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # Unredirect fixes
-  # https://github.com/linuxmint/muffin/pull/250
-  patch -Np1 -i ../unredirect-fixes.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile \
- --enable-compile-warnings=minimum
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir/" install
-
-  # Remove unused stuff
-  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
-  make -C src/tools DESTDIR="$pkgdir" uninstall
-  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
-  make -C doc/man DESTDIR="$pkgdir" uninstall
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 195004, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-07 22:01:08 UTC (rev 195005)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+# Contributor: Adam Hani Schakaki <a...@schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
+sha256sums=('061966c2c8520804e1338de0dd499672a7f054aa7ae32b2fd98e49e656ad9a21')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile \
+ --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+
+  # Remove unused stuff
+  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
+  make -C src/tools DESTDIR=

[arch-commits] Commit in muffin/trunk (PKGBUILD unredirect-fixes.patch)

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

upgpkg: muffin 3.2.0-1

Modified:
  muffin/trunk/PKGBUILD
Deleted:
  muffin/trunk/unredirect-fixes.patch

+
 PKGBUILD   |   13 +---
 unredirect-fixes.patch |  143 ---
 2 files changed, 4 insertions(+), 152 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 21:57:31 UTC (rev 195003)
+++ PKGBUILD2016-11-07 22:00:04 UTC (rev 195004)
@@ -4,8 +4,8 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=3.0.5
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/muffin;
@@ -14,17 +14,12 @@
  'startup-notification' 'zenity' 'dconf')
 makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
 options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;
-"unredirect-fixes.patch")
-sha256sums=('11c27abedad6952aaa446d37ad23e910c3c51dc0dd8d29298cfae2c3ad917e64'
-'1b210245d45ea01324ce6055df2deb5e925c3c77d871fca3e9b86c9d099322f1')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
+sha256sums=('061966c2c8520804e1338de0dd499672a7f054aa7ae32b2fd98e49e656ad9a21')
 
 prepare() {
   cd ${pkgname}-${pkgver}
 
-  # Unredirect fixes
-  # https://github.com/linuxmint/muffin/pull/250
-  patch -Np1 -i ../unredirect-fixes.patch
 }
 
 build() {

Deleted: unredirect-fixes.patch
===
--- unredirect-fixes.patch  2016-11-07 21:57:31 UTC (rev 195003)
+++ unredirect-fixes.patch  2016-11-07 22:00:04 UTC (rev 195004)
@@ -1,143 +0,0 @@
-From 837aeb1a10cf2fe57dce791f7b733c2db723b5d9 Mon Sep 17 00:00:00 2001
-From: itzexor 
-Date: Sun, 8 May 2016 00:16:22 -0700
-Subject: [PATCH 1/4] meta-window-actor: fix unredirect heuristic Damage
- coordinates are relative to the drawable not to the screen. So we have to
- check whether x and y are 0 and not window_rect.x/y otherwise the herustic
- will never trigger for windows on monitors whos x and y are not 0.
-
-https://git.gnome.org/browse/mutter/commit/?id=cd32e4a

- src/compositor/meta-window-actor.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/compositor/meta-window-actor.c 
b/src/compositor/meta-window-actor.c
-index c5d4485..1d4fea8 100644
 a/src/compositor/meta-window-actor.c
-+++ b/src/compositor/meta-window-actor.c
-@@ -2113,8 +2113,8 @@ meta_window_actor_process_damage (MetaWindowActor
*self,
-   MetaRectangle window_rect;
-   meta_window_get_outer_rect (priv->window, _rect);
- 
--  if (window_rect.x == event->area.x &&
--  window_rect.y == event->area.y &&
-+  if (event->area.x == 0 &&
-+  event->area.y == 0 &&
-   window_rect.width == event->area.width &&
-   window_rect.height == event->area.height)
- priv->full_damage_frames_count++;
-
-From 68b0df9024b3366bd5012a0ca056cdd69365222a Mon Sep 17 00:00:00 2001
-From: itzexor 
-Date: Sat, 14 May 2016 14:36:42 -0700
-Subject: [PATCH 2/4] meta-window-actor: Consider needs_destroy in
- is_destroyed() According to the documentation, the method returns "whether
- the X window that the actor was displaying has been destroyed" - that is very
- much true when we delay the actual actor destruction for a destroy animation,
- so update the method accordingly.
-
-https://git.gnome.org/browse/mutter/commit/?id=d50f8af

- src/compositor/meta-window-actor.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/compositor/meta-window-actor.c 
b/src/compositor/meta-window-actor.c
-index 1d4fea8..286127f 100644
 a/src/compositor/meta-window-actor.c
-+++ b/src/compositor/meta-window-actor.c
-@@ -925,7 +925,7 @@ meta_window_actor_get_texture (MetaWindowActor *self)
- gboolean
- meta_window_actor_is_destroyed (MetaWindowActor *self)
- {
--  return self->priv->disposed;
-+  return self->priv->disposed || self->priv->needs_destroy;
- }
- 
- gboolean
-
-From 39ab0ef2447d12e936d4133aee462e7888d3a050 Mon Sep 17 00:00:00 2001
-From: itzexor 
-Date: Sat, 14 May 2016 15:10:37 -0700
-Subject: [PATCH 3/4] meta-window-actor: Do not request unredirection when
- destroyed WindowActors can outlive their corresponding window to animate
- unmap. Unredirecting the actor does not make sense in that case, so make sure
- to not request it.
-
-https://git.gnome.org/browse/mutter/commit/?id=6e25c37

- src/compositor/meta-window-actor.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/src/compositor/meta-window-actor.c 
b/src/compositor/meta-window-actor.c
-index 286127f..0aa5144 100644
 a/src/compositor/meta-window-actor.c
-+++ 

[arch-commits] Commit in cinnamon-translations/repos/community-any (PKGBUILD PKGBUILD)

2016-11-07 Thread Alexandre Filgueira
Date: Monday, November 7, 2016 @ 21:47:19
  Author: faidoc
Revision: 194999

archrelease: copy trunk to community-any

Added:
  cinnamon-translations/repos/community-any/PKGBUILD
(from rev 194998, cinnamon-translations/trunk/PKGBUILD)
Deleted:
  cinnamon-translations/repos/community-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-07 21:46:41 UTC (rev 194998)
+++ PKGBUILD2016-11-07 21:47:19 UTC (rev 194999)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
-# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-
-pkgname=cinnamon-translations
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="Translations for Cinnamon and Nemo"
-arch=(any)
-url="https://github.com/linuxmint/cinnamon-translations;
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
-sha256sums=('5f8eeb3c2d4af9ecd6a42cdf79cea6e6c92194aad6d37cf0a37724505da971a8')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-
-   install -m 0755 -d ${pkgdir}/usr/share/locale/ 
-   cp -Rp usr/share/locale/* ${pkgdir}/usr/share/locale/
-}

Copied: cinnamon-translations/repos/community-any/PKGBUILD (from rev 194998, 
cinnamon-translations/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-07 21:47:19 UTC (rev 194999)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+
+pkgname=cinnamon-translations
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=(any)
+url="https://github.com/linuxmint/cinnamon-translations;
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
+sha256sums=('18cfe229900979b35686c638ba00530e88be33aeb473364067daf28b22aa9ca8')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+
+   install -m 0755 -d ${pkgdir}/usr/share/locale/ 
+   cp -Rp usr/share/locale/* ${pkgdir}/usr/share/locale/
+}


[arch-commits] Commit in cinnamon-translations/trunk (PKGBUILD)

2016-11-07 Thread Alexandre Filgueira
Date: Monday, November 7, 2016 @ 21:46:41
  Author: faidoc
Revision: 194998

upgpkg: cinnamon-translations 3.2.0-1

Modified:
  cinnamon-translations/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 21:38:40 UTC (rev 194997)
+++ PKGBUILD2016-11-07 21:46:41 UTC (rev 194998)
@@ -2,7 +2,7 @@
 # Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
 
 pkgname=cinnamon-translations
-pkgver=3.0.3
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="Translations for Cinnamon and Nemo"
 arch=(any)
@@ -9,7 +9,7 @@
 url="https://github.com/linuxmint/cinnamon-translations;
 license=('GPL2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
-sha256sums=('5f8eeb3c2d4af9ecd6a42cdf79cea6e6c92194aad6d37cf0a37724505da971a8')
+sha256sums=('18cfe229900979b35686c638ba00530e88be33aeb473364067daf28b22aa9ca8')
 
 build() {
cd ${pkgname}-${pkgver}


[arch-commits] Commit in nemo/trunk (PKGBUILD)

2016-07-17 Thread Alexandre Filgueira
Date: Sunday, July 17, 2016 @ 21:43:31
  Author: faidoc
Revision: 183034

upgpkg: nemo 3.0.6-1

Modified:
  nemo/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-17 21:36:41 UTC (rev 183033)
+++ PKGBUILD2016-07-17 21:43:31 UTC (rev 183034)
@@ -3,7 +3,7 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=3.0.5
+pkgver=3.0.6
 pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
   'python-gobject' 'python-polib' 'python2-gobject')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha256sums=('67a4607e0f311db3b71c2014ab2be4c0d4c14f272fc019d381c77acf8442ad77')
+sha256sums=('77d5c47a6657dfbaf66c9f80978ce8650595753138d27bd2adaebbe0e46c3e23')
 
 prepare() {
   cd linuxmint-nemo-*


[arch-commits] Commit in muffin/repos (4 files)

2016-07-17 Thread Alexandre Filgueira
Date: Sunday, July 17, 2016 @ 21:36:41
  Author: faidoc
Revision: 183033

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

Added:
  muffin/repos/community-i686/PKGBUILD
(from rev 183032, muffin/trunk/PKGBUILD)
  muffin/repos/community-x86_64/PKGBUILD
(from rev 183032, muffin/trunk/PKGBUILD)
Deleted:
  muffin/repos/community-i686/PKGBUILD
  muffin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   98 
 community-i686/PKGBUILD   |   49 --
 community-x86_64/PKGBUILD |   49 --
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-17 21:35:35 UTC (rev 183032)
+++ community-i686/PKGBUILD 2016-07-17 21:36:41 UTC (rev 183033)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-# Contributor: Adam Hani Schakaki <a...@schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=3.0.4
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin;
-license=('GPL')
-depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
- 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('0ce9b1eae42f42b622461c94894f81607ef5685ba538a09bb536becda503af21')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile \
- --enable-compile-warnings=minimum
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir/" install
-
-  # Remove unused stuff
-  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
-  make -C src/tools DESTDIR="$pkgdir" uninstall
-  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
-  make -C doc/man DESTDIR="$pkgdir" uninstall
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 183032, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-17 21:36:41 UTC (rev 183033)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+# Contributor: Adam Hani Schakaki <a...@schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=3.0.5
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
+sha256sums=('11c27abedad6952aaa446d37ad23e910c3c51dc0dd8d29298cfae2c3ad917e64')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile \
+ --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+
+  # Remove unused stuff
+  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
+  make -C src/tools DESTDIR="$pkgdir" uninstall
+  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
+  make -C doc/man DESTDIR="$pkgdir" uninstall
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-17 21:35:35 UTC (rev 183032)
+++ community-x86_64/PKGBUILD   2016-07-17 21:36:41 UTC (rev 183033)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@ante

[arch-commits] Commit in cinnamon-screensaver/repos (8 files)

2016-07-17 Thread Alexandre Filgueira
Date: Sunday, July 17, 2016 @ 21:30:34
  Author: faidoc
Revision: 183031

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

Added:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
(from rev 183030, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
(from rev 183030, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 183030, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
(from rev 183030, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
Deleted:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam

---+
 /PKGBUILD |   88 
 /cinnamon-screensaver.pam |   12 +++
 community-i686/PKGBUILD   |   44 --
 community-i686/cinnamon-screensaver.pam   |6 -
 community-x86_64/PKGBUILD |   44 --
 community-x86_64/cinnamon-screensaver.pam |6 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-17 21:29:42 UTC (rev 183030)
+++ community-i686/PKGBUILD 2016-07-17 21:30:34 UTC (rev 183031)
@@ -1,44 +0,0 @@
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Based on gnome-screensaver package:
-# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Jan de Groot <j...@archlinux.org>
-
-pkgname=cinnamon-screensaver
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://github.com/linuxmint/cinnamon-screensaver;
-backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python2-gobject' 'webkit2gtk')
-makedepends=('intltool' 'gnome-common')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
-   cinnamon-screensaver.pam)
-sha256sums=('eae81a1c26348e7e94b4925b7122624ff86ea5f4eec0541458a75073332622fc'
-'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Python2 fix
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' data/screensavers/*/main
-
-  # Support new libsystemd (which replaces libsystemd-login)
-  sed -i 's/libsystemd-login/libsystemd/' configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon-screensaver \
-   --localstatedir=/var \
-   --with-mit-ext --with-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
-}

Copied: cinnamon-screensaver/repos/community-i686/PKGBUILD (from rev 183030, 
cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-17 21:30:34 UTC (rev 183031)
@@ -0,0 +1,44 @@
+# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Jan de Groot <j...@archlinux.org>
+
+pkgname=cinnamon-screensaver
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://github.com/linuxmint/cinnamon-screensaver;
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python2-gobject' 'webkit2gtk')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('de32ab1852b605835ea0ca41f248d18b32d7805d479eb6fd5877d4de92dbb784'
+'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' data/screensavers/*/main
+
+  # Support new libsystemd (which replaces libsystemd-login)
+  sed -i 's/libsystemd-login/libsystemd/' configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon-screensaver \
+   --lo

[arch-commits] Commit in cinnamon-screensaver/trunk (PKGBUILD)

2016-07-17 Thread Alexandre Filgueira
Date: Sunday, July 17, 2016 @ 21:29:42
  Author: faidoc
Revision: 183030

upgpkg: cinnamon-screensaver 3.0.1-1

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-17 21:25:32 UTC (rev 183029)
+++ PKGBUILD2016-07-17 21:29:42 UTC (rev 183030)
@@ -4,7 +4,7 @@
 # Jan de Groot 
 
 pkgname=cinnamon-screensaver
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gnome-common')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
cinnamon-screensaver.pam)
-sha256sums=('eae81a1c26348e7e94b4925b7122624ff86ea5f4eec0541458a75073332622fc'
+sha256sums=('de32ab1852b605835ea0ca41f248d18b32d7805d479eb6fd5877d4de92dbb784'
 'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
 
 prepare() {


[arch-commits] Commit in cinnamon-control-center/repos (4 files)

2016-07-17 Thread Alexandre Filgueira
Date: Sunday, July 17, 2016 @ 21:25:32
  Author: faidoc
Revision: 183029

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 183028, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 183028, cinnamon-control-center/trunk/PKGBUILD)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  102 
 community-i686/PKGBUILD   |   51 --
 community-x86_64/PKGBUILD |   51 --
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-17 21:23:39 UTC (rev 183028)
+++ community-i686/PKGBUILD 2016-07-17 21:25:32 UTC (rev 183029)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Jan de Groot <j...@archlinux.org>
-
-pkgname=cinnamon-control-center
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="The Control Center for Cinnamon"
-arch=('i686' 'x86_64')
-depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd' 'network-manager-applet')
-optdepends=('gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common' 'docbook-xsl')
-url="https://github.com/linuxmint/cinnamon-control-center;
-license=('GPL')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
-sha256sums=('9bdb53699d5863c32cdfc329eff0113b888a193c58d5c1ff786a2ba70d5068fb')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove unused stuff
-  #make -C panels/sound DESTDIR="$pkgdir" uninstall
-  #make -C panels/sound/data DESTDIR="$pkgdir" install
-  #make -C shell DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-directoryDATA uninstall-uiDATA
-  #rm 
"$pkgdir"/usr/share/applications/cinnamon-{control-center,datetime-panel,region-panel,sound-panel}.desktop
-  #rm -R "$pkgdir/etc"
-
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: cinnamon-control-center/repos/community-i686/PKGBUILD (from rev 183028, 
cinnamon-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-17 21:25:32 UTC (rev 183029)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Jan de Groot <j...@archlinux.org>
+
+pkgname=cinnamon-control-center
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="The Control Center for Cinnamon"
+arch=('i686' 'x86_64')
+depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
+ 'libgnomekbd' 'network-manager-applet')
+optdepends=('gnome-color-manager: for color management tasks')
+makedepends=('intltool' 'gnome-common' 'docbook-xsl')
+url="https://github.com/linuxmint/cinnamon-control-center;
+license=('GPL')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
+sha256sums=('3d9f0eb45168a91101f99452b38184dd6417dd89064be4523e565bd721a521fe')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-systemd
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkg

[arch-commits] Commit in cinnamon-control-center/trunk (PKGBUILD)

2016-07-17 Thread Alexandre Filgueira
Date: Sunday, July 17, 2016 @ 21:23:39
  Author: faidoc
Revision: 183028

upgpkg: cinnamon-control-center 3.0.1-1

Modified:
  cinnamon-control-center/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-17 21:12:45 UTC (rev 183027)
+++ PKGBUILD2016-07-17 21:23:39 UTC (rev 183028)
@@ -5,8 +5,8 @@
 # Jan de Groot 
 
 pkgname=cinnamon-control-center
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
 pkgdesc="The Control Center for Cinnamon"
 arch=('i686' 'x86_64')
 depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
@@ -17,7 +17,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
-sha256sums=('9bdb53699d5863c32cdfc329eff0113b888a193c58d5c1ff786a2ba70d5068fb')
+sha256sums=('3d9f0eb45168a91101f99452b38184dd6417dd89064be4523e565bd721a521fe')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-07-17 Thread Alexandre Filgueira
Date: Sunday, July 17, 2016 @ 21:12:45
  Author: faidoc
Revision: 183027

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 183026, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 183026, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/dont-hardcode-nemo.patch
(from rev 183026, cinnamon/trunk/dont-hardcode-nemo.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 183026, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 183026, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 183026, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/dont-hardcode-nemo.patch
(from rev 183026, cinnamon/trunk/dont-hardcode-nemo.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 183026, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/dont-hardcode-nemo.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/dont-hardcode-nemo.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

---+
 /PKGBUILD |  238 
 /default-theme.patch  |   50 +
 /dont-hardcode-nemo.patch |   66 +++
 /set_wheel.patch  |  112 +
 community-i686/PKGBUILD   |  119 --
 community-i686/default-theme.patch|   25 --
 community-i686/dont-hardcode-nemo.patch   |   33 ---
 community-i686/set_wheel.patch|   56 --
 community-x86_64/PKGBUILD |  119 --
 community-x86_64/default-theme.patch  |   25 --
 community-x86_64/dont-hardcode-nemo.patch |   33 ---
 community-x86_64/set_wheel.patch  |   56 --
 12 files changed, 466 insertions(+), 466 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 183026:183027 to see the changes.


[arch-commits] Commit in cinnamon/trunk (PKGBUILD)

2016-07-17 Thread Alexandre Filgueira
Date: Sunday, July 17, 2016 @ 21:11:01
  Author: faidoc
Revision: 183025

upgpkg: cinnamon 3.0.7-1

Modified:
  cinnamon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-17 21:10:29 UTC (rev 183024)
+++ PKGBUILD2016-07-17 21:11:01 UTC (rev 183025)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=3.0.5
+pkgver=3.0.7
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 "set_wheel.patch"
 "default-theme.patch"
 "dont-hardcode-nemo.patch")
-sha256sums=('2d37f935d0082c33eaaf65c523a03a641b7ec29273b6b6aa541fe313570f23ed'
+sha256sums=('0aa0ce174a4638f54ddb2f0dc1f93a847678fa225c7a4fae718ffd14f1c8694f'
 '97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
 '566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5'
 '26a9fb9a3855759cc7d5fa9a195ae8860d5c6b3e12adc1bfe86269e047c119b4')


[arch-commits] Commit in nemo/repos (4 files)

2016-06-01 Thread Alexandre Filgueira
Date: Wednesday, June 1, 2016 @ 18:03:07
  Author: faidoc
Revision: 177612

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 177611, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 177611, nemo/trunk/PKGBUILD)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   51 ---
 community-x86_64/PKGBUILD |   51 ---
 3 files changed, 96 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-01 16:02:06 UTC (rev 177611)
+++ community-i686/PKGBUILD 2016-06-01 16:03:07 UTC (rev 177612)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
-  'python-gobject' 'python-polib' 'python2-gobject' 'python2-polib')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha256sums=('00569fe8f103e7791a3782c8d031b46d825534091255fb87f059841a2d7d6ba3')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Python2 fix
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-tracker \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR="$pkgdir" install
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 177611, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-01 16:03:07 UTC (rev 177612)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=3.0.5
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo;
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
+ 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
+  'python-gobject' 'python-polib' 'python2-gobject')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
+sha256sums=('67a4607e0f311db3b71c2014ab2be4c0d4c14f272fc019d381c77acf8442ad77')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nemo \
+  --disable-update-mimedb \
+  --disable-tracker \
+  --disable-gtk-doc-html \
+  --disable-schemas-compile
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-01 16:02:06 UTC (rev 177611)
+++ community-x86_64/PKGBUILD   2016-06-01 16:03:07 UTC (rev 177612)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gno

[arch-commits] Commit in nemo/trunk (PKGBUILD)

2016-06-01 Thread Alexandre Filgueira
Date: Wednesday, June 1, 2016 @ 18:02:06
  Author: faidoc
Revision: 177611

upgpkg: nemo 3.0.5-1

Modified:
  nemo/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 16:01:35 UTC (rev 177610)
+++ PKGBUILD2016-06-01 16:02:06 UTC (rev 177611)
@@ -3,26 +3,23 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=3.0.3
+pkgver=3.0.5
 pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/nemo;
 license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
  'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
 makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
-  'python-gobject' 'python-polib' 'python2-gobject' 'python2-polib')
+  'python-gobject' 'python-polib' 'python2-gobject')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha256sums=('00569fe8f103e7791a3782c8d031b46d825534091255fb87f059841a2d7d6ba3')
+sha256sums=('67a4607e0f311db3b71c2014ab2be4c0d4c14f272fc019d381c77acf8442ad77')
 
 prepare() {
   cd linuxmint-nemo-*
 
-  # Python2 fix
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
   # Rename 'Files' app name to avoid having the same as nautilus
   sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
 }


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

2016-06-01 Thread Alexandre Filgueira
Date: Wednesday, June 1, 2016 @ 17:43:33
  Author: faidoc
Revision: 177608

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 177607, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 177607, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/dont-hardcode-nemo.patch
(from rev 177607, cinnamon/trunk/dont-hardcode-nemo.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 177607, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 177607, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 177607, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/dont-hardcode-nemo.patch
(from rev 177607, cinnamon/trunk/dont-hardcode-nemo.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 177607, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/dont-hardcode-nemo.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/dont-hardcode-nemo.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

---+
 /PKGBUILD |  238 
 /default-theme.patch  |   50 +
 /dont-hardcode-nemo.patch |   66 +++
 /set_wheel.patch  |  112 +
 community-i686/PKGBUILD   |  119 --
 community-i686/default-theme.patch|   25 --
 community-i686/dont-hardcode-nemo.patch   |   33 ---
 community-i686/set_wheel.patch|   56 --
 community-x86_64/PKGBUILD |  119 --
 community-x86_64/default-theme.patch  |   25 --
 community-x86_64/dont-hardcode-nemo.patch |   33 ---
 community-x86_64/set_wheel.patch  |   56 --
 12 files changed, 466 insertions(+), 466 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 177607:177608 to see the changes.


[arch-commits] Commit in cinnamon/trunk (PKGBUILD)

2016-06-01 Thread Alexandre Filgueira
Date: Wednesday, June 1, 2016 @ 17:42:02
  Author: faidoc
Revision: 177607

upgpkg: cinnamon 3.0.5-1

Modified:
  cinnamon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 12:19:34 UTC (rev 177606)
+++ PKGBUILD2016-06-01 15:42:02 UTC (rev 177607)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 "set_wheel.patch"
 "default-theme.patch"
 "dont-hardcode-nemo.patch")
-sha256sums=('c85a52557f16317fe5ee8879d47efd5f5f79b653d29ce750404590b16a439c61'
+sha256sums=('2d37f935d0082c33eaaf65c523a03a641b7ec29273b6b6aa541fe313570f23ed'
 '97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
 '566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5'
 '26a9fb9a3855759cc7d5fa9a195ae8860d5c6b3e12adc1bfe86269e047c119b4')


[arch-commits] Commit in nemo/repos (4 files)

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 03:24:16
  Author: faidoc
Revision: 177350

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 177349, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 177349, nemo/trunk/PKGBUILD)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  102 
 community-i686/PKGBUILD   |   50 -
 community-x86_64/PKGBUILD |   50 -
 3 files changed, 102 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 01:22:44 UTC (rev 177349)
+++ community-i686/PKGBUILD 2016-05-28 01:24:16 UTC (rev 177350)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha256sums=('25da69bfb2a5864e643095c85b875bbfb97520a899671a77aeae0c812444366c')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Python2 fix
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-tracker \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR="$pkgdir" install
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 177349, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 01:24:16 UTC (rev 177350)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo;
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+ 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
+  'python-gobject' 'python-polib' 'python2-gobject' 'python2-polib')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
+sha256sums=('00569fe8f103e7791a3782c8d031b46d825534091255fb87f059841a2d7d6ba3')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nemo \
+  --disable-update-mimedb \
+  --disable-tracker \
+  --disable-gtk-doc-html \
+  --disable-schemas-compile
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 01:22:44 UTC (rev 177349)
+++ community-x86_64/PKGBUILD   2016-05-28 01:24:16 UTC (rev 177350)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations'

[arch-commits] Commit in nemo/trunk (PKGBUILD)

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 03:22:44
  Author: faidoc
Revision: 177349

upgpkg: nemo 3.0.3-1

Modified:
  nemo/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 00:02:21 UTC (rev 177348)
+++ PKGBUILD2016-05-28 01:22:44 UTC (rev 177349)
@@ -11,7 +11,8 @@
 license=('GPL')
 depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
  'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
+  'python-gobject' 'python-polib' 'python2-gobject' 'python2-polib')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
 sha256sums=('00569fe8f103e7791a3782c8d031b46d825534091255fb87f059841a2d7d6ba3')


[arch-commits] Commit in python-polib/repos (community-any community-any/PKGBUILD)

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 02:02:21
  Author: faidoc
Revision: 177348

archrelease: copy trunk to community-any

Added:
  python-polib/repos/community-any/
  python-polib/repos/community-any/PKGBUILD
(from rev 177347, python-polib/trunk/PKGBUILD)

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Copied: python-polib/repos/community-any/PKGBUILD (from rev 177347, 
python-polib/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-05-28 00:02:21 UTC (rev 177348)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Esteban V. Carnevale 
+
+pkgname=python-polib
+_pkgname=polib
+pkgver=1.0.7
+pkgrel=1
+pkgdesc='A library to manipulate gettext files (Python3)'
+url='https://pypi.python.org/pypi/polib'
+arch=('any')
+license=('MIT')
+depends=('python')
+source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('43ce60d05ffa442ba9d3c5722193aadb93c38174b9fb471c8ea7ccbf8349bbca')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in python-polib/trunk (PKGBUILD)

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 02:01:47
  Author: faidoc
Revision: 177347

upgpkg: python-polib 1.0.7-1

Modified:
  python-polib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 00:00:31 UTC (rev 177346)
+++ PKGBUILD2016-05-28 00:01:47 UTC (rev 177347)
@@ -5,11 +5,11 @@
 _pkgname=polib
 pkgver=1.0.7
 pkgrel=1
-pkgdesc='A library to manipulate gettext files'
+pkgdesc='A library to manipulate gettext files (Python3)'
 url='https://pypi.python.org/pypi/polib'
 arch=('any')
 license=('MIT')
-depends=('python2')
+depends=('python')
 
source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
 sha256sums=('43ce60d05ffa442ba9d3c5722193aadb93c38174b9fb471c8ea7ccbf8349bbca')
 


[arch-commits] Commit in (5 files)

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 02:00:31
  Author: faidoc
Revision: 177346

Added:
  python-polib/
  python-polib/repos/
  python-polib/trunk/
  python-polib/trunk/PKGBUILD
Modified:
  nemo/trunk/PKGBUILD

-+
 nemo/trunk/PKGBUILD |6 +++---
 python-polib/trunk/PKGBUILD |   25 +
 2 files changed, 28 insertions(+), 3 deletions(-)

Modified: nemo/trunk/PKGBUILD
===
--- nemo/trunk/PKGBUILD 2016-05-27 23:48:01 UTC (rev 177345)
+++ nemo/trunk/PKGBUILD 2016-05-28 00:00:31 UTC (rev 177346)
@@ -3,8 +3,8 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.3
+pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/nemo;
@@ -14,7 +14,7 @@
 makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha256sums=('25da69bfb2a5864e643095c85b875bbfb97520a899671a77aeae0c812444366c')
+sha256sums=('00569fe8f103e7791a3782c8d031b46d825534091255fb87f059841a2d7d6ba3')
 
 prepare() {
   cd linuxmint-nemo-*

Added: python-polib/trunk/PKGBUILD
===
--- python-polib/trunk/PKGBUILD (rev 0)
+++ python-polib/trunk/PKGBUILD 2016-05-28 00:00:31 UTC (rev 177346)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Esteban V. Carnevale 
+
+pkgname=python-polib
+_pkgname=polib
+pkgver=1.0.7
+pkgrel=1
+pkgdesc='A library to manipulate gettext files'
+url='https://pypi.python.org/pypi/polib'
+arch=('any')
+license=('MIT')
+depends=('python2')
+source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('43ce60d05ffa442ba9d3c5722193aadb93c38174b9fb471c8ea7ccbf8349bbca')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


Property changes on: python-polib/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in python2-polib/repos/community-any (PKGBUILD PKGBUILD)

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:48:01
  Author: faidoc
Revision: 177345

archrelease: copy trunk to community-any

Added:
  python2-polib/repos/community-any/PKGBUILD
(from rev 177344, python2-polib/trunk/PKGBUILD)
Deleted:
  python2-polib/repos/community-any/PKGBUILD

--+
 PKGBUILD |   57 -
 1 file changed, 32 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 23:47:20 UTC (rev 177344)
+++ PKGBUILD2016-05-27 23:48:01 UTC (rev 177345)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Esteban V. Carnevale 
-
-pkgname=python2-polib
-_pkgname=polib
-pkgver=1.0.7
-pkgrel=1
-pkgdesc='A library to manipulate gettext files'
-url='https://pypi.python.org/pypi/polib'
-arch=('any')
-license=('MIT')
-depends=('python2')
-source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('43ce60d05ffa442ba9d3c5722193aadb93c38174b9fb471c8ea7ccbf8349bbca')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py build
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python2-polib/repos/community-any/PKGBUILD (from rev 177344, 
python2-polib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 23:48:01 UTC (rev 177345)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Esteban V. Carnevale 
+
+pkgname=(python-polib python2-polib)
+_pkgname=polib
+pkgver=1.0.7
+pkgrel=2
+pkgdesc='A library to manipulate gettext files'
+url='https://pypi.python.org/pypi/polib'
+arch=('any')
+license=('MIT')
+depends=('python' 'python2')
+source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('43ce60d05ffa442ba9d3c5722193aadb93c38174b9fb471c8ea7ccbf8349bbca')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python ./setup.py build
+}
+
+package_python-polib() {
+   depends=('python')
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python setup.py install --root="${pkgdir}" --optimize=1
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE"
+}
+
+package_python2-polib() {
+   depends=('python2')
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python2 setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in python2-polib/trunk (PKGBUILD)

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:47:20
  Author: faidoc
Revision: 177344

upgpkg: python-polib 1.0.7-2

Modified:
  python2-polib/trunk/PKGBUILD

--+
 PKGBUILD |   25 -
 1 file changed, 16 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 23:44:46 UTC (rev 177343)
+++ PKGBUILD2016-05-27 23:47:20 UTC (rev 177344)
@@ -1,25 +1,32 @@
 # $Id$
 # Contributor: Esteban V. Carnevale 
 
-pkgname=python2-polib
+pkgname=(python-polib python2-polib)
 _pkgname=polib
 pkgver=1.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc='A library to manipulate gettext files'
 url='https://pypi.python.org/pypi/polib'
 arch=('any')
 license=('MIT')
-depends=('python2')
+depends=('python' 'python2')
 
source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
 sha256sums=('43ce60d05ffa442ba9d3c5722193aadb93c38174b9fb471c8ea7ccbf8349bbca')
 
 build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py build
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python ./setup.py build
 }
 
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+package_python-polib() {
+   depends=('python')
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python setup.py install --root="${pkgdir}" --optimize=1
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE"
 }
+
+package_python2-polib() {
+   depends=('python2')
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python2 setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in cinnamon-translations/repos/community-any (PKGBUILD PKGBUILD)

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:39:04
  Author: faidoc
Revision: 177341

archrelease: copy trunk to community-any

Added:
  cinnamon-translations/repos/community-any/PKGBUILD
(from rev 177340, cinnamon-translations/trunk/PKGBUILD)
Deleted:
  cinnamon-translations/repos/community-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 23:38:29 UTC (rev 177340)
+++ PKGBUILD2016-05-27 23:39:04 UTC (rev 177341)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
-# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-
-pkgname=cinnamon-translations
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Translations for Cinnamon and Nemo"
-arch=(any)
-url="https://github.com/linuxmint/cinnamon-translations;
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
-sha256sums=('a9eb548660308011edc127deaeb5d0e5bacede44866a4c1b00066179c742b432')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  
-  install -m 0755 -d ${pkgdir}/usr/share/locale/ 
-  cp -Rp usr/share/locale/* ${pkgdir}/usr/share/locale/
-}

Copied: cinnamon-translations/repos/community-any/PKGBUILD (from rev 177340, 
cinnamon-translations/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 23:39:04 UTC (rev 177341)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+
+pkgname=cinnamon-translations
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=(any)
+url="https://github.com/linuxmint/cinnamon-translations;
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
+sha256sums=('cac434ecd447cff051808f53747829e2359f5535d9d5d1437dec59217b4bfe0b')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  install -m 0755 -d ${pkgdir}/usr/share/locale/ 
+  cp -Rp usr/share/locale/* ${pkgdir}/usr/share/locale/
+}


[arch-commits] Commit in cinnamon-translations/trunk (PKGBUILD)

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:38:29
  Author: faidoc
Revision: 177340

upgpkg: cinnamon-translations 3.0.2-1

Modified:
  cinnamon-translations/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 23:37:27 UTC (rev 177339)
+++ PKGBUILD2016-05-27 23:38:29 UTC (rev 177340)
@@ -2,7 +2,7 @@
 # Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
 
 pkgname=cinnamon-translations
-pkgver=3.0.0
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="Translations for Cinnamon and Nemo"
 arch=(any)
@@ -9,7 +9,7 @@
 url="https://github.com/linuxmint/cinnamon-translations;
 license=('GPL2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
-sha256sums=('a9eb548660308011edc127deaeb5d0e5bacede44866a4c1b00066179c742b432')
+sha256sums=('cac434ecd447cff051808f53747829e2359f5535d9d5d1437dec59217b4bfe0b')
 
 build() {
cd ${pkgname}-${pkgver}


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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:37:14
  Author: faidoc
Revision: 177338

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

Added:
  cinnamon-session/repos/community-i686/PKGBUILD
(from rev 177336, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-i686/timeout.patch
(from rev 177336, cinnamon-session/trunk/timeout.patch)
  cinnamon-session/repos/community-x86_64/PKGBUILD
(from rev 177336, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-x86_64/timeout.patch
(from rev 177337, cinnamon-session/trunk/timeout.patch)
Deleted:
  cinnamon-session/repos/community-i686/PKGBUILD
  cinnamon-session/repos/community-i686/timeout.patch
  cinnamon-session/repos/community-x86_64/PKGBUILD
  cinnamon-session/repos/community-x86_64/timeout.patch

+
 /PKGBUILD  |   94 +++
 /timeout.patch |   48 +++
 community-i686/PKGBUILD|   41 -
 community-i686/timeout.patch   |   24 -
 community-x86_64/PKGBUILD  |   41 -
 community-x86_64/timeout.patch |   24 -
 6 files changed, 142 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 23:37:01 UTC (rev 177337)
+++ community-i686/PKGBUILD 2016-05-27 23:37:14 UTC (rev 177338)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-
-pkgname=cinnamon-session
-pkgver=3.0.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
-timeout.patch)
-sha256sums=('0ddf1cf2555c97dd6cf2e2b1bd11abbe6e3c21f9d417268110e5860ae7e4af2e'
-'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Increase timeout, for slow machines
-  patch -Np1 -i ../timeout.patch
-
-  # Support new libsystemd (which replaces libsystemd-login)
-  sed -i 's/libsystemd-login/libsystemd/' configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
-  --disable-schemas-compile --disable-gconf
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-session/repos/community-i686/PKGBUILD (from rev 177336, 
cinnamon-session/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 23:37:14 UTC (rev 177338)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+
+pkgname=cinnamon-session
+pkgver=3.0.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
+timeout.patch)
+sha256sums=('d8935747bc8aa70518e70a7d338eaf9109b5307d8a44d49dc57e0f15d69e9c89'
+'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Increase timeout, for slow machines
+  patch -Np1 -i ../timeout.patch
+
+  # Support new libsystemd (which replaces libsystemd-login)
+  sed -i 's/libsystemd-login/libsystemd/' configure.ac
+}
+
+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
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/timeout.patch
===
--- community-i686/timeout.patch2016-05-27 23:37:01 UTC (rev 177337)
+++ community-i686/timeout.patch2016-05-27 23:37:14 UTC (rev 177338)
@@ -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

[arch-commits] Commit in cinnamon-session/trunk (PKGBUILD)

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:36:19
  Author: faidoc
Revision: 177336

upgpkg: cinnamon-session 3.0.1-1

Modified:
  cinnamon-session/trunk/PKGBUILD

--+
 PKGBUILD |   18 --
 1 file changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 23:32:54 UTC (rev 177335)
+++ PKGBUILD2016-05-27 23:36:19 UTC (rev 177336)
@@ -3,8 +3,8 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-session
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
 pkgdesc="The Cinnamon Session Handler"
 arch=(i686 x86_64)
 license=(GPL LGPL)
@@ -14,7 +14,7 @@
 url="https://github.com/linuxmint/cinnamon-session;
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
 timeout.patch)
-sha256sums=('0ddf1cf2555c97dd6cf2e2b1bd11abbe6e3c21f9d417268110e5860ae7e4af2e'
+sha256sums=('d8935747bc8aa70518e70a7d338eaf9109b5307d8a44d49dc57e0f15d69e9c89'
 'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
 
 prepare() {
@@ -29,9 +29,15 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
-  --disable-schemas-compile --disable-gconf
+  
+  CFLAGS="${CFLAGS} -Wno-error=format-nonliteral" ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/cinnamon-session \
+--disable-schemas-compile \
+--disable-gconf
+
   make
 }
 


[arch-commits] Commit in cinnamon-menus/repos (4 files)

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:32:54
  Author: faidoc
Revision: 177335

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

Added:
  cinnamon-menus/repos/community-i686/PKGBUILD
(from rev 177334, cinnamon-menus/trunk/PKGBUILD)
  cinnamon-menus/repos/community-x86_64/PKGBUILD
(from rev 177334, cinnamon-menus/trunk/PKGBUILD)
Deleted:
  cinnamon-menus/repos/community-i686/PKGBUILD
  cinnamon-menus/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   26 --
 community-x86_64/PKGBUILD |   26 --
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 23:31:52 UTC (rev 177334)
+++ community-i686/PKGBUILD 2016-05-27 23:32:54 UTC (rev 177335)
@@ -1,26 +0,0 @@
-#Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-
-pkgname=cinnamon-menus
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Cinnamon menu specifications"
-arch=('i686' 'x86_64')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
-license=('GPL' 'LGPL')
-url="https://github.com/linuxmint/cinnamon-menus;
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
-sha256sums=('88894d8a5128573771085bcea58b89964755a18255edeab12d14e30cd3b24eb0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --sbindir=/usr/bin
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-menus/repos/community-i686/PKGBUILD (from rev 177334, 
cinnamon-menus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 23:32:54 UTC (rev 177335)
@@ -0,0 +1,26 @@
+#Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+
+pkgname=cinnamon-menus
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Cinnamon menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
+license=('GPL' 'LGPL')
+url="https://github.com/linuxmint/cinnamon-menus;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
+sha256sums=('ac7c339ada5a4757dbf53fc7827b277e915c14db6ab7062f2112528232af14e7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --sbindir=/usr/bin
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-27 23:31:52 UTC (rev 177334)
+++ community-x86_64/PKGBUILD   2016-05-27 23:32:54 UTC (rev 177335)
@@ -1,26 +0,0 @@
-#Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-
-pkgname=cinnamon-menus
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Cinnamon menu specifications"
-arch=('i686' 'x86_64')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
-license=('GPL' 'LGPL')
-url="https://github.com/linuxmint/cinnamon-menus;
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
-sha256sums=('88894d8a5128573771085bcea58b89964755a18255edeab12d14e30cd3b24eb0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --sbindir=/usr/bin
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-menus/repos/community-x86_64/PKGBUILD (from rev 177334, 
cinnamon-menus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-27 23:32:54 UTC (rev 177335)
@@ -0,0 +1,26 @@
+#Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+
+pkgname=cinnamon-menus
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Cinnamon menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
+license=('GPL' 'LGPL')
+url="https://github.com/linuxmint/cinnamon-menus;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
+sha256sums=('ac

[arch-commits] Commit in cinnamon-menus/trunk (PKGBUILD)

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:31:52
  Author: faidoc
Revision: 177334

upgpkg: cinnamon-menus 3.0.1-1

Modified:
  cinnamon-menus/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 23:30:42 UTC (rev 177333)
+++ PKGBUILD2016-05-27 23:31:52 UTC (rev 177334)
@@ -1,7 +1,7 @@
 #Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
 
 pkgname=cinnamon-menus
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Cinnamon menu specifications"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL' 'LGPL')
 url="https://github.com/linuxmint/cinnamon-menus;
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
-sha256sums=('88894d8a5128573771085bcea58b89964755a18255edeab12d14e30cd3b24eb0')
+sha256sums=('ac7c339ada5a4757dbf53fc7827b277e915c14db6ab7062f2112528232af14e7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in muffin/repos (4 files)

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:30:42
  Author: faidoc
Revision: 177333

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

Added:
  muffin/repos/community-i686/PKGBUILD
(from rev 177332, muffin/trunk/PKGBUILD)
  muffin/repos/community-x86_64/PKGBUILD
(from rev 177332, muffin/trunk/PKGBUILD)
Deleted:
  muffin/repos/community-i686/PKGBUILD
  muffin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   98 
 community-i686/PKGBUILD   |   49 --
 community-x86_64/PKGBUILD |   49 --
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 23:29:42 UTC (rev 177332)
+++ community-i686/PKGBUILD 2016-05-27 23:30:42 UTC (rev 177333)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-# Contributor: Adam Hani Schakaki <a...@schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin;
-license=('GPL')
-depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
- 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('922cedff63482c801c7e7971dcec552bd9559a642df142b9b4859c73a6487a3b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile \
- --enable-compile-warnings=minimum
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir/" install
-
-  # Remove unused stuff
-  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
-  make -C src/tools DESTDIR="$pkgdir" uninstall
-  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
-  make -C doc/man DESTDIR="$pkgdir" uninstall
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 177332, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 23:30:42 UTC (rev 177333)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+# Contributor: Adam Hani Schakaki <a...@schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
+sha256sums=('0ce9b1eae42f42b622461c94894f81607ef5685ba538a09bb536becda503af21')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile \
+ --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+
+  # Remove unused stuff
+  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
+  make -C src/tools DESTDIR="$pkgdir" uninstall
+  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
+  make -C doc/man DESTDIR="$pkgdir" uninstall
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-27 23:29:42 UTC (rev 177332)
+++ community-x86_64/PKGBUILD   2016-05-27 23:30:42 UTC (rev 177333)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@ante

[arch-commits] Commit in muffin/trunk (PKGBUILD)

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:29:42
  Author: faidoc
Revision: 177332

upgpkg: muffin 3.0.4-1

Modified:
  muffin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 23:27:46 UTC (rev 177331)
+++ PKGBUILD2016-05-27 23:29:42 UTC (rev 177332)
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=3.0.1
+pkgver=3.0.4
 pkgrel=1
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('922cedff63482c801c7e7971dcec552bd9559a642df142b9b4859c73a6487a3b')
+sha256sums=('0ce9b1eae42f42b622461c94894f81607ef5685ba538a09bb536becda503af21')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:27:46
  Author: faidoc
Revision: 177331

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 177330, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 177330, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/dont-hardcode-nemo.patch
(from rev 177330, cinnamon/trunk/dont-hardcode-nemo.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 177330, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 177330, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 177330, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/dont-hardcode-nemo.patch
(from rev 177330, cinnamon/trunk/dont-hardcode-nemo.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 177330, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/dont-hardcode-nemo.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/dont-hardcode-nemo.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

---+
 /PKGBUILD |  238 
 /default-theme.patch  |   50 +
 /dont-hardcode-nemo.patch |   66 +++
 /set_wheel.patch  |  112 +
 community-i686/PKGBUILD   |  119 --
 community-i686/default-theme.patch|   25 --
 community-i686/dont-hardcode-nemo.patch   |   33 ---
 community-i686/set_wheel.patch|   56 --
 community-x86_64/PKGBUILD |  119 --
 community-x86_64/default-theme.patch  |   25 --
 community-x86_64/dont-hardcode-nemo.patch |   33 ---
 community-x86_64/set_wheel.patch  |   56 --
 12 files changed, 466 insertions(+), 466 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 177330:177331 to see the changes.


[arch-commits] Commit in cinnamon/trunk (PKGBUILD)

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:26:14
  Author: faidoc
Revision: 177330

upgpkg: cinnamon 3.0.4-1

Modified:
  cinnamon/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 21:27:38 UTC (rev 177329)
+++ PKGBUILD2016-05-27 23:26:14 UTC (rev 177330)
@@ -5,8 +5,8 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.0.4
+pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/Cinnamon;
@@ -26,7 +26,7 @@
 "set_wheel.patch"
 "default-theme.patch"
 "dont-hardcode-nemo.patch")
-sha256sums=('498a698962095ba742a63ad203b723743783a2f3dc48ab599fa8fcd03f33abb9'
+sha256sums=('c85a52557f16317fe5ee8879d47efd5f5f79b653d29ce750404590b16a439c61'
 '97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
 '566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5'
 '26a9fb9a3855759cc7d5fa9a195ae8860d5c6b3e12adc1bfe86269e047c119b4')


[arch-commits] Commit in cinnamon-desktop/repos (8 files)

2016-05-27 Thread Alexandre Filgueira
Date: Friday, May 27, 2016 @ 23:00:12
  Author: faidoc
Revision: 177325

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

Added:
  cinnamon-desktop/repos/community-i686/PKGBUILD
(from rev 177324, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-i686/config.patch
(from rev 177324, cinnamon-desktop/trunk/config.patch)
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
(from rev 177324, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-x86_64/config.patch
(from rev 177324, cinnamon-desktop/trunk/config.patch)
Deleted:
  cinnamon-desktop/repos/community-i686/PKGBUILD
  cinnamon-desktop/repos/community-i686/config.patch
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
  cinnamon-desktop/repos/community-x86_64/config.patch

---+
 /PKGBUILD |   78 
 /config.patch |   96 
 community-i686/PKGBUILD   |   39 
 community-i686/config.patch   |   48 
 community-x86_64/PKGBUILD |   39 
 community-x86_64/config.patch |   48 
 6 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 20:59:14 UTC (rev 177324)
+++ community-i686/PKGBUILD 2016-05-27 21:00:12 UTC (rev 177325)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria 
-# Contributor:  Jan de Groot 
-
-pkgname=cinnamon-desktop
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="Library with common API for various Cinnamon modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
-makedepends=(intltool gobject-introspection gnome-common python2)
-url="https://github.com/linuxmint/cinnamon-desktop;
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
-"config.patch")
-sha256sums=('c5e37bdbcdccdbc53f6452b79ffd0562c657f154a860ec4940aac51e790b8f08'
-'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Adjust configuration
-  patch -Np1 -i ../config.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-desktop/repos/community-i686/PKGBUILD (from rev 177324, 
cinnamon-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 21:00:12 UTC (rev 177325)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexandre Filgueria 
+# Contributor:  Jan de Groot 
+
+pkgname=cinnamon-desktop
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
+makedepends=(intltool gobject-introspection gnome-common python2)
+url="https://github.com/linuxmint/cinnamon-desktop;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
+"config.patch")
+sha256sums=('a8bbf148b9ee25f21fb2c196a54c957e35cd23b32f25919516f08e8f4dda'
+'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Adjust configuration
+  patch -Np1 -i ../config.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/config.patch
===
--- community-i686/config.patch 2016-05-27 20:59:14 UTC (rev 177324)
+++ community-i686/config.patch 2016-05-27 21:00:12 UTC (rev 177325)
@@ -1,48 +0,0 @@
-diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
  2015-10-16 13:00:30.0 +
-+++ 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
   2015-11-20 

[arch-commits] Commit in cinnamon-desktop/trunk (PKGBUILD)

2016-05-27 Thread Alexandre Filgueira
Date: Friday, May 27, 2016 @ 22:59:14
  Author: faidoc
Revision: 177324

upgpkg: cinnamon-desktop 3.0.2-1

Modified:
  cinnamon-desktop/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 20:57:55 UTC (rev 177323)
+++ PKGBUILD2016-05-27 20:59:14 UTC (rev 177324)
@@ -3,8 +3,8 @@
 # Contributor:  Jan de Groot 
 
 pkgname=cinnamon-desktop
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
 pkgdesc="Library with common API for various Cinnamon modules"
 arch=(i686 x86_64)
 license=(GPL LGPL)
@@ -13,7 +13,7 @@
 url="https://github.com/linuxmint/cinnamon-desktop;
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
 "config.patch")
-sha256sums=('c5e37bdbcdccdbc53f6452b79ffd0562c657f154a860ec4940aac51e790b8f08'
+sha256sums=('a8bbf148b9ee25f21fb2c196a54c957e35cd23b32f25919516f08e8f4dda'
 'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
 
 prepare() {


[arch-commits] Commit in muffin/repos (4 files)

2016-05-06 Thread Alexandre Filgueira
Date: Friday, May 6, 2016 @ 18:36:20
  Author: faidoc
Revision: 173950

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

Added:
  muffin/repos/community-i686/PKGBUILD
(from rev 173949, muffin/trunk/PKGBUILD)
  muffin/repos/community-x86_64/PKGBUILD
(from rev 173949, muffin/trunk/PKGBUILD)
Deleted:
  muffin/repos/community-x86_64/PKGBUILD
  muffin/repos/community-x86_64/muffin.install

-+
 /PKGBUILD   |   49 +
 community-i686/PKGBUILD |   49 +
 community-x86_64/PKGBUILD   |   50 --
 community-x86_64/muffin.install |   10 ---
 4 files changed, 98 insertions(+), 60 deletions(-)

Copied: muffin/repos/community-i686/PKGBUILD (from rev 173949, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-06 16:36:20 UTC (rev 173950)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
+# Contributor: Adam Hani Schakaki <a...@schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
+sha256sums=('922cedff63482c801c7e7971dcec552bd9559a642df142b9b4859c73a6487a3b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile \
+ --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+
+  # Remove unused stuff
+  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
+  make -C src/tools DESTDIR="$pkgdir" uninstall
+  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
+  make -C doc/man DESTDIR="$pkgdir" uninstall
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-06 16:29:37 UTC (rev 173949)
+++ community-x86_64/PKGBUILD   2016-05-06 16:36:20 UTC (rev 173950)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@antergos.com>
-# Contributor: Adam Hani Schakaki <a...@schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin;
-license=('GPL')
-depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
- 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
-options=('!emptydirs')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('ddd514d9447576ec1dd9fd9a9ea7166109af44a08b8e5a962b49b4ec7d080b60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile \
- --enable-compile-warnings=minimum
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir/" install
-
-  # Remove unused stuff
-  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
-  make -C src/tools DESTDIR="$pkgdir" uninstall
-  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
-  make -C doc/man DESTDIR="$pkgdir" uninstall
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-x86_64/PKGBUILD (from rev 173949, 
muffin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   

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

2016-05-06 Thread Alexandre Filgueira
Date: Friday, May 6, 2016 @ 18:29:37
  Author: faidoc
Revision: 173949

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 173948, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 173948, nemo/trunk/PKGBUILD)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install

---+
 /PKGBUILD |  100 
 community-i686/PKGBUILD   |   51 
 community-i686/nemo.install   |   14 -
 community-x86_64/PKGBUILD |   51 
 community-x86_64/nemo.install |   14 -
 5 files changed, 100 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-06 16:28:32 UTC (rev 173948)
+++ community-i686/PKGBUILD 2016-05-06 16:29:37 UTC (rev 173949)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
-options=('!emptydirs')
-install=nemo.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha256sums=('25da69bfb2a5864e643095c85b875bbfb97520a899671a77aeae0c812444366c')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Python2 fix
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-tracker \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR="$pkgdir" install
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 173948, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-06 16:29:37 UTC (rev 173949)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com>
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=3.0.0
+pkgrel=2
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo;
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+ 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
+sha256sums=('25da69bfb2a5864e643095c85b875bbfb97520a899671a77aeae0c812444366c')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nemo \
+  --disable-update-mimedb \
+  --disable-tracker \
+  --disable-gtk-doc-html \
+  --disable-schemas-compile
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/nemo.install
===
--- community-i686/nemo.install 2016-05-06 16:28:32 UTC (rev 173948)
+++ community-i686/nemo.install 2016-05-06 16:29:37 UTC (rev 173949)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install "$1&qu

  1   2   3   4   5   6   7   >