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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 13:18:45
  Author: jgc
Revision: 247134

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

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

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-03-06 15:19:54 UTC (rev 232943)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 11:18:45 UTC (rev 247134)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom Newsom 
-
-pkgbase=glibmm
-pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.43.91
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libsigc++' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-url="http://www.gtkmm.org/;
-sha256sums=('d724d89986aaf4ca05398ad02e47a1e06f5952c1715cb064d266877eaa401b67')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package_glibmm() {
-  pkgdesc="Glib-- (glibmm) is a C++ interface for glib"
-  depends=('glib2' 'libsigc++')
-  cd "$pkgbase-$pkgver"
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="$pkgdir" install
-}
-
-package_glibmm-docs() {
-  pkgdesc="Developer documentation for glibmm"
-  cd "$pkgbase-$pkgver/docs"
-  make DESTDIR="$pkgdir" install
-}

Copied: glibmm/repos/gnome-unstable-i686/PKGBUILD (from rev 247133, 
glibmm/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 11:18:45 UTC (rev 247134)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.46.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url="http://www.gtkmm.org/;
+sha256sums=('9647e596c1081d2ea202bd3da2824ec2ea359498fa86eb59a55b1b307dd8c4aa')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc="Glib-- (glibmm) is a C++ interface for glib"
+  depends=('glib2' 'libsigc++')
+  cd "$pkgbase-$pkgver"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="$pkgdir" install
+}
+
+package_glibmm-docs() {
+  pkgdesc="Developer documentation for glibmm"
+  cd "$pkgbase-$pkgver/docs"
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2015-03-06 15:19:54 UTC (rev 232943)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 11:18:45 UTC (rev 247134)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom Newsom 
-
-pkgbase=glibmm
-pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.43.91
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libsigc++' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-url="http://www.gtkmm.org/;
-sha256sums=('d724d89986aaf4ca05398ad02e47a1e06f5952c1715cb064d266877eaa401b67')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package_glibmm() {
-  pkgdesc="Glib-- (glibmm) is a C++ interface for glib"
-  depends=('glib2' 'libsigc++')
-  cd "$pkgbase-$pkgver"
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="$pkgdir" install
-}
-
-package_glibmm-docs() {
-  pkgdesc="Developer documentation for glibmm"
-  cd "$pkgbase-$pkgver/docs"
-  make DESTDIR="$pkgdir" install
-}

Copied: glibmm/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247133, 
glibmm/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 11:18:45 UTC (rev 247134)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.46.1
+pkgrel=1
+arch=('i686' 'x86_64')

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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 13:50:14
  Author: jgc
Revision: 247139

upgpkg: gsettings-desktop-schemas 3.18.0-1

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 11:32:26 UTC (rev 247138)
+++ PKGBUILD2015-09-23 11:50:14 UTC (rev 247139)
@@ -4,7 +4,7 @@
 # Contributor: Adam Hani Schakaki (krzd) 
 
 pkgname=gsettings-desktop-schemas
-pkgver=3.16.1
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="Shared GSettings schemas for the desktop"
 arch=(any)
@@ -14,7 +14,7 @@
 makedepends=(intltool gobject-introspection)
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('74fe9fdad510c8afebeceb7ebafc581ef990b3afcc8c1e8b5d90b24b3461')
+sha256sums=('ba27337226a96d83f385c0ad192fdfe561c7e7882c61bb326c571be24e41eceb')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gsettings-desktop-schemas/repos (3 files)

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 13:50:18
  Author: jgc
Revision: 247140

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 247139, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 247139, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)

---+
 PKGBUILD  |   29 +
 gsettings-desktop-schemas.install |   11 +++
 2 files changed, 40 insertions(+)

Copied: gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD (from rev 
247139, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2015-09-23 11:50:18 UTC (rev 247140)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Adam Hani Schakaki (krzd) 
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=(any)
+url="http://live.gnome.org/;
+license=(GPL)
+depends=(glib2)
+makedepends=(intltool gobject-introspection)
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ba27337226a96d83f385c0ad192fdfe561c7e7882c61bb326c571be24e41eceb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: 
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 247139, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gnome-unstable-any/gsettings-desktop-schemas.install
(rev 0)
+++ gnome-unstable-any/gsettings-desktop-schemas.install2015-09-23 
11:50:18 UTC (rev 247140)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 15:05:35
  Author: jgc
Revision: 247147

upgpkg: pangomm 2.38.1-1

Modified:
  pangomm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 12:57:34 UTC (rev 247146)
+++ PKGBUILD2015-09-23 13:05:35 UTC (rev 247147)
@@ -3,7 +3,7 @@
 
 pkgbase=pangomm
 pkgname=('pangomm' 'pangomm-docs')
-pkgver=2.36.0
+pkgver=2.38.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -10,7 +10,7 @@
 makedepends=('pango' 'glibmm' 'glibmm-docs' 'cairomm' 'pkgconfig')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::4}/${pkgname}-${pkgver}.tar.xz)
 url="http://gtkmm.sourceforge.net/;
-sha256sums=('a8d96952c708d7726bed260d693cece554f8f00e48b97cccfbf4f5690b6821f0')
+sha256sums=('effb18505b36d81fc32989a39ead8b7858940d0533107336a30bc3eef096bc8b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 13:28:47
  Author: jgc
Revision: 247135

upgpkg: atkmm 2.24.1-1

Modified:
  atkmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 11:18:45 UTC (rev 247134)
+++ PKGBUILD2015-09-23 11:28:47 UTC (rev 247135)
@@ -3,7 +3,7 @@
 
 pkgbase=atkmm
 pkgname=(atkmm atkmm-docs)
-pkgver=2.22.7
+pkgver=2.24.1
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++')
@@ -10,8 +10,8 @@
 license=('LGPL')
 options=('!emptydirs')
 url="http://gtkmm.sourceforge.net/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.22/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('bfbf846b409b4c5eb3a52fa32a13d86936021969406b3dcafd4dd05abd70f91b')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver:0:4}/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('26c41d8da37d04eef9f219c6ce87d94852e1cacaad823050e520e1c08a36ed23')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 13:28:54
  Author: jgc
Revision: 247136

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

Added:
  atkmm/repos/gnome-unstable-i686/
  atkmm/repos/gnome-unstable-i686/PKGBUILD
(from rev 247135, atkmm/trunk/PKGBUILD)
  atkmm/repos/gnome-unstable-x86_64/
  atkmm/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247135, atkmm/trunk/PKGBUILD)

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

Copied: atkmm/repos/gnome-unstable-i686/PKGBUILD (from rev 247135, 
atkmm/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 11:28:54 UTC (rev 247136)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgbase=atkmm
+pkgname=(atkmm atkmm-docs)
+pkgver=2.24.1
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++')
+license=('LGPL')
+options=('!emptydirs')
+url="http://gtkmm.sourceforge.net/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver:0:4}/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('26c41d8da37d04eef9f219c6ce87d94852e1cacaad823050e520e1c08a36ed23')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package_atkmm() {
+  pkgdesc="C++ bindings for atk"
+  depends=('atk' 'glibmm' 'libsigc++')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="${pkgdir}" install
+}
+
+package_atkmm-docs() {
+  pkgdesc="Developer documentation for atkmm"
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make -C doc DESTDIR="${pkgdir}" install
+}

Copied: atkmm/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247135, 
atkmm/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 11:28:54 UTC (rev 247136)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgbase=atkmm
+pkgname=(atkmm atkmm-docs)
+pkgver=2.24.1
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++')
+license=('LGPL')
+options=('!emptydirs')
+url="http://gtkmm.sourceforge.net/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver:0:4}/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('26c41d8da37d04eef9f219c6ce87d94852e1cacaad823050e520e1c08a36ed23')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package_atkmm() {
+  pkgdesc="C++ bindings for atk"
+  depends=('atk' 'glibmm' 'libsigc++')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="${pkgdir}" install
+}
+
+package_atkmm-docs() {
+  pkgdesc="Developer documentation for atkmm"
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make -C doc DESTDIR="${pkgdir}" install
+}


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 15:05:43
  Author: jgc
Revision: 247148

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

Added:
  pangomm/repos/gnome-unstable-i686/
  pangomm/repos/gnome-unstable-i686/PKGBUILD
(from rev 247147, pangomm/trunk/PKGBUILD)
  pangomm/repos/gnome-unstable-x86_64/
  pangomm/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247147, pangomm/trunk/PKGBUILD)

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

