[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 08:59:34
  Author: jgc
Revision: 234075

upgpkg: evolution-data-server 3.15.92-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 06:57:49 UTC (rev 234074)
+++ PKGBUILD2015-03-18 07:59:34 UTC (rev 234075)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-data-server
-pkgver=3.15.91
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=Centralized access to appointments and contacts
 arch=(i686 x86_64)
@@ -12,12 +12,8 @@
 url=https://wiki.gnome.org/Apps/Evolution;
 license=(GPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8fcf4a0a6c45c4ee509c792ea05b117a58331b7a7d1d9009e2d30e7fe33d39f3')
+sha256sums=('09c1c0900e48272c5cd75aad14beb3eac0d2b26f939ab0bf628a45cac410b02d')
 
-prepare() {
-  cd $pkgname-$pkgver
-}
- 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \


[arch-commits] Commit in evolution-data-server/repos (8 files)

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 08:59:45
  Author: jgc
Revision: 234076

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  evolution-data-server/repos/gnome-unstable-i686/PKGBUILD
(from rev 234075, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/gnome-unstable-i686/evolution-data-server.install
(from rev 234075, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234075, evolution-data-server/trunk/PKGBUILD)
  
evolution-data-server/repos/gnome-unstable-x86_64/evolution-data-server.install
(from rev 234075, evolution-data-server/trunk/evolution-data-server.install)
Deleted:
  evolution-data-server/repos/gnome-unstable-i686/PKGBUILD
  evolution-data-server/repos/gnome-unstable-i686/evolution-data-server.install
  evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD
  
evolution-data-server/repos/gnome-unstable-x86_64/evolution-data-server.install

-+
 /PKGBUILD   |   64 ++
 /evolution-data-server.install  |   22 ++
 gnome-unstable-i686/PKGBUILD|   36 --
 gnome-unstable-i686/evolution-data-server.install   |   11 ---
 gnome-unstable-x86_64/PKGBUILD  |   36 --
 gnome-unstable-x86_64/evolution-data-server.install |   11 ---
 6 files changed, 86 insertions(+), 94 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-03-18 07:59:34 UTC (rev 234075)
+++ gnome-unstable-i686/PKGBUILD2015-03-18 07:59:45 UTC (rev 234076)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-data-server
-pkgver=3.15.91
-pkgrel=1
-pkgdesc=Centralized access to appointments and contacts
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
-makedepends=(intltool gperf gobject-introspection vala)
-install=$pkgname.install
-url=https://wiki.gnome.org/Apps/Evolution;
-license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8fcf4a0a6c45c4ee509c792ea05b117a58331b7a7d1d9009e2d30e7fe33d39f3')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
- 
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings --disable-uoa
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-data-server/repos/gnome-unstable-i686/PKGBUILD (from rev 
234075, evolution-data-server/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-18 07:59:45 UTC (rev 234076)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=Centralized access to appointments and contacts
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala)
+install=$pkgname.install
+url=https://wiki.gnome.org/Apps/Evolution;
+license=(GPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('09c1c0900e48272c5cd75aad14beb3eac0d2b26f939ab0bf628a45cac410b02d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/evolution-data-server.install
===
--- gnome-unstable-i686/evolution-data-server.install   2015-03-18 07:59:34 UTC 
(rev 234075)
+++ gnome-unstable-i686/evolution-data-server.install   2015-03-18 07:59:45 UTC 
(rev 234076)
@@ -1,11 +0,0 @@
-post_install () {
-

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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:50:53
  Author: spupykin
Revision: 129460

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 10:50:40 UTC (rev 129459)
+++ community-i686/PKGBUILD 2015-03-18 10:50:53 UTC (rev 129460)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-
-pkgname=libuser
-pkgver=0.59
-pkgrel=2
-pkgdesc='A standardized interface for manipulating and administering user and 
group accounts.'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='https://fedorahosted.org/libuser/'
-depends=('python2' 'glib2' 'popt')
-backup=('etc/libuser.conf')
-source=(https://fedorahosted.org/releases/l/i/libuser/libuser-${pkgver}.tar.xz;)
-md5sums=('22835cbfec894b1e9491845ed5023244')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---disable-gtk-doc-html \
---disable-rpath
-  sed -i 's/SUBDIRS = po docs/SUBDIRS = po/' Makefile
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libuser/repos/community-i686/PKGBUILD (from rev 129459, 
libuser/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 10:50:53 UTC (rev 129460)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Thomas Dziedzic  gostrc at gmail 
+
+pkgname=libuser
+pkgver=0.60
+pkgrel=1
+pkgdesc='A standardized interface for manipulating and administering user and 
group accounts.'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='https://fedorahosted.org/libuser/'
+depends=('python2' 'glib2' 'popt')
+backup=('etc/libuser.conf')
+source=(https://fedorahosted.org/releases/l/i/libuser/libuser-${pkgver}.tar.xz;)
+md5sums=('5c549724999ccca65ceaaecc4eb8cb98')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-gtk-doc-html \
+--disable-rpath
+  sed -i 's/SUBDIRS = po docs/SUBDIRS = po/' Makefile
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-18 10:50:40 UTC (rev 129459)
+++ community-x86_64/PKGBUILD   2015-03-18 10:50:53 UTC (rev 129460)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-
-pkgname=libuser
-pkgver=0.59
-pkgrel=2
-pkgdesc='A standardized interface for manipulating and administering user and 
group accounts.'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='https://fedorahosted.org/libuser/'
-depends=('python2' 'glib2' 'popt')
-backup=('etc/libuser.conf')
-source=(https://fedorahosted.org/releases/l/i/libuser/libuser-${pkgver}.tar.xz;)
-md5sums=('22835cbfec894b1e9491845ed5023244')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---disable-gtk-doc-html \
---disable-rpath
-  sed -i 's/SUBDIRS = po docs/SUBDIRS = po/' Makefile
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libuser/repos/community-x86_64/PKGBUILD (from rev 129459, 
libuser/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-18 10:50:53 UTC (rev 129460)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Thomas Dziedzic  gostrc at gmail 
+
+pkgname=libuser
+pkgver=0.60
+pkgrel=1
+pkgdesc='A standardized interface for manipulating and administering user and 
group accounts.'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='https://fedorahosted.org/libuser/'
+depends=('python2' 'glib2' 'popt')
+backup=('etc/libuser.conf')
+source=(https://fedorahosted.org/releases/l/i/libuser/libuser-${pkgver}.tar.xz;)
+md5sums=('5c549724999ccca65ceaaecc4eb8cb98')
+
+build() {
+ 

[arch-commits] Commit in firefox-spell-ru/trunk (PKGBUILD)

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:50:28
  Author: spupykin
Revision: 129457

upgpkg: firefox-spell-ru 0.4.5-1

upd

Modified:
  firefox-spell-ru/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 09:08:07 UTC (rev 129456)
+++ PKGBUILD2015-03-18 10:50:28 UTC (rev 129457)
@@ -3,16 +3,16 @@
 # Contributor: Maciej Sitarz maci...@freesco.pl
 
 pkgname=firefox-spell-ru
-pkgver=0.4.4
-pkgrel=13
+pkgver=0.4.5
+pkgrel=1
 pkgdesc=Russian spellchecker dictionary for Firefox
 arch=(any)
 url=https://addons.mozilla.org/firefox/dictionaries/;
 license=(GPL)
 depends=(firefox)
-noextract=(russian_spellchecking_dictionary_with_io_support-$pkgver-fx+tb+sm.xpi)
-source=(https://addons.mozilla.org/firefox/downloads/file/98798/russian_spellchecking_dictionary-$pkgver-fx+tb+sm.xpi)
-md5sums=('269a8bdd38a5641b5f6cfb12715f1029')
+#noextract=(addon-$pkgver-an+fx+tb+fn+sm.xpi)
+source=(https://addons.cdn.mozilla.net/user-media/addons/3703/addon-$pkgver-an+fx+tb+fn+sm.xpi)
+md5sums=('05dbd25d73e3e4187ec51517658fcf69')
 
 package() {
 #  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:50:40
  Author: spupykin
Revision: 129459

upgpkg: libuser 0.60-1

upd

Modified:
  libuser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 10:50:37 UTC (rev 129458)
+++ PKGBUILD2015-03-18 10:50:40 UTC (rev 129459)
@@ -3,8 +3,8 @@
 # Maintainer: Thomas Dziedzic  gostrc at gmail 
 
 pkgname=libuser
-pkgver=0.59
-pkgrel=2
+pkgver=0.60
+pkgrel=1
 pkgdesc='A standardized interface for manipulating and administering user and 
group accounts.'
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,7 +12,7 @@
 depends=('python2' 'glib2' 'popt')
 backup=('etc/libuser.conf')
 
source=(https://fedorahosted.org/releases/l/i/libuser/libuser-${pkgver}.tar.xz;)
-md5sums=('22835cbfec894b1e9491845ed5023244')
+md5sums=('5c549724999ccca65ceaaecc4eb8cb98')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 12:16:51
  Author: spupykin
Revision: 129476

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 11:15:12 UTC (rev 129475)
+++ community-i686/PKGBUILD 2015-03-18 11:16:51 UTC (rev 129476)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: PyroPeter abi1...@googlemail.com
-# Contributor: BlackEagle ike.devol...@scarlet.be
-# Contributor: chochem choc...@gmail.com
-
-pkgname=xmlstarlet
-pkgver=1.5.0
-pkgrel=1
-pkgdesc=A set of tools to transform, query, validate, and edit XML documents
-arch=('i686' 'x86_64')
-url=http://xmlstar.sourceforge.net/;
-license=('MIT')
-depends=('libxslt')
-source=(xmlstarlet-$pkgver.tar.gz::http://sourceforge.net/projects/xmlstar/files/xmlstarlet/$pkgver/xmlstarlet-$pkgver.tar.gz/download;)
-md5sums=('0c6db295d0cf9ff0d439edb755b7e8f6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  LIBXSLT_PREFIX=/usr LIBXML_PREFIX=/usr ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-  install -Dm0644 Copyright $pkgdir/usr/share/licenses/$pkgname/COPYING
-  ln -s xml ${pkgdir}/usr/bin/xmlstarlet
-}

Copied: xmlstarlet/repos/community-i686/PKGBUILD (from rev 129475, 
xmlstarlet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 11:16:51 UTC (rev 129476)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: PyroPeter abi1...@googlemail.com
+# Contributor: BlackEagle ike.devol...@scarlet.be
+# Contributor: chochem choc...@gmail.com
+
+pkgname=xmlstarlet
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=A set of tools to transform, query, validate, and edit XML documents
+arch=('i686' 'x86_64')
+url=http://xmlstar.sourceforge.net/;
+license=('MIT')
+depends=('libxslt')
+makedepends=('fop' 'ghostscript')
+options=('docs')
+source=(xmlstarlet-$pkgver.tar.gz::http://sourceforge.net/projects/xmlstar/files/xmlstarlet/$pkgver/xmlstarlet-$pkgver.tar.gz/download;)
+md5sums=('f3c5dfa3b1a2ee06cd57c255cc8b70a0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  LIBXSLT_PREFIX=/usr LIBXML_PREFIX=/usr ./configure --prefix=/usr 
--enable-build-docs
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  install -Dm0644 Copyright $pkgdir/usr/share/licenses/$pkgname/COPYING
+  ln -s xml ${pkgdir}/usr/bin/xmlstarlet
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-18 11:15:12 UTC (rev 129475)
+++ community-x86_64/PKGBUILD   2015-03-18 11:16:51 UTC (rev 129476)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: PyroPeter abi1...@googlemail.com
-# Contributor: BlackEagle ike.devol...@scarlet.be
-# Contributor: chochem choc...@gmail.com
-
-pkgname=xmlstarlet
-pkgver=1.5.0
-pkgrel=1
-pkgdesc=A set of tools to transform, query, validate, and edit XML documents
-arch=('i686' 'x86_64')
-url=http://xmlstar.sourceforge.net/;
-license=('MIT')
-depends=('libxslt')
-source=(xmlstarlet-$pkgver.tar.gz::http://sourceforge.net/projects/xmlstar/files/xmlstarlet/$pkgver/xmlstarlet-$pkgver.tar.gz/download;)
-md5sums=('0c6db295d0cf9ff0d439edb755b7e8f6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  LIBXSLT_PREFIX=/usr LIBXML_PREFIX=/usr ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-  install -Dm0644 Copyright $pkgdir/usr/share/licenses/$pkgname/COPYING
-  ln -s xml ${pkgdir}/usr/bin/xmlstarlet
-}

Copied: xmlstarlet/repos/community-x86_64/PKGBUILD (from rev 129475, 
xmlstarlet/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-18 11:16:51 UTC (rev 129476)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: PyroPeter abi1...@googlemail.com
+# Contributor: BlackEagle ike.devol...@scarlet.be
+# Contributor: chochem choc...@gmail.com
+
+pkgname=xmlstarlet
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=A set of tools 

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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 09:08:32
  Author: jgc
Revision: 234077

Rebuild for libinput

Added:
  clutter/repos/staging-i686/
  clutter/repos/staging-x86_64/
Modified:
  clutter/repos/staging-i686/PKGBUILD
  clutter/repos/staging-x86_64/PKGBUILD

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

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-18 07:59:45 UTC (rev 234076)
+++ staging-i686/PKGBUILD   2015-03-18 08:08:32 UTC (rev 234077)
@@ -5,7 +5,7 @@
 
 pkgname=clutter
 pkgver=1.20.0
-pkgrel=3
+pkgrel=4
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;

Modified: staging-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-18 07:59:45 UTC (rev 234076)
+++ staging-x86_64/PKGBUILD 2015-03-18 08:08:32 UTC (rev 234077)
@@ -5,7 +5,7 @@
 
 pkgname=clutter
 pkgver=1.20.0
-pkgrel=3
+pkgrel=4
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:51:13
  Author: spupykin
Revision: 129462

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

Added:
  lua-zlib/repos/community-i686/ChangeLog
(from rev 129461, lua-zlib/trunk/ChangeLog)
  lua-zlib/repos/community-i686/PKGBUILD
(from rev 129461, lua-zlib/trunk/PKGBUILD)
  lua-zlib/repos/community-x86_64/ChangeLog
(from rev 129461, lua-zlib/trunk/ChangeLog)
  lua-zlib/repos/community-x86_64/PKGBUILD
(from rev 129461, lua-zlib/trunk/PKGBUILD)
Deleted:
  lua-zlib/repos/community-i686/ChangeLog
  lua-zlib/repos/community-i686/PKGBUILD
  lua-zlib/repos/community-x86_64/ChangeLog
  lua-zlib/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   84 ++
 /PKGBUILD  |   86 +++
 community-i686/ChangeLog   |   42 -
 community-i686/PKGBUILD|   42 -
 community-x86_64/ChangeLog |   42 -
 community-x86_64/PKGBUILD  |   42 -
 6 files changed, 170 insertions(+), 168 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-03-18 10:50:59 UTC (rev 129461)
+++ community-i686/ChangeLog2015-03-18 10:51:13 UTC (rev 129462)
@@ -1,42 +0,0 @@
-2010-02-18  Dwayne Bent  db...@liqd.org
-
-   * PKGBUILD:
-   Actually build the library
-   [b994a1eae8e4] [tip]
-
-2010-02-15  Dwayne Bent  db...@liqd.org
-
-   * .hgtags:
-   Added tag v20100215-1 for changeset 82cf8c12f58d
-   [5e6e628919ec]
-
-   * ChangeLog, PKGBUILD:
-   Added ChangeLog
-   [82cf8c12f58d] [v20100215-1]
-
-   * PKGBUILD:
-   Install license file
-   [470c65e1d08b]
-
-   * PKGBUILD:
-   Updated email address
-   [cf9fdc7b9cc5]
-
-   * PKGBUILD:
-   Change package name to reflect the type of package this actually is
-   [39b61ef661d7]
-
-   * PKGBUILD:
-   Clean up PKGBUILD
-   [183b11d1286e]
-
-2009-11-26  Dwayne Bent  db...@liqd.org
-
-   * .hgtags:
-   Added tag v20091125-1 for changeset 8e6cc75fb38b
-   [72c8c117a64c]
-
-   * Makefile, PKGBUILD:
-   Initial commit
-   [8e6cc75fb38b] [v20091125-1]
-

Copied: lua-zlib/repos/community-i686/ChangeLog (from rev 129461, 
lua-zlib/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-03-18 10:51:13 UTC (rev 129462)
@@ -0,0 +1,42 @@
+2010-02-18  Dwayne Bent  db...@liqd.org
+
+   * PKGBUILD:
+   Actually build the library
+   [b994a1eae8e4] [tip]
+
+2010-02-15  Dwayne Bent  db...@liqd.org
+
+   * .hgtags:
+   Added tag v20100215-1 for changeset 82cf8c12f58d
+   [5e6e628919ec]
+
+   * ChangeLog, PKGBUILD:
+   Added ChangeLog
+   [82cf8c12f58d] [v20100215-1]
+
+   * PKGBUILD:
+   Install license file
+   [470c65e1d08b]
+
+   * PKGBUILD:
+   Updated email address
+   [cf9fdc7b9cc5]
+
+   * PKGBUILD:
+   Change package name to reflect the type of package this actually is
+   [39b61ef661d7]
+
+   * PKGBUILD:
+   Clean up PKGBUILD
+   [183b11d1286e]
+
+2009-11-26  Dwayne Bent  db...@liqd.org
+
+   * .hgtags:
+   Added tag v20091125-1 for changeset 8e6cc75fb38b
+   [72c8c117a64c]
+
+   * Makefile, PKGBUILD:
+   Initial commit
+   [8e6cc75fb38b] [v20091125-1]
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 10:50:59 UTC (rev 129461)
+++ community-i686/PKGBUILD 2015-03-18 10:51:13 UTC (rev 129462)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=(lua-zlib lua51-zlib)
-pkgbase=lua-zlib
-pkgver=20130702
-pkgrel=1
-url=http://github.com/brimworks/lua-zlib;
-pkgdesc='Simple streaming interface to zlib for Lua.'
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('cmake' 'lua' 'lua51' 'zlib' 'git')
-conflicts=('lua-lzlib')
-#source=(lua-zlib-$pkgver.zip::https://github.com/brimworks/lua-zlib/zipball/v$pkgver;)
-source=(git://github.com/brimworks/lua-zlib.git)
-md5sums=('SKIP')
-
-build() {
-  cp -a $srcdir/lua-zlib $srcdir/lua51-zlib
-
-  cd $srcdir/lua-zlib
-  gcc -o zlib.so -O2 -fPIC -shared lua_zlib.c -llua -lz
-
-  cd $srcdir/lua51-zlib
-  gcc -o zlib.so -O2 -fPIC -shared -I/usr/include/lua5.1 lua_zlib.c -llua5.1 
-lz
-}
-
-package_lua-zlib() {
-  depends=('zlib' 'lua')
-
-  cd $srcdir/lua-zlib
-  install -Dm0755 zlib.so $pkgdir/usr/lib/lua/5.2/zlib.so
-  install -Dm644 README $pkgdir/usr/share/licenses/$pkgname/README
-}
-
-package_lua51-zlib() {
-  depends=('zlib' 'lua51')
-
-  cd $srcdir/lua51-zlib
-  install -Dm0755 zlib.so $pkgdir/usr/lib/lua/5.1/zlib.so
-  install 

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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:51:53
  Author: spupykin
Revision: 129469

upgpkg: pound 2.7-1

upd

Modified:
  pound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 10:51:50 UTC (rev 129468)
+++ PKGBUILD2015-03-18 10:51:53 UTC (rev 129469)
@@ -4,8 +4,8 @@
 # Contributor: Roberto Alsina rals...@kde.org
 
 pkgname=pound
-pkgver=2.6
-pkgrel=6
+pkgver=2.7
+pkgrel=1
 pkgdesc=A reverse proxy, load balancer, and SSL wrapper
 arch=('i686' 'x86_64')
 url=http://www.apsis.ch/pound/index_html;
@@ -16,7 +16,7 @@
pound.runit
pound.service
pound.cfg)
-md5sums=('8c913b527332694943c4c67c8f152071'
+md5sums=('ec8298aa3e4aee3ffbecdc0639d7f14a'
  '2a555ee5871a849cb1f6e6ba2ff054df'
  'c0d0726a96dfda0e83843362e401b3dc'
  '8937808acd22c6391ebe4340af8df854')


[arch-commits] Commit in perl-image-info/repos/community-any (PKGBUILD PKGBUILD)

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:51:38
  Author: spupykin
Revision: 129466

archrelease: copy trunk to community-any

Added:
  perl-image-info/repos/community-any/PKGBUILD
(from rev 129465, perl-image-info/trunk/PKGBUILD)
Deleted:
  perl-image-info/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 10:51:29 UTC (rev 129465)
+++ PKGBUILD2015-03-18 10:51:38 UTC (rev 129466)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Caleb Cushing xenoterrac...@gmail.com
-
-pkgname=perl-image-info
-pkgver=1.36
-pkgrel=1
-pkgdesc=Extract meta information from image files
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.cpan.org/dist/Image-Info'
-source=(http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-$pkgver.tar.gz)
-md5sums=('171acb0f59ee23865bbea4ea832e325c')
-
-build() {
-  cd ${srcdir}/Image-Info-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-}
-
-package() {
-  cd ${srcdir}/Image-Info-$pkgver
-  make DESTDIR=${pkgdir}/ install
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-image-info/repos/community-any/PKGBUILD (from rev 129465, 
perl-image-info/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 10:51:38 UTC (rev 129466)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Caleb Cushing xenoterrac...@gmail.com
+
+pkgname=perl-image-info
+pkgver=1.37
+pkgrel=1
+pkgdesc=Extract meta information from image files
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Image-Info'
+source=(http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-$pkgver.tar.gz)
+md5sums=('8e0097648dec47fa507a375b1b3a3548')
+
+build() {
+  cd ${srcdir}/Image-Info-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make test
+}
+
+package() {
+  cd ${srcdir}/Image-Info-$pkgver
+  make DESTDIR=${pkgdir}/ install
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:52:32
  Author: spupykin
Revision: 129473

upgpkg: xvkbd 3.6-1

upd

Modified:
  xvkbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 10:52:28 UTC (rev 129472)
+++ PKGBUILD2015-03-18 10:52:32 UTC (rev 129473)
@@ -4,7 +4,7 @@
 # Contributor: Mikko Seppдlд t-r-...@mbnet.fi
 
 pkgname=xvkbd
-pkgver=3.5
+pkgver=3.6
 pkgrel=1
 pkgdesc=virtual (graphical) keyboard program for X Window System
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm')
 makedepends=('imake')
 source=(http://homepage3.nifty.com/tsato/xvkbd/xvkbd-$pkgver.tar.gz)
-md5sums=('f7344982d985be925c7a708110e20497')
+md5sums=('6620b8d2f716195a75d1206bdabc4b37')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in perl-io-pager/trunk (PKGBUILD)

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:51:41
  Author: spupykin
Revision: 129467

upgpkg: perl-io-pager 0.34-1

upd

Modified:
  perl-io-pager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 10:51:38 UTC (rev 129466)
+++ PKGBUILD2015-03-18 10:51:41 UTC (rev 129467)
@@ -3,7 +3,7 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-io-pager
-pkgver=0.31
+pkgver=0.34
 pkgrel=1
 pkgdesc=Perl/CPAN Module IO::Pager
 arch=(any)
@@ -10,7 +10,7 @@
 url=http://search.cpan.org/dist/IO-Pager/;
 license=(GPL PerlArtistic)
 source=(http://www.cpan.org/authors/id/J/JP/JPIERCE/IO-Pager-$pkgver.tgz;)
-md5sums=('727579dccdda96cfcadbba9def8af59f')
+md5sums=('4d6ea4ba29ef30ee0be7d80d2ebf474f')
 
 build() {
   cd $srcdir/IO-Pager-$pkgver


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:52:28
  Author: spupykin
Revision: 129472

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 10:52:15 UTC (rev 129471)
+++ community-i686/PKGBUILD 2015-03-18 10:52:28 UTC (rev 129472)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: JJDaNiMoTh jjdanimoth@gmail.com
-# Contributor: Tino Reichardt milky-archli...@mcmilk.de
-
-pkgname=sarg
-pkgver=2.3.6
-pkgrel=3
-pkgdesc=Squid Analysis Report Generator
-arch=('i686' 'x86_64')
-url=http://sarg.sourceforge.net;
-license=('GPL')
-depends=('gd' 'libldap')
-makedepends=('cmake')
-backup=('etc/sarg/css.tpl'
-   'etc/sarg/exclude_codes'
-   'etc/sarg/sarg.conf'
-   'etc/sarg/user_limit_block')
-source=(http://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
-md5sums=('399809d00671ae564468bf363c12fd7f')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr # po files workaround
-  rm -f Makefile
-  LDFLAGS=-lm cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc/sarg 
-DMANDIR=/usr/share/man/man1 .
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/sarg $pkgdir/etc
-  make DESTDIR=$pkgdir install
-  make -C po DESTDIR=$pkgdir install
-  cp -a sarg-php ${pkgdir}/usr/share/sarg/
-  chmod -R o+r ${pkgdir}{/etc,/usr/share/sarg}
-  chmod o+x ${pkgdir}/usr/share/sarg/sarg-php
-  chmod -R o+x ${pkgdir}/usr/share/sarg/sarg-php/locale
-}

Copied: sarg/repos/community-i686/PKGBUILD (from rev 129471, 
sarg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 10:52:28 UTC (rev 129472)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: JJDaNiMoTh jjdanimoth@gmail.com
+# Contributor: Tino Reichardt milky-archli...@mcmilk.de
+
+pkgname=sarg
+pkgver=2.3.9
+pkgrel=1
+pkgdesc=Squid Analysis Report Generator
+arch=('i686' 'x86_64')
+url=http://sarg.sourceforge.net;
+license=('GPL')
+depends=('gd' 'libldap')
+makedepends=('cmake')
+backup=('etc/sarg/css.tpl'
+   'etc/sarg/exclude_codes'
+   'etc/sarg/sarg.conf'
+   'etc/sarg/user_limit_block')
+source=(http://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
+md5sums=('d6e8b854950f1bebb953e0ea2ca13428')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr # po files workaround
+  rm -f Makefile
+  LDFLAGS=-lm cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc/sarg 
-DMANDIR=/usr/share/man/man1 .
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/share/sarg $pkgdir/etc
+  make DESTDIR=$pkgdir install
+  make -C po DESTDIR=$pkgdir install
+  cp -a sarg-php ${pkgdir}/usr/share/sarg/
+  chmod -R o+r ${pkgdir}{/etc,/usr/share/sarg}
+  chmod o+x ${pkgdir}/usr/share/sarg/sarg-php
+  chmod -R o+x ${pkgdir}/usr/share/sarg/sarg-php/locale
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-18 10:52:15 UTC (rev 129471)
+++ community-x86_64/PKGBUILD   2015-03-18 10:52:28 UTC (rev 129472)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: JJDaNiMoTh jjdanimoth@gmail.com
-# Contributor: Tino Reichardt milky-archli...@mcmilk.de
-
-pkgname=sarg
-pkgver=2.3.6
-pkgrel=3
-pkgdesc=Squid Analysis Report Generator
-arch=('i686' 'x86_64')
-url=http://sarg.sourceforge.net;
-license=('GPL')
-depends=('gd' 'libldap')
-makedepends=('cmake')
-backup=('etc/sarg/css.tpl'
-   'etc/sarg/exclude_codes'
-   'etc/sarg/sarg.conf'
-   'etc/sarg/user_limit_block')
-source=(http://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
-md5sums=('399809d00671ae564468bf363c12fd7f')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr # po files workaround
-  rm -f Makefile
-  LDFLAGS=-lm cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc/sarg 
-DMANDIR=/usr/share/man/man1 .
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/sarg $pkgdir/etc
-  make DESTDIR=$pkgdir install
-  make -C po DESTDIR=$pkgdir install
-  cp -a sarg-php 

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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:52:12
  Author: spupykin
Revision: 129470

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

Added:
  pound/repos/community-i686/ChangeLog
(from rev 129469, pound/trunk/ChangeLog)
  pound/repos/community-i686/PKGBUILD
(from rev 129469, pound/trunk/PKGBUILD)
  pound/repos/community-i686/pound.cfg
(from rev 129469, pound/trunk/pound.cfg)
  pound/repos/community-i686/pound.runit
(from rev 129469, pound/trunk/pound.runit)
  pound/repos/community-i686/pound.service
(from rev 129469, pound/trunk/pound.service)
  pound/repos/community-x86_64/ChangeLog
(from rev 129469, pound/trunk/ChangeLog)
  pound/repos/community-x86_64/PKGBUILD
(from rev 129469, pound/trunk/PKGBUILD)
  pound/repos/community-x86_64/pound.cfg
(from rev 129469, pound/trunk/pound.cfg)
  pound/repos/community-x86_64/pound.runit
(from rev 129469, pound/trunk/pound.runit)
  pound/repos/community-x86_64/pound.service
(from rev 129469, pound/trunk/pound.service)
Deleted:
  pound/repos/community-i686/ChangeLog
  pound/repos/community-i686/PKGBUILD
  pound/repos/community-i686/pound.cfg
  pound/repos/community-i686/pound.runit
  pound/repos/community-i686/pound.service
  pound/repos/community-x86_64/ChangeLog
  pound/repos/community-x86_64/PKGBUILD
  pound/repos/community-x86_64/pound.cfg
  pound/repos/community-x86_64/pound.runit
  pound/repos/community-x86_64/pound.service

+
 /ChangeLog |   44 ++
 /PKGBUILD  |   82 ++
 /pound.cfg |  170 +++
 /pound.runit   |   46 ++
 /pound.service |   20 
 community-i686/ChangeLog   |   22 -
 community-i686/PKGBUILD|   41 -
 community-i686/pound.cfg   |   85 ---
 community-i686/pound.runit |   23 -
 community-i686/pound.service   |   10 --
 community-x86_64/ChangeLog |   22 -
 community-x86_64/PKGBUILD  |   41 -
 community-x86_64/pound.cfg |   85 ---
 community-x86_64/pound.runit   |   23 -
 community-x86_64/pound.service |   10 --
 15 files changed, 362 insertions(+), 362 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-03-18 10:51:53 UTC (rev 129469)
+++ community-i686/ChangeLog2015-03-18 10:52:12 UTC (rev 129470)
@@ -1,22 +0,0 @@
-
-2009-03-22  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Updated for i686: 2.4.4
-   * Fixed an issue with the rc.d pound script
-
-2008-06-22  Mateusz Herych heni...@gmail.com
-
-   * Adding for x86_64 community - 2.4.3
-
-2008-06-22  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Adding for i686 community - 2.4.3
-
-2008-05-22  Mateusz Herych heni...@gmail.com
-
-   * Adding to community for x86_64
-
-2008-05-21  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Adding to community for i686
-

Copied: pound/repos/community-i686/ChangeLog (from rev 129469, 
pound/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-03-18 10:52:12 UTC (rev 129470)
@@ -0,0 +1,22 @@
+
+2009-03-22  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 2.4.4
+   * Fixed an issue with the rc.d pound script
+
+2008-06-22  Mateusz Herych heni...@gmail.com
+
+   * Adding for x86_64 community - 2.4.3
+
+2008-06-22  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Adding for i686 community - 2.4.3
+
+2008-05-22  Mateusz Herych heni...@gmail.com
+
+   * Adding to community for x86_64
+
+2008-05-21  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Adding to community for i686
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 10:51:53 UTC (rev 129469)
+++ community-i686/PKGBUILD 2015-03-18 10:52:12 UTC (rev 129470)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=pound
-pkgver=2.6
-pkgrel=6
-pkgdesc=A reverse proxy, load balancer, and SSL wrapper
-arch=('i686' 'x86_64')
-url=http://www.apsis.ch/pound/index_html;
-license=('GPL')
-depends=('pcre' 'openssl')
-backup=(etc/pound/pound.cfg)
-source=(http://www.apsis.ch/pound/Pound-$pkgver.tgz
-   pound.runit
-   pound.service
-   pound.cfg)
-md5sums=('8c913b527332694943c4c67c8f152071'
- '2a555ee5871a849cb1f6e6ba2ff054df'
- 'c0d0726a96dfda0e83843362e401b3dc'
- '8937808acd22c6391ebe4340af8df854')
-
-build() {
-  cd $srcdir/Pound-$pkgver
-  ./configure 

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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:52:15
  Author: spupykin
Revision: 129471

upgpkg: sarg 2.3.9-1

upd

Modified:
  sarg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 10:52:12 UTC (rev 129470)
+++ PKGBUILD2015-03-18 10:52:15 UTC (rev 129471)
@@ -4,8 +4,8 @@
 # Contributor: Tino Reichardt milky-archli...@mcmilk.de
 
 pkgname=sarg
-pkgver=2.3.6
-pkgrel=3
+pkgver=2.3.9
+pkgrel=1
 pkgdesc=Squid Analysis Report Generator
 arch=('i686' 'x86_64')
 url=http://sarg.sourceforge.net;
@@ -17,7 +17,7 @@
'etc/sarg/sarg.conf'
'etc/sarg/user_limit_block')
 
source=(http://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
-md5sums=('399809d00671ae564468bf363c12fd7f')
+md5sums=('d6e8b854950f1bebb953e0ea2ca13428')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver



[arch-commits] Commit in perl-io-pager/repos/community-any (PKGBUILD PKGBUILD)

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:51:50
  Author: spupykin
Revision: 129468

archrelease: copy trunk to community-any

Added:
  perl-io-pager/repos/community-any/PKGBUILD
(from rev 129467, perl-io-pager/trunk/PKGBUILD)
Deleted:
  perl-io-pager/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 10:51:41 UTC (rev 129467)
+++ PKGBUILD2015-03-18 10:51:50 UTC (rev 129468)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-io-pager
-pkgver=0.31
-pkgrel=1
-pkgdesc=Perl/CPAN Module IO::Pager
-arch=(any)
-url=http://search.cpan.org/dist/IO-Pager/;
-license=(GPL PerlArtistic)
-source=(http://www.cpan.org/authors/id/J/JP/JPIERCE/IO-Pager-$pkgver.tgz;)
-md5sums=('727579dccdda96cfcadbba9def8af59f')
-
-build() {
-  cd $srcdir/IO-Pager-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/IO-Pager-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-io-pager/repos/community-any/PKGBUILD (from rev 129467, 
perl-io-pager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 10:51:50 UTC (rev 129468)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-io-pager
+pkgver=0.34
+pkgrel=1
+pkgdesc=Perl/CPAN Module IO::Pager
+arch=(any)
+url=http://search.cpan.org/dist/IO-Pager/;
+license=(GPL PerlArtistic)
+source=(http://www.cpan.org/authors/id/J/JP/JPIERCE/IO-Pager-$pkgver.tgz;)
+md5sums=('4d6ea4ba29ef30ee0be7d80d2ebf474f')
+
+build() {
+  cd $srcdir/IO-Pager-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/IO-Pager-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:51:16
  Author: spupykin
Revision: 129463

upgpkg: perl-gdgraph 1.49-1

upd

Modified:
  perl-gdgraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 10:51:13 UTC (rev 129462)
+++ PKGBUILD2015-03-18 10:51:16 UTC (rev 129463)
@@ -4,7 +4,7 @@
 # Contributor: Sergej Pupykin pupykin.s+...@gmail.com
 
 pkgname=perl-gdgraph
-pkgver=1.48
+pkgver=1.49
 pkgrel=1
 pkgdesc=Create charts using GD
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl-gd=1.18' 'perl-gdtextutil=0.80')
 options=('!emptydirs')
 source=(http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/GDGraph-$pkgver.tar.gz)
-md5sums=('2c9e4feb4246200d96b9faa8024b0bf0')
+md5sums=('8bb270a30fea27491302b39b701b3d4e')
 
 build() {
   cd  $srcdir/GDGraph-$pkgver


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:50:59
  Author: spupykin
Revision: 129461

upgpkg: lua-zlib 1:0.4-1

upd

Modified:
  lua-zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 10:50:53 UTC (rev 129460)
+++ PKGBUILD2015-03-18 10:50:59 UTC (rev 129461)
@@ -3,7 +3,8 @@
 
 pkgname=(lua-zlib lua51-zlib)
 pkgbase=lua-zlib
-pkgver=20130702
+epoch=1
+pkgver=0.4
 pkgrel=1
 url=http://github.com/brimworks/lua-zlib;
 pkgdesc='Simple streaming interface to zlib for Lua.'
@@ -11,17 +12,17 @@
 license=('MIT')
 makedepends=('cmake' 'lua' 'lua51' 'zlib' 'git')
 conflicts=('lua-lzlib')
-#source=(lua-zlib-$pkgver.zip::https://github.com/brimworks/lua-zlib/zipball/v$pkgver;)
-source=(git://github.com/brimworks/lua-zlib.git)
-md5sums=('SKIP')
+#source=(git://github.com/brimworks/lua-zlib.git)
+source=(lua-zlib-$pkgver.tar.gz::https://github.com/brimworks/lua-zlib/archive/v$pkgver.tar.gz;)
+md5sums=('1524ccc3a1c50c16a2955947a8f3b86b')
 
 build() {
-  cp -a $srcdir/lua-zlib $srcdir/lua51-zlib
+  cp -a $srcdir/lua-zlib-$pkgver $srcdir/lua51-zlib-$pkgver
 
-  cd $srcdir/lua-zlib
+  cd $srcdir/lua-zlib-$pkgver
   gcc -o zlib.so -O2 -fPIC -shared lua_zlib.c -llua -lz
 
-  cd $srcdir/lua51-zlib
+  cd $srcdir/lua51-zlib-$pkgver
   gcc -o zlib.so -O2 -fPIC -shared -I/usr/include/lua5.1 lua_zlib.c -llua5.1 
-lz
 }
 
@@ -28,7 +29,7 @@
 package_lua-zlib() {
   depends=('zlib' 'lua')
 
-  cd $srcdir/lua-zlib
+  cd $srcdir/lua-zlib-$pkgver
   install -Dm0755 zlib.so $pkgdir/usr/lib/lua/5.2/zlib.so
   install -Dm644 README $pkgdir/usr/share/licenses/$pkgname/README
 }
@@ -36,7 +37,7 @@
 package_lua51-zlib() {
   depends=('zlib' 'lua51')
 
-  cd $srcdir/lua51-zlib
+  cd $srcdir/lua51-zlib-$pkgver
   install -Dm0755 zlib.so $pkgdir/usr/lib/lua/5.1/zlib.so
   install -D -m644 README $pkgdir/usr/share/licenses/$pkgname/README
 }


[arch-commits] Commit in firefox-spell-ru/repos/community-any (PKGBUILD PKGBUILD)

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:50:37
  Author: spupykin
Revision: 129458

archrelease: copy trunk to community-any

Added:
  firefox-spell-ru/repos/community-any/PKGBUILD
(from rev 129457, firefox-spell-ru/trunk/PKGBUILD)
Deleted:
  firefox-spell-ru/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 10:50:28 UTC (rev 129457)
+++ PKGBUILD2015-03-18 10:50:37 UTC (rev 129458)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Maciej Sitarz maci...@freesco.pl
-
-pkgname=firefox-spell-ru
-pkgver=0.4.4
-pkgrel=13
-pkgdesc=Russian spellchecker dictionary for Firefox
-arch=(any)
-url=https://addons.mozilla.org/firefox/dictionaries/;
-license=(GPL)
-depends=(firefox)
-noextract=(russian_spellchecking_dictionary_with_io_support-$pkgver-fx+tb+sm.xpi)
-source=(https://addons.mozilla.org/firefox/downloads/file/98798/russian_spellchecking_dictionary-$pkgver-fx+tb+sm.xpi)
-md5sums=('269a8bdd38a5641b5f6cfb12715f1029')
-
-package() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
-#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
-
-  cd $srcdir
-  rm $srcdir/*.xpi
-  local 
_dir=$pkgdir/usr/lib/firefox/browser/extensions/r...@dictionaries.addons.mozilla.org
-  mkdir -p ${_dir}
-  cd ${_dir}
-  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion20.*/em:maxVersion#' 
$srcdir/install.rdf
-  cp -r $srcdir/* ${_dir}
-  find ${_dir} -type f -exec chmod 0644 {} \;
-  touch ${_dir}/chrome.manifest
-}

Copied: firefox-spell-ru/repos/community-any/PKGBUILD (from rev 129457, 
firefox-spell-ru/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 10:50:37 UTC (rev 129458)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Maciej Sitarz maci...@freesco.pl
+
+pkgname=firefox-spell-ru
+pkgver=0.4.5
+pkgrel=1
+pkgdesc=Russian spellchecker dictionary for Firefox
+arch=(any)
+url=https://addons.mozilla.org/firefox/dictionaries/;
+license=(GPL)
+depends=(firefox)
+#noextract=(addon-$pkgver-an+fx+tb+fn+sm.xpi)
+source=(https://addons.cdn.mozilla.net/user-media/addons/3703/addon-$pkgver-an+fx+tb+fn+sm.xpi)
+md5sums=('05dbd25d73e3e4187ec51517658fcf69')
+
+package() {
+#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
+#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
+
+  cd $srcdir
+  rm $srcdir/*.xpi
+  local 
_dir=$pkgdir/usr/lib/firefox/browser/extensions/r...@dictionaries.addons.mozilla.org
+  mkdir -p ${_dir}
+  cd ${_dir}
+  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion20.*/em:maxVersion#' 
$srcdir/install.rdf
+  cp -r $srcdir/* ${_dir}
+  find ${_dir} -type f -exec chmod 0644 {} \;
+  touch ${_dir}/chrome.manifest
+}


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:51:25
  Author: spupykin
Revision: 129464

archrelease: copy trunk to community-any

Added:
  perl-gdgraph/repos/community-any/PKGBUILD
(from rev 129463, perl-gdgraph/trunk/PKGBUILD)
Deleted:
  perl-gdgraph/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 10:51:16 UTC (rev 129463)
+++ PKGBUILD2015-03-18 10:51:25 UTC (rev 129464)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
-
-pkgname=perl-gdgraph
-pkgver=1.48
-pkgrel=1
-pkgdesc=Create charts using GD
-arch=('any')
-url=http://search.cpan.org/dist/GDGraph;
-license=('GPL' 'PerlArtistic')
-depends=('perl-gd=1.18' 'perl-gdtextutil=0.80')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/GDGraph-$pkgver.tar.gz)
-md5sums=('2c9e4feb4246200d96b9faa8024b0bf0')
-
-build() {
-  cd  $srcdir/GDGraph-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/GDGraph-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-gdgraph/repos/community-any/PKGBUILD (from rev 129463, 
perl-gdgraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 10:51:25 UTC (rev 129464)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
+
+pkgname=perl-gdgraph
+pkgver=1.49
+pkgrel=1
+pkgdesc=Create charts using GD
+arch=('any')
+url=http://search.cpan.org/dist/GDGraph;
+license=('GPL' 'PerlArtistic')
+depends=('perl-gd=1.18' 'perl-gdtextutil=0.80')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/GDGraph-$pkgver.tar.gz)
+md5sums=('8bb270a30fea27491302b39b701b3d4e')
+
+build() {
+  cd  $srcdir/GDGraph-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/GDGraph-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


[arch-commits] Commit in perl-image-info/trunk (PKGBUILD)

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:51:29
  Author: spupykin
Revision: 129465

upgpkg: perl-image-info 1.37-1

upd

Modified:
  perl-image-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 10:51:25 UTC (rev 129464)
+++ PKGBUILD2015-03-18 10:51:29 UTC (rev 129465)
@@ -3,7 +3,7 @@
 # Contributor: Caleb Cushing xenoterrac...@gmail.com
 
 pkgname=perl-image-info
-pkgver=1.36
+pkgver=1.37
 pkgrel=1
 pkgdesc=Extract meta information from image files
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl')
 url='http://search.cpan.org/dist/Image-Info'
 
source=(http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-$pkgver.tar.gz)
-md5sums=('171acb0f59ee23865bbea4ea832e325c')
+md5sums=('8e0097648dec47fa507a375b1b3a3548')
 
 build() {
   cd ${srcdir}/Image-Info-$pkgver


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

2015-03-18 Thread Kyle Keen
Date: Wednesday, March 18, 2015 @ 10:08:07
  Author: kkeen
Revision: 129456

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 09:07:47 UTC (rev 129455)
+++ community-i686/PKGBUILD 2015-03-18 09:08:07 UTC (rev 129456)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Filippo 'JoeyrS' Civiletti joe...@gmail.com
-
-pkgname=armagetronad
-pkgver=0.2.8.3.2
-pkgrel=4
-pkgdesc='A Tron Clone in 3D.'
-arch=('i686' 'x86_64')
-url='http://armagetronad.net/'
-license=('GPL')
-depends=('sdl_image' 'libxml2' 'sdl_mixer' 'ftgl')
-optdepends=('python2: language updater')
-source=(http://downloads.sourceforge.net/sourceforge/armagetronad/armagetronad-$pkgver.src.tar.gz)
-md5sums=('f7796de4ef50bd33553e0a3f93fd67e6')
-
-build() {
- cd $srcdir/armagetronad-$pkgver
-
- # python2 fix
- sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' language/update.py
-
- sed -i 's|FTGL.h|ftgl.h|g' configure
- sed -i 's|png_check_sig|png_sig_cmp|g' configure
- ./configure --prefix=/usr \
---sysconfdir=/etc \
---mandir=/usr/share/man \
---disable-games \
---enable-automakedefaults \
---disable-uninstall
- make
-}
-
-package() {
- cd $srcdir/armagetronad-$pkgver
- make DESTDIR=$pkgdir install
- install -D -m 644 desktop/armagetronad.desktop 
$pkgdir/usr/share/applications/armagetronad.desktop
- install -d $pkgdir/usr/share/pixmaps/
- ln -s /usr/share/armagetronad/desktop/icons/large/armagetronad.png \
-   $pkgdir/usr/share/pixmaps/armagetronad.png
- mv $pkgdir/usr/bin/armagetronad $pkgdir/usr/bin/armagetronad_bin
- printf #!/bin/bash\n/usr/bin/armagetronad_bin --configdir 
/etc/armagetronad --datadir /usr/share/armagetronad  
$pkgdir/usr/bin/armagetronad
- chmod +x $pkgdir/usr/bin/armagetronad
-}

Copied: armagetronad/repos/community-i686/PKGBUILD (from rev 129455, 
armagetronad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 09:08:07 UTC (rev 129456)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Filippo 'JoeyrS' Civiletti joe...@gmail.com
+
+pkgname=armagetronad
+pkgver=0.2.8.3.3
+pkgrel=1
+pkgdesc='A Tron Clone in 3D.'
+arch=('i686' 'x86_64')
+url='http://armagetronad.net/'
+license=('GPL')
+depends=('sdl_image' 'libxml2' 'sdl_mixer' 'ftgl')
+optdepends=('python2: language updater')
+source=(http://downloads.sourceforge.net/sourceforge/armagetronad/armagetronad-$pkgver.src.tar.gz)
+md5sums=('910d057d575c0ad33eea4d8ce13d8ba3')
+
+build() {
+ cd $srcdir/armagetronad-$pkgver
+
+ # python2 fix
+ sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' language/update.py
+
+ sed -i 's|FTGL.h|ftgl.h|g' configure
+ sed -i 's|png_check_sig|png_sig_cmp|g' configure
+ ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--disable-games \
+--enable-automakedefaults \
+--disable-uninstall
+ make
+}
+
+package() {
+ cd $srcdir/armagetronad-$pkgver
+ make DESTDIR=$pkgdir install
+ install -D -m 644 desktop/armagetronad.desktop 
$pkgdir/usr/share/applications/armagetronad.desktop
+ install -d $pkgdir/usr/share/pixmaps/
+ ln -s /usr/share/armagetronad/desktop/icons/large/armagetronad.png \
+   $pkgdir/usr/share/pixmaps/armagetronad.png
+ mv $pkgdir/usr/bin/armagetronad $pkgdir/usr/bin/armagetronad_bin
+ printf #!/bin/bash\n/usr/bin/armagetronad_bin --configdir 
/etc/armagetronad --datadir /usr/share/armagetronad  
$pkgdir/usr/bin/armagetronad
+ chmod +x $pkgdir/usr/bin/armagetronad
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-18 09:07:47 UTC (rev 129455)
+++ community-x86_64/PKGBUILD   2015-03-18 09:08:07 UTC (rev 129456)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Filippo 'JoeyrS' Civiletti joe...@gmail.com
-

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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 11:28:08
  Author: jgc
Revision: 234083

upgpkg: ekiga 4.0.1-11

Modified:
  ekiga/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 10:18:48 UTC (rev 234082)
+++ PKGBUILD2015-03-18 10:28:08 UTC (rev 234083)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 12:23:55
  Author: spupykin
Revision: 129478

archrelease: copy trunk to community-any

Added:
  grc/repos/community-any/PKGBUILD
(from rev 129477, grc/trunk/PKGBUILD)
  grc/repos/community-any/install.sh.patch
(from rev 129477, grc/trunk/install.sh.patch)
Deleted:
  grc/repos/community-any/PKGBUILD
  grc/repos/community-any/install.sh.patch

--+
 PKGBUILD |   56 ++---
 install.sh.patch |   16 +++
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 11:23:46 UTC (rev 129477)
+++ PKGBUILD2015-03-18 11:23:55 UTC (rev 129478)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Xilon xilo...@gmail.com
-# Contributor: Edward Toroschin edward.ha...@gmail.com
-
-pkgname=grc
-pkgver=1.5
-pkgrel=2
-pkgdesc='Yet another colouriser for beautifying your logfiles or output of 
commands.'
-arch=('any')
-url='http://kassiopeia.juls.savba.sk/~garabik/software/grc.html'
-license=('GPL')
-depends=('python')
-backup=('etc/grc.conf')
-source=(http://kassiopeia.juls.savba.sk/~garabik/software/$pkgname/${pkgname}_$pkgver.tar.gz
-   install.sh.patch)
-md5sums=('8692db331e6461c5ec77e382d306d74d'
- '096bfb843ea779d1cf509f11d4fefffe')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i ../install.sh.patch
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  ./install.sh $pkgdir
-}

Copied: grc/repos/community-any/PKGBUILD (from rev 129477, grc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 11:23:55 UTC (rev 129478)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Xilon xilo...@gmail.com
+# Contributor: Edward Toroschin edward.ha...@gmail.com
+
+pkgname=grc
+pkgver=1.7
+pkgrel=1
+pkgdesc='Yet another colouriser for beautifying your logfiles or output of 
commands.'
+arch=('any')
+url='http://kassiopeia.juls.savba.sk/~garabik/software/grc.html'
+license=('GPL')
+depends=('python')
+backup=('etc/grc.conf')
+source=(http://kassiopeia.juls.savba.sk/~garabik/software/grc/grc_$pkgver.orig.tar.gz
+   install.sh.patch)
+md5sums=('ad3bd71b2bc0a009ce3fab2489f3aae0'
+ '096bfb843ea779d1cf509f11d4fefffe')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i ../install.sh.patch
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  ./install.sh $pkgdir
+}

Deleted: install.sh.patch
===
--- install.sh.patch2015-03-18 11:23:46 UTC (rev 129477)
+++ install.sh.patch2015-03-18 11:23:55 UTC (rev 129478)
@@ -1,8 +0,0 @@
 a/install.sh   1999-10-15 01:27:14.0 +0800
-+++ b/install.sh   2007-10-04 13:59:30.0 +0800
-@@ -12,3 +12,5 @@
- cp -fv conf.* $LIBDIR
- mkdir -p $CONFDIR || true
- cp -fv grc.conf $CONFDIR
-+mkdir -p $MANDIR || true
-+cp -fv {grcat,grc}.1 $MANDIR

Copied: grc/repos/community-any/install.sh.patch (from rev 129477, 
grc/trunk/install.sh.patch)
===
--- install.sh.patch(rev 0)
+++ install.sh.patch2015-03-18 11:23:55 UTC (rev 129478)
@@ -0,0 +1,8 @@
+--- a/install.sh   1999-10-15 01:27:14.0 +0800
 b/install.sh   2007-10-04 13:59:30.0 +0800
+@@ -12,3 +12,5 @@
+ cp -fv conf.* $LIBDIR
+ mkdir -p $CONFDIR || true
+ cp -fv grc.conf $CONFDIR
++mkdir -p $MANDIR || true
++cp -fv {grcat,grc}.1 $MANDIR


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 12:23:46
  Author: spupykin
Revision: 129477

upgpkg: grc 1.7-1

upd

Modified:
  grc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 11:16:51 UTC (rev 129476)
+++ PKGBUILD2015-03-18 11:23:46 UTC (rev 129477)
@@ -4,8 +4,8 @@
 # Contributor: Edward Toroschin edward.ha...@gmail.com
 
 pkgname=grc
-pkgver=1.5
-pkgrel=2
+pkgver=1.7
+pkgrel=1
 pkgdesc='Yet another colouriser for beautifying your logfiles or output of 
commands.'
 arch=('any')
 url='http://kassiopeia.juls.savba.sk/~garabik/software/grc.html'
@@ -12,12 +12,12 @@
 license=('GPL')
 depends=('python')
 backup=('etc/grc.conf')
-source=(http://kassiopeia.juls.savba.sk/~garabik/software/$pkgname/${pkgname}_$pkgver.tar.gz
+source=(http://kassiopeia.juls.savba.sk/~garabik/software/grc/grc_$pkgver.orig.tar.gz
install.sh.patch)
-md5sums=('8692db331e6461c5ec77e382d306d74d'
+md5sums=('ad3bd71b2bc0a009ce3fab2489f3aae0'
  '096bfb843ea779d1cf509f11d4fefffe')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
   patch -Np1 -i ../install.sh.patch
 }


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 12:23:57
  Author: spupykin
Revision: 129479

upgpkg: ht 2.1.0-1

upd

Modified:
  ht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 11:23:55 UTC (rev 129478)
+++ PKGBUILD2015-03-18 11:23:57 UTC (rev 129479)
@@ -4,7 +4,7 @@
 # Contributor: Simon Morgan mra84...@mra.pb.hx.decode('rot-13')
 
 pkgname=ht
-pkgver=2.0.22
+pkgver=2.1.0
 pkgrel=1
 pkgdesc=A file editor/viewer/analyzer for executables
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 url=http://hte.sourceforge.net/;
 license=('GPL')
 depends=('gcc-libs' 'ncurses' 'lzo')
-source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.gz)
-md5sums=('ccd13f48e8e69f453bda2cb93ffdbfa0')
+source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.bz2)
+md5sums=('09b2a4461d75e9cd03af1cd67fadc1ec')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 12:24:11
  Author: spupykin
Revision: 129480

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 11:23:57 UTC (rev 129479)
+++ community-i686/PKGBUILD 2015-03-18 11:24:11 UTC (rev 129480)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: tardo ta...@nagi-fanboi.net
-# Contributor: Simon Morgan mra84...@mra.pb.hx.decode('rot-13')
-
-pkgname=ht
-pkgver=2.0.22
-pkgrel=1
-pkgdesc=A file editor/viewer/analyzer for executables
-arch=('i686' 'x86_64')
-url=http://hte.sourceforge.net/;
-license=('GPL')
-depends=('gcc-libs' 'ncurses' 'lzo2')
-source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.gz)
-md5sums=('ccd13f48e8e69f453bda2cb93ffdbfa0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --disable-x11-textmode --enable-release --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # avoid TeX conflict
-  mv $pkgdir/usr/bin/ht $pkgdir/usr/bin/hte
-}

Copied: ht/repos/community-i686/PKGBUILD (from rev 129479, ht/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 11:24:11 UTC (rev 129480)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: tardo ta...@nagi-fanboi.net
+# Contributor: Simon Morgan mra84...@mra.pb.hx.decode('rot-13')
+
+pkgname=ht
+pkgver=2.1.0
+pkgrel=1
+pkgdesc=A file editor/viewer/analyzer for executables
+arch=('i686' 'x86_64')
+url=http://hte.sourceforge.net/;
+license=('GPL')
+depends=('gcc-libs' 'ncurses' 'lzo')
+source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.bz2)
+md5sums=('09b2a4461d75e9cd03af1cd67fadc1ec')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --disable-x11-textmode --enable-release --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # avoid TeX conflict
+  mv $pkgdir/usr/bin/ht $pkgdir/usr/bin/hte
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-18 11:23:57 UTC (rev 129479)
+++ community-x86_64/PKGBUILD   2015-03-18 11:24:11 UTC (rev 129480)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: tardo ta...@nagi-fanboi.net
-# Contributor: Simon Morgan mra84...@mra.pb.hx.decode('rot-13')
-
-pkgname=ht
-pkgver=2.0.22
-pkgrel=1
-pkgdesc=A file editor/viewer/analyzer for executables
-arch=('i686' 'x86_64')
-url=http://hte.sourceforge.net/;
-license=('GPL')
-depends=('gcc-libs' 'ncurses' 'lzo2')
-source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.gz)
-md5sums=('ccd13f48e8e69f453bda2cb93ffdbfa0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --disable-x11-textmode --enable-release --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # avoid TeX conflict
-  mv $pkgdir/usr/bin/ht $pkgdir/usr/bin/hte
-}

Copied: ht/repos/community-x86_64/PKGBUILD (from rev 129479, ht/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-18 11:24:11 UTC (rev 129480)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: tardo ta...@nagi-fanboi.net
+# Contributor: Simon Morgan mra84...@mra.pb.hx.decode('rot-13')
+
+pkgname=ht
+pkgver=2.1.0
+pkgrel=1
+pkgdesc=A file editor/viewer/analyzer for executables
+arch=('i686' 'x86_64')
+url=http://hte.sourceforge.net/;
+license=('GPL')
+depends=('gcc-libs' 'ncurses' 'lzo')
+source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.bz2)
+md5sums=('09b2a4461d75e9cd03af1cd67fadc1ec')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --disable-x11-textmode --enable-release --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # avoid TeX conflict
+  mv $pkgdir/usr/bin/ht $pkgdir/usr/bin/hte
+}


[arch-commits] Commit in gtranslator/repos/community-i686 (7 files)

2015-03-18 Thread Jaroslav Lichtblau
Date: Wednesday, March 18, 2015 @ 09:04:00
  Author: jlichtblau
Revision: 129454

archrelease: copy trunk to community-i686

Added:
  gtranslator/repos/community-i686/PKGBUILD
(from rev 129453, gtranslator/trunk/PKGBUILD)
  gtranslator/repos/community-i686/gtranslator.changelog
(from rev 129453, gtranslator/trunk/gtranslator.changelog)
  gtranslator/repos/community-i686/gtranslator.install
(from rev 129453, gtranslator/trunk/gtranslator.install)
Deleted:
  gtranslator/repos/community-i686/PKGBUILD
  gtranslator/repos/community-i686/gtkspell3-port.patch
  gtranslator/repos/community-i686/gtranslator.changelog
  gtranslator/repos/community-i686/gtranslator.install

---+
 PKGBUILD  |   75 +---
 gtkspell3-port.patch  |   97 -
 gtranslator.changelog |  125 
 gtranslator.install   |   26 -
 4 files changed, 111 insertions(+), 212 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 06:54:06 UTC (rev 129453)
+++ PKGBUILD2015-03-18 08:04:00 UTC (rev 129454)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Hugo Doria h...@archlinux.org
-# Contributor: Christer Solskogen (solsko...@carebears.mine.nu)
-
-pkgname=gtranslator
-pkgver=2.91.6
-pkgrel=4
-pkgdesc='Enhanced gettext po file editor for the GNOME'
-arch=('x86_64' 'i686')
-url='http://projects.gnome.org/gtranslator/'
-license=('GPL')
-depends=('desktop-file-utils' 'gdl' 'gettext' 'gtksourceview3' 'gtkspell3' 
'iso-codes' 'libgda' 'libpeas' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'dconf')
-makedepends=('intltool' 'itstool' 'gnome-doc-utils' 'gucharmap' 'json-glib' 
'gnome-common' 'yelp-tools')
-optdepends=('gucharmap: for charmap plugin'
-'json-glib: for open-tran plugin')
-install=$pkgname.install
-source=(http://ftp.acc.umu.se/pub/GNOME/sources/$pkgname/2.91/$pkgname-$pkgver.tar.xz;
-'gtkspell3-port.patch')
-sha256sums=('a1fd4b17b1f32cc7223a31d34e34f95b20acc7b5a23768351a34ff0b7a4bcdf6'
-'29afb55c692869cbd47d0181ddd93acdd53f5b236ebabd9a96a983da66d4cb9d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # port to the new gtkspell3
-  patch -Np1 -i $srcdir/gtkspell3-port.patch
-
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtranslator/repos/community-i686/PKGBUILD (from rev 129453, 
gtranslator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 08:04:00 UTC (rev 129454)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Hugo Doria h...@archlinux.org
+# Contributor: Christer Solskogen (solsko...@carebears.mine.nu)
+
+pkgname=gtranslator
+pkgver=2.91.7
+pkgrel=1
+pkgdesc='Enhanced gettext po file editor for the GNOME'
+arch=('x86_64' 'i686')
+url='http://projects.gnome.org/gtranslator/'
+license=('GPL')
+depends=('desktop-file-utils' 'gdl' 'gettext' 'gtksourceview3' 'gtkspell3' 
'iso-codes' 'libgda' 'libpeas' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'dconf')
+makedepends=('intltool' 'itstool' 'gnome-doc-utils' 'gucharmap' 'json-glib' 
'gnome-common' 'yelp-tools')
+optdepends=('gucharmap: for charmap plugin'
+'json-glib: for open-tran plugin')
+install=$pkgname.install
+source=(http://ftp.acc.umu.se/pub/GNOME/sources/$pkgname/2.91/$pkgname-$pkgver.tar.xz)
+sha256sums=('2b25b45b33e4aa856953b4a5da1d98bd51a343ddb479aeae3934bfe0c3651f9d')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: gtkspell3-port.patch
===
--- gtkspell3-port.patch2015-03-18 06:54:06 UTC (rev 129453)
+++ gtkspell3-port.patch2015-03-18 08:04:00 UTC (rev 129454)
@@ -1,97 +0,0 @@
-From cf33d8761dbfc7f6c8b27c3146efcad81f8fbde9 Mon Sep 17 00:00:00 2001
-From: Kalev Lember kalevlem...@gmail.com
-Date: Sun, 13 Jan 2013 13:19:40 +
-Subject: Port to gtkspell3
-
-https://bugzilla.gnome.org/show_bug.cgi?id=691655

-diff --git a/configure.ac b/configure.ac
-index c1ba5b6..3fe9c46 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -84,7 +84,7 @@ GDL_REQUIRED=3.6.0
- GDA_REQUIRED=4.2.3
- PEAS_REQUIRED=1.2.0
- GDICT_OPTIONAL=0.11.0
--GTKSPELL_OPTIONAL=2.99.99
-+GTKSPELL_OPTIONAL=3.0.0
- JSON_GLIB_OPTIONAL=0.12.0
- 
- AC_ARG_WITH(gda,
-@@ -174,14 

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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 09:16:33
  Author: jgc
Revision: 234078

Rebuild for libinput

Added:
  mutter/repos/staging-i686/
  mutter/repos/staging-x86_64/
Modified:
  mutter/repos/staging-i686/PKGBUILD
  mutter/repos/staging-x86_64/PKGBUILD

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

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-13 08:56:11 UTC (rev 233427)
+++ staging-i686/PKGBUILD   2015-03-18 08:16:33 UTC (rev 234078)
@@ -5,7 +5,7 @@
 
 pkgname=mutter
 pkgver=3.14.3
-pkgrel=2
+pkgrel=3
 pkgdesc=A window manager for GNOME
 arch=(i686 x86_64)
 license=('GPL')

Modified: staging-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-13 08:56:11 UTC (rev 233427)
+++ staging-x86_64/PKGBUILD 2015-03-18 08:16:33 UTC (rev 234078)
@@ -5,7 +5,7 @@
 
 pkgname=mutter
 pkgver=3.14.3
-pkgrel=2
+pkgrel=3
 pkgdesc=A window manager for GNOME
 arch=(i686 x86_64)
 license=('GPL')


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

2015-03-18 Thread Kyle Keen
Date: Wednesday, March 18, 2015 @ 10:07:47
  Author: kkeen
Revision: 129455

upgpkg: armagetronad 0.2.8.3.3-1

Modified:
  armagetronad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 08:04:00 UTC (rev 129454)
+++ PKGBUILD2015-03-18 09:07:47 UTC (rev 129455)
@@ -4,8 +4,8 @@
 # Contributor: Filippo 'JoeyrS' Civiletti joe...@gmail.com
 
 pkgname=armagetronad
-pkgver=0.2.8.3.2
-pkgrel=4
+pkgver=0.2.8.3.3
+pkgrel=1
 pkgdesc='A Tron Clone in 3D.'
 arch=('i686' 'x86_64')
 url='http://armagetronad.net/'
@@ -13,7 +13,7 @@
 depends=('sdl_image' 'libxml2' 'sdl_mixer' 'ftgl')
 optdepends=('python2: language updater')
 
source=(http://downloads.sourceforge.net/sourceforge/armagetronad/armagetronad-$pkgver.src.tar.gz)
-md5sums=('f7796de4ef50bd33553e0a3f93fd67e6')
+md5sums=('910d057d575c0ad33eea4d8ce13d8ba3')
 
 build() {
  cd $srcdir/armagetronad-$pkgver


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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 11:07:32
  Author: jgc
Revision: 234080

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  evolution/repos/gnome-unstable-i686/
  evolution/repos/gnome-unstable-i686/PKGBUILD
(from rev 234079, evolution/trunk/PKGBUILD)
  evolution/repos/gnome-unstable-i686/evolution.install
(from rev 234079, evolution/trunk/evolution.install)
  evolution/repos/gnome-unstable-x86_64/
  evolution/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234079, evolution/trunk/PKGBUILD)
  evolution/repos/gnome-unstable-x86_64/evolution.install
(from rev 234079, evolution/trunk/evolution.install)

-+
 gnome-unstable-i686/PKGBUILD|   65 ++
 gnome-unstable-i686/evolution.install   |   19 
 gnome-unstable-x86_64/PKGBUILD  |   65 ++
 gnome-unstable-x86_64/evolution.install |   19 
 4 files changed, 168 insertions(+)

Copied: evolution/repos/gnome-unstable-i686/PKGBUILD (from rev 234079, 
evolution/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-18 10:07:32 UTC (rev 234080)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgbase=evolution
+pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=Manage your email, contacts and schedule
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop evolution-data-server libcanberra libpst 
libytnef desktop-file-utils hicolor-icon-theme dconf gtkspell3 webkitgtk 
libcryptui)
+options=('!emptydirs')
+url=https://wiki.gnome.org/Apps/Evolution
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('491d3c990c31ae0cba0f0f712229ce4e6cfdce610d2ba4a7e4e35e2e6d3a4065')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --disable-schemas-compile \
+  --disable-autoar
+  
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package_evolution() {
+  depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
+   desktop-file-utils hicolor-icon-theme dconf gtkspell3 libcryptui 
webkitgtk)
+  install=evolution.install
+  optdepends=('highlight: text highlight plugin'
+  'evolution-spamassassin: Spamassassin spam check plugin'
+  'evolution-bogofilter: Bogofilter spam check plugin')
+  groups=('gnome-extra')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+  mkdir ../plugins
+  mv $pkgdir/usr/lib/evolution/modules/module-bogofilter.so ../plugins/
+  mv $pkgdir/usr/lib/evolution/modules/module-spamassassin.so ../plugins/
+  mv $pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml ../plugins/
+  mv $pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml 
../plugins/
+}
+
+
+package_evolution-bogofilter() {
+  depends=(evolution=$pkgver 'bogofilter')
+  install -Dm755 plugins/module-bogofilter.so 
$pkgdir/usr/lib/evolution/modules/module-bogofilter.so
+  install -Dm644 plugins/evolution-bogofilter.metainfo.xml 
$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml
+}
+
+package_evolution-spamassassin() {
+  depends=(evolution=$pkgver 'spamassassin')
+  install -Dm755 plugins/module-spamassassin.so 
$pkgdir/usr/lib/evolution/modules/module-spamassassin.so
+  install -Dm644 plugins/evolution-spamassassin.metainfo.xml 
$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml
+}

Copied: evolution/repos/gnome-unstable-i686/evolution.install (from rev 234079, 
evolution/trunk/evolution.install)
===
--- gnome-unstable-i686/evolution.install   (rev 0)
+++ gnome-unstable-i686/evolution.install   2015-03-18 10:07:32 UTC (rev 
234080)
@@ -0,0 +1,19 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if [ -f /usr/share/gconf/schemas/evolution.schemas ]; then
+gconfpkg --uninstall evolution
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: evolution/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234079, 

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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 11:07:26
  Author: jgc
Revision: 234079

upgpkg: evolution 3.15.92-1

Modified:
  evolution/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 08:16:33 UTC (rev 234078)
+++ PKGBUILD2015-03-18 10:07:26 UTC (rev 234079)
@@ -4,16 +4,16 @@
 
 pkgbase=evolution
 pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
-pkgver=3.12.11
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=Manage your email, contacts and schedule
 arch=(i686 x86_64)
 license=(GPL)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop evolution-data-server gtkhtml4 libcanberra 
libpst libytnef psmisc desktop-file-utils hicolor-icon-theme dconf gtkspell3)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop evolution-data-server libcanberra libpst 
libytnef desktop-file-utils hicolor-icon-theme dconf gtkspell3 webkitgtk 
libcryptui)
 options=('!emptydirs')
 url=https://wiki.gnome.org/Apps/Evolution
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('f9ec78ae7b9aadb7efc76777c4c93a98f7c61be2a4cfaaf351dd051604e981f5')
+sha256sums=('491d3c990c31ae0cba0f0f712229ce4e6cfdce610d2ba4a7e4e35e2e6d3a4065')
 
 build() {
   cd $pkgbase-$pkgver
@@ -24,7 +24,8 @@
   --enable-nss=yes \
   --with-openldap=yes \
   --enable-smime=yes \
-  --disable-schemas-compile
+  --disable-schemas-compile \
+  --disable-autoar
   
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
 
@@ -32,8 +33,8 @@
 }
 
 package_evolution() {
-  depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef psmisc
-   desktop-file-utils hicolor-icon-theme dconf gtkspell3)
+  depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
+   desktop-file-utils hicolor-icon-theme dconf gtkspell3 libcryptui 
webkitgtk)
   install=evolution.install
   optdepends=('highlight: text highlight plugin'
   'evolution-spamassassin: Spamassassin spam check plugin'
@@ -44,23 +45,21 @@
   make DESTDIR=$pkgdir install
 
   mkdir ../plugins
-  mv $pkgdir/usr/lib/evolution/3.12/modules/module-bogofilter.so ../plugins/
-  mv $pkgdir/usr/lib/evolution/3.12/modules/module-spamassassin.so 
../plugins/
+  mv $pkgdir/usr/lib/evolution/modules/module-bogofilter.so ../plugins/
+  mv $pkgdir/usr/lib/evolution/modules/module-spamassassin.so ../plugins/
   mv $pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml ../plugins/
   mv $pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml 
../plugins/
-
-
 }
 
 
 package_evolution-bogofilter() {
   depends=(evolution=$pkgver 'bogofilter')
-  install -Dm755 plugins/module-bogofilter.so 
$pkgdir/usr/lib/evolution/3.12/modules/module-bogofilter.so
+  install -Dm755 plugins/module-bogofilter.so 
$pkgdir/usr/lib/evolution/modules/module-bogofilter.so
   install -Dm644 plugins/evolution-bogofilter.metainfo.xml 
$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml
 }
 
 package_evolution-spamassassin() {
   depends=(evolution=$pkgver 'spamassassin')
-  install -Dm755 plugins/module-spamassassin.so 
$pkgdir/usr/lib/evolution/3.12/modules/module-spamassassin.so
+  install -Dm755 plugins/module-spamassassin.so 
$pkgdir/usr/lib/evolution/modules/module-spamassassin.so
   install -Dm644 plugins/evolution-spamassassin.metainfo.xml 
$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml
 }


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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 11:18:48
  Author: jgc
Revision: 234082

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  bijiben/repos/gnome-unstable-i686/
  bijiben/repos/gnome-unstable-i686/PKGBUILD
(from rev 234081, bijiben/trunk/PKGBUILD)
  bijiben/repos/gnome-unstable-i686/bijiben.install
(from rev 234081, bijiben/trunk/bijiben.install)
  bijiben/repos/gnome-unstable-x86_64/
  bijiben/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234081, bijiben/trunk/PKGBUILD)
  bijiben/repos/gnome-unstable-x86_64/bijiben.install
(from rev 234081, bijiben/trunk/bijiben.install)

---+
 gnome-unstable-i686/PKGBUILD  |   29 +
 gnome-unstable-i686/bijiben.install   |   14 ++
 gnome-unstable-x86_64/PKGBUILD|   29 +
 gnome-unstable-x86_64/bijiben.install |   14 ++
 4 files changed, 86 insertions(+)

Copied: bijiben/repos/gnome-unstable-i686/PKGBUILD (from rev 234081, 
bijiben/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-18 10:18:48 UTC (rev 234082)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=bijiben
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=Write out notes, every detail matters
+arch=(i686 x86_64)
+url=https://live.gnome.org/Bijiben;
+license=(GPL)
+depends=(tracker zeitgeist webkitgtk hicolor-icon-theme desktop-file-utils 
gnome-online-accounts evolution-data-server)
+makedepends=(intltool itstool evolution)
+options=(!emptydirs)
+groups=(gnome-extra)
+install=bijiben.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7f1812771748491e4082540eed7535fe79cacac47d8caf37afd2e9b2b3d07215')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-update-mimedb
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: bijiben/repos/gnome-unstable-i686/bijiben.install (from rev 234081, 
bijiben/trunk/bijiben.install)
===
--- gnome-unstable-i686/bijiben.install (rev 0)
+++ gnome-unstable-i686/bijiben.install 2015-03-18 10:18:48 UTC (rev 234082)
@@ -0,0 +1,14 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database /usr/share/mime
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bijiben/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234081, 
bijiben/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-18 10:18:48 UTC (rev 234082)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=bijiben
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=Write out notes, every detail matters
+arch=(i686 x86_64)
+url=https://live.gnome.org/Bijiben;
+license=(GPL)
+depends=(tracker zeitgeist webkitgtk hicolor-icon-theme desktop-file-utils 
gnome-online-accounts evolution-data-server)
+makedepends=(intltool itstool evolution)
+options=(!emptydirs)
+groups=(gnome-extra)
+install=bijiben.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7f1812771748491e4082540eed7535fe79cacac47d8caf37afd2e9b2b3d07215')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-update-mimedb
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: bijiben/repos/gnome-unstable-x86_64/bijiben.install (from rev 234081, 
bijiben/trunk/bijiben.install)
===
--- gnome-unstable-x86_64/bijiben.install   (rev 0)
+++ gnome-unstable-x86_64/bijiben.install   2015-03-18 10:18:48 UTC (rev 
234082)
@@ -0,0 +1,14 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database /usr/share/mime
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 11:18:42
  Author: jgc
Revision: 234081

upgpkg: bijiben 3.15.92-1

Modified:
  bijiben/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 10:07:32 UTC (rev 234080)
+++ PKGBUILD2015-03-18 10:18:42 UTC (rev 234081)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=bijiben
-pkgver=3.14.2
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=Write out notes, every detail matters
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 groups=(gnome-extra)
 install=bijiben.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7998632c83889071c23725ad95867618c72814676a3a3865881e9556714e0537')
+sha256sums=('7f1812771748491e4082540eed7535fe79cacac47d8caf37afd2e9b2b3d07215')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 12:15:12
  Author: spupykin
Revision: 129475

upgpkg: xmlstarlet 1.6.1-1

upd

Modified:
  xmlstarlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 10:52:45 UTC (rev 129474)
+++ PKGBUILD2015-03-18 11:15:12 UTC (rev 129475)
@@ -5,7 +5,7 @@
 # Contributor: chochem choc...@gmail.com
 
 pkgname=xmlstarlet
-pkgver=1.5.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc=A set of tools to transform, query, validate, and edit XML documents
 arch=('i686' 'x86_64')
@@ -12,12 +12,14 @@
 url=http://xmlstar.sourceforge.net/;
 license=('MIT')
 depends=('libxslt')
+makedepends=('fop' 'ghostscript')
+options=('docs')
 
source=(xmlstarlet-$pkgver.tar.gz::http://sourceforge.net/projects/xmlstar/files/xmlstarlet/$pkgver/xmlstarlet-$pkgver.tar.gz/download;)
-md5sums=('0c6db295d0cf9ff0d439edb755b7e8f6')
+md5sums=('f3c5dfa3b1a2ee06cd57c255cc8b70a0')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  LIBXSLT_PREFIX=/usr LIBXML_PREFIX=/usr ./configure --prefix=/usr
+  LIBXSLT_PREFIX=/usr LIBXML_PREFIX=/usr ./configure --prefix=/usr 
--enable-build-docs
   make
 }
 


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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 11:28:14
  Author: jgc
Revision: 234084

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  ekiga/repos/gnome-unstable-i686/
  ekiga/repos/gnome-unstable-i686/PKGBUILD
(from rev 234083, ekiga/trunk/PKGBUILD)
  ekiga/repos/gnome-unstable-i686/ekiga.install
(from rev 234083, ekiga/trunk/ekiga.install)
  ekiga/repos/gnome-unstable-x86_64/
  ekiga/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234083, ekiga/trunk/PKGBUILD)
  ekiga/repos/gnome-unstable-x86_64/ekiga.install
(from rev 234083, ekiga/trunk/ekiga.install)

-+
 gnome-unstable-i686/PKGBUILD|   35 ++
 gnome-unstable-i686/ekiga.install   |   22 +
 gnome-unstable-x86_64/PKGBUILD  |   35 ++
 gnome-unstable-x86_64/ekiga.install |   22 +
 4 files changed, 114 insertions(+)

Copied: ekiga/repos/gnome-unstable-i686/PKGBUILD (from rev 234083, 
ekiga/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-18 10:28:14 UTC (rev 234084)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=ekiga
+pkgver=4.0.1
+pkgrel=11
+pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
+url=http://www.ekiga.org;
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'gnome-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus --enable-avahi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain ekiga $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: ekiga/repos/gnome-unstable-i686/ekiga.install (from rev 234083, 
ekiga/trunk/ekiga.install)
===
--- gnome-unstable-i686/ekiga.install   (rev 0)
+++ gnome-unstable-i686/ekiga.install   2015-03-18 10:28:14 UTC (rev 234084)
@@ -0,0 +1,22 @@
+pkgname=ekiga
+
+post_install() {
+  gconfpkg --install $pkgname
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall $pkgname
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

Copied: ekiga/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234083, 
ekiga/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-18 10:28:14 UTC (rev 234084)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=ekiga
+pkgver=4.0.1
+pkgrel=11
+pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
+url=http://www.ekiga.org;
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'gnome-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus --enable-avahi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain ekiga $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: ekiga/repos/gnome-unstable-x86_64/ekiga.install (from rev 234083, 

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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 11:52:45
  Author: spupykin
Revision: 129474

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 10:52:32 UTC (rev 129473)
+++ community-i686/PKGBUILD 2015-03-18 10:52:45 UTC (rev 129474)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Benjamin Andresen be...@klapmuetz.org
-# Contributor: Mikko Seppдlд t-r-...@mbnet.fi
-
-pkgname=xvkbd
-pkgver=3.5
-pkgrel=1
-pkgdesc=virtual (graphical) keyboard program for X Window System
-arch=('i686' 'x86_64')
-url=http://homepage3.nifty.com/tsato/xvkbd/;
-license=('GPL')
-depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm')
-makedepends=('imake')
-source=(http://homepage3.nifty.com/tsato/xvkbd/xvkbd-$pkgver.tar.gz)
-md5sums=('f7344982d985be925c7a708110e20497')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  xmkmf
-  sed -i 's|#include X11/Xaw/|#include X11/Xaw3d/|' xvkbd.c
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # fix
-  rm -f $pkgdir/usr/lib/X11/app-defaults
-  mkdir -p $pkgdir/usr/lib/X11
-  mv $pkgdir/etc/X11/app-defaults $pkgdir/usr/lib/X11/
-  rm -rf $pkgdir/etc/
-}

Copied: xvkbd/repos/community-i686/PKGBUILD (from rev 129473, 
xvkbd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 10:52:45 UTC (rev 129474)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Benjamin Andresen be...@klapmuetz.org
+# Contributor: Mikko Seppдlд t-r-...@mbnet.fi
+
+pkgname=xvkbd
+pkgver=3.6
+pkgrel=1
+pkgdesc=virtual (graphical) keyboard program for X Window System
+arch=('i686' 'x86_64')
+url=http://homepage3.nifty.com/tsato/xvkbd/;
+license=('GPL')
+depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm')
+makedepends=('imake')
+source=(http://homepage3.nifty.com/tsato/xvkbd/xvkbd-$pkgver.tar.gz)
+md5sums=('6620b8d2f716195a75d1206bdabc4b37')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  xmkmf
+  sed -i 's|#include X11/Xaw/|#include X11/Xaw3d/|' xvkbd.c
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # fix
+  rm -f $pkgdir/usr/lib/X11/app-defaults
+  mkdir -p $pkgdir/usr/lib/X11
+  mv $pkgdir/etc/X11/app-defaults $pkgdir/usr/lib/X11/
+  rm -rf $pkgdir/etc/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-18 10:52:32 UTC (rev 129473)
+++ community-x86_64/PKGBUILD   2015-03-18 10:52:45 UTC (rev 129474)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Benjamin Andresen be...@klapmuetz.org
-# Contributor: Mikko Seppдlд t-r-...@mbnet.fi
-
-pkgname=xvkbd
-pkgver=3.5
-pkgrel=1
-pkgdesc=virtual (graphical) keyboard program for X Window System
-arch=('i686' 'x86_64')
-url=http://homepage3.nifty.com/tsato/xvkbd/;
-license=('GPL')
-depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm')
-makedepends=('imake')
-source=(http://homepage3.nifty.com/tsato/xvkbd/xvkbd-$pkgver.tar.gz)
-md5sums=('f7344982d985be925c7a708110e20497')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  xmkmf
-  sed -i 's|#include X11/Xaw/|#include X11/Xaw3d/|' xvkbd.c
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # fix
-  rm -f $pkgdir/usr/lib/X11/app-defaults
-  mkdir -p $pkgdir/usr/lib/X11
-  mv $pkgdir/etc/X11/app-defaults $pkgdir/usr/lib/X11/
-  rm -rf $pkgdir/etc/
-}

Copied: xvkbd/repos/community-x86_64/PKGBUILD (from rev 129473, 
xvkbd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-18 10:52:45 UTC (rev 129474)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Benjamin Andresen be...@klapmuetz.org
+# Contributor: Mikko Seppдlд t-r-...@mbnet.fi
+
+pkgname=xvkbd
+pkgver=3.6
+pkgrel=1
+pkgdesc=virtual (graphical) keyboard program for X Window System
+arch=('i686' 'x86_64')
+url=http://homepage3.nifty.com/tsato/xvkbd/;
+license=('GPL')
+depends=('libxmu' 'xaw3d' 'glibc' 

[arch-commits] Commit in virtualbox-modules-lts/repos (16 files)

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 13:39:56
  Author: seblu
Revision: 129484

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

Added:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
(from rev 129483, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-i686/build.sh
(from rev 129483, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
(from rev 129483, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
(from rev 129483, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
(from rev 129483, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-x86_64/build.sh
(from rev 129483, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
(from rev 129483, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install
(from rev 129483, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
Deleted:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
  virtualbox-modules-lts/repos/community-i686/build.sh
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
  virtualbox-modules-lts/repos/community-x86_64/build.sh
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install

---+
 /PKGBUILD |  132 
 /build.sh |  116 ++
 /virtualbox-guest-modules-lts.install |   42 +
 /virtualbox-host-modules-lts.install  |   46 +
 community-i686/PKGBUILD   |   66 
 community-i686/build.sh   |   58 ---
 community-i686/virtualbox-guest-modules-lts.install   |   21 --
 community-i686/virtualbox-host-modules-lts.install|   23 --
 community-x86_64/PKGBUILD |   66 
 community-x86_64/build.sh |   58 ---
 community-x86_64/virtualbox-guest-modules-lts.install |   21 --
 community-x86_64/virtualbox-host-modules-lts.install  |   23 --
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 12:39:22 UTC (rev 129483)
+++ community-i686/PKGBUILD 2015-03-18 12:39:56 UTC (rev 129484)
@@ -1,66 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.24
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts=3.14.34' 'linux-lts3.15'
- 'linux-lts-headers=3.14.34' 'linux-lts-headers3.15'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.14-lts
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts=3.14.34' 'linux-lts3.15')
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=(virtualbox-host-modules=$pkgver)
-  install=virtualbox-host-modules-lts.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux-lts=3.14.34' 'linux-lts3.15')

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

2015-03-18 Thread Christian Hesse
Date: Wednesday, March 18, 2015 @ 14:42:22
  Author: eworm
Revision: 129485

upgpkg: mysql-workbench 6.2.5-2

* fix when no gnome-keyring is installed
* link against X11 (this broke with cmake 3.2.1-1)

Added:
  mysql-workbench/trunk/0008-mysql-workbench-link-x11.patch
  mysql-workbench/trunk/0009-mysql-workbench-gnome-keyring.patch
Modified:
  mysql-workbench/trunk/PKGBUILD

--+
 0008-mysql-workbench-link-x11.patch  |   25 +
 0009-mysql-workbench-gnome-keyring.patch |   17 +
 PKGBUILD |   12 +++-
 3 files changed, 53 insertions(+), 1 deletion(-)

Added: 0008-mysql-workbench-link-x11.patch
===
--- 0008-mysql-workbench-link-x11.patch (rev 0)
+++ 0008-mysql-workbench-link-x11.patch 2015-03-18 13:42:22 UTC (rev 129485)
@@ -0,0 +1,25 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 76a886e..773d804 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -32,6 +32,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} 
${CMAKE_SOURCE_DIR}/build/cmake/Modu
+ 
+ find_package(PkgConfig REQUIRED)
+ 
++find_package(X11)
++
+ find_package(GTK2 2.20 REQUIRED gtk gtkmm)
+ pkg_check_modules(GTHREAD REQUIRED gthread-2.0)
+ pkg_check_modules(GMODULE REQUIRED gmodule-2.0)
+diff --git a/frontend/linux/workbench/CMakeLists.txt 
b/frontend/linux/workbench/CMakeLists.txt
+index b9c16c8..d52c34a 100644
+--- a/frontend/linux/workbench/CMakeLists.txt
 b/frontend/linux/workbench/CMakeLists.txt
+@@ -92,6 +92,7 @@ target_link_libraries(mysql-workbench-bin
+ mysqlparser
+ ${MYSQLCPPCONN_LIBRARIES}
+ ${CTEMPLATE_LIBRARIES}
++${X11_LIBRARIES}
+ ${GTK2_LIBRARIES}
+ ${SIGC++_LIBRARIES}
+ ${GRT_LIBRARIES}

Added: 0009-mysql-workbench-gnome-keyring.patch
===
--- 0009-mysql-workbench-gnome-keyring.patch(rev 0)
+++ 0009-mysql-workbench-gnome-keyring.patch2015-03-18 13:42:22 UTC (rev 
129485)
@@ -0,0 +1,17 @@
+diff --git a/frontend/linux/workbench/mysql-workbench.in 
b/frontend/linux/workbench/mysql-workbench.in
+index 02a8061..f8176f6 100755
+--- a/frontend/linux/workbench/mysql-workbench.in
 b/frontend/linux/workbench/mysql-workbench.in
+@@ -4,6 +4,12 @@
+ # This will cause passwords to be stored only temporarily for the session.
+ #WB_NO_GNOME_KEYRING=1
+ 
++# Looks like WB expects gnome-keyring to be present as soon as XDG_RUNTIME_DIR
++# environment variable is set. Do an extra check here...
++if ! type gnome-keyring-daemon /dev/null; then
++  WB_NO_GNOME_KEYRING=1
++fi
++
+ # force disable the Mac style single menu hack in Ubuntu Unity
+ export UBUNTU_MENUPROXY=0
+ 

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 12:39:56 UTC (rev 129484)
+++ PKGBUILD2015-03-18 13:42:22 UTC (rev 129485)
@@ -7,7 +7,7 @@
 
 pkgname=mysql-workbench
 pkgver=6.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A cross-platform, visual database design tool developed by MySQL'
 arch=('i686' 'x86_64')
 url='https://www.mysql.com/products/workbench/'
@@ -28,6 +28,8 @@
'0001-mysql-workbench-no-check-for-updates.patch'
'0006-mysql-workbench-column-label.patch'
'0007-mysql-workbench-no-set-gtid-purged.patch'
+   '0008-mysql-workbench-link-x11.patch'
+   '0009-mysql-workbench-gnome-keyring.patch'
'arch_linux_profile.xml')
 sha256sums=('40a5dbf72b55441ea3e9466dce2de47611777c88da2b65b748f10b06dfa0794e'
 'SKIP'
@@ -35,6 +37,8 @@
 'b189e15c6b6f5a707357d9a9297f39ee3a33264fd28b44d5de6f537f851f82cf'
 '701c7d9f68b1b0f63e8e8ece0b61cb57c2168f29e10b113c409f7ccfd68251e0'
 'b49d4ea352d2c2013b9c5834668c44521a0a2c5f9c7e3fe746ad94ce0d2bb865'
+   'bfa0752f08d4641eb475c87373593061a0fe1c872c0d0cc1ed45ea43cf23fa05'
+   'aa98205e14ab617b3632a1efa8ef1f6b4032eb9240b57523e4c1e5aa11d6c6f0'
 '28724c4b4cec29ce19aada08279df1b086381cd788fef7ae07c1860f7d17af7e')
 
 prepare() {
@@ -50,6 +54,12 @@
# mysqldump from mariadb (currently 1.0.16) does not support 
--set-gtid-purged
patch -Np1  ${srcdir}/0007-mysql-workbench-no-set-gtid-purged.patch
 
+   # link against X11
+   patch -Np1  ${srcdir}/0008-mysql-workbench-link-x11.patch
+
+   # fix gnome-keyring
+   patch -Np1  ${srcdir}/0009-mysql-workbench-gnome-keyring.patch
+
# fix GDAL
sed -i '/#include/s|gdal/||' backend/wbpublic/grtui/geom_draw_box.h 
backend/wbpublic/grt/spatial_handler.h
 


[arch-commits] Commit in virtualbox/repos (92 files)

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 13:35:05
  Author: seblu
Revision: 129482

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

Added:
  virtualbox/repos/community-i686/001-vboxdrv-reference.patch
(from rev 129481, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-i686/002-dri-driver-path.patch
(from rev 129481, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-i686/003-ogl-include-path.patch
(from rev 129481, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-i686/004-xorg.patch
(from rev 129481, virtualbox/trunk/004-xorg.patch)
  virtualbox/repos/community-i686/005-gsoap-build.patch
(from rev 129481, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 129481, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-i686/007-python2-path.patch
(from rev 129481, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-i686/008-root-window.patch
(from rev 129481, virtualbox/trunk/008-root-window.patch)
  virtualbox/repos/community-i686/60-vboxdrv.rules
(from rev 129481, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 129481, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 129481, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 129481, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/build.sh
(from rev 129481, virtualbox/trunk/build.sh)
  virtualbox/repos/community-i686/vboxreload
(from rev 129481, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-i686/vboxservice-nox.service
(from rev 129481, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 129481, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 129481, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 129481, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
(from rev 129481, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
(from rev 129481, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.sysusers
(from rev 129481, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
(from rev 129481, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 129481, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-x86_64/001-vboxdrv-reference.patch
(from rev 129481, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
(from rev 129481, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-x86_64/003-ogl-include-path.patch
(from rev 129481, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-x86_64/004-xorg.patch
(from rev 129481, virtualbox/trunk/004-xorg.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 129481, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 129481, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/007-python2-path.patch
(from rev 129481, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-x86_64/008-root-window.patch
(from rev 129481, virtualbox/trunk/008-root-window.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 129481, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 129481, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 129481, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 129481, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 129481, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 129481, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 129481, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 129481, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 129481, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 129481, virtualbox/trunk/virtualbox-ext-vnc.install)
  

[arch-commits] Commit in cheese/trunk (PKGBUILD port-to-clutter-gst-3.patch)

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 14:03:35
  Author: jgc
Revision: 234093

upgpkg: cheese 3.15.92-1

Added:
  cheese/trunk/port-to-clutter-gst-3.patch
Modified:
  cheese/trunk/PKGBUILD

-+
 PKGBUILD|   16 +-
 port-to-clutter-gst-3.patch |  297 ++
 2 files changed, 309 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 12:31:47 UTC (rev 234092)
+++ PKGBUILD2015-03-18 13:03:35 UTC (rev 234093)
@@ -3,21 +3,29 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.14.2
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
 arch=(i686 x86_64)
 license=('GPL')
 depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop')
-makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
+makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala' 
'gnome-common' 'yelp-tools' 'appstream-glib')
 optdepends=('frei0r-plugins: More camera effects')
 groups=('gnome-extra')
 options=('!emptydirs')
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3074a567e0080d7b8fc0512bf3b08c3397e38083cce1767104624288f033a517')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+port-to-clutter-gst-3.patch)
+sha256sums=('b7239315f898c988a65c2d3b3320cd963be56a1a3e34afa035a45de4ee797b91'
+'2351cf4147acb5672938728b1838c6104a362706b5fb9964a3196708b544de56')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../port-to-clutter-gst-3.patch
+  autoreconf -fi
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \

Added: port-to-clutter-gst-3.patch
===
--- port-to-clutter-gst-3.patch (rev 0)
+++ port-to-clutter-gst-3.patch 2015-03-18 13:03:35 UTC (rev 234093)
@@ -0,0 +1,297 @@
+From f88706c105dabb9ccc4791cf1df50d8886a7eabd Mon Sep 17 00:00:00 2001
+From: Lionel Landwerlin llandwer...@gmail.com
+Date: Sun, 25 Jan 2015 17:11:45 +
+Subject: [PATCH] libcheese: port to clutter-gst 3.0
+
+https://bugzilla.gnome.org/show_bug.cgi?id=743496
+---
+ configure.ac|  2 +-
+ data/cheese-viewport.json   |  2 +-
+ libcheese/cheese-camera.c   | 56 +
+ libcheese/cheese-camera.h   | 14 ++--
+ libcheese/cheese-widget.c   |  4 ++--
+ src/cheese-window.vala  |  7 +++---
+ src/vapi/cheese-common.vapi |  4 ++--
+ tests/cheese-test-camera.c  |  4 ++--
+ 8 files changed, 54 insertions(+), 39 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 2fa9baf..919ff89 100644
+--- a/configure.ac
 b/configure.ac
+@@ -67,7 +67,7 @@ GSTREAMER_REQUIRED=gstreamer-pbutils-1.0 
gstreamer-plugins-bad-1.0
+ LIBGNOMEDESKTOP_REQUIRED=gnome-desktop-3.0
+ CLUTTER_REQUIRED=clutter-1.0 = 1.13.2
+ CLUTTERGTK_REQUIRED=clutter-gtk-1.0
+-CLUTTERGST_REQUIRED=clutter-gst-2.0 = 1.9.0
++CLUTTERGST_REQUIRED=clutter-gst-3.0 = 3.0.0
+ LIBCANBERRA_REQUIRED=libcanberra-gtk3 = 0.26
+ X11_REQUIRED=x11
+ GNOME_VIDEO_EFFECTS_REQUIRED=gnome-video-effects
+diff --git a/data/cheese-viewport.json b/data/cheese-viewport.json
+index 03745cd..cba5d8b 100644
+--- a/data/cheese-viewport.json
 b/data/cheese-viewport.json
+@@ -1,7 +1,7 @@
+ [
+ {
+   id: video_preview,
+-  type: ClutterTexture,
++  type: ClutterActor,
+   child::x-align: CLUTTER_BIN_ALIGNMENT_CENTER,
+   child::y-align: CLUTTER_BIN_ALIGNMENT_CENTER
+ },
+diff --git a/libcheese/cheese-camera.c b/libcheese/cheese-camera.c
+index 1e72965..462c97c 100644
+--- a/libcheese/cheese-camera.c
 b/libcheese/cheese-camera.c
+@@ -68,7 +68,7 @@ struct _CheeseCameraPrivate
+   GstElement *audio_enc;
+   GstElement *video_enc;
+ 
+-  ClutterTexture *video_texture;
++  ClutterActor *video_texture;
+ 
+   GstElement *effect_filter, *effects_capsfilter;
+   GstElement *video_balance;
+@@ -151,7 +151,7 @@ cheese_camera_photo_data (CheeseCamera *camera, GstSample 
*sample)
+   GdkPixbuf  *pixbuf;
+   const gint  bits_per_pixel = 8;
+   guchar *data = NULL;
+-  
++
+ CheeseCameraPrivate *priv = cheese_camera_get_instance_private (camera);
+   GstMapInfo mapinfo = {0, };
+ 
+@@ -997,6 +997,12 @@ cheese_camera_toggle_effects_pipeline (CheeseCamera 
*camera, gboolean active)
+   priv-effect_pipeline_is_playing = active;
+ }
+ 
++static void
++cheese_camera_connected_size_change_cb (ClutterGstContent *content, gint 
width, gint height, ClutterActor *actor)
++{
++  

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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 13:28:39
  Author: jgc
Revision: 234090

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  rygel/repos/gnome-unstable-i686/
  rygel/repos/gnome-unstable-i686/PKGBUILD
(from rev 234089, rygel/trunk/PKGBUILD)
  rygel/repos/gnome-unstable-i686/rygel.install
(from rev 234089, rygel/trunk/rygel.install)
  rygel/repos/gnome-unstable-x86_64/
  rygel/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234089, rygel/trunk/PKGBUILD)
  rygel/repos/gnome-unstable-x86_64/rygel.install
(from rev 234089, rygel/trunk/rygel.install)

-+
 gnome-unstable-i686/PKGBUILD|   41 ++
 gnome-unstable-i686/rygel.install   |   11 +
 gnome-unstable-x86_64/PKGBUILD  |   41 ++
 gnome-unstable-x86_64/rygel.install |   11 +
 4 files changed, 104 insertions(+)

Copied: rygel/repos/gnome-unstable-i686/PKGBUILD (from rev 234089, 
rygel/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-18 12:28:39 UTC (rev 234090)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=rygel
+pkgver=0.25.3
+pkgrel=1
+pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
+arch=(i686 x86_64)
+url=http://live.gnome.org/Rygel;
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils libmediaart)
+makedepends=(vala intltool python2 gobject-introspection)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+install=rygel.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f98aeb3425a79d1f4f1d7d02d894f4c70abc1997da33b355a1cec763cb989c11')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: rygel/repos/gnome-unstable-i686/rygel.install (from rev 234089, 
rygel/trunk/rygel.install)
===
--- gnome-unstable-i686/rygel.install   (rev 0)
+++ gnome-unstable-i686/rygel.install   2015-03-18 12:28:39 UTC (rev 234090)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: rygel/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234089, 
rygel/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-18 12:28:39 UTC (rev 234090)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=rygel
+pkgver=0.25.3
+pkgrel=1
+pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
+arch=(i686 x86_64)
+url=http://live.gnome.org/Rygel;
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils libmediaart)
+makedepends=(vala intltool python2 gobject-introspection)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+install=rygel.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f98aeb3425a79d1f4f1d7d02d894f4c70abc1997da33b355a1cec763cb989c11')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make 

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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 13:28:32
  Author: jgc
Revision: 234089

upgpkg: rygel 0.25.3-1

Modified:
  rygel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 12:23:32 UTC (rev 234088)
+++ PKGBUILD2015-03-18 12:28:32 UTC (rev 234089)
@@ -3,7 +3,7 @@
 # Contributor: Balló György ballogyor+arch at gmail dot com
 
 pkgname=rygel
-pkgver=0.24.2
+pkgver=0.25.3
 pkgrel=1
 pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
 arch=(i686 x86_64)
@@ -21,7 +21,7 @@
 install=rygel.install
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bbdfcdd169cf2d5572afd3906040c97f6a8e8b4a4bd54b70e761981b7fa37fb3')
+sha256sums=('f98aeb3425a79d1f4f1d7d02d894f4c70abc1997da33b355a1cec763cb989c11')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 12:40:00
  Author: jgc
Revision: 234086

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libsoup/repos/gnome-unstable-i686/PKGBUILD
(from rev 234085, libsoup/trunk/PKGBUILD)
  libsoup/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234085, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/gnome-unstable-i686/PKGBUILD
  libsoup/repos/gnome-unstable-x86_64/PKGBUILD

+
 /PKGBUILD  |   72 +++
 gnome-unstable-i686/PKGBUILD   |   36 ---
 gnome-unstable-x86_64/PKGBUILD |   36 ---
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-03-18 11:39:47 UTC (rev 234085)
+++ gnome-unstable-i686/PKGBUILD2015-03-18 11:40:00 UTC (rev 234086)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libsoup
-pkgver=2.49.91.1
-pkgrel=1
-pkgdesc=GNOME HTTP Library
-arch=(i686 x86_64)
-license=(LGPL)
-url=http://www.gnome.org;
-depends=(glib2 libxml2 glib-networking sqlite)
-makedepends=(intltool gobject-introspection python)
-checkdepends=(apache php php-apache)
-provides=(libsoup-gnome=$pkgver-$pkgrel)
-conflicts=(libsoup-gnome)
-replaces=(libsoup-gnome)
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c76a6cdd36dba189693dc7f10cb80cb66be5a517f43dbaca78fa66131e8cf029')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libsoup/repos/gnome-unstable-i686/PKGBUILD (from rev 234085, 
libsoup/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-18 11:40:00 UTC (rev 234086)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libsoup
+pkgver=2.49.92
+pkgrel=1
+pkgdesc=GNOME HTTP Library
+arch=(i686 x86_64)
+license=(LGPL)
+url=http://www.gnome.org;
+depends=(glib2 libxml2 glib-networking sqlite)
+makedepends=(intltool gobject-introspection python)
+checkdepends=(apache php php-apache)
+provides=(libsoup-gnome=$pkgver-$pkgrel)
+conflicts=(libsoup-gnome)
+replaces=(libsoup-gnome)
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('12095aee4889895cdf205906daade9ea0b1aa3eb463c2f78673522e4690a33db')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2015-03-18 11:39:47 UTC (rev 234085)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-18 11:40:00 UTC (rev 234086)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libsoup
-pkgver=2.49.91.1
-pkgrel=1
-pkgdesc=GNOME HTTP Library
-arch=(i686 x86_64)
-license=(LGPL)
-url=http://www.gnome.org;
-depends=(glib2 libxml2 glib-networking sqlite)
-makedepends=(intltool gobject-introspection python)
-checkdepends=(apache php php-apache)
-provides=(libsoup-gnome=$pkgver-$pkgrel)
-conflicts=(libsoup-gnome)
-replaces=(libsoup-gnome)
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c76a6cdd36dba189693dc7f10cb80cb66be5a517f43dbaca78fa66131e8cf029')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libsoup/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234085, 
libsoup/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-18 11:40:00 UTC (rev 234086)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libsoup
+pkgver=2.49.92
+pkgrel=1
+pkgdesc=GNOME HTTP Library
+arch=(i686 x86_64)
+license=(LGPL)
+url=http://www.gnome.org;
+depends=(glib2 libxml2 glib-networking sqlite)
+makedepends=(intltool gobject-introspection python)
+checkdepends=(apache php php-apache)
+provides=(libsoup-gnome=$pkgver-$pkgrel)

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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 12:39:47
  Author: jgc
Revision: 234085

upgpkg: libsoup 2.49.92-1

Modified:
  libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 10:28:14 UTC (rev 234084)
+++ PKGBUILD2015-03-18 11:39:47 UTC (rev 234085)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libsoup
-pkgver=2.49.91.1
+pkgver=2.49.92
 pkgrel=1
 pkgdesc=GNOME HTTP Library
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 replaces=(libsoup-gnome)
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c76a6cdd36dba189693dc7f10cb80cb66be5a517f43dbaca78fa66131e8cf029')
+sha256sums=('12095aee4889895cdf205906daade9ea0b1aa3eb463c2f78673522e4690a33db')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in virtualbox-modules-lts/trunk (PKGBUILD)

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 13:39:22
  Author: seblu
Revision: 129483

upgpkg: virtualbox-modules-lts 4.3.26-1

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 12:35:05 UTC (rev 129482)
+++ PKGBUILD2015-03-18 12:39:22 UTC (rev 129483)
@@ -5,7 +5,7 @@
 
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.24
+pkgver=4.3.26
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'


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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 14:03:43
  Author: jgc
Revision: 234094

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  cheese/repos/gnome-unstable-i686/
  cheese/repos/gnome-unstable-i686/PKGBUILD
(from rev 234093, cheese/trunk/PKGBUILD)
  cheese/repos/gnome-unstable-i686/cheese.install
(from rev 234093, cheese/trunk/cheese.install)
  cheese/repos/gnome-unstable-i686/port-to-clutter-gst-3.patch
(from rev 234093, cheese/trunk/port-to-clutter-gst-3.patch)
  cheese/repos/gnome-unstable-x86_64/
  cheese/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234093, cheese/trunk/PKGBUILD)
  cheese/repos/gnome-unstable-x86_64/cheese.install
(from rev 234093, cheese/trunk/cheese.install)
  cheese/repos/gnome-unstable-x86_64/port-to-clutter-gst-3.patch
(from rev 234093, cheese/trunk/port-to-clutter-gst-3.patch)

---+
 gnome-unstable-i686/PKGBUILD  |   43 ++
 gnome-unstable-i686/cheese.install|   12 
 gnome-unstable-i686/port-to-clutter-gst-3.patch   |  297 
 gnome-unstable-x86_64/PKGBUILD|   43 ++
 gnome-unstable-x86_64/cheese.install  |   12 
 gnome-unstable-x86_64/port-to-clutter-gst-3.patch |  297 
 6 files changed, 704 insertions(+)

Copied: cheese/repos/gnome-unstable-i686/PKGBUILD (from rev 234093, 
cheese/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-18 13:03:43 UTC (rev 234094)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=cheese
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop')
+makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala' 
'gnome-common' 'yelp-tools' 'appstream-glib')
+optdepends=('frei0r-plugins: More camera effects')
+groups=('gnome-extra')
+options=('!emptydirs')
+url=http://www.gnome.org/projects/cheese/;
+install=cheese.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+port-to-clutter-gst-3.patch)
+sha256sums=('b7239315f898c988a65c2d3b3320cd963be56a1a3e34afa035a45de4ee797b91'
+'2351cf4147acb5672938728b1838c6104a362706b5fb9964a3196708b544de56')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../port-to-clutter-gst-3.patch
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile --libexecdir=/usr/lib/cheese
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cheese/repos/gnome-unstable-i686/cheese.install (from rev 234093, 
cheese/trunk/cheese.install)
===
--- gnome-unstable-i686/cheese.install  (rev 0)
+++ gnome-unstable-i686/cheese.install  2015-03-18 13:03:43 UTC (rev 234094)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: cheese/repos/gnome-unstable-i686/port-to-clutter-gst-3.patch (from rev 
234093, cheese/trunk/port-to-clutter-gst-3.patch)
===
--- gnome-unstable-i686/port-to-clutter-gst-3.patch 
(rev 0)
+++ gnome-unstable-i686/port-to-clutter-gst-3.patch 2015-03-18 13:03:43 UTC 
(rev 234094)
@@ -0,0 +1,297 @@
+From f88706c105dabb9ccc4791cf1df50d8886a7eabd Mon Sep 17 00:00:00 2001
+From: Lionel Landwerlin llandwer...@gmail.com
+Date: Sun, 25 Jan 2015 17:11:45 +
+Subject: [PATCH] libcheese: port to clutter-gst 3.0
+
+https://bugzilla.gnome.org/show_bug.cgi?id=743496
+---
+ configure.ac|  2 +-
+ data/cheese-viewport.json   |  2 +-
+ libcheese/cheese-camera.c   | 56 +
+ libcheese/cheese-camera.h   | 14 ++--
+ libcheese/cheese-widget.c   |  4 ++--
+ src/cheese-window.vala  |  7 +++---
+ src/vapi/cheese-common.vapi |  4 ++--
+ tests/cheese-test-camera.c  |  4 ++--
+ 8 files changed, 54 insertions(+), 39 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 2fa9baf..919ff89 100644
+--- a/configure.ac

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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 13:23:32
  Author: jgc
Revision: 234088

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  evolution-ews/repos/gnome-unstable-i686/
  evolution-ews/repos/gnome-unstable-i686/PKGBUILD
(from rev 234087, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/gnome-unstable-x86_64/
  evolution-ews/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234087, evolution-ews/trunk/PKGBUILD)

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

Copied: evolution-ews/repos/gnome-unstable-i686/PKGBUILD (from rev 234087, 
evolution-ews/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-18 12:23:32 UTC (rev 234088)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=https://wiki.gnome.org/Apps/Evolution/EWS;
+depends=('libmspack' 'evolution')
+makedepends=('intltool')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0ae1575a2ed2b286e19c8cbf40c8b0a3d070b8af2e5142ea4f7e2ecf49df9531')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: evolution-ews/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234087, 
evolution-ews/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-18 12:23:32 UTC (rev 234088)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=https://wiki.gnome.org/Apps/Evolution/EWS;
+depends=('libmspack' 'evolution')
+makedepends=('intltool')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0ae1575a2ed2b286e19c8cbf40c8b0a3d070b8af2e5142ea4f7e2ecf49df9531')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 13:23:26
  Author: jgc
Revision: 234087

upgpkg: evolution-ews 3.15.92-1

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 11:40:00 UTC (rev 234086)
+++ PKGBUILD2015-03-18 12:23:26 UTC (rev 234087)
@@ -2,17 +2,17 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.12.11
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
 license=('LGPL2.1')
 url=https://wiki.gnome.org/Apps/Evolution/EWS;
-depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
-makedepends=('intltool' 'evolution')
+depends=('libmspack' 'evolution')
+makedepends=('intltool')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('adbf4efd25e9c2df823a20d14f45027bacbaf14d57ffb5978ae4d33184315e83')
+sha256sums=('0ae1575a2ed2b286e19c8cbf40c8b0a3d070b8af2e5142ea4f7e2ecf49df9531')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 13:33:58
  Author: seblu
Revision: 129481

upgpkg: virtualbox 4.3.26-1

Modified:
  virtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 11:24:11 UTC (rev 129480)
+++ PKGBUILD2015-03-18 12:33:58 UTC (rev 129481)
@@ -10,7 +10,7 @@
  'virtualbox-guest-utils'
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
-pkgver=4.3.24
+pkgver=4.3.26
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
@@ -66,7 +66,7 @@
 '006-rdesktop-vrdp-keymap-path.patch'
 '007-python2-path.patch'
 '008-root-window.patch')
-md5sums=('c9711ee4a040de131c638168d321f3ff'
+md5sums=('df8fa3b1820773556b33ae0405553120'
  '4833c8e0524fd2272b24ba0d94aef006'
  '6e2722bfd7013c1b0174382626ac1b8d'
  'ed1341881437455d9735875ddf455fbe'


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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 13:31:41
  Author: jgc
Revision: 234091

upgpkg: devhelp 3.15.92-1

Modified:
  devhelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 12:28:39 UTC (rev 234090)
+++ PKGBUILD2015-03-18 12:31:41 UTC (rev 234091)
@@ -4,7 +4,7 @@
 # Contributor: Link Dupont l...@subpop.net
 
 pkgname=devhelp
-pkgver=3.14.0
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=API documentation browser for GNOME
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 install=devhelp.install
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a78884cf81c1fb18fc8356c62271292591d5ca62c58b045dee30c6fc278e7083')
+sha256sums=('da8786e458234300825f866a32130e396b38c49d1972d978e6e53615e3fe3b3f')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 13:31:47
  Author: jgc
Revision: 234092

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  devhelp/repos/gnome-unstable-i686/
  devhelp/repos/gnome-unstable-i686/PKGBUILD
(from rev 234091, devhelp/trunk/PKGBUILD)
  devhelp/repos/gnome-unstable-i686/devhelp.install
(from rev 234091, devhelp/trunk/devhelp.install)
  devhelp/repos/gnome-unstable-x86_64/
  devhelp/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234091, devhelp/trunk/PKGBUILD)
  devhelp/repos/gnome-unstable-x86_64/devhelp.install
(from rev 234091, devhelp/trunk/devhelp.install)

---+
 gnome-unstable-i686/PKGBUILD  |   31 +++
 gnome-unstable-i686/devhelp.install   |   18 ++
 gnome-unstable-x86_64/PKGBUILD|   31 +++
 gnome-unstable-x86_64/devhelp.install |   18 ++
 4 files changed, 98 insertions(+)

Copied: devhelp/repos/gnome-unstable-i686/PKGBUILD (from rev 234091, 
devhelp/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-18 12:31:47 UTC (rev 234092)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+
+pkgname=devhelp
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=API documentation browser for GNOME
+arch=(i686 x86_64)
+license=(GPL)
+url=http://live.gnome.org/devhelp/;
+depends=(webkit2gtk hicolor-icon-theme)
+makedepends=(pkgconfig intltool python)
+options=('!emptydirs')
+install=devhelp.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('da8786e458234300825f866a32130e396b38c49d1972d978e6e53615e3fe3b3f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: devhelp/repos/gnome-unstable-i686/devhelp.install (from rev 234091, 
devhelp/trunk/devhelp.install)
===
--- gnome-unstable-i686/devhelp.install (rev 0)
+++ gnome-unstable-i686/devhelp.install 2015-03-18 12:31:47 UTC (rev 234092)
@@ -0,0 +1,18 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 3.8.0)  0 )); then
+gconfpkg --uninstall devhelp
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: devhelp/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234091, 
devhelp/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-18 12:31:47 UTC (rev 234092)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+
+pkgname=devhelp
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=API documentation browser for GNOME
+arch=(i686 x86_64)
+license=(GPL)
+url=http://live.gnome.org/devhelp/;
+depends=(webkit2gtk hicolor-icon-theme)
+makedepends=(pkgconfig intltool python)
+options=('!emptydirs')
+install=devhelp.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('da8786e458234300825f866a32130e396b38c49d1972d978e6e53615e3fe3b3f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: devhelp/repos/gnome-unstable-x86_64/devhelp.install (from rev 234091, 
devhelp/trunk/devhelp.install)
===
--- gnome-unstable-x86_64/devhelp.install   (rev 0)
+++ gnome-unstable-x86_64/devhelp.install   2015-03-18 12:31:47 UTC (rev 
234092)
@@ -0,0 +1,18 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 3.8.0)  0 )); then
+gconfpkg --uninstall devhelp
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 15:07:44
  Author: jgc
Revision: 234096

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  cheese/repos/gnome-unstable-i686/PKGBUILD
(from rev 234095, cheese/trunk/PKGBUILD)
  cheese/repos/gnome-unstable-i686/cheese.install
(from rev 234095, cheese/trunk/cheese.install)
  cheese/repos/gnome-unstable-i686/port-to-clutter-gst-3.patch
(from rev 234095, cheese/trunk/port-to-clutter-gst-3.patch)
  cheese/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234095, cheese/trunk/PKGBUILD)
  cheese/repos/gnome-unstable-x86_64/cheese.install
(from rev 234095, cheese/trunk/cheese.install)
  cheese/repos/gnome-unstable-x86_64/port-to-clutter-gst-3.patch
(from rev 234095, cheese/trunk/port-to-clutter-gst-3.patch)
Deleted:
  cheese/repos/gnome-unstable-i686/PKGBUILD
  cheese/repos/gnome-unstable-i686/cheese.install
  cheese/repos/gnome-unstable-i686/port-to-clutter-gst-3.patch
  cheese/repos/gnome-unstable-x86_64/PKGBUILD
  cheese/repos/gnome-unstable-x86_64/cheese.install
  cheese/repos/gnome-unstable-x86_64/port-to-clutter-gst-3.patch

---+
 /PKGBUILD |   88 ++
 /cheese.install   |   24 
 /port-to-clutter-gst-3.patch  |  594 
 gnome-unstable-i686/PKGBUILD  |   43 -
 gnome-unstable-i686/cheese.install|   12 
 gnome-unstable-i686/port-to-clutter-gst-3.patch   |  297 --
 gnome-unstable-x86_64/PKGBUILD|   43 -
 gnome-unstable-x86_64/cheese.install  |   12 
 gnome-unstable-x86_64/port-to-clutter-gst-3.patch |  297 --
 9 files changed, 706 insertions(+), 704 deletions(-)

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


[arch-commits] Commit in mysql-workbench/repos (18 files)

2015-03-18 Thread Christian Hesse
Date: Wednesday, March 18, 2015 @ 15:15:52
  Author: eworm
Revision: 129488

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

Added:
  mysql-workbench/repos/community-testing-i686/
  
mysql-workbench/repos/community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch
(from rev 129487, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-testing-i686/0006-mysql-workbench-column-label.patch
(from rev 129487, 
mysql-workbench/trunk/0006-mysql-workbench-column-label.patch)
  
mysql-workbench/repos/community-testing-i686/0007-mysql-workbench-no-set-gtid-purged.patch
(from rev 129487, 
mysql-workbench/trunk/0007-mysql-workbench-no-set-gtid-purged.patch)
  
mysql-workbench/repos/community-testing-i686/0008-mysql-workbench-link-x11.patch
(from rev 129487, mysql-workbench/trunk/0008-mysql-workbench-link-x11.patch)
  
mysql-workbench/repos/community-testing-i686/0009-mysql-workbench-gnome-keyring.patch
(from rev 129487, 
mysql-workbench/trunk/0009-mysql-workbench-gnome-keyring.patch)
  mysql-workbench/repos/community-testing-i686/PKGBUILD
(from rev 129487, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-testing-i686/arch_linux_profile.xml
(from rev 129487, mysql-workbench/trunk/arch_linux_profile.xml)
  mysql-workbench/repos/community-testing-i686/mysql-workbench.install
(from rev 129487, mysql-workbench/trunk/mysql-workbench.install)
  mysql-workbench/repos/community-testing-x86_64/
  
mysql-workbench/repos/community-testing-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 129487, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-testing-x86_64/0006-mysql-workbench-column-label.patch
(from rev 129487, 
mysql-workbench/trunk/0006-mysql-workbench-column-label.patch)
  
mysql-workbench/repos/community-testing-x86_64/0007-mysql-workbench-no-set-gtid-purged.patch
(from rev 129487, 
mysql-workbench/trunk/0007-mysql-workbench-no-set-gtid-purged.patch)
  
mysql-workbench/repos/community-testing-x86_64/0008-mysql-workbench-link-x11.patch
(from rev 129487, mysql-workbench/trunk/0008-mysql-workbench-link-x11.patch)
  
mysql-workbench/repos/community-testing-x86_64/0009-mysql-workbench-gnome-keyring.patch
(from rev 129487, 
mysql-workbench/trunk/0009-mysql-workbench-gnome-keyring.patch)
  mysql-workbench/repos/community-testing-x86_64/PKGBUILD
(from rev 129487, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-testing-x86_64/arch_linux_profile.xml
(from rev 129487, mysql-workbench/trunk/arch_linux_profile.xml)
  mysql-workbench/repos/community-testing-x86_64/mysql-workbench.install
(from rev 129487, mysql-workbench/trunk/mysql-workbench.install)

--+
 community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch   |   
21 ++
 community-testing-i686/0006-mysql-workbench-column-label.patch   |   
44 +
 community-testing-i686/0007-mysql-workbench-no-set-gtid-purged.patch |   
29 +++
 community-testing-i686/0008-mysql-workbench-link-x11.patch   |   
25 ++
 community-testing-i686/0009-mysql-workbench-gnome-keyring.patch  |   
17 +
 community-testing-i686/PKGBUILD  |   
88 ++
 community-testing-i686/mysql-workbench.install   |   
14 +
 community-testing-x86_64/0001-mysql-workbench-no-check-for-updates.patch |   
21 ++
 community-testing-x86_64/0006-mysql-workbench-column-label.patch |   
44 +
 community-testing-x86_64/0007-mysql-workbench-no-set-gtid-purged.patch   |   
29 +++
 community-testing-x86_64/0008-mysql-workbench-link-x11.patch |   
25 ++
 community-testing-x86_64/0009-mysql-workbench-gnome-keyring.patch|   
17 +
 community-testing-x86_64/PKGBUILD|   
88 ++
 community-testing-x86_64/mysql-workbench.install |   
14 +
 14 files changed, 476 insertions(+)

Copied: 
mysql-workbench/repos/community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 129487, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
===
--- community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch  
(rev 0)
+++ community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch  
2015-03-18 14:15:52 UTC (rev 129488)
@@ -0,0 +1,21 @@
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index a32256c..08d9a21 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2900,6 +2900,7 @@ value type=object struct-name=app.MenuItem 
id=com.mysql.wb.menu.view.fkhili
+   value type=string key=itemTypeaction/value
+ 

[arch-commits] Commit in packagekit/trunk (PKGBUILD alpm-track-pacman-round-2.patch)

2015-03-18 Thread Christian Hesse
Date: Wednesday, March 18, 2015 @ 15:26:14
  Author: eworm
Revision: 129491

upgpkg: packagekit 1.0.5-3

* really fix local database tracking

Added:
  packagekit/trunk/alpm-track-pacman-round-2.patch
Modified:
  packagekit/trunk/PKGBUILD

-+
 PKGBUILD|   14 +
 alpm-track-pacman-round-2.patch |  296 ++
 2 files changed, 307 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 14:20:27 UTC (rev 129490)
+++ PKGBUILD2015-03-18 14:26:14 UTC (rev 129491)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -20,10 +20,18 @@
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc})
+source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc}
+   'alpm-track-pacman-round-2.patch')
 sha256sums=('e0010fbe266042f07aa3b47377e94139466876dabe86a191587758f23c1ac8d6'
-   'SKIP')
+   'SKIP'
+   '6f34263db8cbf36456f0e61e85cf2418c947c318a765fff2208063661a15d6d2')
 
+prepare() {
+   cd ${srcdir}/PackageKit-${pkgver}
+
+   patch -Np1  ${srcdir}/alpm-track-pacman-round-2.patch
+}
+
 build() {
cd ${srcdir}/PackageKit-${pkgver}
 

Added: alpm-track-pacman-round-2.patch
===
--- alpm-track-pacman-round-2.patch (rev 0)
+++ alpm-track-pacman-round-2.patch 2015-03-18 14:26:14 UTC (rev 129491)
@@ -0,0 +1,296 @@
+diff --git a/backends/alpm/pk-alpm-config.c b/backends/alpm/pk-alpm-config.c
+index 54e0e7f..4584f36 100644
+--- a/backends/alpm/pk-alpm-config.c
 b/backends/alpm/pk-alpm-config.c
+@@ -796,7 +796,7 @@ pk_alpm_siglevel_cross (alpm_siglevel_t base, const 
alpm_list_t *list, GError **
+ }
+ 
+ static gboolean
+-pk_alpm_config_configure_repos (PkAlpmConfig *config,
++pk_alpm_config_configure_repos (PkBackend *backend, PkAlpmConfig *config,
+  alpm_handle_t *handle, GError **error)
+ {
+   alpm_siglevel_t base, local, remote;
+@@ -834,7 +834,7 @@ pk_alpm_config_configure_repos (PkAlpmConfig *config,
+   level = pk_alpm_siglevel_parse (base, repo-siglevels, error);
+   if (level == ALPM_SIG_USE_DEFAULT)
+   return FALSE;
+-  pk_alpm_add_database (repo-name, repo-servers, level);
++  pk_alpm_add_database (backend, repo-name, repo-servers, 
level);
+   }
+ 
+   return TRUE;
+@@ -936,7 +936,7 @@ out:
+ }
+ 
+ static alpm_handle_t *
+-pk_alpm_config_configure_alpm (PkAlpmConfig *config, GError **error)
++pk_alpm_config_configure_alpm (PkBackend *backend, PkAlpmConfig *config, 
GError **error)
+ {
+   PkBackendAlpmPrivate *priv = pk_backend_get_user_data (config-backend);
+   alpm_handle_t *handle;
+@@ -984,7 +984,7 @@ pk_alpm_config_configure_alpm (PkAlpmConfig *config, 
GError **error)
+   alpm_option_set_noupgrades (handle, config-noupgrades);
+   config-noupgrades = NULL;
+ 
+-  pk_alpm_config_configure_repos (config, handle, error);
++  pk_alpm_config_configure_repos (backend, config, handle, error);
+ 
+   return handle;
+ }
+@@ -1003,7 +1003,7 @@ pk_alpm_configure (PkBackend *backend, const gchar 
*filename, GError **error)
+   pk_alpm_config_enter_section (config, options);
+ 
+   if (pk_alpm_config_parse (config, filename, NULL, e))
+-  handle = pk_alpm_config_configure_alpm (config, e);
++  handle = pk_alpm_config_configure_alpm (backend, config, e);
+ 
+   pk_alpm_config_free (config);
+   if (e != NULL) {
+diff --git a/backends/alpm/pk-alpm-databases.c 
b/backends/alpm/pk-alpm-databases.c
+index aef3cb8..e41bc0a 100644
+--- a/backends/alpm/pk-alpm-databases.c
 b/backends/alpm/pk-alpm-databases.c
+@@ -33,9 +33,6 @@ typedef struct
+   alpm_siglevel_t level;
+ } PkBackendRepo;
+ 
+-static GHashTable *disabled = NULL;
+-static alpm_list_t *configured = NULL;
+-
+ static GHashTable *
+ pk_alpm_disabled_repos_new (GError **error)
+ {
+@@ -126,7 +123,7 @@ pk_alpm_disabled_repos_configure (PkBackend *backend, 
GHashTable *table, gboolea
+   return FALSE;
+   }
+ 
+-  for (i = configured; i != NULL; i = i-next) {
++  for (i = priv-configured_repos; i != NULL; i = i-next) {
+   PkBackendRepo *repo = (PkBackendRepo *) i-data;
+   alpm_siglevel_t level = repo-level;
+   alpm_db_t *db;
+@@ -155,9 +152,10 @@ pk_alpm_disabled_repos_configure (PkBackend *backend, 
GHashTable 

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

2015-03-18 Thread Christian Hesse
Date: Wednesday, March 18, 2015 @ 15:26:44
  Author: eworm
Revision: 129492

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

Added:
  packagekit/repos/community-testing-i686/PKGBUILD
(from rev 129491, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-testing-i686/alpm-track-pacman-round-2.patch
(from rev 129491, packagekit/trunk/alpm-track-pacman-round-2.patch)
  packagekit/repos/community-testing-i686/packagekit.install
(from rev 129491, packagekit/trunk/packagekit.install)
  packagekit/repos/community-testing-x86_64/PKGBUILD
(from rev 129491, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-testing-x86_64/alpm-track-pacman-round-2.patch
(from rev 129491, packagekit/trunk/alpm-track-pacman-round-2.patch)
  packagekit/repos/community-testing-x86_64/packagekit.install
(from rev 129491, packagekit/trunk/packagekit.install)
Deleted:
  packagekit/repos/community-testing-i686/PKGBUILD
  packagekit/repos/community-testing-i686/packagekit.install
  packagekit/repos/community-testing-x86_64/PKGBUILD
  packagekit/repos/community-testing-x86_64/packagekit.install

--+
 /PKGBUILD|  126 +
 /packagekit.install  |   22 
 community-testing-i686/PKGBUILD  |   55 --
 community-testing-i686/alpm-track-pacman-round-2.patch   |  296 +
 community-testing-i686/packagekit.install|   11 
 community-testing-x86_64/PKGBUILD|   55 --
 community-testing-x86_64/alpm-track-pacman-round-2.patch |  296 +
 community-testing-x86_64/packagekit.install  |   11 
 8 files changed, 740 insertions(+), 132 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-18 14:26:14 UTC (rev 129491)
+++ community-testing-i686/PKGBUILD 2015-03-18 14:26:44 UTC (rev 129492)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse m...@eworm.de
-# Contributor: Jonathan Conder jonno.con...@gmail.com
-
-pkgname='packagekit'
-pkgver=1.0.5
-pkgrel=2
-pkgdesc='A system designed to make installation and updates of packages easier'
-arch=('i686' 'x86_64')
-url='http://www.packagekit.org/'
-license=('GPL')
-depends=('dbus-glib' 'pacman' 'polkit' 'shared-mime-info' 'sqlite')
-makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
-   'networkmanager' 'pacman=4.2.0' 'polkit'
-   'shared-mime-info' 'sqlite' 'bash-completion')
-optdepends=('networkmanager: detect connection status'
-   'bash-completion: command completion in bash')
-install='packagekit.install'
-backup=('var/lib/PackageKit/transactions.db'
-   'etc/PackageKit/alpm.d/pacman.conf'
-   'etc/PackageKit/alpm.d/repos.list')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc})
-sha256sums=('e0010fbe266042f07aa3b47377e94139466876dabe86a191587758f23c1ac8d6'
-   'SKIP')
-
-build() {
-   cd ${srcdir}/PackageKit-${pkgver}
-
-   ./autogen.sh --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --libexecdir=/usr/lib/PackageKit \
-   --disable-static \
-   --disable-gtk-doc \
-   --disable-local \
-   --disable-browser-plugin \
-   --disable-gstreamer-plugin \
-   --disable-gtk-module \
-   --disable-command-not-found \
-   --disable-cron \
-   --disable-dummy \
-   --enable-alpm
-   make
-}
-
-package() {
-   cd ${srcdir}/PackageKit-${pkgver}
-
-   # install directory with polkit's owner and permission
-   install -d -m0700 -o 102 ${pkgdir}/usr/share/polkit-1/rules.d
-
-   make DESTDIR=${pkgdir} install
-}
-

Copied: packagekit/repos/community-testing-i686/PKGBUILD (from rev 129491, 
packagekit/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-18 14:26:44 UTC (rev 129492)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Christian Hesse m...@eworm.de
+# Contributor: Jonathan Conder jonno.con...@gmail.com
+
+pkgname='packagekit'
+pkgver=1.0.5
+pkgrel=3
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('dbus-glib' 'pacman' 'polkit' 'shared-mime-info' 'sqlite')
+makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
+   'networkmanager' 'pacman=4.2.0' 'polkit'
+   'shared-mime-info' 'sqlite' 'bash-completion')
+optdepends=('networkmanager: detect connection 

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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 15:38:05
  Author: jgc
Revision: 234099

upgpkg: gnome-contacts 3.15.92-1

Modified:
  gnome-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 14:20:30 UTC (rev 234098)
+++ PKGBUILD2015-03-18 14:38:05 UTC (rev 234099)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-contacts
-pkgver=3.15.91
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=Contacts Manager for GNOME
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'vala' 'gobject-introspection')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7954a39fa39c16a7972fcb0347359fa64d8af979b0ba708d1be03dffcee13227')
+sha256sums=('4ff2aab01fa220a7b2af69d2f52dbbf6c215d762173c69c237b028aac18082c2')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 15:38:12
  Author: jgc
Revision: 234100

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

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

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

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

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

Deleted: gnome-unstable-i686/gnome-contacts.install
===
--- gnome-unstable-i686/gnome-contacts.install  2015-03-18 14:38:05 UTC (rev 
234099)
+++ gnome-unstable-i686/gnome-contacts.install  2015-03-18 14:38:12 UTC (rev 
234100)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-contacts/repos/gnome-unstable-i686/gnome-contacts.install (from 
rev 234099, gnome-contacts/trunk/gnome-contacts.install)
===
--- gnome-unstable-i686/gnome-contacts.install  (rev 0)
+++ gnome-unstable-i686/gnome-contacts.install  2015-03-18 14:38:12 UTC (rev 
234100)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2015-03-18 14:38:05 UTC (rev 234099)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-18 14:38:12 UTC (rev 234100)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-

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

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 15:13:48
  Author: seblu
Revision: 129487

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

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 129486, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 129486, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 129486, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 129486, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 129486, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 129486, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 129486, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 129486, virtualbox-modules/trunk/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  126 
 /build.sh |  122 +++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/build.sh   |   58 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/build.sh |   58 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 336 insertions(+), 330 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 14:12:59 UTC (rev 129486)
+++ community-i686/PKGBUILD 2015-03-18 14:13:48 UTC (rev 129487)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.24
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.18' 'linux3.19'
- 'linux-headers=3.18' 'linux-headers3.19'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.18-ARCH
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.18' 'linux3.19')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux=3.18' 'linux3.19')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  install=virtualbox-guest-modules.install
-
-  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-# vim:set 

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

2015-03-18 Thread Anatol Pomozov
Date: Wednesday, March 18, 2015 @ 16:22:56
  Author: anatolik
Revision: 129495

upgpkg: fossil 1.32-1

Modified:
  fossil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 14:31:12 UTC (rev 129494)
+++ PKGBUILD2015-03-18 15:22:56 UTC (rev 129495)
@@ -4,9 +4,7 @@
 # Contributor: Konstantin Plotnikov kostyapl at gmail dot com
 
 pkgname=fossil
-pkgver=1.31
-_sha1=2e7c40dbdd68c5b21ef982d66bd24246f50a0110 # check project's timeline for 
it https://www.fossil-scm.org/fossil/timeline?y=ci
-# NOTE: update _date_pkgver from http://www.fossil-scm.org/download.html
+pkgver=1.32
 pkgrel=1
 pkgdesc='Simple, high-reliability, distributed software configuration 
management'
 arch=(i686 x86_64)
@@ -18,15 +16,15 @@
   fossil.socket
   fossil.service
   fossil-xinetd
-  
fossil-$pkgver.tar.gz::https://www.fossil-scm.org/fossil/tarball/Fossil-$_sha1.tar.gz?uuid=$_sha1
+  https://www.fossil-scm.org/download/fossil-src-1.32.tar.gz
 )
 sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
 'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
 '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'3ebf2b4ce6057a3ff9ddb44704daee2ffd0d271de33449b25c7ff980deae08a9')
+'cd79c333eb9e86fbb8c17bf5cdf31c387e4ab768eede623aed21adfdbcad686e')
 
 build() {
-  cd Fossil-$_sha1
+  cd fossil-$pkgver
   ./configure --prefix=/usr
   # headers and translate targets are problematic with parallel jobs
   #make -j1 bld bld/headers
@@ -38,7 +36,7 @@
   install -Dm644 fossil.socket $pkgdir/usr/lib/systemd/system/fossil.socket
   install -Dm644 fossil.service 
$pkgdir/usr/lib/systemd/system/fossil@.service
 
-  cd Fossil-$_sha1
+  cd fossil-$pkgver
   install -Dm755 fossil $pkgdir/usr/bin/fossil
   install -Dm644 tools/fossil-autocomplete.bash 
$pkgdir/usr/share/bash-completion/completions/fossil
   install -Dm644 COPYRIGHT-BSD2.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE


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

2015-03-18 Thread Anatol Pomozov
Date: Wednesday, March 18, 2015 @ 16:23:50
  Author: anatolik
Revision: 129496

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

Added:
  fossil/repos/community-i686/PKGBUILD
(from rev 129495, fossil/trunk/PKGBUILD)
  fossil/repos/community-i686/fossil-xinetd
(from rev 129495, fossil/trunk/fossil-xinetd)
  fossil/repos/community-i686/fossil.service
(from rev 129495, fossil/trunk/fossil.service)
  fossil/repos/community-i686/fossil.socket
(from rev 129495, fossil/trunk/fossil.socket)
  fossil/repos/community-x86_64/PKGBUILD
(from rev 129495, fossil/trunk/PKGBUILD)
  fossil/repos/community-x86_64/fossil-xinetd
(from rev 129495, fossil/trunk/fossil-xinetd)
  fossil/repos/community-x86_64/fossil.service
(from rev 129495, fossil/trunk/fossil.service)
  fossil/repos/community-x86_64/fossil.socket
(from rev 129495, fossil/trunk/fossil.socket)
Deleted:
  fossil/repos/community-i686/PKGBUILD
  fossil/repos/community-i686/fossil-xinetd
  fossil/repos/community-i686/fossil.service
  fossil/repos/community-i686/fossil.socket
  fossil/repos/community-x86_64/PKGBUILD
  fossil/repos/community-x86_64/fossil-xinetd
  fossil/repos/community-x86_64/fossil.service
  fossil/repos/community-x86_64/fossil.socket

-+
 /PKGBUILD   |   86 ++
 /fossil-xinetd  |   46 
 /fossil.service |   22 +
 /fossil.socket  |   20 
 community-i686/PKGBUILD |   45 ---
 community-i686/fossil-xinetd|   23 --
 community-i686/fossil.service   |   11 
 community-i686/fossil.socket|   10 
 community-x86_64/PKGBUILD   |   45 ---
 community-x86_64/fossil-xinetd  |   23 --
 community-x86_64/fossil.service |   11 
 community-x86_64/fossil.socket  |   10 
 12 files changed, 174 insertions(+), 178 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 15:22:56 UTC (rev 129495)
+++ community-i686/PKGBUILD 2015-03-18 15:23:50 UTC (rev 129496)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol pomozov at gmail 
-# Contributor: Daniel YC Lin dlin.tw at gmail
-# Contributor: Konstantin Plotnikov kostyapl at gmail dot com
-
-pkgname=fossil
-pkgver=1.31
-_sha1=2e7c40dbdd68c5b21ef982d66bd24246f50a0110 # check project's timeline for 
it https://www.fossil-scm.org/fossil/timeline?y=ci
-# NOTE: update _date_pkgver from http://www.fossil-scm.org/download.html
-pkgrel=1
-pkgdesc='Simple, high-reliability, distributed software configuration 
management'
-arch=(i686 x86_64)
-license=(BSD)
-url='http://www.fossil-scm.org'
-depends=(openssl zlib)
-backup=(etc/xinetd.d/fossil)
-source=(
-  fossil.socket
-  fossil.service
-  fossil-xinetd
-  
fossil-$pkgver.tar.gz::https://www.fossil-scm.org/fossil/tarball/Fossil-$_sha1.tar.gz?uuid=$_sha1
-)
-sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
-'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
-'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'3ebf2b4ce6057a3ff9ddb44704daee2ffd0d271de33449b25c7ff980deae08a9')
-
-build() {
-  cd Fossil-$_sha1
-  ./configure --prefix=/usr
-  # headers and translate targets are problematic with parallel jobs
-  #make -j1 bld bld/headers
-  make
-}
-
-package() {
-  install -Dm644 fossil-xinetd $pkgdir/etc/xinetd.d/fossil
-  install -Dm644 fossil.socket $pkgdir/usr/lib/systemd/system/fossil.socket
-  install -Dm644 fossil.service 
$pkgdir/usr/lib/systemd/system/fossil@.service
-
-  cd Fossil-$_sha1
-  install -Dm755 fossil $pkgdir/usr/bin/fossil
-  install -Dm644 tools/fossil-autocomplete.bash 
$pkgdir/usr/share/bash-completion/completions/fossil
-  install -Dm644 COPYRIGHT-BSD2.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: fossil/repos/community-i686/PKGBUILD (from rev 129495, 
fossil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 15:23:50 UTC (rev 129496)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol pomozov at gmail 
+# Contributor: Daniel YC Lin dlin.tw at gmail
+# Contributor: Konstantin Plotnikov kostyapl at gmail dot com
+
+pkgname=fossil
+pkgver=1.32
+pkgrel=1
+pkgdesc='Simple, high-reliability, distributed software configuration 
management'
+arch=(i686 x86_64)
+license=(BSD)
+url='http://www.fossil-scm.org'
+depends=(openssl zlib)
+backup=(etc/xinetd.d/fossil)
+source=(
+  fossil.socket
+  fossil.service
+  fossil-xinetd
+  https://www.fossil-scm.org/download/fossil-src-1.32.tar.gz
+)
+sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
+

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

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 15:12:59
  Author: seblu
Revision: 129486

upgpkg: virtualbox-modules 4.3.26-1

Modified:
  virtualbox-modules/trunk/PKGBUILD
  virtualbox-modules/trunk/virtualbox-guest-modules.install
  virtualbox-modules/trunk/virtualbox-host-modules.install

--+
 PKGBUILD |   14 +++---
 virtualbox-guest-modules.install |2 +-
 virtualbox-host-modules.install  |2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 13:42:22 UTC (rev 129485)
+++ PKGBUILD2015-03-18 14:12:59 UTC (rev 129486)
@@ -4,18 +4,18 @@
 
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.24
-pkgrel=3
+pkgver=4.3.26
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux=3.19' 'linux4.0'
- 'linux-headers=3.19' 'linux-headers4.0'
+makedepends=('linux=3.18' 'linux3.19'
+ 'linux-headers=3.18' 'linux-headers3.19'
  virtualbox-host-dkms=$pkgver
  virtualbox-guest-dkms=$pkgver)
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.19-ARCH
+_extramodules=extramodules-3.18-ARCH
 
 build() {
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
@@ -33,7 +33,7 @@
 package_virtualbox-host-modules(){
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.19' 'linux4.0')
+  depends=('linux=3.18' 'linux3.19')
   replaces=('virtualbox-modules')
   conflicts=('virtualbox-modules')
   install=virtualbox-host-modules.install
@@ -48,7 +48,7 @@
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux=3.19' 'linux4.0')
+  depends=('linux=3.18' 'linux3.19')
   replaces=('virtualbox-archlinux-modules')
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install

Modified: virtualbox-guest-modules.install
===
--- virtualbox-guest-modules.install2015-03-18 13:42:22 UTC (rev 129485)
+++ virtualbox-guest-modules.install2015-03-18 14:12:59 UTC (rev 129486)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.19-ARCH
+  EXTRAMODULES=extramodules-3.18-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: virtualbox-host-modules.install
===
--- virtualbox-host-modules.install 2015-03-18 13:42:22 UTC (rev 129485)
+++ virtualbox-host-modules.install 2015-03-18 14:12:59 UTC (rev 129486)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.19-ARCH
+  EXTRAMODULES=extramodules-3.18-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 15:20:27
  Author: seblu
Revision: 129490

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 129489, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 129489, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 129489, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   60 ++--
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 14:20:01 UTC (rev 129489)
+++ PKGBUILD2015-03-18 14:20:27 UTC (rev 129490)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jonathan Steel mail at jsteel dot org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=virtualbox-guest-iso
-pkgver=4.3.24
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='http://www.virtualbox.org'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-source=(http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
-'license')
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('a1a4ccd53257c881214aa889f28de9b6'
- 'b67febd9453cc6c4b8412a0456080e9f')
-
-package() {
-  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
-$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso
-  install -Dm 644 $srcdir/license \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 129489, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 14:20:27 UTC (rev 129490)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel mail at jsteel dot org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=virtualbox-guest-iso
+pkgver=4.3.26
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=(http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('0e81ff4d6014c7353df0f7b84db2c2b2'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso
+  install -Dm 644 $srcdir/license \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: license
===
--- license 2015-03-18 14:20:01 UTC (rev 129489)
+++ license 2015-03-18 14:20:27 UTC (rev 129490)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 1.2, 2007-02-21
-
-InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the 

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

2015-03-18 Thread Evangelos Foutras
Date: Wednesday, March 18, 2015 @ 15:20:17
  Author: foutrelis
Revision: 234097

upgpkg: exo 0.10.4-1

New upstream release.

Added:
  exo/trunk/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
Modified:
  exo/trunk/PKGBUILD
Deleted:
  exo/trunk/0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch

-+
 0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch   |   24 ++
 0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch |  116 
--
 PKGBUILD|   16 -
 3 files changed, 32 insertions(+), 124 deletions(-)

Added: 0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
===
--- 0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch   
(rev 0)
+++ 0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch   
2015-03-18 14:20:17 UTC (rev 234097)
@@ -0,0 +1,24 @@
+From b74caf97642ae2bf00a7754a5fb193f695b6f3d4 Mon Sep 17 00:00:00 2001
+From: Sean Davis smd.seanda...@gmail.com
+Date: Tue, 17 Mar 2015 19:43:44 -0400
+Subject: [PATCH] Do not use x-scheme-handler/file mimetype (bug 7257)
+
+---
+ exo-open/exo-file-manager.desktop.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/exo-open/exo-file-manager.desktop.in 
b/exo-open/exo-file-manager.desktop.in
+index 3d7653e..8d0a6cf 100644
+--- a/exo-open/exo-file-manager.desktop.in
 b/exo-open/exo-file-manager.desktop.in
+@@ -7,6 +7,6 @@ StartupNotify=true
+ Terminal=false
+ Categories=Utility;X-XFCE;X-Xfce-Toplevel;
+ OnlyShowIn=XFCE;
+-X-XFCE-MimeType=x-scheme-handler/file;x-scheme-handler/trash;
++X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
+ _Name=File Manager
+ _Comment=Browse the file system
+-- 
+2.3.3
+

Deleted: 0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch
===
--- 0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch 
2015-03-18 14:07:44 UTC (rev 234096)
+++ 0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch 
2015-03-18 14:20:17 UTC (rev 234097)
@@ -1,116 +0,0 @@
-From 23b17d5c622a8f496ebfdd011149722ecd6b8ebe Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras evange...@foutrelis.com
-Date: Sun, 1 Mar 2015 21:14:25 +0200
-Subject: [PATCH] Don't quote arguments passed to terminal emulators (bug
- 10731)
-
-Commit 8cd3233 added argument quoting to several helpers to properly
-pass URIs that contain spaces to web browsers like Firefox.
-
-This broke invocations such as the following:
-
-  $ exo-open --launch TerminalEmulator screen -S test
-
-resulting in errors similar to:
-
-  Failed to execute child
-  Failed to execute child process screen -S test (No such file or
-  directory)
-
-Fix this by reverting the quoting changes made to TerminalEmulator
-helpers. The Sakura terminal, surprisingly enough, seems to require
-quotes around the command-line passed to it so I kept it with quotes.

- exo-helper/helpers/aterm.desktop.in.in  | 2 +-
- exo-helper/helpers/debian-x-terminal-emulator.desktop.in.in | 2 +-
- exo-helper/helpers/gnome-terminal.desktop.in.in | 2 +-
- exo-helper/helpers/nxterm.desktop.in.in | 2 +-
- exo-helper/helpers/qterminal.desktop.in.in  | 2 +-
- exo-helper/helpers/urxvt.desktop.in.in  | 2 +-
- exo-helper/helpers/xfce4-terminal.desktop.in.in | 2 +-
- exo-helper/helpers/xterm.desktop.in.in  | 2 +-
- 8 files changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/exo-helper/helpers/aterm.desktop.in.in 
b/exo-helper/helpers/aterm.desktop.in.in
-index 0eeb5ab..bbe06fc 100644
 a/exo-helper/helpers/aterm.desktop.in.in
-+++ b/exo-helper/helpers/aterm.desktop.in.in
-@@ -7,4 +7,4 @@ StartupNotify=false
- X-XFCE-Binaries=aterm;
- X-XFCE-Category=TerminalEmulator
- X-XFCE-Commands=%B;
--X-XFCE-CommandsWithParameter=%B -e %s;
-+X-XFCE-CommandsWithParameter=%B -e %s;
-diff --git a/exo-helper/helpers/debian-x-terminal-emulator.desktop.in.in 
b/exo-helper/helpers/debian-x-terminal-emulator.desktop.in.in
-index a4d2cd1..b4de7ee 100644
 a/exo-helper/helpers/debian-x-terminal-emulator.desktop.in.in
-+++ b/exo-helper/helpers/debian-x-terminal-emulator.desktop.in.in
-@@ -7,4 +7,4 @@ StartupNotify=false
- X-XFCE-Binaries=x-terminal-emulator;
- X-XFCE-Category=TerminalEmulator
- X-XFCE-Commands=%B;
--X-XFCE-CommandsWithParameter=%B -e %s;
-+X-XFCE-CommandsWithParameter=%B -e %s;
-diff --git a/exo-helper/helpers/gnome-terminal.desktop.in.in 
b/exo-helper/helpers/gnome-terminal.desktop.in.in
-index f6af417..bb31360 100644
 a/exo-helper/helpers/gnome-terminal.desktop.in.in
-+++ b/exo-helper/helpers/gnome-terminal.desktop.in.in
-@@ -7,4 +7,4 @@ StartupNotify=true
- X-XFCE-Binaries=gnome-terminal;gnometerminal;
- 

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

2015-03-18 Thread Evangelos Foutras
Date: Wednesday, March 18, 2015 @ 15:20:30
  Author: foutrelis
Revision: 234098

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

Added:
  
exo/repos/extra-i686/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
(from rev 234097, 
exo/trunk/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch)
  exo/repos/extra-i686/PKGBUILD
(from rev 234097, exo/trunk/PKGBUILD)
  exo/repos/extra-i686/exo.install
(from rev 234097, exo/trunk/exo.install)
  
exo/repos/extra-x86_64/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
(from rev 234097, 
exo/trunk/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch)
  exo/repos/extra-x86_64/PKGBUILD
(from rev 234097, exo/trunk/PKGBUILD)
  exo/repos/extra-x86_64/exo.install
(from rev 234097, exo/trunk/exo.install)
Deleted:
  
exo/repos/extra-i686/0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch
  exo/repos/extra-i686/PKGBUILD
  exo/repos/extra-i686/exo.install
  
exo/repos/extra-x86_64/0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch
  exo/repos/extra-x86_64/PKGBUILD
  exo/repos/extra-x86_64/exo.install

--+
 /PKGBUILD| 
  98 
 /exo.install | 
  26 ++
 extra-i686/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch | 
  24 ++
 extra-i686/0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch   | 
 116 --
 extra-i686/PKGBUILD  | 
  49 
 extra-i686/exo.install   | 
  13 -
 extra-x86_64/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch   | 
  24 ++
 extra-x86_64/0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch | 
 116 --
 extra-x86_64/PKGBUILD| 
  49 
 extra-x86_64/exo.install | 
  13 -
 10 files changed, 172 insertions(+), 356 deletions(-)

Copied: 
exo/repos/extra-i686/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
 (from rev 234097, 
exo/trunk/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch)
===
--- extra-i686/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
(rev 0)
+++ extra-i686/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
2015-03-18 14:20:30 UTC (rev 234098)
@@ -0,0 +1,24 @@
+From b74caf97642ae2bf00a7754a5fb193f695b6f3d4 Mon Sep 17 00:00:00 2001
+From: Sean Davis smd.seanda...@gmail.com
+Date: Tue, 17 Mar 2015 19:43:44 -0400
+Subject: [PATCH] Do not use x-scheme-handler/file mimetype (bug 7257)
+
+---
+ exo-open/exo-file-manager.desktop.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/exo-open/exo-file-manager.desktop.in 
b/exo-open/exo-file-manager.desktop.in
+index 3d7653e..8d0a6cf 100644
+--- a/exo-open/exo-file-manager.desktop.in
 b/exo-open/exo-file-manager.desktop.in
+@@ -7,6 +7,6 @@ StartupNotify=true
+ Terminal=false
+ Categories=Utility;X-XFCE;X-Xfce-Toplevel;
+ OnlyShowIn=XFCE;
+-X-XFCE-MimeType=x-scheme-handler/file;x-scheme-handler/trash;
++X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
+ _Name=File Manager
+ _Comment=Browse the file system
+-- 
+2.3.3
+

Deleted: 
extra-i686/0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch
===
--- extra-i686/0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch  
2015-03-18 14:20:17 UTC (rev 234097)
+++ extra-i686/0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch  
2015-03-18 14:20:30 UTC (rev 234098)
@@ -1,116 +0,0 @@
-From 23b17d5c622a8f496ebfdd011149722ecd6b8ebe Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras evange...@foutrelis.com
-Date: Sun, 1 Mar 2015 21:14:25 +0200
-Subject: [PATCH] Don't quote arguments passed to terminal emulators (bug
- 10731)
-
-Commit 8cd3233 added argument quoting to several helpers to properly
-pass URIs that contain spaces to web browsers like Firefox.
-
-This broke invocations such as the following:
-
-  $ exo-open --launch TerminalEmulator screen -S test
-
-resulting in errors similar to:
-
-  Failed to execute child
-  Failed to execute child process screen -S test (No such file or
-  directory)
-
-Fix this by reverting the quoting changes made to TerminalEmulator
-helpers. The Sakura terminal, surprisingly enough, seems to require
-quotes around the command-line passed to it so I kept it with quotes.

- exo-helper/helpers/aterm.desktop.in.in  | 2 +-
- exo-helper/helpers/debian-x-terminal-emulator.desktop.in.in | 2 +-
- exo-helper/helpers/gnome-terminal.desktop.in.in | 2 

[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 15:20:01
  Author: seblu
Revision: 129489

upgpkg: virtualbox-guest-iso 4.3.26-1

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 14:15:52 UTC (rev 129488)
+++ PKGBUILD2015-03-18 14:20:01 UTC (rev 129489)
@@ -7,7 +7,7 @@
 # Contributor: Roman Kyrylych ro...@archlinux.org
 
 pkgname=virtualbox-guest-iso
-pkgver=4.3.24
+pkgver=4.3.26
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('virtualbox-additions' 'virtualbox-iso-additions')
 conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
 noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('a1a4ccd53257c881214aa889f28de9b6'
+md5sums=('0e81ff4d6014c7353df0f7b84db2c2b2'
  'b67febd9453cc6c4b8412a0456080e9f')
 
 package() {


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

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 15:31:12
  Author: seblu
Revision: 129494

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

Added:
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 129493, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 129493, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 129493, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 129493, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 129493, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 129493, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 129493, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 129493, virtualbox-modules/trunk/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
  virtualbox-modules/repos/community-testing-i686/build.sh
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
  virtualbox-modules/repos/community-testing-x86_64/build.sh
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  126 
 /build.sh |  122 +++
 /virtualbox-guest-modules.install |   42 
 /virtualbox-host-modules.install  |   46 
 community-testing-i686/PKGBUILD   |   63 --
 community-testing-i686/build.sh   |   61 -
 community-testing-i686/virtualbox-guest-modules.install   |   21 --
 community-testing-i686/virtualbox-host-modules.install|   23 --
 community-testing-x86_64/PKGBUILD |   63 --
 community-testing-x86_64/build.sh |   61 -
 community-testing-x86_64/virtualbox-guest-modules.install |   21 --
 community-testing-x86_64/virtualbox-host-modules.install  |   23 --
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-18 14:30:55 UTC (rev 129493)
+++ community-testing-i686/PKGBUILD 2015-03-18 14:31:12 UTC (rev 129494)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.24
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.19' 'linux4.0'
- 'linux-headers=3.19' 'linux-headers4.0'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.19-ARCH
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.19' 'linux4.0')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux=3.19' 'linux4.0')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  install=virtualbox-guest-modules.install

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

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 15:30:55
  Author: seblu
Revision: 129493

upgpkg: virtualbox-modules 4.3.26-2

Modified:
  virtualbox-modules/trunk/PKGBUILD
  virtualbox-modules/trunk/virtualbox-guest-modules.install
  virtualbox-modules/trunk/virtualbox-host-modules.install

--+
 PKGBUILD |   12 ++--
 virtualbox-guest-modules.install |2 +-
 virtualbox-host-modules.install  |2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 14:26:44 UTC (rev 129492)
+++ PKGBUILD2015-03-18 14:30:55 UTC (rev 129493)
@@ -5,17 +5,17 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.26
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux=3.18' 'linux3.19'
- 'linux-headers=3.18' 'linux-headers3.19'
+makedepends=('linux=3.19' 'linux4.0'
+ 'linux-headers=3.19' 'linux-headers4.0'
  virtualbox-host-dkms=$pkgver
  virtualbox-guest-dkms=$pkgver)
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.18-ARCH
+_extramodules=extramodules-3.19-ARCH
 
 build() {
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
@@ -33,7 +33,7 @@
 package_virtualbox-host-modules(){
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.18' 'linux3.19')
+  depends=('linux=3.19' 'linux4.0')
   replaces=('virtualbox-modules')
   conflicts=('virtualbox-modules')
   install=virtualbox-host-modules.install
@@ -48,7 +48,7 @@
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux=3.18' 'linux3.19')
+  depends=('linux=3.19' 'linux4.0')
   replaces=('virtualbox-archlinux-modules')
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install

Modified: virtualbox-guest-modules.install
===
--- virtualbox-guest-modules.install2015-03-18 14:26:44 UTC (rev 129492)
+++ virtualbox-guest-modules.install2015-03-18 14:30:55 UTC (rev 129493)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.18-ARCH
+  EXTRAMODULES=extramodules-3.19-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: virtualbox-host-modules.install
===
--- virtualbox-host-modules.install 2015-03-18 14:26:44 UTC (rev 129492)
+++ virtualbox-host-modules.install 2015-03-18 14:30:55 UTC (rev 129493)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.18-ARCH
+  EXTRAMODULES=extramodules-3.19-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 15:07:35
  Author: jgc
Revision: 234095

upgpkg: cheese 3.15.92-2

Fix pc file

Modified:
  cheese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 13:03:43 UTC (rev 234094)
+++ PKGBUILD2015-03-18 14:07:35 UTC (rev 234095)
@@ -4,7 +4,7 @@
 
 pkgname=cheese
 pkgver=3.15.92
-pkgrel=1
+pkgrel=2
 pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
 arch=(i686 x86_64)
 license=('GPL')
@@ -23,6 +23,7 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../port-to-clutter-gst-3.patch
+  sed -i -e 's/clutter-gst-2.0/clutter-gst-3.0/g' data/cheese.pc.in
   autoreconf -fi
 }
 


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:32:10
  Author: spupykin
Revision: 129498

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 15:31:57 UTC (rev 129497)
+++ community-i686/PKGBUILD 2015-03-18 15:32:10 UTC (rev 129498)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Kalidarn
-
-pkgname=freeradius-client
-pkgver=1.1.6
-pkgrel=6
-pkgdesc=FreeRADIUS Client Software
-arch=('i686' 'x86_64')
-url=http://wiki.freeradius.org/Radiusclient;
-license=('BSD')
-depends=('sh')
-source=(ftp://ftp.freeradius.org/pub/radius/$pkgname-$pkgver.tar.bz2)
-md5sums=('2e46564e450ae13aedb70dc133b158ac')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/license
-  mv $pkgdir/etc/radiusclient $pkgdir/etc/radiusclient.default
-}

Copied: freeradius-client/repos/community-i686/PKGBUILD (from rev 129497, 
freeradius-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 15:32:10 UTC (rev 129498)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Kalidarn
+
+pkgname=freeradius-client
+pkgver=1.1.7
+pkgrel=1
+pkgdesc=FreeRADIUS Client Software
+arch=('i686' 'x86_64')
+url=http://wiki.freeradius.org/Radiusclient;
+license=('BSD')
+depends=('sh')
+#source=(ftp://ftp.freeradius.org/pub/radius/$pkgname-$pkgver.tar.bz2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRADIUS/freeradius-client/archive/release_${pkgver//./_}.tar.gz)
+md5sums=('caba9b9a0c15cfb7f204273f30fc83c3')
+
+build() {
+  cd $srcdir/freeradius-client-release_${pkgver//./_}
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/freeradius-client-release_${pkgver//./_}
+  make DESTDIR=$pkgdir install
+  install -D -m0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/license
+  mv $pkgdir/etc/radiusclient $pkgdir/etc/radiusclient.default
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-18 15:31:57 UTC (rev 129497)
+++ community-x86_64/PKGBUILD   2015-03-18 15:32:10 UTC (rev 129498)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Kalidarn
-
-pkgname=freeradius-client
-pkgver=1.1.6
-pkgrel=6
-pkgdesc=FreeRADIUS Client Software
-arch=('i686' 'x86_64')
-url=http://wiki.freeradius.org/Radiusclient;
-license=('BSD')
-depends=('sh')
-source=(ftp://ftp.freeradius.org/pub/radius/$pkgname-$pkgver.tar.bz2)
-md5sums=('2e46564e450ae13aedb70dc133b158ac')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/license
-  mv $pkgdir/etc/radiusclient $pkgdir/etc/radiusclient.default
-}

Copied: freeradius-client/repos/community-x86_64/PKGBUILD (from rev 129497, 
freeradius-client/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-18 15:32:10 UTC (rev 129498)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Kalidarn
+
+pkgname=freeradius-client
+pkgver=1.1.7
+pkgrel=1
+pkgdesc=FreeRADIUS Client Software
+arch=('i686' 'x86_64')
+url=http://wiki.freeradius.org/Radiusclient;
+license=('BSD')
+depends=('sh')
+#source=(ftp://ftp.freeradius.org/pub/radius/$pkgname-$pkgver.tar.bz2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRADIUS/freeradius-client/archive/release_${pkgver//./_}.tar.gz)
+md5sums=('caba9b9a0c15cfb7f204273f30fc83c3')
+
+build() {
+  cd $srcdir/freeradius-client-release_${pkgver//./_}
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd 

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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:32:13
  Author: spupykin
Revision: 129499

upgpkg: grc 1.7-2

upd

Modified:
  grc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:32:10 UTC (rev 129498)
+++ PKGBUILD2015-03-18 15:32:13 UTC (rev 129499)
@@ -5,16 +5,16 @@
 
 pkgname=grc
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Yet another colouriser for beautifying your logfiles or output of 
commands.'
 arch=('any')
-url='http://kassiopeia.juls.savba.sk/~garabik/software/grc.html'
+url='https://github.com/garabik/grc'
 license=('GPL')
 depends=('python')
 backup=('etc/grc.conf')
-source=(http://kassiopeia.juls.savba.sk/~garabik/software/grc/grc_$pkgver.orig.tar.gz
+source=($pkgname-$pkgver.tar.gz::https://github.com/garabik/grc/archive/v$pkgver.tar.gz
install.sh.patch)
-md5sums=('ad3bd71b2bc0a009ce3fab2489f3aae0'
+md5sums=('8d60bbe162d5f007afd26719a781f914'
  '096bfb843ea779d1cf509f11d4fefffe')
 
 prepare() {


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:32:21
  Author: spupykin
Revision: 129500

archrelease: copy trunk to community-any

Added:
  grc/repos/community-any/PKGBUILD
(from rev 129499, grc/trunk/PKGBUILD)
  grc/repos/community-any/install.sh.patch
(from rev 129499, grc/trunk/install.sh.patch)
Deleted:
  grc/repos/community-any/PKGBUILD
  grc/repos/community-any/install.sh.patch

--+
 PKGBUILD |   56 ++---
 install.sh.patch |   16 +++
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 15:32:13 UTC (rev 129499)
+++ PKGBUILD2015-03-18 15:32:21 UTC (rev 129500)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Xilon xilo...@gmail.com
-# Contributor: Edward Toroschin edward.ha...@gmail.com
-
-pkgname=grc
-pkgver=1.7
-pkgrel=1
-pkgdesc='Yet another colouriser for beautifying your logfiles or output of 
commands.'
-arch=('any')
-url='http://kassiopeia.juls.savba.sk/~garabik/software/grc.html'
-license=('GPL')
-depends=('python')
-backup=('etc/grc.conf')
-source=(http://kassiopeia.juls.savba.sk/~garabik/software/grc/grc_$pkgver.orig.tar.gz
-   install.sh.patch)
-md5sums=('ad3bd71b2bc0a009ce3fab2489f3aae0'
- '096bfb843ea779d1cf509f11d4fefffe')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i ../install.sh.patch
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  ./install.sh $pkgdir
-}

Copied: grc/repos/community-any/PKGBUILD (from rev 129499, grc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 15:32:21 UTC (rev 129500)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Xilon xilo...@gmail.com
+# Contributor: Edward Toroschin edward.ha...@gmail.com
+
+pkgname=grc
+pkgver=1.7
+pkgrel=2
+pkgdesc='Yet another colouriser for beautifying your logfiles or output of 
commands.'
+arch=('any')
+url='https://github.com/garabik/grc'
+license=('GPL')
+depends=('python')
+backup=('etc/grc.conf')
+source=($pkgname-$pkgver.tar.gz::https://github.com/garabik/grc/archive/v$pkgver.tar.gz
+   install.sh.patch)
+md5sums=('8d60bbe162d5f007afd26719a781f914'
+ '096bfb843ea779d1cf509f11d4fefffe')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i ../install.sh.patch
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  ./install.sh $pkgdir
+}

Deleted: install.sh.patch
===
--- install.sh.patch2015-03-18 15:32:13 UTC (rev 129499)
+++ install.sh.patch2015-03-18 15:32:21 UTC (rev 129500)
@@ -1,8 +0,0 @@
 a/install.sh   1999-10-15 01:27:14.0 +0800
-+++ b/install.sh   2007-10-04 13:59:30.0 +0800
-@@ -12,3 +12,5 @@
- cp -fv conf.* $LIBDIR
- mkdir -p $CONFDIR || true
- cp -fv grc.conf $CONFDIR
-+mkdir -p $MANDIR || true
-+cp -fv {grcat,grc}.1 $MANDIR

Copied: grc/repos/community-any/install.sh.patch (from rev 129499, 
grc/trunk/install.sh.patch)
===
--- install.sh.patch(rev 0)
+++ install.sh.patch2015-03-18 15:32:21 UTC (rev 129500)
@@ -0,0 +1,8 @@
+--- a/install.sh   1999-10-15 01:27:14.0 +0800
 b/install.sh   2007-10-04 13:59:30.0 +0800
+@@ -12,3 +12,5 @@
+ cp -fv conf.* $LIBDIR
+ mkdir -p $CONFDIR || true
+ cp -fv grc.conf $CONFDIR
++mkdir -p $MANDIR || true
++cp -fv {grcat,grc}.1 $MANDIR


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:32:55
  Author: spupykin
Revision: 129505

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

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

+
 /ChangeLog |   22 +
 /PKGBUILD  |   98 +++
 community-i686/ChangeLog   |   11 
 community-i686/PKGBUILD|   49 -
 community-x86_64/ChangeLog |   11 
 community-x86_64/PKGBUILD  |   49 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-03-18 15:32:43 UTC (rev 129504)
+++ community-i686/ChangeLog2015-03-18 15:32:55 UTC (rev 129505)
@@ -1,11 +0,0 @@
-2008-04-20  Darwin Bautista  djclue...@gmail.com
-* libosip2 3.1.0-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  djclue...@gmail.com
-* libosip2 3.0.3_2-1
-* New upstream release
-
-2007-11-16  Darwin Bautista  djclue...@gmail.com
-* libosip2 2.2.2-1
-* Reverting back to old version since Linphone requires it

Copied: libosip2/repos/community-i686/ChangeLog (from rev 129504, 
libosip2/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-03-18 15:32:55 UTC (rev 129505)
@@ -0,0 +1,11 @@
+2008-04-20  Darwin Bautista  djclue...@gmail.com
+* libosip2 3.1.0-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  djclue...@gmail.com
+* libosip2 3.0.3_2-1
+* New upstream release
+
+2007-11-16  Darwin Bautista  djclue...@gmail.com
+* libosip2 2.2.2-1
+* Reverting back to old version since Linphone requires it

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 15:32:43 UTC (rev 129504)
+++ community-i686/PKGBUILD 2015-03-18 15:32:55 UTC (rev 129505)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Michal Hybner dta...@gmail.com
-
-pkgname=libosip2
-epoch=1
-pkgver=4.0.0
-pkgrel=2
-pkgdesc=oSIP is an implementation of SIP
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/osip/;
-license=('LGPL')
-depends=(glibc)
-options=(!emptydirs)
-source=(http://ftp.gnu.org/gnu/osip/libosip2-${pkgver/_/-}.tar.gz)
-md5sums=('c6a2c175d39ce75c15026c5738732dab')
-
-build() {
-  cd $srcdir/libosip2-${pkgver/_/-}/
-
-  patch -p1 EOF
-diff -wbBur libosip2-3.1.0/src/osip2/port_sema.c 
libosip2-3.1.0.my/src/osip2/port_sema.c
 libosip2-3.1.0/src/osip2/port_sema.c   2007-06-05 14:17:50.0 
+0400
-+++ libosip2-3.1.0.my/src/osip2/port_sema.c2008-10-22 17:47:37.0 
+0400
-@@ -22,6 +22,14 @@
- #include stdlib.h
- #include stdio.h
-
-+union semun
-+{
-+ int val;
-+ struct semid_ds *buf;
-+ unsigned short int *array;
-+ struct seminfo *__buf;
-+};
-+
- #include osip2/internal.h
-
- #include osip2/internal.h
-EOF
-
-  ./configure --prefix=/usr --disable-semaphore --enable-sysv
-  make
-}
-
-package() {
-  cd $srcdir/libosip2-${pkgver/_/-}/
-  make DESTDIR=$pkgdir install
-}

Copied: libosip2/repos/community-i686/PKGBUILD (from rev 129504, 
libosip2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 15:32:55 UTC (rev 129505)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Michal Hybner dta...@gmail.com
+
+pkgname=libosip2
+epoch=1
+pkgver=4.1.0
+pkgrel=1
+pkgdesc=oSIP is an implementation of SIP
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/osip/;
+license=('LGPL')
+depends=(glibc)
+options=(!emptydirs)
+source=(http://ftp.gnu.org/gnu/osip/libosip2-${pkgver/_/-}.tar.gz)
+md5sums=('756423628683c07f817432f046a26516')
+
+build() {
+  cd $srcdir/libosip2-${pkgver/_/-}/
+
+  patch -p1 EOF
+diff -wbBur libosip2-3.1.0/src/osip2/port_sema.c 
libosip2-3.1.0.my/src/osip2/port_sema.c
+--- libosip2-3.1.0/src/osip2/port_sema.c   2007-06-05 14:17:50.0 
+0400
 libosip2-3.1.0.my/src/osip2/port_sema.c2008-10-22 17:47:37.0 
+0400
+@@ -22,6 +22,14 @@
+ #include stdlib.h
+ #include stdio.h
+
++union semun
++{
++ int val;
++ struct semid_ds *buf;
++ unsigned short int 

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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:32:40
  Author: spupykin
Revision: 129503

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

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

+
 /ChangeLog |   14 +++
 /PKGBUILD  |   52 +++
 community-i686/ChangeLog   |7 -
 community-i686/PKGBUILD|   26 -
 community-x86_64/ChangeLog |7 -
 community-x86_64/PKGBUILD  |   26 -
 6 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-03-18 15:32:26 UTC (rev 129502)
+++ community-i686/ChangeLog2015-03-18 15:32:40 UTC (rev 129503)
@@ -1,7 +0,0 @@
-2008-04-20  Darwin Bautista  djclue...@gmail.com
-* libexosip2 3.1.0-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  djclue...@gmail.com
-* libexosip2 3.0.3_3-1
-* Initial release

Copied: libexosip2/repos/community-i686/ChangeLog (from rev 129502, 
libexosip2/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-03-18 15:32:40 UTC (rev 129503)
@@ -0,0 +1,7 @@
+2008-04-20  Darwin Bautista  djclue...@gmail.com
+* libexosip2 3.1.0-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  djclue...@gmail.com
+* libexosip2 3.0.3_3-1
+* Initial release

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 15:32:26 UTC (rev 129502)
+++ community-i686/PKGBUILD 2015-03-18 15:32:40 UTC (rev 129503)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Darwin Bautista djclue...@gmail.com
-
-pkgname=libexosip2
-epoch=1
-pkgver=4.0.0
-pkgrel=2
-pkgdesc=A library that hides the complexity of using SIP for multimedia 
session establishement
-arch=('i686' 'x86_64')
-url=http://savannah.nongnu.org/projects/exosip/;
-license=('GPL')
-depends=('libosip2=4.0.0' 'openssl')
-source=(http://download.savannah.nongnu.org/releases/exosip/libeXosip2-${pkgver/_/-}.tar.gz)
-md5sums=('aa385b85f6a17876763a0a860fe2afbf')
-
-build() {
-  cd $srcdir/libeXosip2-${pkgver/_/-}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/libeXosip2-${pkgver/_/-}
-  make DESTDIR=$pkgdir install
-}

Copied: libexosip2/repos/community-i686/PKGBUILD (from rev 129502, 
libexosip2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 15:32:40 UTC (rev 129503)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=libexosip2
+epoch=1
+pkgver=4.1.0
+pkgrel=1
+pkgdesc=A library that hides the complexity of using SIP for multimedia 
session establishement
+arch=('i686' 'x86_64')
+url=http://savannah.nongnu.org/projects/exosip/;
+license=('GPL')
+depends=('libosip2=4.0.0' 'openssl')
+source=(http://download.savannah.nongnu.org/releases/exosip/libeXosip2-${pkgver/_/-}.tar.gz)
+md5sums=('62de8bf34dbf803bc531ad5b1adcd028')
+
+build() {
+  cd $srcdir/libeXosip2-${pkgver/_/-}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/libeXosip2-${pkgver/_/-}
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2015-03-18 15:32:26 UTC (rev 129502)
+++ community-x86_64/ChangeLog  2015-03-18 15:32:40 UTC (rev 129503)
@@ -1,7 +0,0 @@
-2008-04-20  Darwin Bautista  djclue...@gmail.com
-* libexosip2 3.1.0-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  djclue...@gmail.com
-* libexosip2 3.0.3_3-1
-* Initial release

Copied: libexosip2/repos/community-x86_64/ChangeLog (from rev 129502, 
libexosip2/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)
+++ community-x86_64/ChangeLog  2015-03-18 15:32:40 UTC (rev 129503)
@@ -0,0 +1,7 @@
+2008-04-20  Darwin Bautista  djclue...@gmail.com
+* libexosip2 3.1.0-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  djclue...@gmail.com
+* 

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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:32:26
  Author: spupykin
Revision: 129502

upgpkg: libexosip2 1:4.1.0-1

upd

Modified:
  libexosip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:32:24 UTC (rev 129501)
+++ PKGBUILD2015-03-18 15:32:26 UTC (rev 129502)
@@ -4,8 +4,8 @@
 
 pkgname=libexosip2
 epoch=1
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
 pkgdesc=A library that hides the complexity of using SIP for multimedia 
session establishement
 arch=('i686' 'x86_64')
 url=http://savannah.nongnu.org/projects/exosip/;
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('libosip2=4.0.0' 'openssl')
 
source=(http://download.savannah.nongnu.org/releases/exosip/libeXosip2-${pkgver/_/-}.tar.gz)
-md5sums=('aa385b85f6a17876763a0a860fe2afbf')
+md5sums=('62de8bf34dbf803bc531ad5b1adcd028')
 
 build() {
   cd $srcdir/libeXosip2-${pkgver/_/-}


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:32:43
  Author: spupykin
Revision: 129504

upgpkg: libosip2 1:4.1.0-1

upd

Modified:
  libosip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:32:40 UTC (rev 129503)
+++ PKGBUILD2015-03-18 15:32:43 UTC (rev 129504)
@@ -4,8 +4,8 @@
 
 pkgname=libosip2
 epoch=1
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
 pkgdesc=oSIP is an implementation of SIP
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/osip/;
@@ -13,7 +13,7 @@
 depends=(glibc)
 options=(!emptydirs)
 source=(http://ftp.gnu.org/gnu/osip/libosip2-${pkgver/_/-}.tar.gz)
-md5sums=('c6a2c175d39ce75c15026c5738732dab')
+md5sums=('756423628683c07f817432f046a26516')
 
 build() {
   cd $srcdir/libosip2-${pkgver/_/-}/


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:32:24
  Author: spupykin
Revision: 129501

upgpkg: ht 2.1.0-2

upd

Added:
  ht/trunk/ht.install
Modified:
  ht/trunk/PKGBUILD

+
 PKGBUILD   |8 +++-
 ht.install |   20 
 2 files changed, 27 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:32:21 UTC (rev 129500)
+++ PKGBUILD2015-03-18 15:32:24 UTC (rev 129501)
@@ -5,12 +5,14 @@
 
 pkgname=ht
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A file editor/viewer/analyzer for executables
 arch=('i686' 'x86_64')
 url=http://hte.sourceforge.net/;
 license=('GPL')
 depends=('gcc-libs' 'ncurses' 'lzo')
+makedepends=('texinfo')
+install=ht.install
 
source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.bz2)
 md5sums=('09b2a4461d75e9cd03af1cd67fadc1ec')
 
@@ -25,4 +27,8 @@
   make DESTDIR=$pkgdir install
   # avoid TeX conflict
   mv $pkgdir/usr/bin/ht $pkgdir/usr/bin/hte
+  # doc
+  install -dm0755 $pkgdir/usr/share/{info,doc/ht}
+  install -m0644 doc/*.info $pkgdir/usr/share/info/
+  install -m0644 doc/{README,*.html} $pkgdir/usr/share/doc/ht/
 }

Added: ht.install
===
--- ht.install  (rev 0)
+++ ht.install  2015-03-18 15:32:24 UTC (rev 129501)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(ht.info hthelp.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 17:24:03
  Author: spupykin
Revision: 129525

archrelease: copy trunk to community-x86_64

Added:
  librcc/repos/community-x86_64/PKGBUILD
(from rev 129524, librcc/trunk/PKGBUILD)
  librcc/repos/community-x86_64/librcc.install
(from rev 129524, librcc/trunk/librcc.install)
Deleted:
  librcc/repos/community-x86_64/PKGBUILD
  librcc/repos/community-x86_64/librcc.install

+
 PKGBUILD   |   91 +++
 librcc.install |   12 +++
 2 files changed, 52 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 16:23:44 UTC (rev 129524)
+++ PKGBUILD2015-03-18 16:24:03 UTC (rev 129525)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=librcc
-pkgver=0.2.10
-pkgrel=4
-pkgdesc=Charset Conversion Library
-arch=(i686 x86_64)
-url=http://rusxmms.sourceforge.net/;
-license=('GPL')
-depends=('aspell' 'enca' 'libxml2' 'librcd')
-makedepends=('patch' 'gtk2')
-install=librcc.install
-source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('077260cf58ae9624c964652b79fbb5fb')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver}
-  ./configure --prefix=/usr --disable-bdb
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver}
-  mkdir -p $pkgdir/etc/rcc
-  mkdir -p $pkgdir/usr/lib/rcc/engines
-  mkdir -p $pkgdir/usr/bin
-
-  make DESTDIR=$pkgdir install
-
-  make -C examples
-  make -C examples install DESTDIR=$pkgdir
-  rm -f $pkgdir/usr/bin/example*
-
-  install -m 644 examples/rcc.xml $pkgdir/etc
-
-  if [ -f $pkgdir/usr/bin/rcc-gtk2-config ]; then
-  ln -s rcc-gtk2-config $pkgdir/usr/bin/rcc-config
-  elif [ -f $pkgdir/usr/bin/rcc-gtk-config ]; then
-  ln -s rcc-gtk-config $pkgdir/usr/bin/rcc-config
-  else
-  echo #!/bin/bash  $pkgdir/usr/bin/rcc-config
-  echo echo \Configuration UI is not available!\  
$pkgdir/usr/bin/rcc-config
-  fi
-}

Copied: librcc/repos/community-x86_64/PKGBUILD (from rev 129524, 
librcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 16:24:03 UTC (rev 129525)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=librcc
+pkgver=0.2.12
+pkgrel=1
+pkgdesc=Charset Conversion Library
+arch=(i686 x86_64)
+url=http://rusxmms.sourceforge.net/;
+license=('GPL')
+depends=('aspell' 'enca' 'libxml2' 'librcd')
+makedepends=('patch' 'gtk2')
+install=librcc.install
+#source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
+source=(http://darksoft.org/files/rusxmms/librcc-$pkgver.tar.bz2)
+md5sums=('930de6cd64e5daa33cabed58261634bb')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  ./configure --prefix=/usr --disable-bdb
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  mkdir -p $pkgdir/etc/rcc
+  mkdir -p $pkgdir/usr/lib/rcc/engines
+  mkdir -p $pkgdir/usr/bin
+
+  make DESTDIR=$pkgdir install
+
+  make -C examples
+  make -C examples install DESTDIR=$pkgdir
+  rm -f $pkgdir/usr/bin/example*
+
+  install -m 644 examples/rcc.xml $pkgdir/etc
+
+  if [ -f $pkgdir/usr/bin/rcc-gtk2-config ]; then
+  ln -s rcc-gtk2-config $pkgdir/usr/bin/rcc-config
+  elif [ -f $pkgdir/usr/bin/rcc-gtk-config ]; then
+  ln -s rcc-gtk-config $pkgdir/usr/bin/rcc-config
+  else
+  echo #!/bin/bash  $pkgdir/usr/bin/rcc-config
+  echo echo \Configuration UI is not available!\  
$pkgdir/usr/bin/rcc-config
+  fi
+}

Deleted: librcc.install
===
--- librcc.install  2015-03-18 16:23:44 UTC (rev 129524)
+++ librcc.install  2015-03-18 16:24:03 UTC (rev 129525)
@@ -1,6 +0,0 @@
-post_install() {
-  echo -- Don't forget to install gtk or/and gtk2 packages to enable librcc
-  echogui features
-  echo -- Also you may change /usr/bin/rcc-config symlink to switch between
-  echogtk and gtk2 (rcc-gtk-config and rcc-gtk2-config)
-}

Copied: librcc/repos/community-x86_64/librcc.install (from rev 129524, 
librcc/trunk/librcc.install)
===
--- librcc.install  (rev 0)
+++ librcc.install  2015-03-18 16:24:03 UTC (rev 129525)
@@ -0,0 +1,6 @@
+post_install() {
+  echo -- Don't forget to install gtk or/and gtk2 packages to enable librcc
+  echogui features
+  echo -- Also you may change /usr/bin/rcc-config symlink to switch between
+  echogtk and gtk2 (rcc-gtk-config and rcc-gtk2-config)
+}


[arch-commits] Commit in librcc/repos/community-i686 (4 files)

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 17:23:10
  Author: spupykin
Revision: 129520

archrelease: copy trunk to community-i686

Added:
  librcc/repos/community-i686/PKGBUILD
(from rev 129519, librcc/trunk/PKGBUILD)
  librcc/repos/community-i686/librcc.install
(from rev 129519, librcc/trunk/librcc.install)
Deleted:
  librcc/repos/community-i686/PKGBUILD
  librcc/repos/community-i686/librcc.install

+
 PKGBUILD   |   91 +++
 librcc.install |   12 +++
 2 files changed, 52 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 16:23:03 UTC (rev 129519)
+++ PKGBUILD2015-03-18 16:23:10 UTC (rev 129520)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=librcc
-pkgver=0.2.10
-pkgrel=4
-pkgdesc=Charset Conversion Library
-arch=(i686 x86_64)
-url=http://rusxmms.sourceforge.net/;
-license=('GPL')
-depends=('aspell' 'enca' 'libxml2' 'librcd')
-makedepends=('patch' 'gtk2')
-install=librcc.install
-source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('077260cf58ae9624c964652b79fbb5fb')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver}
-  ./configure --prefix=/usr --disable-bdb
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver}
-  mkdir -p $pkgdir/etc/rcc
-  mkdir -p $pkgdir/usr/lib/rcc/engines
-  mkdir -p $pkgdir/usr/bin
-
-  make DESTDIR=$pkgdir install
-
-  make -C examples
-  make -C examples install DESTDIR=$pkgdir
-  rm -f $pkgdir/usr/bin/example*
-
-  install -m 644 examples/rcc.xml $pkgdir/etc
-
-  if [ -f $pkgdir/usr/bin/rcc-gtk2-config ]; then
-  ln -s rcc-gtk2-config $pkgdir/usr/bin/rcc-config
-  elif [ -f $pkgdir/usr/bin/rcc-gtk-config ]; then
-  ln -s rcc-gtk-config $pkgdir/usr/bin/rcc-config
-  else
-  echo #!/bin/bash  $pkgdir/usr/bin/rcc-config
-  echo echo \Configuration UI is not available!\  
$pkgdir/usr/bin/rcc-config
-  fi
-}

Copied: librcc/repos/community-i686/PKGBUILD (from rev 129519, 
librcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 16:23:10 UTC (rev 129520)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=librcc
+pkgver=0.2.12
+pkgrel=1
+pkgdesc=Charset Conversion Library
+arch=(i686 x86_64)
+url=http://rusxmms.sourceforge.net/;
+license=('GPL')
+depends=('aspell' 'enca' 'libxml2' 'librcd')
+makedepends=('patch' 'gtk2')
+install=librcc.install
+#source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
+source=(http://darksoft.org/files/rusxmms/librcc-$pkgver.tar.bz2)
+md5sums=('930de6cd64e5daa33cabed58261634bb')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  ./configure --prefix=/usr --disable-bdb
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  mkdir -p $pkgdir/etc/rcc
+  mkdir -p $pkgdir/usr/lib/rcc/engines
+  mkdir -p $pkgdir/usr/bin
+
+  make DESTDIR=$pkgdir install
+
+  make -C examples
+  make -C examples install DESTDIR=$pkgdir
+  rm -f $pkgdir/usr/bin/example*
+
+  install -m 644 examples/rcc.xml $pkgdir/etc
+
+  if [ -f $pkgdir/usr/bin/rcc-gtk2-config ]; then
+  ln -s rcc-gtk2-config $pkgdir/usr/bin/rcc-config
+  elif [ -f $pkgdir/usr/bin/rcc-gtk-config ]; then
+  ln -s rcc-gtk-config $pkgdir/usr/bin/rcc-config
+  else
+  echo #!/bin/bash  $pkgdir/usr/bin/rcc-config
+  echo echo \Configuration UI is not available!\  
$pkgdir/usr/bin/rcc-config
+  fi
+}

Deleted: librcc.install
===
--- librcc.install  2015-03-18 16:23:03 UTC (rev 129519)
+++ librcc.install  2015-03-18 16:23:10 UTC (rev 129520)
@@ -1,6 +0,0 @@
-post_install() {
-  echo -- Don't forget to install gtk or/and gtk2 packages to enable librcc
-  echogui features
-  echo -- Also you may change /usr/bin/rcc-config symlink to switch between
-  echogtk and gtk2 (rcc-gtk-config and rcc-gtk2-config)
-}

Copied: librcc/repos/community-i686/librcc.install (from rev 129519, 
librcc/trunk/librcc.install)
===
--- librcc.install  (rev 0)
+++ librcc.install  2015-03-18 16:23:10 UTC (rev 129520)
@@ -0,0 +1,6 @@
+post_install() {
+  echo -- Don't forget to install gtk or/and gtk2 packages to enable librcc
+  echogui features
+  echo -- Also you may change /usr/bin/rcc-config symlink to switch between
+  echogtk and gtk2 (rcc-gtk-config and rcc-gtk2-config)
+}


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 17:23:44
  Author: spupykin
Revision: 129524

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 16:23:31 UTC (rev 129523)
+++ community-i686/PKGBUILD 2015-03-18 16:23:44 UTC (rev 129524)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Stefano Facchini stefano.facch...@gmail.com
-
-pkgname=usbredir
-pkgver=0.6
-pkgrel=4
-pkgdesc=USB traffic redirection protocol
-arch=('i686' 'x86_64')
-url=http://spice-space.org/page/UsbRedir;
-license=('GPL2' 'LGPL2.1')
-depends=('libusb')
-source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
-sha256sums=('028184960044ea412403b3c55a35c3238835116e3a0fbcaff449df2c8edf')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: usbredir/repos/community-i686/PKGBUILD (from rev 129523, 
usbredir/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 16:23:44 UTC (rev 129524)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Stefano Facchini stefano.facch...@gmail.com
+
+pkgname=usbredir
+pkgver=0.7
+pkgrel=1
+pkgdesc=USB traffic redirection protocol
+arch=('i686' 'x86_64')
+url=http://spice-space.org/page/UsbRedir;
+license=('GPL2' 'LGPL2.1')
+depends=('libusb')
+source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
+sha256sums=('028184960044ea412403b3c55a35c3238835116e3a0fbcaff449df2c8edf')
+sha256sums=('0a63a0712b5dc62be9cca44f97270fea5d1ec1fe7dde0c11dc74a01c8e2006aa')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-18 16:23:31 UTC (rev 129523)
+++ community-x86_64/PKGBUILD   2015-03-18 16:23:44 UTC (rev 129524)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Stefano Facchini stefano.facch...@gmail.com
-
-pkgname=usbredir
-pkgver=0.6
-pkgrel=4
-pkgdesc=USB traffic redirection protocol
-arch=('i686' 'x86_64')
-url=http://spice-space.org/page/UsbRedir;
-license=('GPL2' 'LGPL2.1')
-depends=('libusb')
-source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
-sha256sums=('028184960044ea412403b3c55a35c3238835116e3a0fbcaff449df2c8edf')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: usbredir/repos/community-x86_64/PKGBUILD (from rev 129523, 
usbredir/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-18 16:23:44 UTC (rev 129524)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Stefano Facchini stefano.facch...@gmail.com
+
+pkgname=usbredir
+pkgver=0.7
+pkgrel=1
+pkgdesc=USB traffic redirection protocol
+arch=('i686' 'x86_64')
+url=http://spice-space.org/page/UsbRedir;
+license=('GPL2' 'LGPL2.1')
+depends=('libusb')
+source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
+sha256sums=('028184960044ea412403b3c55a35c3238835116e3a0fbcaff449df2c8edf')
+sha256sums=('0a63a0712b5dc62be9cca44f97270fea5d1ec1fe7dde0c11dc74a01c8e2006aa')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:29:13
  Author: tpowa
Revision: 234108

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

Added:
  cpio/repos/testing-i686/
  cpio/repos/testing-i686/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch
(from rev 234107, 
cpio/trunk/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch)
  cpio/repos/testing-x86_64/
  cpio/repos/testing-x86_64/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch
(from rev 234107, 
cpio/trunk/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch)
Deleted:
  cpio/repos/testing-i686/PKGBUILD
  cpio/repos/testing-i686/cpio-2.11-CVE-2014-9112.patch
  cpio/repos/testing-i686/cpio-2.11-stdio.in.patch
  cpio/repos/testing-i686/cpio-2.11-testsuite-CVE-2014-9112.patch
  cpio/repos/testing-i686/cpio.install
  cpio/repos/testing-x86_64/PKGBUILD
  cpio/repos/testing-x86_64/cpio-2.11-CVE-2014-9112.patch
  cpio/repos/testing-x86_64/cpio-2.11-stdio.in.patch
  cpio/repos/testing-x86_64/cpio-2.11-testsuite-CVE-2014-9112.patch
  cpio/repos/testing-x86_64/cpio.install

-+
 testing-i686/PKGBUILD   |   49 --
 testing-i686/cpio-2.11-CVE-2014-9112.patch  |  212 
--
 testing-i686/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch   |  152 +++
 testing-i686/cpio-2.11-stdio.in.patch   |   13 
 testing-i686/cpio-2.11-testsuite-CVE-2014-9112.patch|   30 -
 testing-i686/cpio.install   |   21 
 testing-x86_64/PKGBUILD |   49 --
 testing-x86_64/cpio-2.11-CVE-2014-9112.patch|  212 
--
 testing-x86_64/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch |  152 +++
 testing-x86_64/cpio-2.11-stdio.in.patch |   13 
 testing-x86_64/cpio-2.11-testsuite-CVE-2014-9112.patch  |   30 -
 testing-x86_64/cpio.install |   21 
 12 files changed, 304 insertions(+), 650 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-12-16 15:53:36 UTC (rev 227655)
+++ testing-i686/PKGBUILD   2015-03-18 16:29:13 UTC (rev 234108)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: judd jvi...@zeroflux.org
-pkgname=cpio
-pkgver=2.11
-pkgrel=5
-pkgdesc=A tool to copy files into or out of a cpio or tar archive
-arch=(i686 x86_64)
-license=('GPL')
-url=http://www.gnu.org/software/cpio;
-depends=('glibc')
-source=(ftp://ftp.gnu.org/gnu/cpio/cpio-${pkgver}.tar.gz
-cpio-2.11-stdio.in.patch
-cpio-2.11-CVE-2014-9112.patch
-cpio-2.11-testsuite-CVE-2014-9112.patch)
-install=cpio.install
-md5sums=('1112bb6c45863468b5496ba128792f6c'
- 'd7e58f2a1ec286febd09ea75042cf96e'
- '2541e37b85cb7baffc3a3f687453737c'
- '348870bebae57146eafeb189adbd43a4')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/cpio-2.11-stdio.in.patch
-  # from fedora git
-  patch -Np1 -i ${srcdir}/cpio-2.11-CVE-2014-9112.patch
-  patch -Np1 -i ${srcdir}/cpio-2.11-testsuite-CVE-2014-9112.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/bin/mt ${pkgdir}/pkg/usr/share/man/man1/mt.1
-  rm -rf ${pkgdir}/usr/libexec
-  # remove mt manpage it conflicts with mt-st from extra
-  rm $pkgdir/usr/share/man/man1/mt.1 || return 1
-  # remove infodir
-  rm $pkgdir/usr/share/info/dir
-}

Deleted: testing-i686/cpio-2.11-CVE-2014-9112.patch
===
--- testing-i686/cpio-2.11-CVE-2014-9112.patch  2014-12-16 15:53:36 UTC (rev 
227655)
+++ testing-i686/cpio-2.11-CVE-2014-9112.patch  2015-03-18 16:29:13 UTC (rev 
234108)
@@ -1,212 +0,0 @@
-diff --git a/src/copyin.c b/src/copyin.c
-index d505407..db8ee66 100644
 a/src/copyin.c
-+++ b/src/copyin.c
-@@ -124,10 +124,30 @@ tape_skip_padding (int in_file_des, off_t offset)
-   if (pad != 0)
- tape_toss_input (in_file_des, pad);
- }
--
-+
-+static char *
-+get_link_name (struct cpio_file_stat *file_hdr, int in_file_des)
-+{
-+  char *link_name;
-+  
-+  if (file_hdr-c_filesize  0 || file_hdr-c_filesize  SIZE_MAX-1)
-+{
-+  error (0, 0, _(%s: stored filename length is out of range),
-+   file_hdr-c_name);
-+  link_name = NULL;
-+}
-+  else
-+{
-+  link_name = xmalloc (file_hdr-c_filesize + 1);
-+  tape_buffered_read (link_name, in_file_des, file_hdr-c_filesize);
-+  link_name[file_hdr-c_filesize] = '\0';
-+  tape_skip_padding (in_file_des, file_hdr-c_filesize);
-+}
-+  return link_name;
-+}
- 
- static void
--list_file(struct cpio_file_stat* file_hdr, int 

[arch-commits] Commit in synbak/trunk (PKGBUILD synbak.changelog)

2015-03-18 Thread Jaroslav Lichtblau
Date: Wednesday, March 18, 2015 @ 16:36:38
  Author: jlichtblau
Revision: 129512

upgpkg: synbak 3.1-1

Modified:
  synbak/trunk/PKGBUILD
  synbak/trunk/synbak.changelog

--+
 PKGBUILD |8 
 synbak.changelog |   13 -
 2 files changed, 12 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:33:39 UTC (rev 129511)
+++ PKGBUILD2015-03-18 15:36:38 UTC (rev 129512)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 # Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
 # Contributor: William Rea sillywi...@gmail.com
 # Contributor: aeolist aeol...@hotmail.com
 
 pkgname=synbak
-pkgver=3.0
+pkgver=3.1
 pkgrel=1
 pkgdesc=Meant to unify several backup methods in a single application while 
supplying a powerful reporting system
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('bc' 'netcat')
 changelog=$pkgname.changelog
 
source=(http://www.initzero.it/products/opensource/${pkgname}/download/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('1aa2ab54a3e3461f1969fc1cd64f861e44f503e2be7625d2610e24445a7119af')
+sha256sums=('b875ba967ff3c3a0ed1dd92b240d08a7389313124d50523f96aadf6ebc8df099')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -26,5 +26,5 @@
 package() {
   cd ${pkgname}-${pkgver}
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install
 }

Modified: synbak.changelog
===
--- synbak.changelog2015-03-18 15:33:39 UTC (rev 129511)
+++ synbak.changelog2015-03-18 15:36:38 UTC (rev 129512)
@@ -1,14 +1,17 @@
-2013-10-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2015-03-18 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * synbak 3.1-1
+
+2013-10-14 Jaroslav Lichtblau svetlemo...@archlinux.org
* synbak 3.0-1
 
-2013-01-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2013-01-13 Jaroslav Lichtblau svetlemo...@archlinux.org
* synbak 2.1-1
 
-2011-06-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2011-06-22 Jaroslav Lichtblau svetlemo...@archlinux.org
* synbak 1.4.0-1
 
-2010-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-08-29 Jaroslav Lichtblau svetlemo...@archlinux.org
* synbak 1.3.2-1
 
-2009-11-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-11-08 Jaroslav Lichtblau svetlemo...@archlinux.org
* synbak 1.2.2-1


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

2015-03-18 Thread Gaetan Bisson
Date: Wednesday, March 18, 2015 @ 17:16:29
  Author: bisson
Revision: 234102

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 234101, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/PKGBUILD.cmake
(from rev 234101, conky/trunk/PKGBUILD.cmake)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 234101, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/PKGBUILD.cmake
(from rev 234101, conky/trunk/PKGBUILD.cmake)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/PKGBUILD.cmake
  conky/repos/extra-i686/argb.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/PKGBUILD.cmake
  conky/repos/extra-x86_64/argb.patch

-+
 /PKGBUILD   |   88 +
 /PKGBUILD.cmake |   98 ++
 extra-i686/PKGBUILD |   51 -
 extra-i686/PKGBUILD.cmake   |   49 -
 extra-i686/argb.patch   |   51 -
 extra-x86_64/PKGBUILD   |   51 -
 extra-x86_64/PKGBUILD.cmake |   49 -
 extra-x86_64/argb.patch |   51 -
 8 files changed, 186 insertions(+), 302 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-18 16:15:56 UTC (rev 234101)
+++ extra-i686/PKGBUILD 2015-03-18 16:16:29 UTC (rev 234102)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-# Contributor: Partha Chowdhury kira.lau...@gmail.com
-
-pkgname=conky
-pkgver=1.9.0
-pkgrel=5
-pkgdesc='Lightweight system monitor for X'
-url='http://conky.sourceforge.net/'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('docbook2x')
-depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'argb.patch')
-sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d'
-  '9f3d73695c11f88ea7a212acdd746a78f9e51168')
-
-backup=('etc/conky/'conky{,_no_x11}.conf)
-options=('!emptydirs')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p0 -i ../argb.patch
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-ibm \
-   --enable-curl \
-   --enable-rss \
-   --enable-weather-xoap \
-   --enable-imlib2 \
-   --enable-wlan \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 234101, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-18 16:16:29 UTC (rev 234102)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+
+pkgname=conky
+pkgver=1.9.0
+pkgrel=6
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('docbook2x')
+depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
+
+backup=('etc/conky/'conky{,_no_x11}.conf)
+options=('!emptydirs')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-ibm \
+   --enable-curl \
+   --enable-rss \
+   --enable-weather-xoap \
+   --enable-imlib2 \
+   --enable-wlan \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 

[arch-commits] Commit in conky/trunk (PKGBUILD argb.patch)

2015-03-18 Thread Gaetan Bisson
Date: Wednesday, March 18, 2015 @ 17:15:56
  Author: bisson
Revision: 234101

fix FS#44239, that is, revert fix for FS#44187

Modified:
  conky/trunk/PKGBUILD
Deleted:
  conky/trunk/argb.patch

+
 PKGBUILD   |   13 +++--
 argb.patch |   51 ---
 2 files changed, 3 insertions(+), 61 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 14:38:12 UTC (rev 234100)
+++ PKGBUILD2015-03-18 16:15:56 UTC (rev 234101)
@@ -6,7 +6,7 @@
 
 pkgname=conky
 pkgver=1.9.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Lightweight system monitor for X'
 url='http://conky.sourceforge.net/'
 license=('BSD' 'GPL')
@@ -13,19 +13,12 @@
 arch=('i686' 'x86_64')
 makedepends=('docbook2x')
 depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'argb.patch')
-sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d'
-  '9f3d73695c11f88ea7a212acdd746a78f9e51168')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
 
 backup=('etc/conky/'conky{,_no_x11}.conf)
 options=('!emptydirs')
 
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p0 -i ../argb.patch
-}
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 

Deleted: argb.patch
===
--- argb.patch  2015-03-18 14:38:12 UTC (rev 234100)
+++ argb.patch  2015-03-18 16:15:56 UTC (rev 234101)
@@ -1,51 +0,0 @@
-diff -Naur src/conky.c src/conky.c
 src/conky.c2015-03-11 22:02:31.0 -0400
-+++ src/conky.c2015-03-11 22:00:06.922599010 -0400
-@@ -5064,6 +5064,11 @@
- #ifdef USE_ARGB
-   CONF(own_window_argb_visual) {
-   use_argb_visual = string_to_bool(value);
-+#ifdef IMLIB2
-+  /* disable blending to the empty window to avoid image
-+   * opacity problems */
-+  cimlib_set_blend_drawable(0);
-+#endif
-   }
-   CONF(own_window_argb_value) {
-   own_window_argb_value = strtol(value, 0, 0);
-diff -Naur src/imlib2.c src/imlib2.c
 src/imlib2.c   2012-05-03 17:08:27.0 -0400
-+++ src/imlib2.c   2015-03-11 22:01:36.538530347 -0400
-@@ -59,6 +59,9 @@
- 
- #define DEFAULT_IMLIB2_CACHE_SIZE 4096 * 1024 /* default cache size for 
loaded images */
- 
-+/* whether to blend images to drawable or not */
-+static int cimlib_blend_drawable = 1;
-+
- void cimlib_set_cache_size(long size)
- {
-   imlib_set_cache_size(size);
-@@ -74,6 +77,11 @@
-   }
- }
- 
-+void cimlib_set_blend_drawable(int blend)
-+{
-+  cimlib_blend_drawable = blend;
-+}
-+
- void cimlib_cleanup(void)
- {
-   struct image_list_s *cur = image_list_start, *last = NULL;
-@@ -247,8 +255,8 @@
-   /* clear our buffer */
-   imlib_context_set_image(buffer);
-   imlib_image_clear();
--  /* we can blend stuff now */
--  imlib_context_set_blend(1);
-+  /* we can blend stuff now if enabled */
-+  imlib_context_set_blend(cimlib_blend_drawable);
-   /* turn alpha channel on */
-   imlib_image_set_has_alpha(1);
- 


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:52:55
  Author: tpowa
Revision: 129529

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

Added:
  bbswitch/repos/community-testing-i686/PKGBUILD
(from rev 129528, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 129528, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 129528, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 129528, bbswitch/trunk/bbswitch.install)
Deleted:
  bbswitch/repos/community-testing-i686/PKGBUILD
  bbswitch/repos/community-testing-i686/bbswitch.install
  bbswitch/repos/community-testing-x86_64/PKGBUILD
  bbswitch/repos/community-testing-x86_64/bbswitch.install

---+
 /PKGBUILD |   66 
 /bbswitch.install |   24 ++
 community-testing-i686/PKGBUILD   |   33 --
 community-testing-i686/bbswitch.install   |   12 -
 community-testing-x86_64/PKGBUILD |   33 --
 community-testing-x86_64/bbswitch.install |   12 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-18 16:52:47 UTC (rev 129528)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:52:55 UTC (rev 129529)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-3.19-ARCH # Don't forget to update bbswitch.install
-pkgrel=27
-pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
-arch=('i686' 'x86_64')
-url=(http://github.com/Bumblebee-Project/bbswitch;)
-license=('GPL')
-depends=('linux=3.19' 'linux3.20')
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-install=bbswitch.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
-}

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 129528, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:52:55 UTC (rev 129529)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.19-ARCH # Don't forget to update bbswitch.install
+pkgrel=28
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.19' 'linux3.20')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+install=bbswitch.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Deleted: community-testing-i686/bbswitch.install
===
--- community-testing-i686/bbswitch.install 2015-03-18 16:52:47 UTC (rev 
129528)
+++ community-testing-i686/bbswitch.install 2015-03-18 16:52:55 UTC (rev 
129529)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.19-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
129528, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2015-03-18 16:52:55 UTC (rev 
129529)
@@ -0,0 +1,12 @@
+post_install() {
+

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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:51:54
  Author: tpowa
Revision: 129526

upgpkg: acpi_call 1.1.0-26

rebuild against 3.19.2

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:24:03 UTC (rev 129525)
+++ PKGBUILD2015-03-18 16:51:54 UTC (rev 129526)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=25
+pkgrel=26
 _extramodules=extramodules-3.19-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:54:32
  Author: tpowa
Revision: 129534

upgpkg: tp_smapi 0.41-65

rebuild against 3.19.2

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:54:10 UTC (rev 129533)
+++ PKGBUILD2015-03-18 16:54:32 UTC (rev 129534)
@@ -11,7 +11,7 @@
 pkgname=tp_smapi
 pkgver=0.41
 _extramodules=extramodules-3.19-ARCH
-pkgrel=64
+pkgrel=65
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:55:04
  Author: tpowa
Revision: 129537

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

Added:
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 129536, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 129536, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 129536, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 129536, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 129536, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 129536, vhba-module/trunk/vhba-module.install)
Deleted:
  vhba-module/repos/community-testing-i686/60-vhba.rules
  vhba-module/repos/community-testing-i686/PKGBUILD
  vhba-module/repos/community-testing-i686/vhba-module.install
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
  vhba-module/repos/community-testing-x86_64/PKGBUILD
  vhba-module/repos/community-testing-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   88 +
 /vhba-module.install |   42 +++
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 
 community-testing-i686/vhba-module.install   |   21 -
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 
 community-testing-x86_64/vhba-module.install |   21 -
 9 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-testing-i686/60-vhba.rules
===
--- community-testing-i686/60-vhba.rules2015-03-18 16:54:54 UTC (rev 
129536)
+++ community-testing-i686/60-vhba.rules2015-03-18 16:55:04 UTC (rev 
129537)
@@ -1 +0,0 @@
-ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
129536, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2015-03-18 16:55:04 UTC (rev 
129537)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-18 16:54:54 UTC (rev 129536)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:55:04 UTC (rev 129537)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=vhba-module
-pkgver=20140928
-_extramodules=extramodules-3.19-ARCH
-pkgrel=8
-pkgdesc=Kernel module that emulates SCSI devices
-arch=('i686' 'x86_64')
-url=http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux=3.19' 'linux3.20')
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-options=(!makeflags)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('967007230bb028424216d9b35da422c0'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
-  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true  install=${install}.pkg
-  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 129536, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:55:04 UTC (rev 129537)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-3.19-ARCH
+pkgrel=9
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')

[arch-commits] Commit in perl-test-spec/trunk (PKGBUILD)

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:33:16
  Author: spupykin
Revision: 129508

upgpkg: perl-test-spec 0.49-1

upd

Modified:
  perl-test-spec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:33:10 UTC (rev 129507)
+++ PKGBUILD2015-03-18 15:33:16 UTC (rev 129508)
@@ -2,7 +2,7 @@
 # $Id$
 
 pkgname=perl-test-spec
-pkgver=0.47
+pkgver=0.49
 pkgrel=1
 pkgdesc='Write tests in a declarative specification style'
 arch=(any)
@@ -13,7 +13,7 @@
 checkdepends=('perl-module-implementation' 'perl-try-tiny')
 url=https://metacpan.org/release/Test-Spec;
 
source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHILIP/Test-Spec-$pkgver.tar.gz;)
-md5sums=('60d8e0f221696c4f80ec0f4facefcff6')
+md5sums=('cac8f7d113ef25369a7d25dfc9c094b6')
 
 build()
 (


[arch-commits] Commit in perl-www-mechanize/trunk (PKGBUILD)

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:33:30
  Author: spupykin
Revision: 129510

upgpkg: perl-www-mechanize 1.74-1

upd

Modified:
  perl-www-mechanize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:33:26 UTC (rev 129509)
+++ PKGBUILD2015-03-18 15:33:30 UTC (rev 129510)
@@ -3,7 +3,7 @@
 # Contributor: Francois Charette firmi...@gmx.net
 
 pkgname=perl-www-mechanize
-pkgver=1.73
+pkgver=1.74
 pkgrel=1
 pkgdesc=Automates web page form  link interaction
 arch=(any)
@@ -13,7 +13,7 @@
 'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/WWW-Mechanize-$pkgver.tar.gz)
-md5sums=('de0a9c528c12793c881151301bc14d1a')
+md5sums=('8ec615225037ac66a2d37f4e9693ef86')
 
 build() {
   cd  $srcdir/WWW-Mechanize-$pkgver


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:50:49
  Author: spupykin
Revision: 129516

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

Added:
  libmatchbox/repos/community-i686/PKGBUILD
(from rev 129515, libmatchbox/trunk/PKGBUILD)
  libmatchbox/repos/community-x86_64/PKGBUILD
(from rev 129515, libmatchbox/trunk/PKGBUILD)
Deleted:
  libmatchbox/repos/community-i686/PKGBUILD
  libmatchbox/repos/community-i686/libpng15.patch
  libmatchbox/repos/community-x86_64/PKGBUILD
  libmatchbox/repos/community-x86_64/libpng15.patch

-+
 /PKGBUILD   |   50 ++
 community-i686/PKGBUILD |   27 
 community-i686/libpng15.patch   |   23 -
 community-x86_64/PKGBUILD   |   27 
 community-x86_64/libpng15.patch |   23 -
 5 files changed, 50 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 15:50:35 UTC (rev 129515)
+++ community-i686/PKGBUILD 2015-03-18 15:50:49 UTC (rev 129516)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Henrique C. Alves hcarvalhoal...@gmail.com
-
-pkgname=libmatchbox
-pkgver=1.10
-pkgrel=3
-pkgdesc=Base library for Matchbox WM
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('pango' 'libpng' 'libjpeg=7' 'xsettings-client' 'libxext')
-url=http://matchbox-project.org/;
-source=(http://downloads.yoctoproject.org/releases/matchbox/libmatchbox/$pkgver/libmatchbox-$pkgver.tar.gz)
-md5sums=('042c5874631dfb95151aa793dc1434b8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-#  sed -i 's|png_check_sig( header, 8 )|png_sig_cmp( header, 0, 8 ) == 0|' 
libmb/mbpixbuf.c
-#  patch -Rp1 $srcdir/libpng15.patch
-  LDFLAGS=-lX11 ./configure --prefix=/usr --enable-pango --enable-jpeg 
--enable-xsettings
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libmatchbox/repos/community-i686/PKGBUILD (from rev 129515, 
libmatchbox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 15:50:49 UTC (rev 129516)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Henrique C. Alves hcarvalhoal...@gmail.com
+
+pkgname=libmatchbox
+pkgver=1.11
+pkgrel=1
+pkgdesc=Base library for Matchbox WM
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('pango' 'libpng' 'libjpeg=7' 'xsettings-client' 'libxext')
+url=http://matchbox-project.org/;
+source=(http://downloads.yoctoproject.org/releases/matchbox/libmatchbox/$pkgver/libmatchbox-$pkgver.tar.bz2)
+md5sums=('fc6cc807f55a3e7c752d8013176875d7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  LDFLAGS=-lX11 ./configure --prefix=/usr --enable-pango --enable-jpeg 
--enable-xsettings
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/libpng15.patch
===
--- community-i686/libpng15.patch   2015-03-18 15:50:35 UTC (rev 129515)
+++ community-i686/libpng15.patch   2015-03-18 15:50:49 UTC (rev 129516)
@@ -1,23 +0,0 @@
-diff -wbBur libmatchbox-1.9/libmb/mbpixbuf.c 
libmatchbox-1.9.org/libmb/mbpixbuf.c
 libmatchbox-1.9/libmb/mbpixbuf.c   2012-01-19 21:57:56.0 +0400
-+++ libmatchbox-1.9.org/libmb/mbpixbuf.c   2006-07-26 23:12:25.0 
+0400
-@@ -247,7 +247,7 @@
- return NULL;
-   }
- 
--  if ( setjmp( png_jmpbuf(png_ptr) ) ) {
-+  if ( setjmp( png_ptr-jmpbuf ) ) {
- png_destroy_read_struct( png_ptr, info_ptr, NULL);
- fclose(fd);
- return NULL;
-@@ -269,8 +269,8 @@
-   ( color_type == PNG_COLOR_TYPE_GRAY_ALPHA ))
- png_set_gray_to_rgb(png_ptr);
-  
--  if ( png_get_color_type(png_ptr, info_ptr) == PNG_COLOR_TYPE_RGB_ALPHA 
--   || png_get_color_type(png_ptr, info_ptr) == PNG_COLOR_TYPE_GRAY_ALPHA
-+  if ( info_ptr-color_type == PNG_COLOR_TYPE_RGB_ALPHA 
-+   || info_ptr-color_type == PNG_COLOR_TYPE_GRAY_ALPHA
-)
- *has_alpha = 1;
-   else

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-18 15:50:35 UTC (rev 129515)
+++ community-x86_64/PKGBUILD   2015-03-18 15:50:49 UTC (rev 129516)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Henrique C. Alves hcarvalhoal...@gmail.com
-
-pkgname=libmatchbox
-pkgver=1.10
-pkgrel=3
-pkgdesc=Base library for Matchbox WM
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('pango' 'libpng' 'libjpeg=7' 'xsettings-client' 'libxext')
-url=http://matchbox-project.org/;

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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 17:12:56
  Author: spupykin
Revision: 129518

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

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

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

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

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

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

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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 17:23:28
  Author: spupykin
Revision: 129522

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 16:23:14 UTC (rev 129521)
+++ community-i686/PKGBUILD 2015-03-18 16:23:28 UTC (rev 129522)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=librcd
-pkgver=0.1.11
-pkgrel=4
-pkgdesc=Charset Detection Library
-arch=(i686 x86_64)
-url=http://rusxmms.sourceforge.net/;
-depends=(glibc)
-license=('GPL')
-source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('17fcea35961f85c21c58a233d54a508c')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver}
-  make DESTDIR=$pkgdir install
-}

Copied: librcd/repos/community-i686/PKGBUILD (from rev 129521, 
librcd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 16:23:28 UTC (rev 129522)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=librcd
+pkgver=0.1.14
+pkgrel=1
+pkgdesc=Charset Detection Library
+arch=(i686 x86_64)
+url=http://rusxmms.sourceforge.net/;
+depends=(glibc)
+license=('GPL')
+#source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
+source=(http://darksoft.org/files/rusxmms/librcd-$pkgver.tar.bz2)
+md5sums=('f6eb72dbdbc97f6563f527a24253fc4a')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-18 16:23:14 UTC (rev 129521)
+++ community-x86_64/PKGBUILD   2015-03-18 16:23:28 UTC (rev 129522)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=librcd
-pkgver=0.1.11
-pkgrel=4
-pkgdesc=Charset Detection Library
-arch=(i686 x86_64)
-url=http://rusxmms.sourceforge.net/;
-depends=(glibc)
-license=('GPL')
-source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('17fcea35961f85c21c58a233d54a508c')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver}
-  make DESTDIR=$pkgdir install
-}

Copied: librcd/repos/community-x86_64/PKGBUILD (from rev 129521, 
librcd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-18 16:23:28 UTC (rev 129522)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=librcd
+pkgver=0.1.14
+pkgrel=1
+pkgdesc=Charset Detection Library
+arch=(i686 x86_64)
+url=http://rusxmms.sourceforge.net/;
+depends=(glibc)
+license=('GPL')
+#source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
+source=(http://darksoft.org/files/rusxmms/librcd-$pkgver.tar.bz2)
+md5sums=('f6eb72dbdbc97f6563f527a24253fc4a')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  make DESTDIR=$pkgdir install
+}


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 17:23:31
  Author: spupykin
Revision: 129523

upgpkg: usbredir 0.7-1

upd

Modified:
  usbredir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:23:28 UTC (rev 129522)
+++ PKGBUILD2015-03-18 16:23:31 UTC (rev 129523)
@@ -3,8 +3,8 @@
 # Maintainer: Stefano Facchini stefano.facch...@gmail.com
 
 pkgname=usbredir
-pkgver=0.6
-pkgrel=4
+pkgver=0.7
+pkgrel=1
 pkgdesc=USB traffic redirection protocol
 arch=('i686' 'x86_64')
 url=http://spice-space.org/page/UsbRedir;
@@ -12,6 +12,7 @@
 depends=('libusb')
 source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
 sha256sums=('028184960044ea412403b3c55a35c3238835116e3a0fbcaff449df2c8edf')
+sha256sums=('0a63a0712b5dc62be9cca44f97270fea5d1ec1fe7dde0c11dc74a01c8e2006aa')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 17:23:03
  Author: spupykin
Revision: 129519

upgpkg: librcc 0.2.12-1

upd

Modified:
  librcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:12:56 UTC (rev 129518)
+++ PKGBUILD2015-03-18 16:23:03 UTC (rev 129519)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=librcc
-pkgver=0.2.10
-pkgrel=4
+pkgver=0.2.12
+pkgrel=1
 pkgdesc=Charset Conversion Library
 arch=(i686 x86_64)
 url=http://rusxmms.sourceforge.net/;
@@ -11,8 +11,9 @@
 depends=('aspell' 'enca' 'libxml2' 'librcd')
 makedepends=('patch' 'gtk2')
 install=librcc.install
-source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('077260cf58ae9624c964652b79fbb5fb')
+#source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
+source=(http://darksoft.org/files/rusxmms/librcc-$pkgver.tar.bz2)
+md5sums=('930de6cd64e5daa33cabed58261634bb')
 
 build() {
   cd $srcdir/$pkgname-${pkgver}


[arch-commits] Commit in nvidia-340xx/trunk (PKGBUILD)

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:49:43
  Author: tpowa
Revision: 234111

upgpkg: nvidia-340xx 340.76-6

rebuild against 3.19.2

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:40:37 UTC (rev 234110)
+++ PKGBUILD2015-03-18 16:49:43 UTC (rev 234111)
@@ -4,7 +4,7 @@
 pkgname=nvidia-340xx
 pkgver=340.76
 _extramodules=extramodules-3.19-ARCH
-pkgrel=5
+pkgrel=6
 pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:54:10
  Author: tpowa
Revision: 129533

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

Added:
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 129532, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 129532, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 129532, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 129532, rt3562sta/trunk/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-testing-i686/PKGBUILD
  rt3562sta/repos/community-testing-i686/rt3562sta.install
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install

+
 /PKGBUILD  |   92 +++
 /rt3562sta.install |   32 +
 community-testing-i686/PKGBUILD|   46 -
 community-testing-i686/rt3562sta.install   |   16 
 community-testing-x86_64/PKGBUILD  |   46 -
 community-testing-x86_64/rt3562sta.install |   16 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-18 16:54:01 UTC (rev 129532)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:54:10 UTC (rev 129533)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r2
-_patchrel=${pkgver/*_r/}
-pkgrel=3
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   EXTRA_CFLAGS=-DVERSION=$pkgver \
-   LINUX_SRC=/usr/lib/modules/$KERNEL_RELEASE/build \
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=(linux=$_kernver linux${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('fbb31034fac14d63f9ed16039b79743746d91e0587e3bdd036697f7fd39cef9a')

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 129532, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:54:10 UTC (rev 129533)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r2
+_patchrel=${pkgver/*_r/}
+pkgrel=4
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd $srcdir/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS=-DVERSION=$pkgver \
+   LINUX_SRC=/usr/lib/modules/$KERNEL_RELEASE/build \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=(linux=$_kernver linux${_kernver/.*}.$(expr ${_kernver/*.} 

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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:54:41
  Author: tpowa
Revision: 129535

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

Added:
  tp_smapi/repos/community-testing-i686/PKGBUILD
(from rev 129534, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-i686/tp_smapi.install
(from rev 129534, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 129534, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install
(from rev 129534, tp_smapi/trunk/tp_smapi.install)
Deleted:
  tp_smapi/repos/community-testing-i686/PKGBUILD
  tp_smapi/repos/community-testing-i686/tp_smapi.install
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install

---+
 /PKGBUILD |  114 
 /tp_smapi.install |   26 ++
 community-testing-i686/PKGBUILD   |   57 --
 community-testing-i686/tp_smapi.install   |   13 ---
 community-testing-x86_64/PKGBUILD |   57 --
 community-testing-x86_64/tp_smapi.install |   13 ---
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-18 16:54:32 UTC (rev 129534)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:54:41 UTC (rev 129535)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
-# Contributor: Nick B Shirakawasuna ð gmail đ com
-# Contributor: Christof Musik christof ð senfdax đ de
-# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
-# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
-
-pkgname=tp_smapi
-pkgver=0.41
-_extramodules=extramodules-3.19-ARCH
-pkgrel=64
-pkgdesc=Modules for ThinkPad's SMAPI functionality
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux=3.19' 'linux3.20')
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-install=${pkgname}.install
-source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
--e s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}| Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make -C /usr/lib/modules/${_kernver}/build \
-INSTALL_MOD_PATH=${pkgdir}/usr \
-M=${srcdir}/${pkgname}-${pkgver} modules_install
-
-  cd ${pkgdir}/usr/lib/modules
-  mv ${_kernver}/extra ${_extramodules}
-  rmdir ${_kernver}
-
-  # compress kernel modules
-  find ${pkgdir} -name *.ko -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi  ${srcdir}/${pkgname}.conf
-  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  # update kernel version in install file
-  sed -ri s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}| \
-${startdir}/${pkgname}.install
-}

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 129534, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:54:41 UTC (rev 129535)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-3.19-ARCH
+pkgrel=65
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.19' 'linux3.20')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+-e s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}| Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make -C /usr/lib/modules/${_kernver}/build \
+

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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:54:54
  Author: tpowa
Revision: 129536

upgpkg: vhba-module 20140928-9

rebuild against 3.19.2

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:54:41 UTC (rev 129535)
+++ PKGBUILD2015-03-18 16:54:54 UTC (rev 129536)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20140928
 _extramodules=extramodules-3.19-ARCH
-pkgrel=8
+pkgrel=9
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:53:41
  Author: tpowa
Revision: 129530

upgpkg: r8168 8.039.00-12

rebuild against 3.19.2

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:52:55 UTC (rev 129529)
+++ PKGBUILD2015-03-18 16:53:41 UTC (rev 129530)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.039.00
-pkgrel=11
+pkgrel=12
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)


  1   2   >