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

2015-06-18 Thread Gaetan Bisson
Date: Thursday, June 18, 2015 @ 18:33:08
  Author: bisson
Revision: 241016

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

Added:
  screen/repos/extra-i686/PKGBUILD
(from rev 241015, screen/trunk/PKGBUILD)
  screen/repos/extra-i686/install
(from rev 241015, screen/trunk/install)
  screen/repos/extra-i686/pam.d
(from rev 241015, screen/trunk/pam.d)
  screen/repos/extra-x86_64/PKGBUILD
(from rev 241015, screen/trunk/PKGBUILD)
  screen/repos/extra-x86_64/install
(from rev 241015, screen/trunk/install)
  screen/repos/extra-x86_64/pam.d
(from rev 241015, screen/trunk/pam.d)
Deleted:
  screen/repos/extra-i686/PKGBUILD
  screen/repos/extra-i686/install
  screen/repos/extra-i686/pam.d
  screen/repos/extra-x86_64/PKGBUILD
  screen/repos/extra-x86_64/install
  screen/repos/extra-x86_64/pam.d

---+
 /PKGBUILD |  106 
 /install  |   40 ++
 /pam.d|2 
 extra-i686/PKGBUILD   |   53 
 extra-i686/install|   20 -
 extra-i686/pam.d  |1 
 extra-x86_64/PKGBUILD |   53 
 extra-x86_64/install  |   20 -
 extra-x86_64/pam.d|1 
 9 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-18 16:32:30 UTC (rev 241015)
+++ extra-i686/PKGBUILD 2015-06-18 16:33:08 UTC (rev 241016)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Committer: dorphell dorph...@gmx.net
-
-pkgname=screen
-pkgver=4.3.0
-pkgrel=1
-pkgdesc='Full-screen window manager that multiplexes a physical terminal'
-url='http://www.gnu.org/software/screen/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('ncurses' 'pam')
-validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4')
-source=(http://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz{,.sig}
-'pam.d')
-sha1sums=('504c424f719cd44907a3390d5238759e1cb56741' 'SKIP'
-  '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
-
-backup=('etc/screenrc' 'etc/pam.d/screen')
-options=('!makeflags')
-install=install
-
-_ptygroup=5 #the UID of our PTY/TTY group
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --infodir=/usr/share/info \
-   --enable-colors256 \
-   --enable-pam \
-   --enable-rxvt_osc \
-   --enable-telnet \
-   --with-pty-group=$_ptygroup \
-   --with-socket-dir=/run/screens \
-   --with-sys-screenrc=/etc/screenrc \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 ../pam.d ${pkgdir}/etc/pam.d/screen
-
-   install -Dm644 etc/completer.zsh 
${pkgdir}/usr/share/zsh/site-functions/screen
-   install -Dm644 etc/etcscreenrc ${pkgdir}/etc/screenrc
-   install -Dm644 etc/screenrc ${pkgdir}/etc/skel/.screenrc
-}

