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

2014-11-01 Thread Andreas Radke
Date: Saturday, November 1, 2014 @ 09:32:49
  Author: andyrtr
Revision: 225533

upgpkg: libetpan 1.6-1

upstream update 1.6

Modified:
  libetpan/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 04:17:37 UTC (rev 225532)
+++ PKGBUILD2014-11-01 08:32:49 UTC (rev 225533)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=libetpan
-pkgver=1.5
+pkgver=1.6
 pkgrel=1
 pkgdesc=A portable middleware for email access
 arch=('i686' 'x86_64')
@@ -10,20 +10,22 @@
 license=(custom:etpan)
 depends=('libsasl' 'curl' 'expat')
 source=(https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
-md5sums=('f5a0ae8071937b31d0facc1f2d874ead')
+md5sums=('1158c4ce291876c2b7bb003cd4b3566e')
 
 build() {
   cd ${pkgname}-${pkgver}
   
   # generate automake files that are not included in the tarball
-  libtoolize --force --copy
-  aclocal -I m4
-  autoheader
-  autoconf
-  automake --add-missing --foreign --force --copy
+#  libtoolize --force --copy
+#  aclocal -I m4
+#  autoheader
+#  autoconf
+#  automake --add-missing --foreign --force --copy
   #autoreconf -vfi
 
-  ./configure --prefix=/usr \
+  #./configure --prefix=/usr \
+  
+  ./autogen.sh --prefix=/usr \
 --disable-static \
 --disable-db
   make


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

2014-11-01 Thread Andreas Radke
Date: Saturday, November 1, 2014 @ 09:33:09
  Author: andyrtr
Revision: 225534

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

Added:
  libetpan/repos/extra-i686/PKGBUILD
(from rev 225533, libetpan/trunk/PKGBUILD)
  libetpan/repos/extra-x86_64/PKGBUILD
(from rev 225533, libetpan/trunk/PKGBUILD)
Deleted:
  libetpan/repos/extra-i686/PKGBUILD
  libetpan/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   90 
 extra-i686/PKGBUILD   |   43 --
 extra-x86_64/PKGBUILD |   43 --
 3 files changed, 90 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-01 08:32:49 UTC (rev 225533)
+++ extra-i686/PKGBUILD 2014-11-01 08:33:09 UTC (rev 225534)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=libetpan
-pkgver=1.5
-pkgrel=1
-pkgdesc=A portable middleware for email access
-arch=('i686' 'x86_64')
-url=http://www.etpan.org/libetpan.html;
-license=(custom:etpan)
-depends=('libsasl' 'curl' 'expat')
-source=(https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
-md5sums=('f5a0ae8071937b31d0facc1f2d874ead')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  
-  # generate automake files that are not included in the tarball
-  libtoolize --force --copy
-  aclocal -I m4
-  autoheader
-  autoconf
-  automake --add-missing --foreign --force --copy
-  #autoreconf -vfi
-
-  ./configure --prefix=/usr \
---disable-static \
---disable-db
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-  cd tests
-  make imap-sample
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
-}

Copied: libetpan/repos/extra-i686/PKGBUILD (from rev 225533, 
libetpan/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-01 08:33:09 UTC (rev 225534)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libetpan
+pkgver=1.6
+pkgrel=1
+pkgdesc=A portable middleware for email access
+arch=('i686' 'x86_64')
+url=http://www.etpan.org/libetpan.html;
+license=(custom:etpan)
+depends=('libsasl' 'curl' 'expat')
+source=(https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('1158c4ce291876c2b7bb003cd4b3566e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # generate automake files that are not included in the tarball
+#  libtoolize --force --copy
+#  aclocal -I m4
+#  autoheader
+#  autoconf
+#  automake --add-missing --foreign --force --copy
+  #autoreconf -vfi
+
+  #./configure --prefix=/usr \
+  
+  ./autogen.sh --prefix=/usr \
+--disable-static \
+--disable-db
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+  cd tests
+  make imap-sample
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-01 08:32:49 UTC (rev 225533)
+++ extra-x86_64/PKGBUILD   2014-11-01 08:33:09 UTC (rev 225534)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=libetpan
-pkgver=1.5
-pkgrel=1
-pkgdesc=A portable middleware for email access
-arch=('i686' 'x86_64')
-url=http://www.etpan.org/libetpan.html;
-license=(custom:etpan)
-depends=('libsasl' 'curl' 'expat')
-source=(https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
-md5sums=('f5a0ae8071937b31d0facc1f2d874ead')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  
-  # generate automake files that are not included in the tarball
-  libtoolize --force --copy
-  aclocal -I m4
-  autoheader
-  autoconf
-  automake --add-missing --foreign --force --copy
-  #autoreconf -vfi
-
-  ./configure --prefix=/usr \
---disable-static \
---disable-db
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-  cd tests
-  make imap-sample
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
-}

Copied: libetpan/repos/extra-x86_64/PKGBUILD (from rev 225533, 
libetpan/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-01 08:33:09 UTC (rev 225534)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libetpan
+pkgver=1.6
+pkgrel=1
+pkgdesc=A portable middleware for email access
+arch=('i686' 'x86_64')
+url=http://www.etpan.org/libetpan.html;
+license=(custom:etpan)
+depends=('libsasl' 

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

2014-11-01 Thread Sven-Hendrik Haase
Date: Saturday, November 1, 2014 @ 12:38:08
  Author: svenstaro
Revision: 121639

upgpkg: gource 0.43-1

upstream release 0.43

Modified:
  gource/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-31 17:38:31 UTC (rev 121638)
+++ PKGBUILD2014-11-01 11:38:08 UTC (rev 121639)
@@ -3,8 +3,8 @@
 # Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
 # Contributor: Olivier Ramonat olivier at ramonat dot fr
 pkgname=gource
-pkgver=0.42
-pkgrel=4
+pkgver=0.43
+pkgrel=1
 pkgdesc=software version control visualization
 license=(GPL3)
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
 makedepends=('boost' 'glm' 'mesa')
 
source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
-md5sums=('6ec113bcf6e5524ca175351c0530e08b')
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7')
 
 build() {
cd $srcdir/$pkgname-$pkgver


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

2014-11-01 Thread Sven-Hendrik Haase
Date: Saturday, November 1, 2014 @ 12:38:17
  Author: svenstaro
Revision: 121640

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-01 11:38:08 UTC (rev 121639)
+++ community-i686/PKGBUILD 2014-11-01 11:38:17 UTC (rev 121640)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-# Contributor: Olivier Ramonat olivier at ramonat dot fr
-pkgname=gource
-pkgver=0.42
-pkgrel=4
-pkgdesc=software version control visualization
-license=(GPL3)
-arch=(i686 x86_64)
-url=http://code.google.com/p/gource/
-depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm' 'mesa')
-source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
-md5sums=('6ec113bcf6e5524ca175351c0530e08b')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-i686/PKGBUILD (from rev 121639, 
gource/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-01 11:38:17 UTC (rev 121640)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.43
+pkgrel=1
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+}
+# vim: ts=2:sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-01 11:38:08 UTC (rev 121639)
+++ community-x86_64/PKGBUILD   2014-11-01 11:38:17 UTC (rev 121640)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-# Contributor: Olivier Ramonat olivier at ramonat dot fr
-pkgname=gource
-pkgver=0.42
-pkgrel=4
-pkgdesc=software version control visualization
-license=(GPL3)
-arch=(i686 x86_64)
-url=http://code.google.com/p/gource/
-depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm' 'mesa')
-source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
-md5sums=('6ec113bcf6e5524ca175351c0530e08b')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-x86_64/PKGBUILD (from rev 121639, 
gource/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-01 11:38:17 UTC (rev 121640)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.43
+pkgrel=1
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd 

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

2014-11-01 Thread Sergej Pupykin
Date: Saturday, November 1, 2014 @ 13:55:57
  Author: spupykin
Revision: 121642

upgpkg: shotwell 1:0.20.2-1

upd

Modified:
  shotwell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 12:39:01 UTC (rev 121641)
+++ PKGBUILD2014-11-01 12:55:57 UTC (rev 121642)
@@ -5,8 +5,8 @@
 
 pkgname=shotwell
 epoch=1
-pkgver=0.20.1
-pkgrel=2
+pkgver=0.20.2
+pkgrel=1
 pkgdesc=A digital photo organizer designed for the GNOME desktop environment
 arch=('i686' 'x86_64')
 url=http://yorba.org/shotwell/;
@@ -17,7 +17,7 @@
 makedepends=('intltool' 'vala=0.17.2' 'libunique3' 'gnome-doc-utils')
 install=shotwell.install
 
source=(https://download.gnome.org/sources/shotwell/0.20/shotwell-$pkgver.tar.xz;)
-md5sums=('f830bcee67ab8cf14648becdd5569ebb')
+md5sums=('0adb93edba5832c6572e2c851c5c920f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-11-01 Thread Sergej Pupykin
Date: Saturday, November 1, 2014 @ 13:56:18
  Author: spupykin
Revision: 121643

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

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

---+
 /PKGBUILD |   68 
 /shotwell.install |   34 ++
 community-i686/PKGBUILD   |   34 --
 community-i686/shotwell.install   |   17 -
 community-x86_64/PKGBUILD |   34 --
 community-x86_64/shotwell.install |   17 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-01 12:55:57 UTC (rev 121642)
+++ community-i686/PKGBUILD 2014-11-01 12:56:18 UTC (rev 121643)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
-
-pkgname=shotwell
-epoch=1
-pkgver=0.20.1
-pkgrel=2
-pkgdesc=A digital photo organizer designed for the GNOME desktop environment
-arch=('i686' 'x86_64')
-url=http://yorba.org/shotwell/;
-license=('LGPL2.1')
-depends=('libgee' 'webkitgtk' 'libgexiv2' 'libraw' 'rest'
-'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
-'gst-plugins-base' 'libgphoto2')
-makedepends=('intltool' 'vala=0.17.2' 'libunique3' 'gnome-doc-utils')
-install=shotwell.install
-source=(https://download.gnome.org/sources/shotwell/0.20/shotwell-$pkgver.tar.xz;)
-md5sums=('f830bcee67ab8cf14648becdd5569ebb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libexec=/usr/lib/shotwell \
-   --disable-schemas-compile \
-   --disable-desktop-update \
-   --disable-icon-update
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: shotwell/repos/community-i686/PKGBUILD (from rev 121642, 
shotwell/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-01 12:56:18 UTC (rev 121643)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
+
+pkgname=shotwell
+epoch=1
+pkgver=0.20.2
+pkgrel=1
+pkgdesc=A digital photo organizer designed for the GNOME desktop environment
+arch=('i686' 'x86_64')
+url=http://yorba.org/shotwell/;
+license=('LGPL2.1')
+depends=('libgee' 'webkitgtk' 'libgexiv2' 'libraw' 'rest'
+'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
+'gst-plugins-base' 'libgphoto2')
+makedepends=('intltool' 'vala=0.17.2' 'libunique3' 'gnome-doc-utils')
+install=shotwell.install
+source=(https://download.gnome.org/sources/shotwell/0.20/shotwell-$pkgver.tar.xz;)
+md5sums=('0adb93edba5832c6572e2c851c5c920f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexec=/usr/lib/shotwell \
+   --disable-schemas-compile \
+   --disable-desktop-update \
+   --disable-icon-update
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/shotwell.install
===
--- community-i686/shotwell.install 2014-11-01 12:55:57 UTC (rev 121642)
+++ community-i686/shotwell.install 2014-11-01 12:56:18 UTC (rev 121643)
@@ -1,17 +0,0 @@
-pkgname=shotwell
-
-post_install() {
-  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-  update-desktop-database -q
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}

Copied: shotwell/repos/community-i686/shotwell.install (from rev 121642, 
shotwell/trunk/shotwell.install)
===
--- community-i686/shotwell.install (rev 0)
+++ community-i686/shotwell.install 2014-11-01 12:56:18 UTC (rev 121643)
@@ -0,0 +1,17 @@
+pkgname=shotwell
+
+post_install() {
+  gtk-update-icon-cache 

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

2014-11-01 Thread Sergej Pupykin
Date: Saturday, November 1, 2014 @ 13:59:24
  Author: spupykin
Revision: 121644

upgpkg: gcc-docs 4.9.2-1

upd

Modified:
  gcc-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 12:56:18 UTC (rev 121643)
+++ PKGBUILD2014-11-01 12:59:24 UTC (rev 121644)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=gcc-docs
-pkgver=4.9.0
+pkgver=4.9.2
 pkgrel=1
 pkgdesc=Set of HTML documentation for GCC
 arch=('any')
@@ -13,7 +13,7 @@
 depends=()
 options=('docs' '!strip')
 
source=($pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz;)
-md5sums=('94ac15add1d9f6edae25f65a2cda5edc')
+md5sums=('0f8a416e169f740408aaf603c037c40f')
 
 package() {
   cd $srcdir/gcc


[arch-commits] Commit in gcc-docs/repos/community-any (PKGBUILD PKGBUILD)

2014-11-01 Thread Sergej Pupykin
Date: Saturday, November 1, 2014 @ 13:59:33
  Author: spupykin
Revision: 121645

archrelease: copy trunk to community-any

Added:
  gcc-docs/repos/community-any/PKGBUILD
(from rev 121644, gcc-docs/trunk/PKGBUILD)
Deleted:
  gcc-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-01 12:59:24 UTC (rev 121644)
+++ PKGBUILD2014-11-01 12:59:33 UTC (rev 121645)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Hilton Medeiros medeiros.hil...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=gcc-docs
-pkgver=4.9.0
-pkgrel=1
-pkgdesc=Set of HTML documentation for GCC
-arch=('any')
-url=http://gcc.gnu.org;
-license=('GPL')
-depends=()
-options=('docs' '!strip')
-source=($pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz;)
-md5sums=('94ac15add1d9f6edae25f65a2cda5edc')
-
-package() {
-  cd $srcdir/gcc
-  install -d $pkgdir/usr/share/doc/gcc
-  cp -rf * $pkgdir/usr/share/doc/gcc
-}

Copied: gcc-docs/repos/community-any/PKGBUILD (from rev 121644, 
gcc-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-01 12:59:33 UTC (rev 121645)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Hilton Medeiros medeiros.hil...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=gcc-docs
+pkgver=4.9.2
+pkgrel=1
+pkgdesc=Set of HTML documentation for GCC
+arch=('any')
+url=http://gcc.gnu.org;
+license=('GPL')
+depends=()
+options=('docs' '!strip')
+source=($pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz;)
+md5sums=('0f8a416e169f740408aaf603c037c40f')
+
+package() {
+  cd $srcdir/gcc
+  install -d $pkgdir/usr/share/doc/gcc
+  cp -rf * $pkgdir/usr/share/doc/gcc
+}


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

2014-11-01 Thread Sergej Pupykin
Date: Saturday, November 1, 2014 @ 14:06:28
  Author: spupykin
Revision: 121646

upgpkg: tnftp 20141031-1

upd

Modified:
  tnftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 12:59:33 UTC (rev 121645)
+++ PKGBUILD2014-11-01 13:06:28 UTC (rev 121646)
@@ -4,8 +4,8 @@
 # Previous Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
 
 pkgname=tnftp
-pkgver=20130505
-pkgrel=2
+pkgver=20141031
+pkgrel=1
 pkgdesc=NetBSD FTP client with several advanced features
 arch=('i686' 'x86_64')
 url=ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/;
@@ -12,7 +12,7 @@
 license=('BSD')
 depends=('ncurses' 'dante' 'openssl')
 source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$pkgname-$pkgver.tar.gz)
-md5sums=('66e218d02ec7d9fc39ab70ba2900305a')
+md5sums=('aa29b40c7b1caf081a740350b05039e6')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2014-11-01 Thread Sergej Pupykin
Date: Saturday, November 1, 2014 @ 14:06:41
  Author: spupykin
Revision: 121647

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-01 13:06:28 UTC (rev 121646)
+++ community-i686/PKGBUILD 2014-11-01 13:06:41 UTC (rev 121647)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Previous Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
-
-pkgname=tnftp
-pkgver=20130505
-pkgrel=2
-pkgdesc=NetBSD FTP client with several advanced features
-arch=('i686' 'x86_64')
-url=ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/;
-license=('BSD')
-depends=('ncurses' 'dante' 'openssl')
-source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$pkgname-$pkgver.tar.gz)
-md5sums=('66e218d02ec7d9fc39ab70ba2900305a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --enable-editcomplete --enable-ssl
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  install -Dm755 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: tnftp/repos/community-i686/PKGBUILD (from rev 121646, 
tnftp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-01 13:06:41 UTC (rev 121647)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Previous Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
+
+pkgname=tnftp
+pkgver=20141031
+pkgrel=1
+pkgdesc=NetBSD FTP client with several advanced features
+arch=('i686' 'x86_64')
+url=ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/;
+license=('BSD')
+depends=('ncurses' 'dante' 'openssl')
+source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$pkgname-$pkgver.tar.gz)
+md5sums=('aa29b40c7b1caf081a740350b05039e6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --enable-editcomplete --enable-ssl
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  install -Dm755 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-01 13:06:28 UTC (rev 121646)
+++ community-x86_64/PKGBUILD   2014-11-01 13:06:41 UTC (rev 121647)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Previous Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
-
-pkgname=tnftp
-pkgver=20130505
-pkgrel=2
-pkgdesc=NetBSD FTP client with several advanced features
-arch=('i686' 'x86_64')
-url=ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/;
-license=('BSD')
-depends=('ncurses' 'dante' 'openssl')
-source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$pkgname-$pkgver.tar.gz)
-md5sums=('66e218d02ec7d9fc39ab70ba2900305a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --enable-editcomplete --enable-ssl
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  install -Dm755 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: tnftp/repos/community-x86_64/PKGBUILD (from rev 121646, 
tnftp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-01 13:06:41 UTC (rev 121647)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Previous Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
+
+pkgname=tnftp
+pkgver=20141031
+pkgrel=1
+pkgdesc=NetBSD FTP client with several advanced features
+arch=('i686' 'x86_64')
+url=ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/;
+license=('BSD')
+depends=('ncurses' 'dante' 'openssl')
+source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$pkgname-$pkgver.tar.gz)
+md5sums=('aa29b40c7b1caf081a740350b05039e6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --enable-editcomplete --enable-ssl
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make 

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

2014-11-01 Thread Jelle van der Waa
Date: Saturday, November 1, 2014 @ 15:03:44
  Author: jelle
Revision: 121648

Fix FS#42640
Add missing new dep python2-dbus

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 13:06:41 UTC (rev 121647)
+++ PKGBUILD2014-11-01 14:03:44 UTC (rev 121648)
@@ -17,7 +17,7 @@
  'python2-mechanize' 'podofo' 'libwmf'
  'imagemagick' 'chmlib' 'python2-lxml' 'libusbx' 
  'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
  'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
  'qt5-svg' 'python2-chardet' 'python2-html5lib')
 makedepends=('python2-pycountry' 'qt5-x11extras' )


[arch-commits] Commit in perl-log-log4perl/trunk (PKGBUILD)

2014-11-01 Thread Felix Yan
Date: Saturday, November 1, 2014 @ 15:29:25
  Author: fyan
Revision: 225535

upgpkg: perl-log-log4perl 1.46-1

Modified:
  perl-log-log4perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 08:33:09 UTC (rev 225534)
+++ PKGBUILD2014-11-01 14:29:25 UTC (rev 225535)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=perl-log-log4perl
-pkgver=1.44
+pkgver=1.46
 pkgrel=1
 pkgdesc='Log4j implementation for Perl'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Log-Log4perl-$pkgver.tar.gz;)
-md5sums=('4065a8b123badf07a3d6f57b48a0aa5c')
+md5sums=('d247d2327d7f32dca09cbeb51a953fc5')
 
 build() {
   cd Log-Log4perl-$pkgver


[arch-commits] Commit in perl-log-log4perl/repos/extra-any (PKGBUILD PKGBUILD)

2014-11-01 Thread Felix Yan
Date: Saturday, November 1, 2014 @ 15:29:41
  Author: fyan
Revision: 225536

archrelease: copy trunk to extra-any

Added:
  perl-log-log4perl/repos/extra-any/PKGBUILD
(from rev 225535, perl-log-log4perl/trunk/PKGBUILD)
Deleted:
  perl-log-log4perl/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-01 14:29:25 UTC (rev 225535)
+++ PKGBUILD2014-11-01 14:29:41 UTC (rev 225536)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=perl-log-log4perl
-pkgver=1.44
-pkgrel=1
-pkgdesc='Log4j implementation for Perl'
-arch=('any')
-url=https://metacpan.org/release/Log-Log4perl;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Log-Log4perl-$pkgver.tar.gz;)
-md5sums=('4065a8b123badf07a3d6f57b48a0aa5c')
-
-build() {
-  cd Log-Log4perl-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Log-Log4perl-$pkgver
-  make test
-}
-
-package() {
-  cd Log-Log4perl-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: perl-log-log4perl/repos/extra-any/PKGBUILD (from rev 225535, 
perl-log-log4perl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-01 14:29:41 UTC (rev 225536)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=perl-log-log4perl
+pkgver=1.46
+pkgrel=1
+pkgdesc='Log4j implementation for Perl'
+arch=('any')
+url=https://metacpan.org/release/Log-Log4perl;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Log-Log4perl-$pkgver.tar.gz;)
+md5sums=('d247d2327d7f32dca09cbeb51a953fc5')
+
+build() {
+  cd Log-Log4perl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Log-Log4perl-$pkgver
+  make test
+}
+
+package() {
+  cd Log-Log4perl-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2014-11-01 Thread Felix Yan
Date: Saturday, November 1, 2014 @ 15:59:09
  Author: fyan
Revision: 121649

upgpkg: shadowsocks 2.4-1

- uses python 3 instead of python 2

Modified:
  shadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 14:03:44 UTC (rev 121648)
+++ PKGBUILD2014-11-01 14:59:09 UTC (rev 121649)
@@ -2,16 +2,15 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=shadowsocks
-pkgver=2.3.2
+pkgver=2.4
 pkgrel=1
 pkgdesc=A lightweight tunnel proxy
 license=(MIT)
 url=http://pypi.python.org/pypi/shadowsocks;
-depends=('python2' 'python2-setuptools')
-checkdepends=('python2-m2crypto' 'python2-salsa20')
-optdepends=('python2-m2crypto: For any encryption method other than table'
-'python2-numpy: For salsa20 support'
-'python2-salsa20: For salsa20 support')
+depends=('python' 'python-setuptools')
+checkdepends=('python-salsa20')
+optdepends=('python-numpy: For salsa20 support'
+'python-salsa20: For salsa20 support')
 
source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
 
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
 shadowsocks@.service
@@ -19,32 +18,26 @@
 arch=('any')
 install=${pkgname}.install
 
-prepare() {
-  cd shadowsocks-$pkgver/shadowsocks
-  # python2 fix
-  sed -e 's_#!/usr/bin/env python$_#!/usr/bin/env python2_' \
-  -e 's_#!/usr/bin/python$_#!/usr/bin/python2_' \
-  -i local.py server.py encrypt.py __init__.py utils.py
-}
-
 check() {
   cd shadowsocks-$pkgver
 
   # Tests not included
   return
-  python2 tests/test.py -c tests/table.json
-  python2 tests/test.py -c tests/aes.json
-  python2 tests/test.py -c tests/rc4-md5.json
-  python2 tests/test.py -c tests/salsa20.json
-  python2 tests/test.py -c tests/server-multi-ports.json
-  python2 tests/test.py -c tests/server-multi-passwd.json
-  python2 tests/test.py -c tests/server-multi-passwd-table.json
-  python2 tests/test.py -c tests/workers.json
+  python tests/test.py -c tests/table.json
+  python tests/test.py -c tests/aes.json
+  python tests/test.py -c tests/rc4-md5.json
+  python tests/test.py -c tests/salsa20.json
+  python tests/test.py -c tests/server-multi-ports.json
+  python tests/test.py -c tests/server-multi-passwd.json
+  python tests/test.py -c tests/server-multi-passwd-table.json
+  python tests/test.py -c tests/workers.json
 }
 
 package() {
   cd $srcdir/shadowsocks-$pkgver
-  python2 setup.py install -O1 --root=$pkgdir
+
+  # 2.4: Setting LANG as a workaround for 
https://github.com/clowwindy/shadowsocks/pull/203
+  LANG=en_US.utf8 python setup.py install -O1 --root=$pkgdir
   
   install -d $pkgdir/etc/shadowsocks
   install -Dm644 $srcdir/shadowsocks@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks@.service
@@ -52,7 +45,7 @@
   install -Dm644 $srcdir/$pkgname-LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-sha512sums=('54d474b898533214466eff935a636c9ceb7414a338eee8288b13f8d85519a61a5825c4be113cd3eb670fcfe5b4aa6fce0423bc72f892e1fdce9158e190738431'
+sha512sums=('b50c27202170bbacb87c7578588756a6c9d612981ff31a494d2e6e3cb56ea229e378a95c99915c2d88d987876ba752807e53c8da5cc84b937bef2a453f0dadb0'
 
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
 
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
 
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')


[arch-commits] Commit in shadowsocks/repos (5 files)

2014-11-01 Thread Felix Yan
Date: Saturday, November 1, 2014 @ 15:59:29
  Author: fyan
Revision: 121650

archrelease: copy trunk to community-testing-any

Added:
  shadowsocks/repos/community-testing-any/
  shadowsocks/repos/community-testing-any/PKGBUILD
(from rev 121649, shadowsocks/trunk/PKGBUILD)
  shadowsocks/repos/community-testing-any/shadowsocks-server@.service
(from rev 121649, shadowsocks/trunk/shadowsocks-server@.service)
  shadowsocks/repos/community-testing-any/shadowsocks.install
(from rev 121649, shadowsocks/trunk/shadowsocks.install)
  shadowsocks/repos/community-testing-any/shadowsocks@.service
(from rev 121649, shadowsocks/trunk/shadowsocks@.service)

-+
 PKGBUILD|   51 ++
 shadowsocks-server@.service |   12 +
 shadowsocks.install |5 
 shadowsocks@.service|   12 +
 4 files changed, 80 insertions(+)

Copied: shadowsocks/repos/community-testing-any/PKGBUILD (from rev 121649, 
shadowsocks/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-11-01 14:59:29 UTC (rev 121650)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=shadowsocks
+pkgver=2.4
+pkgrel=1
+pkgdesc=A lightweight tunnel proxy
+license=(MIT)
+url=http://pypi.python.org/pypi/shadowsocks;
+depends=('python' 'python-setuptools')
+checkdepends=('python-salsa20')
+optdepends=('python-numpy: For salsa20 support'
+'python-salsa20: For salsa20 support')
+source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
+
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
+shadowsocks@.service
+shadowsocks-server@.service)
+arch=('any')
+install=${pkgname}.install
+
+check() {
+  cd shadowsocks-$pkgver
+
+  # Tests not included
+  return
+  python tests/test.py -c tests/table.json
+  python tests/test.py -c tests/aes.json
+  python tests/test.py -c tests/rc4-md5.json
+  python tests/test.py -c tests/salsa20.json
+  python tests/test.py -c tests/server-multi-ports.json
+  python tests/test.py -c tests/server-multi-passwd.json
+  python tests/test.py -c tests/server-multi-passwd-table.json
+  python tests/test.py -c tests/workers.json
+}
+
+package() {
+  cd $srcdir/shadowsocks-$pkgver
+
+  # 2.4: Setting LANG as a workaround for 
https://github.com/clowwindy/shadowsocks/pull/203
+  LANG=en_US.utf8 python setup.py install -O1 --root=$pkgdir
+  
+  install -d $pkgdir/etc/shadowsocks
+  install -Dm644 $srcdir/shadowsocks@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks@.service
+  install -Dm644 $srcdir/shadowsocks-server@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service
+  install -Dm644 $srcdir/$pkgname-LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+sha512sums=('b50c27202170bbacb87c7578588756a6c9d612981ff31a494d2e6e3cb56ea229e378a95c99915c2d88d987876ba752807e53c8da5cc84b937bef2a453f0dadb0'
+
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
+
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
+
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')

Copied: shadowsocks/repos/community-testing-any/shadowsocks-server@.service 
(from rev 121649, shadowsocks/trunk/shadowsocks-server@.service)
===
--- community-testing-any/shadowsocks-server@.service   
(rev 0)
+++ community-testing-any/shadowsocks-server@.service   2014-11-01 14:59:29 UTC 
(rev 121650)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Shadowsocks Server Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+ExecStart=/usr/bin/ssserver -c /etc/shadowsocks/%i.json
+
+[Install]
+WantedBy=multi-user.target
+

Copied: shadowsocks/repos/community-testing-any/shadowsocks.install (from rev 
121649, shadowsocks/trunk/shadowsocks.install)
===
--- community-testing-any/shadowsocks.install   (rev 0)
+++ community-testing-any/shadowsocks.install   2014-11-01 14:59:29 UTC (rev 
121650)
@@ -0,0 +1,5 @@
+post_install() {
+echo You can use profiled systemd units to start/stop shadowsocks: 
(Profiles are placed under /etc/shadowsocks/*.json)
+echo # systemctl start/stop shadowsocks[-server]@conf-name
+}
+

Copied: shadowsocks/repos/community-testing-any/shadowsocks@.service (from rev 
121649, shadowsocks/trunk/shadowsocks@.service)
===
--- 

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

2014-11-01 Thread Jan Steffens
Date: Saturday, November 1, 2014 @ 16:32:30
  Author: heftig
Revision: 121651

1.7.16.1

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 14:59:29 UTC (rev 121650)
+++ PKGBUILD2014-11-01 15:32:30 UTC (rev 121651)
@@ -3,7 +3,7 @@
 # Contributor: FaziBear fazib...@gmail.com
 
 pkgname=jruby
-pkgver=1.7.16
+pkgver=1.7.16.1
 pkgrel=1
 pkgdesc=100% pure-Java implementation of the Ruby programming language
 arch=(any)
@@ -13,7 +13,7 @@
 options=(!strip)
 noextract=($pkgname-bin-${pkgver}.tar.gz)
 
source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('aa6efc47e7227556ffb60fcb054af06ee62d5abe053ea5f84e0db3158bbd61fc')
+sha256sums=('855ed9f2c3c259a309f46b2c2d942615e87b1c3b5dda6911b739ad5a7e688f5b')
 
 package() {
   cd $pkgdir


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

2014-11-01 Thread Jan Steffens
Date: Saturday, November 1, 2014 @ 16:54:26
  Author: heftig
Revision: 225537

1.3

Modified:
  sbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 14:29:41 UTC (rev 225536)
+++ PKGBUILD2014-11-01 15:54:26 UTC (rev 225537)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=sbc
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc=Bluetooth Subband Codec (SBC) library
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL' 'LGPL')
 depends=('glibc')
 source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
-md5sums=('ec65c444ad4c32aa85702641045b19e9')
+md5sums=('2d8b7841f2c11ab287718d562f2b981c')
 
 build() {
   cd $pkgname-$pkgver


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

2014-11-01 Thread Jan Steffens
Date: Saturday, November 1, 2014 @ 16:55:39
  Author: heftig
Revision: 225538

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

Added:
  sbc/repos/extra-i686/PKGBUILD
(from rev 225537, sbc/trunk/PKGBUILD)
  sbc/repos/extra-x86_64/PKGBUILD
(from rev 225537, sbc/trunk/PKGBUILD)
Deleted:
  sbc/repos/extra-i686/PKGBUILD
  sbc/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   48 
 extra-i686/PKGBUILD   |   24 
 extra-x86_64/PKGBUILD |   24 
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-01 15:54:26 UTC (rev 225537)
+++ extra-i686/PKGBUILD 2014-11-01 15:55:39 UTC (rev 225538)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=sbc
-pkgver=1.2
-pkgrel=1
-pkgdesc=Bluetooth Subband Codec (SBC) library
-arch=('i686' 'x86_64')
-url=http://www.bluez.org/;
-license=('GPL' 'LGPL')
-depends=('glibc')
-source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
-md5sums=('ec65c444ad4c32aa85702641045b19e9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --disable-tester
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: sbc/repos/extra-i686/PKGBUILD (from rev 225537, sbc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-01 15:55:39 UTC (rev 225538)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=sbc
+pkgver=1.3
+pkgrel=1
+pkgdesc=Bluetooth Subband Codec (SBC) library
+arch=('i686' 'x86_64')
+url=http://www.bluez.org/;
+license=('GPL' 'LGPL')
+depends=('glibc')
+source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
+md5sums=('2d8b7841f2c11ab287718d562f2b981c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --disable-tester
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-01 15:54:26 UTC (rev 225537)
+++ extra-x86_64/PKGBUILD   2014-11-01 15:55:39 UTC (rev 225538)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=sbc
-pkgver=1.2
-pkgrel=1
-pkgdesc=Bluetooth Subband Codec (SBC) library
-arch=('i686' 'x86_64')
-url=http://www.bluez.org/;
-license=('GPL' 'LGPL')
-depends=('glibc')
-source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
-md5sums=('ec65c444ad4c32aa85702641045b19e9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --disable-tester
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: sbc/repos/extra-x86_64/PKGBUILD (from rev 225537, sbc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-01 15:55:39 UTC (rev 225538)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=sbc
+pkgver=1.3
+pkgrel=1
+pkgdesc=Bluetooth Subband Codec (SBC) library
+arch=('i686' 'x86_64')
+url=http://www.bluez.org/;
+license=('GPL' 'LGPL')
+depends=('glibc')
+source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
+md5sums=('2d8b7841f2c11ab287718d562f2b981c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --disable-tester
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2014-11-01 Thread Jan Steffens
Date: Saturday, November 1, 2014 @ 16:58:25
  Author: heftig
Revision: 121652

archrelease: copy trunk to community-any

Added:
  jruby/repos/community-any/PKGBUILD
(from rev 121651, jruby/trunk/PKGBUILD)
Deleted:
  jruby/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-01 15:32:30 UTC (rev 121651)
+++ PKGBUILD2014-11-01 15:58:25 UTC (rev 121652)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: FaziBear fazib...@gmail.com
-
-pkgname=jruby
-pkgver=1.7.16
-pkgrel=1
-pkgdesc=100% pure-Java implementation of the Ruby programming language
-arch=(any)
-url=http://www.jruby.org/;
-license=(EPL GPL2 LGPL2.1 custom)
-depends=(java-runtime-headless bash)
-options=(!strip)
-noextract=($pkgname-bin-${pkgver}.tar.gz)
-source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('aa6efc47e7227556ffb60fcb054af06ee62d5abe053ea5f84e0db3158bbd61fc')
-
-package() {
-  cd $pkgdir
-
-  mkdir opt
-  bsdtar -C opt -xf $srcdir/$pkgname-bin-$pkgver.tar.gz
-  mv opt/jruby-$pkgver opt/jruby
-
-  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
-  rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
-
-  mkdir -p usr/bin
-  for _file in jirb{,_swing} jgem jruby{,c}; do
-ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
-  done
-
-  mkdir -p usr/share/licenses/$pkgname
-  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 121651, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-01 15:58:25 UTC (rev 121652)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: FaziBear fazib...@gmail.com
+
+pkgname=jruby
+pkgver=1.7.16.1
+pkgrel=1
+pkgdesc=100% pure-Java implementation of the Ruby programming language
+arch=(any)
+url=http://www.jruby.org/;
+license=(EPL GPL2 LGPL2.1 custom)
+depends=(java-runtime-headless bash)
+options=(!strip)
+noextract=($pkgname-bin-${pkgver}.tar.gz)
+source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
+sha256sums=('855ed9f2c3c259a309f46b2c2d942615e87b1c3b5dda6911b739ad5a7e688f5b')
+
+package() {
+  cd $pkgdir
+
+  mkdir opt
+  bsdtar -C opt -xf $srcdir/$pkgname-bin-$pkgver.tar.gz
+  mv opt/jruby-$pkgver opt/jruby
+
+  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
+  rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
+
+  mkdir -p usr/bin
+  for _file in jirb{,_swing} jgem jruby{,c}; do
+ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
+  done
+
+  mkdir -p usr/share/licenses/$pkgname
+  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
+}


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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 18:29:09
  Author: faidoc
Revision: 121653

upgpkg: cinnamon-desktop 2.4.0-1

Modified:
  cinnamon-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 15:58:25 UTC (rev 121652)
+++ PKGBUILD2014-11-01 17:29:09 UTC (rev 121653)
@@ -3,18 +3,18 @@
 # Contributor:  Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-desktop
-pkgver=2.2.3
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc=Library with common API for various Cinnamon modules
 arch=(i686 x86_64)
 license=(GPL LGPL)
-depends=(gtk3 libxkbfile)
+depends=(gtk3 libxkbfile python2)
 makedepends=(intltool gobject-introspection gnome-common python2)
 url=https://github.com/linuxmint/cinnamon-desktop;
 install=cinnamon-desktop.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
 gnome-3.14.patch)
-sha256sums=('0950bdee8671e4693bfd375f01a25fb8ef5d38d246338600083cd181400619d8'
+sha256sums=('4ddfa1d73287f419c825eb0174eab18b87a96e5d895b59ea996ae17f27771acc'
 'c4df93c49fd3f9f8bc359cbad5d5526eef80ee5c34680f8ba62c67c3dbb7eca5')
 
 prepare() {


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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 18:30:02
  Author: faidoc
Revision: 121654

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

Added:
  cinnamon-desktop/repos/community-staging-i686/
  cinnamon-desktop/repos/community-staging-i686/PKGBUILD
(from rev 121653, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-staging-i686/cinnamon-desktop.install
(from rev 121653, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-staging-i686/gnome-3.14.patch
(from rev 121653, cinnamon-desktop/trunk/gnome-3.14.patch)
  cinnamon-desktop/repos/community-staging-x86_64/
  cinnamon-desktop/repos/community-staging-x86_64/PKGBUILD
(from rev 121653, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-staging-x86_64/cinnamon-desktop.install
(from rev 121653, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-staging-x86_64/gnome-3.14.patch
(from rev 121653, cinnamon-desktop/trunk/gnome-3.14.patch)

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-i686/cinnamon-desktop.install   |   11 ++
 community-staging-i686/gnome-3.14.patch   |   24 +
 community-staging-x86_64/PKGBUILD |   36 
 community-staging-x86_64/cinnamon-desktop.install |   11 ++
 community-staging-x86_64/gnome-3.14.patch |   24 +
 6 files changed, 142 insertions(+)

Copied: cinnamon-desktop/repos/community-staging-i686/PKGBUILD (from rev 
121653, cinnamon-desktop/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-01 17:30:02 UTC (rev 121654)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexandre Filgueria alexfilgue...@antergos.com
+# Contributor:  Jan de Groot j...@archlinux.org
+
+pkgname=cinnamon-desktop
+pkgver=2.4.0
+pkgrel=1
+pkgdesc=Library with common API for various Cinnamon modules
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile python2)
+makedepends=(intltool gobject-introspection gnome-common python2)
+url=https://github.com/linuxmint/cinnamon-desktop;
+install=cinnamon-desktop.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
+gnome-3.14.patch)
+sha256sums=('4ddfa1d73287f419c825eb0174eab18b87a96e5d895b59ea996ae17f27771acc'
+'c4df93c49fd3f9f8bc359cbad5d5526eef80ee5c34680f8ba62c67c3dbb7eca5')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Update configuration for GNOME 3.14
+  patch -Np1 -i ../gnome-3.14.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cinnamon-desktop/repos/community-staging-i686/cinnamon-desktop.install 
(from rev 121653, cinnamon-desktop/trunk/cinnamon-desktop.install)
===
--- community-staging-i686/cinnamon-desktop.install 
(rev 0)
+++ community-staging-i686/cinnamon-desktop.install 2014-11-01 17:30:02 UTC 
(rev 121654)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: cinnamon-desktop/repos/community-staging-i686/gnome-3.14.patch (from 
rev 121653, cinnamon-desktop/trunk/gnome-3.14.patch)
===
--- community-staging-i686/gnome-3.14.patch (rev 0)
+++ community-staging-i686/gnome-3.14.patch 2014-11-01 17:30:02 UTC (rev 
121654)
@@ -0,0 +1,24 @@
+diff -Naur 
cinnamon-desktop-2.2.3.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
+--- 
cinnamon-desktop-2.2.3.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
  2014-10-01 03:54:35.830124486 +
 
cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
   2014-10-01 03:58:31.959359594 +
+@@ -10,7 +10,7 @@
+   /_description
+ /key
+ key name=picture-uri type=s
+-  
default'file://@datadir@/themes/Adwaita/backgrounds/adwaita-timed.xml'/default
++  
default'file://@datadir@/backgrounds/gnome/adwaita-timed.xml'/default
+   _summaryPicture URI/_summary
+   _description
+ URI to use for the background image. Not that the backend only 
supports
+diff -Naur 
cinnamon-desktop-2.2.3.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
 

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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 18:37:54
  Author: faidoc
Revision: 121655

upgpkg: muffin 2.4.0-1

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 17:30:02 UTC (rev 121654)
+++ PKGBUILD2014-11-01 17:37:54 UTC (rev 121655)
@@ -4,8 +4,8 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=2.2.6
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc=Cinnamon window manager based on Mutter
 arch=('i686' 'x86_64')
 url=https://github.com/linuxmint/muffin;
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('5617504f5f8ecaf53268787728e6b7bf5da1514d9bc538dd0c047d467cca9ccf')
+sha256sums=('2526c0a76b02fd5293fa791d4f977abc1d5ba8a51c5e59691b56184ce40d831b')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 18:38:35
  Author: faidoc
Revision: 121656

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

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

-+
 community-staging-i686/PKGBUILD |   45 ++
 community-staging-i686/muffin.install   |   10 ++
 community-staging-x86_64/PKGBUILD   |   45 ++
 community-staging-x86_64/muffin.install |   10 ++
 4 files changed, 110 insertions(+)

Copied: muffin/repos/community-staging-i686/PKGBUILD (from rev 121655, 
muffin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-01 17:38:35 UTC (rev 121656)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Adam Hani Schakaki a...@schakaki.net
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.4.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' 'cinnamon-desktop' 'libcanberra' 
'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common') 
+options=('!emptydirs')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
+sha256sums=('2526c0a76b02fd5293fa791d4f977abc1d5ba8a51c5e59691b56184ce40d831b')
+
+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
+  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-staging-i686/muffin.install (from rev 121655, 
muffin/trunk/muffin.install)
===
--- community-staging-i686/muffin.install   (rev 0)
+++ community-staging-i686/muffin.install   2014-11-01 17:38:35 UTC (rev 
121656)
@@ -0,0 +1,10 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+post_remove() {
+  post_install
+}

Copied: muffin/repos/community-staging-x86_64/PKGBUILD (from rev 121655, 
muffin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-01 17:38:35 UTC (rev 121656)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Adam Hani Schakaki a...@schakaki.net
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.4.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' 'cinnamon-desktop' 'libcanberra' 
'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common') 
+options=('!emptydirs')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
+sha256sums=('2526c0a76b02fd5293fa791d4f977abc1d5ba8a51c5e59691b56184ce40d831b')
+
+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
+  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 

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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 18:53:27
  Author: faidoc
Revision: 121657

upgpkg: cjs 2.4.0-1

Modified:
  cjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 17:38:35 UTC (rev 121656)
+++ PKGBUILD2014-11-01 17:53:27 UTC (rev 121657)
@@ -3,16 +3,16 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=cjs
-pkgver=2.2.2
+pkgver=2.4.0
 pkgrel=1
 pkgdesc=Javascript Bindings for Cinnamon
 arch=(i686 x86_64)
 url=https://github.com/linuxmint/cjs;
 license=(GPL)
-depends=(cairo gobject-introspection js185 dbus-glib)
-makedepends=(gnome-common)
+depends=(cairo gobject-introspection js dbus-glib)
+makedepends=(gnome-common python2)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-sha256sums=('870709463709a92b9d19c351211952bdec5a5e660d8f4a5d2ec4411885e00fca')
+sha256sums=('b4118a1b6c10e6f16feb60295dc8d120b85e6388180f6203e80f9ea002b9f8a3')
 
 build() {
   cd $pkgname-$pkgver
@@ -19,7 +19,7 @@
 
   # Python2 fix
   sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
-   scripts/make-tests
+   verbump.py
 
   ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
   make


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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 18:56:37
  Author: faidoc
Revision: 121658

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

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

---+
 community-staging-i686/PKGBUILD   |   37 
 community-staging-x86_64/PKGBUILD |   37 
 2 files changed, 74 insertions(+)

Copied: cjs/repos/community-staging-i686/PKGBUILD (from rev 121657, 
cjs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-01 17:56:37 UTC (rev 121658)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=cjs
+pkgver=2.4.0
+pkgrel=1
+pkgdesc=Javascript Bindings for Cinnamon
+arch=(i686 x86_64)
+url=https://github.com/linuxmint/cjs;
+license=(GPL)
+depends=(cairo gobject-introspection js dbus-glib)
+makedepends=(gnome-common python2)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
+sha256sums=('b4118a1b6c10e6f16feb60295dc8d120b85e6388180f6203e80f9ea002b9f8a3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
+   verbump.py
+
+  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cjs/repos/community-staging-x86_64/PKGBUILD (from rev 121657, 
cjs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-01 17:56:37 UTC (rev 121658)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=cjs
+pkgver=2.4.0
+pkgrel=1
+pkgdesc=Javascript Bindings for Cinnamon
+arch=(i686 x86_64)
+url=https://github.com/linuxmint/cjs;
+license=(GPL)
+depends=(cairo gobject-introspection js dbus-glib)
+makedepends=(gnome-common python2)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
+sha256sums=('b4118a1b6c10e6f16feb60295dc8d120b85e6388180f6203e80f9ea002b9f8a3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
+   verbump.py
+
+  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 19:06:29
  Author: faidoc
Revision: 121659

upgpkg: cinnamon-session 2.4.0-1

Modified:
  cinnamon-session/trunk/PKGBUILD
Deleted:
  cinnamon-session/trunk/0001-Fix-misplaced-gtk_widget_show-s-for-gtk-3.14.patch

-+
 0001-Fix-misplaced-gtk_widget_show-s-for-gtk-3.14.patch |   45 --
 PKGBUILD|   14 +---
 2 files changed, 5 insertions(+), 54 deletions(-)

Deleted: 0001-Fix-misplaced-gtk_widget_show-s-for-gtk-3.14.patch
===
--- 0001-Fix-misplaced-gtk_widget_show-s-for-gtk-3.14.patch 2014-11-01 
17:56:37 UTC (rev 121658)
+++ 0001-Fix-misplaced-gtk_widget_show-s-for-gtk-3.14.patch 2014-11-01 
18:06:29 UTC (rev 121659)
@@ -1,45 +0,0 @@
-diff --git a/capplet/csm-app-dialog.c b/capplet/csm-app-dialog.c
-index df177f0..c1001e8 100644
 a/capplet/csm-app-dialog.c
-+++ b/capplet/csm-app-dialog.c
-@@ -270,8 +270,6 @@ csm_app_dialog_constructor (GType  type,
- 
- setup_dialog (dialog);
- 
--gtk_widget_show_all (GTK_WIDGET (dialog));
--
- return G_OBJECT (dialog);
- }
- 
-diff --git a/capplet/csm-properties-dialog.c b/capplet/csm-properties-dialog.c
-index 5ccb815..5c2cc56 100644
 a/capplet/csm-properties-dialog.c
-+++ b/capplet/csm-properties-dialog.c
-@@ -374,6 +374,7 @@ on_add_app_clicked (GtkWidget   *widget,
- gtk_window_set_transient_for (GTK_WINDOW (add_dialog),
-   GTK_WINDOW (dialog));
- 
-+gtk_widget_show_all (add_dialog);
- if (csm_app_dialog_run (CSM_APP_DIALOG (add_dialog),
- name, exec, comment, delay)) {
- csp_app_create (name, comment, exec, delay);
-@@ -444,6 +445,7 @@ on_edit_app_clicked (GtkWidget   *widget,
- gtk_window_set_transient_for (GTK_WINDOW (edit_dialog),
-   GTK_WINDOW (dialog));
- 
-+gtk_widget_show_all (edit_dialog);
- if (csm_app_dialog_run (CSM_APP_DIALOG (edit_dialog),
- name, exec, comment, delay)) {
- csp_app_update (app, name, comment, exec, delay);
-@@ -678,8 +680,6 @@ csm_properties_dialog_constructor (GType  
type,
- 
- setup_dialog (dialog);
- 
--gtk_widget_show (GTK_WIDGET (dialog));
--
- return G_OBJECT (dialog);
- }
- 
--- 
-1.9.3
-

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 17:56:37 UTC (rev 121658)
+++ PKGBUILD2014-11-01 18:06:29 UTC (rev 121659)
@@ -3,8 +3,8 @@
 # Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=cinnamon-session
-pkgver=2.2.2
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc=The Cinnamon Session Handler
 arch=(i686 x86_64)
 license=(GPL LGPL)
@@ -14,11 +14,9 @@
 install=cinnamon-session.install
 url=https://github.com/linuxmint/cinnamon-session;
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
-timeout.patch
-0001-Fix-misplaced-gtk_widget_show-s-for-gtk-3.14.patch)
-sha256sums=('16e94442dc8c3d666ca2b576088b7dd4b179e48a3af96ac92ac94864c1f51288'
-'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a'
-'78ef4ca45fd03ec9921b1ce02a340376223423ad54d3b256e2b7205a4f0d6d74')
+timeout.patch)
+sha256sums=('fd47e31ce5546c09a8ba25edea4fbf4e1ac0ead9bb9a6ebed5564f2783493c77'
+'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -26,8 +24,6 @@
   # Increase timeout, for slow machines
   patch -Np1 -i ../timeout.patch
 
-  # Fix cinnamon-session-properties for GTK+ 3.14
-  patch -Np1 -i ../0001-Fix-misplaced-gtk_widget_show-s-for-gtk-3.14.patch
 }
 
 build() {


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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 19:07:23
  Author: faidoc
Revision: 121660

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

Added:
  cinnamon-session/repos/community-staging-i686/
  cinnamon-session/repos/community-staging-i686/PKGBUILD
(from rev 121659, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-staging-i686/cinnamon-session.install
(from rev 121659, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-staging-i686/timeout.patch
(from rev 121659, cinnamon-session/trunk/timeout.patch)
  cinnamon-session/repos/community-staging-x86_64/
  cinnamon-session/repos/community-staging-x86_64/PKGBUILD
(from rev 121659, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-staging-x86_64/cinnamon-session.install
(from rev 121659, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-staging-x86_64/timeout.patch
(from rev 121659, cinnamon-session/trunk/timeout.patch)

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-i686/cinnamon-session.install   |   12 ++
 community-staging-i686/timeout.patch  |   24 
 community-staging-x86_64/PKGBUILD |   40 
 community-staging-x86_64/cinnamon-session.install |   12 ++
 community-staging-x86_64/timeout.patch|   24 
 6 files changed, 152 insertions(+)

Copied: cinnamon-session/repos/community-staging-i686/PKGBUILD (from rev 
121659, cinnamon-session/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-01 18:07:23 UTC (rev 121660)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=cinnamon-session
+pkgver=2.4.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')
+install=cinnamon-session.install
+url=https://github.com/linuxmint/cinnamon-session;
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
+timeout.patch)
+sha256sums=('fd47e31ce5546c09a8ba25edea4fbf4e1ac0ead9bb9a6ebed5564f2783493c77'
+'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Increase timeout, for slow machines
+  patch -Np1 -i ../timeout.patch
+
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
+  --disable-schemas-compile --enable-systemd --disable-gconf
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cinnamon-session/repos/community-staging-i686/cinnamon-session.install 
(from rev 121659, cinnamon-session/trunk/cinnamon-session.install)
===
--- community-staging-i686/cinnamon-session.install 
(rev 0)
+++ community-staging-i686/cinnamon-session.install 2014-11-01 18:07:23 UTC 
(rev 121660)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: cinnamon-session/repos/community-staging-i686/timeout.patch (from rev 
121659, cinnamon-session/trunk/timeout.patch)
===
--- community-staging-i686/timeout.patch(rev 0)
+++ community-staging-i686/timeout.patch2014-11-01 18:07:23 UTC (rev 
121660)
@@ -0,0 +1,24 @@
+diff -u -r cinnamon-session-3.4.2/cinnamon-session/csm-session-fill.c 
cinnamon-session-3.4.2-timeout/cinnamon-session/csm-session-fill.c
+--- cinnamon-session-3.4.2/cinnamon-session/csm-session-fill.c 2012-02-02 
15:33:01.0 +0100
 cinnamon-session-3.4.2-timeout/cinnamon-session/csm-session-fill.c 
2012-06-10 02:39:46.184348462 +0200
+@@ -36,7 +36,7 @@
+ #define CSM_KEYFILE_DEFAULT_PROVIDER_PREFIX DefaultProvider
+ 
+ /* See https://bugzilla.gnome.org/show_bug.cgi?id=641992 for discussion */
+-#define CSM_RUNNABLE_HELPER_TIMEOUT 3000 /* ms */
++#define CSM_RUNNABLE_HELPER_TIMEOUT 1 /* ms */
+ 
+ typedef void (*GsmFillHandleProvider) (const char *provides,
+const char *default_provider,
+diff -u -r cinnamon-session-3.4.2/tools/cinnamon-session-check-accelerated.c 

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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 19:09:56
  Author: faidoc
Revision: 121661

upgpkg: cinnamon-menus 2.4.0-1

Modified:
  cinnamon-menus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 18:07:23 UTC (rev 121660)
+++ PKGBUILD2014-11-01 18:09:56 UTC (rev 121661)
@@ -1,16 +1,16 @@
 #Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
 
 pkgname=cinnamon-menus
-pkgver=2.2.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc=Cinnamon menu specifications
 arch=('i686' 'x86_64')
 depends=('glib2')
-makedepends=('intltool' 'gobject-introspection')
+makedepends=('intltool' 'gobject-introspection' 'python2')
 license=('GPL' 'LGPL')
 url=http://www.linuxmint.com;
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
-sha256sums=('e354273c29bc610925d81263c90c9e67137a39fb8d241e125d530842a60ec286')
+sha256sums=('f59eaa66fd0bccc62017edbec67b64cc0a45435f4b42ea16ed29c72eb55e9bcb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 19:10:45
  Author: faidoc
Revision: 121662

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

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

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: cinnamon-menus/repos/community-staging-i686/PKGBUILD (from rev 121661, 
cinnamon-menus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-01 18:10:45 UTC (rev 121662)
@@ -0,0 +1,27 @@
+#Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+
+pkgname=cinnamon-menus
+pkgver=2.4.0
+pkgrel=1
+pkgdesc=Cinnamon menu specifications
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+license=('GPL' 'LGPL')
+url=http://www.linuxmint.com;
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
+sha256sums=('f59eaa66fd0bccc62017edbec67b64cc0a45435f4b42ea16ed29c72eb55e9bcb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure \
+  --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-staging-x86_64/PKGBUILD (from rev 
121661, cinnamon-menus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-01 18:10:45 UTC (rev 121662)
@@ -0,0 +1,27 @@
+#Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+
+pkgname=cinnamon-menus
+pkgver=2.4.0
+pkgrel=1
+pkgdesc=Cinnamon menu specifications
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+license=('GPL' 'LGPL')
+url=http://www.linuxmint.com;
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
+sha256sums=('f59eaa66fd0bccc62017edbec67b64cc0a45435f4b42ea16ed29c72eb55e9bcb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var  --disable-static \
+  --sbindir=/usr/bin
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}


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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 19:18:06
  Author: faidoc
Revision: 121663

upgpkg: cinnamon-settings-daemon 2.4.1-1

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD
Deleted:
  cinnamon-settings-daemon/trunk/power-manager-upower-0.99-support.patch
  cinnamon-settings-daemon/trunk/xrandr-manager-upower-0.99-support.patch

--+
 PKGBUILD |   15 +--
 power-manager-upower-0.99-support.patch  |   59 -
 xrandr-manager-upower-0.99-support.patch |   30 --
 3 files changed, 4 insertions(+), 100 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 18:10:45 UTC (rev 121662)
+++ PKGBUILD2014-11-01 18:18:06 UTC (rev 121663)
@@ -3,8 +3,8 @@
 # Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=cinnamon-settings-daemon
-pkgver=2.2.4
-pkgrel=3
+pkgver=2.4.1
+pkgrel=1
 pkgdesc=The Cinnamon Settings daemon
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,19 +14,12 @@
 options=('!emptydirs')
 install=cinnamon-settings-daemon.install
 url=https://github.com/linuxmint/cinnamon-settings-daemon;
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;
-power-manager-upower-0.99-support.patch
-xrandr-manager-upower-0.99-support.patch)
-sha256sums=('5ee1f3d3af20fdadd5a6b948be667a0968c94f99f7b5a1992f03be0e876ff414'
-'f62cd7f2cc6aa4843686ab2b11e290ab83838fcf5d1c63596c618ee08c478e70'
-'c7918224605b84c484915ab91307112d4978c32b78d9bd027dc788865e762ebf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
+sha256sums=('e36522e04b6309e24c486caa9ee1eb2f3830bdf52aede5258402ec1e81499256')
 
 prepare() {
   cd $pkgname-$pkgver
 
-  # Compatibility fixes for upower-0.99 (from Debian)
-  patch -Np1 -i ../power-manager-upower-0.99-support.patch
-  patch -Np1 -i ../xrandr-manager-upower-0.99-support.patch
 }
 
 build() {

Deleted: power-manager-upower-0.99-support.patch
===
--- power-manager-upower-0.99-support.patch 2014-11-01 18:10:45 UTC (rev 
121662)
+++ power-manager-upower-0.99-support.patch 2014-11-01 18:18:06 UTC (rev 
121663)
@@ -1,59 +0,0 @@
-Index: cinnamon-settings-daemon/plugins/power/csd-power-manager.c
-===
 cinnamon-settings-daemon.orig/plugins/power/csd-power-manager.c
2014-07-26 21:44:58.490885083 +0200
-+++ cinnamon-settings-daemon/plugins/power/csd-power-manager.c 2014-07-26 
22:11:41.186589948 +0200
-@@ -236,6 +236,10 @@
- static void  lock_screensaver (CsdPowerManager *manager);
- static void  kill_lid_close_safety_timer (CsdPowerManager *manager);
- 
-+#if UP_CHECK_VERSION(0,99,0)
-+static void device_properties_changed_cb (UpDevice *device, GParamSpec 
*pspec, CsdPowerManager *manager);
-+#endif
-+
- G_DEFINE_TYPE (CsdPowerManager, csd_power_manager, G_TYPE_OBJECT)
- 
- static gpointer manager_object = NULL;
-@@ -990,6 +994,16 @@
-engine-state-old,
-GUINT_TO_POINTER(state));
- }
-+
-+#if UP_CHECK_VERSION(0,99,0)
-+g_ptr_array_add (manager-priv-devices_array, g_object_ref(device));
-+
-+g_signal_connect (device, notify::state,
-+  G_CALLBACK (device_properties_changed_cb), manager);
-+g_signal_connect (device, notify::warning-level,
-+  G_CALLBACK (device_properties_changed_cb), manager);
-+#endif
-+
- }
- 
- static gboolean
-@@ -1714,7 +1728,11 @@
- }
- 
- static void
-+#if UP_CHECK_VERSION(0,99,0)
-+device_properties_changed_cb (UpDevice *device, GParamSpec *pspec, 
CsdPowerManager *manager)
-+#else
- engine_device_changed_cb (UpClient *client, UpDevice *device, CsdPowerManager 
*manager)
-+#endif
- {
- UpDeviceKind kind;
- UpDeviceState state;
-@@ -3986,12 +4004,12 @@
-   G_CALLBACK (engine_device_added_cb), manager);
- g_signal_connect (manager-priv-up_client, device-removed,
-   G_CALLBACK (engine_device_removed_cb), manager);
--g_signal_connect (manager-priv-up_client, device-changed,
--  G_CALLBACK (engine_device_changed_cb), manager);
- #if UP_CHECK_VERSION(0,99,0)
- g_signal_connect_after (manager-priv-up_client, 
notify::lid-is-closed,
- G_CALLBACK (lid_state_changed_cb), manager);
- #else
-+g_signal_connect (manager-priv-up_client, device-changed,
-+  G_CALLBACK (engine_device_changed_cb), manager);
- g_signal_connect_after (manager-priv-up_client, changed,
- G_CALLBACK (up_client_changed_cb), manager);
- 

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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 19:18:47
  Author: faidoc
Revision: 121664

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

Added:
  cinnamon-settings-daemon/repos/community-staging-i686/
  cinnamon-settings-daemon/repos/community-staging-i686/PKGBUILD
(from rev 121663, cinnamon-settings-daemon/trunk/PKGBUILD)
  
cinnamon-settings-daemon/repos/community-staging-i686/cinnamon-settings-daemon.install
(from rev 121663, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
  cinnamon-settings-daemon/repos/community-staging-x86_64/
  cinnamon-settings-daemon/repos/community-staging-x86_64/PKGBUILD
(from rev 121663, cinnamon-settings-daemon/trunk/PKGBUILD)
  
cinnamon-settings-daemon/repos/community-staging-x86_64/cinnamon-settings-daemon.install
(from rev 121663, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-i686/cinnamon-settings-daemon.install   |   12 +++
 community-staging-x86_64/PKGBUILD |   40 
 community-staging-x86_64/cinnamon-settings-daemon.install |   12 +++
 4 files changed, 104 insertions(+)

Copied: cinnamon-settings-daemon/repos/community-staging-i686/PKGBUILD (from 
rev 121663, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-01 18:18:47 UTC (rev 121664)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueira (faidoc) alexfilgue...@antergos.com
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=cinnamon-settings-daemon
+pkgver=2.4.1
+pkgrel=1
+pkgdesc=The Cinnamon Settings daemon
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libibus' 'libcanberra-pulse' 'librsvg' 'nss'
+ 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom')
+makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
+options=('!emptydirs')
+install=cinnamon-settings-daemon.install
+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=('e36522e04b6309e24c486caa9ee1eb2f3830bdf52aede5258402ec1e81499256')
+
+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-staging-i686/cinnamon-settings-daemon.install
 (from rev 121663, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
===
--- community-staging-i686/cinnamon-settings-daemon.install 
(rev 0)
+++ community-staging-i686/cinnamon-settings-daemon.install 2014-11-01 
18:18:47 UTC (rev 121664)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: cinnamon-settings-daemon/repos/community-staging-x86_64/PKGBUILD (from 
rev 121663, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-01 18:18:47 UTC (rev 121664)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueira (faidoc) alexfilgue...@antergos.com
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=cinnamon-settings-daemon
+pkgver=2.4.1
+pkgrel=1
+pkgdesc=The Cinnamon Settings daemon
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libibus' 'libcanberra-pulse' 'librsvg' 'nss'
+ 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom')
+makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
+options=('!emptydirs')
+install=cinnamon-settings-daemon.install
+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=('e36522e04b6309e24c486caa9ee1eb2f3830bdf52aede5258402ec1e81499256')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname 

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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 19:35:26
  Author: faidoc
Revision: 121665

upgpkg: cinnamon 2.4.0-1

Modified:
  cinnamon/trunk/PKGBUILD
Deleted:
  cinnamon/trunk/calendar-applet-upower-support.patch

--+
 PKGBUILD |   11 +++
 calendar-applet-upower-support.patch |   17 -
 2 files changed, 3 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 18:18:47 UTC (rev 121664)
+++ PKGBUILD2014-11-01 18:35:26 UTC (rev 121665)
@@ -5,8 +5,8 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=2.2.16
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
 url=http://cinnamon.linuxmint.com/;
@@ -22,11 +22,9 @@
 options=('!emptydirs')
 install=${pkgname}.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-calendar-applet-upower-support.patch
 set_wheel.patch
 gnome-3.14.patch)
-sha256sums=('1fc0bc1b6dbd071ca61f90c5cac5e41abfddbfa77577bdf3407afd1c1ca04793'
-'9ba15442531537759a78a4ab6d0be55dc2fa84a5157bb3fd912c259bfe24dcd8'
+sha256sums=('8c995f60e28ac0efb3ee478c53425679f76b8d384a8d66d73dd3571f42d9f728'
 '3c4c7bb65d9e3b7d5569a14a45ebf08d2326250869645511dfa18d87b8eaf444'
 'da763a88b4ee2e889afffd189b877708ca34b704fe7e9b62c0cc2bd970564058')
 
@@ -37,9 +35,6 @@
   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@'
 
-  # Fix calendar applet with upower 0.99
-  patch -Np1 -i ../calendar-applet-upower-support.patch
-
   # Use wheel group instread of sudo
   patch -Np1 -i ../set_wheel.patch
 

Deleted: calendar-applet-upower-support.patch
===
--- calendar-applet-upower-support.patch2014-11-01 18:18:47 UTC (rev 
121664)
+++ calendar-applet-upower-support.patch2014-11-01 18:35:26 UTC (rev 
121665)
@@ -1,17 +0,0 @@
-Index: 
cinnamon/files/usr/share/cinnamon/applets/calen...@cinnamon.org/applet.js
-===
 
cinnamon.orig/files/usr/share/cinnamon/applets/calen...@cinnamon.org/applet.js  
   2014-04-27 11:56:10.582581808 +0200
-+++ cinnamon/files/usr/share/cinnamon/applets/calen...@cinnamon.org/applet.js  
2014-07-14 00:44:37.882215797 +0200
-@@ -94,7 +94,11 @@
- 
- // https://bugzilla.gnome.org/show_bug.cgi?id=655129
- this._upClient = new UPowerGlib.Client();
--this._upClient.connect('notify-resume', this._updateClockAndDate);
-+try {
-+this._upClient.connect('notify-resume', 
this._updateClockAndDate);
-+} catch (e) {
-+this._upClient.connect('notify::resume', 
this._updateClockAndDate);
-+}
- 
- // Start the clock
- this.on_settings_changed();


[arch-commits] Commit in cegui/trunk (freetype.patch)

2014-11-01 Thread Sven-Hendrik Haase
Date: Saturday, November 1, 2014 @ 19:35:31
  Author: svenstaro
Revision: 121666

Don't need the patch anymore

Deleted:
  cegui/trunk/freetype.patch

+
 freetype.patch |   14 --
 1 file changed, 14 deletions(-)

Deleted: freetype.patch
===
--- freetype.patch  2014-11-01 18:35:26 UTC (rev 121665)
+++ freetype.patch  2014-11-01 18:35:31 UTC (rev 121666)
@@ -1,14 +0,0 @@
-diff -r 319182022f9f cmake/FindFreetype.cmake
 a/cmake/FindFreetype.cmake Sat Dec 07 09:00:48 2013 +
-+++ b/cmake/FindFreetype.cmake Tue Dec 17 05:02:30 2013 +0100
-@@ -3,8 +3,8 @@
- 

- include(FindPackageHandleStandardArgs)
- 
--find_path(FREETYPE_H_PATH_ft2build NAMES ft2build.h)
--find_path(FREETYPE_H_PATH_ftconfig NAMES freetype/config/ftconfig.h 
PATH_SUFFIXES freetype2)
-+find_path(FREETYPE_H_PATH_ft2build NAMES ft2build.h PATH_SUFFIXES freetype2)
-+find_path(FREETYPE_H_PATH_ftconfig NAMES config/ftconfig.h PATH_SUFFIXES 
freetype2)
- find_library(FREETYPE_LIB NAMES freetype2 freetype libfreetype PATH_SUFFIXES 
dynamic)
- find_library(FREETYPE_LIB_DBG NAMES freetype_d libfreetype_d PATH_SUFFIXES 
dynamic)
- mark_as_advanced(FREETYPE_H_PATH_ft2build FREETYPE_H_PATH_ftconfig 
FREETYPE_LIB FREETYPE_LIB_DBG)


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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 19:36:32
  Author: faidoc
Revision: 121667

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

Added:
  cinnamon/repos/community-staging-i686/
  cinnamon/repos/community-staging-i686/PKGBUILD
(from rev 121666, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-staging-i686/cinnamon.install
(from rev 121666, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-staging-i686/gnome-3.14.patch
(from rev 121666, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-staging-i686/set_wheel.patch
(from rev 121666, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-staging-x86_64/
  cinnamon/repos/community-staging-x86_64/PKGBUILD
(from rev 121666, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-staging-x86_64/cinnamon.install
(from rev 121666, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-staging-x86_64/gnome-3.14.patch
(from rev 121666, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-staging-x86_64/set_wheel.patch
(from rev 121666, cinnamon/trunk/set_wheel.patch)

---+
 community-staging-i686/PKGBUILD   |   78 
 community-staging-i686/cinnamon.install   |   12 
 community-staging-i686/gnome-3.14.patch   |   25 
 community-staging-i686/set_wheel.patch|   53 +++
 community-staging-x86_64/PKGBUILD |   78 
 community-staging-x86_64/cinnamon.install |   12 
 community-staging-x86_64/gnome-3.14.patch |   25 
 community-staging-x86_64/set_wheel.patch  |   53 +++
 8 files changed, 336 insertions(+)

Copied: cinnamon/repos/community-staging-i686/PKGBUILD (from rev 121666, 
cinnamon/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-01 18:36:32 UTC (rev 121667)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: M0Rf30
+# Contributor: unifiedlinux
+# Contributor: CReimer
+
+pkgname=cinnamon
+pkgver=2.4.0
+pkgrel=1
+pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
+arch=('i686' 'x86_64')
+url=http://cinnamon.linuxmint.com/;
+license=('GPL2')
+depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
+ 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds' 
'gconf'
+ 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 'librsvg'
+ 'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
+ 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk'
+ 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
+ 'network-manager-applet' 'nemo' 'polkit-gnome')
+makedepends=('gnome-common' 'intltool')
+options=('!emptydirs')
+install=${pkgname}.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
+set_wheel.patch
+gnome-3.14.patch)
+sha256sums=('8c995f60e28ac0efb3ee478c53425679f76b8d384a8d66d73dd3571f42d9f728'
+'3c4c7bb65d9e3b7d5569a14a45ebf08d2326250869645511dfa18d87b8eaf444'
+'da763a88b4ee2e889afffd189b877708ca34b704fe7e9b62c0cc2bd970564058')
+
+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
+  patch -Np1 -i ../set_wheel.patch
+
+  # Some fixes for GNOME 3.14
+  patch -Np1 -i ../gnome-3.14.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
+
+  # Fix for the python2 PAM module  
+  sed -i 's:import PAM:import pam:' 
files/usr/lib/cinnamon-settings/modules/cs_user.py
+
+  # 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/lib/cinnamon-settings/modules/cs_backgrounds.py
+}
+
+build() {
+  cd ${srcdir}/Cinnamon*
+
+  ./autogen.sh --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-schemas-compile \
+   

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

2014-11-01 Thread Daniel Micay
Date: Saturday, November 1, 2014 @ 19:41:17
  Author: thestinger
Revision: 121668

upgpkg: linux-grsec 3.17.2.201410312213-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 18:36:32 UTC (rev 121667)
+++ PKGBUILD2014-11-01 18:41:17 UTC (rev 121668)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-3.17
-_pkgver=3.17.1
+_pkgver=3.17.2
 _grsecver=3.0
-_timestamp=201410281754
+_timestamp=201410312213
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -29,8 +29,8 @@
 'change-default-console-loglevel.patch'
 )
 sha256sums=('f5153ec93c5fcd41b247950e6a9bcbc63fa87beafd112c133a622439a0f76251'
-'3b0651951cdc0a81a69b46db99239bc9f00d6a5ae403e0e41c7a1cc177544ec2'
-'45cf3efa0b32b5a3b1d0df70071c4acba6e760c033a77dd8e3310609c25cf745'
+'4576c30a46c016502cdd007d28dde4f2d141c0f8096be8623a9ff519323db777'
+'aa8816e1182792ed976c10ba407278d68ca18a7e3bb62b51ea0c9263ab71604a'
 'SKIP'
 '8f7d72d39a5fd8b30135a3aa28f0e1b6b5be6fbfa204f8c11b082f7bb6f68817'
 '33475b4dd3c2db161175f7a964f420a0113f07d9c97c3c9ef967dced8e3e3ed6'


[arch-commits] Commit in linux-grsec/repos (24 files)

2014-11-01 Thread Daniel Micay
Date: Saturday, November 1, 2014 @ 19:42:15
  Author: thestinger
Revision: 121669

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 121668, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 121668, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 121668, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 121668, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 121668, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 121668, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 121668, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 121668, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 121668, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 121668, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 121668, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 121668, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  634 
 /change-default-console-loglevel.patch |   22 
 /config|14544 +++
 /config.x86_64 |13986 ++
 /linux-grsec.install   |  116 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  317 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7272 ---
 community-i686/config.x86_64   | 6993 ---
 community-i686/linux-grsec.install |   58 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  317 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7272 ---
 community-x86_64/config.x86_64 | 6993 ---
 community-x86_64/linux-grsec.install   |   58 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29330 insertions(+), 29330 deletions(-)

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


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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 19:54:28
  Author: faidoc
Revision: 121670

upgpkg: cinnamon-control-center 2.4.0-1

Modified:
  cinnamon-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 18:42:15 UTC (rev 121669)
+++ PKGBUILD2014-11-01 18:54:28 UTC (rev 121670)
@@ -5,8 +5,8 @@
 # Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-control-center
-pkgver=2.2.11
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc=The Control Center for Cinnamon
 arch=('i686' 'x86_64')
 depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
@@ -18,7 +18,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
-sha256sums=('9cd9d9dcad3a6f9a1957f3c92a2be5316dd74a91e9efa62a6e5f9fada110929f')
+sha256sums=('8ba2ac2061ce6ac5f57c717089a440079513d0617e2df77cc8e85b801cf502e5')
 
 prepare() {
   cd $pkgname-$pkgver


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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 19:55:10
  Author: faidoc
Revision: 121671

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

Added:
  cinnamon-control-center/repos/community-staging-i686/
  cinnamon-control-center/repos/community-staging-i686/PKGBUILD
(from rev 121670, cinnamon-control-center/trunk/PKGBUILD)
  
cinnamon-control-center/repos/community-staging-i686/cinnamon-control-center.install
(from rev 121670, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-staging-x86_64/
  cinnamon-control-center/repos/community-staging-x86_64/PKGBUILD
(from rev 121670, cinnamon-control-center/trunk/PKGBUILD)
  
cinnamon-control-center/repos/community-staging-x86_64/cinnamon-control-center.install
(from rev 121670, 
cinnamon-control-center/trunk/cinnamon-control-center.install)

--+
 community-staging-i686/PKGBUILD  |   56 +
 community-staging-i686/cinnamon-control-center.install   |   11 ++
 community-staging-x86_64/PKGBUILD|   56 +
 community-staging-x86_64/cinnamon-control-center.install |   11 ++
 4 files changed, 134 insertions(+)

Copied: cinnamon-control-center/repos/community-staging-i686/PKGBUILD (from rev 
121670, cinnamon-control-center/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-01 18:55:10 UTC (rev 121671)
@@ -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=2.4.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')
+optdepends=('gnome-color-manager: for color management tasks')
+makedepends=('intltool' 'gnome-common' 'docbook-xsl')
+url=https://github.com/linuxmint/cinnamon-control-center;
+install=cinnamon-control-center.install
+license=('GPL')
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
+sha256sums=('8ba2ac2061ce6ac5f57c717089a440079513d0617e2df77cc8e85b801cf502e5')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-systemd \
+  --disable-update-mimedb
+
+  #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
+
+  # Fix a warning
+  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
+  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
+}

Copied: 
cinnamon-control-center/repos/community-staging-i686/cinnamon-control-center.install
 (from rev 121670, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
===
--- community-staging-i686/cinnamon-control-center.install  
(rev 0)
+++ community-staging-i686/cinnamon-control-center.install  2014-11-01 
18:55:10 UTC (rev 121671)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}
\ No newline at end of file

Copied: cinnamon-control-center/repos/community-staging-x86_64/PKGBUILD (from 
rev 121670, cinnamon-control-center/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-01 18:55:10 UTC (rev 121671)
@@ -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=2.4.0
+pkgrel=1
+pkgdesc=The Control Center for Cinnamon
+arch=('i686' 

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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 19:59:44
  Author: faidoc
Revision: 121672

upgpkg: cinnamon-screensaver 2.4.0-1

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 18:55:10 UTC (rev 121671)
+++ PKGBUILD2014-11-01 18:59:44 UTC (rev 121672)
@@ -4,7 +4,7 @@
 # Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-screensaver
-pkgver=2.2.4
+pkgver=2.4.0
 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=('5fed9a7504856dc362390e3f020b5faa5b4e9a2b4dd09b0e87c04ee18bd40bfa'
+sha256sums=('fc3a4a1ea9c15db7c5c9fa0fce5e6cf60215778e19c96a19f202ab2afbb9aad8'
 'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda')
 
 build() {


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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 20:00:27
  Author: faidoc
Revision: 121673

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

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

---+
 community-staging-i686/PKGBUILD   |   35 
 community-staging-i686/cinnamon-screensaver.pam   |3 +
 community-staging-x86_64/PKGBUILD |   35 
 community-staging-x86_64/cinnamon-screensaver.pam |3 +
 4 files changed, 76 insertions(+)

Copied: cinnamon-screensaver/repos/community-staging-i686/PKGBUILD (from rev 
121672, cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-01 19:00:27 UTC (rev 121673)
@@ -0,0 +1,35 @@
+# 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=2.4.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')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('fc3a4a1ea9c15db7c5c9fa0fce5e6cf60215778e19c96a19f202ab2afbb9aad8'
+'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda')
+
+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-staging-i686/cinnamon-screensaver.pam 
(from rev 121672, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
===
--- community-staging-i686/cinnamon-screensaver.pam 
(rev 0)
+++ community-staging-i686/cinnamon-screensaver.pam 2014-11-01 19:00:27 UTC 
(rev 121673)
@@ -0,0 +1,3 @@
+#%PAM-1.0
+authsubstack system-login
+-authoptional pam_gnome_keyring.so

Copied: cinnamon-screensaver/repos/community-staging-x86_64/PKGBUILD (from rev 
121672, cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-01 19:00:27 UTC (rev 121673)
@@ -0,0 +1,35 @@
+# 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=2.4.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')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('fc3a4a1ea9c15db7c5c9fa0fce5e6cf60215778e19c96a19f202ab2afbb9aad8'
+'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda')
+
+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 

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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 20:23:33
  Author: faidoc
Revision: 121674

upgpkg: nemo 2.4.0-1

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 19:00:27 UTC (rev 121673)
+++ PKGBUILD2014-11-01 19:23:33 UTC (rev 121674)
@@ -3,8 +3,8 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=2.2.4
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc=Cinnamon file manager (Nautilus fork)
 arch=('i686' 'x86_64')
 url=https://github.com/linuxmint/nemo;
@@ -16,7 +16,7 @@
 install=nemo.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
 desktop-theme.patch)
-sha256sums=('7dea1a9e1360b00840fe6cf3248c888eba09c3c1003c36aece3d40699787934a'
+sha256sums=('3d57751841bbdaa432c3d45ea26eb1fd5f3735e676e014ce0aa7c6792a325ada'
 'cb5a1e6f27d1e5901faf90a21c0ff199080c0c0d7912dbaa461b01dd6b521f51')
 
 prepare() {
@@ -23,11 +23,10 @@
   cd linuxmint-nemo-*
 
   # Python2 fix
-  sed -i 's/bin\/python/bin\/python2/g' 
files/usr/share/nemo/actions/myaction.py
   find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
 
   # Add better style for the desktop with GNOME 3.14
-  patch -Np1 -i ../desktop-theme.patch
+  #patch -Np1 -i ../desktop-theme.patch
 
   # Fix build
   sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in


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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 20:24:25
  Author: faidoc
Revision: 121675

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

Added:
  nemo/repos/community-staging-i686/
  nemo/repos/community-staging-i686/PKGBUILD
(from rev 121674, nemo/trunk/PKGBUILD)
  nemo/repos/community-staging-i686/desktop-theme.patch
(from rev 121674, nemo/trunk/desktop-theme.patch)
  nemo/repos/community-staging-i686/nemo.install
(from rev 121674, nemo/trunk/nemo.install)
  nemo/repos/community-staging-x86_64/
  nemo/repos/community-staging-x86_64/PKGBUILD
(from rev 121674, nemo/trunk/PKGBUILD)
  nemo/repos/community-staging-x86_64/desktop-theme.patch
(from rev 121674, nemo/trunk/desktop-theme.patch)
  nemo/repos/community-staging-x86_64/nemo.install
(from rev 121674, nemo/trunk/nemo.install)

--+
 community-staging-i686/PKGBUILD  |   55 +
 community-staging-i686/desktop-theme.patch   |   36 
 community-staging-i686/nemo.install  |   14 ++
 community-staging-x86_64/PKGBUILD|   55 +
 community-staging-x86_64/desktop-theme.patch |   36 
 community-staging-x86_64/nemo.install|   14 ++
 6 files changed, 210 insertions(+)

Copied: nemo/repos/community-staging-i686/PKGBUILD (from rev 121674, 
nemo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-01 19:24:25 UTC (rev 121675)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.4.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;
+desktop-theme.patch)
+sha256sums=('3d57751841bbdaa432c3d45ea26eb1fd5f3735e676e014ce0aa7c6792a325ada'
+'cb5a1e6f27d1e5901faf90a21c0ff199080c0c0d7912dbaa461b01dd6b521f51')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Add better style for the desktop with GNOME 3.14
+  #patch -Np1 -i ../desktop-theme.patch
+
+  # Fix build
+  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
+
+  # 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
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR=$pkgdir/ install
+}

Copied: nemo/repos/community-staging-i686/desktop-theme.patch (from rev 121674, 
nemo/trunk/desktop-theme.patch)
===
--- community-staging-i686/desktop-theme.patch  (rev 0)
+++ community-staging-i686/desktop-theme.patch  2014-11-01 19:24:25 UTC (rev 
121675)
@@ -0,0 +1,36 @@
+diff -Naur linuxmint-nemo-0f4f990.orig/src/nemo-style-application.css 
linuxmint-nemo-0f4f990/src/nemo-style-application.css
+--- linuxmint-nemo-0f4f990.orig/src/nemo-style-application.css 2014-10-01 
04:38:14.441980888 +
 linuxmint-nemo-0f4f990/src/nemo-style-application.css  2014-10-01 
16:24:15.092157366 +
+@@ -6,3 +6,32 @@
+ .nemo-big-arrow {
+ -GtkArrow-arrow-scaling: 1.0;
+ }
++
++/* For desktop */
++
++.nemo-canvas-item {
++border-radius: 5px;
++}
++
++.nemo-desktop.nemo-canvas-item {
++color: @theme_selected_fg_color;
++text-shadow: 1px 1px black;
++}
++
++.nemo-desktop.nemo-canvas-item:active {
++color: @theme_text_color;
++}
++
++.nemo-desktop.nemo-canvas-item:selected {
++color: @theme_selected_fg_color;
++}
++
++.nemo-desktop.nemo-canvas-item:active,
++.nemo-desktop.nemo-canvas-item:prelight,
++.nemo-desktop.nemo-canvas-item:selected {
++text-shadow: none;
++}
++
++.nemo-desktop.nemo-canvas-item:selected:backdrop {
++color: @theme_unfocused_selected_fg_color;
++}

Copied: nemo/repos/community-staging-i686/nemo.install (from rev 121674, 
nemo/trunk/nemo.install)
===
--- community-staging-i686/nemo.install (rev 0)
+++ 

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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 20:35:29
  Author: faidoc
Revision: 121677

archrelease: copy trunk to community-staging-any

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

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

Copied: cinnamon-translations/repos/community-staging-any/PKGBUILD (from rev 
121676, cinnamon-translations/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-11-01 19:35:29 UTC (rev 121677)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+
+pkgname=cinnamon-translations
+pkgver=2.4.0
+pkgrel=1
+pkgdesc=Translations for Cinnamon and Nemo
+arch=(any)
+url=http://cinnamon.linuxmint.com/;
+license=('GPL2')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
+sha256sums=('f7b74ad0e6657a99549e1a45d628a06dc68eb26e4c8cbbe8fb42a4ae31ee')
+
+
+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)

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 20:34:59
  Author: faidoc
Revision: 121676

upgpkg: cinnamon-translations 2.4.0-1

Modified:
  cinnamon-translations/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 12 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 19:24:25 UTC (rev 121675)
+++ PKGBUILD2014-11-01 19:34:59 UTC (rev 121676)
@@ -2,7 +2,7 @@
 # Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
 
 pkgname=cinnamon-translations
-pkgver=2.2.4
+pkgver=2.4.0
 pkgrel=1
 pkgdesc=Translations for Cinnamon and Nemo
 arch=(any)
@@ -9,11 +9,18 @@
 url=http://cinnamon.linuxmint.com/;
 license=('GPL2')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
-sha256sums=('6c1f43dac3629fc5155325859bd14ad841c5950d76e0a090369398c6b7674de0')
+sha256sums=('f7b74ad0e6657a99549e1a45d628a06dc68eb26e4c8cbbe8fb42a4ae31ee')
 
+
+build() {
+   cd ${pkgname}-${pkgver}
+   make
+
+}
+
 package() {
   cd ${pkgname}-${pkgver}
-
-  install -m 0755 -d ${pkgdir}/usr/share/cinnamon/locale/ 
-  cp -Rp mo-export/* ${pkgdir}/usr/share/cinnamon/locale/
+  
+  install -m 0755 -d ${pkgdir}/usr/share/locale/ 
+  cp -Rp usr/share/locale/* ${pkgdir}/usr/share/locale/
 }


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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 20:45:40
  Author: faidoc
Revision: 121678

upgpkg: nemo-extensions 2.4.0-1

Modified:
  nemo-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 19:35:29 UTC (rev 121677)
+++ PKGBUILD2014-11-01 19:45:40 UTC (rev 121678)
@@ -11,8 +11,8 @@
#'nemo-pastebin'
#'nemo-compare'
#'nemo-rabbitvcs'
-pkgver=2.2.0
-_pkgver=2.2.x
+pkgver=2.4.0
+_pkgver=2.4.x
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -22,7 +22,7 @@
 makedepends=(gconf gnome-common gtk-doc intltool) # python2-distutils-extra
 options=('!emptydirs')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/${_pkgver}.tar.gz;)
-sha256sums=('2456c9f6e7bae31ced18ef8c16505b3ff8cd47d8f8869769caa4f7b0a4aa4882')
+sha256sums=('a46547592438c5aef46940c314dea4d10bd4f8c746fe758b5430a6a69adf76a0')
 
 prepare() {
   cd ${pkgbase}-${_pkgver}


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

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 20:46:22
  Author: faidoc
Revision: 121679

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

Added:
  nemo-extensions/repos/community-staging-i686/
  nemo-extensions/repos/community-staging-i686/PKGBUILD
(from rev 121678, nemo-extensions/trunk/PKGBUILD)
  nemo-extensions/repos/community-staging-i686/nemo-pastebin.install
(from rev 121678, nemo-extensions/trunk/nemo-pastebin.install)
  nemo-extensions/repos/community-staging-x86_64/
  nemo-extensions/repos/community-staging-x86_64/PKGBUILD
(from rev 121678, nemo-extensions/trunk/PKGBUILD)
  nemo-extensions/repos/community-staging-x86_64/nemo-pastebin.install
(from rev 121678, nemo-extensions/trunk/nemo-pastebin.install)

+
 community-staging-i686/PKGBUILD|  175 +++
 community-staging-i686/nemo-pastebin.install   |   11 +
 community-staging-x86_64/PKGBUILD  |  175 +++
 community-staging-x86_64/nemo-pastebin.install |   11 +
 4 files changed, 372 insertions(+)

Copied: nemo-extensions/repos/community-staging-i686/PKGBUILD (from rev 121678, 
nemo-extensions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-01 19:46:22 UTC (rev 121679)
@@ -0,0 +1,175 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+
+pkgbase=nemo-extensions
+pkgname=('nemo-fileroller'
+'nemo-preview'
+'nemo-python'
+'nemo-share'
+'nemo-seahorse')
+   #'nemo-media-columns'
+   #'nemo-pastebin'
+   #'nemo-compare'
+   #'nemo-rabbitvcs'
+pkgver=2.4.0
+_pkgver=2.4.x
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=https://github.com/linuxmint/nemo-extensions;
+depends=(nemo file-roller cjs clutter-gtk clutter-gst gst-plugins-good 
libmusicbrainz5
+ evince gtksourceview3 webkitgtk python2-gobject seahorse-nautilus 
samba)
+makedepends=(gconf gnome-common gtk-doc intltool) # python2-distutils-extra
+options=('!emptydirs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/${_pkgver}.tar.gz;)
+sha256sums=('a46547592438c5aef46940c314dea4d10bd4f8c746fe758b5430a6a69adf76a0')
+
+prepare() {
+  cd ${pkgbase}-${_pkgver}
+
+  # Python2 fix
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Fix nemo-preview build
+  sed -i '/AM_GNU_GETTEXT/d' nemo-preview/configure.ac
+}
+
+build() {
+  cd ${pkgbase}-${_pkgver}
+
+  _configure_pkgs=nemo-fileroller nemo-seahorse nemo-share
+  for dir in ${_configure_pkgs}
+  do
+pushd ${dir}
+autoreconf -fi
+./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/${dir} \
+--disable-static --disable-schemas-compile
+make
+popd
+  done
+
+  _autogen_pkgs=nemo-preview nemo-python
+  for dir in ${_autogen_pkgs}
+  do
+pushd ${dir}
+./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/${dir} \
+ --disable-static --disable-schemas-compile
+make
+popd
+  done
+
+# # nemo-pastebin
+# cd nemo-pastebin
+# python2 ./setup.py build --build-base ${srcdir}/build/ || return 1
+# cd ..
+
+   # nemo-media-columns
+   # Nothing to do here
+   # Required python2-pypdf from AUR
+
+   # nemo-compare
+   # cd nemo-compare
+
+# nemo-rabbitvcs
+# Nothing to do here
+
+}
+
+package_nemo-fileroller(){
+  pkgdesc=File archiver extension for Nemo
+  depends=(nemo file-roller)
+
+  cd ${pkgbase}-${_pkgver}/nemo-fileroller
+  make DESTDIR=${pkgdir} install
+}
+
+package_nemo-preview(){
+  pkgdesc=(GtkClutter and Javascript-based quick previewer for Nemo)
+  depends=(nemo cjs clutter-gtk clutter-gst libmusicbrainz5 evince 
gtksourceview3 webkitgtk)
+
+  cd ${pkgbase}-${_pkgver}/nemo-preview
+  make DESTDIR=${pkgdir} install
+}
+
+package_nemo-python() {
+  pkgdesc=Python2 binding for Nemo components
+  depends=(nemo python2-gobject)
+
+  cd ${pkgbase}-${_pkgver}/nemo-python
+  make DESTDIR=${pkgdir} install
+}
+
+package_nemo-seahorse(){
+  pkgdesc=PGP encryption and signing extension for Nemo
+  depends=(nemo seahorse-nautilus)
+
+  cd ${pkgbase}-${_pkgver}/nemo-seahorse
+  make DESTDIR=${pkgdir} install
+
+  # seahorse-tool is already in seahorse-nautilus package
+  make -C tool DESTDIR=${pkgdir} uninstall
+}
+
+package_nemo-share(){
+  pkgdesc=Samba extension for Nemo
+  depends=(nemo samba)
+
+  cd ${pkgbase}-${_pkgver}/nemo-share
+  make DESTDIR=${pkgdir} install
+}
+
+# package_nemo-media-columns(){
+#  cd ${pkgbase}-${_pkgver}/nemo-media-columns
+
+#  pkgdesc=(A Nemo extension to display music/EXIF and PDF metadata info 
in the Nemo List View)
+#  arch=(any)
+
+#   install -d 

[arch-commits] Commit in rubinius/trunk (0001-llvm-3.5.patch PKGBUILD)

2014-11-01 Thread Jan Steffens
Date: Saturday, November 1, 2014 @ 20:55:55
  Author: heftig
Revision: 121692

2.3.0

Modified:
  rubinius/trunk/PKGBUILD
Deleted:
  rubinius/trunk/0001-llvm-3.5.patch

-+
 0001-llvm-3.5.patch |  476 --
 PKGBUILD|   17 -
 2 files changed, 5 insertions(+), 488 deletions(-)

Deleted: 0001-llvm-3.5.patch
===
--- 0001-llvm-3.5.patch 2014-11-01 19:50:30 UTC (rev 121691)
+++ 0001-llvm-3.5.patch 2014-11-01 19:55:55 UTC (rev 121692)
@@ -1,476 +0,0 @@
-From f4796fe40e3d290c134d8fe8c5b6ec78ef7a59b2 Mon Sep 17 00:00:00 2001
-From: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-Date: Sat, 6 Sep 2014 00:51:53 +0200
-Subject: [PATCH] llvm 3.5
-

- configure  | 12 
- rakelib/blueprint.rb   |  2 ++
- vm/environment.cpp |  2 +-
- vm/llvm/autotypes.cpp  | 19 ++-
- vm/llvm/disassembler.cpp   |  8 
- vm/llvm/disassembler.hpp   |  6 ++
- vm/llvm/jit_builder.cpp|  4 +++-
- vm/llvm/jit_builder.hpp|  4 +++-
- vm/llvm/jit_compiler.cpp   | 13 +++--
- vm/llvm/jit_context.cpp|  5 -
- vm/llvm/jit_memory_manager.cpp | 20 
- vm/llvm/jit_memory_manager.hpp | 37 -
- vm/llvm/passes.cpp |  6 +-
- vm/llvm/state.cpp  | 11 ---
- 14 files changed, 129 insertions(+), 20 deletions(-)
-
-diff --git a/configure b/configure
-index bdc9f43..b845dc9 100755
 a/configure
-+++ b/configure
-@@ -67,6 +67,7 @@ class Configure
- @llvm_prebuilt_name = nil
- @llvm_system_name   = get_system_name
- @llvm_shared= false
-+@llvm_cxxflags  = 
- 
- @llvm_version   = 3.2
- @llvm_api_version   = 302
-@@ -890,6 +891,12 @@ Unsupported language version requested: #{version}. 
Options are #{@supported_ver
- false
-   end
- 
-+  def check_llvm_flags
-+if @llvm_api_version = 305
-+  @llvm_cxxflags   -std=c++11
-+end
-+  end
-+
-   def env(which)
- ENV[which] || 
-   end
-@@ -1542,6 +1549,10 @@ int main() { return tgetnum(); }
-   @log.write WARNING: LLVM disabled.
- end
- 
-+if @use_llvm
-+  check_llvm_flags
-+end
-+
- @log.write 
- 
- detect_sizeof(short)
-@@ -1668,6 +1679,7 @@ int main() { return tgetnum(); }
-   :llvm_configure = @llvm_configure,
-   :llvm_version   = @llvm_version,
-   :llvm_shared= @llvm_shared,
-+  :llvm_cxxflags  = @llvm_cxxflags,
-   :cc = @cc,
-   :cxx= @cxx,
-   :ldshared   = @ldshared,
-diff --git a/rakelib/blueprint.rb b/rakelib/blueprint.rb
-index 826b37b..e6e05ed 100644
 a/rakelib/blueprint.rb
-+++ b/rakelib/blueprint.rb
-@@ -197,6 +197,8 @@ Daedalus.blueprint do |i|
- 
-   case Rubinius::BUILD_CONFIG[:llvm]
-   when :config, :prebuilt, :svn
-+gcc.cxxflags  Rubinius::BUILD_CONFIG[:llvm_cxxflags]
-+
- conf = Rubinius::BUILD_CONFIG[:llvm_configure]
- flags = `#{conf} --cflags`.strip.split(/\s+/)
- flags.delete_if { |x| x.index(-O) == 0 }
-diff --git a/vm/environment.cpp b/vm/environment.cpp
-index d0562c2..8af8c50 100644
 a/vm/environment.cpp
-+++ b/vm/environment.cpp
-@@ -75,7 +75,7 @@ namespace rubinius {
- , signal_handler_(NULL)
- , finalizer_handler_(NULL)
-   {
--#ifdef ENABLE_LLVM
-+#if defined ENABLE_LLVM  RBX_LLVM_API_VER  305
- if(!llvm::llvm_start_multithreaded()) {
-   assert(0  llvm doesn't support threading!);
- }
-diff --git a/vm/llvm/autotypes.cpp b/vm/llvm/autotypes.cpp
-index 6b2563a..b4f553e 100644
 a/vm/llvm/autotypes.cpp
-+++ b/vm/llvm/autotypes.cpp
-@@ -8,23 +8,24 @@
- #else
- #include llvm/Target/TargetData.h
- #endif
--// #include llvm/LinkAllPasses.h
-+#if RBX_LLVM_API_VER = 305
-+#include llvm/IR/Verifier.h
-+#include llvm/IR/CFG.h
-+#else
- #include llvm/Analysis/Verifier.h
--#include llvm/Transforms/Scalar.h
-+#include llvm/Support/CFG.h
-+#endif
- #if RBX_LLVM_API_VER = 303
- #include llvm/IR/CallingConv.h
-+#include llvm/IR/Module.h
- #else
- #include llvm/CallingConv.h
-+#include llvm/Module.h
- #endif
--#include llvm/Support/CFG.h
-+#include llvm/Transforms/Scalar.h
- #include llvm/Analysis/Passes.h
--
-+// #include llvm/LinkAllPasses.h
- #include llvm/Target/TargetOptions.h
--#if RBX_LLVM_API_VER = 303
--#include llvm/IR/Module.h
--#else
--#include llvm/Module.h
--#endif
- 
- using namespace llvm;
- 
-diff --git a/vm/llvm/disassembler.cpp b/vm/llvm/disassembler.cpp
-index b3ea424..0c5ff83 100644
 a/vm/llvm/disassembler.cpp
-+++ b/vm/llvm/disassembler.cpp
-@@ -68,7 +68,12 @@ namespace rubinius {
- #endif
- 
- if(asm_info) {
-+#if RBX_LLVM_API_VER  304
-+  context = new llvm::MCContext(asm_info, reg_info, 0);
-+  disassembler = target-createMCDisassembler(*sub_target, 

[arch-commits] Commit in rubinius/repos (14 files)

2014-11-01 Thread Jan Steffens
Date: Saturday, November 1, 2014 @ 21:01:18
  Author: heftig
Revision: 121693

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

Added:
  rubinius/repos/community-i686/PKGBUILD
(from rev 121692, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-i686/dirs.patch
(from rev 121692, rubinius/trunk/dirs.patch)
  rubinius/repos/community-i686/gemrc
(from rev 121692, rubinius/trunk/gemrc)
  rubinius/repos/community-x86_64/PKGBUILD
(from rev 121692, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-x86_64/dirs.patch
(from rev 121692, rubinius/trunk/dirs.patch)
  rubinius/repos/community-x86_64/gemrc
(from rev 121692, rubinius/trunk/gemrc)
Deleted:
  rubinius/repos/community-i686/0001-llvm-3.5.patch
  rubinius/repos/community-i686/PKGBUILD
  rubinius/repos/community-i686/dirs.patch
  rubinius/repos/community-i686/gemrc
  rubinius/repos/community-x86_64/0001-llvm-3.5.patch
  rubinius/repos/community-x86_64/PKGBUILD
  rubinius/repos/community-x86_64/dirs.patch
  rubinius/repos/community-x86_64/gemrc

--+
 /PKGBUILD|  176 
 /dirs.patch  |   42 ++
 /gemrc   |   10 
 community-i686/0001-llvm-3.5.patch   |  476 -
 community-i686/PKGBUILD  |   95 --
 community-i686/dirs.patch|   21 -
 community-i686/gemrc |5 
 community-x86_64/0001-llvm-3.5.patch |  476 -
 community-x86_64/PKGBUILD|   95 --
 community-x86_64/dirs.patch  |   21 -
 community-x86_64/gemrc   |5 
 11 files changed, 228 insertions(+), 1194 deletions(-)

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


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

2014-11-01 Thread Sergej Pupykin
Date: Saturday, November 1, 2014 @ 21:12:00
  Author: spupykin
Revision: 121694

upgpkg: scala 2.11.4-1

upd

Modified:
  scala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 20:01:18 UTC (rev 121693)
+++ PKGBUILD2014-11-01 20:12:00 UTC (rev 121694)
@@ -4,10 +4,10 @@
 
 pkgbase=scala
 pkgname=(scala scala-docs scala-sources)
-pkgver=2.11.2
+pkgver=2.11.4
 pkgrel=1
-_distdate=20140722-192300
-_distsha=73fb460c1c
+_distdate=20141027-173900
+_distsha=d783face36
 pkgdesc=A Java-interoperable language with object-oriented and functional 
features
 arch=('any')
 url=http://www.scala-lang.org;
@@ -16,8 +16,8 @@
 makedepends=('apache-ant' 'git')
 
source=(scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz;
http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz;)
-md5sums=('39427a4adf170e7f996111089e428ace'
- 'ff1c89515d8c48355dd504e8dca65b29')
+md5sums=('1a188214112b53967112ba3c3c8f4aaf'
+ 'fb63c66676e2d0c91c58ced37d73b60a')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-11-01 Thread Sergej Pupykin
Date: Saturday, November 1, 2014 @ 21:12:11
  Author: spupykin
Revision: 121695

archrelease: copy trunk to community-any

Added:
  scala/repos/community-any/PKGBUILD
(from rev 121694, scala/trunk/PKGBUILD)
Deleted:
  scala/repos/community-any/PKGBUILD

--+
 PKGBUILD |  154 ++---
 1 file changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-01 20:12:00 UTC (rev 121694)
+++ PKGBUILD2014-11-01 20:12:11 UTC (rev 121695)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Marcin Karpezo sirmacik at gmail dot com
-
-pkgbase=scala
-pkgname=(scala scala-docs scala-sources)
-pkgver=2.11.2
-pkgrel=1
-_distdate=20140722-192300
-_distsha=73fb460c1c
-pkgdesc=A Java-interoperable language with object-oriented and functional 
features
-arch=('any')
-url=http://www.scala-lang.org;
-license=('BSD')
-depends=('java-runtime')
-makedepends=('apache-ant' 'git')
-source=(scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz;
-   http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz;)
-md5sums=('39427a4adf170e7f996111089e428ace'
- 'ff1c89515d8c48355dd504e8dca65b29')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  chmod 0755 tools/*
-  echo -e #!/bin/bash\necho ${_distdate} tools/get-scala-commit-date
-  echo -e #!/bin/bash\necho ${_distsha} tools/get-scala-commit-sha
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export ANT_OPTS=-Xms2500M -Xmx2500M -Xss8M -XX:MaxPermSize=1024M 
-XX:+UseParallelGC
-  export M2_OPTS=-Dmaven.repo.local=/tmp
-  ant build-opt pack.doc osgi.done -Dbuild.release=true -Duser.home=/tmp
-}
-
-package_scala() {
-  depends=('java-runtime')
-  optdepends=('scala-docs' 'scala-sources' 'graphviz: generate diagrams')
-
-  cd ${srcdir}/${pkgname}-${pkgver}/build/pack
-
-  install -d ${pkgdir}/usr/{bin,share} ${pkgdir}/usr/share/man/man1 
${pkgdir}/usr/share/scala/{bin,lib}
-  cp -r lib ${pkgdir}/usr/share/scala/
-  cp -r man ${pkgdir}/usr/share/
-  install -m 755 bin/{fsc,scala,scalac,scalap,scaladoc} 
${pkgdir}/usr/share/scala/bin
-  install -D -m0644 ${srcdir}/scala-${pkgver}/doc/LICENSE.md 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
-
-  ln -s ../share/scala/bin/fsc ${pkgdir}/usr/bin/fsc
-  ln -s ../share/scala/bin/scala ${pkgdir}/usr/bin/scala
-  ln -s ../share/scala/bin/scalac ${pkgdir}/usr/bin/scalac
-  ln -s ../share/scala/bin/scalap ${pkgdir}/usr/bin/scalap
-  ln -s ../share/scala/bin/scaladoc ${pkgdir}/usr/bin/scaladoc
-}
-
-package_scala-docs() {
-  replaces=('scala-doc' 'scala-devel-docs')
-  pkgdesc=Scala documentation
-  depends=()
-
-  cd ${srcdir}
-  mkdir -p $pkgdir/usr/share/doc/
-  cp -r scala-docs-${pkgver} $pkgdir/usr/share/doc/scala
-  install -D -m0644 ${srcdir}/scala-${pkgver}/doc/LICENSE.md 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
-}
-
-package_scala-sources() {
-  replaces=('scala-src')
-  pkgdesc=Scala sources
-  depends=()
-
-  cd ${srcdir}/scala-${pkgver}
-  mkdir -p $pkgdir/usr/share/scala/
-  find . -type f -name '*-src.jar' | while read f; do
-install -Dm0644 $f $pkgdir/usr/share/scala/src/`basename $f`
-  done
-  install -D -m0644 ${srcdir}/scala-${pkgver}/doc/LICENSE.md 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
-}

Copied: scala/repos/community-any/PKGBUILD (from rev 121694, 
scala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-01 20:12:11 UTC (rev 121695)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Marcin Karpezo sirmacik at gmail dot com
+
+pkgbase=scala
+pkgname=(scala scala-docs scala-sources)
+pkgver=2.11.4
+pkgrel=1
+_distdate=20141027-173900
+_distsha=d783face36
+pkgdesc=A Java-interoperable language with object-oriented and functional 
features
+arch=('any')
+url=http://www.scala-lang.org;
+license=('BSD')
+depends=('java-runtime')
+makedepends=('apache-ant' 'git')
+source=(scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz;
+   http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz;)
+md5sums=('1a188214112b53967112ba3c3c8f4aaf'
+ 'fb63c66676e2d0c91c58ced37d73b60a')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  chmod 0755 tools/*
+  echo -e #!/bin/bash\necho ${_distdate} tools/get-scala-commit-date
+  echo -e #!/bin/bash\necho ${_distsha} tools/get-scala-commit-sha
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export ANT_OPTS=-Xms2500M -Xmx2500M -Xss8M -XX:MaxPermSize=1024M 
-XX:+UseParallelGC
+  export M2_OPTS=-Dmaven.repo.local=/tmp
+  ant build-opt pack.doc osgi.done -Dbuild.release=true -Duser.home=/tmp
+}
+
+package_scala() {
+  depends=('java-runtime')
+  optdepends=('scala-docs' 'scala-sources' 'graphviz: generate diagrams')
+

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

2014-11-01 Thread Jonathan Steel
Date: Saturday, November 1, 2014 @ 21:52:36
  Author: jsteel
Revision: 121697

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

Added:
  pidgin-sipe/repos/community-i686/PKGBUILD
(from rev 121696, pidgin-sipe/trunk/PKGBUILD)
  pidgin-sipe/repos/community-x86_64/PKGBUILD
(from rev 121696, pidgin-sipe/trunk/PKGBUILD)
Deleted:
  pidgin-sipe/repos/community-i686/PKGBUILD
  pidgin-sipe/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-01 20:52:14 UTC (rev 121696)
+++ community-i686/PKGBUILD 2014-11-01 20:52:36 UTC (rev 121697)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=pidgin-sipe
-pkgver=1.18.4
-pkgrel=1
-pkgdesc=Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://sipe.sourceforge.net/;
-depends=('gmime' 'libpurple')
-makedepends=('intltool')
-options=('!buildflags')
-source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('a089912a89e421d5c0523fc4db05ce00')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: pidgin-sipe/repos/community-i686/PKGBUILD (from rev 121696, 
pidgin-sipe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-01 20:52:36 UTC (rev 121697)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Gicu Gorodenco cyclopsi...@gmail.com
+# Contributor: MaLiK malik_...@o2.pl
+# Contributor: dpevp daniel.plaza.e...@gmail.com
+# Contributor: Magnus Therning mag...@therning.org
+# Contributor: Anthony anth...@littlegno.me
+
+pkgname=pidgin-sipe
+pkgver=1.18.4
+pkgrel=2
+pkgdesc=Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://sipe.sourceforge.net/;
+depends=('gmime' 'libpurple')
+makedepends=('intltool')
+options=('!buildflags')
+source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('a089912a89e421d5c0523fc4db05ce00')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-telepathy
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-01 20:52:14 UTC (rev 121696)
+++ community-x86_64/PKGBUILD   2014-11-01 20:52:36 UTC (rev 121697)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=pidgin-sipe
-pkgver=1.18.4
-pkgrel=1
-pkgdesc=Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://sipe.sourceforge.net/;
-depends=('gmime' 'libpurple')
-makedepends=('intltool')
-options=('!buildflags')
-source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('a089912a89e421d5c0523fc4db05ce00')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: pidgin-sipe/repos/community-x86_64/PKGBUILD (from rev 121696, 
pidgin-sipe/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-01 20:52:36 UTC (rev 121697)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Gicu Gorodenco cyclopsi...@gmail.com
+# Contributor: MaLiK malik_...@o2.pl
+# Contributor: dpevp daniel.plaza.e...@gmail.com
+# Contributor: Magnus Therning mag...@therning.org
+# Contributor: Anthony anth...@littlegno.me
+
+pkgname=pidgin-sipe
+pkgver=1.18.4
+pkgrel=2
+pkgdesc=Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://sipe.sourceforge.net/;
+depends=('gmime' 'libpurple')
+makedepends=('intltool')
+options=('!buildflags')
+source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('a089912a89e421d5c0523fc4db05ce00')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-telepathy
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}


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

2014-11-01 Thread Jonathan Steel
Date: Saturday, November 1, 2014 @ 21:52:14
  Author: jsteel
Revision: 121696

Fix FS#42621

Modified:
  pidgin-sipe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 20:12:11 UTC (rev 121695)
+++ PKGBUILD2014-11-01 20:52:14 UTC (rev 121696)
@@ -8,7 +8,7 @@
 
 pkgname=pidgin-sipe
 pkgver=1.18.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -22,7 +22,7 @@
 build() {
   cd $pkgname-$pkgver
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-telepathy
 
   make
 }


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

2014-11-01 Thread Jan Steffens
Date: Sunday, November 2, 2014 @ 00:33:23
  Author: heftig
Revision: 225540

Add cloudprint backend

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 15:57:03 UTC (rev 225539)
+++ PKGBUILD2014-11-01 23:33:23 UTC (rev 225540)
@@ -4,13 +4,14 @@
 
 pkgname=gtk3
 pkgver=3.14.4
-pkgrel=1
+pkgrel=2
 pkgdesc=GObject-based multi-platform GUI toolkit (v3)
 arch=(i686 x86_64)
 url=http://www.gtk.org/;
 install=gtk3.install
 depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon adwaita-icon-theme)
+ libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
+ adwaita-icon-theme json-glib rest)
 makedepends=(gobject-introspection python2)
 license=(LGPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)


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

2014-11-01 Thread Jan Steffens
Date: Sunday, November 2, 2014 @ 00:37:30
  Author: heftig
Revision: 225541

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 225540, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk3.install
(from rev 225540, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 225540, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 225540, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 225540, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 225540, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

---+
 /PKGBUILD |   90 
 /gtk3.install |   36 +
 /settings.ini |8 +++
 extra-i686/PKGBUILD   |   44 -
 extra-i686/gtk3.install   |   18 
 extra-i686/settings.ini   |4 -
 extra-x86_64/PKGBUILD |   44 -
 extra-x86_64/gtk3.install |   18 
 extra-x86_64/settings.ini |4 -
 9 files changed, 134 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-01 23:33:23 UTC (rev 225540)
+++ extra-i686/PKGBUILD 2014-11-01 23:37:30 UTC (rev 225541)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gtk3
-pkgver=3.14.4
-pkgrel=1
-pkgdesc=GObject-based multi-platform GUI toolkit (v3)
-arch=(i686 x86_64)
-url=http://www.gtk.org/;
-install=gtk3.install
-depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon adwaita-icon-theme)
-makedepends=(gobject-introspection python2)
-license=(LGPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
-sha256sums=('a006c716d723dab0c623491566e3292af84c87d9198a30199051d23cfc7bef2f')
-
-prepare() {
-cd gtk+-$pkgver
-}
-
-build() {
-cd gtk+-$pkgver
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-gtk2-dependency \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd gtk+-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: gtk3/repos/extra-i686/PKGBUILD (from rev 225540, gtk3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-01 23:37:30 UTC (rev 225541)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gtk3
+pkgver=3.14.4
+pkgrel=2
+pkgdesc=GObject-based multi-platform GUI toolkit (v3)
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
+ libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
+ adwaita-icon-theme json-glib rest)
+makedepends=(gobject-introspection python2)
+license=(LGPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
+sha256sums=('a006c716d723dab0c623491566e3292af84c87d9198a30199051d23cfc7bef2f')
+
+prepare() {
+cd gtk+-$pkgver
+}
+
+build() {
+cd gtk+-$pkgver
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile \
+--enable-x11-backend \
+--enable-broadway-backend \
+--enable-wayland-backend
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd gtk+-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gtk3.install
===
--- extra-i686/gtk3.install 2014-11-01 23:33:23 UTC (rev 225540)
+++ extra-i686/gtk3.install 2014-11-01 23:37:30 UTC (rev 225541)
@@ -1,18 +0,0 @@
-post_install() {
-/usr/bin/gtk-query-immodules-3.0 --update-cache
-/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
-/usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-