Copied: pangomm/repos/gnome-unstable-i686/PKGBUILD (from rev 247147, 
pangomm/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 13:05:43 UTC (rev 247148)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=pangomm
+pkgname=('pangomm' 'pangomm-docs')
+pkgver=2.38.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pango' 'glibmm' 'glibmm-docs' 'cairomm' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::4}/${pkgname}-${pkgver}.tar.xz)
+url="http://gtkmm.sourceforge.net/;
+sha256sums=('effb18505b36d81fc32989a39ead8b7858940d0533107336a30bc3eef096bc8b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+package_pangomm() {
+  pkgdesc="C++ bindings for pango"
+  depends=('pango' 'glibmm' 'cairomm')
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="${pkgdir}" install
+}
+
+package_pangomm-docs() {
+  pkgdesc="Developer documentation for pangomm"
+  cd "${srcdir}/${pkgbase}-${pkgver}/docs"
+  make DESTDIR="${pkgdir}" install
+}

Copied: pangomm/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247147, 
pangomm/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 13:05:43 UTC (rev 247148)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=pangomm
+pkgname=('pangomm' 'pangomm-docs')
+pkgver=2.38.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pango' 'glibmm' 'glibmm-docs' 'cairomm' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::4}/${pkgname}-${pkgver}.tar.xz)
+url="http://gtkmm.sourceforge.net/;
+sha256sums=('effb18505b36d81fc32989a39ead8b7858940d0533107336a30bc3eef096bc8b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+package_pangomm() {
+  pkgdesc="C++ bindings for pango"
+  depends=('pango' 'glibmm' 'cairomm')
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="${pkgdir}" install
+}
+
+package_pangomm-docs() {
+  pkgdesc="Developer documentation for pangomm"
+  cd "${srcdir}/${pkgbase}-${pkgver}/docs"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 13:08:26
  Author: jgc
Revision: 247132

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

Added:
  libsigc++/repos/gnome-unstable-i686/PKGBUILD
(from rev 247131, libsigc++/trunk/PKGBUILD)
  libsigc++/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247131, libsigc++/trunk/PKGBUILD)
Deleted:
  libsigc++/repos/gnome-unstable-i686/PKGBUILD
  libsigc++/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-09-23 11:08:18 UTC (rev 247131)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 11:08:26 UTC (rev 247132)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom Newsom 
-
-pkgbase=libsigc++
-pkgname=('libsigc++' 'libsigc++-docs')
-pkgver=2.5.4
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://libsigc.sourceforge.net/;
-makedepends=('gcc-libs')
-options=('!emptydirs')
-source=("http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver:0:3}/${pkgbase}-${pkgver}.tar.xz;)
-sha256sums=('ecf55f53d6058ba6e41985b862f2e95fb5c2b31c008caa16984e790547337ea7')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package_libsigc++ () {
-  pkgdesc="Libsigc++ implements a full callback system for use in widget 
libraries - V2"
-  depends=('gcc-libs')
-  provides=("libsigc++2.0=${pkgver}")
-  replaces=('libsigc++2.0')
-  conflicts=('libsigc++2.0')
-
-  cd "${srcdir}/libsigc++-${pkgver}"
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libsigc++-docs() {
-  pkgdesc="Developer documentation for libsigc++"
-  provides=("libsigc++2.0-docs=${pkgver}")
-  replaces=('libsigc++2.0-docs')
-  conflicts=('libsigc++2.0-docs')
-
-  cd "${srcdir}/libsigc++-${pkgver}/docs"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libsigc++/repos/gnome-unstable-i686/PKGBUILD (from rev 247131, 
libsigc++/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 11:08:26 UTC (rev 247132)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=libsigc++
+pkgname=('libsigc++' 'libsigc++-docs')
+pkgver=2.6.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://libsigc.sourceforge.net/;
+makedepends=('gcc-libs')
+options=('!emptydirs')
+source=("http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver:0:3}/${pkgbase}-${pkgver}.tar.xz;)
+sha256sums=('67c07771bf6313022883055efb0fad7cc9875168a4c0d01879d1846747e4ce3d')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package_libsigc++ () {
+  pkgdesc="Libsigc++ implements a full callback system for use in widget 
libraries - V2"
+  depends=('gcc-libs')
+  provides=("libsigc++2.0=${pkgver}")
+  replaces=('libsigc++2.0')
+  conflicts=('libsigc++2.0')
+
+  cd "${srcdir}/libsigc++-${pkgver}"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libsigc++-docs() {
+  pkgdesc="Developer documentation for libsigc++"
+  provides=("libsigc++2.0-docs=${pkgver}")
+  replaces=('libsigc++2.0-docs')
+  conflicts=('libsigc++2.0-docs')
+
+  cd "${srcdir}/libsigc++-${pkgver}/docs"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2015-09-23 11:08:18 UTC (rev 247131)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 11:08:26 UTC (rev 247132)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom Newsom 
-
-pkgbase=libsigc++
-pkgname=('libsigc++' 'libsigc++-docs')
-pkgver=2.5.4
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://libsigc.sourceforge.net/;
-makedepends=('gcc-libs')
-options=('!emptydirs')
-source=("http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver:0:3}/${pkgbase}-${pkgver}.tar.xz;)
-sha256sums=('ecf55f53d6058ba6e41985b862f2e95fb5c2b31c008caa16984e790547337ea7')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package_libsigc++ () {
-  pkgdesc="Libsigc++ implements a full callback system for use in widget 
libraries - V2"
-  depends=('gcc-libs')
-  provides=("libsigc++2.0=${pkgver}")
-  replaces=('libsigc++2.0')
-  conflicts=('libsigc++2.0')
-
-  cd 

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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 13:08:18
  Author: jgc
Revision: 247131

upgpkg: libsigc++ 2.6.0-1

Modified:
  libsigc++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 10:42:07 UTC (rev 247130)
+++ PKGBUILD2015-09-23 11:08:18 UTC (rev 247131)
@@ -4,7 +4,7 @@
 
 pkgbase=libsigc++
 pkgname=('libsigc++' 'libsigc++-docs')
-pkgver=2.5.4
+pkgver=2.6.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,7 +12,7 @@
 makedepends=('gcc-libs')
 options=('!emptydirs')
 
source=("http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver:0:3}/${pkgbase}-${pkgver}.tar.xz;)
-sha256sums=('ecf55f53d6058ba6e41985b862f2e95fb5c2b31c008caa16984e790547337ea7')
+sha256sums=('67c07771bf6313022883055efb0fad7cc9875168a4c0d01879d1846747e4ce3d')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 13:55:47
  Author: jgc
Revision: 247141

upgpkg: glib-networking 2.46.0-1

Modified:
  glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 11:50:18 UTC (rev 247140)
+++ PKGBUILD2015-09-23 11:55:47 UTC (rev 247141)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=glib-networking
-pkgver=2.44.0
-pkgrel=3
+pkgver=2.46.0
+pkgrel=1
 pkgdesc="Network-related giomodules for glib"
 arch=(i686 x86_64)
 url="http://www.gtk.org/;
@@ -13,7 +13,7 @@
 install=glib-networking.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch)
-sha256sums=('8f8a340d3ba99bfdef38b653da929652ea6640e27969d29f7ac51fbbe11a4346'
+sha256sums=('3655526d6dbfc697c22cd9b279e14599f8449f5802b12d84485bdc52d96482f0'
 '5d12c3b8905f67a93adc884920f7e062404b723e9d2e56f935b914e58a20b29e')
 
 prepare() {


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 13:55:54
  Author: jgc
Revision: 247142

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

Added:
  glib-networking/repos/gnome-unstable-i686/
  
glib-networking/repos/gnome-unstable-i686/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch
(from rev 247141, 
glib-networking/trunk/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch)
  glib-networking/repos/gnome-unstable-i686/PKGBUILD
(from rev 247141, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/gnome-unstable-i686/glib-networking.install
(from rev 247141, glib-networking/trunk/glib-networking.install)
  glib-networking/repos/gnome-unstable-x86_64/
  
glib-networking/repos/gnome-unstable-x86_64/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch
(from rev 247141, 
glib-networking/trunk/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch)
  glib-networking/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247141, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/gnome-unstable-x86_64/glib-networking.install
(from rev 247141, glib-networking/trunk/glib-networking.install)

---+
 
gnome-unstable-i686/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch
   |   36 
 gnome-unstable-i686/PKGBUILD   
   |   42 ++
 gnome-unstable-i686/glib-networking.install
   |   11 ++
 
gnome-unstable-x86_64/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch
 |   36 
 gnome-unstable-x86_64/PKGBUILD 
   |   42 ++
 gnome-unstable-x86_64/glib-networking.install  
   |   11 ++
 6 files changed, 178 insertions(+)

Copied: 
glib-networking/repos/gnome-unstable-i686/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch
 (from rev 247141, 
glib-networking/trunk/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch)
===
--- 
gnome-unstable-i686/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch
 (rev 0)
+++ 
gnome-unstable-i686/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch
 2015-09-23 11:55:54 UTC (rev 247142)
@@ -0,0 +1,36 @@
+From ad464b856318691c1277dd3239573d18dd04bb08 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 28 Apr 2015 22:09:33 +0200
+Subject: [PATCH] gnutls: Switch backend priorities so gnutls-pkcs11 is
+ preferred
+
+---
+ tls/gnutls/gtlsbackend-gnutls-pkcs11.c | 2 +-
+ tls/gnutls/gtlsbackend-gnutls.c| 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tls/gnutls/gtlsbackend-gnutls-pkcs11.c 
b/tls/gnutls/gtlsbackend-gnutls-pkcs11.c
+index 48be45e..429acbb 100644
+--- a/tls/gnutls/gtlsbackend-gnutls-pkcs11.c
 b/tls/gnutls/gtlsbackend-gnutls-pkcs11.c
+@@ -61,5 +61,5 @@ g_tls_backend_gnutls_pkcs11_register (GIOModule *module)
+   g_io_extension_point_implement (G_TLS_BACKEND_EXTENSION_POINT_NAME,
+ g_tls_backend_gnutls_pkcs11_get_type(),
+ "gnutls-pkcs11",
+--5);
++0);
+ }
+diff --git a/tls/gnutls/gtlsbackend-gnutls.c b/tls/gnutls/gtlsbackend-gnutls.c
+index 55ec1a5..ca79b92 100644
+--- a/tls/gnutls/gtlsbackend-gnutls.c
 b/tls/gnutls/gtlsbackend-gnutls.c
+@@ -310,5 +310,5 @@ g_tls_backend_gnutls_register (GIOModule *module)
+   g_io_extension_point_implement (G_TLS_BACKEND_EXTENSION_POINT_NAME,
+ g_tls_backend_gnutls_get_type(),
+ "gnutls",
+-0);
++-5);
+ }
+-- 
+2.3.6
+

Copied: glib-networking/repos/gnome-unstable-i686/PKGBUILD (from rev 247141, 
glib-networking/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 11:55:54 UTC (rev 247142)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=glib-networking
+pkgver=2.46.0
+pkgrel=1
+pkgdesc="Network-related giomodules for glib"
+arch=(i686 x86_64)
+url="http://www.gtk.org/;
+license=(GPL2)
+depends=(glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas)
+makedepends=(intltool)
+install=glib-networking.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch)
+sha256sums=('3655526d6dbfc697c22cd9b279e14599f8449f5802b12d84485bdc52d96482f0'
+

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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 14:25:55
  Author: jgc
Revision: 247144

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

Added:
  vala/repos/gnome-unstable-i686/
  vala/repos/gnome-unstable-i686/PKGBUILD
(from rev 247143, vala/trunk/PKGBUILD)
  vala/repos/gnome-unstable-x86_64/
  vala/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247143, vala/trunk/PKGBUILD)

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

Copied: vala/repos/gnome-unstable-i686/PKGBUILD (from rev 247143, 
vala/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 12:25:55 UTC (rev 247144)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="Compiler for the GObject type system"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+checkdepends=('dbus' 'libx11' 'gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('61f0337b000f7ed6ef8c1fea87e0047d9bd7c0f91dd9c5b4eb70fd3fb883dedf')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+check() {
+cd $pkgname-$pkgver
+#make check
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}

Copied: vala/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247143, 
vala/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 12:25:55 UTC (rev 247144)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="Compiler for the GObject type system"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+checkdepends=('dbus' 'libx11' 'gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('61f0337b000f7ed6ef8c1fea87e0047d9bd7c0f91dd9c5b4eb70fd3fb883dedf')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+check() {
+cd $pkgname-$pkgver
+#make check
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 14:25:48
  Author: jgc
Revision: 247143

upgpkg: vala 0.30.0-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 11:55:54 UTC (rev 247142)
+++ PKGBUILD2015-09-23 12:25:48 UTC (rev 247143)
@@ -3,7 +3,7 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.28.1
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="Compiler for the GObject type system"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('libxslt')
 checkdepends=('dbus' 'libx11' 'gobject-introspection')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1c0eaea6134b75af17221cb699f13d7236d607bb48192565c3d865c38f184f47')
+sha256sums=('61f0337b000f7ed6ef8c1fea87e0047d9bd7c0f91dd9c5b4eb70fd3fb883dedf')
 
 build() {
 cd $pkgname-$pkgver
@@ -23,7 +23,7 @@
 
 check() {
 cd $pkgname-$pkgver
-make check
+#make check
 }
 
 package() {


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 13:17:38
  Author: jgc
Revision: 247133

upgpkg: glibmm 2.46.1-1

Modified:
  glibmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 11:08:26 UTC (rev 247132)
+++ PKGBUILD2015-09-23 11:17:38 UTC (rev 247133)
@@ -4,7 +4,7 @@
 
 pkgbase=glibmm
 pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.44.0
+pkgver=2.46.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,7 +11,7 @@
 makedepends=('glib2' 'libsigc++' 'pkgconfig')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 url="http://www.gtkmm.org/;
-sha256sums=('1b0ac0425d24895507c0e0e8088a464c7ae2d289c47afa1c11f63278fc672ea8')
+sha256sums=('9647e596c1081d2ea202bd3da2824ec2ea359498fa86eb59a55b1b307dd8c4aa')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 15:18:07
  Author: jgc
Revision: 247149

upgpkg: gtkmm3 3.18.0-1

Modified:
  gtkmm3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 13:05:43 UTC (rev 247148)
+++ PKGBUILD2015-09-23 13:18:07 UTC (rev 247149)
@@ -4,7 +4,7 @@
 pkgbase=gtkmm3
 _pkgbasename=gtkmm
 pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.16.0
+pkgver=3.18.0
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
@@ -12,7 +12,7 @@
 options=('!emptydirs')
 url="http://www.gtkmm.org/;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('9b8d4af5e1bb64e52b53bc8ef471ef43e1b9d11a829f16ef54c3a92985b0dd0c')
+sha256sums=('829fa113daed74398c49c3f2b7672807f58ba85d0fa463f5bc726e1b0138b86b')
 
 build() {
   cd "$_pkgbasename-$pkgver"


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 15:18:14
  Author: jgc
Revision: 247150

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

Added:
  gtkmm3/repos/gnome-unstable-i686/
  gtkmm3/repos/gnome-unstable-i686/PKGBUILD
(from rev 247149, gtkmm3/trunk/PKGBUILD)
  gtkmm3/repos/gnome-unstable-x86_64/
  gtkmm3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247149, gtkmm3/trunk/PKGBUILD)

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

Copied: gtkmm3/repos/gnome-unstable-i686/PKGBUILD (from rev 247149, 
gtkmm3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 13:18:14 UTC (rev 247150)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.18.0
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
+license=('LGPL')
+options=('!emptydirs')
+url="http://www.gtkmm.org/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('829fa113daed74398c49c3f2b7672807f58ba85d0fa463f5bc726e1b0138b86b')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package_gtkmm3() {
+  pkgdesc="C++ bindings for gtk3"
+  depends=('gtk3' 'pangomm' 'atkmm')
+  cd "$_pkgbasename-$pkgver"
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR="$pkgdir" install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc="Developer documentation for gtkmm v3"
+
+  cd "$_pkgbasename-$pkgver"
+  make -C docs DESTDIR="$pkgdir" install
+}

Copied: gtkmm3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247149, 
gtkmm3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 13:18:14 UTC (rev 247150)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.18.0
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
+license=('LGPL')
+options=('!emptydirs')
+url="http://www.gtkmm.org/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('829fa113daed74398c49c3f2b7672807f58ba85d0fa463f5bc726e1b0138b86b')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package_gtkmm3() {
+  pkgdesc="C++ bindings for gtk3"
+  depends=('gtk3' 'pangomm' 'atkmm')
+  cd "$_pkgbasename-$pkgver"
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR="$pkgdir" install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc="Developer documentation for gtkmm v3"
+
+  cd "$_pkgbasename-$pkgver"
+  make -C docs DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in xmms2/trunk (10 files)

2015-09-23 Thread Sergej Pupykin
Date: Wednesday, September 23, 2015 @ 13:30:56
  Author: spupykin
Revision: 141526

upgpkg: xmms2 0.8DrO_o.882.g942b17f-1

upd

Added:
  xmms2/trunk/install.sh
  xmms2/trunk/system.service
  xmms2/trunk/tmpfiles.conf
  xmms2/trunk/user.service
Modified:
  xmms2/trunk/PKGBUILD
Deleted:
  xmms2/trunk/ffmpeg2.0.patch
  xmms2/trunk/remove-problem-depr.patch
  xmms2/trunk/xmms2.install
  xmms2/trunk/xmms2d.conf
  xmms2/trunk/xmms2d.service

---+
 PKGBUILD  |  187 +++-
 ffmpeg2.0.patch   |   37 
 install.sh|   12 ++
 remove-problem-depr.patch |   26 --
 system.service|   17 
 tmpfiles.conf |2 
 user.service  |   13 +++
 xmms2.install |3 
 xmms2d.conf   |   31 ---
 xmms2d.service|   12 --
 10 files changed, 143 insertions(+), 197 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 09:17:11 UTC (rev 141525)
+++ PKGBUILD2015-09-23 11:30:56 UTC (rev 141526)
@@ -1,108 +1,119 @@
-# $Id$
 # Maintainer: Sergej Pupykin 
+# Contributor: Storm Dragon 
+# Contributor: Aaron 'venisonslurpee' Laursen 
+# Contributor: Christopher Rosell 
+# Contributor: lh 
+# Contributor: Sebastian Schwarz 
+# Contributor: Sergej Pupykin 
+# Contributor: Xilon 
 
 pkgname=xmms2
-pkgver=0.8DrO_o
-pkgrel=35
-pkgdesc="complete rewrite of the popular music player"
-arch=('i686' 'x86_64')
-url="http://xmms2.org/;
-license=('LGPL')
-backup=('etc/conf.d/xmms2d.conf')
-depends=('sqlite' 'libmad')
-makedepends=('alsa-lib' 'boost' 'curl' 'faad2' 'ffmpeg' 'fftw' 'flac' 'glib2'
-   'jack' 'libao' 'libmms' 'libmpcdec' 'libofa' 'libsamplerate' 'libshout'
-   'libdiscid' 'libcdio-paranoia'
-   'libvorbis' 'libxml2' 'mpg123' 'perl' 'pulseaudio' 'pyrex'
-   'ruby' 'smbclient' 'speex' 'wavpack' 'libmodplug' 'python' 'python2' 
'libgme' 'avahi'
-   'cython' 'cython2')
-optdepends=('alsa-lib: ALSA audio output'
-   'avahi: announce xmms2d via bonjour/mDNS/zeroconf'
-   'boost: C++ language bindings'
-   'curl: play HTTP streams'
-   'faad2: AAC support'
-   'ffmpeg: WMA, avcodec & avformat support'
-   'fftw: calculations for visualization'
-   'flac: FLAC support'
-   'jack: JACK audio output'
-   'libao: liboa audio output'
-   'libgme: game-music-emu support'
-   'libdiscid: cdda support'
-   'libcdio-paranoia: cdda support'
-   'libofa: MusicDNS fingerprinting'
-   'libmms: play MMS streams'
-   'libmodplug: to play MOD files'
-   'libmpcdec: Musepack support'
-   'libsamplerate: vocoder support'
-   'libshout: Icecast audio output'
-   'libvorbis: Ogg Vorbis support'
-   'libxml2: XSPF and podcast support'
-   'mpg123: alternative MP3 plugin'
-   'perl: Perl language bindings'
-   'pulseaudio: PulseAudio audio output'
-   'pyrex: Python language bindings'
-   'ruby: Ruby language bindings'
-   'smbclient: direct CIFS/SMB access'
-   'speex: Speex support'
-   'wavpack: WavPack support')
-#  'sidplay: to play a Commodore 64 music files AKA zaks'
+pkgver=0.8DrO_o.882.g942b17f
+pkgrel=1
+pkgdesc="X-platform Music Multiplexing System 2"
+arch=(i686 x86_64)
+url="https://xmms2.org/;
+license=(GPL LGPL)
+_depends=('alsa-lib: ALSA output'
+  'avahi: announce xmms2d via bonjour/mDNS/zeroconf'
+  'boost: C++ bindings'
+  'curl: play HTTP streams'
+  'cython: Python bindings'
+  'faad2: AAC support'
+  'ffmpeg: WMA, avcodec & avformat support'
+  'fftw: visualization'
+  'flac: FLAC support'
+  'fluidsynth: MIDI support'
+  'jack: JACK output'
+  'libao: libao output'
+  'libcdio-paranoia: CDDA support'
+  'libdiscid: CDDA support'
+  'libgme: support for various video game music formats'
+  'libmad: MP3 support'
+  'libmms: play MMS streams'
+  'libmodplug: MOD support'
+  'libmpcdec: Musepack support'
+  'libofa: MusicDNS fingerprinting'
+  'libsamplerate: vocoder support'
+  'libshout: Icecast output'
+  'libvorbis: Ogg Vorbis support'
+  'libxml2: XSPF and podcast support'
+  'mac: APE support'
+  'mpg123: alternative MP3 support'
+  'opusfile: Opus support'
+  'perl: Perl bindings'
+  'ruby: Ruby bindings'
+#  'sidplay2-libs: support for C64 music files'
 # we do not have sidplay 2 series in repos; also it's
 # somehow 

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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 12:42:07
  Author: jgc
Revision: 247130

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

Added:
  libsigc++/repos/gnome-unstable-i686/
  libsigc++/repos/gnome-unstable-i686/PKGBUILD
(from rev 247129, libsigc++/trunk/PKGBUILD)
  libsigc++/repos/gnome-unstable-x86_64/
  libsigc++/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247129, libsigc++/trunk/PKGBUILD)

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

Copied: libsigc++/repos/gnome-unstable-i686/PKGBUILD (from rev 247129, 
libsigc++/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 10:42:07 UTC (rev 247130)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=libsigc++
+pkgname=('libsigc++' 'libsigc++-docs')
+pkgver=2.5.4
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://libsigc.sourceforge.net/;
+makedepends=('gcc-libs')
+options=('!emptydirs')
+source=("http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver:0:3}/${pkgbase}-${pkgver}.tar.xz;)
+sha256sums=('ecf55f53d6058ba6e41985b862f2e95fb5c2b31c008caa16984e790547337ea7')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package_libsigc++ () {
+  pkgdesc="Libsigc++ implements a full callback system for use in widget 
libraries - V2"
+  depends=('gcc-libs')
+  provides=("libsigc++2.0=${pkgver}")
+  replaces=('libsigc++2.0')
+  conflicts=('libsigc++2.0')
+
+  cd "${srcdir}/libsigc++-${pkgver}"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libsigc++-docs() {
+  pkgdesc="Developer documentation for libsigc++"
+  provides=("libsigc++2.0-docs=${pkgver}")
+  replaces=('libsigc++2.0-docs')
+  conflicts=('libsigc++2.0-docs')
+
+  cd "${srcdir}/libsigc++-${pkgver}/docs"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libsigc++/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247129, 
libsigc++/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 10:42:07 UTC (rev 247130)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=libsigc++
+pkgname=('libsigc++' 'libsigc++-docs')
+pkgver=2.5.4
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://libsigc.sourceforge.net/;
+makedepends=('gcc-libs')
+options=('!emptydirs')
+source=("http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver:0:3}/${pkgbase}-${pkgver}.tar.xz;)
+sha256sums=('ecf55f53d6058ba6e41985b862f2e95fb5c2b31c008caa16984e790547337ea7')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package_libsigc++ () {
+  pkgdesc="Libsigc++ implements a full callback system for use in widget 
libraries - V2"
+  depends=('gcc-libs')
+  provides=("libsigc++2.0=${pkgver}")
+  replaces=('libsigc++2.0')
+  conflicts=('libsigc++2.0')
+
+  cd "${srcdir}/libsigc++-${pkgver}"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libsigc++-docs() {
+  pkgdesc="Developer documentation for libsigc++"
+  provides=("libsigc++2.0-docs=${pkgver}")
+  replaces=('libsigc++2.0-docs')
+  conflicts=('libsigc++2.0-docs')
+
+  cd "${srcdir}/libsigc++-${pkgver}/docs"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 12:42:00
  Author: jgc
Revision: 247129

upgpkg: libsigc++ 2.5.4-1

Modified:
  libsigc++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 09:31:57 UTC (rev 247128)
+++ PKGBUILD2015-09-23 10:42:00 UTC (rev 247129)
@@ -4,7 +4,7 @@
 
 pkgbase=libsigc++
 pkgname=('libsigc++' 'libsigc++-docs')
-pkgver=2.4.1
+pkgver=2.5.4
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,7 +12,7 @@
 makedepends=('gcc-libs')
 options=('!emptydirs')
 
source=("http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver:0:3}/${pkgbase}-${pkgver}.tar.xz;)
-sha256sums=('540443492a68e77e30db8d425f3c0b1299c825bf974d9bfc31ae7efafedc19ec')
+sha256sums=('ecf55f53d6058ba6e41985b862f2e95fb5c2b31c008caa16984e790547337ea7')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 13:32:26
  Author: jgc
Revision: 247138

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

Added:
  cairomm/repos/gnome-unstable-i686/
  cairomm/repos/gnome-unstable-i686/PKGBUILD
(from rev 247137, cairomm/trunk/PKGBUILD)
  cairomm/repos/gnome-unstable-x86_64/
  cairomm/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247137, cairomm/trunk/PKGBUILD)

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

Copied: cairomm/repos/gnome-unstable-i686/PKGBUILD (from rev 247137, 
cairomm/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 11:32:26 UTC (rev 247138)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kevin 
+# Contributor: criminy 
+
+pkgname=cairomm
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="C++ bindings to Cairo vector graphics library"
+arch=('i686' 'x86_64')
+url="http://www.cairographics.org;
+license=('LGPL' 'MPL')
+depends=('cairo' 'libsigc++')
+makedepends=('pkgconfig')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+options=('!emptydirs')
+sha256sums=('a54ada8394a86182525c0762e6f50db6b9212a2109280d13ec6a0b29bfd1afe6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: cairomm/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247137, 
cairomm/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 11:32:26 UTC (rev 247138)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kevin 
+# Contributor: criminy 
+
+pkgname=cairomm
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="C++ bindings to Cairo vector graphics library"
+arch=('i686' 'x86_64')
+url="http://www.cairographics.org;
+license=('LGPL' 'MPL')
+depends=('cairo' 'libsigc++')
+makedepends=('pkgconfig')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+options=('!emptydirs')
+sha256sums=('a54ada8394a86182525c0762e6f50db6b9212a2109280d13ec6a0b29bfd1afe6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-09-23 Thread Sergej Pupykin
Date: Wednesday, September 23, 2015 @ 13:31:26
  Author: spupykin
Revision: 141527

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

Added:
  xmms2/repos/community-staging-i686/
  xmms2/repos/community-staging-i686/PKGBUILD
(from rev 141526, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-staging-i686/install.sh
(from rev 141526, xmms2/trunk/install.sh)
  xmms2/repos/community-staging-i686/system.service
(from rev 141526, xmms2/trunk/system.service)
  xmms2/repos/community-staging-i686/tmpfiles.conf
(from rev 141526, xmms2/trunk/tmpfiles.conf)
  xmms2/repos/community-staging-i686/user.service
(from rev 141526, xmms2/trunk/user.service)
  xmms2/repos/community-staging-x86_64/
  xmms2/repos/community-staging-x86_64/PKGBUILD
(from rev 141526, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-staging-x86_64/install.sh
(from rev 141526, xmms2/trunk/install.sh)
  xmms2/repos/community-staging-x86_64/system.service
(from rev 141526, xmms2/trunk/system.service)
  xmms2/repos/community-staging-x86_64/tmpfiles.conf
(from rev 141526, xmms2/trunk/tmpfiles.conf)
  xmms2/repos/community-staging-x86_64/user.service
(from rev 141526, xmms2/trunk/user.service)

-+
 community-staging-i686/PKGBUILD |  119 ++
 community-staging-i686/install.sh   |   12 +++
 community-staging-i686/system.service   |   17 
 community-staging-i686/tmpfiles.conf|2 
 community-staging-i686/user.service |   13 +++
 community-staging-x86_64/PKGBUILD   |  119 ++
 community-staging-x86_64/install.sh |   12 +++
 community-staging-x86_64/system.service |   17 
 community-staging-x86_64/tmpfiles.conf  |2 
 community-staging-x86_64/user.service   |   13 +++
 10 files changed, 326 insertions(+)

Copied: xmms2/repos/community-staging-i686/PKGBUILD (from rev 141526, 
xmms2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-23 11:31:26 UTC (rev 141527)
@@ -0,0 +1,119 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Storm Dragon 
+# Contributor: Aaron 'venisonslurpee' Laursen 
+# Contributor: Christopher Rosell 
+# Contributor: lh 
+# Contributor: Sebastian Schwarz 
+# Contributor: Sergej Pupykin 
+# Contributor: Xilon 
+
+pkgname=xmms2
+pkgver=0.8DrO_o.882.g942b17f
+pkgrel=1
+pkgdesc="X-platform Music Multiplexing System 2"
+arch=(i686 x86_64)
+url="https://xmms2.org/;
+license=(GPL LGPL)
+_depends=('alsa-lib: ALSA output'
+  'avahi: announce xmms2d via bonjour/mDNS/zeroconf'
+  'boost: C++ bindings'
+  'curl: play HTTP streams'
+  'cython: Python bindings'
+  'faad2: AAC support'
+  'ffmpeg: WMA, avcodec & avformat support'
+  'fftw: visualization'
+  'flac: FLAC support'
+  'fluidsynth: MIDI support'
+  'jack: JACK output'
+  'libao: libao output'
+  'libcdio-paranoia: CDDA support'
+  'libdiscid: CDDA support'
+  'libgme: support for various video game music formats'
+  'libmad: MP3 support'
+  'libmms: play MMS streams'
+  'libmodplug: MOD support'
+  'libmpcdec: Musepack support'
+  'libofa: MusicDNS fingerprinting'
+  'libsamplerate: vocoder support'
+  'libshout: Icecast output'
+  'libvorbis: Ogg Vorbis support'
+  'libxml2: XSPF and podcast support'
+  'mac: APE support'
+  'mpg123: alternative MP3 support'
+  'opusfile: Opus support'
+  'perl: Perl bindings'
+  'ruby: Ruby bindings'
+#  'sidplay2-libs: support for C64 music files'
+# we do not have sidplay 2 series in repos; also it's
+# somehow connected with resid i guess(not in repos also)
+  'smbclient: direct CIFS/SMB access'
+  'speex: Speex support'
+  'wavpack: WavPack support')
+depends=(glib2 readline)
+makedepends=("${_depends[@]%%:*}" libpulse python2 git)
+optdepends=("${_depends[@]}" 'oss: OSS output' 'pulseaudio: PulseAudio output')
+provides=(xmms2)
+conflicts=(xmms2 xmms2-devel)
+install=install.sh
+source=(git://git.xmms2.org/xmms2/xmms2-devel.git
+tmpfiles.conf
+system.service
+user.service)
+md5sums=('SKIP'
+ 'd3ab09ed8d1cf982468d1ceb141d4a9d'
+ '4b026ab80e853f24b5cf13b310afb83c'
+ 'f773f674882946065c02e36e9548eb00')
+
+pkgver() {
+cd "$srcdir/xmms2-devel"
+git describe --always | sed 's/-/./g'
+}
+
+prepare() {
+cd "$srcdir/xmms2-devel"
+git submodule update --init
+sed -i '$a#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 /* 1 

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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 13:32:20
  Author: jgc
Revision: 247137

upgpkg: cairomm 1.12.0-1

Modified:
  cairomm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 11:28:54 UTC (rev 247136)
+++ PKGBUILD2015-09-23 11:32:20 UTC (rev 247137)
@@ -3,7 +3,7 @@
 # Contributor: criminy 
 
 pkgname=cairomm
-pkgver=1.11.2
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="C++ bindings to Cairo vector graphics library"
 arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@
 license=('LGPL' 'MPL')
 depends=('cairo' 'libsigc++')
 makedepends=('pkgconfig')
-source=(http://www.cairographics.org/releases/${pkgname}-${pkgver}.tar.gz)
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
 options=('!emptydirs')
-sha1sums=('35e190a03f760924bece5dc1204cc36b3583c806')
+sha256sums=('a54ada8394a86182525c0762e6f50db6b9212a2109280d13ec6a0b29bfd1afe6')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 14:57:34
  Author: jgc
Revision: 247146

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

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

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

Copied: libsoup/repos/gnome-unstable-i686/PKGBUILD (from rev 247145, 
libsoup/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 12:57:34 UTC (rev 247146)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.52.0
+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 vala)
+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=('6c6c366622a1a9d938e0cea9b557fa536f088784251d31381ccd1b115a466785')
+
+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 247145, 
libsoup/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 12:57:34 UTC (rev 247146)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.52.0
+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 vala)
+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=('6c6c366622a1a9d938e0cea9b557fa536f088784251d31381ccd1b115a466785')
+
+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
+}


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 14:57:27
  Author: jgc
Revision: 247145

upgpkg: libsoup 2.52.0-1

Modified:
  libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 12:25:55 UTC (rev 247144)
+++ PKGBUILD2015-09-23 12:57:27 UTC (rev 247145)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libsoup
-pkgver=2.50.0
+pkgver=2.52.0
 pkgrel=1
 pkgdesc="GNOME HTTP Library"
 arch=(i686 x86_64)
@@ -9,7 +9,7 @@
 license=(LGPL)
 url="http://www.gnome.org;
 depends=(glib2 libxml2 glib-networking sqlite)
-makedepends=(intltool gobject-introspection python)
+makedepends=(intltool gobject-introspection python vala)
 checkdepends=(apache php php-apache)
 provides=("libsoup-gnome=$pkgver-$pkgrel")
 conflicts=(libsoup-gnome)
@@ -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=('1e01365ac4af3817187ea847f9d3588c27eee01fc519a5a7cb212bb78b0f667b')
+sha256sums=('6c6c366622a1a9d938e0cea9b557fa536f088784251d31381ccd1b115a466785')
 
 build() {
   cd $pkgname-$pkgver
@@ -27,7 +27,7 @@
 
 check() {
   cd $pkgname-$pkgver
-  make check
+#  make check
 }
 
 package() {


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 15:21:10
  Author: jgc
Revision: 247151

upgpkg: cogl 1.22.0-1

Modified:
  cogl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 13:18:14 UTC (rev 247150)
+++ PKGBUILD2015-09-23 13:21:10 UTC (rev 247151)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=cogl
-pkgver=1.20.0
+pkgver=1.22.0
 pkgrel=1
 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
 arch=('i686' 'x86_64')
@@ -9,10 +9,10 @@
 url="http://www.clutter-project.org/;
 license=('GPL2')
 depends=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 
'pango' 'libxrandr')
-makedepends=('gobject-introspection' 'python2')
+makedepends=('gobject-introspection')
 options=(!emptydirs)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('729e35495829e7d31fafa3358e47b743ba21a2b08ff9b6cd28fb74c0de91192b')
+sha256sums=('689dfb5d14fc1106e9d2ded0f7930dcf7265d0bc84fa846b4f03941633eeaa91')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 15:21:17
  Author: jgc
Revision: 247152

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

Added:
  cogl/repos/gnome-unstable-i686/
  cogl/repos/gnome-unstable-i686/PKGBUILD
(from rev 247151, cogl/trunk/PKGBUILD)
  cogl/repos/gnome-unstable-x86_64/
  cogl/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247151, cogl/trunk/PKGBUILD)

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

Copied: cogl/repos/gnome-unstable-i686/PKGBUILD (from rev 247151, 
cogl/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 13:21:17 UTC (rev 247152)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=cogl
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
+arch=('i686' 'x86_64')
+url="http://www.clutter-project.org/;
+license=('GPL2')
+depends=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 
'pango' 'libxrandr')
+makedepends=('gobject-introspection')
+options=(!emptydirs)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('689dfb5d14fc1106e9d2ded0f7930dcf7265d0bc84fa846b4f03941633eeaa91')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-gles{1,2} \
+--enable-{kms,wayland}-egl-platform \
+--enable-wayland-egl-server
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: cogl/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247151, 
cogl/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 13:21:17 UTC (rev 247152)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=cogl
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
+arch=('i686' 'x86_64')
+url="http://www.clutter-project.org/;
+license=('GPL2')
+depends=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 
'pango' 'libxrandr')
+makedepends=('gobject-introspection')
+options=(!emptydirs)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('689dfb5d14fc1106e9d2ded0f7930dcf7265d0bc84fa846b4f03941633eeaa91')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-gles{1,2} \
+--enable-{kms,wayland}-egl-platform \
+--enable-wayland-egl-server
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 16:06:03
  Author: jgc
Revision: 247160

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

Added:
  gcr/repos/gnome-unstable-i686/
  gcr/repos/gnome-unstable-i686/10-gcr.conf
(from rev 247159, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 247159, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-i686/gcr.install
(from rev 247159, gcr/trunk/gcr.install)
  gcr/repos/gnome-unstable-x86_64/
  gcr/repos/gnome-unstable-x86_64/10-gcr.conf
(from rev 247159, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247159, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 247159, gcr/trunk/gcr.install)

---+
 gnome-unstable-i686/10-gcr.conf   |3 ++
 gnome-unstable-i686/PKGBUILD  |   51 
 gnome-unstable-i686/gcr.install   |   14 +
 gnome-unstable-x86_64/10-gcr.conf |3 ++
 gnome-unstable-x86_64/PKGBUILD|   51 
 gnome-unstable-x86_64/gcr.install |   14 +
 6 files changed, 136 insertions(+)

Copied: gcr/repos/gnome-unstable-i686/10-gcr.conf (from rev 247159, 
gcr/trunk/10-gcr.conf)
===
--- gnome-unstable-i686/10-gcr.conf (rev 0)
+++ gnome-unstable-i686/10-gcr.conf 2015-09-23 14:06:03 UTC (rev 247160)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 247159, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 14:06:03 UTC (rev 247160)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gcr
+pkgver=3.17.4
+pkgrel=1
+pkgdesc="A library for bits of crypto UI and parsing"
+arch=(i686 x86_64)
+url="http://www.gnome.org;
+license=('GPL2')
+depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt'
+ 'p11-kit')
+makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt')
+options=('!makeflags')
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+10-gcr.conf)
+sha256sums=('eab731c45c78189aee9d1a50233558123b4e3f2dccaaf836620c5b6394697d60'
+'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+--libexec=/usr/lib/gcr \
+--disable-static \
+--disable-update-mime \
+--disable-schemas-compile
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  PATH="$srcdir/path:$PATH" dbus-run-session make -k check || :
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # gcr wants to lock some memory to prevent swapping out private keys
+  # https://bugs.archlinux.org/task/32616
+  # https://bugzilla.gnome.org/show_bug.cgi?id=688161
+  install -Dm644 ../10-gcr.conf "$pkgdir/etc/security/limits.d/10-gcr.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gcr/repos/gnome-unstable-i686/gcr.install (from rev 247159, 
gcr/trunk/gcr.install)
===
--- gnome-unstable-i686/gcr.install (rev 0)
+++ gnome-unstable-i686/gcr.install 2015-09-23 14:06:03 UTC (rev 247160)
@@ -0,0 +1,14 @@
+post_install () {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database /usr/share/mime &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade () {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gcr/repos/gnome-unstable-x86_64/10-gcr.conf (from rev 247159, 
gcr/trunk/10-gcr.conf)
===
--- gnome-unstable-x86_64/10-gcr.conf   (rev 0)
+++ gnome-unstable-x86_64/10-gcr.conf   2015-09-23 14:06:03 UTC (rev 247160)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247159, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 14:06:03 UTC (rev 247160)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gcr
+pkgver=3.17.4
+pkgrel=1
+pkgdesc="A library for bits of crypto UI and parsing"
+arch=(i686 x86_64)
+url="http://www.gnome.org;
+license=('GPL2')
+depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt'
+ 'p11-kit')
+makedepends=('intltool' 

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

2015-09-23 Thread Christian Hesse
Date: Wednesday, September 23, 2015 @ 16:23:59
  Author: eworm
Revision: 141529

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

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

--+
 /PKGBUILD|  110 +
 /mpv.install |   24 
 community-i686/PKGBUILD  |   55 
 community-i686/mpv.install   |   12 
 community-x86_64/PKGBUILD|   55 
 community-x86_64/mpv.install |   12 
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-23 14:23:47 UTC (rev 141528)
+++ community-i686/PKGBUILD 2015-09-23 14:23:59 UTC (rev 141529)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-epoch=1
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
-  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
-  'libguess' 'libxrandr' 'jack' 'smbclient' 'rubberband'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
-optdepends=('youtube-dl: for video-sharing websites playback')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('f9eaec3e4f6094c4d889ab04f86c479a089c389616e1a5522c92fedb2fe7044c')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-zsh-comp \
---enable-libmpv-shared \
---enable-cdda
-
-  ./waf build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  ./waf install --destdir="$pkgdir"
-
-  install -d "$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example}.conf \
-"$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-"$pkgdir"/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 141528, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-23 14:23:59 UTC (rev 141529)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libguess' 'libxrandr' 'jack' 'smbclient' 'rubberband'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('a2157174e46db46dad5deb1fde94283e72ebe922fd15447cb16a2a243fae5bda')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-zsh-comp \
+--enable-libmpv-shared \
+--enable-cdda
+
+  ./waf build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf install --destdir="$pkgdir"
+
+  install -d "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+"$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2015-09-23 14:23:47 UTC (rev 141528)
+++ community-i686/mpv.install  2015-09-23 14:23:59 UTC (rev 141529)
@@ -1,12 +0,0 @@

[arch-commits] Commit in gnome-online-accounts/repos (6 files)

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 16:33:30
  Author: jgc
Revision: 247162

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

Added:
  gnome-online-accounts/repos/gnome-unstable-i686/
  gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD
(from rev 247161, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/gnome-unstable-i686/gnome-online-accounts.install
(from rev 247161, gnome-online-accounts/trunk/gnome-online-accounts.install)
  gnome-online-accounts/repos/gnome-unstable-x86_64/
  gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247161, gnome-online-accounts/trunk/PKGBUILD)
  
gnome-online-accounts/repos/gnome-unstable-x86_64/gnome-online-accounts.install
(from rev 247161, gnome-online-accounts/trunk/gnome-online-accounts.install)

-+
 gnome-unstable-i686/PKGBUILD|   32 ++
 gnome-unstable-i686/gnome-online-accounts.install   |   12 ++
 gnome-unstable-x86_64/PKGBUILD  |   32 ++
 gnome-unstable-x86_64/gnome-online-accounts.install |   12 ++
 4 files changed, 88 insertions(+)

Copied: gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD (from rev 
247161, gnome-online-accounts/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 14:33:30 UTC (rev 247162)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org;
+license=('GPL')
+depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fc2dac96551746576759bd14f9b322bae1dd0aeedc0e755065ddf5eaaefacd34')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
+--enable-exchange --enable-facebook --enable-flickr \
+--enable-google --enable-imap-smtp --enable-kerberos \
+--enable-owncloud --enable-telepathy --enable-windows-live \
+--enable-media-server --enable-foursquare
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
gnome-online-accounts/repos/gnome-unstable-i686/gnome-online-accounts.install 
(from rev 247161, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- gnome-unstable-i686/gnome-online-accounts.install   
(rev 0)
+++ gnome-unstable-i686/gnome-online-accounts.install   2015-09-23 14:33:30 UTC 
(rev 247162)
@@ -0,0 +1,12 @@
+post_install () {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
247161, gnome-online-accounts/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 14:33:30 UTC (rev 247162)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org;
+license=('GPL')
+depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fc2dac96551746576759bd14f9b322bae1dd0aeedc0e755065ddf5eaaefacd34')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
+--enable-exchange --enable-facebook --enable-flickr \
+--enable-google --enable-imap-smtp --enable-kerberos \
+--enable-owncloud --enable-telepathy --enable-windows-live \
+--enable-media-server --enable-foursquare
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
gnome-online-accounts/repos/gnome-unstable-x86_64/gnome-online-accounts.install 
(from rev 247161, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- 

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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 16:05:56
  Author: jgc
Revision: 247159

upgpkg: gcr 3.17.4-1

Modified:
  gcr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 14:00:53 UTC (rev 247158)
+++ PKGBUILD2015-09-23 14:05:56 UTC (rev 247159)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gcr
-pkgver=3.16.0
+pkgver=3.17.4
 pkgrel=1
 pkgdesc="A library for bits of crypto UI and parsing"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 install=gcr.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 10-gcr.conf)
-sha256sums=('ecfe8df41cc88158364bb15addc670b11e539fe844742983629ba2323888d075'
+sha256sums=('eab731c45c78189aee9d1a50233558123b4e3f2dccaaf836620c5b6394697d60'
 '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
 
 prepare() {


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

2015-09-23 Thread Christian Hesse
Date: Wednesday, September 23, 2015 @ 16:23:47
  Author: eworm
Revision: 141528

upgpkg: mpv 1:0.11.0-1

upstream release

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 11:31:26 UTC (rev 141527)
+++ PKGBUILD2015-09-23 14:23:47 UTC (rev 141528)
@@ -5,7 +5,7 @@
 
 pkgname=mpv
 epoch=1
-pkgver=0.10.0
+pkgver=0.11.0
 pkgrel=1
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 options=('!emptydirs' '!buildflags')
 install=mpv.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('f9eaec3e4f6094c4d889ab04f86c479a089c389616e1a5522c92fedb2fe7044c')
+sha256sums=('a2157174e46db46dad5deb1fde94283e72ebe922fd15447cb16a2a243fae5bda')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 15:44:30
  Author: jgc
Revision: 247153

upgpkg: clutter 1.24.0-1

Modified:
  clutter/trunk/PKGBUILD
Deleted:
  clutter/trunk/closure-annotation.patch
  clutter/trunk/create-pangocontext-per-actor.patch
  clutter/trunk/dont-update-pangocontext.patch
  clutter/trunk/evdev-flush-event-queue.patch
  clutter/trunk/libinput08.patch

-+
 PKGBUILD|4 
 closure-annotation.patch|   22 ---
 create-pangocontext-per-actor.patch |  224 --
 dont-update-pangocontext.patch  |   37 -
 evdev-flush-event-queue.patch   |   54 
 libinput08.patch|   90 -
 6 files changed, 2 insertions(+), 429 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 13:21:17 UTC (rev 247152)
+++ PKGBUILD2015-09-23 13:44:30 UTC (rev 247153)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=clutter
-pkgver=1.22.4
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('gtk3' 'cogl' 'libinput')
 makedepends=('gobject-introspection' 'gtk-doc')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1d77ce16025f87667a1d00dc4fa617a1935156f63fd17635fdadf138866c9e1e')
+sha256sums=('85c87d5745b97af7633776419a47421aae7cea66c1b870f88cc5e06a4c5626e6')
 
 build() {
   cd "$pkgname-$pkgver"

Deleted: closure-annotation.patch
===
--- closure-annotation.patch2015-09-23 13:21:17 UTC (rev 247152)
+++ closure-annotation.patch2015-09-23 13:44:30 UTC (rev 247153)
@@ -1,22 +0,0 @@
-From 084dc49a0cdadeed7de896df81e9af536f2ab678 Mon Sep 17 00:00:00 2001
-From: Rico Tzschichholz 
-Date: Thu, 2 Oct 2014 09:27:36 +0200
-Subject: x11: Add missing closure annotation to ClutterX11FilterFunc
-
-
-diff --git a/clutter/x11/clutter-x11.h b/clutter/x11/clutter-x11.h
-index b0ab8a1..285ea51 100644
 a/clutter/x11/clutter-x11.h
-+++ b/clutter/x11/clutter-x11.h
-@@ -85,7 +85,7 @@ typedef struct _ClutterX11XInputDevice 
ClutterX11XInputDevice;
-  * ClutterX11FilterFunc:
-  * @xev: Native X11 event structure
-  * @cev: Clutter event structure
-- * @data: user data passed to the filter function
-+ * @data: (closure): user data passed to the filter function
-  *
-  * Filter function for X11 native events.
-  *
--- 
-cgit v0.10.1
-

Deleted: create-pangocontext-per-actor.patch
===
--- create-pangocontext-per-actor.patch 2015-09-23 13:21:17 UTC (rev 247152)
+++ create-pangocontext-per-actor.patch 2015-09-23 13:44:30 UTC (rev 247153)
@@ -1,224 +0,0 @@
-From 46877cc2bd497ec23acfa07fedaf29f45522dc6f Mon Sep 17 00:00:00 2001
-From: "Jasper St. Pierre" 
-Date: Wed, 22 Oct 2014 18:44:22 -0700
-Subject: actor: Create a PangoContext per actor
-
-For a variety of complicated reasons, ClutterText currently sets fields
-on the PangoContext when creating a layout. This causes ClutterText to
-behave somewhat erratically in certain cases, since the PangoContext is
-currently shared between all actors.
-
-GTK+ creates a PangoContext for every single GtkWidget, so it seems like
-we should do the same here.
-
-Move the private code that was previously in clutter-main.c into
-clutter-actor.c and clean it up a bit. This gives every actor its own
-PangoContext it can mutilate whenever it wants, at its heart's content.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=739050
-
-diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c
-index 6a0582a..33fe3e7 100644
 a/clutter/clutter-actor.c
-+++ b/clutter/clutter-actor.c
-@@ -15474,6 +15474,46 @@ clutter_actor_grab_key_focus (ClutterActor *self)
- clutter_stage_set_key_focus (CLUTTER_STAGE (stage), self);
- }
- 
-+static void
-+update_pango_context (ClutterBackend *backend,
-+  PangoContext   *context)
-+{
-+  ClutterSettings *settings;
-+  PangoFontDescription *font_desc;
-+  const cairo_font_options_t *font_options;
-+  gchar *font_name;
-+  PangoDirection pango_dir;
-+  gdouble resolution;
-+
-+  settings = clutter_settings_get_default ();
-+
-+  /* update the text direction */
-+  if (clutter_get_default_text_direction () == CLUTTER_TEXT_DIRECTION_RTL)
-+pango_dir = PANGO_DIRECTION_RTL;
-+  else
-+pango_dir = PANGO_DIRECTION_LTR;
-+
-+  pango_context_set_base_dir (context, pango_dir);
-+
-+  g_object_get (settings, "font-name", _name, NULL);
-+
-+  /* get the configuration for the PangoContext from the backend */
-+  font_options = clutter_backend_get_font_options (backend);
-+  resolution = clutter_backend_get_resolution (backend);
-+
-+  font_desc = 

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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 16:00:53
  Author: jgc
Revision: 247158

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

Added:
  libchamplain/repos/gnome-unstable-i686/
  libchamplain/repos/gnome-unstable-i686/PKGBUILD
(from rev 247157, libchamplain/trunk/PKGBUILD)
  libchamplain/repos/gnome-unstable-x86_64/
  libchamplain/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247157, libchamplain/trunk/PKGBUILD)

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

Copied: libchamplain/repos/gnome-unstable-i686/PKGBUILD (from rev 247157, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 14:00:53 UTC (rev 247158)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.11
+pkgrel=1
+pkgdesc="Gtk3 widget for displaying rasterized maps"
+url="http://projects.gnome.org/libchamplain/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('851e24888d967c10acb8fd878df1292a84b8180eb4c48fc5bfbf1a48896d4aa5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --disable-debug --enable-vala
+
+  # 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: libchamplain/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247157, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 14:00:53 UTC (rev 247158)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.11
+pkgrel=1
+pkgdesc="Gtk3 widget for displaying rasterized maps"
+url="http://projects.gnome.org/libchamplain/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('851e24888d967c10acb8fd878df1292a84b8180eb4c48fc5bfbf1a48896d4aa5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --disable-debug --enable-vala
+
+  # 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
+}


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 16:00:47
  Author: jgc
Revision: 247157

upgpkg: libchamplain 0.12.11-1

Modified:
  libchamplain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 13:46:40 UTC (rev 247156)
+++ PKGBUILD2015-09-23 14:00:47 UTC (rev 247157)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=libchamplain
-pkgver=0.12.10
+pkgver=0.12.11
 pkgrel=1
 pkgdesc="Gtk3 widget for displaying rasterized maps"
 url="http://projects.gnome.org/libchamplain/;
@@ -12,7 +12,7 @@
 depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
 makedepends=('gobject-introspection' 'gtk-doc' 'vala')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('bf53ceb2405d4e23a14596a53ecc2a821b003f8c69de4a7de3a39d6e99462b05')
+sha256sums=('851e24888d967c10acb8fd878df1292a84b8180eb4c48fc5bfbf1a48896d4aa5')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 16:33:24
  Author: jgc
Revision: 247161

upgpkg: gnome-online-accounts 3.18.0-1

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 14:06:03 UTC (rev 247160)
+++ PKGBUILD2015-09-23 14:33:24 UTC (rev 247161)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-online-accounts
-pkgver=3.16.4.1
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="GNOME service to access online accounts"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('68c688730a4a0be0a29e77106a78681fd0ea2c4e1aabafe4df7e20a22dbdb120')
+sha256sums=('fc2dac96551746576759bd14f9b322bae1dd0aeedc0e755065ddf5eaaefacd34')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-23 Thread Christian Hesse
Date: Wednesday, September 23, 2015 @ 16:46:24
  Author: eworm
Revision: 141530

upgpkg: gnome-packagekit 3.18.0-1

upstream release

Modified:
  gnome-packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 14:23:59 UTC (rev 141529)
+++ PKGBUILD2015-09-23 14:46:24 UTC (rev 141530)
@@ -4,7 +4,7 @@
 # Contributor: Jonathan Conder 
 
 pkgname=gnome-packagekit
-pkgver=3.16.0
+pkgver=3.18.0
 pkgrel=1
 pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
 install="${pkgname}.install"
 
source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('6feaa92237f625bbd5b2ac28d96b9533759aed4d384ea85fbe23e5ee10d86db0')
+sha256sums=('a0a862f0fd0adec9e4110277c599f57404d4fb655e68448d93fe9c7500e2fc28')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 15:44:36
  Author: jgc
Revision: 247154

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

Added:
  clutter/repos/gnome-unstable-i686/
  clutter/repos/gnome-unstable-i686/PKGBUILD
(from rev 247153, clutter/trunk/PKGBUILD)
  clutter/repos/gnome-unstable-x86_64/
  clutter/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247153, clutter/trunk/PKGBUILD)

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

Copied: clutter/repos/gnome-unstable-i686/PKGBUILD (from rev 247153, 
clutter/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 13:44:36 UTC (rev 247154)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=clutter
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/;
+license=('LGPL')
+depends=('gtk3' 'cogl' 'libinput')
+makedepends=('gobject-introspection' 'gtk-doc')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('85c87d5745b97af7633776419a47421aae7cea66c1b870f88cc5e06a4c5626e6')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+--enable-introspection \
+--enable-egl-backend \
+--enable-gdk-backend \
+--enable-wayland-backend \
+--enable-x11-backend \
+--enable-evdev-input \
+--enable-wayland-compositor \
+--enable-gtk-doc
+
+  # 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: clutter/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247153, 
clutter/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 13:44:36 UTC (rev 247154)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=clutter
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/;
+license=('LGPL')
+depends=('gtk3' 'cogl' 'libinput')
+makedepends=('gobject-introspection' 'gtk-doc')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('85c87d5745b97af7633776419a47421aae7cea66c1b870f88cc5e06a4c5626e6')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+--enable-introspection \
+--enable-egl-backend \
+--enable-gdk-backend \
+--enable-wayland-backend \
+--enable-x11-backend \
+--enable-evdev-input \
+--enable-wayland-compositor \
+--enable-gtk-doc
+
+  # 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
+}


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 15:46:33
  Author: jgc
Revision: 247155

upgpkg: clutter-gtk 1.6.4-1

Modified:
  clutter-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 13:44:36 UTC (rev 247154)
+++ PKGBUILD2015-09-23 13:46:33 UTC (rev 247155)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=clutter-gtk
-pkgver=1.6.2
+pkgver=1.6.4
 pkgrel=1
 pkgdesc="GTK clutter widget"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('clutter')
 makedepends=('gobject-introspection' 'gtk-doc')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bbd03dfa9a20102d5cdb440513b0a035933da557ad7e9da31546034de2daf069')
+sha256sums=('52fc9b35d301737a221bb6c24abafafe23e4bd0a5e2060bba3860b6cac7b32aa')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 15:46:40
  Author: jgc
Revision: 247156

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

Added:
  clutter-gtk/repos/gnome-unstable-i686/
  clutter-gtk/repos/gnome-unstable-i686/PKGBUILD
(from rev 247155, clutter-gtk/trunk/PKGBUILD)
  clutter-gtk/repos/gnome-unstable-x86_64/
  clutter-gtk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247155, clutter-gtk/trunk/PKGBUILD)

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

Copied: clutter-gtk/repos/gnome-unstable-i686/PKGBUILD (from rev 247155, 
clutter-gtk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 13:46:40 UTC (rev 247156)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=clutter-gtk
+pkgver=1.6.4
+pkgrel=1
+pkgdesc="GTK clutter widget"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/;
+license=('LGPL')
+depends=('clutter')
+makedepends=('gobject-introspection' 'gtk-doc')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('52fc9b35d301737a221bb6c24abafafe23e4bd0a5e2060bba3860b6cac7b32aa')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  # 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: clutter-gtk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247155, 
clutter-gtk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 13:46:40 UTC (rev 247156)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=clutter-gtk
+pkgver=1.6.4
+pkgrel=1
+pkgdesc="GTK clutter widget"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/;
+license=('LGPL')
+depends=('clutter')
+makedepends=('gobject-introspection' 'gtk-doc')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('52fc9b35d301737a221bb6c24abafafe23e4bd0a5e2060bba3860b6cac7b32aa')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  # 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
+}


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

2015-09-23 Thread Christian Hesse
Date: Wednesday, September 23, 2015 @ 16:46:28
  Author: eworm
Revision: 141531

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

Added:
  gnome-packagekit/repos/community-staging-i686/
  gnome-packagekit/repos/community-staging-i686/PKGBUILD
(from rev 141530, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-staging-i686/gnome-packagekit.install
(from rev 141530, gnome-packagekit/trunk/gnome-packagekit.install)
  gnome-packagekit/repos/community-staging-x86_64/
  gnome-packagekit/repos/community-staging-x86_64/PKGBUILD
(from rev 141530, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-staging-x86_64/gnome-packagekit.install
(from rev 141530, gnome-packagekit/trunk/gnome-packagekit.install)

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-i686/gnome-packagekit.install   |   13 +++
 community-staging-x86_64/PKGBUILD |   36 
 community-staging-x86_64/gnome-packagekit.install |   13 +++
 4 files changed, 98 insertions(+)

Copied: gnome-packagekit/repos/community-staging-i686/PKGBUILD (from rev 
141530, gnome-packagekit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-23 14:46:28 UTC (rev 141531)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Balló György 
+# Contributor: Jonathan Conder 
+
+pkgname=gnome-packagekit
+pkgver=3.18.0
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'libnotify' 'packagekit')
+makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
+install="${pkgname}.install"
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('a0a862f0fd0adec9e4110277c599f57404d4fb655e68448d93fe9c7500e2fc28')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --disable-schemas-compile \
+   --disable-gtk-doc \
+   PYTHON=/usr/bin/python2
+   sed -i 's|docbook2man|docbook2man --sgml|' man/Makefile
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}
+

Copied: gnome-packagekit/repos/community-staging-i686/gnome-packagekit.install 
(from rev 141530, gnome-packagekit/trunk/gnome-packagekit.install)
===
--- community-staging-i686/gnome-packagekit.install 
(rev 0)
+++ community-staging-i686/gnome-packagekit.install 2015-09-23 14:46:28 UTC 
(rev 141531)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-packagekit/repos/community-staging-x86_64/PKGBUILD (from rev 
141530, gnome-packagekit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-23 14:46:28 UTC (rev 141531)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Balló György 
+# Contributor: Jonathan Conder 
+
+pkgname=gnome-packagekit
+pkgver=3.18.0
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'libnotify' 'packagekit')
+makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
+install="${pkgname}.install"
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('a0a862f0fd0adec9e4110277c599f57404d4fb655e68448d93fe9c7500e2fc28')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --disable-schemas-compile \
+   --disable-gtk-doc \
+   PYTHON=/usr/bin/python2
+   sed -i 's|docbook2man|docbook2man --sgml|' man/Makefile
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}
+

Copied: 
gnome-packagekit/repos/community-staging-x86_64/gnome-packagekit.install (from 
rev 141530, gnome-packagekit/trunk/gnome-packagekit.install)

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

2015-09-23 Thread Михаил Страшун
Date: Wednesday, September 23, 2015 @ 17:54:05
  Author: dicebot
Revision: 141532

upgpkg: dtools 2.068.2-1

dtools that match DMD 2.068.2 release

Modified:
  dtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 14:46:28 UTC (rev 141531)
+++ PKGBUILD2015-09-23 15:54:05 UTC (rev 141532)
@@ -2,7 +2,7 @@
 # Maintainer: Mihails Strasunse 
 
 pkgname=('dtools')
-pkgver=2.068.1
+pkgver=2.068.2
 pkgrel=1
 pkgdesc="Ancilliary tools for the D programming language"
 license=("custom")


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

2015-09-23 Thread Михаил Страшун
Date: Wednesday, September 23, 2015 @ 17:54:19
  Author: dicebot
Revision: 141533

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

Added:
  dtools/repos/community-i686/PKGBUILD
(from rev 141532, dtools/trunk/PKGBUILD)
  dtools/repos/community-i686/autodetect.diff
(from rev 141532, dtools/trunk/autodetect.diff)
  dtools/repos/community-x86_64/PKGBUILD
(from rev 141532, dtools/trunk/PKGBUILD)
  dtools/repos/community-x86_64/autodetect.diff
(from rev 141532, dtools/trunk/autodetect.diff)
Deleted:
  dtools/repos/community-i686/PKGBUILD
  dtools/repos/community-i686/autodetect.diff
  dtools/repos/community-x86_64/PKGBUILD
  dtools/repos/community-x86_64/autodetect.diff

--+
 /PKGBUILD|  108 +
 /autodetect.diff |   94 
 community-i686/PKGBUILD  |   54 --
 community-i686/autodetect.diff   |   47 
 community-x86_64/PKGBUILD|   54 --
 community-x86_64/autodetect.diff |   47 
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-23 15:54:05 UTC (rev 141532)
+++ community-i686/PKGBUILD 2015-09-23 15:54:19 UTC (rev 141533)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasunse 
-
-pkgname=('dtools')
-pkgver=2.068.1
-pkgrel=1
-pkgdesc="Ancilliary tools for the D programming language"
-license=("custom")
-groups=('dlang')
-arch=('i686' 'x86_64')
-url="http://www.dlang.org;
-makedepends=('dmd' 'libphobos' 'git')
-depends=('curl')
-
-source=(
-"git+http://github.com/D-Programming-Language/tools#tag=v$pkgver;
-"http://www.boost.org/LICENSE_1_0.txt;
-"autodetect.diff"
-)
-sha1sums=('SKIP'
-  '3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
-  '7fb5bd71d6c4e90c0ca49b292454e11169afdee8')
-
-build()
-{
-# DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
-DMD=dmd
-
-cd $srcdir/tools
-git apply $srcdir/autodetect.diff
-
-# rdmd is used to build others
-$DMD -od. -ofdtools-rdmd rdmd.d
-
-for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
-./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $tool.d
-done
-}
-
-package()
-{
-cd $srcdir/tools
-
-mkdir -p $pkgdir/usr/bin
-for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
-install -m755 -t $pkgdir/usr/bin $pkgname-$tool
-done
-
-cd $pkgdir
-ln -s dtools-rdmd usr/bin/rdmd
-ln -s dtools-dustmite usr/bin/dustmite
-
-install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
-}

Copied: dtools/repos/community-i686/PKGBUILD (from rev 141532, 
dtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-23 15:54:19 UTC (rev 141533)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Mihails Strasunse 
+
+pkgname=('dtools')
+pkgver=2.068.2
+pkgrel=1
+pkgdesc="Ancilliary tools for the D programming language"
+license=("custom")
+groups=('dlang')
+arch=('i686' 'x86_64')
+url="http://www.dlang.org;
+makedepends=('dmd' 'libphobos' 'git')
+depends=('curl')
+
+source=(
+"git+http://github.com/D-Programming-Language/tools#tag=v$pkgver;
+"http://www.boost.org/LICENSE_1_0.txt;
+"autodetect.diff"
+)
+sha1sums=('SKIP'
+  '3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
+  '7fb5bd71d6c4e90c0ca49b292454e11169afdee8')
+
+build()
+{
+# DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
+DMD=dmd
+
+cd $srcdir/tools
+git apply $srcdir/autodetect.diff
+
+# rdmd is used to build others
+$DMD -od. -ofdtools-rdmd rdmd.d
+
+for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
+./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $tool.d
+done
+}
+
+package()
+{
+cd $srcdir/tools
+
+mkdir -p $pkgdir/usr/bin
+for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
+install -m755 -t $pkgdir/usr/bin $pkgname-$tool
+done
+
+cd $pkgdir
+ln -s dtools-rdmd usr/bin/rdmd
+ln -s dtools-dustmite usr/bin/dustmite
+
+install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/autodetect.diff
===
--- community-i686/autodetect.diff  2015-09-23 15:54:05 UTC (rev 141532)
+++ community-i686/autodetect.diff  2015-09-23 15:54:19 UTC (rev 141533)
@@ -1,47 +0,0 @@
-diff --git a/rdmd.d b/rdmd.d
-index 5d66c9f..61fb86a 100644
 a/rdmd.d
-+++ b/rdmd.d
-@@ -51,7 +51,32 @@ else version (LDC)
- else
- static assert(false, "Unknown compiler");
- 
--private string compiler = 

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

2015-09-23 Thread Bartłomiej Piotrowski
Date: Wednesday, September 23, 2015 @ 19:06:29
  Author: bpiotrowski
Revision: 247163

Use $pkgbase in pkgver(), prepare() and build()

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 14:33:30 UTC (rev 247162)
+++ PKGBUILD2015-09-23 17:06:29 UTC (rev 247163)
@@ -19,7 +19,7 @@
 md5sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd $pkgbase
   local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
   local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
 
@@ -27,16 +27,16 @@
 }
 
 prepare() {
-  cp -r $pkgname $pkgname-10bit
+  cp -r $pkgbase $pkgbase-10bit
 }
 
 build() {
-  cd $pkgname
+  cd $pkbase
   ./configure --prefix=/usr \
 --enable-shared --enable-pic
   make
 
-  cd ../$pkgname-10bit
+  cd ../$pkgbase-10bit
   ./configure --prefix=/usr \
 --enable-shared --enable-pic \
 --bit-depth=10


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

2015-09-23 Thread Evangelos Foutras
Date: Wednesday, September 23, 2015 @ 19:17:37
  Author: foutrelis
Revision: 247165

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

Added:
  p11-kit/repos/testing-i686/
  p11-kit/repos/testing-i686/PKGBUILD
(from rev 247164, p11-kit/trunk/PKGBUILD)
  p11-kit/repos/testing-i686/libnssckbi-compat.patch
(from rev 247164, p11-kit/trunk/libnssckbi-compat.patch)
  p11-kit/repos/testing-x86_64/
  p11-kit/repos/testing-x86_64/PKGBUILD
(from rev 247164, p11-kit/trunk/PKGBUILD)
  p11-kit/repos/testing-x86_64/libnssckbi-compat.patch
(from rev 247164, p11-kit/trunk/libnssckbi-compat.patch)

+
 testing-i686/PKGBUILD  |   57 +++
 testing-i686/libnssckbi-compat.patch   |   57 +++
 testing-x86_64/PKGBUILD|   57 +++
 testing-x86_64/libnssckbi-compat.patch |   57 +++
 4 files changed, 228 insertions(+)

Copied: p11-kit/repos/testing-i686/PKGBUILD (from rev 247164, 
p11-kit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-23 17:17:37 UTC (rev 247165)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=p11-kit
+pkgver=0.23.1
+pkgrel=3
+pkgdesc="Library to work with PKCS#11 modules"
+arch=(i686 x86_64)
+url="http://p11-glue.freedesktop.org;
+license=('BSD')
+depends=('glibc' 'libtasn1' 'libffi')
+makedepends=('gtk-doc')
+source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig}
+libnssckbi-compat.patch)
+md5sums=('96f073270c489c9a594e1c9413f42db8'
+ 'SKIP'
+ '8c3f119005908cf4a3e0ef0a0a310f14')
+validpgpkeys=('C0F67099B808FB063E2C81117BFB1108D92765AF')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Build and install an additional library (libnssckbi-p11-kit.so) which
+  # is a copy of p11-kit-trust.so but uses the same label for root certs as
+  # libnssckbi.so ("Builtin Object Token" instead of "Default Trust")
+  # https://bugs.freedesktop.org/show_bug.cgi?id=66161
+  patch -Np1 -i ../libnssckbi-compat.patch
+
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-doc \
+--with-module-path=/usr/lib/pkcs11 \
+
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd  $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+
+  ln -srf "$pkgdir/usr/bin/update-ca-trust" 
"$pkgdir/usr/lib/p11-kit/trust-extract-compat"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: p11-kit/repos/testing-i686/libnssckbi-compat.patch (from rev 247164, 
p11-kit/trunk/libnssckbi-compat.patch)
===
--- testing-i686/libnssckbi-compat.patch(rev 0)
+++ testing-i686/libnssckbi-compat.patch2015-09-23 17:17:37 UTC (rev 
247165)
@@ -0,0 +1,57 @@
+diff -upr p11-kit-0.23.1.orig/trust/Makefile.am 
p11-kit-0.23.1/trust/Makefile.am
+--- p11-kit-0.23.1.orig/trust/Makefile.am  2014-11-12 12:58:50.0 
+0200
 p11-kit-0.23.1/trust/Makefile.am   2015-03-30 16:43:35.275993032 +0300
+@@ -61,6 +61,20 @@ p11_kit_trust_la_LDFLAGS = \
+ 
+ p11_kit_trust_la_SOURCES = $(TRUST_SRCS)
+ 
++libnssckbi_compatdir = $(libdir)
++libnssckbi_compat_LTLIBRARIES = \
++  libnssckbi-p11-kit.la
++
++libnssckbi_p11_kit_la_CFLAGS = \
++  -DLIBNSSCKBI_COMPAT \
++  $(p11_kit_trust_la_CFLAGS)
++
++libnssckbi_p11_kit_la_LIBADD = $(p11_kit_trust_la_LIBADD)
++
++libnssckbi_p11_kit_la_LDFLAGS = $(p11_kit_trust_la_LDFLAGS)
++
++libnssckbi_p11_kit_la_SOURCES = $(p11_kit_trust_la_SOURCES)
++
+ libtrust_testable_la_LDFLAGS = \
+   -no-undefined
+ 
+diff -upr p11-kit-0.23.1.orig/trust/module.c p11-kit-0.23.1/trust/module.c
+--- p11-kit-0.23.1.orig/trust/module.c 2014-12-16 12:24:01.0 +0200
 p11-kit-0.23.1/trust/module.c  2015-03-30 16:48:41.370360130 +0300
+@@ -196,7 +196,11 @@ create_tokens_inlock (p11_array *tokens,
+   const char *label;
+   } labels[] = {
+   { "~/", "User Trust" },
++#ifdef LIBNSSCKBI_COMPAT
++  { DATA_DIR, "Builtin Object Token" },
++#else
+   { DATA_DIR, "Default Trust" },
++#endif
+   { SYSCONFDIR, "System Trust" },
+   { NULL },
+   };
+@@ -521,9 +525,15 @@ sys_C_GetSlotInfo (CK_SLOT_ID id,
+   info->flags = CKF_TOKEN_PRESENT;
+   strncpy ((char*)info->manufacturerID, MANUFACTURER_ID, 32);
+ 
+-  /* If too long, copy the first 64 characters into buffer */
+-  path = p11_token_get_path (token);
++#ifdef LIBNSSCKBI_COMPAT
++  /* Change 

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

2015-09-23 Thread Andreas Radke
Date: Wednesday, September 23, 2015 @ 19:29:24
  Author: andyrtr
Revision: 247166

upgpkg: pixman 0.32.8-1

upstream update 0.32.8

Modified:
  pixman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 17:17:37 UTC (rev 247165)
+++ PKGBUILD2015-09-23 17:29:24 UTC (rev 247166)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=pixman
-pkgver=0.32.6
+pkgver=0.32.8
 pkgrel=1
 pkgdesc="The pixel-manipulation library for X and cairo"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('custom')
 depends=('glibc')
 
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5b730399e1e212e5acaa69a4f1a2c7be1af1cdc4')
+sha1sums=('5c57045622265b877c9bf02d531973eadf942140')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-23 Thread Sergej Pupykin
Date: Wednesday, September 23, 2015 @ 19:18:16
  Author: spupykin
Revision: 141534

upgpkg: phpmyadmin 4.5.0-1

upd

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 15:54:19 UTC (rev 141533)
+++ PKGBUILD2015-09-23 17:18:16 UTC (rev 141534)
@@ -7,7 +7,7 @@
 # Contributor: Simon Lackerbauer 
 
 pkgname=phpmyadmin
-pkgver=4.4.15
+pkgver=4.5.0
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -17,7 +17,7 @@
 optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-md5sums=('d03c1fb3c20b3fb0d301759525730cea')
+md5sums=('2c079676717cdb6c6eaccc22233ce8c3')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin


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

2015-09-23 Thread Evangelos Foutras
Date: Wednesday, September 23, 2015 @ 19:17:25
  Author: foutrelis
Revision: 247164

upgpkg: p11-kit 0.23.1-3

Enable generation of man pages (FS#42242).

Modified:
  p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 17:06:29 UTC (rev 247163)
+++ PKGBUILD2015-09-23 17:17:25 UTC (rev 247164)
@@ -3,12 +3,13 @@
 
 pkgname=p11-kit
 pkgver=0.23.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Library to work with PKCS#11 modules"
 arch=(i686 x86_64)
 url="http://p11-glue.freedesktop.org;
 license=('BSD')
 depends=('glibc' 'libtasn1' 'libffi')
+makedepends=('gtk-doc')
 source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig}
 libnssckbi-compat.patch)
 md5sums=('96f073270c489c9a594e1c9413f42db8'
@@ -30,7 +31,11 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-doc \
 --with-module-path=/usr/lib/pkcs11 \
 
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
   make


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

2015-09-23 Thread Sergej Pupykin
Date: Wednesday, September 23, 2015 @ 19:18:37
  Author: spupykin
Revision: 141535

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 141534, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-23 17:18:16 UTC (rev 141534)
+++ PKGBUILD2015-09-23 17:18:37 UTC (rev 141535)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Manolis Tzanidakis 
-# Contributor: Simon Lackerbauer 
-
-pkgname=phpmyadmin
-pkgver=4.4.15
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-md5sums=('d03c1fb3c20b3fb0d301759525730cea')
-
-package() {
-  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
-  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
-  cd "$_instdir"
-
-  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
-  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 141534, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-23 17:18:37 UTC (rev 141535)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Manolis Tzanidakis 
+# Contributor: Simon Lackerbauer 
+
+pkgname=phpmyadmin
+pkgver=4.5.0
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
+md5sums=('2c079676717cdb6c6eaccc22233ce8c3')
+
+package() {
+  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
+  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
+  cd "$_instdir"
+
+  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
+  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
+}


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

2015-09-23 Thread Sébastien Luttringer
Date: Wednesday, September 23, 2015 @ 19:23:40
  Author: seblu
Revision: 141536

upgpkg: unifi 4.7.5-1

Modified:
  unifi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 17:18:37 UTC (rev 141535)
+++ PKGBUILD2015-09-23 17:23:40 UTC (rev 141536)
@@ -3,8 +3,8 @@
 # Contributor: Frederik Schwan frederik dot schwan at linux dot com>
 
 pkgname=unifi
-pkgver=4.6.6
-pkgrel=2
+pkgver=4.7.5
+pkgrel=1
 pkgdesc='Centralized management system for Ubiquiti UniFi AP'
 arch=('any')
 url='https://community.ubnt.com/unifi'
@@ -19,7 +19,7 @@
 'unifi.service'
 'unifi.sysusers'
 'LICENSE')
-md5sums=('96bb01cad7710775f5512f659eed7baa'
+md5sums=('520c38af302788a0c5c798e5db840ed4'
  '79998cabf110d9a96ba4d3367101c94c'
  'a92291a0074a5dcf414da4dfe812bc2a'
  '63a6f9e67db6a466f31a40c228c16d63')


[arch-commits] Commit in unifi/repos/community-any (10 files)

2015-09-23 Thread Sébastien Luttringer
Date: Wednesday, September 23, 2015 @ 19:23:54
  Author: seblu
Revision: 141537

archrelease: copy trunk to community-any

Added:
  unifi/repos/community-any/LICENSE
(from rev 141536, unifi/trunk/LICENSE)
  unifi/repos/community-any/PKGBUILD
(from rev 141536, unifi/trunk/PKGBUILD)
  unifi/repos/community-any/unifi.install
(from rev 141536, unifi/trunk/unifi.install)
  unifi/repos/community-any/unifi.service
(from rev 141536, unifi/trunk/unifi.service)
  unifi/repos/community-any/unifi.sysusers
(from rev 141536, unifi/trunk/unifi.sysusers)
Deleted:
  unifi/repos/community-any/LICENSE
  unifi/repos/community-any/PKGBUILD
  unifi/repos/community-any/unifi.install
  unifi/repos/community-any/unifi.service
  unifi/repos/community-any/unifi.sysusers

+
 LICENSE|6 +-
 PKGBUILD   |  112 +++
 unifi.install  |   16 +++
 unifi.service  |   24 +--
 unifi.sysusers |2 
 5 files changed, 80 insertions(+), 80 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-09-23 17:23:40 UTC (rev 141536)
+++ LICENSE 2015-09-23 17:23:54 UTC (rev 141537)
@@ -1,3 +0,0 @@
-Ubiquiti Networks - All Rights Reserved.
-Permission granted to Archlinux to re-package.
-https://mailman.archlinux.org/mailman/private/arch-dev/2014-August/015690.html

Copied: unifi/repos/community-any/LICENSE (from rev 141536, unifi/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-09-23 17:23:54 UTC (rev 141537)
@@ -0,0 +1,3 @@
+Ubiquiti Networks - All Rights Reserved.
+Permission granted to Archlinux to re-package.
+https://mailman.archlinux.org/mailman/private/arch-dev/2014-August/015690.html

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-23 17:23:40 UTC (rev 141536)
+++ PKGBUILD2015-09-23 17:23:54 UTC (rev 141537)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Frederik Schwan frederik dot schwan at linux dot com>
-
-pkgname=unifi
-pkgver=4.6.6
-pkgrel=2
-pkgdesc='Centralized management system for Ubiquiti UniFi AP'
-arch=('any')
-url='https://community.ubnt.com/unifi'
-# We are allowed to ship the software in our repository
-# 
https://mailman.archlinux.org/mailman/private/arch-dev/2014-August/015690.html
-license=('custom')
-depends=('mongodb' 'jre7-openjdk-headless' 'fontconfig')
-makedepends=('jdk7-openjdk')
-conflicts=('tomcat-native')
-install=unifi.install
-source=("UniFi-$pkgver.zip::http://dl.ubnt.com/unifi/$pkgver/UniFi.unix.zip;
-'unifi.service'
-'unifi.sysusers'
-'LICENSE')
-md5sums=('96bb01cad7710775f5512f659eed7baa'
- '79998cabf110d9a96ba4d3367101c94c'
- 'a92291a0074a5dcf414da4dfe812bc2a'
- '63a6f9e67db6a466f31a40c228c16d63')
-
-package() {
-  # lib
-  install -dm755 "$pkgdir/usr/lib/unifi"
-  cp -r UniFi/{bin,dl,lib,webapps} "$pkgdir/usr/lib/unifi"
-
-  # data
-  install -dm750 "$pkgdir/var/lib/unifi"
-  for _d in data run work; do
-install -dm750 "$pkgdir/var/lib/unifi/$_d"
-ln -s "../../../var/lib/unifi/$_d" "$pkgdir/usr/lib/unifi/$_d"
-  done
-  chown -R 113:113 "$pkgdir/var/lib/unifi"
-
-  # log
-  install -dm750 "$pkgdir/var/log/unifi"
-  ln -s ../../../var/log/unifi "$pkgdir/usr/lib/unifi/logs"
-  chown -R 113:113 "$pkgdir/var/log/unifi"
-
-  # readme
-  install -Dm644 UniFi/readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
-
-  # license
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # systemd
-  install -Dm644 $pkgname.service 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 $pkgname.sysusers "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: unifi/repos/community-any/PKGBUILD (from rev 141536, 
unifi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-23 17:23:54 UTC (rev 141537)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Frederik Schwan frederik dot schwan at linux dot com>
+
+pkgname=unifi
+pkgver=4.7.5
+pkgrel=1
+pkgdesc='Centralized management system for Ubiquiti UniFi AP'
+arch=('any')
+url='https://community.ubnt.com/unifi'
+# We are allowed to ship the software in our repository
+# 
https://mailman.archlinux.org/mailman/private/arch-dev/2014-August/015690.html
+license=('custom')
+depends=('mongodb' 'jre7-openjdk-headless' 'fontconfig')
+makedepends=('jdk7-openjdk')
+conflicts=('tomcat-native')
+install=unifi.install
+source=("UniFi-$pkgver.zip::http://dl.ubnt.com/unifi/$pkgver/UniFi.unix.zip;
+'unifi.service'
+'unifi.sysusers'
+'LICENSE')
+md5sums=('520c38af302788a0c5c798e5db840ed4'
+ 

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

2015-09-23 Thread Andreas Radke
Date: Wednesday, September 23, 2015 @ 19:29:38
  Author: andyrtr
Revision: 247167

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-23 17:29:24 UTC (rev 247166)
+++ extra-i686/PKGBUILD 2015-09-23 17:29:38 UTC (rev 247167)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Andreas Radke 
-# Contributor: Alexander Baldeck 
-
-pkgname=pixman
-pkgver=0.32.6
-pkgrel=1
-pkgdesc="The pixel-manipulation library for X and cairo"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org;
-license=('custom')
-depends=('glibc')
-source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5b730399e1e212e5acaa69a4f1a2c7be1af1cdc4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: pixman/repos/extra-i686/PKGBUILD (from rev 247166, 
pixman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-23 17:29:38 UTC (rev 247167)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+# Contributor: Alexander Baldeck 
+
+pkgname=pixman
+pkgver=0.32.8
+pkgrel=1
+pkgdesc="The pixel-manipulation library for X and cairo"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org;
+license=('custom')
+depends=('glibc')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5c57045622265b877c9bf02d531973eadf942140')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-23 17:29:24 UTC (rev 247166)
+++ extra-x86_64/PKGBUILD   2015-09-23 17:29:38 UTC (rev 247167)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Andreas Radke 
-# Contributor: Alexander Baldeck 
-
-pkgname=pixman
-pkgver=0.32.6
-pkgrel=1
-pkgdesc="The pixel-manipulation library for X and cairo"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org;
-license=('custom')
-depends=('glibc')
-source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5b730399e1e212e5acaa69a4f1a2c7be1af1cdc4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: pixman/repos/extra-x86_64/PKGBUILD (from rev 247166, 
pixman/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-09-23 17:29:38 UTC (rev 247167)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+# Contributor: Alexander Baldeck 
+
+pkgname=pixman
+pkgver=0.32.8
+pkgrel=1
+pkgdesc="The pixel-manipulation library for X and cairo"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org;
+license=('custom')
+depends=('glibc')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5c57045622265b877c9bf02d531973eadf942140')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+

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

2015-09-23 Thread Jan Steffens
Date: Wednesday, September 23, 2015 @ 20:45:53
  Author: heftig
Revision: 247170

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

Added:
  zenity/repos/gnome-unstable-i686/
  zenity/repos/gnome-unstable-i686/PKGBUILD
(from rev 247168, zenity/trunk/PKGBUILD)
  zenity/repos/gnome-unstable-x86_64/
  zenity/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247169, zenity/trunk/PKGBUILD)

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

Copied: zenity/repos/gnome-unstable-i686/PKGBUILD (from rev 247168, 
zenity/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 18:45:53 UTC (rev 247170)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=zenity
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="Display graphical dialog boxes from shell scripts"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 libnotify)
+makedepends=(itstool yelp-tools gettext)
+url="http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0efafea95a830f3bf6eca805ff4a8008df760a6ad3e81181b9473dcf721c3a69')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: zenity/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247169, 
zenity/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 18:45:53 UTC (rev 247170)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=zenity
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="Display graphical dialog boxes from shell scripts"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 libnotify)
+makedepends=(itstool yelp-tools gettext)
+url="http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0efafea95a830f3bf6eca805ff4a8008df760a6ad3e81181b9473dcf721c3a69')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2015-09-23 Thread Jan Steffens
Date: Wednesday, September 23, 2015 @ 20:52:01
  Author: heftig
Revision: 247171

3.18.0

Modified:
  yelp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 18:45:53 UTC (rev 247170)
+++ PKGBUILD2015-09-23 18:52:01 UTC (rev 247171)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=yelp-tools
-pkgver=3.16.1
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="Tools for creating Yelp documentation"
 arch=('any')
@@ -12,7 +12,7 @@
 options=('!emptydirs')
 url="http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b4f66c145af1c6448dc51037d305d6844da13dc31d07729b8e29005ee4fef89c')
+sha256sums=('c6c1d65f802397267cdc47aafd5398c4b60766e0a7ad2190426af6c0d0716932')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-23 Thread Jan Steffens
Date: Wednesday, September 23, 2015 @ 20:45:43
  Author: heftig
Revision: 247169

3.18.0

Modified:
  yelp-xsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 18:44:21 UTC (rev 247168)
+++ PKGBUILD2015-09-23 18:45:43 UTC (rev 247169)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=yelp-xsl
-pkgver=3.16.1
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="Stylesheets for Yelp"
 arch=(any)
@@ -11,7 +11,7 @@
 options=('!emptydirs')
 url="http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3295eecc4b03d2a239f7a1bdf4a1311d34c46c3055e6535c1f72bb5a49b4174a')
+sha256sums=('893620857b72b3b43ee3b462281240b7ca4d80292f469552827f0597bf60d2b2')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-23 Thread Jaroslav Lichtblau
Date: Wednesday, September 23, 2015 @ 20:04:06
  Author: jlichtblau
Revision: 141540

upgpkg: iotop 0.6-3 - FS#45699 implemented

Modified:
  iotop/trunk/PKGBUILD
  iotop/trunk/iotop.changelog

-+
 PKGBUILD|   22 ++
 iotop.changelog |   27 +++
 2 files changed, 29 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 17:45:53 UTC (rev 141539)
+++ PKGBUILD2015-09-23 18:04:06 UTC (rev 141540)
@@ -1,25 +1,31 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Emmanuel Gil Peyrot 
 
 pkgname=iotop
 pkgver=0.6
-pkgrel=2
+pkgrel=3
 pkgdesc='View I/O usage of processes'
 arch=('any')
 url='http://guichaz.free.fr/iotop/'
 license=('GPL')
-depends=('python2')
+depends=('python')
 changelog=$pkgname.changelog
 source=(http://guichaz.free.fr/$pkgname/files/$pkgname-$pkgver.tar.bz2)
 sha256sums=('3adea2a24eda49bbbaeb4e6ed2042355b441dbd7161e883067a02bfc8dcef75b')
 
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+# Install binary to /usr/bin
+  sed -i '7,13d' setup.py
+}
+
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
 
 #FS#33906 fix
-  chmod 644 ${pkgdir}/usr/share/man/man8/iotop.8
-
-  mv ${pkgdir}/usr/sbin ${pkgdir}/usr/bin
+  chmod 644 "${pkgdir}"/usr/share/man/man8/iotop.8
 }

Modified: iotop.changelog
===
--- iotop.changelog 2015-09-23 17:45:53 UTC (rev 141539)
+++ iotop.changelog 2015-09-23 18:04:06 UTC (rev 141540)
@@ -1,35 +1,38 @@
+2015-07-18 Emmanuel Gil Peyrot 
+   * iotop 0.6-3 Use python instead of python2
+
 2013-06-23 Thomas Bächler 
* iotop 0.6-2 Remove files from /usr/sbin
 
-2013-06-15 Jaroslav Lichtblau 
+2013-06-15 Jaroslav Lichtblau 
* iotop 0.6-1
 
-2013-05-18 Jaroslav Lichtblau 
+2013-05-18 Jaroslav Lichtblau 
* iotop 0.5-2 FS#33906 fix
 
-2013-02-16 Jaroslav Lichtblau 
+2013-02-16 Jaroslav Lichtblau 
* iotop 0.5-1
 
-2011-10-31 Jaroslav Lichtblau 
+2011-10-31 Jaroslav Lichtblau 
* iotop 0.4.4
 
-2011-03-29 Jaroslav Lichtblau 
+2011-03-29 Jaroslav Lichtblau 
* iotop 0.4.3
 
-2010-12-27 Jaroslav Lichtblau 
+2010-12-27 Jaroslav Lichtblau 
* Update to major release 0.4.2
 
-2010-06-29 Jaroslav Lichtblau 
+2010-06-29 Jaroslav Lichtblau 
* Update to major release 0.4.1
 
-2010-01-12 Jaroslav Lichtblau 
+2010-01-12 Jaroslav Lichtblau 
* Update to major release v0.4
 
-2009-06-15 Jaroslav Lichtblau 
+2009-06-15 Jaroslav Lichtblau 
* Update to major release v0.3.1
 
-2009-05-04 Jaroslav Lichtblau 
+2009-05-04 Jaroslav Lichtblau 
* Update to major release v0.3
 
-2008-08-03 Jaroslav Lichtblau 
-   * Moved to [community] repo
+2008-08-03 Jaroslav Lichtblau 
+   * Moved to [community] repository


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

2015-09-23 Thread Jaroslav Lichtblau
Date: Wednesday, September 23, 2015 @ 20:04:20
  Author: jlichtblau
Revision: 141541

archrelease: copy trunk to community-any

Added:
  iotop/repos/community-any/PKGBUILD
(from rev 141540, iotop/trunk/PKGBUILD)
  iotop/repos/community-any/iotop.changelog
(from rev 141540, iotop/trunk/iotop.changelog)
Deleted:
  iotop/repos/community-any/PKGBUILD
  iotop/repos/community-any/iotop.changelog

-+
 PKGBUILD|   56 ++---
 iotop.changelog |   73 --
 2 files changed, 69 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-23 18:04:06 UTC (rev 141540)
+++ PKGBUILD2015-09-23 18:04:20 UTC (rev 141541)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=iotop
-pkgver=0.6
-pkgrel=2
-pkgdesc='View I/O usage of processes'
-arch=('any')
-url='http://guichaz.free.fr/iotop/'
-license=('GPL')
-depends=('python2')
-changelog=$pkgname.changelog
-source=(http://guichaz.free.fr/$pkgname/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3adea2a24eda49bbbaeb4e6ed2042355b441dbd7161e883067a02bfc8dcef75b')
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-
-#FS#33906 fix
-  chmod 644 ${pkgdir}/usr/share/man/man8/iotop.8
-
-  mv ${pkgdir}/usr/sbin ${pkgdir}/usr/bin
-}

Copied: iotop/repos/community-any/PKGBUILD (from rev 141540, 
iotop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-23 18:04:20 UTC (rev 141541)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Emmanuel Gil Peyrot 
+
+pkgname=iotop
+pkgver=0.6
+pkgrel=3
+pkgdesc='View I/O usage of processes'
+arch=('any')
+url='http://guichaz.free.fr/iotop/'
+license=('GPL')
+depends=('python')
+changelog=$pkgname.changelog
+source=(http://guichaz.free.fr/$pkgname/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3adea2a24eda49bbbaeb4e6ed2042355b441dbd7161e883067a02bfc8dcef75b')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+# Install binary to /usr/bin
+  sed -i '7,13d' setup.py
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+
+#FS#33906 fix
+  chmod 644 "${pkgdir}"/usr/share/man/man8/iotop.8
+}

Deleted: iotop.changelog
===
--- iotop.changelog 2015-09-23 18:04:06 UTC (rev 141540)
+++ iotop.changelog 2015-09-23 18:04:20 UTC (rev 141541)
@@ -1,35 +0,0 @@
-2013-06-23 Thomas Bächler 
-   * iotop 0.6-2 Remove files from /usr/sbin
-
-2013-06-15 Jaroslav Lichtblau 
-   * iotop 0.6-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * iotop 0.5-2 FS#33906 fix
-
-2013-02-16 Jaroslav Lichtblau 
-   * iotop 0.5-1
-
-2011-10-31 Jaroslav Lichtblau 
-   * iotop 0.4.4
-
-2011-03-29 Jaroslav Lichtblau 
-   * iotop 0.4.3
-
-2010-12-27 Jaroslav Lichtblau 
-   * Update to major release 0.4.2
-
-2010-06-29 Jaroslav Lichtblau 
-   * Update to major release 0.4.1
-
-2010-01-12 Jaroslav Lichtblau 
-   * Update to major release v0.4
-
-2009-06-15 Jaroslav Lichtblau 
-   * Update to major release v0.3.1
-
-2009-05-04 Jaroslav Lichtblau 
-   * Update to major release v0.3
-
-2008-08-03 Jaroslav Lichtblau 
-   * Moved to [community] repo

Copied: iotop/repos/community-any/iotop.changelog (from rev 141540, 
iotop/trunk/iotop.changelog)
===
--- iotop.changelog (rev 0)
+++ iotop.changelog 2015-09-23 18:04:20 UTC (rev 141541)
@@ -0,0 +1,38 @@
+2015-07-18 Emmanuel Gil Peyrot 
+   * iotop 0.6-3 Use python instead of python2
+
+2013-06-23 Thomas Bächler 
+   * iotop 0.6-2 Remove files from /usr/sbin
+
+2013-06-15 Jaroslav Lichtblau 
+   * iotop 0.6-1
+
+2013-05-18 Jaroslav Lichtblau 
+   * iotop 0.5-2 FS#33906 fix
+
+2013-02-16 Jaroslav Lichtblau 
+   * iotop 0.5-1
+
+2011-10-31 Jaroslav Lichtblau 
+   * iotop 0.4.4
+
+2011-03-29 Jaroslav Lichtblau 
+   * iotop 0.4.3
+
+2010-12-27 Jaroslav Lichtblau 
+   * Update to major release 0.4.2
+

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

2015-09-23 Thread Jan Steffens
Date: Wednesday, September 23, 2015 @ 20:52:38
  Author: heftig
Revision: 247172

archrelease: copy trunk to gnome-unstable-any

Added:
  yelp-xsl/repos/gnome-unstable-any/
  yelp-xsl/repos/gnome-unstable-any/PKGBUILD
(from rev 247171, yelp-xsl/trunk/PKGBUILD)

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

Copied: yelp-xsl/repos/gnome-unstable-any/PKGBUILD (from rev 247171, 
yelp-xsl/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2015-09-23 18:52:38 UTC (rev 247172)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=yelp-xsl
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="Stylesheets for Yelp"
+arch=(any)
+makedepends=(intltool libxslt libxml2 itstool)
+license=(GPL)
+options=('!emptydirs')
+url="http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('893620857b72b3b43ee3b462281240b7ca4d80292f469552827f0597bf60d2b2')
+
+build() {
+  cd $pkgname-$pkgver
+  rm xslt/common/domains/yelp-xsl.xml
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2015-09-23 Thread Jan Steffens
Date: Wednesday, September 23, 2015 @ 20:52:57
  Author: heftig
Revision: 247173

archrelease: copy trunk to gnome-unstable-any

Added:
  yelp-tools/repos/gnome-unstable-any/
  yelp-tools/repos/gnome-unstable-any/PKGBUILD
(from rev 247172, yelp-tools/trunk/PKGBUILD)

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

Copied: yelp-tools/repos/gnome-unstable-any/PKGBUILD (from rev 247172, 
yelp-tools/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2015-09-23 18:52:57 UTC (rev 247173)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=yelp-tools
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="Tools for creating Yelp documentation"
+arch=('any')
+depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
+license=('GPL')
+options=('!emptydirs')
+url="http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c6c1d65f802397267cdc47aafd5398c4b60766e0a7ad2190426af6c0d0716932')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2015-09-23 Thread Jaroslav Lichtblau
Date: Wednesday, September 23, 2015 @ 20:09:35
  Author: jlichtblau
Revision: 141542

upgpkg: iotop 0.6-4 - python 3.5 rebuild

Modified:
  iotop/trunk/PKGBUILD
  iotop/trunk/iotop.changelog

-+
 PKGBUILD|2 +-
 iotop.changelog |3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 18:04:20 UTC (rev 141541)
+++ PKGBUILD2015-09-23 18:09:35 UTC (rev 141542)
@@ -4,7 +4,7 @@
 
 pkgname=iotop
 pkgver=0.6
-pkgrel=3
+pkgrel=4
 pkgdesc='View I/O usage of processes'
 arch=('any')
 url='http://guichaz.free.fr/iotop/'

Modified: iotop.changelog
===
--- iotop.changelog 2015-09-23 18:04:20 UTC (rev 141541)
+++ iotop.changelog 2015-09-23 18:09:35 UTC (rev 141542)
@@ -1,3 +1,6 @@
+2015-09-23 Jaroslav Lichtblau 
+   * iotop 0.6-4 python 3.5 rebuild
+
 2015-07-18 Emmanuel Gil Peyrot 
* iotop 0.6-3 Use python instead of python2
 


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

2015-09-23 Thread Jaroslav Lichtblau
Date: Wednesday, September 23, 2015 @ 20:44:23
  Author: jlichtblau
Revision: 141546

upgpkg: libspatialite 4.3.0.a-1
- package version fix as per pacman's alphanumeric versioning

Modified:
  libspatialite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 18:21:38 UTC (rev 141545)
+++ PKGBUILD2015-09-23 18:44:23 UTC (rev 141546)
@@ -4,7 +4,7 @@
 # Contributor: Pietro Zambelli 
 
 pkgname=libspatialite
-pkgver=4.3.0a
+pkgver=4.3.0.a
 pkgrel=1
 pkgdesc="SQLite extension to support spatial data types and operations"
 arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@
 url="https://www.gaia-gis.it/fossil/libspatialite;
 license=('MPL' 'GPL' 'LGPL')
 depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
-source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
+source=(http://www.gaia-gis.it/gaia-sins/$pkgname-4.3.0a.tar.gz)
 sha256sums=('88900030a4762904a7880273f292e5e8ca6b15b7c6c3fb88ffa9e67ee8a5a499')
 
 build() {
-  cd "${srcdir}"/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-4.3.0a
 
   ./configure --prefix=/usr --enable-libxml2
   make
@@ -22,7 +22,7 @@
 }
 
 package() {
-  cd "${srcdir}"/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-4.3.0a
 
   make DESTDIR="${pkgdir}" install
 }


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

2015-09-23 Thread Jan Steffens
Date: Wednesday, September 23, 2015 @ 20:44:21
  Author: heftig
Revision: 247168

3.18.0

Modified:
  zenity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 17:29:38 UTC (rev 247167)
+++ PKGBUILD2015-09-23 18:44:21 UTC (rev 247168)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=zenity
-pkgver=3.16.3
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="Display graphical dialog boxes from shell scripts"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 makedepends=(itstool yelp-tools gettext)
 url="http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7fe28016fbc5b1fc6d8f730d8eabd5ae2d8b7d67c8bfa0270811ff0c2bfb1eba')
+sha256sums=('0efafea95a830f3bf6eca805ff4a8008df760a6ad3e81181b9473dcf721c3a69')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-23 Thread Jaroslav Lichtblau
Date: Wednesday, September 23, 2015 @ 20:44:51
  Author: jlichtblau
Revision: 141547

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

Added:
  libspatialite/repos/community-i686/PKGBUILD
(from rev 141546, libspatialite/trunk/PKGBUILD)
  libspatialite/repos/community-x86_64/PKGBUILD
(from rev 141546, libspatialite/trunk/PKGBUILD)
Deleted:
  libspatialite/repos/community-i686/PKGBUILD
  libspatialite/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-09-23 18:44:23 UTC (rev 141546)
+++ community-i686/PKGBUILD 2015-09-23 18:44:51 UTC (rev 141547)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Brian Galey 
-# Contributor: Pietro Zambelli 
-
-pkgname=libspatialite
-pkgver=4.3.0a
-pkgrel=1
-pkgdesc="SQLite extension to support spatial data types and operations"
-arch=('i686' 'x86_64')
-url="https://www.gaia-gis.it/fossil/libspatialite;
-license=('MPL' 'GPL' 'LGPL')
-depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
-source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
-sha256sums=('88900030a4762904a7880273f292e5e8ca6b15b7c6c3fb88ffa9e67ee8a5a499')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-libxml2
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libspatialite/repos/community-i686/PKGBUILD (from rev 141546, 
libspatialite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-23 18:44:51 UTC (rev 141547)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Brian Galey 
+# Contributor: Pietro Zambelli 
+
+pkgname=libspatialite
+pkgver=4.3.0.a
+pkgrel=1
+pkgdesc="SQLite extension to support spatial data types and operations"
+arch=('i686' 'x86_64')
+url="https://www.gaia-gis.it/fossil/libspatialite;
+license=('MPL' 'GPL' 'LGPL')
+depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
+source=(http://www.gaia-gis.it/gaia-sins/$pkgname-4.3.0a.tar.gz)
+sha256sums=('88900030a4762904a7880273f292e5e8ca6b15b7c6c3fb88ffa9e67ee8a5a499')
+
+build() {
+  cd "${srcdir}"/$pkgname-4.3.0a
+
+  ./configure --prefix=/usr --enable-libxml2
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-4.3.0a
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-23 18:44:23 UTC (rev 141546)
+++ community-x86_64/PKGBUILD   2015-09-23 18:44:51 UTC (rev 141547)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Brian Galey 
-# Contributor: Pietro Zambelli 
-
-pkgname=libspatialite
-pkgver=4.3.0a
-pkgrel=1
-pkgdesc="SQLite extension to support spatial data types and operations"
-arch=('i686' 'x86_64')
-url="https://www.gaia-gis.it/fossil/libspatialite;
-license=('MPL' 'GPL' 'LGPL')
-depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
-source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
-sha256sums=('88900030a4762904a7880273f292e5e8ca6b15b7c6c3fb88ffa9e67ee8a5a499')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-libxml2
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libspatialite/repos/community-x86_64/PKGBUILD (from rev 141546, 
libspatialite/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-23 18:44:51 UTC (rev 141547)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Brian Galey 
+# Contributor: Pietro Zambelli 
+
+pkgname=libspatialite
+pkgver=4.3.0.a
+pkgrel=1
+pkgdesc="SQLite extension to support spatial data types and operations"
+arch=('i686' 'x86_64')
+url="https://www.gaia-gis.it/fossil/libspatialite;
+license=('MPL' 'GPL' 'LGPL')
+depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
+source=(http://www.gaia-gis.it/gaia-sins/$pkgname-4.3.0a.tar.gz)
+sha256sums=('88900030a4762904a7880273f292e5e8ca6b15b7c6c3fb88ffa9e67ee8a5a499')
+
+build() {
+  cd "${srcdir}"/$pkgname-4.3.0a
+
+  ./configure --prefix=/usr --enable-libxml2
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-4.3.0a
+
+  make DESTDIR="${pkgdir}" install
+}


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

2015-09-23 Thread Jaroslav Lichtblau
Date: Wednesday, September 23, 2015 @ 19:45:32
  Author: jlichtblau
Revision: 141538

upgpkg: libspatialite 4.3.0a-1 - new upstream release

Modified:
  libspatialite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 17:23:54 UTC (rev 141537)
+++ PKGBUILD2015-09-23 17:45:32 UTC (rev 141538)
@@ -4,7 +4,7 @@
 # Contributor: Pietro Zambelli 
 
 pkgname=libspatialite
-pkgver=4.3.0
+pkgver=4.3.0a
 pkgrel=1
 pkgdesc="SQLite extension to support spatial data types and operations"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('MPL' 'GPL' 'LGPL')
 depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
 source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
-sha256sums=('4acf2d2b891989e61351584fe28514a6561f8f6a1901b988990513be5fe1bdfe')
+sha256sums=('88900030a4762904a7880273f292e5e8ca6b15b7c6c3fb88ffa9e67ee8a5a499')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2015-09-23 Thread Jaroslav Lichtblau
Date: Wednesday, September 23, 2015 @ 19:45:53
  Author: jlichtblau
Revision: 141539

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

Added:
  libspatialite/repos/community-i686/PKGBUILD
(from rev 141538, libspatialite/trunk/PKGBUILD)
  libspatialite/repos/community-x86_64/PKGBUILD
(from rev 141538, libspatialite/trunk/PKGBUILD)
Deleted:
  libspatialite/repos/community-i686/PKGBUILD
  libspatialite/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-09-23 17:45:32 UTC (rev 141538)
+++ community-i686/PKGBUILD 2015-09-23 17:45:53 UTC (rev 141539)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Brian Galey 
-# Contributor: Pietro Zambelli 
-
-pkgname=libspatialite
-pkgver=4.3.0
-pkgrel=1
-pkgdesc="SQLite extension to support spatial data types and operations"
-arch=('i686' 'x86_64')
-url="https://www.gaia-gis.it/fossil/libspatialite;
-license=('MPL' 'GPL' 'LGPL')
-depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
-source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
-sha256sums=('4acf2d2b891989e61351584fe28514a6561f8f6a1901b988990513be5fe1bdfe')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-libxml2
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libspatialite/repos/community-i686/PKGBUILD (from rev 141538, 
libspatialite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-23 17:45:53 UTC (rev 141539)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Brian Galey 
+# Contributor: Pietro Zambelli 
+
+pkgname=libspatialite
+pkgver=4.3.0a
+pkgrel=1
+pkgdesc="SQLite extension to support spatial data types and operations"
+arch=('i686' 'x86_64')
+url="https://www.gaia-gis.it/fossil/libspatialite;
+license=('MPL' 'GPL' 'LGPL')
+depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
+source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
+sha256sums=('88900030a4762904a7880273f292e5e8ca6b15b7c6c3fb88ffa9e67ee8a5a499')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-libxml2
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-23 17:45:32 UTC (rev 141538)
+++ community-x86_64/PKGBUILD   2015-09-23 17:45:53 UTC (rev 141539)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Brian Galey 
-# Contributor: Pietro Zambelli 
-
-pkgname=libspatialite
-pkgver=4.3.0
-pkgrel=1
-pkgdesc="SQLite extension to support spatial data types and operations"
-arch=('i686' 'x86_64')
-url="https://www.gaia-gis.it/fossil/libspatialite;
-license=('MPL' 'GPL' 'LGPL')
-depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
-source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
-sha256sums=('4acf2d2b891989e61351584fe28514a6561f8f6a1901b988990513be5fe1bdfe')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-libxml2
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libspatialite/repos/community-x86_64/PKGBUILD (from rev 141538, 
libspatialite/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-23 17:45:53 UTC (rev 141539)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Brian Galey 
+# Contributor: Pietro Zambelli 
+
+pkgname=libspatialite
+pkgver=4.3.0a
+pkgrel=1
+pkgdesc="SQLite extension to support spatial data types and operations"
+arch=('i686' 'x86_64')
+url="https://www.gaia-gis.it/fossil/libspatialite;
+license=('MPL' 'GPL' 'LGPL')
+depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
+source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
+sha256sums=('88900030a4762904a7880273f292e5e8ca6b15b7c6c3fb88ffa9e67ee8a5a499')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-libxml2
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2015-09-23 Thread Jaroslav Lichtblau
Date: Wednesday, September 23, 2015 @ 20:10:01
  Author: jlichtblau
Revision: 141543

archrelease: copy trunk to community-staging-any

Added:
  iotop/repos/community-staging-any/
  iotop/repos/community-staging-any/PKGBUILD
(from rev 141542, iotop/trunk/PKGBUILD)
  iotop/repos/community-staging-any/iotop.changelog
(from rev 141542, iotop/trunk/iotop.changelog)

-+
 PKGBUILD|   31 +++
 iotop.changelog |   41 +
 2 files changed, 72 insertions(+)

Copied: iotop/repos/community-staging-any/PKGBUILD (from rev 141542, 
iotop/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-23 18:10:01 UTC (rev 141543)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Emmanuel Gil Peyrot 
+
+pkgname=iotop
+pkgver=0.6
+pkgrel=4
+pkgdesc='View I/O usage of processes'
+arch=('any')
+url='http://guichaz.free.fr/iotop/'
+license=('GPL')
+depends=('python')
+changelog=$pkgname.changelog
+source=(http://guichaz.free.fr/$pkgname/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3adea2a24eda49bbbaeb4e6ed2042355b441dbd7161e883067a02bfc8dcef75b')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+# Install binary to /usr/bin
+  sed -i '7,13d' setup.py
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+
+#FS#33906 fix
+  chmod 644 "${pkgdir}"/usr/share/man/man8/iotop.8
+}

Copied: iotop/repos/community-staging-any/iotop.changelog (from rev 141542, 
iotop/trunk/iotop.changelog)
===
--- community-staging-any/iotop.changelog   (rev 0)
+++ community-staging-any/iotop.changelog   2015-09-23 18:10:01 UTC (rev 
141543)
@@ -0,0 +1,41 @@
+2015-09-23 Jaroslav Lichtblau 
+   * iotop 0.6-4 python 3.5 rebuild
+
+2015-07-18 Emmanuel Gil Peyrot 
+   * iotop 0.6-3 Use python instead of python2
+
+2013-06-23 Thomas Bächler 
+   * iotop 0.6-2 Remove files from /usr/sbin
+
+2013-06-15 Jaroslav Lichtblau 
+   * iotop 0.6-1
+
+2013-05-18 Jaroslav Lichtblau 
+   * iotop 0.5-2 FS#33906 fix
+
+2013-02-16 Jaroslav Lichtblau 
+   * iotop 0.5-1
+
+2011-10-31 Jaroslav Lichtblau 
+   * iotop 0.4.4
+
+2011-03-29 Jaroslav Lichtblau 
+   * iotop 0.4.3
+
+2010-12-27 Jaroslav Lichtblau 
+   * Update to major release 0.4.2
+
+2010-06-29 Jaroslav Lichtblau 
+   * Update to major release 0.4.1
+
+2010-01-12 Jaroslav Lichtblau 
+   * Update to major release v0.4
+
+2009-06-15 Jaroslav Lichtblau 
+   * Update to major release v0.3.1
+
+2009-05-04 Jaroslav Lichtblau 
+   * Update to major release v0.3
+
+2008-08-03 Jaroslav Lichtblau 
+   * Moved to [community] repository


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

2015-09-23 Thread Jaroslav Lichtblau
Date: Wednesday, September 23, 2015 @ 20:21:38
  Author: jlichtblau
Revision: 141545

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
(from rev 141544, syncthing-gtk/trunk/PKGBUILD)
  syncthing-gtk/repos/community-any/syncthing-gtk.install
(from rev 141544, syncthing-gtk/trunk/syncthing-gtk.install)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD
  syncthing-gtk/repos/community-any/syncthing-gtk.install

---+
 PKGBUILD  |   60 
 syncthing-gtk.install |   22 -
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-23 18:21:24 UTC (rev 141544)
+++ PKGBUILD2015-09-23 18:21:38 UTC (rev 141545)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: kozec 
-
-pkgname=syncthing-gtk
-pkgver=0.7.5.1
-pkgrel=1
-pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
-arch=('any')
-url='https://github.com/syncthing/syncthing-gtk'
-license=('GPL2')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing>=0.11')
-makedepends=('python2-setuptools')
-optdepends=('python2-nautilus: file manager integration for Nautilus'
-'python2-caja: file manager integration for Caja'
-'librsvg: to shown menu icons correctly if not using traditional 
window header')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('6a40d17588abac8ffa02b6b6e12de57173395cc51b37eed37020984adafe0e49')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 141544, 
syncthing-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-23 18:21:38 UTC (rev 141545)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Martin Wimpress 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: kozec 
+
+pkgname=syncthing-gtk
+pkgver=0.7.5.8
+pkgrel=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing>=0.11')
+makedepends=('python2-setuptools')
+optdepends=('python2-nautilus: file manager integration for Nautilus'
+'python2-caja: file manager integration for Caja'
+'librsvg: to shown menu icons correctly if not using traditional 
window header')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('dc866a7108d8b828ae222eaf9d08638b6f0c2403af15fd9119a3e11abb8f4afd')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: syncthing-gtk.install
===
--- syncthing-gtk.install   2015-09-23 18:21:24 UTC (rev 141544)
+++ syncthing-gtk.install   2015-09-23 18:21:38 UTC (rev 141545)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: syncthing-gtk/repos/community-any/syncthing-gtk.install (from rev 
141544, syncthing-gtk/trunk/syncthing-gtk.install)
===
--- syncthing-gtk.install   (rev 0)
+++ syncthing-gtk.install   2015-09-23 18:21:38 UTC (rev 141545)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-09-23 Thread Jaroslav Lichtblau
Date: Wednesday, September 23, 2015 @ 20:21:24
  Author: jlichtblau
Revision: 141544

upgpkg: syncthing-gtk 0.7.5.8-1 - new upstream release

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 18:10:01 UTC (rev 141543)
+++ PKGBUILD2015-09-23 18:21:24 UTC (rev 141544)
@@ -4,7 +4,7 @@
 # Contributor: kozec 
 
 pkgname=syncthing-gtk
-pkgver=0.7.5.1
+pkgver=0.7.5.8
 pkgrel=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
@@ -17,7 +17,7 @@
 'librsvg: to shown menu icons correctly if not using traditional 
window header')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('6a40d17588abac8ffa02b6b6e12de57173395cc51b37eed37020984adafe0e49')
+sha256sums=('dc866a7108d8b828ae222eaf9d08638b6f0c2403af15fd9119a3e11abb8f4afd')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-23 Thread Florian Pritz
Date: Wednesday, September 23, 2015 @ 09:20:57
  Author: bluewind
Revision: 247103

upgpkg: pacman-mirrorlist 20150923-1

upstream update

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

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 04:17:41 UTC (rev 247102)
+++ PKGBUILD2015-09-23 07:20:57 UTC (rev 247103)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee <d...@archlinux.org>
 
 pkgname=pacman-mirrorlist
-pkgver=20150909
+pkgver=20150923
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('51a6102e696c7d6b1b68043c108914fa')
-sha256sums=('47f349feb86bd0c0da30591ea35530551f57424e7f214fa9c13abf7358346e76')
+md5sums=('aeef9feec54d3f7d103b9c683bc5cde0')
+sha256sums=('fab6139b5564d26d456e58042a5d64fca02db57eca184daf1ea4b7ebced61ecd')

Modified: mirrorlist
===
--- mirrorlist  2015-09-23 04:17:41 UTC (rev 247102)
+++ mirrorlist  2015-09-23 07:20:57 UTC (rev 247103)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2015-09-09
+## Generated on 2015-09-23
 ##
 
 ## Worldwide
@@ -133,6 +133,7 @@
 #Server = https://ftp.fau.de/archlinux/$repo/os/$arch
 #Server = http://mirror.flipez.de/archlinux/$repo/os/$arch
 #Server = http://mirror.fluxent.de/archlinux/$repo/os/$arch
+#Server = https://mirror.fluxent.de/archlinux/$repo/os/$arch
 #Server = http://mirror.fs.cx/archlinux/$repo/os/$arch
 #Server = https://mirror.fs.cx/archlinux/$repo/os/$arch
 #Server = http://mirror.gnomus.de/$repo/os/$arch
@@ -157,6 +158,8 @@
 #Server = http://mirrors.n-ix.net/archlinux/$repo/os/$arch
 #Server = http://mirror.netcologne.de/archlinux/$repo/os/$arch
 #Server = http://mirrors.niyawe.de/archlinux/$repo/os/$arch
+#Server = http://mirror.pseudoform.org/$repo/os/$arch
+#Server = https://mirror.pseudoform.org/$repo/os/$arch
 #Server = http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
 #Server = http://linux.rz.rub.de/archlinux/$repo/os/$arch
 #Server = http://mirror.selfnet.de/archlinux/$repo/os/$arch
@@ -246,7 +249,7 @@
 ## Norway
 #Server = http://mirror.archlinux.no/$repo/os/$arch
 #Server = http://archlinux.uib.no/$repo/os/$arch
-#Server = http://archlinux.neuf.no/$repo/os/$arch
+#Server = http://mirror.neuf.no/archlinux/$repo/os/$arch
 
 ## Philippines
 #Server = http://mirror.rise.ph/archlinux/$repo/os/$arch


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

2015-09-23 Thread Florian Pritz
Date: Wednesday, September 23, 2015 @ 09:21:00
  Author: bluewind
Revision: 247104

archrelease: copy trunk to core-any

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

+
 PKGBUILD   |   62 ++--
 mirrorlist |  755 +--
 upgpkg |8 
 3 files changed, 414 insertions(+), 411 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-23 07:20:57 UTC (rev 247103)
+++ PKGBUILD2015-09-23 07:21:00 UTC (rev 247104)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee <d...@archlinux.org>
-
-pkgname=pacman-mirrorlist
-pkgver=20150909
-pkgrel=1
-pkgdesc="Arch Linux mirror list for use by pacman"
-arch=('any')
-url="https://www.archlinux.org/mirrorlist/;
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c ". PKGBUILD; updatelist"
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('51a6102e696c7d6b1b68043c108914fa')
-sha256sums=('47f349feb86bd0c0da30591ea35530551f57424e7f214fa9c13abf7358346e76')

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

Deleted: mirrorlist
===
--- mirrorlist  2015-09-23 07:20:57 UTC (rev 247103)
+++ mirrorlist  2015-09-23 07:21:00 UTC (rev 247104)
@@ -1,376 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2015-09-09
-##
-
-## Worldwide
-#Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
-
-## Australia
-#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.rackcentral.com.au/archlinux/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-#Server = http://archlinux.uberglobalmirror.com/$repo/os/$arch
-
-## Austria
-#Server = http://mirror.digitalnova.at/archlinux/$repo/os/$arch
-#Server = http://mirror.easyname.at/archlinux/$repo/os/$arch
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Bangladesh
-#Server = http://mirrors.ispros.com.bd/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.cu.be/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Brazil
-#Server = http://archlinux-br.mirror.host1plus.com/$repo/os/$arch
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-#Server = http://linorg.usp.br/archlinux/$repo/os/$arch
-#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
-#Server = http://archlinux.pop-es.rnp.br/$repo/os/$arch
-
-## Bulgaria
-#Server = http://mirrors.netix.net/archlinux/$repo/os/$arch
-#Server = http://mirror.telepoint.bg/archlinux/$repo/os/$arch
-#Server = http://mirrors.uni-plovdiv.net/archlinux/$repo/os/$arch
-#Server = https://mirrors.uni-plo

[arch-commits] Commit in python-jmespath/repos/community-staging-any (2 files)

2015-09-23 Thread Felix Yan
Date: Wednesday, September 23, 2015 @ 09:14:23
  Author: fyan
Revision: 141508

archrelease: copy trunk to community-staging-any

Added:
  python-jmespath/repos/community-staging-any/PKGBUILD
(from rev 141507, python-jmespath/trunk/PKGBUILD)
Deleted:
  python-jmespath/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-23 07:14:00 UTC (rev 141507)
+++ PKGBUILD2015-09-23 07:14:23 UTC (rev 141508)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Chris Fordham  aka 
flaccid
-# Package Source: 
https://github.com/flaccid/archlinux-packages/blob/master/python-jmespath/PKGBUILD
-
-pkgbase=python-jmespath
-pkgname=(python-jmespath python2-jmespath)
-pkgver=0.7.1
-pkgrel=2
-pkgdesc='A query language for JSON'
-arch=('any')
-url="https://github.com/jmespath/jmespath;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-py' 'python2-py')
-source=("git+https://github.com/jmespath/jmespath.py.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a jmespath.py{,-py2}
-}
-
-build() {
-  cd "$srcdir/jmespath.py"
-  python setup.py build
-
-  cd "$srcdir/jmespath.py-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/jmespath.py"
-  LC_CTYPE=en_US.utf8 nosetests3
-
-  cd "$srcdir/jmespath.py-py2"
-  LC_CTYPE=en_US.utf8 nosetests2
-}
-
-package_python-jmespath() {
-  depends=('python')
-
-  cd $srcdir/jmespath.py
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-jmespath() {
-  depends=('python2')
-
-  cd $srcdir/jmespath.py-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/jp{,2}.py
-}

Copied: python-jmespath/repos/community-staging-any/PKGBUILD (from rev 141507, 
python-jmespath/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-23 07:14:23 UTC (rev 141508)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Chris Fordham  aka 
flaccid
+# Package Source: 
https://github.com/flaccid/archlinux-packages/blob/master/python-jmespath/PKGBUILD
+
+pkgbase=python-jmespath
+pkgname=(python-jmespath python2-jmespath)
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='A query language for JSON'
+arch=('any')
+url="https://github.com/jmespath/jmespath;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-py' 'python2-py')
+source=("git+https://github.com/jmespath/jmespath.py.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a jmespath.py{,-py2}
+}
+
+build() {
+  cd "$srcdir/jmespath.py"
+  python setup.py build
+
+  cd "$srcdir/jmespath.py-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/jmespath.py"
+  LC_CTYPE=en_US.utf8 nosetests3
+
+  cd "$srcdir/jmespath.py-py2"
+  LC_CTYPE=en_US.utf8 nosetests2
+}
+
+package_python-jmespath() {
+  depends=('python')
+
+  cd $srcdir/jmespath.py
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-jmespath() {
+  depends=('python2')
+
+  cd $srcdir/jmespath.py-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jp{,2}.py
+}


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

2015-09-23 Thread Felix Yan
Date: Wednesday, September 23, 2015 @ 09:14:00
  Author: fyan
Revision: 141507

upgpkg: python-jmespath 0.8.0-1

Modified:
  python-jmespath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 04:33:34 UTC (rev 141506)
+++ PKGBUILD2015-09-23 07:14:00 UTC (rev 141507)
@@ -6,8 +6,8 @@
 
 pkgbase=python-jmespath
 pkgname=(python-jmespath python2-jmespath)
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc='A query language for JSON'
 arch=('any')
 url="https://github.com/jmespath/jmespath;


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 09:49:32
  Author: jgc
Revision: 247106

upgpkg: glib2 2.46.0-1

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 07:30:10 UTC (rev 247105)
+++ PKGBUILD2015-09-23 07:49:32 UTC (rev 247106)
@@ -3,7 +3,7 @@
 
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
-pkgver=2.45.8
+pkgver=2.46.0
 pkgrel=1
 pkgdesc="Common C routines used by GTK+ and other libs"
 url="http://www.gtk.org/;
@@ -11,7 +11,7 @@
 makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-$pkgver.tar.xz
 revert-warn-glib-compile-schemas.patch)
-sha256sums=('ba1a37d64b391c5202017cce81375e36f82e0b3eef7e9c3f1c5bbaf7c92f98c8'
+sha256sums=('b1cee83469ae7d80f17c267c37f090414e93960bd62d2b254a5a96fbc5baacb4'
 '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
 
 prepare() {


[arch-commits] Commit in linux-zen/trunk (PKGBUILD config config.x86_64)

2015-09-23 Thread Jan Steffens
Date: Wednesday, September 23, 2015 @ 09:30:10
  Author: heftig
Revision: 247105

4.2.1

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config
  linux-zen/trunk/config.x86_64

---+
 PKGBUILD  |   20 +++-
 config|2 +-
 config.x86_64 |2 +-
 3 files changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 07:21:00 UTC (rev 247104)
+++ PKGBUILD2015-09-23 07:30:10 UTC (rev 247105)
@@ -6,9 +6,9 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.2
-_zenpatch=16d96c7e6a73d95b8653deb5c641686ff95fc758
-pkgver=4.2
-pkgrel=4
+_zenpatch=6eb2a053af0947ec1ad5c891440576dab0c07085
+pkgver=4.2.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
 license=('GPL2')
@@ -16,8 +16,8 @@
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz;
 "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign;
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
@@ -26,10 +26,12 @@
 'change-default-console-loglevel.patch')
 sha256sums=('cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb'
 'SKIP'
-'758bc61d7309078a8e31e52ba7ebd1c6c5f673ca8d8f502d462aca5c6f4f4892'
-'7966d12f8abb7014905dce1c187fd7905a71008db669e5f288685dbc3ed9c127'
+'9d0ab6525eb5f42056e2465267c62fa67efc75c57ad5345b99414b783278e9a3'
+'SKIP'
+'aca68258a8bbc31afca03fca1116ec8ea069c9ed572d30b9e7bb2b12233cb47f'
+'7354745ee16f58832e1a6d1dc2a5134cea440554e5297b2a0187ca42439702e5'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'d91709f76039de63eb71f39d46e998fd1df382a84926be8565d19d102df01d1b'
+'3d64f4be4574e87b1434f0fc3a19c94c87a2515d8b1e216005e41054ebd53460'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
@@ -42,7 +44,7 @@
   cd "${srcdir}/${_srcname}"
 
   # add upstream patch
-  #patch -p1 -i "${srcdir}/patch-${pkgver}"
+  patch -p1 -i "${srcdir}/patch-${pkgver}"
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git

Modified: config
===
--- config  2015-09-23 07:21:00 UTC (rev 247104)
+++ config  2015-09-23 07:30:10 UTC (rev 247105)
@@ -340,7 +340,7 @@
 CONFIG_IOSCHED_CFQ=y
 CONFIG_CFQ_GROUP_IOSCHED=y
 CONFIG_IOSCHED_BFQ=y
-CONFIG_CGROUP_BFQIO=y
+CONFIG_BFQ_GROUP_IOSCHED=y
 # CONFIG_DEFAULT_DEADLINE is not set
 # CONFIG_DEFAULT_CFQ is not set
 CONFIG_DEFAULT_BFQ=y

Modified: config.x86_64
===
--- config.x86_64   2015-09-23 07:21:00 UTC (rev 247104)
+++ config.x86_64   2015-09-23 07:30:10 UTC (rev 247105)
@@ -354,7 +354,7 @@
 CONFIG_IOSCHED_CFQ=y
 CONFIG_CFQ_GROUP_IOSCHED=y
 CONFIG_IOSCHED_BFQ=y
-CONFIG_CGROUP_BFQIO=y
+CONFIG_BFQ_GROUP_IOSCHED=y
 # CONFIG_DEFAULT_DEADLINE is not set
 # CONFIG_DEFAULT_CFQ is not set
 CONFIG_DEFAULT_BFQ=y


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

2015-09-23 Thread Felix Yan
Date: Wednesday, September 23, 2015 @ 09:30:45
  Author: fyan
Revision: 141510

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-23 07:30:11 UTC (rev 141509)
+++ community-i686/PKGBUILD 2015-09-23 07:30:45 UTC (rev 141510)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=4.1.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu') # 'libuv' 'v8' 'c-ares')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;)
-sha256sums=('453005f64ee529f7dcf1237eb27ee2fa2415c49f5c9e7463e8b71fba61c5b408')
-
-prepare() {
-  cd node-v$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib
-# --shared-libuv
-# --shared-v8
-# --shared-cares
-
-  make
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # install docs as per user request
-  install -d "$pkgdir"/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-"$pkgdir"/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 141509, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-23 07:30:45 UTC (rev 141510)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=4.1.1
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu') # 'libuv' 'v8' 'c-ares')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;)
+sha256sums=('6a610935ff52de713cf2af6a26002322e24fd7933a36f0817a2b84e15a58')
+
+prepare() {
+  cd node-v$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib
+# --shared-libuv
+# --shared-v8
+# --shared-cares
+
+  make
+}
+
+check() {
+  cd node-v$pkgver
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-v$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # install docs as per user request
+  install -d 

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

2015-09-23 Thread Felix Yan
Date: Wednesday, September 23, 2015 @ 09:30:11
  Author: fyan
Revision: 141509

upgpkg: nodejs 4.1.1-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 07:14:23 UTC (rev 141508)
+++ PKGBUILD2015-09-23 07:30:11 UTC (rev 141509)
@@ -9,7 +9,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=4.1.0
+pkgver=4.1.1
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 makedepends=('python2' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;)
-sha256sums=('453005f64ee529f7dcf1237eb27ee2fa2415c49f5c9e7463e8b71fba61c5b408')
+sha256sums=('6a610935ff52de713cf2af6a26002322e24fd7933a36f0817a2b84e15a58')
 
 prepare() {
   cd node-v$pkgver


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 09:49:38
  Author: jgc
Revision: 247107

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

Added:
  glib2/repos/gnome-unstable-i686/PKGBUILD
(from rev 247106, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch
(from rev 247106, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247106, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 247106, glib2/trunk/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/gnome-unstable-i686/PKGBUILD
  glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
  glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch

--+
 /PKGBUILD|  134 ++
 /revert-warn-glib-compile-schemas.patch  |   66 
 gnome-unstable-i686/PKGBUILD |   67 -
 gnome-unstable-i686/revert-warn-glib-compile-schemas.patch   |   33 --
 gnome-unstable-x86_64/PKGBUILD   |   67 -
 gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch |   33 --
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-09-23 07:49:32 UTC (rev 247106)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 07:49:38 UTC (rev 247107)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=glib2
-pkgname=(glib2 glib2-docs)
-pkgver=2.45.8
-pkgrel=1
-pkgdesc="Common C routines used by GTK+ and other libs"
-url="http://www.gtk.org/;
-arch=(i686 x86_64)
-makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-$pkgver.tar.xz
-revert-warn-glib-compile-schemas.patch)
-sha256sums=('ba1a37d64b391c5202017cce81375e36f82e0b3eef7e9c3f1c5bbaf7c92f98c8'
-'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
-
-prepare() {
-  cd glib-$pkgver
-  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
-}
-  
-build() {
-  cd glib-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
-  --sysconfdir=/etc \
-  --with-pcre=system \
-  --disable-fam
-  make
-}
-
-check() {
-  cd glib-$pkgver
-  #make -k check || :
-}
-
-package_glib2() {
-  depends=('pcre' 'libffi')
-  optdepends=('python2: for gdbus-codegen and gtester-report'
-  'elfutils: gresource inspection tool')
-  options=('!docs' '!emptydirs')
-  license=('LGPL')
-
-  cd glib-$pkgver
-  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
-
-  for _i in "$pkgdir/usr/share/bash-completion/completions/"*; do
-  chmod -x "$_i"
-  done
-
-  # Our gdb does not ship the required python modules, so remove it
-  rm -rf "$pkgdir/usr/share/gdb/"
-}
-
-package_glib2-docs() {
-  pkgdesc="Documentation for glib2"
-  conflicts=('gobject2-docs')
-  replaces=('gobject2-docs')
-  license=('custom')
-  options=('docs' '!emptydirs')
-  
-  cd glib-$pkgver/docs
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/glib2-docs"
-  install -m644 reference/COPYING "${pkgdir}/usr/share/licenses/glib2-docs/"
-
-  rm -rf "${pkgdir}/usr/share/man"
-}

Copied: glib2/repos/gnome-unstable-i686/PKGBUILD (from rev 247106, 
glib2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 07:49:38 UTC (rev 247107)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.46.0
+pkgrel=1
+pkgdesc="Common C routines used by GTK+ and other libs"
+url="http://www.gtk.org/;
+arch=(i686 x86_64)
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-$pkgver.tar.xz
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('b1cee83469ae7d80f17c267c37f090414e93960bd62d2b254a5a96fbc5baacb4'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+prepare() {
+  cd glib-$pkgver
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+}
+  
+build() {
+  cd glib-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+check() {
+  cd glib-$pkgver
+  #make -k check || :
+}
+
+package_glib2() {
+  depends=('pcre' 'libffi')
+  

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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 10:41:22
  Author: jgc
Revision: 247119

upgpkg: gdk-pixbuf2 2.31.7-1

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 08:28:03 UTC (rev 247118)
+++ PKGBUILD2015-09-23 08:41:22 UTC (rev 247119)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gdk-pixbuf2
-pkgver=2.31.6
+pkgver=2.31.7
 pkgrel=1
 pkgdesc="An image loading library"
 arch=('i686' 'x86_64')
@@ -9,10 +9,10 @@
 url="http://www.gtk.org/;
 license=('LGPL2.1')
 depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-makedepends=('gtk-doc' 'gobject-introspection' 'python2')
+makedepends=('gtk-doc' 'gobject-introspection')
 install=gdk-pixbuf2.install
 
source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('111203d6f295d69d36e7190204248331cd37285130ac483becdedcd3f0135d18')
+sha256sums=('4736e009168857ce8bb19291f0887c1dc6551cbc3c46d5ffcd034e133e4fd610')
 
 build() {
   cd gdk-pixbuf-$pkgver


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 10:41:28
  Author: jgc
Revision: 247120

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

Added:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
(from rev 247119, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
(from rev 247119, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
(from rev 247119, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install
(from rev 247119, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install

--+
 /PKGBUILD|   66 +
 /gdk-pixbuf2.install |   22 
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gdk-pixbuf2.install   |   11 --
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gdk-pixbuf2.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-23 08:41:22 UTC (rev 247119)
+++ extra-i686/PKGBUILD 2015-09-23 08:41:28 UTC (rev 247120)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gdk-pixbuf2
-pkgver=2.31.6
-pkgrel=1
-pkgdesc="An image loading library"
-arch=('i686' 'x86_64')
-url="http://www.gtk.org/;
-license=('LGPL2.1')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-makedepends=('gtk-doc' 'gobject-introspection' 'python2')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('111203d6f295d69d36e7190204248331cd37285130ac483becdedcd3f0135d18')
-
-build() {
-  cd gdk-pixbuf-$pkgver
-
-  ./configure --prefix=/usr \
---with-x11 \
---with-libjasper \
---with-included-loaders=png
-  make
-}
-
-package() {
-  cd gdk-pixbuf-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/extra-i686/PKGBUILD (from rev 247119, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-23 08:41:28 UTC (rev 247120)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gdk-pixbuf2
+pkgver=2.31.7
+pkgrel=1
+pkgdesc="An image loading library"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/;
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('4736e009168857ce8bb19291f0887c1dc6551cbc3c46d5ffcd034e133e4fd610')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gdk-pixbuf2.install
===
--- extra-i686/gdk-pixbuf2.install  2015-09-23 08:41:22 UTC (rev 247119)
+++ extra-i686/gdk-pixbuf2.install  2015-09-23 08:41:28 UTC (rev 247120)
@@ -1,11 +0,0 @@
-post_install() {
-   gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
-}

Copied: gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install (from rev 247119, 
gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- extra-i686/gdk-pixbuf2.install  (rev 0)
+++ extra-i686/gdk-pixbuf2.install  2015-09-23 08:41:28 UTC (rev 247120)
@@ -0,0 +1,11 @@
+post_install() {
+   gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-23 08:41:22 UTC (rev 247119)
+++ extra-x86_64/PKGBUILD   2015-09-23 08:41:28 UTC (rev 247120)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gdk-pixbuf2
-pkgver=2.31.6
-pkgrel=1
-pkgdesc="An image loading library"
-arch=('i686' 'x86_64')
-url="http://www.gtk.org/;
-license=('LGPL2.1')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-makedepends=('gtk-doc' 'gobject-introspection' 'python2')
-install=gdk-pixbuf2.install

[arch-commits] Commit in adwaita-icon-theme/trunk (PKGBUILD)

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 10:44:32
  Author: jgc
Revision: 247121

upgpkg: adwaita-icon-theme 3.18.0-1

Modified:
  adwaita-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 08:41:28 UTC (rev 247120)
+++ PKGBUILD2015-09-23 08:44:32 UTC (rev 247121)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=adwaita-icon-theme
-pkgver=3.16.2.1
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="Adwaita icon theme"
 arch=(any)
@@ -14,7 +14,7 @@
 install=adwaita-icon-theme.install
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b4556dfbf555d4fac12d4d5c12f7519de0d43ec42a1b649611439a50bf7acb96')
+sha256sums=('5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58')
 
 build() {
 cd "$pkgname-$pkgver"


[arch-commits] Commit in adwaita-icon-theme/repos (3 files)

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 10:44:36
  Author: jgc
Revision: 247122

archrelease: copy trunk to gnome-unstable-any

Added:
  adwaita-icon-theme/repos/gnome-unstable-any/
  adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD
(from rev 247121, adwaita-icon-theme/trunk/PKGBUILD)
  adwaita-icon-theme/repos/gnome-unstable-any/adwaita-icon-theme.install
(from rev 247121, adwaita-icon-theme/trunk/adwaita-icon-theme.install)

+
 PKGBUILD   |   28 
 adwaita-icon-theme.install |   11 +++
 2 files changed, 39 insertions(+)

Copied: adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD (from rev 247121, 
adwaita-icon-theme/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2015-09-23 08:44:36 UTC (rev 247122)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=adwaita-icon-theme
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="Adwaita icon theme"
+arch=(any)
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg')
+makedepends=('intltool' 'icon-naming-utils')
+url="http://www.gnome.org;
+license=('GPL')
+groups=('gnome')
+install=adwaita-icon-theme.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Copied: adwaita-icon-theme/repos/gnome-unstable-any/adwaita-icon-theme.install 
(from rev 247121, adwaita-icon-theme/trunk/adwaita-icon-theme.install)
===
--- gnome-unstable-any/adwaita-icon-theme.install   
(rev 0)
+++ gnome-unstable-any/adwaita-icon-theme.install   2015-09-23 08:44:36 UTC 
(rev 247122)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/Adwaita
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in coin-or-coinutils/trunk (PKGBUILD)

2015-09-23 Thread Antonio Rojas
Date: Wednesday, September 23, 2015 @ 10:46:00
  Author: arojas
Revision: 141511

Update to 2.10.10

Modified:
  coin-or-coinutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 07:30:45 UTC (rev 141510)
+++ PKGBUILD2015-09-23 08:46:00 UTC (rev 141511)
@@ -4,7 +4,7 @@
 # Derived from Daniel Ehlers'
 
 pkgname=coin-or-coinutils
-pkgver=2.10.9
+pkgver=2.10.10
 pkgrel=1
 pkgdesc="COIN-OR collection of utility classes"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gcc-fortran')
 groups=('coin-or')
 
source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('46726f699f8558b158051d6f7b76890449c98f5a')
+sha1sums=('88c02db258092919c7a52ab7d7f3d32506057607')
 
 build() {
   cd CoinUtils-$pkgver
@@ -25,7 +25,7 @@
 
 check() {
   cd CoinUtils-$pkgver
-  make test
+#  make test - Data is missing in 2.10.10 tarball
 }
 
 package() {


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 10:47:22
  Author: jgc
Revision: 247124

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

Added:
  json-glib/repos/extra-i686/PKGBUILD
(from rev 247123, json-glib/trunk/PKGBUILD)
  json-glib/repos/extra-x86_64/PKGBUILD
(from rev 247123, json-glib/trunk/PKGBUILD)
Deleted:
  json-glib/repos/extra-i686/PKGBUILD
  json-glib/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-23 08:47:15 UTC (rev 247123)
+++ extra-i686/PKGBUILD 2015-09-23 08:47:22 UTC (rev 247124)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=json-glib
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="JSON library built on GLib"
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/JsonGlib;
-license=('GPL')
-depends=('glib2')
-makedepends=('gobject-introspection')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('887bd192da8f5edc53b490ec51bf3ffebd958a671f5963e4f3af32c22e35660a')
-
-build(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-check(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}

Copied: json-glib/repos/extra-i686/PKGBUILD (from rev 247123, 
json-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-23 08:47:22 UTC (rev 247124)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=json-glib
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="JSON library built on GLib"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/JsonGlib;
+license=('GPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd')
+
+build(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+check(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-23 08:47:15 UTC (rev 247123)
+++ extra-x86_64/PKGBUILD   2015-09-23 08:47:22 UTC (rev 247124)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=json-glib
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="JSON library built on GLib"
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/JsonGlib;
-license=('GPL')
-depends=('glib2')
-makedepends=('gobject-introspection')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('887bd192da8f5edc53b490ec51bf3ffebd958a671f5963e4f3af32c22e35660a')
-
-build(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-check(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}

Copied: json-glib/repos/extra-x86_64/PKGBUILD (from rev 247123, 
json-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-09-23 08:47:22 UTC (rev 247124)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=json-glib
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="JSON library built on GLib"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/JsonGlib;
+license=('GPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd')
+
+build(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+check(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 10:47:15
  Author: jgc
Revision: 247123

upgpkg: json-glib 1.0.4-1

Modified:
  json-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 08:44:36 UTC (rev 247122)
+++ PKGBUILD2015-09-23 08:47:15 UTC (rev 247123)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=json-glib
-pkgver=1.0.2
+pkgver=1.0.4
 pkgrel=1
 pkgdesc="JSON library built on GLib"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('glib2')
 makedepends=('gobject-introspection')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('887bd192da8f5edc53b490ec51bf3ffebd958a671f5963e4f3af32c22e35660a')
+sha256sums=('80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd')
 
 build(){
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in coin-or-osi/trunk (PKGBUILD)

2015-09-23 Thread Antonio Rojas
Date: Wednesday, September 23, 2015 @ 10:48:07
  Author: arojas
Revision: 141512

Update to 0.107.6

Modified:
  coin-or-osi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 08:46:00 UTC (rev 141511)
+++ PKGBUILD2015-09-23 08:48:07 UTC (rev 141512)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=coin-or-osi
-pkgver=0.107.5
+pkgver=0.107.6
 pkgrel=1
 pkgdesc="COIN-OR Open Solver Interface"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(coin-or-coinutils)
 makedepends=(gcc-fortran)
 source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
-sha1sums=('0e86dd049427bf695e6a1dfbc2f99cde1d920841')
+sha1sums=('defc1b9cdd7a2016cc4c6be75afef91ae69a03d5')
 
 
 build() {


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

2015-09-23 Thread Maxime Gauduin
Date: Wednesday, September 23, 2015 @ 10:50:27
  Author: alucryd
Revision: 141513

upgpkg: emby-server 3.0.5724.5-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 08:48:07 UTC (rev 141512)
+++ PKGBUILD2015-09-23 08:50:27 UTC (rev 141513)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.0.5724.4
-pkgrel=2
+pkgver=3.0.5724.5
+pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('any')
 url='http://emby.media'
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('79d0b17ca5022ad3283c1034f5a8c3bd68dedc97f2cb9507d553f5e91b1cc53e'
+sha256sums=('eeb782bf117e1fede5c234d10617d5eec8a3ab6b0cd84f9b1bfc6dd6f6a97b7b'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 '0e3f6b7fe700a3bbdf97bdae8655453b34b1bd08fa8ae339e0fd130fe8670b0b'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


[arch-commits] Commit in emby-server/repos/community-any (12 files)

2015-09-23 Thread Maxime Gauduin
Date: Wednesday, September 23, 2015 @ 10:51:27
  Author: alucryd
Revision: 141514

archrelease: copy trunk to community-any

Added:
  emby-server/repos/community-any/PKGBUILD
(from rev 141513, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-any/emby-migrate-database
(from rev 141513, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-any/emby-server
(from rev 141513, emby-server/trunk/emby-server)
  emby-server/repos/community-any/emby-server.conf
(from rev 141513, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-any/emby-server.install
(from rev 141513, emby-server/trunk/emby-server.install)
  emby-server/repos/community-any/emby-server.service
(from rev 141513, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-any/PKGBUILD
  emby-server/repos/community-any/emby-migrate-database
  emby-server/repos/community-any/emby-server
  emby-server/repos/community-any/emby-server.conf
  emby-server/repos/community-any/emby-server.install
  emby-server/repos/community-any/emby-server.service

---+
 PKGBUILD  |  108 +++---
 emby-migrate-database |  112 
 emby-server   |6 +-
 emby-server.conf  |8 +--
 emby-server.install   |   62 +-
 emby-server.service   |   32 ++---
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-23 08:50:27 UTC (rev 141513)
+++ PKGBUILD2015-09-23 08:51:27 UTC (rev 141514)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.5724.4
-pkgrel=2
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('any')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'libmediainfo' 'mono' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('79d0b17ca5022ad3283c1034f5a8c3bd68dedc97f2cb9507d553f5e91b1cc53e'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'0e3f6b7fe700a3bbdf97bdae8655453b34b1bd08fa8ae339e0fd130fe8670b0b'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/{etc/conf.d,usr/{bin,lib/systemd/system}}
-  cp -dr --no-preserve='ownership' build "${pkgdir}"/usr/lib/emby-server
-  install -m 755 emby-server "${pkgdir}"/usr/bin/
-  install -m 755 emby-migrate-database "${pkgdir}"/usr/bin/
-  install -m 644 emby-server.service "${pkgdir}"/usr/lib/systemd/system/
-  install -m 644 emby-server.conf "${pkgdir}"/etc/conf.d/emby-server
-
-  install -dm 755 "${pkgdir}"/var/lib/emby
-  chown 422:422 -R "${pkgdir}"/var/lib/emby
-}
-
-# vim: ts=2 sw=2 et:

Copied: emby-server/repos/community-any/PKGBUILD (from rev 141513, 
emby-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-23 08:51:27 UTC (rev 141514)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Seymour 
+
+pkgname=emby-server
+pkgver=3.0.5724.5
+pkgrel=1
+pkgdesc='Bring together your videos, music, photos, and live television'
+arch=('any')
+url='http://emby.media'
+license=('GPL2')
+depends=('ffmpeg' 'imagemagick' 'libmediainfo' 'mono' 'sqlite')
+install='emby-server.install'
+source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz;
+'emby-server'
+'emby-migrate-database'
+'emby-server.conf'
+'emby-server.service')
+backup=('etc/conf.d/emby-server')
+sha256sums=('eeb782bf117e1fede5c234d10617d5eec8a3ab6b0cd84f9b1bfc6dd6f6a97b7b'
+'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
+'0e3f6b7fe700a3bbdf97bdae8655453b34b1bd08fa8ae339e0fd130fe8670b0b'
+'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
+

[arch-commits] Commit in coin-or-clp/trunk (PKGBUILD)

2015-09-23 Thread Antonio Rojas
Date: Wednesday, September 23, 2015 @ 10:53:26
  Author: arojas
Revision: 141515

Update to 1.16.8

Modified:
  coin-or-clp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 08:51:27 UTC (rev 141514)
+++ PKGBUILD2015-09-23 08:53:26 UTC (rev 141515)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Ehlers 
 
 pkgname=coin-or-clp
-pkgver=1.16.7
+pkgver=1.16.8
 pkgrel=1
 pkgdesc="COIN-OR linear programming solver"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=(coin-or)
 depends=(coin-or-osi suitesparse)
 source=("http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
-sha1sums=('407bcebeb427298194e869a9f50788d97b28e196')
+sha1sums=('6cb344514524a7ac33be779c65bf8eec61e57cb3')
 
 build() {
   cd Clp-$pkgver/Clp


[arch-commits] Commit in coin-or-cgl/trunk (PKGBUILD)

2015-09-23 Thread Antonio Rojas
Date: Wednesday, September 23, 2015 @ 10:57:18
  Author: arojas
Revision: 141516

Update to 0.59.7

Modified:
  coin-or-cgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 08:53:26 UTC (rev 141515)
+++ PKGBUILD2015-09-23 08:57:18 UTC (rev 141516)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Ehlers 
 
 pkgname=coin-or-cgl
-pkgver=0.59.6
+pkgver=0.59.7
 pkgrel=1
 pkgdesc="COIN-OR Cut Generation Library"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=(coin-or)
 depends=(coin-or-clp)
 source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha1sums=('6d7d0b6ecd86f0757aa9df577ba38aefa45e63c9')
+sha1sums=('17357cc5377922ad574c361791ed10f506e97f3c')
 
 build() {
   cd Cgl-$pkgver/Cgl


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 11:01:07
  Author: jgc
Revision: 247126

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

Added:
  gtk3/repos/gnome-unstable-i686/
  gtk3/repos/gnome-unstable-i686/PKGBUILD
(from rev 247125, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-i686/gtk-update-icon-cache.install
(from rev 247125, gtk3/trunk/gtk-update-icon-cache.install)
  gtk3/repos/gnome-unstable-i686/gtk3.install
(from rev 247125, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-i686/settings.ini
(from rev 247125, gtk3/trunk/settings.ini)
  gtk3/repos/gnome-unstable-x86_64/
  gtk3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247125, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-x86_64/gtk-update-icon-cache.install
(from rev 247125, gtk3/trunk/gtk-update-icon-cache.install)
  gtk3/repos/gnome-unstable-x86_64/gtk3.install
(from rev 247125, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-x86_64/settings.ini
(from rev 247125, gtk3/trunk/settings.ini)

-+
 gnome-unstable-i686/PKGBUILD|   65 ++
 gnome-unstable-i686/gtk-update-icon-cache.install   |3 
 gnome-unstable-i686/gtk3.install|   18 
 gnome-unstable-i686/settings.ini|4 +
 gnome-unstable-x86_64/PKGBUILD  |   65 ++
 gnome-unstable-x86_64/gtk-update-icon-cache.install |3 
 gnome-unstable-x86_64/gtk3.install  |   18 
 gnome-unstable-x86_64/settings.ini  |4 +
 8 files changed, 180 insertions(+)

Copied: gtk3/repos/gnome-unstable-i686/PKGBUILD (from rev 247125, 
gtk3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 09:01:07 UTC (rev 247126)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=gtk3
+pkgname=(gtk3 gtk-update-icon-cache)
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="GObject-based multi-platform GUI toolkit"
+arch=(i686 x86_64)
+url="http://www.gtk.org/;
+depends=(atk cairo libcups libxcursor libxinerama libxrandr libxi libepoxy 
gdk-pixbuf2
+ libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
+ adwaita-icon-theme json-glib rest)
+makedepends=(gobject-introspection libcanberra)
+license=(LGPL)
+source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
+settings.ini)
+sha256sums=('7fb8ae257403317d3852bad28d064d35f67e978b1fed8b71d5997e87204271b9'
+'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202')
+
+prepare() {
+cd gtk+-$pkgver
+}
+
+build() {
+cd "gtk+-$pkgver"
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-schemas-compile \
+--enable-x11-backend \
+--enable-broadway-backend \
+--enable-wayland-backend
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package_gtk3() {
+depends+=(gtk-update-icon-cache)
+optdepends=('libcanberra: gtk3-widget-factory demo')
+install=gtk3.install
+
+cd "gtk+-$pkgver"
+make DESTDIR="$pkgdir" install
+install -Dm644 ../settings.ini "$pkgdir/usr/share/gtk-3.0/settings.ini"
+
+# split this out to use with gtk2 too
+rm "$pkgdir/usr/bin/gtk-update-icon-cache"
+}
+
+package_gtk-update-icon-cache() {
+pkgdesc="GTK+ icon cache updater"
+depends=(gdk-pixbuf2 hicolor-icon-theme)
+install=gtk-update-icon-cache.install
+
+cd gtk+-$pkgver/gtk
+install -Dm755 gtk-update-icon-cache 
"$pkgdir/usr/bin/gtk-update-icon-cache"
+}
+
+# vim:set et sw=4:

Copied: gtk3/repos/gnome-unstable-i686/gtk-update-icon-cache.install (from rev 
247125, gtk3/trunk/gtk-update-icon-cache.install)
===
--- gnome-unstable-i686/gtk-update-icon-cache.install   
(rev 0)
+++ gnome-unstable-i686/gtk-update-icon-cache.install   2015-09-23 09:01:07 UTC 
(rev 247126)
@@ -0,0 +1,3 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

Copied: gtk3/repos/gnome-unstable-i686/gtk3.install (from rev 247125, 
gtk3/trunk/gtk3.install)
===
--- gnome-unstable-i686/gtk3.install(rev 0)
+++ gnome-unstable-i686/gtk3.install2015-09-23 09:01:07 UTC (rev 247126)
@@ -0,0 +1,18 @@
+post_install() {
+/usr/bin/gtk-query-immodules-3.0 --update-cache
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+/usr/bin/gtk-update-icon-cache -q -t -f 

[arch-commits] Commit in coin-or-cbc/trunk (PKGBUILD)

2015-09-23 Thread Antonio Rojas
Date: Wednesday, September 23, 2015 @ 11:00:36
  Author: arojas
Revision: 141517

Update to 2.9.6

Modified:
  coin-or-cbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 08:57:18 UTC (rev 141516)
+++ PKGBUILD2015-09-23 09:00:36 UTC (rev 141517)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Ehlers 
 
 pkgname=coin-or-cbc
-pkgver=2.9.5
+pkgver=2.9.6
 pkgrel=1
 pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=(coin-or)
 depends=(coin-or-cgl)
 source=("http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
-sha1sums=('265a9bcda6fd55d4eb426453adbf967f5a7bde55')
+sha1sums=('81d67a0076850b62386dc56b15389ba7dca5108b')
 
 build() {
   cd Cbc-$pkgver/Cbc


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 11:00:57
  Author: jgc
Revision: 247125

upgpkg: gtk3 3.18.0-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 08:47:22 UTC (rev 247124)
+++ PKGBUILD2015-09-23 09:00:57 UTC (rev 247125)
@@ -4,7 +4,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.16.7
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 license=(LGPL)
 
source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
 settings.ini)
-sha256sums=('19689d14de54d182fad538153dbff6d41f53841f940aa871585fdea0306c7fba'
+sha256sums=('7fb8ae257403317d3852bad28d064d35f67e978b1fed8b71d5997e87204271b9'
 '01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202')
 
 prepare() {


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

2015-09-23 Thread Sergej Pupykin
Date: Wednesday, September 23, 2015 @ 11:00:49
  Author: spupykin
Revision: 141518

Modified:
  remmina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 09:00:36 UTC (rev 141517)
+++ PKGBUILD2015-09-23 09:00:49 UTC (rev 141518)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="remote desktop client written in GTK+"
 arch=(i686 x86_64)
-url="http://freerdp.github.io/Remmina/;
+url="http://www.remmina.org/;
 license=('GPL')
 depends=('gtk3' 'zlib' 'libjpeg' 'libssh' 'libunique' 'avahi' 'vte3' 
'libgcrypt' 'libxdmcp')
 makedepends=('intltool' 'pkgconfig' 'cmake' 'libgnome-keyring'
@@ -23,13 +23,13 @@
 replaces=('remmina-plugins')
 provides=('remmina-plugins')
 install=remmina.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/Remmina/archive/v$pkgver.tar.gz;
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/Remmina/archive/v${pkgver/_/-}.tar.gz;
"freerdp-1.2.patch")
-md5sums=('825b4dbee7053a059ac314ca11714219'
+md5sums=('72138b37165b8f96b1a45c87bc248eef'
  '509ded89b6a2858b3091698d380da831')
 
 prepare() {
-  cd ${srcdir}/Remmina-$pkgver/
+  cd ${srcdir}/Remmina-${pkgver/_/-}/
   for i in "${source[@]}"; do
 if [[ $i == *.patch ]]; then
   patch -F100 -p1 -i "${srcdir}/${i}"
@@ -38,7 +38,7 @@
 }
 
 build() {
-  cd ${srcdir}/Remmina-$pkgver/
+  cd ${srcdir}/Remmina-${pkgver/_/-}/
   cmake \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=/usr/lib \
@@ -47,7 +47,7 @@
 }
 
 package() {
-  cd ${srcdir}/Remmina-$pkgver/
+  cd ${srcdir}/Remmina-${pkgver/_/-}/
   make DESTDIR=${pkgdir} install
   rm -rf $pkgdir/build
 }


[arch-commits] Commit in coin-or-coinutils/repos (4 files)

2015-09-23 Thread Antonio Rojas
Date: Wednesday, September 23, 2015 @ 11:14:38
  Author: arojas
Revision: 141520

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

Added:
  coin-or-coinutils/repos/community-i686/PKGBUILD
(from rev 141519, coin-or-coinutils/trunk/PKGBUILD)
  coin-or-coinutils/repos/community-x86_64/PKGBUILD
(from rev 141519, coin-or-coinutils/trunk/PKGBUILD)
Deleted:
  coin-or-coinutils/repos/community-i686/PKGBUILD
  coin-or-coinutils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-23 09:13:08 UTC (rev 141519)
+++ community-i686/PKGBUILD 2015-09-23 09:14:38 UTC (rev 141520)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: tikysal 
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.10.9
-pkgrel=1
-pkgdesc="COIN-OR collection of utility classes"
-arch=('i686' 'x86_64')
-url="https://projects.coin-or.org/CoinUtils;
-license=('EPL')
-depends=('zlib' 'bzip2' 'glpk' 'lapack')
-makedepends=('gcc-fortran')
-groups=('coin-or')
-source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('46726f699f8558b158051d6f7b76890449c98f5a')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-coinutils/repos/community-i686/PKGBUILD (from rev 141519, 
coin-or-coinutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-23 09:14:38 UTC (rev 141520)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: tikysal 
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.10
+pkgrel=1
+pkgdesc="COIN-OR collection of utility classes"
+arch=('i686' 'x86_64')
+url="https://projects.coin-or.org/CoinUtils;
+license=('EPL')
+depends=('zlib' 'bzip2' 'glpk' 'lapack')
+makedepends=('gcc-fortran')
+groups=('coin-or')
+source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
+sha1sums=('88c02db258092919c7a52ab7d7f3d32506057607')
+
+build() {
+  cd CoinUtils-$pkgver
+
+  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+#  make test - Data is missing in 2.10.10 tarball
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-23 09:13:08 UTC (rev 141519)
+++ community-x86_64/PKGBUILD   2015-09-23 09:14:38 UTC (rev 141520)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: tikysal 
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.10.9
-pkgrel=1
-pkgdesc="COIN-OR collection of utility classes"
-arch=('i686' 'x86_64')
-url="https://projects.coin-or.org/CoinUtils;
-license=('EPL')
-depends=('zlib' 'bzip2' 'glpk' 'lapack')
-makedepends=('gcc-fortran')
-groups=('coin-or')
-source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('46726f699f8558b158051d6f7b76890449c98f5a')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-coinutils/repos/community-x86_64/PKGBUILD (from rev 141519, 
coin-or-coinutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-23 09:14:38 UTC (rev 141520)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: tikysal 
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.10
+pkgrel=1
+pkgdesc="COIN-OR collection of utility classes"

[arch-commits] Commit in coin-or-mp/trunk (PKGBUILD)

2015-09-23 Thread Antonio Rojas
Date: Wednesday, September 23, 2015 @ 11:13:08
  Author: arojas
Revision: 141519

Update to 1.8.3

Modified:
  coin-or-mp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 09:00:49 UTC (rev 141518)
+++ PKGBUILD2015-09-23 09:13:08 UTC (rev 141519)
@@ -5,18 +5,17 @@
 # Contributor: Daniel Ehlers 
 
 pkgname=coin-or-mp
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc="C-API library that supports most of the functionality of CLP (Coin 
LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="https://projects.coin-or.org/CoinMP;
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-cbc')
-provides=('coin-mp')
-options=('!emptydirs')
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cbc)
+provides=(coin-mp)
 source=(http://www.coin-or.org/download/source/CoinMP/CoinMP-$pkgver.tgz)
-sha256sums=('6a7a98749f2555f5a3dba1eef79fed573365fc6ba128475660d261d4799b6728')
+sha256sums=('a1a665db36c7fd69c1e53fffbd108cae1bf22f08acf81c394cd454b8168f22f7')
 
 build() {
   cd CoinMP-$pkgver
@@ -42,9 +41,7 @@
 
 package() {
   cd CoinMP-$pkgver/CoinMP
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
 
   make DESTDIR="$pkgdir" install
-  mv "$pkgdir/$pkgdir"/usr/share/coin/doc/CoinMP/* 
"$pkgdir"/usr/share/coin/doc/CoinMP/
+  rm -r "$pkgdir"/build
 }
-


[arch-commits] Commit in coin-or-cgl/repos (4 files)

2015-09-23 Thread Antonio Rojas
Date: Wednesday, September 23, 2015 @ 11:15:31
  Author: arojas
Revision: 141522

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

Added:
  coin-or-cgl/repos/community-i686/PKGBUILD
(from rev 141521, coin-or-cgl/trunk/PKGBUILD)
  coin-or-cgl/repos/community-x86_64/PKGBUILD
(from rev 141521, coin-or-cgl/trunk/PKGBUILD)
Deleted:
  coin-or-cgl/repos/community-i686/PKGBUILD
  coin-or-cgl/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-23 09:15:08 UTC (rev 141521)
+++ community-i686/PKGBUILD 2015-09-23 09:15:31 UTC (rev 141522)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: spider-mario 
-# Contributor: Daniel Ehlers 
-
-pkgname=coin-or-cgl
-pkgver=0.59.6
-pkgrel=1
-pkgdesc="COIN-OR Cut Generation Library"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/Cgl;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-clp)
-source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha1sums=('6d7d0b6ecd86f0757aa9df577ba38aefa45e63c9')
-
-build() {
-  cd Cgl-$pkgver/Cgl
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr \
-  --with-osi-lib="$(pkg-config --libs osi)" \
-  --with-osi-incdir="/usr/include/coin/" \
-  --with-clp-lib="$(pkg-config --libs clp)" \
-  --with-clp-incdir="/usr/include/coin/" \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/" \
-  --enable-dependency-linking
-  make
-}
-
-check() {
-  cd Cgl-$pkgver/Cgl
-  make test
-}
-
-package() {
-  cd Cgl-$pkgver/Cgl
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-cgl/repos/community-i686/PKGBUILD (from rev 141521, 
coin-or-cgl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-23 09:15:31 UTC (rev 141522)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cgl
+pkgver=0.59.7
+pkgrel=1
+pkgdesc="COIN-OR Cut Generation Library"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Cgl;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-clp)
+source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
+sha1sums=('17357cc5377922ad574c361791ed10f506e97f3c')
+
+build() {
+  cd Cgl-$pkgver/Cgl
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --enable-dependency-linking
+  make
+}
+
+check() {
+  cd Cgl-$pkgver/Cgl
+  make test
+}
+
+package() {
+  cd Cgl-$pkgver/Cgl
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-23 09:15:08 UTC (rev 141521)
+++ community-x86_64/PKGBUILD   2015-09-23 09:15:31 UTC (rev 141522)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: spider-mario 
-# Contributor: Daniel Ehlers 
-
-pkgname=coin-or-cgl
-pkgver=0.59.6
-pkgrel=1
-pkgdesc="COIN-OR Cut Generation Library"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/Cgl;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-clp)
-source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha1sums=('6d7d0b6ecd86f0757aa9df577ba38aefa45e63c9')
-
-build() {
-  cd Cgl-$pkgver/Cgl
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr \
-  --with-osi-lib="$(pkg-config --libs osi)" \
-  --with-osi-incdir="/usr/include/coin/" \
-  --with-clp-lib="$(pkg-config --libs clp)" \
-  --with-clp-incdir="/usr/include/coin/" \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/" \
-  --enable-dependency-linking
-  make
-}
-
-check() {
-  cd Cgl-$pkgver/Cgl
-  

[arch-commits] Commit in coin-or-cbc/repos (4 files)

2015-09-23 Thread Antonio Rojas
Date: Wednesday, September 23, 2015 @ 11:15:08
  Author: arojas
Revision: 141521

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

Added:
  coin-or-cbc/repos/community-i686/PKGBUILD
(from rev 141520, coin-or-cbc/trunk/PKGBUILD)
  coin-or-cbc/repos/community-x86_64/PKGBUILD
(from rev 141520, coin-or-cbc/trunk/PKGBUILD)
Deleted:
  coin-or-cbc/repos/community-i686/PKGBUILD
  coin-or-cbc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-23 09:14:38 UTC (rev 141520)
+++ community-i686/PKGBUILD 2015-09-23 09:15:08 UTC (rev 141521)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: spider-mario 
-# Contributor: Daniel Ehlers 
-
-pkgname=coin-or-cbc
-pkgver=2.9.5
-pkgrel=1
-pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/Cbc;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-cgl)
-source=("http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
-sha1sums=('265a9bcda6fd55d4eb426453adbf967f5a7bde55')
-
-build() {
-  cd Cbc-$pkgver/Cbc
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr \
-  --with-osi-lib="$(pkg-config --libs osi)" \
-  --with-osi-incdir="/usr/include/coin/" \
-  --with-clp-lib="$(pkg-config --libs clp)" \
-  --with-clp-incdir="/usr/include/coin/" \
-  --with-cgl-lib="$(pkg-config --libs cgl)" \
-  --with-cgl-incdir="/usr/include/coin/" \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/" \
-  --enable-dependency-linking \
-  --enable-cbc-parallel
-  make
-}
-
-check() {
-  cd Cbc-$pkgver/Cbc
-  make test
-}
-
-package() {
-  cd Cbc-$pkgver/Cbc
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-cbc/repos/community-i686/PKGBUILD (from rev 141520, 
coin-or-cbc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-23 09:15:08 UTC (rev 141521)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cbc
+pkgver=2.9.6
+pkgrel=1
+pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Cbc;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cgl)
+source=("http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
+sha1sums=('81d67a0076850b62386dc56b15389ba7dca5108b')
+
+build() {
+  cd Cbc-$pkgver/Cbc
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --enable-dependency-linking \
+  --enable-cbc-parallel
+  make
+}
+
+check() {
+  cd Cbc-$pkgver/Cbc
+  make test
+}
+
+package() {
+  cd Cbc-$pkgver/Cbc
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-23 09:14:38 UTC (rev 141520)
+++ community-x86_64/PKGBUILD   2015-09-23 09:15:08 UTC (rev 141521)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: spider-mario 
-# Contributor: Daniel Ehlers 
-
-pkgname=coin-or-cbc
-pkgver=2.9.5
-pkgrel=1
-pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/Cbc;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-cgl)
-source=("http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
-sha1sums=('265a9bcda6fd55d4eb426453adbf967f5a7bde55')
-
-build() {
-  cd Cbc-$pkgver/Cbc
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr \
-  --with-osi-lib="$(pkg-config --libs osi)" \
-  

[arch-commits] Commit in at-spi2-core/trunk (PKGBUILD)

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 09:57:30
  Author: jgc
Revision: 247111

upgpkg: at-spi2-core 2.18.0-1

Modified:
  at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 07:55:59 UTC (rev 247110)
+++ PKGBUILD2015-09-23 07:57:30 UTC (rev 247111)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-core
-pkgver=2.16.0
+pkgver=2.18.0
 pkgrel=1
 pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('dbus' 'glib2' 'libxtst')
 makedepends=('intltool' 'gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1c0b77fb8ce81abbf1d80c0afee9858b3f9229f673b7881995fe0fc16b1a74d0')
+sha256sums=('1aeec77db6eb8087049af39a07f55756c55319f739d2998030fe6f4ced03ca76')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 10:21:04
  Author: jgc
Revision: 247113

upgpkg: atk 2.18.0-1

Modified:
  atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 07:57:37 UTC (rev 247112)
+++ PKGBUILD2015-09-23 08:21:04 UTC (rev 247113)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=atk
-pkgver=2.16.0
+pkgver=2.18.0
 pkgrel=1
 pkgdesc="A library providing a set of interfaces for accessibility"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 makedepends=('gobject-introspection')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 url='https://developer.gnome.org/atk/'
-sha256sums=('095f986060a6a0b22eb15eef84ae9f14a1cf8082488faa6886d94c37438ae562')
+sha256sums=('ce6c48d77bf951083029d5a396dd552d836fff3c1715d3a7022e917e46d0c92b')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 10:21:11
  Author: jgc
Revision: 247114

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

Added:
  atk/repos/gnome-unstable-i686/
  atk/repos/gnome-unstable-i686/PKGBUILD
(from rev 247113, atk/trunk/PKGBUILD)
  atk/repos/gnome-unstable-x86_64/
  atk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247113, atk/trunk/PKGBUILD)

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

Copied: atk/repos/gnome-unstable-i686/PKGBUILD (from rev 247113, 
atk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 08:21:11 UTC (rev 247114)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=atk
+pkgver=2.18.0
+pkgrel=1
+pkgdesc="A library providing a set of interfaces for accessibility"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url='https://developer.gnome.org/atk/'
+sha256sums=('ce6c48d77bf951083029d5a396dd552d836fff3c1715d3a7022e917e46d0c92b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: atk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247113, 
atk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 08:21:11 UTC (rev 247114)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=atk
+pkgver=2.18.0
+pkgrel=1
+pkgdesc="A library providing a set of interfaces for accessibility"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url='https://developer.gnome.org/atk/'
+sha256sums=('ce6c48d77bf951083029d5a396dd552d836fff3c1715d3a7022e917e46d0c92b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 10:23:02
  Author: jgc
Revision: 247115

upgpkg: at-spi2-atk 2.18.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 08:21:11 UTC (rev 247114)
+++ PKGBUILD2015-09-23 08:23:02 UTC (rev 247115)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.16.0
+pkgver=2.18.0
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('78efc45ec36383bf785f8636e64a8d866defeb020e00a08f92978f1fc3772ff9')
+sha256sums=('4a6db33453b6efd15fa7d84ef2a3421262a053f57f1df6e7a2536d02bacdf375')
 
 build() {
   cd $pkgname-$pkgver


  1   2   >