Copied: screen/repos/extra-i686/PKGBUILD (from rev 241015, 
screen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-18 16:33:08 UTC (rev 241016)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Committer: dorphell dorph...@gmx.net
+
+pkgname=screen
+pkgver=4.3.0
+pkgrel=2
+pkgdesc='Full-screen window manager that multiplexes a physical terminal'
+url='http://www.gnu.org/software/screen/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'pam')
+validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4')
+source=(http://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz{,.sig}
+'pam.d')
+sha1sums=('504c424f719cd44907a3390d5238759e1cb56741' 'SKIP'
+  '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
+
+backup=('etc/screenrc' 'etc/pam.d/screen')
+options=('!makeflags')
+install=install
+
+_ptygroup=5 #the UID of our PTY/TTY group
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --infodir=/usr/share/info \
+   --enable-colors256 \
+   --enable-pam \
+   --enable-rxvt_osc \
+   --enable-telnet \
+   --with-pty-group=$_ptygroup \
+   --with-socket-dir=/run/screens \
+   --with-sys-screenrc=/etc/screenrc \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 ../pam.d ${pkgdir}/etc/pam.d/screen
+
+   install -Dm644 etc/completer.zsh 

[arch-commits] Commit in xf86-video-intel/repos (10 files)

2015-06-18 Thread Jan Steffens
Date: Thursday, June 18, 2015 @ 18:06:07
  Author: heftig
Revision: 241014

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

Added:
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 241013, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 241013, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 241013, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 241013, xf86-video-intel/trunk/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/testing-i686/PKGBUILD
  xf86-video-intel/repos/testing-i686/git-fixes.patch
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
  xf86-video-intel/repos/testing-x86_64/git-fixes.patch
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install

-+
 /PKGBUILD   |  122 
 /xf86-video-intel.install   |   40 
 testing-i686/PKGBUILD   |   52 -
 testing-i686/git-fixes.patch|  282 --
 testing-i686/xf86-video-intel.install   |   20 --
 testing-x86_64/PKGBUILD |   52 -
 testing-x86_64/git-fixes.patch  |  282 --
 testing-x86_64/xf86-video-intel.install |   20 --
 8 files changed, 162 insertions(+), 708 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-06-18 16:04:22 UTC (rev 241013)
+++ testing-i686/PKGBUILD   2015-06-18 16:06:07 UTC (rev 241014)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-intel
-pkgver=2.99.917.20150616
-pkgrel=2
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-install=$pkgname.install
-pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
-depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util=0.3.9')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'libx11' 
'libxrender'
- # additional deps for intel-virtual-output
-'libxrandr' 'libxinerama' 'libxcursor' 'libxtst'
- # additional for git snapshot
-'git')
-optdepends=('libxrandr: for intel-virtual-output'
-'libxinerama: for intel-virtual-output'
-'libxcursor: for intel-virtual-output'
-'libxtst: for intel-virtual-output')
-replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION19' 
'X-ABI-VIDEODRV_VERSION=20'
-   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
-groups=('xorg-drivers' 'xorg')
-#source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
-#git-fixes.patch)
-source=(${pkgname}-${pkgver}::git+http://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel.git#commit=f1f2e7202854c725293c63293de1552337c717b2)
-sha256sums=(SKIP)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  #./configure --prefix=/usr --libexecdir=/usr/lib
-  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 241013, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-18 16:06:07 UTC (rev 241014)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.99.917+364+gb24e758
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst'
+ # additional for git snapshot
+ 'git')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')

[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD git-fixes.patch)

2015-06-18 Thread Jan Steffens
Date: Thursday, June 18, 2015 @ 18:04:22
  Author: heftig
Revision: 241013

2.99.917+364+gb24e758

Modified:
  xf86-video-intel/trunk/PKGBUILD
Deleted:
  xf86-video-intel/trunk/git-fixes.patch

-+
 PKGBUILD|   35 --
 git-fixes.patch |  282 --
 2 files changed, 22 insertions(+), 295 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 15:19:39 UTC (rev 241012)
+++ PKGBUILD2015-06-18 16:04:22 UTC (rev 241013)
@@ -3,8 +3,9 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-intel
-pkgver=2.99.917.20150616
-pkgrel=2
+pkgver=2.99.917+364+gb24e758
+pkgrel=1
+epoch=1
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
@@ -13,9 +14,9 @@
 depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util=0.3.9')
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'libx11' 
'libxrender'
  # additional deps for intel-virtual-output
-'libxrandr' 'libxinerama' 'libxcursor' 'libxtst'
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst'
  # additional for git snapshot
-'git')
+ 'git')
 optdepends=('libxrandr: for intel-virtual-output'
 'libxinerama: for intel-virtual-output'
 'libxcursor: for intel-virtual-output'
@@ -25,25 +26,33 @@
 conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION19' 
'X-ABI-VIDEODRV_VERSION=20'
'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 groups=('xorg-drivers' 'xorg')
-#source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
-#git-fixes.patch)
-source=(${pkgname}-${pkgver}::git+http://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel.git#commit=f1f2e7202854c725293c63293de1552337c717b2)
-sha256sums=(SKIP)
+#source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=b24e758')
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --long | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd ${pkgname}-${pkgver}
-  #./configure --prefix=/usr --libexecdir=/usr/lib
-  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib
   make
 }
 
 check() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname
   make check
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname
 
   make DESTDIR=${pkgdir} install
 

Deleted: git-fixes.patch
===
--- git-fixes.patch 2015-06-18 15:19:39 UTC (rev 241012)
+++ git-fixes.patch 2015-06-18 16:04:22 UTC (rev 241013)
@@ -1,282 +0,0 @@
-From 127aae5a72a69df325fed0b63d345e81583d5ca1 Mon Sep 17 00:00:00 2001
-From: Chris Wilson ch...@chris-wilson.co.uk
-Date: Mon, 16 Feb 2015 21:37:35 +
-Subject: tools/intel-virtual-output: Check for DRI3 more carefully
-
-Using xcb, we cannot simply call xcb_dri3_query_version() without it
-terminating the connection if DRI3 is not enabled on the target display.
-Oops.
-
-Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89172
-Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
-
-diff --git a/tools/virtual.c b/tools/virtual.c
-index 8e2b4a2..3bcd057 100644
 a/tools/virtual.c
-+++ b/tools/virtual.c
-@@ -218,6 +218,13 @@ static inline XRRScreenResources 
*_XRRGetScreenResourcesCurrent(Display *dpy, Wi
- static int _x_error_occurred;
- 
- static int
-+_io_error_handler(Display *display)
-+{
-+  fprintf(stderr, XIO error on display %s\n, DisplayString(display));
-+  abort();
-+}
-+
-+static int
- _check_error_handler(Display *display,
-XErrorEvent *event)
- {
-@@ -320,6 +327,7 @@ can_use_shm(Display *dpy,
- #include X11/Xlib-xcb.h
- #include X11/xshmfence.h
- #include xcb/xcb.h
-+#include xcb/xcbext.h
- #include xcb/dri3.h
- #include xcb/sync.h
- static Pixmap dri3_create_pixmap(Display *dpy,
-@@ -357,6 +365,7 @@ static int dri3_query_version(Display *dpy, int *major, 
int *minor)
- {
-   xcb_connection_t *c = XGetXCBConnection(dpy);
-   xcb_dri3_query_version_reply_t *reply;
-+  xcb_generic_error_t *error;
- 
-   *major = *minor = -1;
- 
-@@ -364,7 +373,8 @@ static int dri3_query_version(Display *dpy, int *major, 
int *minor)
-xcb_dri3_query_version(c,
-   
XCB_DRI3_MAJOR_VERSION,
-   
XCB_DRI3_MINOR_VERSION),
--   NULL);
-+   error);
-+  free(error);
-   if (reply == NULL)
-   return -1;
- 
-@@ -377,8 +387,14 @@ static int dri3_query_version(Display *dpy, int *major, 
int 

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

2015-06-18 Thread Gaetan Bisson
Date: Thursday, June 18, 2015 @ 18:32:30
  Author: bisson
Revision: 241015

fix FS#45359

Modified:
  screen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 16:06:07 UTC (rev 241014)
+++ PKGBUILD2015-06-18 16:32:30 UTC (rev 241015)
@@ -5,7 +5,7 @@
 
 pkgname=screen
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Full-screen window manager that multiplexes a physical terminal'
 url='http://www.gnu.org/software/screen/'
 arch=('i686' 'x86_64')
@@ -47,7 +47,7 @@
 
install -Dm644 ../pam.d ${pkgdir}/etc/pam.d/screen
 
-   install -Dm644 etc/completer.zsh 
${pkgdir}/usr/share/zsh/site-functions/screen
+   install -Dm644 etc/completer.zsh 
${pkgdir}/usr/share/zsh/site-functions/_screen
install -Dm644 etc/etcscreenrc ${pkgdir}/etc/screenrc
install -Dm644 etc/screenrc ${pkgdir}/etc/skel/.screenrc
 }


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

2015-06-18 Thread Andreas Radke
Date: Thursday, June 18, 2015 @ 19:29:39
  Author: andyrtr
Revision: 241017

upgpkg: libtirpc 0.3.2-2

upstream update 0.3.2 - add upstream patch to fix broken sudo and pam

Added:
  libtirpc/trunk/fix_missing_rpc_get_default_domain.patch
Modified:
  libtirpc/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++-
 fix_missing_rpc_get_default_domain.patch |   88 +
 2 files changed, 98 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 16:33:08 UTC (rev 241016)
+++ PKGBUILD2015-06-18 17:29:39 UTC (rev 241017)
@@ -4,7 +4,7 @@
 
 pkgname=libtirpc
 pkgver=0.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Transport Independent RPC library (SunRPC replacement)
 arch=('i686' 'x86_64')
 url=http://libtirpc.sourceforge.net/;
@@ -11,9 +11,16 @@
 license=('BSD')
 depends=('krb5')
 backup=('etc/netconfig')
-source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('af9b74d0c4d1499a7b1a43e396e5b7d62180ea65')
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2
+fix_missing_rpc_get_default_domain.patch)
+sha1sums=('af9b74d0c4d1499a7b1a43e396e5b7d62180ea65'
+  'ab3b6a2e0beb255a82dcbf02c915076b8fe43e5a')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/fix_missing_rpc_get_default_domain.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconf=/etc

Added: fix_missing_rpc_get_default_domain.patch
===
--- fix_missing_rpc_get_default_domain.patch(rev 0)
+++ fix_missing_rpc_get_default_domain.patch2015-06-18 17:29:39 UTC (rev 
241017)
@@ -0,0 +1,88 @@
+diff -Naur a/src/Makefile.am b/src/Makefile.am
+--- a/src/Makefile.am  2015-06-16 17:35:08.0 +0200
 b/src/Makefile.am  2015-06-17 21:23:05.185276962 +0200
+@@ -69,7 +69,7 @@
+ endif
+ 
+ libtirpc_la_SOURCES += key_call.c key_prot_xdr.c getpublickey.c
+-libtirpc_la_SOURCES += netname.c netnamer.c rtime.c
++libtirpc_la_SOURCES += netname.c netnamer.c rpcdname.c rtime.c
+ 
+ CLEANFILES   = cscope.* *~
+ DISTCLEANFILES   = Makefile.in
+diff -Naur a/src/rpcdname.c b/src/rpcdname.c
+--- a/src/rpcdname.c   1970-01-01 01:00:00.0 +0100
 b/src/rpcdname.c   2015-06-17 21:23:05.186276982 +0200
+@@ -0,0 +1,72 @@
++/*
++ * Copyright (c) 2009, Sun Microsystems, Inc.
++ * All rights reserved.
++ *
++ * Redistribution and use in source and binary forms, with or without
++ * modification, are permitted provided that the following conditions are met:
++ * - Redistributions of source code must retain the above copyright notice,
++ *   this list of conditions and the following disclaimer.
++ * - Redistributions in binary form must reproduce the above copyright notice,
++ *   this list of conditions and the following disclaimer in the documentation
++ *   and/or other materials provided with the distribution.
++ * - Neither the name of Sun Microsystems, Inc. nor the names of its
++ *   contributors may be used to endorse or promote products derived
++ *   from this software without specific prior written permission.
++ *
++ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS
++ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
++ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
++ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
++ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
++ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
++ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
++ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
++ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
++ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
++ * POSSIBILITY OF SUCH DAMAGE.
++ */
++
++/*
++ * rpcdname.c
++ * Gets the default domain name
++ */
++
++#include stdlib.h
++#include unistd.h
++#include string.h
++
++static char *default_domain = 0;
++
++static char *
++get_default_domain()
++{
++  char temp[256];
++
++  if (default_domain)
++  return (default_domain);
++  if (getdomainname(temp, sizeof(temp))  0)
++  return (0);
++  if ((int) strlen(temp)  0) {
++  default_domain = (char *)malloc((strlen(temp)+(unsigned)1));
++  if (default_domain == 0)
++  return (0);
++  (void) strcpy(default_domain, temp);
++  return (default_domain);
++  }
++  return (0);
++}
++
++/*
++ * This is a wrapper for the system call getdomainname which returns a
++ * ypclnt.h error code in the failure case.  It also 

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

2015-06-18 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 06:44:31
  Author: foutrelis
Revision: 241029

Fix build on i686 when using GCC 5.1 (FS#45361)

Added:
  avidemux/trunk/mangled-variables-used-attribute.patch
Modified:
  avidemux/trunk/PKGBUILD

+
 PKGBUILD   |   14 --
 mangled-variables-used-attribute.patch |   12 
 2 files changed, 24 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 03:24:53 UTC (rev 241028)
+++ PKGBUILD2015-06-19 04:44:31 UTC (rev 241029)
@@ -12,9 +12,19 @@
  'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264-dev' 
'libsamplerate'
  'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva')
 options=('!makeflags' '!emptydirs')
-source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
-sha1sums=('47205c236bf6a4435b9d4dd944493c7b7e2752f5')
+source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz
+mangled-variables-used-attribute.patch)
+sha1sums=('47205c236bf6a4435b9d4dd944493c7b7e2752f5'
+  'da66b69593da62373f2309f88a284145fbfd99ac')
 
+prepare() {
+  cd ${pkgbase}_${pkgver}
+
+  # Fix build on i686 when using GCC 5.1
+  # https://bugs.archlinux.org/task/45361
+  patch -Np1 -i ../mangled-variables-used-attribute.patch
+}
+
 build() {
   cd ${pkgbase}_${pkgver}
   mkdir build

Added: mangled-variables-used-attribute.patch
===
--- mangled-variables-used-attribute.patch  (rev 0)
+++ mangled-variables-used-attribute.patch  2015-06-19 04:44:31 UTC (rev 
241029)
@@ -0,0 +1,12 @@
+diff -uprw avidemux_2.5.6.orig/avidemux/ADM_core/include/ADM_mangle.h 
avidemux_2.5.6/avidemux/ADM_core/include/ADM_mangle.h
+--- avidemux_2.5.6.orig/avidemux/ADM_core/include/ADM_mangle.h 2011-12-29 
02:32:37.0 +0200
 avidemux_2.5.6/avidemux/ADM_core/include/ADM_mangle.h  2015-06-19 
07:35:59.554911423 +0300
+@@ -35,7 +35,7 @@
+ #define FUNNY_MANGLE_ARRAY(x, y) __attribute__((used)) x[y] asm(#x)
+ #else
+ #define MANGLE(a) #a
+-#define FUNNY_MANGLE(x) x asm(MANGLE(x))
++#define FUNNY_MANGLE(x) __attribute__((used)) x asm(MANGLE(x))
+ #define FUNNY_MANGLE_ARRAY(x, y) x[y] asm(MANGLE(x))
+ #endif
+ #endif


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2015-06-18 Thread Felix Yan
Date: Friday, June 19, 2015 @ 05:24:53
  Author: fyan
Revision: 241028

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 241027, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-19 03:24:29 UTC (rev 241027)
+++ PKGBUILD2015-06-19 03:24:53 UTC (rev 241028)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-pkgver=1.46
-pkgrel=1
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('44830965095d3ab66beff48eddb1c478')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 241027, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-19 03:24:53 UTC (rev 241028)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+pkgver=1.48
+pkgrel=1
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('39d3ee62aefd452b8b86094de46a9214')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in perl-archive-zip/trunk (PKGBUILD)

2015-06-18 Thread Felix Yan
Date: Friday, June 19, 2015 @ 05:24:29
  Author: fyan
Revision: 241027

upgpkg: perl-archive-zip 1.48-1

Modified:
  perl-archive-zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 22:22:57 UTC (rev 241026)
+++ PKGBUILD2015-06-19 03:24:29 UTC (rev 241027)
@@ -4,7 +4,7 @@
 # Contributor: Andrew Simmons andrew.simm...@gmail.com
 
 pkgname=perl-archive-zip
-pkgver=1.46
+pkgver=1.48
 pkgrel=1
 pkgdesc=Provide a perl interface to ZIP archive files
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('44830965095d3ab66beff48eddb1c478')
+md5sums=('39d3ee62aefd452b8b86094de46a9214')
 
 build() {
   cd Archive-Zip-${pkgver}


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

2015-06-18 Thread Andreas Radke
Date: Thursday, June 18, 2015 @ 19:29:56
  Author: andyrtr
Revision: 241018

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

Added:
  libtirpc/repos/testing-i686/
  libtirpc/repos/testing-i686/PKGBUILD
(from rev 241017, libtirpc/trunk/PKGBUILD)
  libtirpc/repos/testing-i686/fix_missing_rpc_get_default_domain.patch
(from rev 241017, libtirpc/trunk/fix_missing_rpc_get_default_domain.patch)
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/PKGBUILD
(from rev 241017, libtirpc/trunk/PKGBUILD)
  libtirpc/repos/testing-x86_64/fix_missing_rpc_get_default_domain.patch
(from rev 241017, libtirpc/trunk/fix_missing_rpc_get_default_domain.patch)

-+
 testing-i686/PKGBUILD   |   34 +
 testing-i686/fix_missing_rpc_get_default_domain.patch   |   88 ++
 testing-x86_64/PKGBUILD |   34 +
 testing-x86_64/fix_missing_rpc_get_default_domain.patch |   88 ++
 4 files changed, 244 insertions(+)

Copied: libtirpc/repos/testing-i686/PKGBUILD (from rev 241017, 
libtirpc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-18 17:29:56 UTC (rev 241018)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libtirpc
+pkgver=0.3.2
+pkgrel=2
+pkgdesc=Transport Independent RPC library (SunRPC replacement)
+arch=('i686' 'x86_64')
+url=http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2
+fix_missing_rpc_get_default_domain.patch)
+sha1sums=('af9b74d0c4d1499a7b1a43e396e5b7d62180ea65'
+  'ab3b6a2e0beb255a82dcbf02c915076b8fe43e5a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/fix_missing_rpc_get_default_domain.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libtirpc/repos/testing-i686/fix_missing_rpc_get_default_domain.patch 
(from rev 241017, libtirpc/trunk/fix_missing_rpc_get_default_domain.patch)
===
--- testing-i686/fix_missing_rpc_get_default_domain.patch   
(rev 0)
+++ testing-i686/fix_missing_rpc_get_default_domain.patch   2015-06-18 
17:29:56 UTC (rev 241018)
@@ -0,0 +1,88 @@
+diff -Naur a/src/Makefile.am b/src/Makefile.am
+--- a/src/Makefile.am  2015-06-16 17:35:08.0 +0200
 b/src/Makefile.am  2015-06-17 21:23:05.185276962 +0200
+@@ -69,7 +69,7 @@
+ endif
+ 
+ libtirpc_la_SOURCES += key_call.c key_prot_xdr.c getpublickey.c
+-libtirpc_la_SOURCES += netname.c netnamer.c rtime.c
++libtirpc_la_SOURCES += netname.c netnamer.c rpcdname.c rtime.c
+ 
+ CLEANFILES   = cscope.* *~
+ DISTCLEANFILES   = Makefile.in
+diff -Naur a/src/rpcdname.c b/src/rpcdname.c
+--- a/src/rpcdname.c   1970-01-01 01:00:00.0 +0100
 b/src/rpcdname.c   2015-06-17 21:23:05.186276982 +0200
+@@ -0,0 +1,72 @@
++/*
++ * Copyright (c) 2009, Sun Microsystems, Inc.
++ * All rights reserved.
++ *
++ * Redistribution and use in source and binary forms, with or without
++ * modification, are permitted provided that the following conditions are met:
++ * - Redistributions of source code must retain the above copyright notice,
++ *   this list of conditions and the following disclaimer.
++ * - Redistributions in binary form must reproduce the above copyright notice,
++ *   this list of conditions and the following disclaimer in the documentation
++ *   and/or other materials provided with the distribution.
++ * - Neither the name of Sun Microsystems, Inc. nor the names of its
++ *   contributors may be used to endorse or promote products derived
++ *   from this software without specific prior written permission.
++ *
++ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS
++ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
++ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
++ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
++ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
++ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
++ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
++ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
++ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
++ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 

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

2015-06-18 Thread Florian Pritz
Date: Thursday, June 18, 2015 @ 21:50:13
  Author: bluewind
Revision: 135565

upgpkg: fb-client 1.4.3-1

upstream update

Modified:
  fb-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 17:40:40 UTC (rev 135564)
+++ PKGBUILD2015-06-18 19:50:13 UTC (rev 135565)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Bluewind Pritz f...@xssn.at
 
 pkgname=fb-client
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc=Client for paste.xinu.at
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 depends=('curl' 'bash')
 optdepends=('xclip: for automatically copying the URL into the clipboard')
 source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('1672ac082bb726bac0d14611a8d7fcd8'
+md5sums=('4495a579d7855ed57149819b32782473'
  'SKIP')
 validpgpkeys=(CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E)
 


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

2015-06-18 Thread Florian Pritz
Date: Thursday, June 18, 2015 @ 21:50:18
  Author: bluewind
Revision: 135566

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

Added:
  fb-client/repos/community-i686/PKGBUILD
(from rev 135565, fb-client/trunk/PKGBUILD)
  fb-client/repos/community-x86_64/PKGBUILD
(from rev 135565, fb-client/trunk/PKGBUILD)
Deleted:
  fb-client/repos/community-i686/PKGBUILD
  fb-client/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-18 19:50:13 UTC (rev 135565)
+++ community-i686/PKGBUILD 2015-06-18 19:50:18 UTC (rev 135566)
@@ -1,29 +0,0 @@
-# Maintainer: Florian Bluewind Pritz f...@xssn.at
-
-pkgname=fb-client
-pkgver=1.4.2
-pkgrel=1
-pkgdesc=Client for paste.xinu.at
-arch=('i686' 'x86_64')
-url=http://paste.xinu.at;
-license=('GPL3')
-depends=('curl' 'bash')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('1672ac082bb726bac0d14611a8d7fcd8'
- 'SKIP')
-validpgpkeys=(CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E)
-
-build() {
-  cd $srcdir/fb-$pkgver
-
-  make
-}
-
-package() {
-  cd $srcdir/fb-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-i686/PKGBUILD (from rev 135565, 
fb-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-18 19:50:18 UTC (rev 135566)
@@ -0,0 +1,29 @@
+# Maintainer: Florian Bluewind Pritz f...@xssn.at
+
+pkgname=fb-client
+pkgver=1.4.3
+pkgrel=1
+pkgdesc=Client for paste.xinu.at
+arch=('i686' 'x86_64')
+url=http://paste.xinu.at;
+license=('GPL3')
+depends=('curl' 'bash')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('4495a579d7855ed57149819b32782473'
+ 'SKIP')
+validpgpkeys=(CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E)
+
+build() {
+  cd $srcdir/fb-$pkgver
+
+  make
+}
+
+package() {
+  cd $srcdir/fb-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-18 19:50:13 UTC (rev 135565)
+++ community-x86_64/PKGBUILD   2015-06-18 19:50:18 UTC (rev 135566)
@@ -1,29 +0,0 @@
-# Maintainer: Florian Bluewind Pritz f...@xssn.at
-
-pkgname=fb-client
-pkgver=1.4.2
-pkgrel=1
-pkgdesc=Client for paste.xinu.at
-arch=('i686' 'x86_64')
-url=http://paste.xinu.at;
-license=('GPL3')
-depends=('curl' 'bash')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('1672ac082bb726bac0d14611a8d7fcd8'
- 'SKIP')
-validpgpkeys=(CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E)
-
-build() {
-  cd $srcdir/fb-$pkgver
-
-  make
-}
-
-package() {
-  cd $srcdir/fb-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-x86_64/PKGBUILD (from rev 135565, 
fb-client/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-18 19:50:18 UTC (rev 135566)
@@ -0,0 +1,29 @@
+# Maintainer: Florian Bluewind Pritz f...@xssn.at
+
+pkgname=fb-client
+pkgver=1.4.3
+pkgrel=1
+pkgdesc=Client for paste.xinu.at
+arch=('i686' 'x86_64')
+url=http://paste.xinu.at;
+license=('GPL3')
+depends=('curl' 'bash')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('4495a579d7855ed57149819b32782473'
+ 'SKIP')
+validpgpkeys=(CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E)
+
+build() {
+  cd $srcdir/fb-$pkgver
+
+  make
+}
+
+package() {
+  cd $srcdir/fb-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-06-18 Thread Kyle Keen
Date: Thursday, June 18, 2015 @ 19:40:40
  Author: kkeen
Revision: 135564

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-18 17:40:19 UTC (rev 135563)
+++ community-i686/PKGBUILD 2015-06-18 17:40:40 UTC (rev 135564)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-# bug, python binding vanished with 3.4
-# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-
-pkgname=libftdi
-pkgver=1.2
-pkgrel=4
-pkgdesc=A library to talk to FTDI chips, optional python bindings.
-arch=('i686' 'x86_64')
-url=http://www.intra2net.com/en/developer/libftdi/download.php;
-license=('GPL2' 'LGPL2.1')
-depends=('libusb')
-optdepends=('python: library bindings')
-makedepends=('boost' 'cmake' 'python' 'swig')
-# doxygen for docs, confuse for eeprom
-source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
-sha1sums=('636b9fcc745bf4eeb027a1dd891f770158444f7a'
-  'SKIP')
-validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open 
source
-
-prepare() {
-  cd ${pkgname}1-$pkgver
-  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
-  sed -i s|MODE=\0664\, GROUP=\plugdev\|TAG+=\uaccess\|g 
packages/99-libftdi.rules
-}
-
-build() {
-  cd $srcdir/${pkgname}1-$pkgver
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
--DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=OFF
-  make
-}
-
-# needs yet unknown dependencies
-#check() {
-#  cd $srcdir/${pkgname}1-$pkgver/build
-#  make check
-#}
-
-package() {
-  cd ${pkgname}1-$pkgver/build
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../packages/99-libftdi.rules 
$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules
-  # FS#45053
-  cp -r ../examples/* $pkgdir/usr/share/libftdi/examples
-}
-

Copied: libftdi/repos/community-i686/PKGBUILD (from rev 135563, 
libftdi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-18 17:40:40 UTC (rev 135564)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+
+# bug, python binding vanished with 3.4
+# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
+
+pkgname=libftdi
+pkgver=1.2
+pkgrel=5
+pkgdesc=A library to talk to FTDI chips, optional python bindings.
+arch=('i686' 'x86_64')
+url=http://www.intra2net.com/en/developer/libftdi/download.php;
+license=('GPL2' 'LGPL2.1')
+depends=('libusb' 'confuse')
+optdepends=('python: library bindings')
+makedepends=('boost' 'cmake' 'python' 'swig')
+# doxygen for docs, confuse for eeprom
+source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
+sha1sums=('636b9fcc745bf4eeb027a1dd891f770158444f7a'
+  'SKIP')
+validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open 
source
+
+prepare() {
+  cd ${pkgname}1-$pkgver
+  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
+  sed -i s|MODE=\0664\, GROUP=\plugdev\|TAG+=\uaccess\|g 
packages/99-libftdi.rules
+}
+
+build() {
+  cd $srcdir/${pkgname}1-$pkgver
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
+-DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=ON
+  make
+}
+
+# needs yet unknown dependencies
+#check() {
+#  cd $srcdir/${pkgname}1-$pkgver/build
+#  make check
+#}
+
+package() {
+  cd ${pkgname}1-$pkgver/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../packages/99-libftdi.rules 
$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules
+  # FS#45053
+  cp -r ../examples/* $pkgdir/usr/share/libftdi/examples
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-18 17:40:19 UTC (rev 135563)
+++ community-x86_64/PKGBUILD   2015-06-18 17:40:40 UTC (rev 135564)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-# bug, python binding vanished with 3.4
-# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-
-pkgname=libftdi
-pkgver=1.2
-pkgrel=4
-pkgdesc=A library to talk to FTDI chips, optional python bindings.
-arch=('i686' 'x86_64')

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

2015-06-18 Thread Kyle Keen
Date: Thursday, June 18, 2015 @ 19:40:19
  Author: kkeen
Revision: 135563

upgpkg: libftdi 1.2-5  fix FS#45362

Modified:
  libftdi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 15:19:02 UTC (rev 135562)
+++ PKGBUILD2015-06-18 17:40:19 UTC (rev 135563)
@@ -6,12 +6,12 @@
 
 pkgname=libftdi
 pkgver=1.2
-pkgrel=4
+pkgrel=5
 pkgdesc=A library to talk to FTDI chips, optional python bindings.
 arch=('i686' 'x86_64')
 url=http://www.intra2net.com/en/developer/libftdi/download.php;
 license=('GPL2' 'LGPL2.1')
-depends=('libusb')
+depends=('libusb' 'confuse')
 optdepends=('python: library bindings')
 makedepends=('boost' 'cmake' 'python' 'swig')
 # doxygen for docs, confuse for eeprom
@@ -31,7 +31,7 @@
   mkdir -p build
   cd build
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
--DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=OFF
+-DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=ON
   make
 }
 


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

2015-06-18 Thread Kyle Keen
Date: Thursday, June 18, 2015 @ 23:42:58
  Author: kkeen
Revision: 135568

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

Added:
  read-edid/repos/community-i686/PKGBUILD
(from rev 135567, read-edid/trunk/PKGBUILD)
  read-edid/repos/community-x86_64/PKGBUILD
(from rev 135567, read-edid/trunk/PKGBUILD)
Deleted:
  read-edid/repos/community-i686/PKGBUILD
  read-edid/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 66 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-18 21:42:10 UTC (rev 135567)
+++ community-i686/PKGBUILD 2015-06-18 21:42:58 UTC (rev 135568)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: LaraCraft304 l...@craft.net.br
-# Contributor: Mateusz Herych heni...@gmail.com
-
-pkgname=read-edid
-pkgver=3.0.1
-pkgrel=1
-pkgdesc=Program that can get information from a PNP monitor
-arch=('i686' 'x86_64')
-url=http://www.polypux.org/projects/read-edid/;
-license=('GPL')
-depends=('libx86=0.99')
-makedepends=('cmake')
-source=(http://www.polypux.org/projects/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('81f6a57162127ab9e969da53bc290e63')
-
-build() {
-mkdir $pkgname-build
-cd $pkgname-build
-cmake $srcdir/$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
-make
-}
-
-package() {
-cd $pkgname-build
-make DESTDIR=$pkgdir/ install
-}

Copied: read-edid/repos/community-i686/PKGBUILD (from rev 135567, 
read-edid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-18 21:42:58 UTC (rev 135568)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: LaraCraft304 l...@craft.net.br
+# Contributor: Mateusz Herych heni...@gmail.com
+
+pkgname=read-edid
+pkgver=3.0.2
+pkgrel=1
+pkgdesc=Program that can get information from a PNP monitor
+arch=('i686' 'x86_64')
+url=http://www.polypux.org/projects/read-edid/;
+license=('GPL')
+depends=('libx86=0.99')
+makedepends=('cmake')
+source=(http://www.polypux.org/projects/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('016546e438bf6c98739ff74061df9854')
+
+build() {
+# bug in 3.0.2
+pushd $pkgname-$pkgver
+sed -i 's/COPYING/LICENSE/' CMakeLists.txt
+popd
+
+mkdir -p $pkgname-build
+cd $pkgname-build
+cmake $srcdir/$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd $pkgname-build
+make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-18 21:42:10 UTC (rev 135567)
+++ community-x86_64/PKGBUILD   2015-06-18 21:42:58 UTC (rev 135568)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: LaraCraft304 l...@craft.net.br
-# Contributor: Mateusz Herych heni...@gmail.com
-
-pkgname=read-edid
-pkgver=3.0.1
-pkgrel=1
-pkgdesc=Program that can get information from a PNP monitor
-arch=('i686' 'x86_64')
-url=http://www.polypux.org/projects/read-edid/;
-license=('GPL')
-depends=('libx86=0.99')
-makedepends=('cmake')
-source=(http://www.polypux.org/projects/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('81f6a57162127ab9e969da53bc290e63')
-
-build() {
-mkdir $pkgname-build
-cd $pkgname-build
-cmake $srcdir/$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
-make
-}
-
-package() {
-cd $pkgname-build
-make DESTDIR=$pkgdir/ install
-}

Copied: read-edid/repos/community-x86_64/PKGBUILD (from rev 135567, 
read-edid/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-18 21:42:58 UTC (rev 135568)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: LaraCraft304 l...@craft.net.br
+# Contributor: Mateusz Herych heni...@gmail.com
+
+pkgname=read-edid
+pkgver=3.0.2
+pkgrel=1
+pkgdesc=Program that can get information from a PNP monitor
+arch=('i686' 'x86_64')
+url=http://www.polypux.org/projects/read-edid/;
+license=('GPL')
+depends=('libx86=0.99')
+makedepends=('cmake')
+source=(http://www.polypux.org/projects/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('016546e438bf6c98739ff74061df9854')
+
+build() {
+# bug in 3.0.2
+pushd $pkgname-$pkgver
+sed -i 's/COPYING/LICENSE/' CMakeLists.txt
+popd
+
+mkdir -p $pkgname-build
+cd $pkgname-build
+cmake $srcdir/$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd $pkgname-build
+make DESTDIR=$pkgdir/ install
+}


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

2015-06-18 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 00:13:06
  Author: heftig
Revision: 241022

3.16.2

Modified:
  gnome-weather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 22:12:52 UTC (rev 241021)
+++ PKGBUILD2015-06-18 22:13:06 UTC (rev 241022)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-weather
-pkgver=3.16.1
+pkgver=3.16.2
 pkgrel=1
 pkgdesc=Access current weather conditions and forecasts
 arch=(any)
@@ -13,7 +13,7 @@
 groups=(gnome-extra)
 install=gnome-weather.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('4c7538c3045c020de711c7b7b1a95d1cb9d0914db57be0ecc0955d8206f0973f')
+sha256sums=('4ce5b5eb44eaee13ad6185ab6a01069a9030f894d9f97596be180091e42fbd91')
 
 build() {
   cd $pkgname-$pkgver


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

2015-06-18 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 00:12:52
  Author: heftig
Revision: 241021

3.16.2

Modified:
  pygobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 19:03:41 UTC (rev 241020)
+++ PKGBUILD2015-06-18 22:12:52 UTC (rev 241021)
@@ -3,7 +3,7 @@
 
 pkgbase=pygobject
 pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.16.1
+pkgver=3.16.2
 pkgrel=1
 arch=(i686 x86_64)
 url=https://live.gnome.org/PyGObject;
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(python python2 python-cairo python2-cairo gobject-introspection 
gnome-common)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('7d96dad050f15ec1688617b749bb485811842de46a22d31f9396023e8eaa1ec3')
+sha256sums=('de620e00fe7ecb788aa2dc0d664e41f71b8e718e728168e8d982cf193a9e7e64')
 
 prepare() {
   mkdir build-py2 build-py3 devel


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

2015-06-18 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 00:15:21
  Author: heftig
Revision: 241023

1.5

Modified:
  libndp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 22:13:06 UTC (rev 241022)
+++ PKGBUILD2015-06-18 22:15:21 UTC (rev 241023)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libndp
-pkgver=1.4
+pkgver=1.5
 pkgrel=1
 pkgdesc=Library for Neighbor Discovery Protocol
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(glibc)
 source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('3a0be247ec024bd72fe5b40ea9491519c4023c7faf078311196fab817b2fd55f')
+sha256sums=('faf116ab70ce9514ec4e8573556025debea08f606e7f38b616de1f26e120c795')
 
 build() {
   cd $pkgname-$pkgver


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

2015-06-18 Thread Kyle Keen
Date: Thursday, June 18, 2015 @ 23:42:10
  Author: kkeen
Revision: 135567

upgpkg: read-edid 3.0.2-1

Modified:
  read-edid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 19:50:18 UTC (rev 135566)
+++ PKGBUILD2015-06-18 21:42:10 UTC (rev 135567)
@@ -4,7 +4,7 @@
 # Contributor: Mateusz Herych heni...@gmail.com
 
 pkgname=read-edid
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc=Program that can get information from a PNP monitor
 arch=('i686' 'x86_64')
@@ -13,10 +13,15 @@
 depends=('libx86=0.99')
 makedepends=('cmake')
 source=(http://www.polypux.org/projects/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('81f6a57162127ab9e969da53bc290e63')
+md5sums=('016546e438bf6c98739ff74061df9854')
 
 build() {
-mkdir $pkgname-build
+# bug in 3.0.2
+pushd $pkgname-$pkgver
+sed -i 's/COPYING/LICENSE/' CMakeLists.txt
+popd
+
+mkdir -p $pkgname-build
 cd $pkgname-build
 cmake $srcdir/$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
 make


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

2015-06-18 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 00:16:52
  Author: heftig
Revision: 241024

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-18 22:15:21 UTC (rev 241023)
+++ extra-i686/PKGBUILD 2015-06-18 22:16:52 UTC (rev 241024)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.16.1
-pkgrel=1
-arch=(i686 x86_64)
-url=https://live.gnome.org/PyGObject;
-license=(LGPL)
-makedepends=(python python2 python-cairo python2-cairo gobject-introspection 
gnome-common)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('7d96dad050f15ec1688617b749bb485811842de46a22d31f9396023e8eaa1ec3')
-
-prepare() {
-  mkdir build-py2 build-py3 devel
-  cd ${pkgbase}-${pkgver}
-  sed -i '/Werror=format/d' configure # gcc 4.8
-}
-
-build() {
-  cd build-py2
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr 
--with-python=/usr/bin/python2
-  make
-
-  cd ../build-py3
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr
-  make
-}
-
-package_python-gobject() {
-  pkgdesc=Python 3 bindings for GObject
-  depends=('gobject-introspection-runtime' pygobject-devel=$pkgver 'python' 
'cairo')
-
-  cd build-py3
-  make DESTDIR=$pkgdir install
-  rm -r $pkgdir/usr/{include,lib/pkgconfig}
-}
-
-package_python2-gobject() {
-  pkgdesc=Python 2 bindings for GObject
-  depends=('gobject-introspection-runtime' pygobject-devel=$pkgver 'python2' 
'cairo')
-
-  cd build-py2
-  make DESTDIR=$pkgdir install
-  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
-  python2 -m compileall $pkgdir//usr/lib/python2.7/site-packages/gi
-}
-
-package_pygobject-devel() {
-  pkgdesc=Development files for the pygobject bindings
-
-  cd devel
-  mkdir -p $pkgdir/usr/{include,lib}
-  mv include $pkgdir/usr/
-  mv pkgconfig $pkgdir/usr/lib/
-}

Copied: pygobject/repos/extra-i686/PKGBUILD (from rev 241023, 
pygobject/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-18 22:16:52 UTC (rev 241024)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.16.2
+pkgrel=1
+arch=(i686 x86_64)
+url=https://live.gnome.org/PyGObject;
+license=(LGPL)
+makedepends=(python python2 python-cairo python2-cairo gobject-introspection 
gnome-common)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('de620e00fe7ecb788aa2dc0d664e41f71b8e718e728168e8d982cf193a9e7e64')
+
+prepare() {
+  mkdir build-py2 build-py3 devel
+  cd ${pkgbase}-${pkgver}
+  sed -i '/Werror=format/d' configure # gcc 4.8
+}
+
+build() {
+  cd build-py2
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr 
--with-python=/usr/bin/python2
+  make
+
+  cd ../build-py3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+}
+
+package_python-gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends=('gobject-introspection-runtime' pygobject-devel=$pkgver 'python' 
'cairo')
+
+  cd build-py3
+  make DESTDIR=$pkgdir install
+  rm -r $pkgdir/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc=Python 2 bindings for GObject
+  depends=('gobject-introspection-runtime' pygobject-devel=$pkgver 'python2' 
'cairo')
+
+  cd build-py2
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
+  python2 -m compileall $pkgdir//usr/lib/python2.7/site-packages/gi
+}
+
+package_pygobject-devel() {
+  pkgdesc=Development files for the pygobject bindings
+
+  cd devel
+  mkdir -p $pkgdir/usr/{include,lib}
+  mv include $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-18 22:15:21 UTC (rev 241023)
+++ extra-x86_64/PKGBUILD   2015-06-18 22:16:52 UTC (rev 241024)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.16.1
-pkgrel=1
-arch=(i686 x86_64)
-url=https://live.gnome.org/PyGObject;
-license=(LGPL)
-makedepends=(python python2 python-cairo 

[arch-commits] Commit in gnome-weather/repos/extra-any (4 files)

2015-06-18 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 00:22:00
  Author: heftig
Revision: 241025

archrelease: copy trunk to extra-any

Added:
  gnome-weather/repos/extra-any/PKGBUILD
(from rev 241024, gnome-weather/trunk/PKGBUILD)
  gnome-weather/repos/extra-any/gnome-weather.install
(from rev 241024, gnome-weather/trunk/gnome-weather.install)
Deleted:
  gnome-weather/repos/extra-any/PKGBUILD
  gnome-weather/repos/extra-any/gnome-weather.install

---+
 PKGBUILD  |   54 
 gnome-weather.install |   24 ++---
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-18 22:16:52 UTC (rev 241024)
+++ PKGBUILD2015-06-18 22:22:00 UTC (rev 241025)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-weather
-pkgver=3.16.1
-pkgrel=1
-pkgdesc=Access current weather conditions and forecasts
-arch=(any)
-url=https://www.gnome.org/;
-license=(GPL)
-depends=(gtk3 gjs libgweather)
-makedepends=(intltool gobject-introspection)
-groups=(gnome-extra)
-install=gnome-weather.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('4c7538c3045c020de711c7b7b1a95d1cb9d0914db57be0ecc0955d8206f0973f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-weather/repos/extra-any/PKGBUILD (from rev 241024, 
gnome-weather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-18 22:22:00 UTC (rev 241025)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-weather
+pkgver=3.16.2
+pkgrel=1
+pkgdesc=Access current weather conditions and forecasts
+arch=(any)
+url=https://www.gnome.org/;
+license=(GPL)
+depends=(gtk3 gjs libgweather)
+makedepends=(intltool gobject-introspection)
+groups=(gnome-extra)
+install=gnome-weather.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('4ce5b5eb44eaee13ad6185ab6a01069a9030f894d9f97596be180091e42fbd91')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-weather.install
===
--- gnome-weather.install   2015-06-18 22:16:52 UTC (rev 241024)
+++ gnome-weather.install   2015-06-18 22:22:00 UTC (rev 241025)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-weather/repos/extra-any/gnome-weather.install (from rev 241024, 
gnome-weather/trunk/gnome-weather.install)
===
--- gnome-weather.install   (rev 0)
+++ gnome-weather.install   2015-06-18 22:22:00 UTC (rev 241025)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-06-18 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 00:22:57
  Author: heftig
Revision: 241026

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-18 22:22:00 UTC (rev 241025)
+++ extra-i686/PKGBUILD 2015-06-18 22:22:57 UTC (rev 241026)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libndp
-pkgver=1.4
-pkgrel=1
-pkgdesc=Library for Neighbor Discovery Protocol
-arch=(i686 x86_64)
-url=http://libndp.org/;
-license=(LGPL2.1)
-depends=(glibc)
-source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('3a0be247ec024bd72fe5b40ea9491519c4023c7faf078311196fab817b2fd55f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libndp/repos/extra-i686/PKGBUILD (from rev 241025, 
libndp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-18 22:22:57 UTC (rev 241026)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libndp
+pkgver=1.5
+pkgrel=1
+pkgdesc=Library for Neighbor Discovery Protocol
+arch=(i686 x86_64)
+url=http://libndp.org/;
+license=(LGPL2.1)
+depends=(glibc)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('faf116ab70ce9514ec4e8573556025debea08f606e7f38b616de1f26e120c795')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-18 22:22:00 UTC (rev 241025)
+++ extra-x86_64/PKGBUILD   2015-06-18 22:22:57 UTC (rev 241026)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libndp
-pkgver=1.4
-pkgrel=1
-pkgdesc=Library for Neighbor Discovery Protocol
-arch=(i686 x86_64)
-url=http://libndp.org/;
-license=(LGPL2.1)
-depends=(glibc)
-source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('3a0be247ec024bd72fe5b40ea9491519c4023c7faf078311196fab817b2fd55f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libndp/repos/extra-x86_64/PKGBUILD (from rev 241025, 
libndp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-18 22:22:57 UTC (rev 241026)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libndp
+pkgver=1.5
+pkgrel=1
+pkgdesc=Library for Neighbor Discovery Protocol
+arch=(i686 x86_64)
+url=http://libndp.org/;
+license=(LGPL2.1)
+depends=(glibc)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('faf116ab70ce9514ec4e8573556025debea08f606e7f38b616de1f26e120c795')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-06-18 Thread Felix Yan
Date: Thursday, June 18, 2015 @ 08:06:08
  Author: fyan
Revision: 135542

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

Added:
  mongodb/repos/community-i686/PKGBUILD
(from rev 135541, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-i686/mongodb.conf
(from rev 135541, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-i686/mongodb.install
(from rev 135541, mongodb/trunk/mongodb.install)
  mongodb/repos/community-i686/mongodb.service
(from rev 135541, mongodb/trunk/mongodb.service)
  mongodb/repos/community-x86_64/PKGBUILD
(from rev 135541, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-x86_64/mongodb.conf
(from rev 135541, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-x86_64/mongodb.install
(from rev 135541, mongodb/trunk/mongodb.install)
  mongodb/repos/community-x86_64/mongodb.service
(from rev 135541, mongodb/trunk/mongodb.service)
Deleted:
  mongodb/repos/community-i686/PKGBUILD
  mongodb/repos/community-i686/mongodb.conf
  mongodb/repos/community-i686/mongodb.install
  mongodb/repos/community-i686/mongodb.service
  mongodb/repos/community-x86_64/PKGBUILD
  mongodb/repos/community-x86_64/mongodb.conf
  mongodb/repos/community-x86_64/mongodb.install
  mongodb/repos/community-x86_64/mongodb.service

--+
 /PKGBUILD|  144 +
 /mongodb.conf|   16 
 /mongodb.install |   64 
 /mongodb.service |   20 +
 community-i686/PKGBUILD  |   72 --
 community-i686/mongodb.conf  |8 --
 community-i686/mongodb.install   |   32 
 community-i686/mongodb.service   |   10 --
 community-x86_64/PKGBUILD|   72 --
 community-x86_64/mongodb.conf|8 --
 community-x86_64/mongodb.install |   32 
 community-x86_64/mongodb.service |   10 --
 12 files changed, 244 insertions(+), 244 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-18 06:05:17 UTC (rev 135541)
+++ community-i686/PKGBUILD 2015-06-18 06:06:08 UTC (rev 135542)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Mathias Stearn math...@10gen.com
-# Contributor: Alec Thomas
-
-pkgname=mongodb
-pkgver=3.0.3
-pkgrel=1
-pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org'
-license=('AGPL3')
-depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs') # 'libyaml' 
'yaml-cpp' 'v8' 'gperftools')
-makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 'clang')
-checkdepends=('python2-pymongo')
-optdepends=('libpcap: needed for mongosniff'
-'mongodb-tools: mongoimport, mongodump, mongotop, etc')
-backup=('etc/mongodb.conf')
-install=mongodb.install
-source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
-'mongodb.conf' 'mongodb.service')
-sha512sums=('23655d98ba7c0ba5d76c29964babb69a43714f5ca41843b0e8ae7bc5fa4dbba7b67022af4909a34f363406d4db58db39f9a03b4348a46eceb13067210bf8f23f'
-
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
-
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
-
-_scons_args=(
-  --use-system-pcre
-  --use-system-snappy
-  --use-sasl-client
-  --use-system-boost
-  --variant-dir=build
-  --ssl
-  --disable-warnings-as-errors
-  --cc=clang --cxx=clang++
-  LIBS=atomic
-)
-# --use-system-v8 (Doesn't compile)
-# --use-system-yaml (Doesn't compile)
-# --use-system-tcmalloc (Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890)
-# LIBS=atomic is a workaround for https://jira.mongodb.org/browse/SERVER-17447
-
-build() {
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  scons all ${_scons_args[@]}
-}
-
-check() {
-  # Tests not passing
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  scons smoke smokeCppUnittests smokeJsCore --smokedbprefix=$srcdir 
${_scons_args[@]} || warning Tests failed
-}
-
-package() {
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  scons install --prefix=$pkgdir/usr ${_scons_args[@]}
-
-  install -Dm644 $srcdir/mongodb.conf $pkgdir/etc/mongodb.conf
-  install -Dm644 $srcdir/mongodb.service 
$pkgdir/usr/lib/systemd/system/mongodb.service
-  install -dm700 $pkgdir/var/lib/mongodb
-  install -dm755 $pkgdir/var/log/mongodb
-}

Copied: mongodb/repos/community-i686/PKGBUILD (from rev 135541, 

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

2015-06-18 Thread Felix Yan
Date: Thursday, June 18, 2015 @ 08:05:17
  Author: fyan
Revision: 135541

upgpkg: mongodb 3.0.4-1

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-17 19:30:54 UTC (rev 135540)
+++ PKGBUILD2015-06-18 06:05:17 UTC (rev 135541)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 install=mongodb.install
 source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
 'mongodb.conf' 'mongodb.service')
-sha512sums=('23655d98ba7c0ba5d76c29964babb69a43714f5ca41843b0e8ae7bc5fa4dbba7b67022af4909a34f363406d4db58db39f9a03b4348a46eceb13067210bf8f23f'
+sha512sums=('bd35a252cd351a2d755edf5e20c69c904de326d7e47aebc055cd0160476ecf966cf53f3263410c32f70e108ff2a019f86a21e1a71917246c2f13db9251082bc3'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 


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

2015-06-18 Thread Felix Yan
Date: Thursday, June 18, 2015 @ 12:21:32
  Author: fyan
Revision: 135551

upgpkg: mongodb-tools 3.1.4-1

Modified:
  mongodb-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 08:37:40 UTC (rev 135550)
+++ PKGBUILD2015-06-18 10:21:32 UTC (rev 135551)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=mongodb-tools
-pkgver=3.1.3
+pkgver=3.1.4
 pkgrel=1
 pkgdesc=The MongoDB tools provide import, export, and diagnostic 
capabilities.
 arch=('i686' 'x86_64')


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

2015-06-18 Thread Felix Yan
Date: Thursday, June 18, 2015 @ 12:22:05
  Author: fyan
Revision: 135552

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

Added:
  mongodb-tools/repos/community-i686/PKGBUILD
(from rev 135551, mongodb-tools/trunk/PKGBUILD)
  mongodb-tools/repos/community-x86_64/PKGBUILD
(from rev 135551, mongodb-tools/trunk/PKGBUILD)
Deleted:
  mongodb-tools/repos/community-i686/PKGBUILD
  mongodb-tools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-18 10:21:32 UTC (rev 135551)
+++ community-i686/PKGBUILD 2015-06-18 10:22:05 UTC (rev 135552)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=mongodb-tools
-pkgver=3.1.3
-pkgrel=1
-pkgdesc=The MongoDB tools provide import, export, and diagnostic 
capabilities.
-arch=('i686' 'x86_64')
-url=https://github.com/mongodb/mongo-tools;
-license=('Apache')
-depends=('libsasl')
-makedepends=('git' 'go')
-source=(git+https://github.com/mongodb/mongo-tools.git#tag=r$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd mongo-tools
-}
-
-build() {
-  cd mongo-tools
-  . ./set_gopath.sh
-
-  mkdir bin
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
-go build -o bin/$i -tags ssl sasl $i/main/$i.go
-  done
-}
-
-package() {
-  cd mongo-tools
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
-install -Dm755 bin/$i $pkgdir/usr/bin/$i
-  done
-}

Copied: mongodb-tools/repos/community-i686/PKGBUILD (from rev 135551, 
mongodb-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-18 10:22:05 UTC (rev 135552)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=mongodb-tools
+pkgver=3.1.4
+pkgrel=1
+pkgdesc=The MongoDB tools provide import, export, and diagnostic 
capabilities.
+arch=('i686' 'x86_64')
+url=https://github.com/mongodb/mongo-tools;
+license=('Apache')
+depends=('libsasl')
+makedepends=('git' 'go')
+source=(git+https://github.com/mongodb/mongo-tools.git#tag=r$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd mongo-tools
+}
+
+build() {
+  cd mongo-tools
+  . ./set_gopath.sh
+
+  mkdir bin
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
+go build -o bin/$i -tags ssl sasl $i/main/$i.go
+  done
+}
+
+package() {
+  cd mongo-tools
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
+install -Dm755 bin/$i $pkgdir/usr/bin/$i
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-18 10:21:32 UTC (rev 135551)
+++ community-x86_64/PKGBUILD   2015-06-18 10:22:05 UTC (rev 135552)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=mongodb-tools
-pkgver=3.1.3
-pkgrel=1
-pkgdesc=The MongoDB tools provide import, export, and diagnostic 
capabilities.
-arch=('i686' 'x86_64')
-url=https://github.com/mongodb/mongo-tools;
-license=('Apache')
-depends=('libsasl')
-makedepends=('git' 'go')
-source=(git+https://github.com/mongodb/mongo-tools.git#tag=r$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd mongo-tools
-}
-
-build() {
-  cd mongo-tools
-  . ./set_gopath.sh
-
-  mkdir bin
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
-go build -o bin/$i -tags ssl sasl $i/main/$i.go
-  done
-}
-
-package() {
-  cd mongo-tools
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
-install -Dm755 bin/$i $pkgdir/usr/bin/$i
-  done
-}

Copied: mongodb-tools/repos/community-x86_64/PKGBUILD (from rev 135551, 
mongodb-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-18 10:22:05 UTC (rev 135552)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=mongodb-tools
+pkgver=3.1.4
+pkgrel=1
+pkgdesc=The MongoDB tools provide import, export, and diagnostic 
capabilities.
+arch=('i686' 'x86_64')
+url=https://github.com/mongodb/mongo-tools;
+license=('Apache')
+depends=('libsasl')
+makedepends=('git' 'go')
+source=(git+https://github.com/mongodb/mongo-tools.git#tag=r$pkgver;)
+md5sums=('SKIP')
+

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

2015-06-18 Thread Sergej Pupykin
Date: Thursday, June 18, 2015 @ 12:23:46
  Author: spupykin
Revision: 135554

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |  100 +++
 drupal.install |   30 
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-18 10:23:35 UTC (rev 135553)
+++ PKGBUILD2015-06-18 10:23:46 UTC (rev 135554)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Corrado Primier cp663...@stud.polimi.it
-
-pkgname=drupal
-pkgver=7.37
-pkgrel=1
-pkgdesc=A PHP-based content management platform
-arch=('any')
-url=http://www.drupal.org/;
-license=('GPL')
-depends=('php')
-install='drupal.install'
-options=(!strip)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('3a70696c87b786365f2c6c3aeb895d8a')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-#  patch -p1 $srcdir/1599774-htaccess-apache-2.4-53-D7-backport.patch
-}
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p $pkgdir/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p $pkgdir/var/lib/drupal/
-  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat $pkgdir/etc/webapps/drupal/apache.example.conf EOF
-   Alias /drupal /usr/share/webapps/drupal
-   Directory /usr/share/webapps/drupal
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal
-   /Directory
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 135553, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-18 10:23:46 UTC (rev 135554)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Corrado Primier cp663...@stud.polimi.it
+
+pkgname=drupal
+pkgver=7.38
+pkgrel=1
+pkgdesc=A PHP-based content management platform
+arch=('any')
+url=http://www.drupal.org/;
+license=('GPL')
+depends=('php')
+install='drupal.install'
+options=(!strip)
+source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+md5sums=('c18298c1a5aed32ddbdac605fdef7fce')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+#  patch -p1 $srcdir/1599774-htaccess-apache-2.4-53-D7-backport.patch
+}
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p $pkgdir/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p $pkgdir/var/lib/drupal/
+  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat $pkgdir/etc/webapps/drupal/apache.example.conf EOF
+   Alias /drupal /usr/share/webapps/drupal
+   Directory /usr/share/webapps/drupal
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal
+   /Directory
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2015-06-18 10:23:35 UTC (rev 135553)
+++ drupal.install  2015-06-18 10:23:46 UTC (rev 135554)
@@ -1,15 +0,0 @@
-post_install() {
-  echo Remember that you need to install either mysql or postgresql for this 
package
-  echo to work. Also make sure to read either INSTALL.mysql.txt (for MySQL) 
or
-  echo INSTALL.pgsql.txt (for PostgreSQL) in /usr/share/webapps/drupal/.
-  if [[ ! `grep ^extension=mysql.so /etc/php/php.ini` ]]
-   then echo If you use mysql you should enable its module by adding the 
line:
-   echoextension=mysql.so
-   echo to your /etc/php/php.ini, otherwise drupal won't work.
-  fi
-  chown -R http:http var/lib/drupal
-}
-

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

2015-06-18 Thread Sergej Pupykin
Date: Thursday, June 18, 2015 @ 12:23:35
  Author: spupykin
Revision: 135553

upgpkg: drupal 7.38-1

upd

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 10:22:05 UTC (rev 135552)
+++ PKGBUILD2015-06-18 10:23:35 UTC (rev 135553)
@@ -3,7 +3,7 @@
 # Contributor: Corrado Primier cp663...@stud.polimi.it
 
 pkgname=drupal
-pkgver=7.37
+pkgver=7.38
 pkgrel=1
 pkgdesc=A PHP-based content management platform
 arch=('any')
@@ -13,7 +13,7 @@
 install='drupal.install'
 options=(!strip)
 source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('3a70696c87b786365f2c6c3aeb895d8a')
+md5sums=('c18298c1a5aed32ddbdac605fdef7fce')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


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

2015-06-18 Thread Maxime Gauduin
Date: Thursday, June 18, 2015 @ 12:25:06
  Author: alucryd
Revision: 13

upgpkg: pantheon-files 0.2.1-1

Modified:
  pantheon-files/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 10:23:46 UTC (rev 135554)
+++ PKGBUILD2015-06-18 10:25:06 UTC (rev 13)
@@ -2,8 +2,8 @@
 # Maintainer: Maxime Gauduin aluc...@archlinux.org
 
 pkgname=pantheon-files
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
 pkgdesc='The Pantheon File Manager'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/pantheon-files'
@@ -13,8 +13,8 @@
 optdepends=('contractor: Various context menu entries'
 'tumbler: Thumbnails generation')
 install='pantheon-files.install'
-source=(https://launchpad.net/pantheon-files/freya/${pkgver%.*}/+download/pantheon-files-${pkgver}.tgz;)
-sha256sums=('17ab6239ce512fedecc4cff7fcb0465f925845ef17e8cc9e910001358bb9d8aa')
+source=(https://launchpad.net/pantheon-files/${pkgver%.*}.x/${pkgver}/+download/pantheon-files-${pkgver}.tgz;)
+sha256sums=('4a562d9f3bcd2a19d485060ec5baf9ac471efffe36c1c07de9035df5a4f8a699')
 
 build() {
   cd pantheon-files-${pkgver}


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

2015-06-18 Thread Maxime Gauduin
Date: Thursday, June 18, 2015 @ 12:25:31
  Author: alucryd
Revision: 135556

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

Added:
  pantheon-files/repos/community-i686/PKGBUILD
(from rev 13, pantheon-files/trunk/PKGBUILD)
  pantheon-files/repos/community-i686/pantheon-files.install
(from rev 13, pantheon-files/trunk/pantheon-files.install)
  pantheon-files/repos/community-x86_64/PKGBUILD
(from rev 13, pantheon-files/trunk/PKGBUILD)
  pantheon-files/repos/community-x86_64/pantheon-files.install
(from rev 13, pantheon-files/trunk/pantheon-files.install)
Deleted:
  pantheon-files/repos/community-i686/PKGBUILD
  pantheon-files/repos/community-i686/pantheon-files.install
  pantheon-files/repos/community-x86_64/PKGBUILD
  pantheon-files/repos/community-x86_64/pantheon-files.install

-+
 /PKGBUILD   |   82 ++
 /pantheon-files.install |   30 ++
 community-i686/PKGBUILD |   41 ---
 community-i686/pantheon-files.install   |   15 -
 community-x86_64/PKGBUILD   |   41 ---
 community-x86_64/pantheon-files.install |   15 -
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-18 10:25:06 UTC (rev 13)
+++ community-i686/PKGBUILD 2015-06-18 10:25:31 UTC (rev 135556)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-
-pkgname=pantheon-files
-pkgver=0.2.0
-pkgrel=2
-pkgdesc='The Pantheon File Manager'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-files'
-license=('GPL3')
-depends=('desktop-file-utils' 'gconf' 'granite' 'libnotify' 'zeitgeist')
-makedepends=('cmake' 'gnome-common' 'sqlite3' 'vala')
-optdepends=('contractor: Various context menu entries'
-'tumbler: Thumbnails generation')
-install='pantheon-files.install'
-source=(https://launchpad.net/pantheon-files/freya/${pkgver%.*}/+download/pantheon-files-${pkgver}.tgz;)
-sha256sums=('17ab6239ce512fedecc4cff7fcb0465f925845ef17e8cc9e910001358bb9d8aa')
-
-build() {
-  cd pantheon-files-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_SKIP_RPATH='TRUE' \
--DGSETTINGS_COMPILE='FALSE'
-  make
-}
-
-package() {
-  cd pantheon-files-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-files/repos/community-i686/PKGBUILD (from rev 13, 
pantheon-files/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-18 10:25:31 UTC (rev 135556)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+
+pkgname=pantheon-files
+pkgver=0.2.1
+pkgrel=1
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+depends=('desktop-file-utils' 'gconf' 'granite' 'libnotify' 'zeitgeist')
+makedepends=('cmake' 'gnome-common' 'sqlite' 'vala')
+optdepends=('contractor: Various context menu entries'
+'tumbler: Thumbnails generation')
+install='pantheon-files.install'
+source=(https://launchpad.net/pantheon-files/${pkgver%.*}.x/${pkgver}/+download/pantheon-files-${pkgver}.tgz;)
+sha256sums=('4a562d9f3bcd2a19d485060ec5baf9ac471efffe36c1c07de9035df5a4f8a699')
+
+build() {
+  cd pantheon-files-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_SKIP_RPATH='TRUE' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd pantheon-files-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/pantheon-files.install
===
--- community-i686/pantheon-files.install   2015-06-18 10:25:06 UTC (rev 
13)
+++ community-i686/pantheon-files.install   2015-06-18 10:25:31 UTC (rev 
135556)
@@ -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: pantheon-files/repos/community-i686/pantheon-files.install (from rev 
13, pantheon-files/trunk/pantheon-files.install)
===
--- community-i686/pantheon-files.install   (rev 0)
+++ community-i686/pantheon-files.install   2015-06-18 10:25:31 UTC (rev 

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

2015-06-18 Thread Massimiliano Torromeo
Date: Thursday, June 18, 2015 @ 10:01:17
  Author: mtorromeo
Revision: 135546

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

Added:
  sysdig/repos/community-i686/PKGBUILD
(from rev 135545, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-i686/sysdig.install
(from rev 135545, sysdig/trunk/sysdig.install)
  sysdig/repos/community-x86_64/PKGBUILD
(from rev 135545, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-x86_64/sysdig.install
(from rev 135545, sysdig/trunk/sysdig.install)

-+
 community-i686/PKGBUILD |   41 ++
 community-i686/sysdig.install   |   21 +++
 community-x86_64/PKGBUILD   |   41 ++
 community-x86_64/sysdig.install |   21 +++
 4 files changed, 124 insertions(+)

Copied: sysdig/repos/community-i686/PKGBUILD (from rev 135545, 
sysdig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-18 08:01:17 UTC (rev 135546)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contribuitor: Alfredo Palhares masterk...@masterkorp.net
+# Contribuitor: Christian Babeux christian.bab...@0x80.ca
+
+pkgname=sysdig
+pkgver=0.1.101
+pkgrel=1
+pkgdesc=Open source system-level exploration and troubleshooting tool
+arch=('i686' 'x86_64')
+url=http://www.sysdig.org/;
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit')
+makedepends=('cmake')
+source=(https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('6995e39be565514901b5cb587689ee2efbf8359293e4e597362382cccf0e9db6')
+install=$pkgname.install
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDIR_ETC=/etc \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_LUAJIT=OFF \
+-DUSE_BUNDLED_JSONCPP=OFF \
+-DUSE_BUNDLED_ZLIB=OFF \
+-DUSE_BUNDLED_NCURSES=OFF \
+-DBUILD_DRIVER=OFF
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  cd build
+  make install DESTDIR=$pkgdir
+}

Copied: sysdig/repos/community-i686/sysdig.install (from rev 135545, 
sysdig/trunk/sysdig.install)
===
--- community-i686/sysdig.install   (rev 0)
+++ community-i686/sysdig.install   2015-06-18 08:01:17 UTC (rev 135546)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+post_install() {
+dkms add sysdig/${1%%-*}
+  cat  EOF
+== To build and install the necessary module run: dkms install sysdig/${1%%-*}
+== To do this automatically at startup run: systemctl enable dkms.service
+EOF
+}
+
+pre_upgrade() {
+pre_remove $2
+}
+
+post_upgrade() {
+post_install $1
+}
+
+pre_remove() {
+[ -n ${1%-*} ]  dkms remove sysdig/${1%%-*} --all /dev/null || true
+}

Copied: sysdig/repos/community-x86_64/PKGBUILD (from rev 135545, 
sysdig/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-18 08:01:17 UTC (rev 135546)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contribuitor: Alfredo Palhares masterk...@masterkorp.net
+# Contribuitor: Christian Babeux christian.bab...@0x80.ca
+
+pkgname=sysdig
+pkgver=0.1.101
+pkgrel=1
+pkgdesc=Open source system-level exploration and troubleshooting tool
+arch=('i686' 'x86_64')
+url=http://www.sysdig.org/;
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit')
+makedepends=('cmake')
+source=(https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('6995e39be565514901b5cb587689ee2efbf8359293e4e597362382cccf0e9db6')
+install=$pkgname.install
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDIR_ETC=/etc \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_LUAJIT=OFF \
+-DUSE_BUNDLED_JSONCPP=OFF \
+-DUSE_BUNDLED_ZLIB=OFF \
+-DUSE_BUNDLED_NCURSES=OFF \
+-DBUILD_DRIVER=OFF
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  cd build
+  make install DESTDIR=$pkgdir
+}

Copied: sysdig/repos/community-x86_64/sysdig.install (from rev 135545, 
sysdig/trunk/sysdig.install)
===
--- community-x86_64/sysdig.install (rev 0)
+++ community-x86_64/sysdig.install 2015-06-18 08:01:17 UTC (rev 135546)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+post_install() {
+dkms add sysdig/${1%%-*}
+  cat  EOF
+== To build and install the necessary module run: dkms install 

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

2015-06-18 Thread Jan Steffens
Date: Thursday, June 18, 2015 @ 10:23:30
  Author: heftig
Revision: 135549

2.5.7

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 08:02:33 UTC (rev 135548)
+++ PKGBUILD2015-06-18 08:23:30 UTC (rev 135549)
@@ -3,7 +3,7 @@
 
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
-pkgver=2.5.6
+pkgver=2.5.7
 pkgrel=1
 pkgdesc=Ruby runtime written in Ruby, designed for concurrency
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
 gemrc dirs.patch)
-sha256sums=('a81f57c6a9d38122a974df1debd5dd7900cb9d4a5cd621b2105de716990f807a'
+sha256sums=('8ba8e75835e6df38453f6b6f65bdd296abee2df89ce488e6cc914059b6e1b385'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
 'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
 


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

2015-06-18 Thread Jan Steffens
Date: Thursday, June 18, 2015 @ 10:37:40
  Author: heftig
Revision: 135550

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

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

-+
 /PKGBUILD   |  174 ++
 /dirs.patch |   42 ++
 /gemrc  |   10 ++
 community-i686/PKGBUILD |   87 -
 community-i686/dirs.patch   |   21 -
 community-i686/gemrc|5 -
 community-x86_64/PKGBUILD   |   87 -
 community-x86_64/dirs.patch |   21 -
 community-x86_64/gemrc  |5 -
 9 files changed, 226 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-18 08:23:30 UTC (rev 135549)
+++ community-i686/PKGBUILD 2015-06-18 08:37:40 UTC (rev 135550)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=2.5.6
-pkgrel=1
-pkgdesc=Ruby runtime written in Ruby, designed for concurrency
-arch=(i686 x86_64)
-url=http://rubini.us;
-license=(custom)
-depends=(llvm35-libs libffi openssl libyaml)
-makedepends=(llvm35 rubinius-ruby)
-options=(!emptydirs)
-source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
-gemrc dirs.patch)
-sha256sums=('a81f57c6a9d38122a974df1debd5dd7900cb9d4a5cd621b2105de716990f807a'
-'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
-
-_common() {
-  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
-  cd $pkgbase-$pkgver
-}
-
-prepare() {
-  _common
-
-  patch -Np1 -i ../dirs.patch
-
-  mkdir -p $GEM_HOME
-  gem install --no-user-install -N vendor/cache/bundler-*.gem
-
-  $GEM_HOME/bin/bundle install --local
-}
-
-build() {
-  _common
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---includedir=/usr/include/rubinius \
---appdir=/usr/lib/rubinius \
---gemsdir=/usr/lib/rubinius/gems \
---llvm-shared \
---preserve-prefix \
---without-rpath \
---bin-link bundle --bin-link bundler
-  rake build
-}
-
-check() {
-  _common
-  rake vm:test || :
-}
-
-package_rubinius() {
-  optdepends=('ruby-docs: Ruby documentation')
-
-  _common
-
-  DESTDIR=$pkgdir rake install
-
-  mkdir -p $pkgdir/usr/share/ri
-  ln -s 2.2.0 $pkgdir/usr/share/ri/2.1
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/rubinius/LICENSE
-
-### Split rubinius-ruby
-  mkdir -p $srcdir/ruby/usr/bin
-  for _f in $pkgdir/usr/bin/*; do
-[[ $_f == */rbx ]]  continue
-mv $_f $srcdir/ruby/usr/bin
-  done
-}
-
-package_rubinius-ruby() {
-  pkgdesc=Ruby compat for Rubinius
-  depends=(rubinius=$pkgver-$pkgrel)
-  provides=(ruby)
-  conflicts=(ruby)
-  backup=(etc/gemrc)
-
-  mv ruby/* $pkgdir
-  install -Dm644 gemrc $pkgdir/etc/gemrc
-  install -d $pkgdir/usr/share/licenses/rubinius-ruby
-  ln -s ../rubinius/LICENSE $pkgdir/usr/share/licenses/rubinius-ruby/LICENSE
-}

Copied: rubinius/repos/community-i686/PKGBUILD (from rev 135549, 
rubinius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-18 08:37:40 UTC (rev 135550)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=2.5.7
+pkgrel=1
+pkgdesc=Ruby runtime written in Ruby, designed for concurrency
+arch=(i686 x86_64)
+url=http://rubini.us;
+license=(custom)
+depends=(llvm35-libs libffi openssl libyaml)
+makedepends=(llvm35 rubinius-ruby)
+options=(!emptydirs)
+source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch)
+sha256sums=('8ba8e75835e6df38453f6b6f65bdd296abee2df89ce488e6cc914059b6e1b385'
+'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
+'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
+
+_common() {
+  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
+  

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

2015-06-18 Thread Martin Wimpress
Date: Thursday, June 18, 2015 @ 09:58:45
  Author: flexiondotorg
Revision: 135543

upgpkg: pluma 1.10.1-1 - New upstream release

Modified:
  pluma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 06:06:08 UTC (rev 135542)
+++ PKGBUILD2015-06-18 07:58:45 UTC (rev 135543)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=pluma
 pkgname=${_pkgbase}
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc=A powerful text editor for MATE (GTK2 version)
 url=http://mate-desktop.org;
@@ -16,7 +16,7 @@
 groups=('mate-extra')
 conflicts=(${_pkgbase}-gtk3)
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ed62ff4ced843d09040720865bad9f15ce4c831d')
+sha1sums=('208b9416c5dea58f414277d8dcf2ba1a441fd1ed')
 install=${_pkgbase}.install
 
 prepare() {


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

2015-06-18 Thread Martin Wimpress
Date: Thursday, June 18, 2015 @ 09:58:55
  Author: flexiondotorg
Revision: 135544

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

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

+
 /PKGBUILD  |   82 +++
 /pluma.install |   24 +++
 community-i686/PKGBUILD|   41 ---
 community-i686/pluma.install   |   12 -
 community-x86_64/PKGBUILD  |   41 ---
 community-x86_64/pluma.install |   12 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-18 07:58:45 UTC (rev 135543)
+++ community-i686/PKGBUILD 2015-06-18 07:58:55 UTC (rev 135544)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=pluma
-pkgname=${_pkgbase}
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=A powerful text editor for MATE (GTK2 version)
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'enchant' 'gtk2' 'gtksourceview2' 'iso-codes'
- 'libsm' 'mate-desktop=1.10' 'pygtksourceview2' 'python2-gobject' 
'zenity')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=(${_pkgbase}-gtk3)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ed62ff4ced843d09040720865bad9f15ce4c831d')
-install=${_pkgbase}.install
-
-prepare() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-gtk-doc=no \
---enable-python
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: pluma/repos/community-i686/PKGBUILD (from rev 135543, 
pluma/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-18 07:58:55 UTC (rev 135544)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=pluma
+pkgname=${_pkgbase}
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=A powerful text editor for MATE (GTK2 version)
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'enchant' 'gtk2' 'gtksourceview2' 'iso-codes'
+ 'libsm' 'mate-desktop=1.10' 'pygtksourceview2' 'python2-gobject' 
'zenity')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=(${_pkgbase}-gtk3)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('208b9416c5dea58f414277d8dcf2ba1a441fd1ed')
+install=${_pkgbase}.install
+
+prepare() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-gtk-doc=no \
+--enable-python
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/pluma.install
===
--- community-i686/pluma.install2015-06-18 07:58:45 UTC (rev 135543)
+++ community-i686/pluma.install2015-06-18 07:58:55 UTC (rev 135544)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pluma/repos/community-i686/pluma.install (from rev 135543, 
pluma/trunk/pluma.install)
===
--- community-i686/pluma.install(rev 0)
+++ community-i686/pluma.install2015-06-18 07:58:55 UTC (rev 135544)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+

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

2015-06-18 Thread Martin Wimpress
Date: Thursday, June 18, 2015 @ 10:02:27
  Author: flexiondotorg
Revision: 135547

upgpkg: pluma-gtk3 1.10.1-1 - New upstream release

Modified:
  pluma-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 08:01:17 UTC (rev 135546)
+++ PKGBUILD2015-06-18 08:02:27 UTC (rev 135547)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=pluma
 pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc=A powerful text editor for MATE (GTK3 version [EXPERIMENTAL])
 url=http://mate-desktop.org;
@@ -16,7 +16,7 @@
 groups=('mate-extra-gtk3')
 conflicts=(${_pkgbase})
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ed62ff4ced843d09040720865bad9f15ce4c831d')
+sha1sums=('208b9416c5dea58f414277d8dcf2ba1a441fd1ed')
 install=${_pkgbase}.install
 
 prepare() {


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

2015-06-18 Thread Martin Wimpress
Date: Thursday, June 18, 2015 @ 10:02:33
  Author: flexiondotorg
Revision: 135548

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

Added:
  pluma-gtk3/repos/community-i686/PKGBUILD
(from rev 135547, pluma-gtk3/trunk/PKGBUILD)
  pluma-gtk3/repos/community-i686/pluma.install
(from rev 135547, pluma-gtk3/trunk/pluma.install)
  pluma-gtk3/repos/community-x86_64/PKGBUILD
(from rev 135547, pluma-gtk3/trunk/PKGBUILD)
  pluma-gtk3/repos/community-x86_64/pluma.install
(from rev 135547, pluma-gtk3/trunk/pluma.install)
Deleted:
  pluma-gtk3/repos/community-i686/PKGBUILD
  pluma-gtk3/repos/community-i686/pluma.install
  pluma-gtk3/repos/community-x86_64/PKGBUILD
  pluma-gtk3/repos/community-x86_64/pluma.install

+
 /PKGBUILD  |   82 +++
 /pluma.install |   24 +++
 community-i686/PKGBUILD|   41 ---
 community-i686/pluma.install   |   12 -
 community-x86_64/PKGBUILD  |   41 ---
 community-x86_64/pluma.install |   12 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-18 08:02:27 UTC (rev 135547)
+++ community-i686/PKGBUILD 2015-06-18 08:02:33 UTC (rev 135548)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=pluma
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=A powerful text editor for MATE (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'enchant' 'gtk3' 'gtksourceview3' 'iso-codes'
- 'libsm' 'mate-desktop-gtk3=1.10' 'zenity')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ed62ff4ced843d09040720865bad9f15ce4c831d')
-install=${_pkgbase}.install
-
-prepare() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-gtk-doc=no \
---disable-python
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: pluma-gtk3/repos/community-i686/PKGBUILD (from rev 135547, 
pluma-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-18 08:02:33 UTC (rev 135548)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=pluma
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=A powerful text editor for MATE (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'enchant' 'gtk3' 'gtksourceview3' 'iso-codes'
+ 'libsm' 'mate-desktop-gtk3=1.10' 'zenity')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('208b9416c5dea58f414277d8dcf2ba1a441fd1ed')
+install=${_pkgbase}.install
+
+prepare() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--enable-gtk-doc=no \
+--disable-python
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/pluma.install
===
--- community-i686/pluma.install2015-06-18 08:02:27 UTC (rev 135547)
+++ community-i686/pluma.install2015-06-18 08:02:33 UTC (rev 135548)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pluma-gtk3/repos/community-i686/pluma.install (from rev 135547, 
pluma-gtk3/trunk/pluma.install)
===
--- community-i686/pluma.install(rev 0)
+++ community-i686/pluma.install2015-06-18 08:02:33 UTC (rev 135548)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+  

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

2015-06-18 Thread Jan de Groot
Date: Thursday, June 18, 2015 @ 10:27:32
  Author: jgc
Revision: 241007

upgpkg: telepathy-logger 0.8.2-1

Modified:
  telepathy-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 01:19:10 UTC (rev 241006)
+++ PKGBUILD2015-06-18 08:27:32 UTC (rev 241007)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=telepathy-logger
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc=Telepathy framework logging daemon
 arch=(i686 x86_64)
@@ -8,10 +8,12 @@
 url=http://telepathy.freedesktop.org/wiki/Logger;
 license=('LGPL2.1')
 depends=('telepathy-glib' 'sqlite' 'libxml2' 'dconf')
-makedepends=('intltool' 'gobject-introspection')
+makedepends=('intltool' 'gobject-introspection' 'libxslt')
 install=telepathy-logger.install
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('88f7dfde882d987b9c93b645efab2f43')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('c2f6a31c76cbdf8790500cf4f872ba71'
+ 'SKIP')
+validpgpkeys=('5113B855236702158C41C366432705FACDD40325')
 
 build() {
   cd $pkgname-$pkgver


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

2015-06-18 Thread Jan de Groot
Date: Thursday, June 18, 2015 @ 10:27:39
  Author: jgc
Revision: 241008

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

Added:
  telepathy-logger/repos/extra-i686/PKGBUILD
(from rev 241007, telepathy-logger/trunk/PKGBUILD)
  telepathy-logger/repos/extra-i686/telepathy-logger.install
(from rev 241007, telepathy-logger/trunk/telepathy-logger.install)
  telepathy-logger/repos/extra-x86_64/PKGBUILD
(from rev 241007, telepathy-logger/trunk/PKGBUILD)
  telepathy-logger/repos/extra-x86_64/telepathy-logger.install
(from rev 241007, telepathy-logger/trunk/telepathy-logger.install)
Deleted:
  telepathy-logger/repos/extra-i686/PKGBUILD
  telepathy-logger/repos/extra-i686/telepathy-logger.install
  telepathy-logger/repos/extra-x86_64/PKGBUILD
  telepathy-logger/repos/extra-x86_64/telepathy-logger.install

---+
 /PKGBUILD |   72 
 /telepathy-logger.install |   22 +
 extra-i686/PKGBUILD   |   34 ---
 extra-i686/telepathy-logger.install   |   11 
 extra-x86_64/PKGBUILD |   34 ---
 extra-x86_64/telepathy-logger.install |   11 
 6 files changed, 94 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-18 08:27:32 UTC (rev 241007)
+++ extra-i686/PKGBUILD 2015-06-18 08:27:39 UTC (rev 241008)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=telepathy-logger
-pkgver=0.8.1
-pkgrel=1
-pkgdesc=Telepathy framework logging daemon
-arch=(i686 x86_64)
-url=http://telepathy.freedesktop.org/wiki/Logger;
-license=('LGPL2.1')
-depends=('telepathy-glib' 'sqlite' 'libxml2' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gobject-introspection')
-install=telepathy-logger.install
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('88f7dfde882d987b9c93b645efab2f43')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/telepathy \
---enable-call \
---disable-static \
---disable-scrollkeeper \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-logger/repos/extra-i686/PKGBUILD (from rev 241007, 
telepathy-logger/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-18 08:27:39 UTC (rev 241008)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=telepathy-logger
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=Telepathy framework logging daemon
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Logger;
+license=('LGPL2.1')
+depends=('telepathy-glib' 'sqlite' 'libxml2' 'dconf')
+makedepends=('intltool' 'gobject-introspection' 'libxslt')
+install=telepathy-logger.install
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('c2f6a31c76cbdf8790500cf4f872ba71'
+ 'SKIP')
+validpgpkeys=('5113B855236702158C41C366432705FACDD40325')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/telepathy \
+--enable-call \
+--disable-static \
+--disable-scrollkeeper \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/telepathy-logger.install
===
--- extra-i686/telepathy-logger.install 2015-06-18 08:27:32 UTC (rev 241007)
+++ extra-i686/telepathy-logger.install 2015-06-18 08:27:39 UTC (rev 241008)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove(){
-post_install
-}

Copied: telepathy-logger/repos/extra-i686/telepathy-logger.install (from rev 
241007, telepathy-logger/trunk/telepathy-logger.install)
===
--- extra-i686/telepathy-logger.install (rev 0)
+++ extra-i686/telepathy-logger.install 2015-06-18 08:27:39 UTC (rev 241008)
@@ -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-06-18 08:27:32 UTC (rev 241007)
+++ extra-x86_64/PKGBUILD   2015-06-18 08:27:39 UTC (rev 241008)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=telepathy-logger
-pkgver=0.8.1
-pkgrel=1

[arch-commits] Commit in (7 files)

2015-06-18 Thread Massimiliano Torromeo
Date: Thursday, June 18, 2015 @ 10:00:41
  Author: mtorromeo
Revision: 135545

Add sysdig package

Added:
  sysdig/
  sysdig/repos/
  sysdig/repos/community-i686/
  sysdig/repos/community-x86_64/
  sysdig/trunk/
  sysdig/trunk/PKGBUILD
  sysdig/trunk/sysdig.install

+
 PKGBUILD   |   41 +
 sysdig.install |   21 +
 2 files changed, 62 insertions(+)

Added: sysdig/trunk/PKGBUILD
===
--- sysdig/trunk/PKGBUILD   (rev 0)
+++ sysdig/trunk/PKGBUILD   2015-06-18 08:00:41 UTC (rev 135545)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contribuitor: Alfredo Palhares masterk...@masterkorp.net
+# Contribuitor: Christian Babeux christian.bab...@0x80.ca
+
+pkgname=sysdig
+pkgver=0.1.101
+pkgrel=1
+pkgdesc=Open source system-level exploration and troubleshooting tool
+arch=('i686' 'x86_64')
+url=http://www.sysdig.org/;
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit')
+makedepends=('cmake')
+source=(https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('6995e39be565514901b5cb587689ee2efbf8359293e4e597362382cccf0e9db6')
+install=$pkgname.install
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDIR_ETC=/etc \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_LUAJIT=OFF \
+-DUSE_BUNDLED_JSONCPP=OFF \
+-DUSE_BUNDLED_ZLIB=OFF \
+-DUSE_BUNDLED_NCURSES=OFF \
+-DBUILD_DRIVER=OFF
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  cd build
+  make install DESTDIR=$pkgdir
+}


Property changes on: sysdig/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: sysdig/trunk/sysdig.install
===
--- sysdig/trunk/sysdig.install (rev 0)
+++ sysdig/trunk/sysdig.install 2015-06-18 08:00:41 UTC (rev 135545)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+post_install() {
+dkms add sysdig/${1%%-*}
+  cat  EOF
+== To build and install the necessary module run: dkms install sysdig/${1%%-*}
+== To do this automatically at startup run: systemctl enable dkms.service
+EOF
+}
+
+pre_upgrade() {
+pre_remove $2
+}
+
+post_upgrade() {
+post_install $1
+}
+
+pre_remove() {
+[ -n ${1%-*} ]  dkms remove sysdig/${1%%-*} --all /dev/null || true
+}


[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2015-06-18 Thread Florian Pritz
Date: Thursday, June 18, 2015 @ 10:48:00
  Author: bluewind
Revision: 241010

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 241009, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 241009, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 241009, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 ++---
 mirrorlist |  717 +--
 upgpkg |8 
 3 files changed, 394 insertions(+), 393 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-18 08:47:56 UTC (rev 241009)
+++ PKGBUILD2015-06-18 08:48:00 UTC (rev 241010)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=pacman-mirrorlist
-pkgver=20150531
-pkgrel=1
-pkgdesc=Arch Linux mirror list for use by pacman
-arch=('any')
-url=https://www.archlinux.org/mirrorlist/;
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c . PKGBUILD; updatelist
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('0daae42f0611400ff01104079a5833f6')
-sha256sums=('fa118ffb3f3d5bd55d8bebfb2c408305e3ad642da6eda45b15d878ee8c91e90c')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 241009, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-18 08:48:00 UTC (rev 241010)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgname=pacman-mirrorlist
+pkgver=20150618
+pkgrel=1
+pkgdesc=Arch Linux mirror list for use by pacman
+arch=('any')
+url=https://www.archlinux.org/mirrorlist/;
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c . PKGBUILD; updatelist
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
+}
+
+package() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('1bfa5e9d7b18bd1159b237aa684532dd')
+sha256sums=('c82ba9463f160eba7a8f5cb3b010cd496c627a244ad59fe1a63d0793e8fff494')

Deleted: mirrorlist
===
--- mirrorlist  2015-06-18 08:47:56 UTC (rev 241009)
+++ mirrorlist  2015-06-18 08:48:00 UTC (rev 241010)
@@ -1,358 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2015-05-31
-##
-
-## Worldwide
-#Server = https://dgix.ru/mirrors/archlinux/$repo/os/$arch
-#Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
-
-## Australia
-#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.rackcentral.com.au/archlinux/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-#Server = http://archlinux.uberglobalmirror.com/$repo/os/$arch
-
-## Austria
-#Server = http://mirror.easyname.at/archlinux/$repo/os/$arch
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Bangladesh
-#Server = http://mirrors.ispros.com.bd/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.cu.be/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Brazil
-#Server = http://archlinux-br.mirror.host1plus.com/$repo/os/$arch
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-#Server = http://linorg.usp.br/archlinux/$repo/os/$arch
-#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
-
-## Bulgaria
-#Server = http://mirror.telepoint.bg/archlinux/$repo/os/$arch
-
-## Canada
-#Server = http://archlinux.dropswitch.net/archlinux/$repo/os/$arch
-#Server = http://mirror.clibre.uqam.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.its.dal.ca/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.rafal.ca

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

2015-06-18 Thread Florian Pritz
Date: Thursday, June 18, 2015 @ 10:47:56
  Author: bluewind
Revision: 241009

upgpkg: pacman-mirrorlist 20150618-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |7 ---
 2 files changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 08:27:39 UTC (rev 241008)
+++ PKGBUILD2015-06-18 08:47:56 UTC (rev 241009)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=pacman-mirrorlist
-pkgver=20150531
+pkgver=20150618
 pkgrel=1
 pkgdesc=Arch Linux mirror list for use by pacman
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('0daae42f0611400ff01104079a5833f6')
-sha256sums=('fa118ffb3f3d5bd55d8bebfb2c408305e3ad642da6eda45b15d878ee8c91e90c')
+md5sums=('1bfa5e9d7b18bd1159b237aa684532dd')
+sha256sums=('c82ba9463f160eba7a8f5cb3b010cd496c627a244ad59fe1a63d0793e8fff494')

Modified: mirrorlist
===
--- mirrorlist  2015-06-18 08:27:39 UTC (rev 241008)
+++ mirrorlist  2015-06-18 08:47:56 UTC (rev 241009)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2015-05-31
+## Generated on 2015-06-18
 ##
 
 ## Worldwide
@@ -37,6 +37,7 @@
 #Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
 #Server = http://linorg.usp.br/archlinux/$repo/os/$arch
 #Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
+#Server = http://archlinux.pop-es.rnp.br/$repo/os/$arch
 
 ## Bulgaria
 #Server = http://mirror.telepoint.bg/archlinux/$repo/os/$arch
@@ -97,6 +98,7 @@
 #Server = http://mirror.archlinux.ikoula.com/archlinux/$repo/os/$arch
 #Server = http://archlinux.vi-di.fr/$repo/os/$arch
 #Server = http://mir.art-software.fr/arch/$repo/os/$arch
+#Server = http://mirror.bitrain.co/archlinux/$repo/os/$arch
 #Server = http://fooo.biz/archlinux/$repo/os/$arch
 #Server = https://fooo.biz/archlinux/$repo/os/$arch
 #Server = http://mirror.ibcp.fr/pub/archlinux/$repo/os/$arch
@@ -238,7 +240,6 @@
 
 ## Poland
 #Server = http://mirror.chmuri.net/archmirror/$repo/os/$arch
-#Server = http://arch.midov.pl/arch/$repo/os/$arch
 #Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/$arch
 #Server = http://ftp.vectranet.pl/archlinux/$repo/os/$arch
 
@@ -321,10 +322,10 @@
 #Server = http://mirror.cc.columbia.edu/pub/linux/archlinux/$repo/os/$arch
 #Server = http://mirrors.cdndepo.com/archlinux/$repo/os/$arch
 #Server = https://mirrors.cdndepo.com/archlinux/$repo/os/$arch
-#Server = http://mirrors.cecsresearch.org/archlinux/$repo/os/$arch
 #Server = http://cosmos.cites.illinois.edu/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.cs.pitt.edu/archlinux/$repo/os/$arch
 #Server = http://mirror.es.its.nyu.edu/archlinux/$repo/os/$arch
+#Server = http://mirror.gawsolutions.us/arch/$repo/os/$arch
 #Server = http://mirrors.gigenet.com/archlinux/$repo/os/$arch
 #Server = http://mirror.grig.io/archlinux/$repo/os/$arch
 #Server = http://www.gtlib.gatech.edu/pub/archlinux/$repo/os/$arch


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

2015-06-18 Thread Sergej Pupykin
Date: Thursday, June 18, 2015 @ 12:32:17
  Author: spupykin
Revision: 135557

upgpkg: netcf 0.2.8-2

upd

Modified:
  netcf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 10:25:31 UTC (rev 135556)
+++ PKGBUILD2015-06-18 10:32:17 UTC (rev 135557)
@@ -4,7 +4,7 @@
 
 pkgname=netcf
 pkgver=0.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for configuring network interfaces
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -22,7 +22,8 @@
   ./configure --prefix=/usr \
--disable-static \
--with-init-script=none \
-   --with-driver=redhat
+   --with-driver=redhat \
+   --libexecdir=/usr/lib/$pkgname
   make
 }
 


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

2015-06-18 Thread Sergej Pupykin
Date: Thursday, June 18, 2015 @ 12:32:32
  Author: spupykin
Revision: 135558

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-18 10:32:17 UTC (rev 135557)
+++ community-i686/PKGBUILD 2015-06-18 10:32:32 UTC (rev 135558)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
-
-pkgname=netcf
-pkgver=0.2.8
-pkgrel=1
-pkgdesc=A library for configuring network interfaces
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=https://fedorahosted.org/netcf/;
-depends=('augeas=0.7.4' 'netctl' 'libxslt' 'libxml2' 'libnl')
-makedepends=('gcc')
-source=(https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz;)
-md5sums=('8edfc9a5856468ae4f8ee97415a3dbf3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  aclocal
-  automake --add-missing || true
-  autoreconf
-  ./configure --prefix=/usr \
-   --disable-static \
-   --with-init-script=none \
-   --with-driver=redhat
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf $pkgdir/etc/rc.d
-}

Copied: netcf/repos/community-i686/PKGBUILD (from rev 135557, 
netcf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-18 10:32:32 UTC (rev 135558)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
+
+pkgname=netcf
+pkgver=0.2.8
+pkgrel=2
+pkgdesc=A library for configuring network interfaces
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=https://fedorahosted.org/netcf/;
+depends=('augeas=0.7.4' 'netctl' 'libxslt' 'libxml2' 'libnl')
+makedepends=('gcc')
+source=(https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz;)
+md5sums=('8edfc9a5856468ae4f8ee97415a3dbf3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  aclocal
+  automake --add-missing || true
+  autoreconf
+  ./configure --prefix=/usr \
+   --disable-static \
+   --with-init-script=none \
+   --with-driver=redhat \
+   --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf $pkgdir/etc/rc.d
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-18 10:32:17 UTC (rev 135557)
+++ community-x86_64/PKGBUILD   2015-06-18 10:32:32 UTC (rev 135558)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
-
-pkgname=netcf
-pkgver=0.2.8
-pkgrel=1
-pkgdesc=A library for configuring network interfaces
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=https://fedorahosted.org/netcf/;
-depends=('augeas=0.7.4' 'netctl' 'libxslt' 'libxml2' 'libnl')
-makedepends=('gcc')
-source=(https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz;)
-md5sums=('8edfc9a5856468ae4f8ee97415a3dbf3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  aclocal
-  automake --add-missing || true
-  autoreconf
-  ./configure --prefix=/usr \
-   --disable-static \
-   --with-init-script=none \
-   --with-driver=redhat
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf $pkgdir/etc/rc.d
-}

Copied: netcf/repos/community-x86_64/PKGBUILD (from rev 135557, 
netcf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-18 10:32:32 UTC (rev 135558)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
+
+pkgname=netcf
+pkgver=0.2.8
+pkgrel=2
+pkgdesc=A library for configuring network interfaces
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=https://fedorahosted.org/netcf/;
+depends=('augeas=0.7.4' 'netctl' 'libxslt' 'libxml2' 'libnl')
+makedepends=('gcc')
+source=(https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz;)
+md5sums=('8edfc9a5856468ae4f8ee97415a3dbf3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  aclocal
+  automake 

[arch-commits] Commit in pantheon-terminal/trunk (pantheon-terminal-vte2.91.patch)

2015-06-18 Thread Maxime Gauduin
Date: Thursday, June 18, 2015 @ 12:45:05
  Author: alucryd
Revision: 135560

upgpkg: pantheon-terminal 0.3.1.1-1

Deleted:
  pantheon-terminal/trunk/pantheon-terminal-vte2.91.patch

-+
 pantheon-terminal-vte2.91.patch |  145 --
 1 file changed, 145 deletions(-)

Deleted: pantheon-terminal-vte2.91.patch
===
--- pantheon-terminal-vte2.91.patch 2015-06-18 10:44:08 UTC (rev 135559)
+++ pantheon-terminal-vte2.91.patch 2015-06-18 10:45:05 UTC (rev 135560)
@@ -1,145 +0,0 @@
-diff -rupN pantheon-terminal-0.3.0.1.orig/CMakeLists.txt 
pantheon-terminal-0.3.0.1/CMakeLists.txt
 pantheon-terminal-0.3.0.1.orig/CMakeLists.txt  2014-09-30 
22:39:03.398514500 +0200
-+++ pantheon-terminal-0.3.0.1/CMakeLists.txt   2014-09-30 22:39:26.076941700 
+0200
-@@ -42,7 +42,7 @@ pkg_check_modules (DEPS REQUIRED
-   gthread-2.0
-   gtk+-3.0=3.9.10
-   granite=0.3.0
--  vte-2.90
-+  vte-2.91
-   libnotify
-   gdk-3.0)
- 
-@@ -64,7 +64,7 @@ vala_precompile (VALA_C
- src/ForegroundProcessDialog.vala
- src/Constants.vala
- PACKAGES
--vte-2.90
-+vte-2.91
- granite
- gtk+-3.0
- libnotify
-diff -rupN pantheon-terminal-0.3.0.1.orig/src/Settings.vala 
pantheon-terminal-0.3.0.1/src/Settings.vala
 pantheon-terminal-0.3.0.1.orig/src/Settings.vala   2014-09-30 
22:39:03.426457100 +0200
-+++ pantheon-terminal-0.3.0.1/src/Settings.vala2014-09-30 
22:39:26.077945600 +0200
-@@ -63,7 +63,7 @@ namespace PantheonTerminal {
- public string foreground { get; set; }
- public string background { get; set; }
- public string cursor_color { get; set; }
--public Vte.TerminalCursorShape cursor_shape { get; set; }
-+public Vte.CursorShape cursor_shape { get; set; }
- public string palette { get; set; }
- 
- public string shell { get; set; }
-@@ -77,4 +77,4 @@ namespace PantheonTerminal {
- base (org.pantheon.terminal.settings);
- }
- }
--}
-\ No newline at end of file
-+}
-diff -rupN pantheon-terminal-0.3.0.1.orig/src/TerminalWidget.vala 
pantheon-terminal-0.3.0.1/src/TerminalWidget.vala
 pantheon-terminal-0.3.0.1.orig/src/TerminalWidget.vala 2014-09-30 
22:39:03.427111000 +0200
-+++ pantheon-terminal-0.3.0.1/src/TerminalWidget.vala  2014-09-30 
22:40:09.512353200 +0200
-@@ -89,9 +89,6 @@ namespace PantheonTerminal {
- 
- public TerminalWidget (PantheonTerminalWindow parent_window) {
- 
--/* Sets characters that define word for double click selection */
--set_word_chars (-A-Za-z0-9/.,_~#%?:=+@);
--
- restore_settings ();
- settings.changed.connect (restore_settings);
- 
-@@ -162,14 +159,13 @@ namespace PantheonTerminal {
- public void restore_settings () {
- /* Load configuration */
- int opacity = settings.opacity * 65535;
--set_background_image (null);
- set_opacity ((uint16) (opacity / 100));
- 
--Gdk.Color background_color;
--Gdk.Color.parse (settings.background, out background_color);
-+Gdk.RGBA background_color = Gdk.RGBA ();
-+background_color.parse (settings.background);
- 
--Gdk.Color foreground_color;
--Gdk.Color.parse (settings.foreground, out foreground_color);
-+Gdk.RGBA foreground_color = Gdk.RGBA ();
-+foreground_color.parse (settings.foreground);
- 
- string[] hex_palette = {#00, #FF6C60, #A8FF60, 
#CC, #96CBFE,
- #FF73FE, #C6C5FE, #EE, 
#00, #FF6C60,
-@@ -188,19 +184,19 @@ namespace PantheonTerminal {
- }
- }
- 
--Gdk.Color[] palette = new Gdk.Color[16];
-+Gdk.RGBA[] palette = new Gdk.RGBA[16];
- 
- for (int i = 0; i  hex_palette.length; i++) {
--Gdk.Color new_color;
--Gdk.Color.parse (hex_palette[i], out new_color);
-+Gdk.RGBA new_color= Gdk.RGBA();
-+new_color.parse (hex_palette[i]);
- 
- palette[i] = new_color;
- }
- 
- set_colors (foreground_color, background_color, palette);
- 
--Gdk.Color cursor_color;
--Gdk.Color.parse (settings.cursor_color, out cursor_color);
-+Gdk.RGBA cursor_color = Gdk.RGBA ();
-+cursor_color.parse (settings.cursor_color);
- set_color_cursor (cursor_color);
- 
- /* Bold font */
-@@ -241,11 +237,11 @@ namespace PantheonTerminal {
- public void active_shell (string dir = 
GLib.Environment.get_current_dir ()) {
- try {
- if (settings.shell == )
--this.fork_command_full (Vte.PtyFlags.DEFAULT, dir, { 
Vte.get_user_shell () },
--null, 

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

2015-06-18 Thread Maxime Gauduin
Date: Thursday, June 18, 2015 @ 12:44:08
  Author: alucryd
Revision: 135559

upgpkg: pantheon-terminal 0.3.1.1-1

Modified:
  pantheon-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 10:32:32 UTC (rev 135558)
+++ PKGBUILD2015-06-18 10:44:08 UTC (rev 135559)
@@ -2,26 +2,18 @@
 # Maintainer: Maxime Gauduin aluc...@archlinux.org
 
 pkgname=pantheon-terminal
-pkgver=0.3.0.1
-pkgrel=2
+pkgver=0.3.1.1
+pkgrel=1
 pkgdesc='The Pantheon Terminal Emulator'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/pantheon-terminal'
 license=('GPL3')
-depends=('desktop-file-utils' 'granite' 'libnotify' 'vte3')
+depends=('desktop-file-utils' 'granite' 'libnotify' 'vte290')
 makedepends=('cmake' 'vala')
 install='pantheon-terminal.install'
-source=(https://launchpad.net/pantheon-terminal/0.3.x/${pkgver}/+download/pantheon-terminal-${pkgver}.tgz;
-'pantheon-terminal-vte2.91.patch')
-sha256sums=('ea9718b409baa3ebdc175b5d51ed7825f0199e3c3de467a5f7bea6733bbe9a93'
-'a1f78afe58c47827c292e768d09578edd2f96124d26a19295e2954d5994a9513')
+source=(https://launchpad.net/pantheon-terminal/0.3.x/${pkgver}/+download/pantheon-terminal-${pkgver}.tgz;)
+sha256sums=('928f705376a4da5ed6f9319333d9af3e87a24c7feab21107715191e00c6abc96')
 
-prepare() {
-  cd pantheon-terminal-${pkgver}
-
-  patch -Np1 -i ../pantheon-terminal-vte2.91.patch
-}
-
 build() {
   cd pantheon-terminal-${pkgver}
 
@@ -30,7 +22,9 @@
   fi
   mkdir build  cd build
 
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DGSETTINGS_COMPILE='OFF'
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DGSETTINGS_COMPILE='OFF'
   make
 }
 


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

2015-06-18 Thread Maxime Gauduin
Date: Thursday, June 18, 2015 @ 12:45:30
  Author: alucryd
Revision: 135561

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

Added:
  pantheon-terminal/repos/community-i686/PKGBUILD
(from rev 135560, pantheon-terminal/trunk/PKGBUILD)
  pantheon-terminal/repos/community-i686/pantheon-terminal.install
(from rev 135560, pantheon-terminal/trunk/pantheon-terminal.install)
  pantheon-terminal/repos/community-x86_64/PKGBUILD
(from rev 135560, pantheon-terminal/trunk/PKGBUILD)
  pantheon-terminal/repos/community-x86_64/pantheon-terminal.install
(from rev 135560, pantheon-terminal/trunk/pantheon-terminal.install)
Deleted:
  pantheon-terminal/repos/community-i686/PKGBUILD
  pantheon-terminal/repos/community-i686/pantheon-terminal-vte2.91.patch
  pantheon-terminal/repos/community-i686/pantheon-terminal.install
  pantheon-terminal/repos/community-x86_64/PKGBUILD
  pantheon-terminal/repos/community-x86_64/pantheon-terminal-vte2.91.patch
  pantheon-terminal/repos/community-x86_64/pantheon-terminal.install

--+
 /PKGBUILD|   74 ++
 /pantheon-terminal.install   |   28 
 community-i686/PKGBUILD  |   43 --
 community-i686/pantheon-terminal-vte2.91.patch   |  145 -
 community-i686/pantheon-terminal.install |   14 --
 community-x86_64/PKGBUILD|   43 --
 community-x86_64/pantheon-terminal-vte2.91.patch |  145 -
 community-x86_64/pantheon-terminal.install   |   14 --
 8 files changed, 102 insertions(+), 404 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-18 10:45:05 UTC (rev 135560)
+++ community-i686/PKGBUILD 2015-06-18 10:45:30 UTC (rev 135561)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-
-pkgname=pantheon-terminal
-pkgver=0.3.0.1
-pkgrel=2
-pkgdesc='The Pantheon Terminal Emulator'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-terminal'
-license=('GPL3')
-depends=('desktop-file-utils' 'granite' 'libnotify' 'vte3')
-makedepends=('cmake' 'vala')
-install='pantheon-terminal.install'
-source=(https://launchpad.net/pantheon-terminal/0.3.x/${pkgver}/+download/pantheon-terminal-${pkgver}.tgz;
-'pantheon-terminal-vte2.91.patch')
-sha256sums=('ea9718b409baa3ebdc175b5d51ed7825f0199e3c3de467a5f7bea6733bbe9a93'
-'a1f78afe58c47827c292e768d09578edd2f96124d26a19295e2954d5994a9513')
-
-prepare() {
-  cd pantheon-terminal-${pkgver}
-
-  patch -Np1 -i ../pantheon-terminal-vte2.91.patch
-}
-
-build() {
-  cd pantheon-terminal-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DGSETTINGS_COMPILE='OFF'
-  make
-}
-
-package() {
-  cd pantheon-terminal-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-i686/PKGBUILD (from rev 135560, 
pantheon-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-18 10:45:30 UTC (rev 135561)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+
+pkgname=pantheon-terminal
+pkgver=0.3.1.1
+pkgrel=1
+pkgdesc='The Pantheon Terminal Emulator'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-terminal'
+license=('GPL3')
+depends=('desktop-file-utils' 'granite' 'libnotify' 'vte290')
+makedepends=('cmake' 'vala')
+install='pantheon-terminal.install'
+source=(https://launchpad.net/pantheon-terminal/0.3.x/${pkgver}/+download/pantheon-terminal-${pkgver}.tgz;)
+sha256sums=('928f705376a4da5ed6f9319333d9af3e87a24c7feab21107715191e00c6abc96')
+
+build() {
+  cd pantheon-terminal-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd pantheon-terminal-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/pantheon-terminal-vte2.91.patch
===
--- community-i686/pantheon-terminal-vte2.91.patch  2015-06-18 10:45:05 UTC 
(rev 135560)
+++ community-i686/pantheon-terminal-vte2.91.patch  2015-06-18 10:45:30 UTC 
(rev 135561)
@@ -1,145 +0,0 @@
-diff -rupN pantheon-terminal-0.3.0.1.orig/CMakeLists.txt 
pantheon-terminal-0.3.0.1/CMakeLists.txt
 pantheon-terminal-0.3.0.1.orig/CMakeLists.txt  2014-09-30 
22:39:03.398514500 +0200
-+++ pantheon-terminal-0.3.0.1/CMakeLists.txt   2014-09-30 22:39:26.076941700 
+0200
-@@ -42,7 +42,7 @@ pkg_check_modules (DEPS REQUIRED
-   gthread-2.0
-   gtk+-3.0=3.9.10
-