[arch-commits] Commit in pychess/repos/community-any (4 files)

2015-07-18 Thread Balló György
Date: Saturday, July 18, 2015 @ 11:19:57
  Author: bgyorgy
Revision: 137091

archrelease: copy trunk to community-any

Added:
  pychess/repos/community-any/PKGBUILD
(from rev 137090, pychess/trunk/PKGBUILD)
  pychess/repos/community-any/pychess.install
(from rev 137090, pychess/trunk/pychess.install)
Deleted:
  pychess/repos/community-any/PKGBUILD
  pychess/repos/community-any/pychess.install

-+
 PKGBUILD|   59 ++
 pychess.install |   24 ++---
 2 files changed, 41 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-18 09:19:52 UTC (rev 137090)
+++ PKGBUILD2015-07-18 09:19:57 UTC (rev 137091)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=pychess
-pkgver=0.10.1
-pkgrel=4
-pkgdesc=Chess client for the GNOME desktop
-arch=('any')
-url=http://pychess.org/;
-license=('GPL')
-depends=('gnome-icon-theme' 'python2-rsvg' 'pygtksourceview2' 
'gstreamer0.10-python'
- 'desktop-file-utils')
-install=pychess.install
-source=(http://pychess.googlecode.com/files/pychess-$pkgver.tar.gz)
-md5sums=('ee1893071823b3d41ecdb1ef314fb8ba')
-
-prepare() {
-  cd $srcdir/pychess-$pkgver
-
-  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| 
lib/pychess/Players/PyChess.py
-  sed -i /vm binname/s|python|python2| lib/pychess/Players/engineNest.py
-  sed -i /binname ==/s|python|python2| lib/pychess/widgets/newGameDialog.py
-}
-
-package() {
-  cd $srcdir/pychess-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-}

Copied: pychess/repos/community-any/PKGBUILD (from rev 137090, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-18 09:19:57 UTC (rev 137091)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=pychess
+pkgver=0.10.1
+pkgrel=5
+pkgdesc=Chess client for the GNOME desktop
+arch=('any')
+url=http://pychess.org/;
+license=('GPL')
+depends=('python2-rsvg' 'pygtksourceview2' 'gstreamer0.10-python' 
'desktop-file-utils')
+install=pychess.install
+source=(http://pychess.googlecode.com/files/pychess-$pkgver.tar.gz)
+md5sums=('ee1893071823b3d41ecdb1ef314fb8ba')
+
+prepare() {
+  cd $srcdir/pychess-$pkgver
+
+  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| 
lib/pychess/Players/PyChess.py
+  sed -i /vm binname/s|python|python2| lib/pychess/Players/engineNest.py
+  sed -i /binname ==/s|python|python2| lib/pychess/widgets/newGameDialog.py
+}
+
+package() {
+  cd $srcdir/pychess-$pkgver
+
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+}

Deleted: pychess.install
===
--- pychess.install 2015-07-18 09:19:52 UTC (rev 137090)
+++ pychess.install 2015-07-18 09:19:57 UTC (rev 137091)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pychess/repos/community-any/pychess.install (from rev 137090, 
pychess/trunk/pychess.install)
===
--- pychess.install (rev 0)
+++ pychess.install 2015-07-18 09:19:57 UTC (rev 137091)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-07-18 Thread Balló György
Date: Saturday, July 18, 2015 @ 11:19:52
  Author: bgyorgy
Revision: 137090

upgpkg: pychess 0.10.1-5

Remove unused gnome-icon-theme dependency

Modified:
  pychess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 08:28:22 UTC (rev 137089)
+++ PKGBUILD2015-07-18 09:19:52 UTC (rev 137090)
@@ -4,13 +4,12 @@
 
 pkgname=pychess
 pkgver=0.10.1
-pkgrel=4
+pkgrel=5
 pkgdesc=Chess client for the GNOME desktop
 arch=('any')
 url=http://pychess.org/;
 license=('GPL')
-depends=('gnome-icon-theme' 'python2-rsvg' 'pygtksourceview2' 
'gstreamer0.10-python'
- 'desktop-file-utils')
+depends=('python2-rsvg' 'pygtksourceview2' 'gstreamer0.10-python' 
'desktop-file-utils')
 install=pychess.install
 source=(http://pychess.googlecode.com/files/pychess-$pkgver.tar.gz)
 md5sums=('ee1893071823b3d41ecdb1ef314fb8ba')


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

2015-07-18 Thread Allan McRae
Date: Saturday, July 18, 2015 @ 09:09:48
  Author: allan
Revision: 242337

upstream update

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 06:43:35 UTC (rev 242336)
+++ PKGBUILD2015-07-18 07:09:48 UTC (rev 242337)
@@ -5,11 +5,11 @@
 # NOTE: libtool requires rebuilt with each new gcc version
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
-pkgver=5.1.0
+pkgver=5.2.0
 _pkgver=5
 _islver=0.14.1
-pkgrel=5
-_snapshot=5-20150623
+pkgrel=1
+#_snapshot=5-20150623
 pkgdesc=The GNU Compiler Collection
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -17,16 +17,12 @@
 makedepends=('binutils=2.25' 'libmpc' 'gcc-ada' 'doxygen')
 checkdepends=('dejagnu' 'inetutils')
 options=('!emptydirs')
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
-
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
 http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
-pr65882.patch
-pr66647.patch
 pr66035.patch)
-md5sums=('69432bf92cb6cdc8399c1bfc28c4f801'
+md5sums=('a51bcfeb3da7dd4c623e27207ed43467'
  '118d1a379abf7606a3334c98a8411c79'
- 'f64c1781d8bcac1ea168c2b7091ca2bd'
- '720df658a726b6e0e541c58296bd5672'
  '5b980076cd5fcbc3aff6014f306282dd')
 
 if [ -n ${_snapshot} ]; then
@@ -54,12 +50,6 @@
   # hack! - some configure tests for header files using $CPP $CPPFLAGS
   sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
 
-  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65882
-  patch -p0 -i ${srcdir}/pr65882.patch
-
-  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66647
-  patch -p0 -i ${srcdir}/pr66647.patch
-
   # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66035
   patch -p1 -i ${srcdir}/pr66035.patch
 
@@ -88,7 +78,7 @@
   --with-linker-hash-style=gnu --enable-gnu-indirect-function \
   --disable-multilib --disable-werror \
   --enable-checking=release \
-  --with-default-libstdcxx-abi=c++98
+  --with-default-libstdcxx-abi=gcc4-compatible
 
   make
   


[arch-commits] Commit in gdesklets/trunk (PKGBUILD gdesklets.install)

2015-07-18 Thread Balló György
Date: Saturday, July 18, 2015 @ 10:28:11
  Author: bgyorgy
Revision: 137088

upgpkg: gdesklets 0.36.3-6

Remove dependency on gnome-icon-theme

Modified:
  gdesklets/trunk/PKGBUILD
  gdesklets/trunk/gdesklets.install

---+
 PKGBUILD  |4 ++--
 gdesklets.install |6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 03:38:51 UTC (rev 137087)
+++ PKGBUILD2015-07-18 08:28:11 UTC (rev 137088)
@@ -5,12 +5,12 @@
 
 pkgname=gdesklets
 pkgver=0.36.3
-pkgrel=5
+pkgrel=6
 pkgdesc=System for bringing mini programs (desklets) onto your desktop
 arch=('i686' 'x86_64')
 url=https://launchpad.net/gdesklets;
 license=('GPL') 
-depends=('libgtop' 'librsvg' 'pygtk' 'desktop-file-utils' 'gnome-icon-theme' 
'xdg-utils')
+depends=('libgtop' 'librsvg' 'pygtk' 'desktop-file-utils')
 makedepends=('gnome-python' 'intltool')
 install=$pkgname.install
 
source=(https://launchpad.net/gdesklets/0.3x/release-of-$pkgver/+download/$pkgname-$pkgver.tar.bz2

Modified: gdesklets.install
===
--- gdesklets.install   2015-07-18 03:38:51 UTC (rev 137087)
+++ gdesklets.install   2015-07-18 08:28:11 UTC (rev 137088)
@@ -1,13 +1,13 @@
 post_install() {
   update-desktop-database -q
   update-mime-database usr/share/mime  /dev/null
-  xdg-icon-resource forceupdate --theme gnome
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  post_install $1
+  post_install
 }


[arch-commits] Commit in sudo/trunk (PKGBUILD fix-typo-in-sudo_sss_attrcpy.patch)

2015-07-18 Thread Evangelos Foutras
Date: Saturday, July 18, 2015 @ 08:43:22
  Author: foutrelis
Revision: 242335

upgpkg: sudo 1.8.14.p1-1

New upstream release.

Modified:
  sudo/trunk/PKGBUILD
Deleted:
  sudo/trunk/fix-typo-in-sudo_sss_attrcpy.patch

+
 PKGBUILD   |   15 +++
 fix-typo-in-sudo_sss_attrcpy.patch |   29 -
 2 files changed, 3 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-17 20:29:14 UTC (rev 242334)
+++ PKGBUILD2015-07-18 06:43:22 UTC (rev 242335)
@@ -4,9 +4,9 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sudo
-_sudover=1.8.14
+_sudover=1.8.14p1
 pkgver=${_sudover/p/.p}
-pkgrel=2
+pkgrel=1
 pkgdesc=Give certain users the ability to run some commands as root
 arch=('i686' 'x86_64')
 url=http://www.sudo.ws/sudo/;
@@ -16,21 +16,12 @@
 backup=('etc/sudoers' 'etc/pam.d/sudo')
 install=$pkgname.install
 source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
-fix-typo-in-sudo_sss_attrcpy.patch
 sudo.pam)
-sha256sums=('74308f7bf242f6f997d4c8145849581f06fb6fbe47032b6e87ac664c14b9f6d3'
+sha256sums=('b12ccdf1c0b6a2a494afb6616d16d90310206f4d8e68023cf27345396d9f06a0'
 'SKIP'
-'2ab1ad3174b852ad82601e670ba3b42efa06bc34d85d20918d69bb239e1f0c0e'
 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
 
-prepare() {
-  cd $srcdir/$pkgname-$_sudover
-
-  # http://bugzilla.sudo.ws/show_bug.cgi?id=703
-  patch -Np1 -i ../fix-typo-in-sudo_sss_attrcpy.patch
-}
-
 build() {
   cd $srcdir/$pkgname-$_sudover
 

Deleted: fix-typo-in-sudo_sss_attrcpy.patch
===
--- fix-typo-in-sudo_sss_attrcpy.patch  2015-07-17 20:29:14 UTC (rev 242334)
+++ fix-typo-in-sudo_sss_attrcpy.patch  2015-07-18 06:43:22 UTC (rev 242335)
@@ -1,29 +0,0 @@
-
-# HG changeset patch
-# User Todd C. Miller todd.mil...@courtesan.com
-# Date 1437163106 21600
-# Node ID 0fa324a7bb5665aec9d39cdf011eaed32db36685
-# Parent  e4c7cda464759b555e46ad0de229f302ac22b112
-Fix typo in sudo_sss_attrcpy() that caused a memory allocation error.
-
-diff -r e4c7cda46475 -r 0fa324a7bb56 plugins/sudoers/sssd.c
 a/plugins/sudoers/sssd.c   Wed Jul 15 12:36:02 2015 -0600
-+++ b/plugins/sudoers/sssd.c   Fri Jul 17 13:58:26 2015 -0600
-@@ -142,7 +142,7 @@
- sudo_debug_printf(SUDO_DEBUG_INFO, malloc: cnt=%d, src-num_values);
- 
- dst-name = strdup(src-name);
--dst-values = reallocarray(NULL, dst-num_values, sizeof(char *));
-+dst-values = reallocarray(NULL, src-num_values, sizeof(char *));
- if (dst-name == NULL || dst-values == NULL)
-   goto oom;
- dst-num_values = src-num_values;
-@@ -195,7 +195,6 @@
- 
- for (i = 0; i  src-num_attrs; ++i) {
-   if (!sudo_sss_attrcpy(dst-attrs + i, src-attrs + i)) {
--  sudo_warnx(U_(%s: %s), __func__, U_(unable to allocate memory));
-   dst-num_attrs = i;
-   sudo_sss_rulefree(dst);
-   debug_return_bool(false);
-


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

2015-07-18 Thread Evangelos Foutras
Date: Saturday, July 18, 2015 @ 08:43:35
  Author: foutrelis
Revision: 242336

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

Added:
  sudo/repos/testing-i686/PKGBUILD
(from rev 242335, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/sudo.install
(from rev 242335, sudo/trunk/sudo.install)
  sudo/repos/testing-i686/sudo.pam
(from rev 242335, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 242335, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo.install
(from rev 242335, sudo/trunk/sudo.install)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 242335, sudo/trunk/sudo.pam)
Deleted:
  sudo/repos/testing-i686/PKGBUILD
  sudo/repos/testing-i686/fix-typo-in-sudo_sss_attrcpy.patch
  sudo/repos/testing-i686/sudo.install
  sudo/repos/testing-i686/sudo.pam
  sudo/repos/testing-x86_64/PKGBUILD
  sudo/repos/testing-x86_64/fix-typo-in-sudo_sss_attrcpy.patch
  sudo/repos/testing-x86_64/sudo.install
  sudo/repos/testing-x86_64/sudo.pam

---+
 /PKGBUILD |  128 
 /sudo.install |   38 +
 /sudo.pam |8 +
 testing-i686/PKGBUILD |   73 ---
 testing-i686/fix-typo-in-sudo_sss_attrcpy.patch   |   29 
 testing-i686/sudo.install |   19 --
 testing-i686/sudo.pam |4 
 testing-x86_64/PKGBUILD   |   73 ---
 testing-x86_64/fix-typo-in-sudo_sss_attrcpy.patch |   29 
 testing-x86_64/sudo.install   |   19 --
 testing-x86_64/sudo.pam   |4 
 11 files changed, 174 insertions(+), 250 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-07-18 06:43:22 UTC (rev 242335)
+++ testing-i686/PKGBUILD   2015-07-18 06:43:35 UTC (rev 242336)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=sudo
-_sudover=1.8.14
-pkgver=${_sudover/p/.p}
-pkgrel=2
-pkgdesc=Give certain users the ability to run some commands as root
-arch=('i686' 'x86_64')
-url=http://www.sudo.ws/sudo/;
-license=('custom')
-groups=('base-devel')
-depends=('glibc' 'pam' 'libldap')
-backup=('etc/sudoers' 'etc/pam.d/sudo')
-install=$pkgname.install
-source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
-fix-typo-in-sudo_sss_attrcpy.patch
-sudo.pam)
-sha256sums=('74308f7bf242f6f997d4c8145849581f06fb6fbe47032b6e87ac664c14b9f6d3'
-'SKIP'
-'2ab1ad3174b852ad82601e670ba3b42efa06bc34d85d20918d69bb239e1f0c0e'
-'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
-validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
-
-prepare() {
-  cd $srcdir/$pkgname-$_sudover
-
-  # http://bugzilla.sudo.ws/show_bug.cgi?id=703
-  patch -Np1 -i ../fix-typo-in-sudo_sss_attrcpy.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$_sudover
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---with-rundir=/run/sudo \
---with-vardir=/var/db/sudo \
---with-logfac=auth \
---enable-tmpfiles.d \
---with-pam \
---with-sssd \
---with-ldap \
---with-ldap-conf-file=/etc/openldap/ldap.conf \
---with-env-editor \
---with-passprompt=[sudo] password for %p:  \
---with-all-insults
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$_sudover
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$_sudover
-  make DESTDIR=$pkgdir install
-
-  # Remove /run/sudo directory from the package; we create it using tmpfiles.d
-  rmdir $pkgdir/run/sudo
-  rmdir $pkgdir/run
-
-  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
-
-  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/PKGBUILD (from rev 242335, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-18 06:43:35 UTC (rev 242336)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_sudover=1.8.14p1
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=$pkgname.install
+source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo.pam)

[arch-commits] Commit in gdesklets/repos (20 files)

2015-07-18 Thread Balló György
Date: Saturday, July 18, 2015 @ 10:28:22
  Author: bgyorgy
Revision: 137089

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

Added:
  gdesklets/repos/community-i686/PKGBUILD
(from rev 137088, gdesklets/trunk/PKGBUILD)
  gdesklets/repos/community-i686/fix-vfs.patch
(from rev 137088, gdesklets/trunk/fix-vfs.patch)
  gdesklets/repos/community-i686/gdesklets-core-0.36.3-.in-files.patch
(from rev 137088, gdesklets/trunk/gdesklets-core-0.36.3-.in-files.patch)
  gdesklets/repos/community-i686/gdesklets.install
(from rev 137088, gdesklets/trunk/gdesklets.install)
  gdesklets/repos/community-i686/make-gconf-optional.patch
(from rev 137088, gdesklets/trunk/make-gconf-optional.patch)
  gdesklets/repos/community-x86_64/PKGBUILD
(from rev 137088, gdesklets/trunk/PKGBUILD)
  gdesklets/repos/community-x86_64/fix-vfs.patch
(from rev 137088, gdesklets/trunk/fix-vfs.patch)
  gdesklets/repos/community-x86_64/gdesklets-core-0.36.3-.in-files.patch
(from rev 137088, gdesklets/trunk/gdesklets-core-0.36.3-.in-files.patch)
  gdesklets/repos/community-x86_64/gdesklets.install
(from rev 137088, gdesklets/trunk/gdesklets.install)
  gdesklets/repos/community-x86_64/make-gconf-optional.patch
(from rev 137088, gdesklets/trunk/make-gconf-optional.patch)
Deleted:
  gdesklets/repos/community-i686/PKGBUILD
  gdesklets/repos/community-i686/fix-vfs.patch
  gdesklets/repos/community-i686/gdesklets-core-0.36.3-.in-files.patch
  gdesklets/repos/community-i686/gdesklets.install
  gdesklets/repos/community-i686/make-gconf-optional.patch
  gdesklets/repos/community-x86_64/PKGBUILD
  gdesklets/repos/community-x86_64/fix-vfs.patch
  gdesklets/repos/community-x86_64/gdesklets-core-0.36.3-.in-files.patch
  gdesklets/repos/community-x86_64/gdesklets.install
  gdesklets/repos/community-x86_64/make-gconf-optional.patch

+
 /PKGBUILD  |  112 +
 /fix-vfs.patch |   22 +
 /gdesklets-core-0.36.3-.in-files.patch |  298 +++
 /gdesklets.install |   26 +
 /make-gconf-optional.patch |   72 +++
 community-i686/PKGBUILD|   56 --
 community-i686/fix-vfs.patch   |   11 
 community-i686/gdesklets-core-0.36.3-.in-files.patch   |  149 ---
 community-i686/gdesklets.install   |   13 
 community-i686/make-gconf-optional.patch   |   36 -
 community-x86_64/PKGBUILD  |   56 --
 community-x86_64/fix-vfs.patch |   11 
 community-x86_64/gdesklets-core-0.36.3-.in-files.patch |  149 ---
 community-x86_64/gdesklets.install |   13 
 community-x86_64/make-gconf-optional.patch |   36 -
 15 files changed, 530 insertions(+), 530 deletions(-)

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


[arch-commits] Commit in gcc/repos (20 files)

2015-07-18 Thread Allan McRae
Date: Saturday, July 18, 2015 @ 13:35:31
  Author: allan
Revision: 242341

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

Added:
  gcc/repos/testing-i686/
  gcc/repos/testing-i686/PKGBUILD
(from rev 242340, gcc/trunk/PKGBUILD)
  gcc/repos/testing-i686/gcc-ada.install
(from rev 242340, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-i686/gcc-fortran.install
(from rev 242340, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-i686/gcc-go.install
(from rev 242340, gcc/trunk/gcc-go.install)
  gcc/repos/testing-i686/gcc-libs.install
(from rev 242340, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-i686/gcc.install
(from rev 242340, gcc/trunk/gcc.install)
  gcc/repos/testing-i686/pr65882.patch
(from rev 242340, gcc/trunk/pr65882.patch)
  gcc/repos/testing-i686/pr66035.patch
(from rev 242340, gcc/trunk/pr66035.patch)
  gcc/repos/testing-i686/pr66647.patch
(from rev 242340, gcc/trunk/pr66647.patch)
  gcc/repos/testing-x86_64/
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 242340, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/gcc-ada.install
(from rev 242340, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-x86_64/gcc-fortran.install
(from rev 242340, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-x86_64/gcc-go.install
(from rev 242340, gcc/trunk/gcc-go.install)
  gcc/repos/testing-x86_64/gcc-libs.install
(from rev 242340, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-x86_64/gcc.install
(from rev 242340, gcc/trunk/gcc.install)
  gcc/repos/testing-x86_64/pr65882.patch
(from rev 242340, gcc/trunk/pr65882.patch)
  gcc/repos/testing-x86_64/pr66035.patch
(from rev 242340, gcc/trunk/pr66035.patch)
  gcc/repos/testing-x86_64/pr66647.patch
(from rev 242340, gcc/trunk/pr66647.patch)

+
 testing-i686/PKGBUILD  |  324 +++
 testing-i686/gcc-ada.install   |   20 ++
 testing-i686/gcc-fortran.install   |   16 +
 testing-i686/gcc-go.install|   20 ++
 testing-i686/gcc-libs.install  |   16 +
 testing-i686/gcc.install   |   20 ++
 testing-i686/pr65882.patch |  106 +++
 testing-i686/pr66035.patch |   48 +
 testing-i686/pr66647.patch |   87 +
 testing-x86_64/PKGBUILD|  324 +++
 testing-x86_64/gcc-ada.install |   20 ++
 testing-x86_64/gcc-fortran.install |   16 +
 testing-x86_64/gcc-go.install  |   20 ++
 testing-x86_64/gcc-libs.install|   16 +
 testing-x86_64/gcc.install |   20 ++
 testing-x86_64/pr65882.patch   |  106 +++
 testing-x86_64/pr66035.patch   |   48 +
 testing-x86_64/pr66647.patch   |   87 +
 18 files changed, 1314 insertions(+)

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


[arch-commits] Commit in (3 files)

2015-07-18 Thread Antonio Rojas
Date: Saturday, July 18, 2015 @ 15:11:12
  Author: arojas
Revision: 242342

Add telepathy-accounts-signon (telepathy-kde 15.08 dependency)

Added:
  telepathy-accounts-signon/
  telepathy-accounts-signon/trunk/
  telepathy-accounts-signon/trunk/PKGBUILD

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

Added: telepathy-accounts-signon/trunk/PKGBUILD
===
--- telepathy-accounts-signon/trunk/PKGBUILD(rev 0)
+++ telepathy-accounts-signon/trunk/PKGBUILD2015-07-18 13:11:12 UTC (rev 
242342)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 237181 2015-04-15 17:45:52Z arojas $
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-accounts-signon
+pkgver=1.0
+pkgrel=1
+pkgdesc=A mission control plugin for Telepathy, integrating with libaccounts 
and libsignon to provide IM accounts and authentication
+arch=(i686 x86_64)
+url='https://gitlab.com/accounts-sso/telepathy-accounts-signon'
+license=(LGPL)
+depends=(telepathy-mission-control libaccounts-glib signon)
+makedepends=(qt5-base)
+source=(https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver;)
+sha1sums=('828e7303c20e5861f79c1a9b52e29a9b985eb94a')
+
+build() {
+  mkdir build 
+  cd build
+  qmake-qt5 ../$pkgname.git
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-18 Thread Antonio Rojas
Date: Saturday, July 18, 2015 @ 12:38:31
  Author: arojas
Revision: 242340

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

Added:
  libssh/repos/extra-i686/PKGBUILD
(from rev 242339, libssh/trunk/PKGBUILD)
  libssh/repos/extra-x86_64/PKGBUILD
(from rev 242339, libssh/trunk/PKGBUILD)
Deleted:
  libssh/repos/extra-i686/PKGBUILD
  libssh/repos/extra-i686/ssh_forward_listen.patch
  libssh/repos/extra-x86_64/PKGBUILD
  libssh/repos/extra-x86_64/ssh_forward_listen.patch

---+
 /PKGBUILD |   98 
 extra-i686/PKGBUILD   |   54 -
 extra-i686/ssh_forward_listen.patch   |   28 -
 extra-x86_64/PKGBUILD |   54 -
 extra-x86_64/ssh_forward_listen.patch |   28 -
 5 files changed, 98 insertions(+), 164 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-18 10:38:10 UTC (rev 242339)
+++ extra-i686/PKGBUILD 2015-07-18 10:38:31 UTC (rev 242340)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: ice-man icem...@gmail.com
-# Contributor: sergeantspoon sergeantsp...@archlinux.us
-
-pkgname=libssh
-pkgver=0.7.0
-pkgrel=2
-pkgdesc=Library for accessing ssh client services through C libraries
-url=http://www.libssh.org/;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('openssl')
-makedepends=('cmake' 'cmocka' 'doxygen')
-checkdepends=('openssh')
-source=(https://red.libssh.org/attachments/download/140/${pkgname}-${pkgver}.tar.xz
-
https://red.libssh.org/attachments/download/139/${pkgname}-${pkgver}.tar.asc 
'ssh_forward_listen.patch')
-md5sums=('cf20c3bb6edfc853187985c3f649ca80'
- 'SKIP'
- '53ddfb95b84530d9bf5947e4dc98a875')
-validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 
a...@cryptomilk.org
-
-prepare() {
-  # disable the test. It is confused by our clean container setup.
-  # 'extra-x86-build' uses user 'nobody' that has a record in /etc/passwd file
-  # but $HOME envvar is set to '/build'. The test expects that $HOME 
corresponds to passwd file.
-  sed 's/unit_test(torture_path_expand_tilde_unix),//' -i 
libssh-${pkgver}/tests/unittests/torture_misc.c
-
-# Fix undefined symbol (FS#45055)
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/ssh_forward_listen.patch
-}
-
-build() {
-  mkdir build || true
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_GSSAPI=OFF \
--DWITH_TESTING=ON
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package(){
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libssh/repos/extra-i686/PKGBUILD (from rev 242339, 
libssh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-18 10:38:31 UTC (rev 242340)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: ice-man icem...@gmail.com
+# Contributor: sergeantspoon sergeantsp...@archlinux.us
+
+pkgname=libssh
+pkgver=0.7.1
+pkgrel=1
+pkgdesc=Library for accessing ssh client services through C libraries
+url=http://www.libssh.org/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('openssl')
+makedepends=('cmake' 'cmocka' 'doxygen')
+checkdepends=('openssh')
+source=(https://red.libssh.org/attachments/download/154/${pkgname}-${pkgver}.tar.xz
+
https://red.libssh.org/attachments/download/153/${pkgname}-${pkgver}.tar.asc)
+md5sums=('bffc9dc548c3bae3a3afc5ac1654b272'
+ 'SKIP')
+validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 
a...@cryptomilk.org
+
+prepare() {
+  # disable the test. It is confused by our clean container setup.
+  # 'extra-x86-build' uses user 'nobody' that has a record in /etc/passwd file
+  # but $HOME envvar is set to '/build'. The test expects that $HOME 
corresponds to passwd file.
+  sed 's/unit_test(torture_path_expand_tilde_unix),//' -i 
libssh-${pkgver}/tests/unittests/torture_misc.c
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_GSSAPI=OFF \
+-DWITH_TESTING=ON
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/ssh_forward_listen.patch
===
--- extra-i686/ssh_forward_listen.patch 2015-07-18 10:38:10 UTC (rev 242339)
+++ extra-i686/ssh_forward_listen.patch 2015-07-18 10:38:31 UTC (rev 242340)
@@ -1,28 +0,0 @@
-From 3c8fe6e2c595ee019408249c364b3019b6c31a8a Mon Sep 17 00:00:00 2001
-From: Mike DePaulo mikedep...@gmail.com

[arch-commits] Commit in libssh/trunk (ssh_forward_listen.patch)

2015-07-18 Thread Antonio Rojas
Date: Saturday, July 18, 2015 @ 12:38:10
  Author: arojas
Revision: 242339

Remove patch

Deleted:
  libssh/trunk/ssh_forward_listen.patch

--+
 ssh_forward_listen.patch |   28 
 1 file changed, 28 deletions(-)

Deleted: ssh_forward_listen.patch
===
--- ssh_forward_listen.patch2015-07-18 10:36:52 UTC (rev 242338)
+++ ssh_forward_listen.patch2015-07-18 10:38:10 UTC (rev 242339)
@@ -1,28 +0,0 @@
-From 3c8fe6e2c595ee019408249c364b3019b6c31a8a Mon Sep 17 00:00:00 2001
-From: Mike DePaulo mikedep...@gmail.com
-Date: Fri, 15 May 2015 22:22:13 -0400
-Subject: [PATCH] Reintroduce ssh_forward_listen() (Fixes: #194)
-

- src/channels.c | 5 +
- 1 file changed, 5 insertions(+)
-
-diff --git a/src/channels.c b/src/channels.c
-index 7a4e71f..db5f83a 100644
 a/src/channels.c
-+++ b/src/channels.c
-@@ -2206,6 +2206,11 @@ error:
- }
- 
- /* DEPRECATED */
-+int ssh_forward_listen(ssh_session session, const char *address, int port, 
int *bound_port) {
-+  return ssh_channel_listen_forward(session, address, port, bound_port);
-+}
-+
-+/* DEPRECATED */
- ssh_channel ssh_forward_accept(ssh_session session, int timeout_ms) {
-   return ssh_channel_accept(session, SSH_CHANNEL_FORWARDED_TCPIP, timeout_ms, 
NULL);
- }
--- 
-2.1.4
-


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

2015-07-18 Thread Antonio Rojas
Date: Saturday, July 18, 2015 @ 12:36:52
  Author: arojas
Revision: 242338

Update to 0.7.1

Modified:
  libssh/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 1 file changed, 7 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 07:09:48 UTC (rev 242337)
+++ PKGBUILD2015-07-18 10:36:52 UTC (rev 242338)
@@ -5,8 +5,8 @@
 # Contributor: sergeantspoon sergeantsp...@archlinux.us
 
 pkgname=libssh
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
 pkgdesc=Library for accessing ssh client services through C libraries
 url=http://www.libssh.org/;
 license=('LGPL')
@@ -14,11 +14,10 @@
 depends=('openssl')
 makedepends=('cmake' 'cmocka' 'doxygen')
 checkdepends=('openssh')
-source=(https://red.libssh.org/attachments/download/140/${pkgname}-${pkgver}.tar.xz
-
https://red.libssh.org/attachments/download/139/${pkgname}-${pkgver}.tar.asc 
'ssh_forward_listen.patch')
-md5sums=('cf20c3bb6edfc853187985c3f649ca80'
- 'SKIP'
- '53ddfb95b84530d9bf5947e4dc98a875')
+source=(https://red.libssh.org/attachments/download/154/${pkgname}-${pkgver}.tar.xz
+
https://red.libssh.org/attachments/download/153/${pkgname}-${pkgver}.tar.asc)
+md5sums=('bffc9dc548c3bae3a3afc5ac1654b272'
+ 'SKIP')
 validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 
a...@cryptomilk.org
 
 prepare() {
@@ -26,14 +25,10 @@
   # 'extra-x86-build' uses user 'nobody' that has a record in /etc/passwd file
   # but $HOME envvar is set to '/build'. The test expects that $HOME 
corresponds to passwd file.
   sed 's/unit_test(torture_path_expand_tilde_unix),//' -i 
libssh-${pkgver}/tests/unittests/torture_misc.c
-
-# Fix undefined symbol (FS#45055)
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/ssh_forward_listen.patch
 }
 
 build() {
-  mkdir build || true
+  mkdir -p build
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \


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

2015-07-18 Thread Bartłomiej Piotrowski
Date: Saturday, July 18, 2015 @ 20:24:54
  Author: bpiotrowski
Revision: 137095

Shorten insanely long pkgdesc

Modified:
  sshuttle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 18:13:32 UTC (rev 137094)
+++ PKGBUILD2015-07-18 18:24:54 UTC (rev 137095)
@@ -5,7 +5,7 @@
 pkgname=sshuttle
 pkgver=0.71
 pkgrel=1
-pkgdesc=Transparent proxy server that works as a poor man's VPN. Forwards all 
TCP packets over ssh (and even DNS requests when using --dns option). Doesn't 
require admin privileges on the server side
+pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
 arch=('any')
 url=https://github.com/sshuttle/sshuttle;
 license=('GPL2')


[arch-commits] Commit in lollypop/repos/community-any (4 files)

2015-07-18 Thread Maxime Gauduin
Date: Saturday, July 18, 2015 @ 22:48:28
  Author: alucryd
Revision: 137097

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 137096, lollypop/trunk/PKGBUILD)
  lollypop/repos/community-any/lollypop.install
(from rev 137096, lollypop/trunk/lollypop.install)
Deleted:
  lollypop/repos/community-any/PKGBUILD
  lollypop/repos/community-any/lollypop.install

--+
 PKGBUILD |   74 ++---
 lollypop.install |   30 ++---
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-18 20:48:10 UTC (rev 137096)
+++ PKGBUILD2015-07-18 20:48:28 UTC (rev 137097)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: kirek rbu...@gmail.com
-# Contributor: Cédric Bellegarde gnu...@gmail.com
-
-pkgname=lollypop
-pkgver=0.9.39
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://github.com/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('intltool' 'itstool' 'python')
-optdepends=('python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-install='lollypop.install'
-source=(https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('5fe048ad71c342133e996d07f3dba648a1e2dcddba6a4af74ff33fc0ce87')
-
-build() {
-  cd lollypop-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 137096, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-18 20:48:28 UTC (rev 137097)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: kirek rbu...@gmail.com
+# Contributor: Cédric Bellegarde gnu...@gmail.com
+
+pkgname=lollypop
+pkgver=0.9.40
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('intltool' 'itstool' 'python')
+optdepends=('python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+install='lollypop.install'
+source=(https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
+sha256sums=('57ada327707923bd134336d7e0d2929335b8f59d8bb9450425e15ee9ce5a3deb')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lollypop.install
===
--- lollypop.install2015-07-18 20:48:10 UTC (rev 137096)
+++ lollypop.install2015-07-18 20:48:28 UTC (rev 137097)
@@ -1,15 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/lollypop.install (from rev 137096, 
lollypop/trunk/lollypop.install)
===
--- lollypop.install(rev 0)
+++ lollypop.install2015-07-18 20:48:28 UTC (rev 137097)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2015-07-18 Thread Maxime Gauduin
Date: Saturday, July 18, 2015 @ 22:48:10
  Author: alucryd
Revision: 137096

upgpkg: lollypop 0.9.40-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 18:24:54 UTC (rev 137095)
+++ PKGBUILD2015-07-18 20:48:10 UTC (rev 137096)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde gnu...@gmail.com
 
 pkgname=lollypop
-pkgver=0.9.39
+pkgver=0.9.40
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -17,7 +17,7 @@
 'python-wikipedia: Wikipedia support')
 install='lollypop.install'
 
source=(https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('5fe048ad71c342133e996d07f3dba648a1e2dcddba6a4af74ff33fc0ce87')
+sha256sums=('57ada327707923bd134336d7e0d2929335b8f59d8bb9450425e15ee9ce5a3deb')
 
 build() {
   cd lollypop-${pkgver}


[arch-commits] Commit in (3 files)

2015-07-18 Thread Antonio Rojas
Date: Saturday, July 18, 2015 @ 23:06:45
  Author: arojas
Revision: 242352

Add libsignon-glib (telepathy-accounts-signon dependency)

Added:
  libsignon-glib/
  libsignon-glib/trunk/
  libsignon-glib/trunk/PKGBUILD

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

Added: libsignon-glib/trunk/PKGBUILD
===
--- libsignon-glib/trunk/PKGBUILD   (rev 0)
+++ libsignon-glib/trunk/PKGBUILD   2015-07-18 21:06:45 UTC (rev 242352)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Balló György ballogyor+a...@gmail.com
+
+pkgname=libsignon-glib
+pkgver=1.12
+pkgrel=2
+pkgdesc='GLib-based client library for applications handling account 
authentication through the Online Accounts Single Sign-On service'
+arch=(i686 x86_64)
+url='https://gitlab.com/accounts-sso/libsignon-glib'
+license=(LGPL2.1)
+depends=(signon)
+makedepends=(python2-gobject gtk-doc gobject-introspection)
+source=(https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver;)
+md5sums=('e12a123d9093a62700b46fa2c6ed8e56')
+
+build() {
+  cd $pkgname.git
+
+  export PYTHON='/usr/bin/python2'
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--localstatedir='/var' \
+--sysconfdir='/etc'
+  make
+}
+
+package() {
+  cd $pkgname.git
+
+  make DESTDIR=$pkgdir install
+}
+


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


[arch-commits] Commit in telepathy-accounts-signon/trunk (PKGBUILD)

2015-07-18 Thread Antonio Rojas
Date: Saturday, July 18, 2015 @ 23:27:17
  Author: arojas
Revision: 242354

Fix dependencies

Modified:
  telepathy-accounts-signon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 21:25:10 UTC (rev 242353)
+++ PKGBUILD2015-07-18 21:27:17 UTC (rev 242354)
@@ -8,7 +8,7 @@
 arch=(i686 x86_64)
 url='https://gitlab.com/accounts-sso/telepathy-accounts-signon'
 license=(LGPL)
-depends=(telepathy-mission-control libaccounts-glib signon)
+depends=(telepathy-mission-control libaccounts-glib libsignon-glib)
 makedepends=(qt5-base)
 
source=(https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver;)
 sha1sums=('828e7303c20e5861f79c1a9b52e29a9b985eb94a')
@@ -22,5 +22,5 @@
 
 package() {
   cd build
-  make DESTDIR=$pkgdir install
+  make INSTALL_ROOT=$pkgdir install
 }


[arch-commits] Commit in libsignon-glib (5 files)

2015-07-18 Thread Antonio Rojas
Date: Saturday, July 18, 2015 @ 23:25:10
  Author: arojas
Revision: 242353

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

Added:
  libsignon-glib/repos/
  libsignon-glib/repos/extra-i686/
  libsignon-glib/repos/extra-i686/PKGBUILD
(from rev 242352, libsignon-glib/trunk/PKGBUILD)
  libsignon-glib/repos/extra-x86_64/
  libsignon-glib/repos/extra-x86_64/PKGBUILD
(from rev 242352, libsignon-glib/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   36 
 extra-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: libsignon-glib/repos/extra-i686/PKGBUILD (from rev 242352, 
libsignon-glib/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2015-07-18 21:25:10 UTC (rev 242353)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Balló György ballogyor+a...@gmail.com
+
+pkgname=libsignon-glib
+pkgver=1.12
+pkgrel=2
+pkgdesc='GLib-based client library for applications handling account 
authentication through the Online Accounts Single Sign-On service'
+arch=(i686 x86_64)
+url='https://gitlab.com/accounts-sso/libsignon-glib'
+license=(LGPL2.1)
+depends=(signon)
+makedepends=(python2-gobject gtk-doc gobject-introspection)
+source=(https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver;)
+md5sums=('e12a123d9093a62700b46fa2c6ed8e56')
+
+build() {
+  cd $pkgname.git
+
+  export PYTHON='/usr/bin/python2'
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--localstatedir='/var' \
+--sysconfdir='/etc'
+  make
+}
+
+package() {
+  cd $pkgname.git
+
+  make DESTDIR=$pkgdir install
+}
+

Copied: libsignon-glib/repos/extra-x86_64/PKGBUILD (from rev 242352, 
libsignon-glib/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2015-07-18 21:25:10 UTC (rev 242353)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Balló György ballogyor+a...@gmail.com
+
+pkgname=libsignon-glib
+pkgver=1.12
+pkgrel=2
+pkgdesc='GLib-based client library for applications handling account 
authentication through the Online Accounts Single Sign-On service'
+arch=(i686 x86_64)
+url='https://gitlab.com/accounts-sso/libsignon-glib'
+license=(LGPL2.1)
+depends=(signon)
+makedepends=(python2-gobject gtk-doc gobject-introspection)
+source=(https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver;)
+md5sums=('e12a123d9093a62700b46fa2c6ed8e56')
+
+build() {
+  cd $pkgname.git
+
+  export PYTHON='/usr/bin/python2'
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--localstatedir='/var' \
+--sysconfdir='/etc'
+  make
+}
+
+package() {
+  cd $pkgname.git
+
+  make DESTDIR=$pkgdir install
+}
+


[arch-commits] Commit in telepathy-accounts-signon (3 files)

2015-07-18 Thread Antonio Rojas
Date: Saturday, July 18, 2015 @ 23:27:44
  Author: arojas
Revision: 242356

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-accounts-signon/repos/
  telepathy-accounts-signon/repos/extra-x86_64/
  telepathy-accounts-signon/repos/extra-x86_64/PKGBUILD
(from rev 242355, telepathy-accounts-signon/trunk/PKGBUILD)

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

Copied: telepathy-accounts-signon/repos/extra-x86_64/PKGBUILD (from rev 242355, 
telepathy-accounts-signon/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2015-07-18 21:27:44 UTC (rev 242356)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 237181 2015-04-15 17:45:52Z arojas $
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-accounts-signon
+pkgver=1.0
+pkgrel=1
+pkgdesc=A mission control plugin for Telepathy, integrating with libaccounts 
and libsignon to provide IM accounts and authentication
+arch=(i686 x86_64)
+url='https://gitlab.com/accounts-sso/telepathy-accounts-signon'
+license=(LGPL)
+depends=(telepathy-mission-control libaccounts-glib libsignon-glib)
+makedepends=(qt5-base)
+source=(https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver;)
+sha1sums=('828e7303c20e5861f79c1a9b52e29a9b985eb94a')
+
+build() {
+  mkdir -p build 
+  cd build
+  qmake-qt5 ../$pkgname.git
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT=$pkgdir install
+}


[arch-commits] Commit in telepathy-accounts-signon/trunk (PKGBUILD)

2015-07-18 Thread Antonio Rojas
Date: Saturday, July 18, 2015 @ 23:27:34
  Author: arojas
Revision: 242355

upgpkg: telepathy-accounts-signon 1.0-1

Modified:
  telepathy-accounts-signon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 21:27:17 UTC (rev 242354)
+++ PKGBUILD2015-07-18 21:27:34 UTC (rev 242355)
@@ -14,7 +14,7 @@
 sha1sums=('828e7303c20e5861f79c1a9b52e29a9b985eb94a')
 
 build() {
-  mkdir build 
+  mkdir -p build 
   cd build
   qmake-qt5 ../$pkgname.git
   make


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

2015-07-18 Thread Levente Polyak
Date: Saturday, July 18, 2015 @ 23:42:57
  Author: anthraxx
Revision: 137104

addpkg cjdns 16.1-1

Added:
  cjdns/
  cjdns/repos/
  cjdns/trunk/
  cjdns/trunk/PKGBUILD

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

Added: cjdns/trunk/PKGBUILD
===
--- cjdns/trunk/PKGBUILD(rev 0)
+++ cjdns/trunk/PKGBUILD2015-07-18 21:42:57 UTC (rev 137104)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: openfbt
+# Contributor: Werecat
+# Contributor: Xyne
+
+pkgname=cjdns
+pkgver=16.1
+pkgrel=1
+pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
+url='https://github.com/cjdelisle/cjdns'
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
+license=('GPL3')
+depends=('glibc' 'sh')
+makedepends=('nodejs' 'python2')
+optdepends=(
+  'cjdnsify: allows you to run some programs bound to your cjdns address'
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
+sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
+
+build() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  bash 'do'
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  install -Dm 755 cjdroute ${pkgdir}/usr/bin/cjdroute
+  install -Dm 755 contrib/sh/run-cjdroute.sh ${pkgdir}/usr/bin/run-cjdroute
+  install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+  install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
+  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -Dm 644 doc/admin-api.md doc/configure.md doc/djc_layer_model.md 
doc/nat-gateway.md doc/network-services.md \
+doc/non-root-user.md doc/security_specification.md 
doc/shorewall_and_vpn_gateway_howto.md doc/tunnel.md \
+-t ${pkgdir}/usr/share/doc/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


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

2015-07-18 Thread Levente Polyak
Date: Saturday, July 18, 2015 @ 23:43:29
  Author: anthraxx
Revision: 137105

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

Added:
  cjdns/repos/community-testing-i686/
  cjdns/repos/community-testing-i686/PKGBUILD
(from rev 137104, cjdns/trunk/PKGBUILD)
  cjdns/repos/community-testing-x86_64/
  cjdns/repos/community-testing-x86_64/PKGBUILD
(from rev 137104, cjdns/trunk/PKGBUILD)

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

Copied: cjdns/repos/community-testing-i686/PKGBUILD (from rev 137104, 
cjdns/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-07-18 21:43:29 UTC (rev 137105)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: openfbt
+# Contributor: Werecat
+# Contributor: Xyne
+
+pkgname=cjdns
+pkgver=16.1
+pkgrel=1
+pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
+url='https://github.com/cjdelisle/cjdns'
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
+license=('GPL3')
+depends=('glibc' 'sh')
+makedepends=('nodejs' 'python2')
+optdepends=(
+  'cjdnsify: allows you to run some programs bound to your cjdns address'
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
+sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
+
+build() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  bash 'do'
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  install -Dm 755 cjdroute ${pkgdir}/usr/bin/cjdroute
+  install -Dm 755 contrib/sh/run-cjdroute.sh ${pkgdir}/usr/bin/run-cjdroute
+  install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+  install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
+  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -Dm 644 doc/admin-api.md doc/configure.md doc/djc_layer_model.md 
doc/nat-gateway.md doc/network-services.md \
+doc/non-root-user.md doc/security_specification.md 
doc/shorewall_and_vpn_gateway_howto.md doc/tunnel.md \
+-t ${pkgdir}/usr/share/doc/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:

Copied: cjdns/repos/community-testing-x86_64/PKGBUILD (from rev 137104, 
cjdns/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-07-18 21:43:29 UTC (rev 137105)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: openfbt
+# Contributor: Werecat
+# Contributor: Xyne
+
+pkgname=cjdns
+pkgver=16.1
+pkgrel=1
+pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
+url='https://github.com/cjdelisle/cjdns'
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
+license=('GPL3')
+depends=('glibc' 'sh')
+makedepends=('nodejs' 'python2')
+optdepends=(
+  'cjdnsify: allows you to run some programs bound to your cjdns address'
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
+sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
+
+build() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  bash 'do'
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  install -Dm 755 cjdroute ${pkgdir}/usr/bin/cjdroute
+  install -Dm 755 contrib/sh/run-cjdroute.sh ${pkgdir}/usr/bin/run-cjdroute
+  install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+  install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
+  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -Dm 644 doc/admin-api.md doc/configure.md doc/djc_layer_model.md 
doc/nat-gateway.md doc/network-services.md \
+doc/non-root-user.md doc/security_specification.md 
doc/shorewall_and_vpn_gateway_howto.md doc/tunnel.md \
+-t ${pkgdir}/usr/share/doc/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


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

2015-07-18 Thread Sergej Pupykin
Date: Saturday, July 18, 2015 @ 22:52:45
  Author: spupykin
Revision: 137103

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 137102, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
(from rev 137102, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-i686/redis.conf-sane-defaults.patch
(from rev 137102, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-i686/redis.install
(from rev 137102, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 137102, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 137102, redis/trunk/redis.service)
  redis/repos/community-x86_64/PKGBUILD
(from rev 137102, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
(from rev 137102, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 137102, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.install
(from rev 137102, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 137102, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 137102, redis/trunk/redis.service)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-i686/redis.conf-sane-defaults.patch
  redis/repos/community-i686/redis.install
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  redis/repos/community-x86_64/redis.install
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service

-+
 /PKGBUILD   |  102 ++
 /redis-2.8.11-use-system-jemalloc.patch |   30 
 /redis.conf-sane-defaults.patch |   62 
 /redis.install  |   16 ++
 /redis.logrotate|   10 +
 /redis.service  |   44 ++
 community-i686/PKGBUILD |   51 ---
 community-i686/redis-2.8.11-use-system-jemalloc.patch   |   15 --
 community-i686/redis.conf-sane-defaults.patch   |   31 
 community-i686/redis.install|8 -
 community-i686/redis.logrotate  |5 
 community-i686/redis.service|   22 ---
 community-x86_64/PKGBUILD   |   51 ---
 community-x86_64/redis-2.8.11-use-system-jemalloc.patch |   15 --
 community-x86_64/redis.conf-sane-defaults.patch |   31 
 community-x86_64/redis.install  |8 -
 community-x86_64/redis.logrotate|5 
 community-x86_64/redis.service  |   22 ---
 18 files changed, 264 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-18 20:52:23 UTC (rev 137102)
+++ community-i686/PKGBUILD 2015-07-18 20:52:45 UTC (rev 137103)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Jan-Erik Rediger badboy at archlinux dot us
-# Contributor: nofxx x@nick.com
-
-pkgname=redis
-pkgver=3.0.2
-pkgrel=1
-pkgdesc='Advanced key-value store'
-arch=('i686' 'x86_64')
-url='http://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-install=redis.install
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
-redis.service
-redis.logrotate
-redis.conf-sane-defaults.patch
-redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('87be8867447f62524b584813e5a7bd14'
- 'afa0f4a9000c26c3323e83fe34883e23'
- '9e2d75b7a9dc421122d673fe520ef17f'
- 'b1beae6954b780da261b4056fd7f918a'
- '2ae176578f538e37a67a463258302bc6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../redis.conf-sane-defaults.patch
-  patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/redis/LICENSE
-  install -Dm644 redis.conf $pkgdir/etc/redis.conf
-  install -Dm644 ../redis.service 

[arch-commits] Commit in perl-params-classify/trunk (PKGBUILD)

2015-07-18 Thread Sergej Pupykin
Date: Saturday, July 18, 2015 @ 22:52:05
  Author: spupykin
Revision: 137100

upgpkg: perl-params-classify 0.013-6

upd

Modified:
  perl-params-classify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 20:51:58 UTC (rev 137099)
+++ PKGBUILD2015-07-18 20:52:05 UTC (rev 137100)
@@ -3,7 +3,7 @@
 
 pkgname=perl-params-classify
 pkgver=0.013
-pkgrel=5
+pkgrel=6
 pkgdesc=argument type classification
 arch=(i686 x86_64)
 license=('PerlArtistic')
@@ -10,18 +10,19 @@
 url=http://search.cpan.org/~zefram/Params-Classify;
 options=(!emptydirs)
 depends=('perl')
+makedepends=('perl-module-build')
 
source=(http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Params-Classify-$pkgver.tar.gz;)
 md5sums=('63d24fbec775472ada49d16bce4a9b1f')
 
 build() {
   cd $srcdir/Params-Classify-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  perl Build
 }
 
 package() {
   cd $srcdir/Params-Classify-$pkgver
-  make install DESTDIR=${pkgdir}
+  perl Build install
   find ${pkgdir} -name perllocal.pod -delete
   find ${pkgdir} -name .packlist -delete
 # template start; name=perl-binary-module-dependency; version=1;


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

2015-07-18 Thread Sergej Pupykin
Date: Saturday, July 18, 2015 @ 22:52:23
  Author: spupykin
Revision: 137102

upgpkg: redis 3.0.3-1

upd

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 20:52:20 UTC (rev 137101)
+++ PKGBUILD2015-07-18 20:52:23 UTC (rev 137102)
@@ -5,7 +5,7 @@
 # Contributor: nofxx x@nick.com
 
 pkgname=redis
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc='Advanced key-value store'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 redis.logrotate
 redis.conf-sane-defaults.patch
 redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('87be8867447f62524b584813e5a7bd14'
+md5sums=('76725490d6168cfb4b0ce014b89d4b54'
  'afa0f4a9000c26c3323e83fe34883e23'
  '9e2d75b7a9dc421122d673fe520ef17f'
  'b1beae6954b780da261b4056fd7f918a'


[arch-commits] Commit in perl-params-classify/repos (4 files)

2015-07-18 Thread Sergej Pupykin
Date: Saturday, July 18, 2015 @ 22:52:20
  Author: spupykin
Revision: 137101

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

Added:
  perl-params-classify/repos/community-i686/PKGBUILD
(from rev 137100, perl-params-classify/trunk/PKGBUILD)
  perl-params-classify/repos/community-x86_64/PKGBUILD
(from rev 137100, perl-params-classify/trunk/PKGBUILD)
Deleted:
  perl-params-classify/repos/community-i686/PKGBUILD
  perl-params-classify/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-18 20:52:05 UTC (rev 137100)
+++ community-i686/PKGBUILD 2015-07-18 20:52:20 UTC (rev 137101)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=perl-params-classify
-pkgver=0.013
-pkgrel=5
-pkgdesc=argument type classification
-arch=(i686 x86_64)
-license=('PerlArtistic')
-url=http://search.cpan.org/~zefram/Params-Classify;
-options=(!emptydirs)
-depends=('perl')
-source=(http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Params-Classify-$pkgver.tar.gz;)
-md5sums=('63d24fbec775472ada49d16bce4a9b1f')
-
-build() {
-  cd $srcdir/Params-Classify-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Params-Classify-$pkgver
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
-   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
-   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
-   depends+=(perl=$_perlver_min perl$_perlver_max)
-fi
-# template end;
-}

Copied: perl-params-classify/repos/community-i686/PKGBUILD (from rev 137100, 
perl-params-classify/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-18 20:52:20 UTC (rev 137101)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-params-classify
+pkgver=0.013
+pkgrel=6
+pkgdesc=argument type classification
+arch=(i686 x86_64)
+license=('PerlArtistic')
+url=http://search.cpan.org/~zefram/Params-Classify;
+options=(!emptydirs)
+depends=('perl')
+makedepends=('perl-module-build')
+source=(http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Params-Classify-$pkgver.tar.gz;)
+md5sums=('63d24fbec775472ada49d16bce4a9b1f')
+
+build() {
+  cd $srcdir/Params-Classify-$pkgver
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  perl Build
+}
+
+package() {
+  cd $srcdir/Params-Classify-$pkgver
+  perl Build install
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
+   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
+   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
+   depends+=(perl=$_perlver_min perl$_perlver_max)
+fi
+# template end;
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-18 20:52:05 UTC (rev 137100)
+++ community-x86_64/PKGBUILD   2015-07-18 20:52:20 UTC (rev 137101)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=perl-params-classify
-pkgver=0.013
-pkgrel=5
-pkgdesc=argument type classification
-arch=(i686 x86_64)
-license=('PerlArtistic')
-url=http://search.cpan.org/~zefram/Params-Classify;
-options=(!emptydirs)
-depends=('perl')
-source=(http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Params-Classify-$pkgver.tar.gz;)
-md5sums=('63d24fbec775472ada49d16bce4a9b1f')
-
-build() {
-  cd $srcdir/Params-Classify-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Params-Classify-$pkgver
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
-   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
-   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
-   depends+=(perl=$_perlver_min perl$_perlver_max)
-fi
-# template end;
-}

Copied: perl-params-classify/repos/community-x86_64/PKGBUILD 

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

2015-07-18 Thread Sergej Pupykin
Date: Saturday, July 18, 2015 @ 22:51:58
  Author: spupykin
Revision: 137099

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

Added:
  linphone/repos/community-i686/ChangeLog
(from rev 137098, linphone/trunk/ChangeLog)
  linphone/repos/community-i686/PKGBUILD
(from rev 137098, linphone/trunk/PKGBUILD)
  linphone/repos/community-x86_64/ChangeLog
(from rev 137098, linphone/trunk/ChangeLog)
  linphone/repos/community-x86_64/PKGBUILD
(from rev 137098, linphone/trunk/PKGBUILD)
Deleted:
  linphone/repos/community-i686/ChangeLog
  linphone/repos/community-i686/PKGBUILD
  linphone/repos/community-x86_64/ChangeLog
  linphone/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   66 +
 /PKGBUILD  |   76 +++
 community-i686/ChangeLog   |   33 --
 community-i686/PKGBUILD|   38 -
 community-x86_64/ChangeLog |   33 --
 community-x86_64/PKGBUILD  |   38 -
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-07-18 20:51:45 UTC (rev 137098)
+++ community-i686/ChangeLog2015-07-18 20:51:58 UTC (rev 137099)
@@ -1,33 +0,0 @@
-2008-10-16  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
-* v3.0.0 build for x86_64
-
-2008-08-23  Darwin Bautista  djclue...@gmail.com
-* linphone 2.1.1-3
-* Fixed build against ffmpeg 20080715
-
-2008-04-20  Darwin Bautista  djclue...@gmail.com
-* linphone 2.1.1-2
-* Fixed md5sums
-
-2008-02-24  Darwin Bautista  djclue...@gmail.com
-* linphone 2.1.1-1
-* New upstream release
-* makedeps: added 'perlxml'
-* Use internal ortp
-
-2007-12-02  Darwin Bautista  djclue...@gmail.com
-* linphone 2.0.1-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  djclue...@gmail.com
-* linphone 2.0.0-1
-* New upstream release
-* depends=(): added 'libexosip2', remove 'libosip2'
-* Bumped minimum required version of dependencies
-
-2007-11-16  Darwin Bautista  djclue...@gmail.com
-* linphone 1.7.1-1
-* New upstream release
-* Revamped PKGBUILD
-* Fixed dependencies
-* Use external ortp

Copied: linphone/repos/community-i686/ChangeLog (from rev 137098, 
linphone/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-07-18 20:51:58 UTC (rev 137099)
@@ -0,0 +1,33 @@
+2008-10-16  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+* v3.0.0 build for x86_64
+
+2008-08-23  Darwin Bautista  djclue...@gmail.com
+* linphone 2.1.1-3
+* Fixed build against ffmpeg 20080715
+
+2008-04-20  Darwin Bautista  djclue...@gmail.com
+* linphone 2.1.1-2
+* Fixed md5sums
+
+2008-02-24  Darwin Bautista  djclue...@gmail.com
+* linphone 2.1.1-1
+* New upstream release
+* makedeps: added 'perlxml'
+* Use internal ortp
+
+2007-12-02  Darwin Bautista  djclue...@gmail.com
+* linphone 2.0.1-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  djclue...@gmail.com
+* linphone 2.0.0-1
+* New upstream release
+* depends=(): added 'libexosip2', remove 'libosip2'
+* Bumped minimum required version of dependencies
+
+2007-11-16  Darwin Bautista  djclue...@gmail.com
+* linphone 1.7.1-1
+* New upstream release
+* Revamped PKGBUILD
+* Fixed dependencies
+* Use external ortp

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-18 20:51:45 UTC (rev 137098)
+++ community-i686/PKGBUILD 2015-07-18 20:51:58 UTC (rev 137099)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Darwin Bautista djclue...@gmail.com
-# Contributor: Mark Lee m...@markelee.com
-
-pkgname=linphone
-pkgver=3.8.4
-pkgrel=1
-pkgdesc=A Voice-over-IP phone
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/index.php/eng;
-license=('GPL')
-depends=('alsa-lib' 'ffmpeg' 'gtk2' 'speex' 'libv4l' 'libglade' 'v4l-utils'
-'libpulse' 'libxv' 'mediastreamer' 'ortp' 'bzrtp' 'bcg729' 'libsoup'
-'belle-sip')
-makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite')
-optdepends=('pulseaudio')
-options=('!emptydirs')
-source=(http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.8.x/sources/${pkgname}-$pkgver.tar.gz;)
-md5sums=('d1f477cfb78b2079c9b3cdbad81e4d80')
-
-build() {
-  cd $pkgname-$pkgver
-  export PKG_CONFIG=/usr/bin/pkg-config
-  unset SGML_CATALOG_FILES
-  ./configure --prefix=/usr --disable-static --enable-ipv6 --enable-video \
-   --enable-alsa --enable-pulseaudio --disable-artsc --disable-strict \
-   --libexecdir=/usr/lib/$pkgname \
-   --enable-external-mediastreamer \
-   --enable-external-ortp \
-   --enable-zrtp
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make 

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

2015-07-18 Thread Sergej Pupykin
Date: Saturday, July 18, 2015 @ 22:51:45
  Author: spupykin
Revision: 137098

upgpkg: linphone 3.8.5-1

upd

Modified:
  linphone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 20:48:28 UTC (rev 137097)
+++ PKGBUILD2015-07-18 20:51:45 UTC (rev 137098)
@@ -4,7 +4,7 @@
 # Contributor: Mark Lee m...@markelee.com
 
 pkgname=linphone
-pkgver=3.8.4
+pkgver=3.8.5
 pkgrel=1
 pkgdesc=A Voice-over-IP phone
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 optdepends=('pulseaudio')
 options=('!emptydirs')
 
source=(http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.8.x/sources/${pkgname}-$pkgver.tar.gz;)
-md5sums=('d1f477cfb78b2079c9b3cdbad81e4d80')
+md5sums=('fbc551c36350eb0414acef49926baf39')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in telepathy-accounts-signon (repos)

2015-07-18 Thread Antonio Rojas
Date: Saturday, July 18, 2015 @ 23:31:55
  Author: arojas
Revision: 242357

Deleted:
  telepathy-accounts-signon/repos/


[arch-commits] Commit in telepathy-accounts-signon (5 files)

2015-07-18 Thread Antonio Rojas
Date: Saturday, July 18, 2015 @ 23:34:20
  Author: arojas
Revision: 242358

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

Added:
  telepathy-accounts-signon/repos/
  telepathy-accounts-signon/repos/extra-i686/
  telepathy-accounts-signon/repos/extra-i686/PKGBUILD
(from rev 242357, telepathy-accounts-signon/trunk/PKGBUILD)
  telepathy-accounts-signon/repos/extra-x86_64/
  telepathy-accounts-signon/repos/extra-x86_64/PKGBUILD
(from rev 242357, telepathy-accounts-signon/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   26 ++
 extra-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: telepathy-accounts-signon/repos/extra-i686/PKGBUILD (from rev 242357, 
telepathy-accounts-signon/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2015-07-18 21:34:20 UTC (rev 242358)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 237181 2015-04-15 17:45:52Z arojas $
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-accounts-signon
+pkgver=1.0
+pkgrel=1
+pkgdesc=A mission control plugin for Telepathy, integrating with libaccounts 
and libsignon to provide IM accounts and authentication
+arch=(i686 x86_64)
+url='https://gitlab.com/accounts-sso/telepathy-accounts-signon'
+license=(LGPL)
+depends=(telepathy-mission-control libaccounts-glib libsignon-glib)
+makedepends=(qt5-base)
+source=(https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver;)
+sha1sums=('828e7303c20e5861f79c1a9b52e29a9b985eb94a')
+
+build() {
+  mkdir -p build 
+  cd build
+  qmake-qt5 ../$pkgname.git
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT=$pkgdir install
+}

Copied: telepathy-accounts-signon/repos/extra-x86_64/PKGBUILD (from rev 242357, 
telepathy-accounts-signon/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2015-07-18 21:34:20 UTC (rev 242358)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 237181 2015-04-15 17:45:52Z arojas $
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-accounts-signon
+pkgver=1.0
+pkgrel=1
+pkgdesc=A mission control plugin for Telepathy, integrating with libaccounts 
and libsignon to provide IM accounts and authentication
+arch=(i686 x86_64)
+url='https://gitlab.com/accounts-sso/telepathy-accounts-signon'
+license=(LGPL)
+depends=(telepathy-mission-control libaccounts-glib libsignon-glib)
+makedepends=(qt5-base)
+source=(https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver;)
+sha1sums=('828e7303c20e5861f79c1a9b52e29a9b985eb94a')
+
+build() {
+  mkdir -p build 
+  cd build
+  qmake-qt5 ../$pkgname.git
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT=$pkgdir install
+}


[arch-commits] Commit in tt-rss/trunk (PKGBUILD tt-rss.install)

2015-07-18 Thread Anatol Pomozov
Date: Sunday, July 19, 2015 @ 00:34:47
  Author: anatolik
Revision: 137106

tt-rss is not going to use periodic releases anymore. Switch to git based 
source repository.

Modified:
  tt-rss/trunk/PKGBUILD
  tt-rss/trunk/tt-rss.install

+
 PKGBUILD   |   16 
 tt-rss.install |1 -
 2 files changed, 12 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 21:43:29 UTC (rev 137105)
+++ PKGBUILD2015-07-18 22:34:47 UTC (rev 137106)
@@ -5,7 +5,7 @@
 # Contributor: Erik Mank e...@braindisorder.org
 
 pkgname=tt-rss
-pkgver=1.15.3
+pkgver=1.15.3.r257
 pkgrel=1
 pkgdesc='Web-based news feed (RSS/Atom) aggregator'
 arch=('any')
@@ -15,14 +15,22 @@
 optdepends=('mysql'
 'postgresql'
 'php-gd: for coloured feed badges')
+makedepends=('git')
 install=tt-rss.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/gothfox/Tiny-Tiny-RSS/archive/$pkgver.tar.gz
+_commit=2caeb0f875d78aee4aa55
+# periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10t=3262
+source=(git://github.com/gothfox/Tiny-Tiny-RSS#commit=$_commit
 service)
-md5sums=('08b56d8f83fcd2a9abb9a331b9864b11'
+md5sums=('SKIP'
  'cb9900413dd53d44a5ed1116c962dbcb')
 
+pkgver() {
+  cd Tiny-Tiny-RSS
+  git describe --tags | sed 's/\([^-]*\)-g.*/r\1/;s/-/./g'
+}
+
 package() {
-  cd Tiny-Tiny-RSS-$pkgver
+  cd Tiny-Tiny-RSS
   _instdir=$pkgdir/usr/share/webapps/$pkgname
 
   install -d $_instdir

Modified: tt-rss.install
===
--- tt-rss.install  2015-07-18 21:43:29 UTC (rev 137105)
+++ tt-rss.install  2015-07-18 22:34:47 UTC (rev 137106)
@@ -1,4 +1,3 @@
 post_upgrade() {
 echo === Update config.php with new configuration data from 
config.php-dist if necessary.
-echo  Update CONFIG_VERSION to the new version afterwards.
 }


[arch-commits] Commit in adobe-source-code-pro-fonts/repos/extra-any (4 files)

2015-07-18 Thread Jan Steffens
Date: Saturday, July 18, 2015 @ 20:29:15
  Author: heftig
Revision: 242349

archrelease: copy trunk to extra-any

Added:
  adobe-source-code-pro-fonts/repos/extra-any/PKGBUILD
(from rev 242348, adobe-source-code-pro-fonts/trunk/PKGBUILD)
  adobe-source-code-pro-fonts/repos/extra-any/fonts.install
(from rev 242348, adobe-source-code-pro-fonts/trunk/fonts.install)
Deleted:
  adobe-source-code-pro-fonts/repos/extra-any/PKGBUILD
  adobe-source-code-pro-fonts/repos/extra-any/fonts.install

---+
 PKGBUILD  |   48 +---
 fonts.install |   22 +++---
 2 files changed, 36 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-18 18:28:47 UTC (rev 242348)
+++ PKGBUILD2015-07-18 18:29:15 UTC (rev 242349)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=adobe-source-code-pro-fonts
-pkgver=1.017
-pkgrel=2
-pkgdesc=A set of mono-spaced OpenType fonts designed for coding environments
-arch=(any)
-url=http://adobe-fonts.github.io/source-code-pro/;
-license=(custom)
-depends=(fontconfig)
-install=fonts.install
-source=(https://github.com/adobe-fonts/source-code-pro/archive/${pkgver}R.tar.gz)
-sha256sums=('595aa593778beded801c12975f30ff1e78516654729afd2cfd8609121c50040f')
-
-package() {
-  cd source-code-pro-${pkgver}R
-  install -d $pkgdir/usr/share/fonts/adobe-source-code-pro
-  install -t $pkgdir/usr/share/fonts/adobe-source-code-pro -m644 OTF/*.otf
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: adobe-source-code-pro-fonts/repos/extra-any/PKGBUILD (from rev 242348, 
adobe-source-code-pro-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-18 18:29:15 UTC (rev 242349)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=adobe-source-code-pro-fonts
+pkgver=2.010ro+1.030it
+_relver=2.010R-ro/1.030R-it
+_tarver=${_relver//\//-}
+pkgrel=1
+pkgdesc= Monospaced font family for user interface and coding environments
+arch=(any)
+url=http://adobe-fonts.github.io/source-code-pro/;
+license=(custom)
+depends=(fontconfig)
+install=fonts.install
+source=(${_tarver}.tar.gz::https://github.com/adobe-fonts/source-code-pro/archive/${_relver}.tar.gz;)
+sha256sums=('fcb82b3becff6dbc6440d6e03c1edca410a912d616088205bf1dff96fb93918b')
+
+package() {
+  cd source-code-pro-$_tarver
+  install -d $pkgdir/usr/share/fonts/adobe-source-code-pro
+  install -t $pkgdir/usr/share/fonts/adobe-source-code-pro -m644 OTF/*.otf
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fonts.install
===
--- fonts.install   2015-07-18 18:28:47 UTC (rev 242348)
+++ fonts.install   2015-07-18 18:29:15 UTC (rev 242349)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: adobe-source-code-pro-fonts/repos/extra-any/fonts.install (from rev 
242348, adobe-source-code-pro-fonts/trunk/fonts.install)
===
--- fonts.install   (rev 0)
+++ fonts.install   2015-07-18 18:29:15 UTC (rev 242349)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -s
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-07-18 Thread Jan Steffens
Date: Saturday, July 18, 2015 @ 20:19:22
  Author: heftig
Revision: 242346

3.16.2

Modified:
  gnome-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 17:55:53 UTC (rev 242345)
+++ PKGBUILD2015-07-18 18:19:22 UTC (rev 242346)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-contacts
-pkgver=3.16.1
+pkgver=3.16.2
 pkgrel=1
 pkgdesc=Contacts Manager for GNOME
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'vala' 'gobject-introspection')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d5c3a10e04a83d24bd1bb9c9a8e6f84643375c05e4b0d4356ca937198f895e27')
+sha256sums=('fb625a40fe915d866625a7d688c9a3b454d198c9474ce2efc3979f2b0d1687e7')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in clutter-gst/trunk (PKGBUILD stream-crash.patch)

2015-07-18 Thread Jan Steffens
Date: Saturday, July 18, 2015 @ 21:36:05
  Author: heftig
Revision: 242350

3.0.8

Modified:
  clutter-gst/trunk/PKGBUILD
Deleted:
  clutter-gst/trunk/stream-crash.patch

+
 PKGBUILD   |   11 +++--
 stream-crash.patch |   61 ---
 2 files changed, 4 insertions(+), 68 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 18:29:15 UTC (rev 242349)
+++ PKGBUILD2015-07-18 19:36:05 UTC (rev 242350)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=clutter-gst
-pkgver=3.0.6
-pkgrel=4
+pkgver=3.0.8
+pkgrel=1
 pkgdesc=GStreamer bindings for clutter
 arch=(i686 x86_64)
 url=http://www.clutter-project.org/;
@@ -10,14 +10,11 @@
 license=(LGPL)
 depends=(clutter gst-plugins-base-libs libxdamage libgudev)
 makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
-stream-crash.patch)
-sha256sums=('d6d5493ae57cc175deee479304569c419d2bb90de3be124e6f3350ae7e73df76'
-'891315e34c1f8dbe7e89d78f59707b567b14953e2e5151ffcbe021ab5a0fe9c2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('582e85b88482e16f7ec719363e38fadf84fab4d4baaa21e5227a454b824f135c')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../stream-crash.patch
 }
 
 build() {

Deleted: stream-crash.patch
===
--- stream-crash.patch  2015-07-18 18:29:15 UTC (rev 242349)
+++ stream-crash.patch  2015-07-18 19:36:05 UTC (rev 242350)
@@ -1,61 +0,0 @@
-From 1a60f2d443a6ce9345441220c9b847431dfefdec Mon Sep 17 00:00:00 2001
-From: Lionel Landwerlin lionel.g.landwer...@intel.com
-Date: Thu, 9 Jul 2015 16:27:10 +0100
-Subject: video-sink: force upload of video frames when creating textures
-
-https://bugzilla.gnome.org/show_bug.cgi?id=752098
-
-diff --git a/clutter-gst/clutter-gst-video-sink.c 
b/clutter-gst/clutter-gst-video-sink.c
-index 6136027..4f52762 100644
 a/clutter-gst/clutter-gst-video-sink.c
-+++ b/clutter-gst/clutter-gst-video-sink.c
-@@ -1052,40 +1052,15 @@ video_texture_new_from_data (CoglContext *ctx,
-  int rowstride,
-  const uint8_t *data)
- {
--  CoglBitmap *bitmap;
-   CoglTexture *tex;
-   CoglError *internal_error = NULL;
- 
--  bitmap = cogl_bitmap_new_for_data (ctx,
-- width, height,
-- format,
-- rowstride,
-- (uint8_t *) data);
--
--  if ((is_pot (cogl_bitmap_get_width (bitmap)) 
--   is_pot (cogl_bitmap_get_height (bitmap))) ||
--  cogl_has_feature (ctx, COGL_FEATURE_ID_TEXTURE_NPOT_BASIC))
--{
--  tex = cogl_texture_2d_new_from_bitmap (bitmap);
--  if (!tex)
--{
--  cogl_error_free (internal_error);
--  internal_error = NULL;
--}
--}
--  else
--tex = NULL;
--
--  if (!tex)
--{
--  /* Otherwise create a sliced texture */
--  tex = cogl_texture_2d_sliced_new_from_bitmap (bitmap,
---1); /* no maximum waste 
*/
--}
--
--  cogl_object_unref (bitmap);
--
--  cogl_texture_set_premultiplied (tex, FALSE);
-+  tex = cogl_texture_2d_new_from_data (ctx, width, height, format,
-+   rowstride, data, internal_error);
-+  if (tex == NULL) {
-+GST_WARNING (Cannot allocate Cogl texture : %s, 
internal_error-message);
-+return NULL;
-+  }
- 
-   return tex;
- }
--- 
-cgit v0.10.2
-


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

2015-07-18 Thread Tobias Powalowski
Date: Saturday, July 18, 2015 @ 19:55:37
  Author: tpowa
Revision: 242344

upgpkg: pam 1.2.1-1

bump to latest version

Modified:
  pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 16:03:53 UTC (rev 242343)
+++ PKGBUILD2015-07-18 17:55:37 UTC (rev 242344)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=pam
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc=PAM (Pluggable Authentication Modules) library
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 source=(http://linux-pam.org/library/Linux-PAM-$pkgver.tar.bz2
 https://sources.archlinux.org/other/pam_unix2/pam_unix2-2.9.1.tar.bz2
 pam_unix2-glibc216.patch)
-md5sums=('ee4a480d77b341c99e8b1375f8f180c0'
+md5sums=('9dc53067556d2dd567808fd509519dd6'
  'da6a46e5f8cd3eaa7cbc4fc3a7e2b555'
  'dac109f68e04a4df37575fda6001ea17')
 


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

2015-07-18 Thread Tobias Powalowski
Date: Saturday, July 18, 2015 @ 19:55:53
  Author: tpowa
Revision: 242345

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

Added:
  pam/repos/testing-i686/
  pam/repos/testing-i686/PKGBUILD
(from rev 242344, pam/trunk/PKGBUILD)
  pam/repos/testing-i686/other
(from rev 242344, pam/trunk/other)
  pam/repos/testing-i686/pam-1.1.8-cve-2013-7041.patch
(from rev 242344, pam/trunk/pam-1.1.8-cve-2013-7041.patch)
  pam/repos/testing-i686/pam-1.1.8-cve-2014-2583.patch
(from rev 242344, pam/trunk/pam-1.1.8-cve-2014-2583.patch)
  pam/repos/testing-i686/pam_unix2-glibc216.patch
(from rev 242344, pam/trunk/pam_unix2-glibc216.patch)
  pam/repos/testing-x86_64/
  pam/repos/testing-x86_64/PKGBUILD
(from rev 242344, pam/trunk/PKGBUILD)
  pam/repos/testing-x86_64/other
(from rev 242344, pam/trunk/other)
  pam/repos/testing-x86_64/pam-1.1.8-cve-2013-7041.patch
(from rev 242344, pam/trunk/pam-1.1.8-cve-2013-7041.patch)
  pam/repos/testing-x86_64/pam-1.1.8-cve-2014-2583.patch
(from rev 242344, pam/trunk/pam-1.1.8-cve-2014-2583.patch)
  pam/repos/testing-x86_64/pam_unix2-glibc216.patch
(from rev 242344, pam/trunk/pam_unix2-glibc216.patch)

--+
 testing-i686/PKGBUILD|   78 +
 testing-i686/other   |5 +
 testing-i686/pam-1.1.8-cve-2013-7041.patch   |   52 
 testing-i686/pam-1.1.8-cve-2014-2583.patch   |   56 +
 testing-i686/pam_unix2-glibc216.patch|   20 ++
 testing-x86_64/PKGBUILD  |   78 +
 testing-x86_64/other |5 +
 testing-x86_64/pam-1.1.8-cve-2013-7041.patch |   52 
 testing-x86_64/pam-1.1.8-cve-2014-2583.patch |   56 +
 testing-x86_64/pam_unix2-glibc216.patch  |   20 ++
 10 files changed, 422 insertions(+)

Copied: pam/repos/testing-i686/PKGBUILD (from rev 242344, pam/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-18 17:55:53 UTC (rev 242345)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=pam
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=PAM (Pluggable Authentication Modules) library
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://linux-pam.org;
+depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
+makedepends=('flex' 'w3m' 'docbook-xml=4.4' 'docbook-xsl')
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
+source=(http://linux-pam.org/library/Linux-PAM-$pkgver.tar.bz2
+https://sources.archlinux.org/other/pam_unix2/pam_unix2-2.9.1.tar.bz2
+pam_unix2-glibc216.patch)
+md5sums=('9dc53067556d2dd567808fd509519dd6'
+ 'da6a46e5f8cd3eaa7cbc4fc3a7e2b555'
+ 'dac109f68e04a4df37575fda6001ea17')
+
+options=('!emptydirs')
+
+prepare () {
+  cd $srcdir/Linux-PAM-$pkgver
+
+  # fix pam_unix2 building
+  cd $srcdir/pam_unix2-2.9.1
+  patch -Np1 -i ${srcdir}/pam_unix2-glibc216.patch
+}
+
+build() {
+  cd $srcdir/Linux-PAM-$pkgver
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
+  make
+
+  cd $srcdir/pam_unix2-2.9.1
+  # modify flags to build against the pam compiled here, not a system lib.
+  ./configure \
+  CFLAGS=$CFLAGS -I$srcdir/Linux-PAM-$pkgver/libpam/include/ \
+  LDFLAGS=$LDFLAGS -L$srcdir/Linux-PAM-$pkgver/libpam/.libs/ \
+  --libdir=/usr/lib \
+  --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/Linux-PAM-$pkgver
+  make DESTDIR=$pkgdir SCONFIGDIR=/etc/security install
+
+  # build pam_unix2 module
+  # source ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2
+  cd $srcdir/pam_unix2-2.9.1
+  make DESTDIR=$pkgdir install
+
+  # add the realtime permissions for audio users
+  sed -i 's|# End of file||' $pkgdir/etc/security/limits.conf
+  cat $pkgdir/etc/security/limits.conf _EOT
+*   -   rtprio  0
+*   -   nice0
+@audio  -   rtprio  65
+@audio  -   nice   -10
+@audio  -   memlock 4
+_EOT
+
+  # fix some missing symlinks from old pam for compatibility
+  cd $pkgdir/usr/lib/security
+  ln -s pam_unix.so pam_unix_acct.so
+  ln -s pam_unix.so pam_unix_auth.so
+  ln -s pam_unix.so pam_unix_passwd.so
+  ln -s pam_unix.so pam_unix_session.so
+
+  # set unix_chkpwd uid
+  chmod +s $pkgdir/usr/bin/unix_chkpwd
+  # remove doc which is not used anymore
+  # FS #40749
+  rm $pkgdir/usr/share/doc/Linux-PAM/sag-pam_userdb.html
+}

Copied: pam/repos/testing-i686/other (from rev 242344, pam/trunk/other)
===
--- testing-i686/other  (rev 0)
+++ 

[arch-commits] Commit in adobe-source-code-pro-fonts/trunk (PKGBUILD)

2015-07-18 Thread Jan Steffens
Date: Saturday, July 18, 2015 @ 20:26:42
  Author: heftig
Revision: 242347

2.010ro+1.030it

Modified:
  adobe-source-code-pro-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 18:19:22 UTC (rev 242346)
+++ PKGBUILD2015-07-18 18:26:42 UTC (rev 242347)
@@ -2,19 +2,21 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=adobe-source-code-pro-fonts
-pkgver=1.017
-pkgrel=2
-pkgdesc=A set of mono-spaced OpenType fonts designed for coding environments
+pkgver=2.010ro+1.030it
+_relver=2.010R-ro/1.030R-it
+_tarver=${_relver//\//-}
+pkgrel=1
+pkgdesc= Monospaced font family for user interface and coding environments
 arch=(any)
 url=http://adobe-fonts.github.io/source-code-pro/;
 license=(custom)
 depends=(fontconfig)
 install=fonts.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/adobe-fonts/source-code-pro/archive/${pkgver}R.tar.gz)
-sha256sums=('595aa593778beded801c12975f30ff1e78516654729afd2cfd8609121c50040f')
+source=(${_tarver}.tar.gz::https://github.com/adobe-fonts/source-code-pro/archive/${_relver}.tar.gz;)
+sha256sums=('fcb82b3becff6dbc6440d6e03c1edca410a912d616088205bf1dff96fb93918b')
 
 package() {
-  cd source-code-pro-${pkgver}R
+  cd source-code-pro-$_tarver
   install -d $pkgdir/usr/share/fonts/adobe-source-code-pro
   install -t $pkgdir/usr/share/fonts/adobe-source-code-pro -m644 OTF/*.otf
   install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE


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

2015-07-18 Thread Jan Steffens
Date: Saturday, July 18, 2015 @ 20:28:47
  Author: heftig
Revision: 242348

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

Added:
  gnome-contacts/repos/extra-i686/PKGBUILD
(from rev 242347, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/extra-i686/gnome-contacts.install
(from rev 242347, gnome-contacts/trunk/gnome-contacts.install)
  gnome-contacts/repos/extra-x86_64/PKGBUILD
(from rev 242347, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/extra-x86_64/gnome-contacts.install
(from rev 242347, gnome-contacts/trunk/gnome-contacts.install)
Deleted:
  gnome-contacts/repos/extra-i686/PKGBUILD
  gnome-contacts/repos/extra-i686/gnome-contacts.install
  gnome-contacts/repos/extra-x86_64/PKGBUILD
  gnome-contacts/repos/extra-x86_64/gnome-contacts.install

-+
 /PKGBUILD   |   58 ++
 /gnome-contacts.install |   22 
 extra-i686/PKGBUILD |   29 -
 extra-i686/gnome-contacts.install   |   11 --
 extra-x86_64/PKGBUILD   |   29 -
 extra-x86_64/gnome-contacts.install |   11 --
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-18 18:26:42 UTC (rev 242347)
+++ extra-i686/PKGBUILD 2015-07-18 18:28:47 UTC (rev 242348)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gnome-contacts
-pkgver=3.16.1
-pkgrel=1
-pkgdesc=Contacts Manager for GNOME
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL2')
-groups=(gnome)
-depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese' 'libchamplain')
-makedepends=('intltool' 'vala' 'gobject-introspection')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d5c3a10e04a83d24bd1bb9c9a8e6f84643375c05e4b0d4356ca937198f895e27')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-contacts/repos/extra-i686/PKGBUILD (from rev 242347, 
gnome-contacts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-18 18:28:47 UTC (rev 242348)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-contacts
+pkgver=3.16.2
+pkgrel=1
+pkgdesc=Contacts Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+groups=(gnome)
+depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese' 'libchamplain')
+makedepends=('intltool' 'vala' 'gobject-introspection')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fb625a40fe915d866625a7d688c9a3b454d198c9474ce2efc3979f2b0d1687e7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-contacts.install
===
--- extra-i686/gnome-contacts.install   2015-07-18 18:26:42 UTC (rev 242347)
+++ extra-i686/gnome-contacts.install   2015-07-18 18:28:47 UTC (rev 242348)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-contacts/repos/extra-i686/gnome-contacts.install (from rev 
242347, gnome-contacts/trunk/gnome-contacts.install)
===
--- extra-i686/gnome-contacts.install   (rev 0)
+++ extra-i686/gnome-contacts.install   2015-07-18 18:28:47 UTC (rev 242348)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-07-18 18:26:42 UTC (rev 242347)
+++ extra-x86_64/PKGBUILD   2015-07-18 18:28:47 UTC (rev 242348)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gnome-contacts
-pkgver=3.16.1
-pkgrel=1
-pkgdesc=Contacts Manager for GNOME
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL2')
-groups=(gnome)
-depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese' 

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

2015-07-18 Thread Jonathan Steel
Date: Saturday, July 18, 2015 @ 20:13:32
  Author: jsteel
Revision: 137094

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

Added:
  vagrant/repos/community-testing-i686/
  vagrant/repos/community-testing-i686/PKGBUILD
(from rev 137093, vagrant/trunk/PKGBUILD)
  vagrant/repos/community-testing-x86_64/
  vagrant/repos/community-testing-x86_64/PKGBUILD
(from rev 137093, vagrant/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   57 
 community-testing-x86_64/PKGBUILD |   57 
 2 files changed, 114 insertions(+)

Copied: vagrant/repos/community-testing-i686/PKGBUILD (from rev 137093, 
vagrant/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-07-18 18:13:32 UTC (rev 137094)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Ido Rosen i...@kernel.org
+# Contributor: Brett Hoerner br...@bretthoerner.com
+# Contributor: Jochen Schalanda jochen+...@schalanda.name
+# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
+# Contributor: helios a...@wiresphere.de
+# Contributor: George Ornbo gor...@gmail.com
+# Contributor: Niklas Heer niklas.h...@me.com
+# Contributor: Steven Nance ste...@devtrw.com
+
+pkgname=vagrant
+pkgver=1.7.4
+pkgrel=1
+_subver=2
+pkgdesc=Build and distribute virtualized development environments
+arch=('i686' 'x86_64')
+url=http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('lzo' 'libidn' 'rtmpdump')
+source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
+source_i686+=(http://pkgbuild.com/~jsteel/$pkgname/substrate_archlinux_i686-$_subver.zip)
+source_x86_64+=(http://pkgbuild.com/~jsteel/$pkgname/substrate_archlinux_x86_64-$_subver.zip)
+md5sums=('556b5e5594a327d46b63c4d8024db187')
+md5sums_i686=('a72932fa4f1a936d633a8efcde8981c1')
+md5sums_x86_64=('98d92dedfb660045ba779c4761deac58')
+
+build() {
+  cd $pkgname-$pkgver
+
+  EMBEDDED_DIR=$srcdir/substrate/embedded
+
+  echo -n $pkgver  $srcdir/substrate/${pkgname}_version
+
+  $EMBEDDED_DIR/bin/gem build $pkgname.gemspec
+
+  GEM_PATH=$EMBEDDED_DIR/gems GEM_HOME=$GEM_PATH \
+  GEMRC=$EMBEDDED_DIR/etc/gemrc CPPFLAGS=-I$EMBEDDED_DIR/include \
+  LDFLAGS=-L$EMBEDDED_DIR/lib PATH=$EMBEDDED_DIR/bin:$PATH \
+  SSL_CERT_FILE=$EMBEDDED_DIR/cacert.pem \
+$EMBEDDED_DIR/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
+}
+
+package() {
+  install -d $pkgdir/{opt/,usr/bin/,usr/share/bash-completion/completions/}
+
+  cp -r $srcdir/substrate/ $pkgdir/opt/$pkgname/
+
+  ln -s /opt/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
+
+  ln -s 
/opt/$pkgname/embedded/gems/gems/$pkgname-$pkgver/contrib/bash/completion.sh \
+$pkgdir/usr/share/bash-completion/completions/$pkgname
+
+  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: vagrant/repos/community-testing-x86_64/PKGBUILD (from rev 137093, 
vagrant/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-07-18 18:13:32 UTC (rev 137094)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Ido Rosen i...@kernel.org
+# Contributor: Brett Hoerner br...@bretthoerner.com
+# Contributor: Jochen Schalanda jochen+...@schalanda.name
+# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
+# Contributor: helios a...@wiresphere.de
+# Contributor: George Ornbo gor...@gmail.com
+# Contributor: Niklas Heer niklas.h...@me.com
+# Contributor: Steven Nance ste...@devtrw.com
+
+pkgname=vagrant
+pkgver=1.7.4
+pkgrel=1
+_subver=2
+pkgdesc=Build and distribute virtualized development environments
+arch=('i686' 'x86_64')
+url=http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('lzo' 'libidn' 'rtmpdump')
+source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
+source_i686+=(http://pkgbuild.com/~jsteel/$pkgname/substrate_archlinux_i686-$_subver.zip)
+source_x86_64+=(http://pkgbuild.com/~jsteel/$pkgname/substrate_archlinux_x86_64-$_subver.zip)
+md5sums=('556b5e5594a327d46b63c4d8024db187')
+md5sums_i686=('a72932fa4f1a936d633a8efcde8981c1')
+md5sums_x86_64=('98d92dedfb660045ba779c4761deac58')
+
+build() {
+  cd $pkgname-$pkgver
+
+  EMBEDDED_DIR=$srcdir/substrate/embedded
+
+  echo -n $pkgver  $srcdir/substrate/${pkgname}_version
+
+  $EMBEDDED_DIR/bin/gem build $pkgname.gemspec
+
+  GEM_PATH=$EMBEDDED_DIR/gems GEM_HOME=$GEM_PATH \
+  GEMRC=$EMBEDDED_DIR/etc/gemrc CPPFLAGS=-I$EMBEDDED_DIR/include \
+  LDFLAGS=-L$EMBEDDED_DIR/lib PATH=$EMBEDDED_DIR/bin:$PATH \
+  SSL_CERT_FILE=$EMBEDDED_DIR/cacert.pem \
+

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

2015-07-18 Thread Jonathan Steel
Date: Saturday, July 18, 2015 @ 20:13:08
  Author: jsteel
Revision: 137093

upgpkg: vagrant 1.7.4-1

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 16:57:58 UTC (rev 137092)
+++ PKGBUILD2015-07-18 18:13:08 UTC (rev 137093)
@@ -10,8 +10,9 @@
 # Contributor: Steven Nance ste...@devtrw.com
 
 pkgname=vagrant
-pkgver=1.7.3
-pkgrel=2
+pkgver=1.7.4
+pkgrel=1
+_subver=2
 pkgdesc=Build and distribute virtualized development environments
 arch=('i686' 'x86_64')
 url=http://vagrantup.com;
@@ -19,9 +20,9 @@
 options=('!emptydirs')
 depends=('lzo' 'libidn' 'rtmpdump')
 
source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
-source_i686+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_i686-2.zip)
-source_x86_64+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_x86_64-2.zip)
-md5sums=('f69210d71278884d1ab918e251fc7371')
+source_i686+=(http://pkgbuild.com/~jsteel/$pkgname/substrate_archlinux_i686-$_subver.zip)
+source_x86_64+=(http://pkgbuild.com/~jsteel/$pkgname/substrate_archlinux_x86_64-$_subver.zip)
+md5sums=('556b5e5594a327d46b63c4d8024db187')
 md5sums_i686=('a72932fa4f1a936d633a8efcde8981c1')
 md5sums_x86_64=('98d92dedfb660045ba779c4761deac58')
 


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

2015-07-18 Thread Jan Steffens
Date: Saturday, July 18, 2015 @ 21:36:45
  Author: heftig
Revision: 242351

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

Added:
  clutter-gst/repos/extra-i686/PKGBUILD
(from rev 242350, clutter-gst/trunk/PKGBUILD)
  clutter-gst/repos/extra-x86_64/PKGBUILD
(from rev 242350, clutter-gst/trunk/PKGBUILD)
Deleted:
  clutter-gst/repos/extra-i686/PKGBUILD
  clutter-gst/repos/extra-i686/stream-crash.patch
  clutter-gst/repos/extra-x86_64/PKGBUILD
  clutter-gst/repos/extra-x86_64/stream-crash.patch

-+
 /PKGBUILD   |   90 ++
 extra-i686/PKGBUILD |   48 
 extra-i686/stream-crash.patch   |   61 -
 extra-x86_64/PKGBUILD   |   48 
 extra-x86_64/stream-crash.patch |   61 -
 5 files changed, 90 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-18 19:36:05 UTC (rev 242350)
+++ extra-i686/PKGBUILD 2015-07-18 19:36:45 UTC (rev 242351)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=clutter-gst
-pkgver=3.0.6
-pkgrel=4
-pkgdesc=GStreamer bindings for clutter
-arch=(i686 x86_64)
-url=http://www.clutter-project.org/;
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage libgudev)
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
-stream-crash.patch)
-sha256sums=('d6d5493ae57cc175deee479304569c419d2bb90de3be124e6f3350ae7e73df76'
-'891315e34c1f8dbe7e89d78f59707b567b14953e2e5151ffcbe021ab5a0fe9c2')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../stream-crash.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
-  rm -rf ${pkgdir}/usr/lib/gstreamer-1.0
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-i686/PKGBUILD (from rev 242350, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-18 19:36:45 UTC (rev 242351)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=clutter-gst
+pkgver=3.0.8
+pkgrel=1
+pkgdesc=GStreamer bindings for clutter
+arch=(i686 x86_64)
+url=http://www.clutter-project.org/;
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage libgudev)
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('582e85b88482e16f7ec719363e38fadf84fab4d4baaa21e5227a454b824f135c')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
+  rm -rf ${pkgdir}/usr/lib/gstreamer-1.0
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/stream-crash.patch
===
--- extra-i686/stream-crash.patch   2015-07-18 19:36:05 UTC (rev 242350)
+++ extra-i686/stream-crash.patch   2015-07-18 19:36:45 UTC (rev 242351)
@@ -1,61 +0,0 @@
-From 1a60f2d443a6ce9345441220c9b847431dfefdec Mon Sep 17 00:00:00 2001
-From: Lionel Landwerlin lionel.g.landwer...@intel.com
-Date: Thu, 9 Jul 2015 16:27:10 +0100
-Subject: video-sink: force upload of video frames when creating textures
-
-https://bugzilla.gnome.org/show_bug.cgi?id=752098
-
-diff --git a/clutter-gst/clutter-gst-video-sink.c 
b/clutter-gst/clutter-gst-video-sink.c
-index 6136027..4f52762 100644
 a/clutter-gst/clutter-gst-video-sink.c
-+++ b/clutter-gst/clutter-gst-video-sink.c
-@@ -1052,40 +1052,15 @@ video_texture_new_from_data (CoglContext *ctx,
-  int rowstride,
-  const uint8_t *data)
- {
--  CoglBitmap *bitmap;
-   CoglTexture *tex;
-   CoglError *internal_error = NULL;
- 
--  bitmap = cogl_bitmap_new_for_data (ctx,
-- width, height,
-- format,
-- rowstride,
-- (uint8_t *) data);
--
--  if ((is_pot 

[arch-commits] Commit in docker/repos/community-x86_64 (6 files)

2015-07-18 Thread Sébastien Luttringer
Date: Sunday, July 19, 2015 @ 01:02:01
  Author: seblu
Revision: 137108

archrelease: copy trunk to community-x86_64

Added:
  docker/repos/community-x86_64/PKGBUILD
(from rev 137107, docker/trunk/PKGBUILD)
  docker/repos/community-x86_64/docker.install
(from rev 137107, docker/trunk/docker.install)
  docker/repos/community-x86_64/docker.sysusers
(from rev 137107, docker/trunk/docker.sysusers)
Deleted:
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.install
  docker/repos/community-x86_64/docker.sysusers

-+
 PKGBUILD|  114 +++---
 docker.install  |   26 ++--
 docker.sysusers |2 
 3 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-18 23:01:40 UTC (rev 137107)
+++ PKGBUILD2015-07-18 23:02:01 UTC (rev 137108)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer
-
-pkgname=docker
-pkgver=1.7.1
-pkgrel=1
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='http://www.docker.io/'
-license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
-makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
-install=$pkgname.install
-source=(git+https://github.com/docker/docker.git#tag=v$pkgver;
-$pkgname.sysusers)
-md5sums=('SKIP'
- '4324edeb9adc210a2c22f44eb4cb8a74')
-
-build() {
-  cd docker
-  export AUTO_GOPATH=1
-  hack/make.sh dynbinary
-  # man pages
-  man/md2man-all.sh
-}
-
-#check() {
-#  cd docker
-#  ./hack/make.sh dyntest
-#}
-
-package() {
-  cd docker
-  install -Dm755 bundles/$pkgver/dynbinary/docker-$pkgver 
$pkgdir/usr/bin/docker
-  install -Dm755 bundles/$pkgver/dynbinary/dockerinit-$pkgver 
$pkgdir/usr/lib/docker/dockerinit
-  # completion
-  install -Dm644 'contrib/completion/bash/docker' 
$pkgdir/usr/share/bash-completion/completions/docker
-  install -Dm644 'contrib/completion/zsh/_docker' 
$pkgdir/usr/share/zsh/site-functions/_docker
-  install -Dm644 'contrib/completion/fish/docker.fish' 
$pkgdir/usr/share/fish/completions/docker.fish
-  # systemd
-  install -Dm644 'contrib/init/systemd/docker.service' 
$pkgdir/usr/lib/systemd/system/docker.service
-  install -Dm644 'contrib/init/systemd/docker.socket' 
$pkgdir/usr/lib/systemd/system/docker.socket
-  install -Dm644 $srcdir/$pkgname.sysusers 
$pkgdir/usr/lib/sysusers.d/$pkgname.conf
-  # vim syntax
-  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' 
$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim
-  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' 
$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim
-  # man
-  install -dm755 $pkgdir/usr/share/man
-  mv man/man* $pkgdir/usr/share/man
-}
-
-# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-x86_64/PKGBUILD (from rev 137107, 
docker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-18 23:02:01 UTC (rev 137108)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+
+pkgname=docker
+pkgver=1.7.1
+pkgrel=2
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64')
+url='http://www.docker.io/'
+license=('Apache')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
+makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install
+source=(git+https://github.com/docker/docker.git#tag=v$pkgver;
+$pkgname.sysusers)
+md5sums=('SKIP'
+ '4324edeb9adc210a2c22f44eb4cb8a74')
+
+build() {
+  cd docker
+  export AUTO_GOPATH=1
+  hack/make.sh dynbinary
+  # man pages
+  man/md2man-all.sh
+}
+
+#check() {
+#  cd docker
+#  ./hack/make.sh dyntest
+#}
+
+package() {
+  cd docker
+  install -Dm755 bundles/$pkgver/dynbinary/docker-$pkgver 
$pkgdir/usr/bin/docker
+  install -Dm755 bundles/$pkgver/dynbinary/dockerinit-$pkgver 
$pkgdir/usr/lib/docker/dockerinit
+  # completion
+  install -Dm644 'contrib/completion/bash/docker' 
$pkgdir/usr/share/bash-completion/completions/docker
+  install -Dm644 'contrib/completion/zsh/_docker' 
$pkgdir/usr/share/zsh/site-functions/_docker
+  install -Dm644 'contrib/completion/fish/docker.fish' 
$pkgdir/usr/share/fish/vendor_completions.d/docker.fish
+  # systemd
+  install -Dm644 'contrib/init/systemd/docker.service' 
$pkgdir/usr/lib/systemd/system/docker.service
+  install -Dm644 'contrib/init/systemd/docker.socket' 

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

2015-07-18 Thread Sébastien Luttringer
Date: Sunday, July 19, 2015 @ 01:01:40
  Author: seblu
Revision: 137107

upgpkg: docker 1:1.7.1-2

- FS#45676

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 22:34:47 UTC (rev 137106)
+++ PKGBUILD2015-07-18 23:01:40 UTC (rev 137107)
@@ -3,7 +3,7 @@
 
 pkgname=docker
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
 arch=('x86_64')
@@ -41,7 +41,7 @@
   # completion
   install -Dm644 'contrib/completion/bash/docker' 
$pkgdir/usr/share/bash-completion/completions/docker
   install -Dm644 'contrib/completion/zsh/_docker' 
$pkgdir/usr/share/zsh/site-functions/_docker
-  install -Dm644 'contrib/completion/fish/docker.fish' 
$pkgdir/usr/share/fish/completions/docker.fish
+  install -Dm644 'contrib/completion/fish/docker.fish' 
$pkgdir/usr/share/fish/vendor_completions.d/docker.fish
   # systemd
   install -Dm644 'contrib/init/systemd/docker.service' 
$pkgdir/usr/lib/systemd/system/docker.service
   install -Dm644 'contrib/init/systemd/docker.socket' 
$pkgdir/usr/lib/systemd/system/docker.socket


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

2015-07-18 Thread Levente Polyak
Date: Sunday, July 19, 2015 @ 01:29:30
  Author: anthraxx
Revision: 137111

upgpkg: fish 2.2.0-3

updpkg fish 2.2.0-3

Modified:
  fish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 23:28:05 UTC (rev 137110)
+++ PKGBUILD2015-07-18 23:29:30 UTC (rev 137111)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='http://fishshell.com/'
 arch=('i686' 'x86_64')
@@ -35,9 +35,6 @@
 package() {
   cd fish-shell-${pkgver}
   make DESTDIR=${pkgdir} install
-
-  # remove completions which are provided by upstream
-  rm ${pkgdir}/usr/share/fish/completions/docker.fish
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-07-18 Thread Levente Polyak
Date: Sunday, July 19, 2015 @ 01:29:39
  Author: anthraxx
Revision: 137112

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

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

---+
 /PKGBUILD |   80 
 /fish.install |   38 +++
 community-i686/PKGBUILD   |   43 -
 community-i686/fish.install   |   19 -
 community-x86_64/PKGBUILD |   43 -
 community-x86_64/fish.install |   19 -
 6 files changed, 118 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-18 23:29:30 UTC (rev 137111)
+++ community-i686/PKGBUILD 2015-07-18 23:29:39 UTC (rev 137112)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.2.0
-pkgrel=2
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-url='http://fishshell.com/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
-
-prepare() {
-  cd fish-shell-${pkgver}
-  echo ${pkgver}  version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd fish-shell-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # remove completions which are provided by upstream
-  rm ${pkgdir}/usr/share/fish/completions/docker.fish
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish/repos/community-i686/PKGBUILD (from rev 137111, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-18 23:29:39 UTC (rev 137112)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.2.0
+pkgrel=3
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='http://fishshell.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
+
+prepare() {
+  cd fish-shell-${pkgver}
+  echo ${pkgver}  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd fish-shell-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2015-07-18 23:29:30 UTC (rev 137111)
+++ community-i686/fish.install 2015-07-18 23:29:39 UTC (rev 137112)
@@ -1,19 +0,0 @@
-post_install() {
-  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish'  etc/shells
-}
-
-post_upgrade() {
-  post_install
-
-  if [[ $(vercmp $2 2.1.1) -lt 0 ]]; then
-echo :: With fish 2.1.1 release, the fishd socket has changed location 
due
-echoto security concerns. To make fish pick up the changes, kill all
-echofishd processes.
-  fi
-}
-
-pre_remove() {
-  sed -ri '\|^/usr/bin/fish$|d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

[arch-commits] Commit in mingw-w64-gcc/repos (8 files)

2015-07-18 Thread Sergej Pupykin
Date: Sunday, July 19, 2015 @ 01:28:05
  Author: spupykin
Revision: 137110

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

Added:
  mingw-w64-gcc/repos/community-testing-i686/
  mingw-w64-gcc/repos/community-testing-i686/PKGBUILD
(from rev 137109, mingw-w64-gcc/trunk/PKGBUILD)
  
mingw-w64-gcc/repos/community-testing-i686/gcc-make-xmmintrin-header-cplusplus-compatible.patch
(from rev 137109, 
mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch)
  mingw-w64-gcc/repos/community-testing-i686/isl.patch
(from rev 137109, mingw-w64-gcc/trunk/isl.patch)
  mingw-w64-gcc/repos/community-testing-x86_64/
  mingw-w64-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 137109, mingw-w64-gcc/trunk/PKGBUILD)
  
mingw-w64-gcc/repos/community-testing-x86_64/gcc-make-xmmintrin-header-cplusplus-compatible.patch
(from rev 137109, 
mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch)
  mingw-w64-gcc/repos/community-testing-x86_64/isl.patch
(from rev 137109, mingw-w64-gcc/trunk/isl.patch)

---+
 community-testing-i686/PKGBUILD   
|   89 ++
 community-testing-i686/gcc-make-xmmintrin-header-cplusplus-compatible.patch   
|   24 ++
 community-testing-i686/isl.patch  
|   76 
 community-testing-x86_64/PKGBUILD 
|   89 ++
 community-testing-x86_64/gcc-make-xmmintrin-header-cplusplus-compatible.patch 
|   24 ++
 community-testing-x86_64/isl.patch
|   76 
 6 files changed, 378 insertions(+)

Copied: mingw-w64-gcc/repos/community-testing-i686/PKGBUILD (from rev 137109, 
mingw-w64-gcc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-07-18 23:28:05 UTC (rev 137110)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-gcc
+pkgver=5.2.0
+_islver=0.12.2
+_cloogver=0.18.1
+pkgrel=1
+pkgdesc=Cross GCC for the MinGW-w64 cross-compiler
+arch=('i686' 'x86_64')
+url=http://gcc.gnu.org;
+license=('GPL' 'LGPL' 'FDL' 'custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+depends=('zlib' 'libmpc'
+'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
+'mingw-w64-headers')
+makedepends=(gcc-ada=${pkgver})
+#checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
+optdepends=()
+provides=('mingw-w64-gcc-base')
+replaces=()
+backup=()
+options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
+   http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2;
+   http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz;
+   'gcc-make-xmmintrin-header-cplusplus-compatible.patch')
+md5sums=('a51bcfeb3da7dd4c623e27207ed43467'
+ 'e039bfcfb6c2ab039b8ee69bf883e824'
+ 'e34fca0540d840e5d0f6427e98c92252'
+ 'da6c9ba6baebe1286f3219d4181cdbb8')
+
+prepare() {
+  cd ${srcdir}/gcc-${pkgver}
+
+  # link isl/cloog for in-tree builds
+  ln -s ../isl-${_islver} isl
+  ln -s ../cloog-${_cloogver} cloog
+
+  #do not install libiberty
+  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  # The file xmmintrin.h doesn't contain an extern C part
+  # This conflicts with mingw-w64 intrin.h and results in build
+  # failure like this one in mingw-w64-qt5-qtbase:
+  # /usr/lib/gcc/i686-w64-mingw32/4.8.0/include/xmmintrin.h:997:1: error: 
previous declaration of 'int _m_pextrw(__m64, int)' with 'C++' linkage
+  # /usr/i686-w64-mingw32/include/intrin.h:561:28: error: conflicts with new 
declaration with 'C' linkage
+  patch -p0 -i ${srcdir}/gcc-make-xmmintrin-header-cplusplus-compatible.patch
+}
+
+build() {
+  for _target in ${_targets}; do
+mkdir -p ${srcdir}/gcc-build-${_target}  cd 
${srcdir}/gcc-build-${_target}
+
+${srcdir}/gcc-${pkgver}/configure --prefix=/usr --libexecdir=/usr/lib \
+--target=${_target} \
+--enable-languages=c,lto,c++,objc,obj-c++,fortran,ada \
+--enable-shared --enable-static \
+--enable-threads=posix --enable-fully-dynamic-string 
--enable-libstdcxx-time=yes \
+--with-system-zlib --enable-cloog-backend=isl \
+--enable-lto --disable-dw2-exceptions --enable-libgomp \
+--disable-multilib --enable-checking=release
+make all
+  done
+}
+
+package() {
+  for _target in 

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

2015-07-18 Thread Sergej Pupykin
Date: Sunday, July 19, 2015 @ 01:27:42
  Author: spupykin
Revision: 137109

upgpkg: mingw-w64-gcc 5.2.0-1

upd

Modified:
  mingw-w64-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 23:02:01 UTC (rev 137108)
+++ PKGBUILD2015-07-18 23:27:42 UTC (rev 137109)
@@ -5,10 +5,10 @@
 _targets=i686-w64-mingw32 x86_64-w64-mingw32
 
 pkgname=mingw-w64-gcc
-pkgver=5.1.0
+pkgver=5.2.0
 _islver=0.12.2
 _cloogver=0.18.1
-pkgrel=3
+pkgrel=1
 pkgdesc=Cross GCC for the MinGW-w64 cross-compiler
 arch=('i686' 'x86_64')
 url=http://gcc.gnu.org;
@@ -28,7 +28,7 @@
http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2;
http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz;
'gcc-make-xmmintrin-header-cplusplus-compatible.patch')
-md5sums=('d5525b1127d07d215960e6051c5da35e'
+md5sums=('a51bcfeb3da7dd4c623e27207ed43467'
  'e039bfcfb6c2ab039b8ee69bf883e824'
  'e34fca0540d840e5d0f6427e98c92252'
  'da6c9ba6baebe1286f3219d4181cdbb8')