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

2015-12-04 Thread Lukas Fleischer
Date: Saturday, December 5, 2015 @ 08:59:11
  Author: lfleischer
Revision: 148432

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

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

---+
 /PKGBUILD |   62 
 /mpop.install |   32 
 community-i686/PKGBUILD   |   31 
 community-i686/mpop.install   |   16 --
 community-x86_64/PKGBUILD |   31 
 community-x86_64/mpop.install |   16 --
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-05 07:59:00 UTC (rev 148431)
+++ community-i686/PKGBUILD 2015-12-05 07:59:11 UTC (rev 148432)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Israel Herraiz 
-# Contributor: Roberto Alsina 
-
-pkgname=mpop
-pkgver=1.2.2
-pkgrel=2
-pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
-arch=('i686' 'x86_64')
-url="http://mpop.sourceforge.net/";
-license=('GPL3')
-depends=('gnutls' 'libidn')
-install=mpop.install
-source=("http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.xz"{,.sig})
-md5sums=('4ff3088fcbc94c70c66d6002435bfe9c'
- 'SKIP')
-validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294')
-
-build() {
-  cd "$srcdir/mpop-$pkgver"
-
-  ./configure --prefix=/usr --with-ssl=gnutls
-  make
-}
-
-package() {
-  cd "$srcdir/mpop-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 doc/mpoprc.example "$pkgdir/usr/share/mpop/mpoprc.example"
-}

Copied: mpop/repos/community-i686/PKGBUILD (from rev 148431, 
mpop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-05 07:59:11 UTC (rev 148432)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Israel Herraiz 
+# Contributor: Roberto Alsina 
+
+pkgname=mpop
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
+arch=('i686' 'x86_64')
+url="http://mpop.sourceforge.net/";
+license=('GPL3')
+depends=('gnutls' 'libidn')
+install=mpop.install
+source=("http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.xz"{,.sig})
+md5sums=('e6748a0ce0ec75b96e457b8f27bd16c8'
+ 'SKIP')
+validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294')
+
+build() {
+  cd "$srcdir/mpop-$pkgver"
+
+  ./configure --prefix=/usr --with-ssl=gnutls
+  make
+}
+
+package() {
+  cd "$srcdir/mpop-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 doc/mpoprc.example "$pkgdir/usr/share/mpop/mpoprc.example"
+}

Deleted: community-i686/mpop.install
===
--- community-i686/mpop.install 2015-12-05 07:59:00 UTC (rev 148431)
+++ community-i686/mpop.install 2015-12-05 07:59:11 UTC (rev 148432)
@@ -1,16 +0,0 @@
-infodir=/usr/share/info
-
-post_install() {
-  install-info "$infodir/mpop.info" "$infodir/dir" 2>/dev/null
-
-  echo "==> Sample config: /usr/share/mpop/mpoprc.example"
-  echo "==> Copy it to your home folder as ~/.mpoprc."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  install-info --delete "$infodir/mpop.info" "$infodir/dir" 2>/dev/null
-}

Copied: mpop/repos/community-i686/mpop.install (from rev 148431, 
mpop/trunk/mpop.install)
===
--- community-i686/mpop.install (rev 0)
+++ community-i686/mpop.install 2015-12-05 07:59:11 UTC (rev 148432)
@@ -0,0 +1,16 @@
+infodir=/usr/share/info
+
+post_install() {
+  install-info "$infodir/mpop.info" "$infodir/dir" 2>/dev/null
+
+  echo "==> Sample config: /usr/share/mpop/mpoprc.example"
+  echo "==> Copy it to your home folder as ~/.mpoprc."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  install-info --delete "$infodir/mpop.info" "$infodir/dir" 2>/dev/null
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-05 07:59:00 UTC (rev 148431)
+++ community-x86_64/PKGBUILD   2015-12-05 07:59:11 UTC (rev 148432)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Israel Herraiz 
-# Contributor: Roberto Alsina 
-
-pkgname=mpop
-pkgver=1.2.2
-pkgrel=2
-pkgdesc="A small, fast POP3 client su

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

2015-12-04 Thread Lukas Fleischer
Date: Saturday, December 5, 2015 @ 08:59:00
  Author: lfleischer
Revision: 148431

upgpkg: mpop 1.2.3-1

Upstream update.

Modified:
  mpop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 06:49:14 UTC (rev 148430)
+++ PKGBUILD2015-12-05 07:59:00 UTC (rev 148431)
@@ -3,8 +3,8 @@
 # Contributor: Roberto Alsina 
 
 pkgname=mpop
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.3
+pkgrel=1
 pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
 arch=('i686' 'x86_64')
 url="http://mpop.sourceforge.net/";
@@ -12,7 +12,7 @@
 depends=('gnutls' 'libidn')
 install=mpop.install
 source=("http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.xz"{,.sig})
-md5sums=('4ff3088fcbc94c70c66d6002435bfe9c'
+md5sums=('e6748a0ce0ec75b96e457b8f27bd16c8'
  'SKIP')
 validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294')
 


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

2015-12-04 Thread Allan McRae
Date: Saturday, December 5, 2015 @ 08:00:44
  Author: allan
Revision: 252371

upstream update, use latest ISL

Modified:
  gcc/trunk/PKGBUILD
Deleted:
  gcc/trunk/pr66035.patch

---+
 PKGBUILD  |   17 ++---
 pr66035.patch |   48 
 2 files changed, 6 insertions(+), 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 06:22:53 UTC (rev 252370)
+++ PKGBUILD2015-12-05 07:00:44 UTC (rev 252371)
@@ -5,10 +5,10 @@
 # NOTE: libtool requires rebuilt with each new gcc version
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
-pkgver=5.2.0
+pkgver=5.3.0
 _pkgver=5
-_islver=0.14.1
-pkgrel=2
+_islver=0.15
+pkgrel=1
 #_snapshot=5-20150623
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
@@ -19,11 +19,9 @@
 options=('!emptydirs')
 source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
 
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
-http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
-pr66035.patch)
-md5sums=('a51bcfeb3da7dd4c623e27207ed43467'
- '118d1a379abf7606a3334c98a8411c79'
- '5b980076cd5fcbc3aff6014f306282dd')
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
+md5sums=('c9616fd448f980259c31de613e575719'
+ '8428efbbc6f6e2810ce5c1ba73ecf98c')
 
 if [ -n "${_snapshot}" ]; then
   _basedir=gcc-${_snapshot}
@@ -50,9 +48,6 @@
   # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
   sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
 
-  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66035
-  patch -p1 -i ${srcdir}/pr66035.patch
-
   mkdir ${srcdir}/gcc-build
 }
 

Deleted: pr66035.patch
===
--- pr66035.patch   2015-12-05 06:22:53 UTC (rev 252370)
+++ pr66035.patch   2015-12-05 07:00:44 UTC (rev 252371)
@@ -1,48 +0,0 @@
 a/gcc/fortran/trans-expr.c 
-+++ a/gcc/fortran/trans-expr.c 
-@@ -6897,6 +6897,30 @@ alloc_scalar_allocatable_for_subcomponent_assignment 
(stmtblock_t *block,
-  TREE_TYPE (tmp), tmp,
-  fold_convert (TREE_TYPE (tmp), size));
- }
-+  else if (cm->ts.type == BT_CLASS)
-+{
-+  gcc_assert (expr2->ts.type == BT_CLASS || expr2->ts.type == BT_DERIVED);
-+  if (expr2->ts.type == BT_DERIVED)
-+  {
-+tmp = gfc_get_symbol_decl (gfc_find_vtab (&expr2->ts));
-+tmp = gfc_build_addr_expr (NULL_TREE, tmp);
-+size = fold_convert (size_type_node, gfc_vptr_size_get (tmp));
-+  }
-+  else
-+  {
-+gfc_expr *e2vtab;
-+gfc_se se;
-+e2vtab = gfc_find_and_cut_at_last_class_ref (expr2);
-+gfc_add_vptr_component (e2vtab);
-+gfc_add_size_component (e2vtab);
-+gfc_init_se (&se, NULL);
-+gfc_conv_expr (&se, e2vtab);
-+gfc_add_block_to_block (block, &se.pre);
-+size = fold_convert (size_type_node, se.expr);
-+gfc_free_expr (e2vtab);
-+  }
-+  size_in_bytes = size;
-+}
-   else
- {
-   /* Otherwise use the length in bytes of the rhs.  */
-@@ -7068,6 +7092,14 @@ gfc_trans_subcomponent_assign (tree dest, gfc_component 
* cm, gfc_expr * expr,
- tmp = gfc_build_memcpy_call (tmp, se.expr, size);
- gfc_add_expr_to_block (&block, tmp);
-   }
-+  else if (cm->ts.type == BT_CLASS && expr->ts.type == BT_CLASS)
-+  {
-+tmp = gfc_copy_class_to_class (se.expr, dest, integer_one_node,
-+ CLASS_DATA (cm)->attr.unlimited_polymorphic);
-+gfc_add_expr_to_block (&block, tmp);
-+gfc_add_modify (&block, gfc_class_vptr_get (dest),
-+gfc_class_vptr_get (se.expr));
-+  }
-   else
-   gfc_add_modify (&block, tmp,
-   fold_convert (TREE_TYPE (tmp), se.expr));


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

2015-12-04 Thread Evangelos Foutras
Date: Saturday, December 5, 2015 @ 07:49:14
  Author: foutrelis
Revision: 148430

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

Added:
  glom/repos/community-i686/PKGBUILD
(from rev 148429, glom/trunk/PKGBUILD)
  glom/repos/community-i686/glom.changelog
(from rev 148429, glom/trunk/glom.changelog)
  glom/repos/community-i686/glom.install
(from rev 148429, glom/trunk/glom.install)
  glom/repos/community-x86_64/PKGBUILD
(from rev 148429, glom/trunk/PKGBUILD)
  glom/repos/community-x86_64/glom.changelog
(from rev 148429, glom/trunk/glom.changelog)
  glom/repos/community-x86_64/glom.install
(from rev 148429, glom/trunk/glom.install)
Deleted:
  glom/repos/community-i686/PKGBUILD
  glom/repos/community-i686/glom.changelog
  glom/repos/community-i686/glom.install
  glom/repos/community-x86_64/PKGBUILD
  glom/repos/community-x86_64/glom.changelog
  glom/repos/community-x86_64/glom.install

-+
 /PKGBUILD   |   78 ++
 /glom.changelog |   22 ++
 /glom.install   |   26 
 community-i686/PKGBUILD |   39 ---
 community-i686/glom.changelog   |   11 -
 community-i686/glom.install |   13 --
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/glom.changelog |   11 -
 community-x86_64/glom.install   |   13 --
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-05 06:49:03 UTC (rev 148429)
+++ community-i686/PKGBUILD 2015-12-05 06:49:14 UTC (rev 148430)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Roman Kyrylych 
-# Contributor: William Rea 
-# Contributor: Jaroslav Lichtblau 
-
-pkgname=glom
-pkgver=1.28.5
-pkgrel=2
-pkgdesc="An easy-to-use database designer and user interface"
-arch=('i686' 'x86_64')
-url="http://www.glom.org/";
-license=('GPL')
-depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject'
- 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
-makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres'
- 'libgda-mysql')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4a94fb638028cf7bf5c4ebad6e1667ed595b940cd94124d17174392fe814')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---with-postgres-utils=/usr/bin \
---disable-scrollkeeper \
---disable-update-mime-database \
---disable-static \
-PYTHON=python2
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: glom/repos/community-i686/PKGBUILD (from rev 148429, 
glom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-05 06:49:14 UTC (rev 148430)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Roman Kyrylych 
+# Contributor: William Rea 
+# Contributor: Jaroslav Lichtblau 
+
+pkgname=glom
+pkgver=1.30.0
+pkgrel=1
+pkgdesc="An easy-to-use database designer and user interface"
+arch=('i686' 'x86_64')
+url="http://www.glom.org/";
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python-gobject'
+ 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres'
+ 'libgda-mysql')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('219dac37aa12a2219ed99828269faddc86af8118444602158c5cf594cd3b8cf0')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-scrollkeeper \
+--disable-update-mime-database \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/glom.changelog
===
--- community-i686/glom.changelog   2015-12-05 06:49:03 UTC (rev 148429)
+++ community-i686/glom.changelog   2015-12-05 06:49:14 UTC (rev 148430)
@@ -1,11 +0,0 @@
-2015-07-13 Jaroslav Lichtblau 
-* glom-1.28.5-1
-
-2015-03-28 Jaroslav Lichtblau 
-* glom-1.28.4-1
-
-2014-11-05 Jaroslav Lichtblau 
-* glom-1.28.0-1
-
-2013-11-11 Jaroslav Lichtblau 
-* glom-1.24.2-1

Copied: glom/repos/community-i686/glom.changelog (from rev 148429, 
glom/trunk/glom.changelog)
===
--- community

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

2015-12-04 Thread Evangelos Foutras
Date: Saturday, December 5, 2015 @ 07:49:03
  Author: foutrelis
Revision: 148429

upgpkg: glom 1.30.0-1

New upstream release.

Modified:
  glom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 06:34:25 UTC (rev 148428)
+++ PKGBUILD2015-12-05 06:49:03 UTC (rev 148429)
@@ -5,13 +5,13 @@
 # Contributor: Jaroslav Lichtblau 
 
 pkgname=glom
-pkgver=1.28.5
-pkgrel=2
+pkgver=1.30.0
+pkgrel=1
 pkgdesc="An easy-to-use database designer and user interface"
 arch=('i686' 'x86_64')
 url="http://www.glom.org/";
 license=('GPL')
-depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject'
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python-gobject'
  'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
 makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres'
  'libgda-mysql')
@@ -18,17 +18,17 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4a94fb638028cf7bf5c4ebad6e1667ed595b940cd94124d17174392fe814')
+sha256sums=('219dac37aa12a2219ed99828269faddc86af8118444602158c5cf594cd3b8cf0')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 
-  ./configure --prefix=/usr \
+  ./configure \
+--prefix=/usr \
 --with-postgres-utils=/usr/bin \
 --disable-scrollkeeper \
 --disable-update-mime-database \
---disable-static \
-PYTHON=python2
+--disable-static
   make
 }
 


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

2015-12-04 Thread Evangelos Foutras
Date: Saturday, December 5, 2015 @ 07:34:16
  Author: foutrelis
Revision: 148427

upgpkg: goocanvasmm 1.90.11-1

New upstream release.

Modified:
  goocanvasmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 06:30:52 UTC (rev 148426)
+++ PKGBUILD2015-12-05 06:34:16 UTC (rev 148427)
@@ -5,7 +5,7 @@
 # Contributor: Laurent Meunier 
 
 pkgname=goocanvasmm
-pkgver=1.90.9
+pkgver=1.90.11
 pkgrel=1
 pkgdesc='C++ wrappers for goocanvas'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('goocanvas' 'gtkmm3')
 
source=(http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/1.90/goocanvasmm-${pkgver}.tar.xz)
-sha256sums=('a2f52fbff4f753602bb55ac8588201efd5f193c890df6dfc72004eaaf5daae92')
+sha256sums=('80ff11873ec0e73d9e38b0eb2ffb1586621f0b804093b990e49fdb546476ed6e')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-12-04 Thread Evangelos Foutras
Date: Saturday, December 5, 2015 @ 07:34:25
  Author: foutrelis
Revision: 148428

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-05 06:34:16 UTC (rev 148427)
+++ community-i686/PKGBUILD 2015-12-05 06:34:25 UTC (rev 148428)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Laurent Meunier 
-
-pkgname=goocanvasmm
-pkgver=1.90.9
-pkgrel=1
-pkgdesc='C++ wrappers for goocanvas'
-arch=('i686' 'x86_64')
-url='http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/'
-license=('GPL')
-depends=('goocanvas' 'gtkmm3')
-source=(http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/1.90/goocanvasmm-${pkgver}.tar.xz)
-sha256sums=('a2f52fbff4f753602bb55ac8588201efd5f193c890df6dfc72004eaaf5daae92')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-documentation
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: goocanvasmm/repos/community-i686/PKGBUILD (from rev 148427, 
goocanvasmm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-05 06:34:25 UTC (rev 148428)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Laurent Meunier 
+
+pkgname=goocanvasmm
+pkgver=1.90.11
+pkgrel=1
+pkgdesc='C++ wrappers for goocanvas'
+arch=('i686' 'x86_64')
+url='http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/'
+license=('GPL')
+depends=('goocanvas' 'gtkmm3')
+source=(http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/1.90/goocanvasmm-${pkgver}.tar.xz)
+sha256sums=('80ff11873ec0e73d9e38b0eb2ffb1586621f0b804093b990e49fdb546476ed6e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-documentation
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-05 06:34:16 UTC (rev 148427)
+++ community-x86_64/PKGBUILD   2015-12-05 06:34:25 UTC (rev 148428)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Laurent Meunier 
-
-pkgname=goocanvasmm
-pkgver=1.90.9
-pkgrel=1
-pkgdesc='C++ wrappers for goocanvas'
-arch=('i686' 'x86_64')
-url='http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/'
-license=('GPL')
-depends=('goocanvas' 'gtkmm3')
-source=(http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/1.90/goocanvasmm-${pkgver}.tar.xz)
-sha256sums=('a2f52fbff4f753602bb55ac8588201efd5f193c890df6dfc72004eaaf5daae92')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-documentation
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: goocanvasmm/repos/community-x86_64/PKGBUILD (from rev 148427, 
goocanvasmm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-05 06:34:25 UTC (rev 148428)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Laurent Meunier 
+
+pkgname=goocanvasmm
+pkgver=1.90.11
+pkgrel=1
+pkgdesc='C++ wrappers for goocanvas'
+arch=('i686' 'x86_64')
+url='http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/'
+license=('GPL')
+depends=('goocanvas' 'gtkmm3')
+source=(http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/1.90/goocanvasmm-${pkgver}.tar.xz)
+sha256sums=('80ff11873ec0e73d9e38b0eb2ffb1586621f0b804093b990e49fdb546476ed6e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-documentation
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} 

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

2015-12-04 Thread Evangelos Foutras
Date: Saturday, December 5, 2015 @ 07:30:52
  Author: foutrelis
Revision: 148426

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-05 06:27:26 UTC (rev 148425)
+++ community-i686/PKGBUILD 2015-12-05 06:30:52 UTC (rev 148426)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Jan de Groot 
-
-pkgbase=libgdamm
-pkgname=(libgdamm libgdamm-docs)
-pkgver=4.99.8
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('libgda' 'libsigc++' 'glibmm' 'glibmm-docs')
-url="http://www.gtkmm.org/";
-license=('LGPL')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bdd355351a60ec7d21730b403389a9f51ef1a91bd58582a09cdc0eab639f8b9b')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package_libgdamm() {
-  pkgdesc="C++ bindings for libgda"
-  depends=('libgda' 'glibmm' 'libsigc++')
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libgdamm-docs() {
-  pkgdesc="Developer documentation for libgdamm"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C docs DESTDIR="${pkgdir}" install
-}

Copied: libgdamm/repos/community-i686/PKGBUILD (from rev 148425, 
libgdamm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-05 06:30:52 UTC (rev 148426)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Jan de Groot 
+
+pkgbase=libgdamm
+pkgname=(libgdamm libgdamm-docs)
+pkgver=4.99.10
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('libgda' 'libsigc++' 'glibmm' 'glibmm-docs')
+url="http://www.gtkmm.org/";
+license=('LGPL')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9ba757b44db17313cd2ac2bc0e87a06bfc332dd3dfd132c141c8091334ee2c24')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package_libgdamm() {
+  pkgdesc="C++ bindings for libgda"
+  depends=('libgda' 'glibmm' 'libsigc++')
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libgdamm-docs() {
+  pkgdesc="Developer documentation for libgdamm"
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make -C docs DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-05 06:27:26 UTC (rev 148425)
+++ community-x86_64/PKGBUILD   2015-12-05 06:30:52 UTC (rev 148426)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Jan de Groot 
-
-pkgbase=libgdamm
-pkgname=(libgdamm libgdamm-docs)
-pkgver=4.99.8
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('libgda' 'libsigc++' 'glibmm' 'glibmm-docs')
-url="http://www.gtkmm.org/";
-license=('LGPL')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bdd355351a60ec7d21730b403389a9f51ef1a91bd58582a09cdc0eab639f8b9b')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package_libgdamm() {
-  pkgdesc="C++ bindings for libgda"
-  depends=('libgda' 'glibmm' 'libsigc++')
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libgdamm-docs() {
-  pkgdesc="Developer documentation for libgdamm"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C docs DESTDIR="${pkgdir}" install
-}

Copied: libgdamm/repos/community-x86_64/PKGBUILD (from rev 148425, 
libgdamm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-05 06:30:52 UTC (rev 148426)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Jan de Groot 
+
+pkgbase=libgdamm
+pkgname=(li

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

2015-12-04 Thread Evangelos Foutras
Date: Saturday, December 5, 2015 @ 07:27:26
  Author: foutrelis
Revision: 148425

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

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

+
 /PKGBUILD  |   72 +++
 /guitarix2.install |   22 ++
 community-i686/PKGBUILD|   36 -
 community-i686/guitarix2.install   |   11 -
 community-x86_64/PKGBUILD  |   36 -
 community-x86_64/guitarix2.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-05 06:27:14 UTC (rev 148424)
+++ community-i686/PKGBUILD 2015-12-05 06:27:26 UTC (rev 148425)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=guitarix2
-pkgver=0.33.0
-pkgrel=2
-pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
-arch=('i686' 'x86_64')
-url="http://guitarix.sourceforge.net/";
-license=('GPL')
-depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
- 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
-makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
-optdepends=('meterbridge: sound meters')
-provides=('guitarix' 'gx_head')
-conflicts=('guitarix' 'gx_head')
-replaces=('guitarix' 'gx_head')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2";)
-md5sums=('a60b695df6a73ba9d49b82b61f2af6b1')
-
-build() {
-  cd guitarix-$pkgver
-  python2 waf configure --prefix=/usr \
---no-desktop-update \
---no-ldconfig \
---no-faust \
---shared-lib \
---lib-dev
-  python2 waf build
-}
-
-package() {
-  cd guitarix-$pkgver
-  python2 waf install --destdir="$pkgdir"
-}

Copied: guitarix2/repos/community-i686/PKGBUILD (from rev 148424, 
guitarix2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-05 06:27:26 UTC (rev 148425)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=guitarix2
+pkgver=0.34.0
+pkgrel=1
+pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
+arch=('i686' 'x86_64')
+url="http://guitarix.sourceforge.net/";
+license=('GPL')
+depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'webkitgtk2'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2";)
+md5sums=('0ac5f18ee738d535b1551ea68ac2fce9')
+
+build() {
+  cd guitarix-$pkgver
+  python2 waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python2 waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python2 waf install --destdir="$pkgdir"
+}

Deleted: community-i686/guitarix2.install
===
--- community-i686/guitarix2.install2015-12-05 06:27:14 UTC (rev 148424)
+++ community-i686/guitarix2.install2015-12-05 06:27:26 UTC (rev 148425)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: guitarix2/repos/community-i686/guitarix2.install (from rev 148424, 
guitarix2/trunk/guitarix2.install)
===
--- community-i686/guitarix2.install(rev 0)
+++ community-i686/guitarix2.install2015-12-05 06:27:26 UTC (rev 148425)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD

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

2015-12-04 Thread Evangelos Foutras
Date: Saturday, December 5, 2015 @ 07:27:14
  Author: foutrelis
Revision: 148424

upgpkg: guitarix2 0.34.0-1

New upstream release.

Modified:
  guitarix2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 04:03:57 UTC (rev 148423)
+++ PKGBUILD2015-12-05 06:27:14 UTC (rev 148424)
@@ -2,13 +2,13 @@
 # Maintainer: speps 
 
 pkgname=guitarix2
-pkgver=0.33.0
-pkgrel=2
+pkgver=0.34.0
+pkgrel=1
 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
 arch=('i686' 'x86_64')
 url="http://guitarix.sourceforge.net/";
 license=('GPL')
-depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
+depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'webkitgtk2'
  'zita-convolver' 'zita-resampler' 'desktop-file-utils')
 makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
 optdepends=('meterbridge: sound meters')
@@ -17,7 +17,7 @@
 replaces=('guitarix' 'gx_head')
 install="$pkgname.install"
 
source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2";)
-md5sums=('a60b695df6a73ba9d49b82b61f2af6b1')
+md5sums=('0ac5f18ee738d535b1551ea68ac2fce9')
 
 build() {
   cd guitarix-$pkgver


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

2015-12-04 Thread Allan McRae
Date: Saturday, December 5, 2015 @ 07:22:53
  Author: allan
Revision: 252370

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

Added:
  mpfr/repos/testing-i686/
  mpfr/repos/testing-i686/PKGBUILD
(from rev 252369, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-i686/mpfr-3.1.2-p11.patch
(from rev 252369, mpfr/trunk/mpfr-3.1.2-p11.patch)
  mpfr/repos/testing-i686/mpfr-3.1.3-p5.patch
(from rev 252369, mpfr/trunk/mpfr-3.1.3-p5.patch)
  mpfr/repos/testing-i686/mpfr.install
(from rev 252369, mpfr/trunk/mpfr.install)
  mpfr/repos/testing-x86_64/
  mpfr/repos/testing-x86_64/PKGBUILD
(from rev 252369, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-x86_64/mpfr-3.1.2-p11.patch
(from rev 252369, mpfr/trunk/mpfr-3.1.2-p11.patch)
  mpfr/repos/testing-x86_64/mpfr-3.1.3-p5.patch
(from rev 252369, mpfr/trunk/mpfr-3.1.3-p5.patch)
  mpfr/repos/testing-x86_64/mpfr.install
(from rev 252369, mpfr/trunk/mpfr.install)

-+
 testing-i686/PKGBUILD   |   43 
 testing-i686/mpfr-3.1.2-p11.patch   | 1626 ++
 testing-i686/mpfr.install   |   20 
 testing-x86_64/PKGBUILD |   43 
 testing-x86_64/mpfr-3.1.2-p11.patch | 1626 ++
 testing-x86_64/mpfr.install |   20 
 6 files changed, 3378 insertions(+)

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


[arch-commits] Commit in mpfr/trunk (PKGBUILD mpfr-3.1.3-p4.patch mpfr-3.1.3-p5.patch)

2015-12-04 Thread Allan McRae
Date: Saturday, December 5, 2015 @ 07:21:20
  Author: allan
Revision: 252369

upgpkg: mpfr 3.1.3.p5-1

upstream bugfix

Added:
  mpfr/trunk/mpfr-3.1.3-p5.patch
Modified:
  mpfr/trunk/PKGBUILD
Deleted:
  mpfr/trunk/mpfr-3.1.3-p4.patch

-+
 PKGBUILD|4 ++--
 mpfr-3.1.3-p5.patch |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 06:15:31 UTC (rev 252368)
+++ PKGBUILD2015-12-05 06:21:20 UTC (rev 252369)
@@ -4,7 +4,7 @@
 
 pkgname=mpfr
 _pkgver=3.1.3
-_patchlevel=p4
+_patchlevel=p5
 pkgver=${_pkgver}.${_patchlevel}
 #pkgver=${_pkgver}
 pkgrel=1
@@ -18,7 +18,7 @@
 mpfr-${_pkgver}-${_patchlevel}.patch)
 md5sums=('6969398cd2fbc56a6af570b5273c56a9'
  'SKIP'
- 'e502185ebb22b41c528f183bb22a7569')
+ '6476b450c3db177b2250f3549362380e')
 validpgpkeys=('07F3DBBECC1A39605078094D980C197698C3739D')
 
 prepare() {

Deleted: mpfr-3.1.3-p4.patch
===
(Binary files differ)

Added: mpfr-3.1.3-p5.patch
===
(Binary files differ)

Index: mpfr/trunk/mpfr-3.1.3-p5.patch
===
--- mpfr-3.1.3-p5.patch 2015-12-05 06:15:31 UTC (rev 252368)
+++ mpfr-3.1.3-p5.patch 2015-12-05 06:21:20 UTC (rev 252369)

Property changes on: mpfr/trunk/mpfr-3.1.3-p5.patch
___
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property


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

2015-12-04 Thread Gaetan Bisson
Date: Saturday, December 5, 2015 @ 05:14:58
  Author: bisson
Revision: 252367

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

Added:
  pinentry/repos/testing-i686/PKGBUILD
(from rev 252366, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-i686/install
(from rev 252366, pinentry/trunk/install)
  pinentry/repos/testing-x86_64/PKGBUILD
(from rev 252366, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-x86_64/install
(from rev 252366, pinentry/trunk/install)
Deleted:
  pinentry/repos/testing-i686/PKGBUILD
  pinentry/repos/testing-i686/pinentry.install
  pinentry/repos/testing-x86_64/PKGBUILD
  pinentry/repos/testing-x86_64/pinentry.install

-+
 /PKGBUILD   |   86 ++
 testing-i686/PKGBUILD   |   40 -
 testing-i686/install|   20 
 testing-i686/pinentry.install   |   20 
 testing-x86_64/PKGBUILD |   40 -
 testing-x86_64/install  |   20 
 testing-x86_64/pinentry.install |   20 
 7 files changed, 126 insertions(+), 120 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-12-05 04:14:31 UTC (rev 252366)
+++ testing-i686/PKGBUILD   2015-12-05 04:14:58 UTC (rev 252367)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=pinentry
-pkgver=0.9.6
-pkgrel=1
-pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://gnupg.org/related_software/pinentry/";
-depends=('ncurses' 'libcap>=2.16' 'libassuan')
-makedepends=('gtk2' 'qt4')
-optdepends=('gtk2: for gtk2 backend'
-'qt4: for qt4 backend')
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-install=pinentry.install
-sha1sums=('296992d7b26ba2a517b093ccae26bc00b88b3bb5'
-  'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  #for file in qt4/*.moc; do
-  # moc-qt4 ${file/.moc/.h} > ${file}
-  # done
-
-  # https://bugs.gnupg.org/gnupg/issue1961
-  CXXFLAGS+=' -std=c++11'
-
-  ./configure --prefix=/usr \
-   --enable-pinentry-curses \
-   --enable-pinentry-gtk2 \
---enable-pinentry-qt4 \
-   --enable-fallback-curses
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: pinentry/repos/testing-i686/PKGBUILD (from rev 252366, 
pinentry/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-05 04:14:58 UTC (rev 252367)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=pinentry
+pkgver=0.9.6
+pkgrel=2
+pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gnupg.org/related_software/pinentry/";
+depends=('ncurses' 'libcap>=2.16' 'libassuan')
+makedepends=('gtk2' 'qt5-base' 'gcr')
+optdepends=('gtk2: gtk2 backend'
+'qt5-base: qt backend'
+'gcr: gnome3 backend')
+source=("ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha1sums=('296992d7b26ba2a517b093ccae26bc00b88b3bb5' 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+install=install
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   # https://bugs.gnupg.org/gnupg/issue1961
+   CXXFLAGS+=' -std=c++11'
+
+   ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-fallback-curses \
+   --enable-pinentry-tty \
+   --enable-pinentry-emacs \
+   --enable-pinentry-gtk2 \
+   --enable-pinentry-gnome3 \
+   --enable-pinentry-qt \
+
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=${pkgdir} install
+}

Copied: pinentry/repos/testing-i686/install (from rev 252366, 
pinentry/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2015-12-05 04:14:58 UTC (rev 252367)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Deleted: testing-i686/pinentry.install
===
--- tes

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

2015-12-04 Thread Gaetan Bisson
Date: Saturday, December 5, 2015 @ 05:14:31
  Author: bisson
Revision: 252366

implement FS#45001 and FS#47267

Added:
  pinentry/trunk/install
(from rev 252365, pinentry/trunk/pinentry.install)
Modified:
  pinentry/trunk/PKGBUILD
Deleted:
  pinentry/trunk/pinentry.install

--+
 PKGBUILD |   47 +--
 install  |   20 
 pinentry.install |   20 
 3 files changed, 45 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 03:36:29 UTC (rev 252365)
+++ PKGBUILD2015-12-05 04:14:31 UTC (rev 252366)
@@ -1,40 +1,43 @@
 # $Id$
 # Maintainer: Tobias Powalowski 
+
 pkgname=pinentry
 pkgver=0.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://gnupg.org/related_software/pinentry/";
 depends=('ncurses' 'libcap>=2.16' 'libassuan')
-makedepends=('gtk2' 'qt4')
-optdepends=('gtk2: for gtk2 backend'
-'qt4: for qt4 backend')
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-install=pinentry.install
-sha1sums=('296992d7b26ba2a517b093ccae26bc00b88b3bb5'
-  'SKIP')
+makedepends=('gtk2' 'qt5-base' 'gcr')
+optdepends=('gtk2: gtk2 backend'
+'qt5-base: qt backend'
+'gcr: gnome3 backend')
+source=("ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha1sums=('296992d7b26ba2a517b093ccae26bc00b88b3bb5' 'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 
+install=install
+
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  #for file in qt4/*.moc; do
-  # moc-qt4 ${file/.moc/.h} > ${file}
-  # done
+   cd $srcdir/$pkgname-$pkgver
 
-  # https://bugs.gnupg.org/gnupg/issue1961
-  CXXFLAGS+=' -std=c++11'
+   # https://bugs.gnupg.org/gnupg/issue1961
+   CXXFLAGS+=' -std=c++11'
 
-  ./configure --prefix=/usr \
-   --enable-pinentry-curses \
-   --enable-pinentry-gtk2 \
---enable-pinentry-qt4 \
-   --enable-fallback-curses
-  make
+   ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-fallback-curses \
+   --enable-pinentry-tty \
+   --enable-pinentry-emacs \
+   --enable-pinentry-gtk2 \
+   --enable-pinentry-gnome3 \
+   --enable-pinentry-qt \
+
+   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=${pkgdir} install
 }

Copied: pinentry/trunk/install (from rev 252365, 
pinentry/trunk/pinentry.install)
===
--- install (rev 0)
+++ install 2015-12-05 04:14:31 UTC (rev 252366)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Deleted: pinentry.install
===
--- pinentry.install2015-12-05 03:36:29 UTC (rev 252365)
+++ pinentry.install2015-12-05 04:14:31 UTC (rev 252366)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(pinentry.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}


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

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 05:01:31
  Author: fyan
Revision: 148421

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

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

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/hlint.install   |   18 
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/hlint.install |   18 
 4 files changed, 124 insertions(+)

Copied: hlint/repos/community-staging-i686/PKGBUILD (from rev 148420, 
hlint/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-05 04:01:31 UTC (rev 148421)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hlint
+pkgver=1.9.25
+pkgrel=2
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-ansi-terminal" "haskell-cmdargs" "haskell-cpphs"
+ "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
+ "haskell-refact")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('df91b43493f0c408fc6b7f9a1f65802e9dc49ff5c126b5b8f8464d8db7443f95')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: hlint/repos/community-staging-i686/hlint.install (from rev 148420, 
hlint/trunk/hlint.install)
===
--- community-staging-i686/hlint.install(rev 0)
+++ community-staging-i686/hlint.install2015-12-05 04:01:31 UTC (rev 
148421)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/hlint
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 148420, 
hlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-05 04:01:31 UTC (rev 148421)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hlint
+pkgver=1.9.25
+pkgrel=2
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-ansi-terminal" "haskell-cmdargs" "haskell-cpphs"
+ "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
+ "haskell-refact")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('df91b43493f0c408fc6b7f9a1f65802e9dc49ff5c126b5b8f8464d8db7443f95')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configur

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

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 04:59:11
  Author: fyan
Revision: 148420

upgpkg: hlint 1.9.25-2

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 03:45:03 UTC (rev 148419)
+++ PKGBUILD2015-12-05 03:59:11 UTC (rev 148420)
@@ -4,7 +4,7 @@
 
 pkgname=hlint
 pkgver=1.9.25
-pkgrel=1
+pkgrel=2
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-src-exts/repos (6 files)

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 04:45:03
  Author: fyan
Revision: 148419

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

Added:
  haskell-src-exts/repos/community-staging-i686/
  haskell-src-exts/repos/community-staging-i686/PKGBUILD
(from rev 148418, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-i686/haskell-src-exts.install
(from rev 148418, haskell-src-exts/trunk/haskell-src-exts.install)
  haskell-src-exts/repos/community-staging-x86_64/
  haskell-src-exts/repos/community-staging-x86_64/PKGBUILD
(from rev 148418, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-x86_64/haskell-src-exts.install
(from rev 148418, haskell-src-exts/trunk/haskell-src-exts.install)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-i686/haskell-src-exts.install   |   18 
 community-staging-x86_64/PKGBUILD |   43 
 community-staging-x86_64/haskell-src-exts.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-src-exts/repos/community-staging-i686/PKGBUILD (from rev 
148418, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-05 03:45:03 UTC (rev 148419)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.1
+pkgrel=1
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts";
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-cpphs")
+makedepends=('happy')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('ba5c547720514515ad0b94eb8a3d7e22a0e2ad2d85b5e1d178e62c61615528bd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-src-exts/repos/community-staging-i686/haskell-src-exts.install 
(from rev 148418, haskell-src-exts/trunk/haskell-src-exts.install)
===
--- community-staging-i686/haskell-src-exts.install 
(rev 0)
+++ community-staging-i686/haskell-src-exts.install 2015-12-05 03:45:03 UTC 
(rev 148419)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-src-exts
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-src-exts/repos/community-staging-x86_64/PKGBUILD (from rev 
148418, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-05 03:45:03 UTC (rev 148419)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.1
+pkgrel=1
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts";
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-cpphs")
+makedepends=('happy')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkg

[arch-commits] Commit in haskell-src-exts/trunk (PKGBUILD)

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 04:44:38
  Author: fyan
Revision: 148418

upgpkg: haskell-src-exts 1.17.1-1

Modified:
  haskell-src-exts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 03:34:04 UTC (rev 148417)
+++ PKGBUILD2015-12-05 03:44:38 UTC (rev 148418)
@@ -4,7 +4,7 @@
 
 _hkgname=haskell-src-exts
 pkgname=haskell-src-exts
-pkgver=1.17.0
+pkgver=1.17.1
 pkgrel=1
 pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
 url="https://github.com/haskell-suite/haskell-src-exts";
@@ -15,7 +15,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"
-sha256sums=('398f668f690a7a766c7338b82d241581ff6dfbd9aa166712911535ebd3f03122')
+sha256sums=('ba5c547720514515ad0b94eb8a3d7e22a0e2ad2d85b5e1d178e62c61615528bd')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 04:36:29
  Author: fyan
Revision: 252365

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-05 03:36:10 UTC (rev 252364)
+++ PKGBUILD2015-12-05 03:36:29 UTC (rev 252365)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.53
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Archive-Zip/";
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('0e5c69c28ebe860145fb81dda4c7ba30')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 252364, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-05 03:36:29 UTC (rev 252365)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.55
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Archive-Zip/";
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('175a68451e31bc554352485568354345')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 04:36:10
  Author: fyan
Revision: 252364

upgpkg: perl-archive-zip 1.55-1

Modified:
  perl-archive-zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 03:11:18 UTC (rev 252363)
+++ PKGBUILD2015-12-05 03:36:10 UTC (rev 252364)
@@ -4,7 +4,7 @@
 # Contributor: Andrew Simmons 
 
 pkgname=perl-archive-zip
-pkgver=1.53
+pkgver=1.55
 pkgrel=1
 pkgdesc="Provide a perl interface to ZIP archive files"
 arch=('any')
@@ -11,9 +11,10 @@
 license=('GPL' 'PerlArtistic')
 url="http://search.cpan.org/dist/Archive-Zip/";
 depends=('perl')
+checkdepends=('perl-test-mockmodule')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('0e5c69c28ebe860145fb81dda4c7ba30')
+md5sums=('175a68451e31bc554352485568354345')
 
 build() {
   cd Archive-Zip-${pkgver}


[arch-commits] Commit in perl-test-mockmodule/repos (2 files)

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 04:34:04
  Author: fyan
Revision: 148417

archrelease: copy trunk to community-any

Added:
  perl-test-mockmodule/repos/community-any/
  perl-test-mockmodule/repos/community-any/PKGBUILD
(from rev 148416, perl-test-mockmodule/trunk/PKGBUILD)

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

Copied: perl-test-mockmodule/repos/community-any/PKGBUILD (from rev 148416, 
perl-test-mockmodule/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-12-05 03:34:04 UTC (rev 148417)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-mockmodule
+pkgver=0.11
+pkgrel=1
+pkgdesc="Override subroutines in a module for unit testing"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-super')
+makedepends=('perl-module-build')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+url='http://search.cpan.org/dist/Test-MockModule'
+source=("http://search.cpan.org/CPAN/authors/id/G/GF/GFRANKS/Test-MockModule-$pkgver.tar.gz";)
+sha512sums=('417a0de701458e3e26ea194cb2de7756d9a1665b2b7283a375ee95362ee2d7b77996801d4dafd8ead12e97d59c2a57ffd1e98620446d5f47a1836c8ef18983b4')
+
+build() {
+  cd "$srcdir/Test-MockModule-$pkgver"
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd "$srcdir/Test-MockModule-$pkgver"
+  perl Build test
+}
+
+package() {
+  cd "$srcdir/Test-MockModule-$pkgver"
+  perl Build install destdir="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 04:33:46
  Author: fyan
Revision: 148416

addpkg: perl-test-mockmodule 0.11-1

Added:
  perl-test-mockmodule/
  perl-test-mockmodule/repos/
  perl-test-mockmodule/trunk/
  perl-test-mockmodule/trunk/PKGBUILD

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

Added: perl-test-mockmodule/trunk/PKGBUILD
===
--- perl-test-mockmodule/trunk/PKGBUILD (rev 0)
+++ perl-test-mockmodule/trunk/PKGBUILD 2015-12-05 03:33:46 UTC (rev 148416)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-mockmodule
+pkgver=0.11
+pkgrel=1
+pkgdesc="Override subroutines in a module for unit testing"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-super')
+makedepends=('perl-module-build')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+url='http://search.cpan.org/dist/Test-MockModule'
+source=("http://search.cpan.org/CPAN/authors/id/G/GF/GFRANKS/Test-MockModule-$pkgver.tar.gz";)
+sha512sums=('417a0de701458e3e26ea194cb2de7756d9a1665b2b7283a375ee95362ee2d7b77996801d4dafd8ead12e97d59c2a57ffd1e98620446d5f47a1836c8ef18983b4')
+
+build() {
+  cd "$srcdir/Test-MockModule-$pkgver"
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd "$srcdir/Test-MockModule-$pkgver"
+  perl Build test
+}
+
+package() {
+  cd "$srcdir/Test-MockModule-$pkgver"
+  perl Build install destdir="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in (4 files)

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 04:29:15
  Author: fyan
Revision: 148414

addpkg: perl-super 1.20141117-1

Added:
  perl-super/
  perl-super/repos/
  perl-super/trunk/
  perl-super/trunk/PKGBUILD

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

Added: perl-super/trunk/PKGBUILD
===
--- perl-super/trunk/PKGBUILD   (rev 0)
+++ perl-super/trunk/PKGBUILD   2015-12-05 03:29:15 UTC (rev 148414)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan  
+# Contributor: John D Jones III 
+
+pkgname=perl-super
+pkgver=1.20141117
+pkgrel=1
+pkgdesc="Control superclass method dispatch"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-sub-identify')
+url='http://search.cpan.org/dist/SUPER'
+source=("http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/SUPER-$pkgver.tar.gz";)
+sha512sums=('c17fe478fcb9ebc2749c27fc75b839bd77e81c9d0170697b2a697dcebb9f4eef4b954d023b76d33a8b4201b110e5e997b1e0993faf7a04ef2e1191a2f7c516a0')
+
+build() {
+  cd "$srcdir/SUPER-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/SUPER-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/SUPER-$pkgver"
+  make DESTDIR="$pkgdir"/ install
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 04:29:34
  Author: fyan
Revision: 148415

archrelease: copy trunk to community-any

Added:
  perl-super/repos/community-any/
  perl-super/repos/community-any/PKGBUILD
(from rev 148414, perl-super/trunk/PKGBUILD)

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

Copied: perl-super/repos/community-any/PKGBUILD (from rev 148414, 
perl-super/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-12-05 03:29:34 UTC (rev 148415)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan  
+# Contributor: John D Jones III 
+
+pkgname=perl-super
+pkgver=1.20141117
+pkgrel=1
+pkgdesc="Control superclass method dispatch"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-sub-identify')
+url='http://search.cpan.org/dist/SUPER'
+source=("http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/SUPER-$pkgver.tar.gz";)
+sha512sums=('c17fe478fcb9ebc2749c27fc75b839bd77e81c9d0170697b2a697dcebb9f4eef4b954d023b76d33a8b4201b110e5e997b1e0993faf7a04ef2e1191a2f7c516a0')
+
+build() {
+  cd "$srcdir/SUPER-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/SUPER-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/SUPER-$pkgver"
+  make DESTDIR="$pkgdir"/ install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-sub-identify/repos (4 files)

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 04:26:27
  Author: fyan
Revision: 148413

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

Added:
  perl-sub-identify/repos/community-i686/
  perl-sub-identify/repos/community-i686/PKGBUILD
(from rev 148412, perl-sub-identify/trunk/PKGBUILD)
  perl-sub-identify/repos/community-x86_64/
  perl-sub-identify/repos/community-x86_64/PKGBUILD
(from rev 148412, perl-sub-identify/trunk/PKGBUILD)

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

Copied: perl-sub-identify/repos/community-i686/PKGBUILD (from rev 148412, 
perl-sub-identify/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-05 03:26:27 UTC (rev 148413)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan  
+# Contributor: John D Jones III 
+
+pkgname=perl-sub-identify
+pkgver=0.12
+pkgrel=1
+pkgdesc="Retrieve names of code references"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-test-pod')
+url='http://search.mcpan.org/dist/Sub-Identify'
+source=("http://search.mcpan.org/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-$pkgver.tar.gz";)
+sha512sums=('47b89866ecdd2b7caaba4a440bd695ab42d92c56721bc43a7fc114c2870a5e536ed17e05eec4ac62525c9fad26e24c299aadc852fd15d58bd626dfdb6478e40f')
+
+build() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  make DESTDIR="$pkgdir"/ install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: perl-sub-identify/repos/community-x86_64/PKGBUILD (from rev 148412, 
perl-sub-identify/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-05 03:26:27 UTC (rev 148413)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan  
+# Contributor: John D Jones III 
+
+pkgname=perl-sub-identify
+pkgver=0.12
+pkgrel=1
+pkgdesc="Retrieve names of code references"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-test-pod')
+url='http://search.mcpan.org/dist/Sub-Identify'
+source=("http://search.mcpan.org/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-$pkgver.tar.gz";)
+sha512sums=('47b89866ecdd2b7caaba4a440bd695ab42d92c56721bc43a7fc114c2870a5e536ed17e05eec4ac62525c9fad26e24c299aadc852fd15d58bd626dfdb6478e40f')
+
+build() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  make DESTDIR="$pkgdir"/ install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 04:25:59
  Author: fyan
Revision: 148412

addpkg: perl-sub-identify 0.12-1

Added:
  perl-sub-identify/
  perl-sub-identify/repos/
  perl-sub-identify/trunk/
  perl-sub-identify/trunk/PKGBUILD

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

Added: perl-sub-identify/trunk/PKGBUILD
===
--- perl-sub-identify/trunk/PKGBUILD(rev 0)
+++ perl-sub-identify/trunk/PKGBUILD2015-12-05 03:25:59 UTC (rev 148412)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan  
+# Contributor: John D Jones III 
+
+pkgname=perl-sub-identify
+pkgver=0.12
+pkgrel=1
+pkgdesc="Retrieve names of code references"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-test-pod')
+url='http://search.mcpan.org/dist/Sub-Identify'
+source=("http://search.mcpan.org/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-$pkgver.tar.gz";)
+sha512sums=('47b89866ecdd2b7caaba4a440bd695ab42d92c56721bc43a7fc114c2870a5e536ed17e05eec4ac62525c9fad26e24c299aadc852fd15d58bd626dfdb6478e40f')
+
+build() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  make DESTDIR="$pkgdir"/ install
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 04:14:38
  Author: fyan
Revision: 148411

archrelease: copy trunk to community-any

Added:
  bower/repos/community-any/LICENSE
(from rev 148410, bower/trunk/LICENSE)
  bower/repos/community-any/PKGBUILD
(from rev 148410, bower/trunk/PKGBUILD)
Deleted:
  bower/repos/community-any/LICENSE
  bower/repos/community-any/PKGBUILD

--+
 LICENSE  |   38 +++---
 PKGBUILD |   52 ++--
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-12-05 03:14:19 UTC (rev 148410)
+++ LICENSE 2015-12-05 03:14:38 UTC (rev 148411)
@@ -1,19 +0,0 @@
-Copyright (c) 2015 Twitter and other contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.

Copied: bower/repos/community-any/LICENSE (from rev 148410, bower/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-12-05 03:14:38 UTC (rev 148411)
@@ -0,0 +1,19 @@
+Copyright (c) 2015 Twitter and other contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-05 03:14:19 UTC (rev 148410)
+++ PKGBUILD2015-12-05 03:14:38 UTC (rev 148411)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Micha Alt  
-# Contributor: FadeMind 
-# Contributor: Tom Vincent 
-
-pkgname=bower
-pkgver=1.6.8
-pkgrel=1
-pkgdesc='A package manager for the web'
-arch=('any')
-url='http://bower.io/'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('c35d401e0f72c55db6098db1473eb1c2'
- '135697567327f92e904ef0be2082da5e')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: bower/repos/community-any/PKGBUILD (from rev 148410, 
bower/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-05 03:14:38 UTC (rev 148411)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Micha Alt  
+# Contributor: FadeMind 
+# Contributor: Tom Vincent 
+
+pkgname=bower
+pkgver=1.6.9
+pkgrel=1
+pkgdesc='A package manager for the web'
+arch=('any')
+url='http://bower.io/'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+LICENSE)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('683fd9935dd5271e07340f711233881b'
+ '135697567327f92e904ef0be2082da5e')
+
+pac

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

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 04:14:19
  Author: fyan
Revision: 148410

upgpkg: bower 1.6.9-1

Modified:
  bower/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 00:08:41 UTC (rev 148409)
+++ PKGBUILD2015-12-05 03:14:19 UTC (rev 148410)
@@ -5,7 +5,7 @@
 # Contributor: Tom Vincent 
 
 pkgname=bower
-pkgver=1.6.8
+pkgver=1.6.9
 pkgrel=1
 pkgdesc='A package manager for the web'
 arch=('any')
@@ -16,7 +16,7 @@
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('c35d401e0f72c55db6098db1473eb1c2'
+md5sums=('683fd9935dd5271e07340f711233881b'
  '135697567327f92e904ef0be2082da5e')
 
 package() {


[arch-commits] Commit in perl-xml-simple/repos/extra-any (PKGBUILD PKGBUILD)

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 04:11:18
  Author: fyan
Revision: 252363

archrelease: copy trunk to extra-any

Added:
  perl-xml-simple/repos/extra-any/PKGBUILD
(from rev 252362, perl-xml-simple/trunk/PKGBUILD)
Deleted:
  perl-xml-simple/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-05 03:10:59 UTC (rev 252362)
+++ PKGBUILD2015-12-05 03:11:18 UTC (rev 252363)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-# Contributor: kleptophob...@gmail.com
-
-pkgname=perl-xml-simple
-_realname=XML-Simple
-pkgver=2.21
-pkgrel=1
-pkgdesc="Simple XML parser for perl"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl-xml-sax-expat')
-options=('!emptydirs')
-source=("ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GR/GRANTM/${_realname}-${pkgver}.tar.gz";)
-md5sums=('2e8f242a21d1e0980e24d73e43c667fb')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-xml-simple/repos/extra-any/PKGBUILD (from rev 252362, 
perl-xml-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-05 03:11:18 UTC (rev 252363)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+# Contributor: kleptophob...@gmail.com
+
+pkgname=perl-xml-simple
+_realname=XML-Simple
+pkgver=2.22
+pkgrel=1
+pkgdesc="Simple XML parser for perl"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl-xml-sax-expat')
+options=('!emptydirs')
+source=("ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GR/GRANTM/${_realname}-${pkgver}.tar.gz";)
+md5sums=('0914abddfce749453ed89b54029f2643')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 04:10:59
  Author: fyan
Revision: 252362

upgpkg: perl-xml-simple 2.22-1

Modified:
  perl-xml-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 21:55:33 UTC (rev 252361)
+++ PKGBUILD2015-12-05 03:10:59 UTC (rev 252362)
@@ -5,7 +5,7 @@
 
 pkgname=perl-xml-simple
 _realname=XML-Simple
-pkgver=2.21
+pkgver=2.22
 pkgrel=1
 pkgdesc="Simple XML parser for perl"
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('perl-xml-sax-expat')
 options=('!emptydirs')
 
source=("ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GR/GRANTM/${_realname}-${pkgver}.tar.gz";)
-md5sums=('2e8f242a21d1e0980e24d73e43c667fb')
+md5sums=('0914abddfce749453ed89b54029f2643')
 
 build() {
   cd "${srcdir}/${_realname}-${pkgver}"


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

2015-12-04 Thread Antonio Rojas
Date: Saturday, December 5, 2015 @ 01:00:20
  Author: arojas
Revision: 148407

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

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

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

Copied: pynac/repos/community-staging-i686/PKGBUILD (from rev 148406, 
pynac/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-05 00:00:20 UTC (rev 148407)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org";
+license=(GPL)
+depends=(python2)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz";)
+md5sums=('36416b50d293e5342b6bc1dc7d1f615b')
+
+build() {
+  cd pynac-pynac-$pkgver
+
+  export PYTHON_VERSION=2
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: pynac/repos/community-staging-x86_64/PKGBUILD (from rev 148406, 
pynac/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-05 00:00:20 UTC (rev 148407)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org";
+license=(GPL)
+depends=(python2)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz";)
+md5sums=('36416b50d293e5342b6bc1dc7d1f615b')
+
+build() {
+  cd pynac-pynac-$pkgver
+
+  export PYTHON_VERSION=2
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2015-12-04 Thread Antonio Rojas
Date: Saturday, December 5, 2015 @ 00:56:48
  Author: arojas
Revision: 148406

Update to 0.5.2

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 23:06:44 UTC (rev 148405)
+++ PKGBUILD2015-12-04 23:56:48 UTC (rev 148406)
@@ -3,7 +3,7 @@
 # Contributor: Rémy Oudompheng 
 
 pkgname=pynac
-pkgver=0.3.9.5
+pkgver=0.5.2
 pkgrel=1
 pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(python2)
 source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz";)
-md5sums=('0fc861458b94e6ba7ac04d6440370d92')
+md5sums=('36416b50d293e5342b6bc1dc7d1f615b')
 
 build() {
   cd pynac-pynac-$pkgver


[arch-commits] Commit in lib32-util-linux/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2015-12-04 Thread Dave Reisner
Date: Saturday, December 5, 2015 @ 00:06:44
  Author: dreisner
Revision: 148405

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-util-linux/repos/multilib-x86_64/PKGBUILD
(from rev 148404, lib32-util-linux/trunk/PKGBUILD)
Deleted:
  lib32-util-linux/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-04 22:37:37 UTC (rev 148404)
+++ PKGBUILD2015-12-04 23:06:44 UTC (rev 148405)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: judd 
-
-_pkgbasename=util-linux
-pkgname=lib32-$_pkgbasename
-pkgver=2.27
-_pkgver=(${pkgver//./ })
-_pkgver=${_pkgver[0]}.${_pkgver[1]}
-pkgrel=1
-pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
-url='http://www.kernel.org/pub/linux/utils/util-linux/'
-arch=('x86_64')
-depends=('lib32-glibc' "$_pkgbasename")
-provides=('libuuid.so' 'libblkid.so' 'libfdisk.so' 'libmount.so' 
'libsmartcols.so')
-makedepends=('gcc-multilib')
-license=('GPL2')
-options=('!libtool' '!emptydirs')
-source=("ftp://ftp.kernel.org/pub/linux/utils/util-linux/v${_pkgver}/util-linux-$pkgver.tar.xz";)
-md5sums=('5b06bbda9309624ee7add15bc8d8ca22')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-
-  ./configure \
-  CC="${CC:-cc} -m32" \
-  PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
-  --libdir=/usr/lib32
-
-  make lib{uuid,blkid,fdisk,mount,smartcols}.la
-}
-
-package() {
-  make -C "$_pkgbasename-$pkgver" \
-DESTDIR="$pkgdir" \
-install-usrlib_execLTLIBRARIES \
-install-pkgconfigDATA
-}

Copied: lib32-util-linux/repos/multilib-x86_64/PKGBUILD (from rev 148404, 
lib32-util-linux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-04 23:06:44 UTC (rev 148405)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: judd 
+
+_pkgbasename=util-linux
+pkgname=lib32-$_pkgbasename
+pkgver=2.27.1
+_pkgver=(${pkgver//./ })
+_pkgver=${_pkgver[0]}.${_pkgver[1]}
+pkgrel=1
+pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
+url='http://www.kernel.org/pub/linux/utils/util-linux/'
+arch=('x86_64')
+depends=('lib32-glibc' "$_pkgbasename")
+provides=('libuuid.so' 'libblkid.so' 'libfdisk.so' 'libmount.so' 
'libsmartcols.so')
+makedepends=('gcc-multilib')
+license=('GPL2')
+options=('!libtool' '!emptydirs')
+source=("ftp://ftp.kernel.org/pub/linux/utils/util-linux/v${_pkgver}/util-linux-$pkgver.tar.xz";)
+md5sums=('3cd2698d1363a2c64091c2dadc974647')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+
+  ./configure \
+  CC="${CC:-cc} -m32" \
+  PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
+  --libdir=/usr/lib32
+
+  make lib{uuid,blkid,fdisk,mount,smartcols}.la
+}
+
+package() {
+  make -C "$_pkgbasename-$pkgver" \
+DESTDIR="$pkgdir" \
+install-usrlib_execLTLIBRARIES \
+install-pkgconfigDATA
+}


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

2015-12-04 Thread Evangelos Foutras
Date: Friday, December 4, 2015 @ 23:37:37
  Author: foutrelis
Revision: 148404

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 148403, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-04 22:37:28 UTC (rev 148403)
+++ PKGBUILD2015-12-04 22:37:37 UTC (rev 148404)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.0.2
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="http://www.shorewall.net/";
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('4f352c88fd918dbca1891f88b9ffb03d30840d23f33a4b51b58070a1ebb26e0e'
-'SKIP'
-'68d68ddf87e601a6dfd00544934bb6702e91bed9b6ad1cc7cd7c50815aa76070'
-'SKIP'
-'090d02f7093bf94a809d405334ff172c102068ebb241451f6c47d4deeaaeb302'
-'SKIP')
-validpgpkeys=('94C56B34AE09A1EA13E1C1A7A2F7A69B6C562AC4')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,maclist,mangle,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 148403, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-04 22:37:37 UTC (rev 148404)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.0.2.1
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="http://www.shorewall.net/";
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('10136cf586b620abdad1f3c716f03d1160cfa65c8461fba42d858fa1ab8d5856'
+'SKIP'
+'ab8489662511990c5430e795803a01249e26e036f84c1079f08c45f52ef501fd'
+'SKIP'
+'8be30270e527c7697c365c437bff07e6a41ccdcf28b7163b2866750158e5845d'
+'SKIP')
+validpgpkeys=('94C56B34AE09A1EA13E1C1A7A2F7A69B6C562AC4')
+
+build() {
+  for product in shorewall{,6,-core}; do
+  

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

2015-12-04 Thread Evangelos Foutras
Date: Friday, December 4, 2015 @ 23:37:28
  Author: foutrelis
Revision: 148403

upgpkg: shorewall 5.0.2.1-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 20:34:42 UTC (rev 148402)
+++ PKGBUILD2015-12-04 22:37:28 UTC (rev 148403)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.0.2
+pkgver=5.0.2.1
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -15,11 +15,11 @@
 
source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('4f352c88fd918dbca1891f88b9ffb03d30840d23f33a4b51b58070a1ebb26e0e'
+sha256sums=('10136cf586b620abdad1f3c716f03d1160cfa65c8461fba42d858fa1ab8d5856'
 'SKIP'
-'68d68ddf87e601a6dfd00544934bb6702e91bed9b6ad1cc7cd7c50815aa76070'
+'ab8489662511990c5430e795803a01249e26e036f84c1079f08c45f52ef501fd'
 'SKIP'
-'090d02f7093bf94a809d405334ff172c102068ebb241451f6c47d4deeaaeb302'
+'8be30270e527c7697c365c437bff07e6a41ccdcf28b7163b2866750158e5845d'
 'SKIP')
 validpgpkeys=('94C56B34AE09A1EA13E1C1A7A2F7A69B6C562AC4')
 


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

2015-12-04 Thread Gaetan Bisson
Date: Friday, December 4, 2015 @ 22:55:28
  Author: bisson
Revision: 252359

db-move: moved gnupg from [staging] to [testing] (i686, x86_64)

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 252358, gnupg/repos/staging-i686/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 252358, gnupg/repos/staging-i686/install)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 252358, gnupg/repos/staging-x86_64/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 252358, gnupg/repos/staging-x86_64/install)
Deleted:
  gnupg/repos/staging-i686/
  gnupg/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   63 ++
 testing-i686/install|   25 ++
 testing-x86_64/PKGBUILD |   63 ++
 testing-x86_64/install  |   25 ++
 4 files changed, 176 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 252358, 
gnupg/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-04 21:55:28 UTC (rev 252359)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.10
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('4aa2594d2d364fe7708a9739ae7cebd251e536c4' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
+}

Copied: gnupg/repos/testing-i686/install (from rev 252358, 
gnupg/repos/staging-i686/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2015-12-04 21:55:28 UTC (rev 252359)
@@ -0,0 +1,25 @@
+info_dir=/usr/share/info
+info_files=(gnupg.info gnupg.info-1 gnupg.info-2)
+
+post_install() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2> /dev/null
+   done
+}
+
+pre_remove() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info --delete ${info_dir}/$f ${info_dir}/dir 2> 
/dev/null
+   done
+}
+
+post_upgrade() {
+   post_install
+
+   # Fix upgrade to 2.1; see FS#42798
+   [ $(vercmp $2 2.1.0-4) = -1 ] &&
+   dirmngr /dev/null ||
+   return 0
+}

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 252358, 
gnupg/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-04 21:55:28 UTC (rev 252359)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.10
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('

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

2015-12-04 Thread Gaetan Bisson
Date: Friday, December 4, 2015 @ 22:55:33
  Author: bisson
Revision: 252361

db-move: moved pinentry from [staging] to [testing] (i686, x86_64)

Added:
  pinentry/repos/testing-i686/
  pinentry/repos/testing-i686/PKGBUILD
(from rev 252360, pinentry/repos/staging-i686/PKGBUILD)
  pinentry/repos/testing-i686/pinentry.install
(from rev 252360, pinentry/repos/staging-i686/pinentry.install)
  pinentry/repos/testing-x86_64/
  pinentry/repos/testing-x86_64/PKGBUILD
(from rev 252360, pinentry/repos/staging-x86_64/PKGBUILD)
  pinentry/repos/testing-x86_64/pinentry.install
(from rev 252360, pinentry/repos/staging-x86_64/pinentry.install)
Deleted:
  pinentry/repos/staging-i686/
  pinentry/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   40 ++
 testing-i686/pinentry.install   |   20 +++
 testing-x86_64/PKGBUILD |   40 ++
 testing-x86_64/pinentry.install |   20 +++
 4 files changed, 120 insertions(+)

Copied: pinentry/repos/testing-i686/PKGBUILD (from rev 252360, 
pinentry/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-04 21:55:33 UTC (rev 252361)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pinentry
+pkgver=0.9.6
+pkgrel=1
+pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gnupg.org/related_software/pinentry/";
+depends=('ncurses' 'libcap>=2.16' 'libassuan')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=pinentry.install
+sha1sums=('296992d7b26ba2a517b093ccae26bc00b88b3bb5'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #for file in qt4/*.moc; do
+  # moc-qt4 ${file/.moc/.h} > ${file}
+  # done
+
+  # https://bugs.gnupg.org/gnupg/issue1961
+  CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: pinentry/repos/testing-i686/pinentry.install (from rev 252360, 
pinentry/repos/staging-i686/pinentry.install)
===
--- testing-i686/pinentry.install   (rev 0)
+++ testing-i686/pinentry.install   2015-12-04 21:55:33 UTC (rev 252361)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: pinentry/repos/testing-x86_64/PKGBUILD (from rev 252360, 
pinentry/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-04 21:55:33 UTC (rev 252361)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pinentry
+pkgver=0.9.6
+pkgrel=1
+pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gnupg.org/related_software/pinentry/";
+depends=('ncurses' 'libcap>=2.16' 'libassuan')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=pinentry.install
+sha1sums=('296992d7b26ba2a517b093ccae26bc00b88b3bb5'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #for file in qt4/*.moc; do
+  # moc-qt4 ${file/.moc/.h} > ${file}
+  # done
+
+  # https://bugs.gnupg.org/gnupg/issue1961
+  CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: pinentry/repos/testing-x86_64/pinentry.install (from rev 252360, 
pinentry/repos/staging-x86_64/pinentry.install)
===
--- testing

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

2015-12-04 Thread Gaetan Bisson
Date: Friday, December 4, 2015 @ 22:55:30
  Author: bisson
Revision: 252360

db-move: moved libassuan from [staging] to [testing] (i686, x86_64)

Added:
  libassuan/repos/testing-i686/
  libassuan/repos/testing-i686/PKGBUILD
(from rev 252359, libassuan/repos/staging-i686/PKGBUILD)
  libassuan/repos/testing-i686/libassuan.install
(from rev 252359, libassuan/repos/staging-i686/libassuan.install)
  libassuan/repos/testing-x86_64/
  libassuan/repos/testing-x86_64/PKGBUILD
(from rev 252359, libassuan/repos/staging-x86_64/PKGBUILD)
  libassuan/repos/testing-x86_64/libassuan.install
(from rev 252359, libassuan/repos/staging-x86_64/libassuan.install)
Deleted:
  libassuan/repos/staging-i686/
  libassuan/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/libassuan.install   |   20 
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/libassuan.install |   20 
 4 files changed, 104 insertions(+)

Copied: libassuan/repos/testing-i686/PKGBUILD (from rev 252359, 
libassuan/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-04 21:55:30 UTC (rev 252360)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=libassuan
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="A IPC library used by some GnuPG related software"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnupg.org/related_software/libassuan";
+depends=('libgpg-error')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=libassuan.install
+sha1sums=('ac1047f9764fd4a4db7dafe47640643164394db9'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libassuan/repos/testing-i686/libassuan.install (from rev 252359, 
libassuan/repos/staging-i686/libassuan.install)
===
--- testing-i686/libassuan.install  (rev 0)
+++ testing-i686/libassuan.install  2015-12-04 21:55:30 UTC (rev 252360)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(assuan.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: libassuan/repos/testing-x86_64/PKGBUILD (from rev 252359, 
libassuan/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-04 21:55:30 UTC (rev 252360)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=libassuan
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="A IPC library used by some GnuPG related software"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnupg.org/related_software/libassuan";
+depends=('libgpg-error')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=libassuan.install
+sha1sums=('ac1047f9764fd4a4db7dafe47640643164394db9'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libassuan/repos/testing-x86_64/libassuan.install (from rev 252359, 
libassuan/repos/staging-x86_64/libassuan.install)
===
--- testing-x86_64/libassuan.install(rev 0)
+++ testing-x86_64/libassuan.install2015-12-04 21:55:30 UTC (rev 252360)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(assuan.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}


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

2015-12-04 Thread Gaetan Bisson
Date: Friday, December 4, 2015 @ 22:49:03
  Author: bisson
Revision: 252358

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

Added:
  gnupg/repos/staging-i686/
  gnupg/repos/staging-i686/PKGBUILD
(from rev 252357, gnupg/trunk/PKGBUILD)
  gnupg/repos/staging-i686/install
(from rev 252357, gnupg/trunk/install)
  gnupg/repos/staging-x86_64/
  gnupg/repos/staging-x86_64/PKGBUILD
(from rev 252357, gnupg/trunk/PKGBUILD)
  gnupg/repos/staging-x86_64/install
(from rev 252357, gnupg/trunk/install)

-+
 staging-i686/PKGBUILD   |   63 ++
 staging-i686/install|   25 ++
 staging-x86_64/PKGBUILD |   63 ++
 staging-x86_64/install  |   25 ++
 4 files changed, 176 insertions(+)

Copied: gnupg/repos/staging-i686/PKGBUILD (from rev 252357, 
gnupg/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-04 21:49:03 UTC (rev 252358)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.10
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('4aa2594d2d364fe7708a9739ae7cebd251e536c4' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
+}

Copied: gnupg/repos/staging-i686/install (from rev 252357, gnupg/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2015-12-04 21:49:03 UTC (rev 252358)
@@ -0,0 +1,25 @@
+info_dir=/usr/share/info
+info_files=(gnupg.info gnupg.info-1 gnupg.info-2)
+
+post_install() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2> /dev/null
+   done
+}
+
+pre_remove() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info --delete ${info_dir}/$f ${info_dir}/dir 2> 
/dev/null
+   done
+}
+
+post_upgrade() {
+   post_install
+
+   # Fix upgrade to 2.1; see FS#42798
+   [ $(vercmp $2 2.1.0-4) = -1 ] &&
+   dirmngr /dev/null ||
+   return 0
+}

Copied: gnupg/repos/staging-x86_64/PKGBUILD (from rev 252357, 
gnupg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-04 21:49:03 UTC (rev 252358)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.10
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+ 

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

2015-12-04 Thread Gaetan Bisson
Date: Friday, December 4, 2015 @ 22:48:38
  Author: bisson
Revision: 252357

upstream update

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 21:28:33 UTC (rev 252356)
+++ PKGBUILD2015-12-04 21:48:38 UTC (rev 252357)
@@ -5,7 +5,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.1.9
+pkgver=2.1.10
 pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
@@ -21,7 +21,7 @@
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
 
source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha1sums=('119bab38d2ff3a849be62914be9bf7333da68883' 'SKIP')
+sha1sums=('4aa2594d2d364fe7708a9739ae7cebd251e536c4' 'SKIP')
 
 install=install
 


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

2015-12-04 Thread Gaetan Bisson
Date: Friday, December 4, 2015 @ 22:28:33
  Author: bisson
Revision: 252356

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

Added:
  pinentry/repos/staging-i686/
  pinentry/repos/staging-i686/PKGBUILD
(from rev 252355, pinentry/trunk/PKGBUILD)
  pinentry/repos/staging-i686/pinentry.install
(from rev 252355, pinentry/trunk/pinentry.install)
  pinentry/repos/staging-x86_64/
  pinentry/repos/staging-x86_64/PKGBUILD
(from rev 252355, pinentry/trunk/PKGBUILD)
  pinentry/repos/staging-x86_64/pinentry.install
(from rev 252355, pinentry/trunk/pinentry.install)

-+
 staging-i686/PKGBUILD   |   40 ++
 staging-i686/pinentry.install   |   20 +++
 staging-x86_64/PKGBUILD |   40 ++
 staging-x86_64/pinentry.install |   20 +++
 4 files changed, 120 insertions(+)

Copied: pinentry/repos/staging-i686/PKGBUILD (from rev 252355, 
pinentry/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-04 21:28:33 UTC (rev 252356)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pinentry
+pkgver=0.9.6
+pkgrel=1
+pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gnupg.org/related_software/pinentry/";
+depends=('ncurses' 'libcap>=2.16' 'libassuan')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=pinentry.install
+sha1sums=('296992d7b26ba2a517b093ccae26bc00b88b3bb5'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #for file in qt4/*.moc; do
+  # moc-qt4 ${file/.moc/.h} > ${file}
+  # done
+
+  # https://bugs.gnupg.org/gnupg/issue1961
+  CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: pinentry/repos/staging-i686/pinentry.install (from rev 252355, 
pinentry/trunk/pinentry.install)
===
--- staging-i686/pinentry.install   (rev 0)
+++ staging-i686/pinentry.install   2015-12-04 21:28:33 UTC (rev 252356)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: pinentry/repos/staging-x86_64/PKGBUILD (from rev 252355, 
pinentry/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-04 21:28:33 UTC (rev 252356)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pinentry
+pkgver=0.9.6
+pkgrel=1
+pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gnupg.org/related_software/pinentry/";
+depends=('ncurses' 'libcap>=2.16' 'libassuan')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=pinentry.install
+sha1sums=('296992d7b26ba2a517b093ccae26bc00b88b3bb5'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #for file in qt4/*.moc; do
+  # moc-qt4 ${file/.moc/.h} > ${file}
+  # done
+
+  # https://bugs.gnupg.org/gnupg/issue1961
+  CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: pinentry/repos/staging-x86_64/pinentry.install (from rev 252355, 
pinentry/trunk/pinentry.install)
===
--- staging-x86_64/pinentry.install (rev 0)
+++ staging-x86_64/pinentry.install 2015-12-04 21:28:33 UTC (rev 252356)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinent

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

2015-12-04 Thread Gaetan Bisson
Date: Friday, December 4, 2015 @ 22:28:06
  Author: bisson
Revision: 252355

upstream update

Modified:
  pinentry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 21:00:41 UTC (rev 252354)
+++ PKGBUILD2015-12-04 21:28:06 UTC (rev 252355)
@@ -1,20 +1,20 @@
 # $Id$
 # Maintainer: Tobias Powalowski 
 pkgname=pinentry
-pkgver=0.9.5
-pkgrel=2
+pkgver=0.9.6
+pkgrel=1
 pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://gnupg.org/related_software/pinentry/";
-depends=('ncurses' 'libcap>=2.16')
+depends=('ncurses' 'libcap>=2.16' 'libassuan')
 makedepends=('gtk2' 'qt4')
 optdepends=('gtk2: for gtk2 backend'
 'qt4: for qt4 backend')
 source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
 install=pinentry.install
-md5sums=('55439c4436b59573a29e144916ee5b61'
- 'SKIP')
+sha1sums=('296992d7b26ba2a517b093ccae26bc00b88b3bb5'
+  'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 
 build() {


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

2015-12-04 Thread Gaetan Bisson
Date: Friday, December 4, 2015 @ 22:00:41
  Author: bisson
Revision: 252354

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

Added:
  libassuan/repos/staging-i686/
  libassuan/repos/staging-i686/PKGBUILD
(from rev 252353, libassuan/trunk/PKGBUILD)
  libassuan/repos/staging-i686/libassuan.install
(from rev 252353, libassuan/trunk/libassuan.install)
  libassuan/repos/staging-x86_64/
  libassuan/repos/staging-x86_64/PKGBUILD
(from rev 252353, libassuan/trunk/PKGBUILD)
  libassuan/repos/staging-x86_64/libassuan.install
(from rev 252353, libassuan/trunk/libassuan.install)

--+
 staging-i686/PKGBUILD|   32 
 staging-i686/libassuan.install   |   20 
 staging-x86_64/PKGBUILD  |   32 
 staging-x86_64/libassuan.install |   20 
 4 files changed, 104 insertions(+)

Copied: libassuan/repos/staging-i686/PKGBUILD (from rev 252353, 
libassuan/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-04 21:00:41 UTC (rev 252354)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=libassuan
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="A IPC library used by some GnuPG related software"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnupg.org/related_software/libassuan";
+depends=('libgpg-error')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=libassuan.install
+sha1sums=('ac1047f9764fd4a4db7dafe47640643164394db9'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libassuan/repos/staging-i686/libassuan.install (from rev 252353, 
libassuan/trunk/libassuan.install)
===
--- staging-i686/libassuan.install  (rev 0)
+++ staging-i686/libassuan.install  2015-12-04 21:00:41 UTC (rev 252354)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(assuan.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: libassuan/repos/staging-x86_64/PKGBUILD (from rev 252353, 
libassuan/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-04 21:00:41 UTC (rev 252354)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=libassuan
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="A IPC library used by some GnuPG related software"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnupg.org/related_software/libassuan";
+depends=('libgpg-error')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=libassuan.install
+sha1sums=('ac1047f9764fd4a4db7dafe47640643164394db9'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libassuan/repos/staging-x86_64/libassuan.install (from rev 252353, 
libassuan/trunk/libassuan.install)
===
--- staging-x86_64/libassuan.install(rev 0)
+++ staging-x86_64/libassuan.install2015-12-04 21:00:41 UTC (rev 252354)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(assuan.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}


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

2015-12-04 Thread Gaetan Bisson
Date: Friday, December 4, 2015 @ 22:00:14
  Author: bisson
Revision: 252353

upstream update

Modified:
  libassuan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 17:11:03 UTC (rev 252352)
+++ PKGBUILD2015-12-04 21:00:14 UTC (rev 252353)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=libassuan
-pkgver=2.3.0
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="A IPC library used by some GnuPG related software"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 depends=('libgpg-error')
 source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
 install=libassuan.install
-md5sums=('d3effa069a3ccf924c8ed8a6d46cbc8d'
- 'SKIP')
+sha1sums=('ac1047f9764fd4a4db7dafe47640643164394db9'
+  'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 
 build() {


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

2015-12-04 Thread Anatol Pomozov
Date: Friday, December 4, 2015 @ 21:34:42
  Author: anatolik
Revision: 148402

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

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

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

Copied: fio/repos/community-testing-i686/PKGBUILD (from rev 148401, 
fio/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-04 20:34:42 UTC (rev 148402)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=2.2.12
+pkgrel=2
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs ceph)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('a11a6c6843500c7335599aa91c94af4a3a62374bc6f046f2e060e1c19f8fa89d')
+
+prepare() {
+  cd fio-fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}

Copied: fio/repos/community-testing-x86_64/PKGBUILD (from rev 148401, 
fio/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-04 20:34:42 UTC (rev 148402)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=2.2.12
+pkgrel=2
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs ceph)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('a11a6c6843500c7335599aa91c94af4a3a62374bc6f046f2e060e1c19f8fa89d')
+
+prepare() {
+  cd fio-fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}


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

2015-12-04 Thread Anatol Pomozov
Date: Friday, December 4, 2015 @ 21:34:01
  Author: anatolik
Revision: 148401

upgpkg: fio 2.2.12-2

FS#47258 add glusterfs and ceph support

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 19:37:57 UTC (rev 148400)
+++ PKGBUILD2015-12-04 20:34:01 UTC (rev 148401)
@@ -5,12 +5,13 @@
 
 pkgname=fio
 pkgver=2.2.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
 url='https://github.com/axboe/fio'
 license=(GPL2)
-depends=(bash libaio python2 numactl)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs ceph)
 makedepends=(gtk2)
 optdepends=(
   'gtk2: for gfio - fio GUI frontend' 
@@ -25,7 +26,6 @@
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
 }
 
-# TODO: enable rdma, need to move the libraries from AUR
 build() {
   cd fio-fio-$pkgver
   ./configure --enable-gfio --extra-cflags="$CFLAGS"


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

2015-12-04 Thread Jaroslav Lichtblau
Date: Friday, December 4, 2015 @ 20:37:57
  Author: jlichtblau
Revision: 148400

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

Added:
  yaz/repos/community-i686/PKGBUILD
(from rev 148399, yaz/trunk/PKGBUILD)
  yaz/repos/community-i686/yaz.changelog
(from rev 148399, yaz/trunk/yaz.changelog)
  yaz/repos/community-x86_64/PKGBUILD
(from rev 148399, yaz/trunk/PKGBUILD)
  yaz/repos/community-x86_64/yaz.changelog
(from rev 148399, yaz/trunk/yaz.changelog)
Deleted:
  yaz/repos/community-i686/PKGBUILD
  yaz/repos/community-i686/yaz.changelog
  yaz/repos/community-x86_64/PKGBUILD
  yaz/repos/community-x86_64/yaz.changelog

+
 /PKGBUILD  |   70 +++
 /yaz.changelog |   58 
 community-i686/PKGBUILD|   35 ---
 community-i686/yaz.changelog   |   26 --
 community-x86_64/PKGBUILD  |   35 ---
 community-x86_64/yaz.changelog |   26 --
 6 files changed, 128 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 19:37:35 UTC (rev 148399)
+++ community-i686/PKGBUILD 2015-12-04 19:37:57 UTC (rev 148400)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: Stefan Husmann 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=yaz
-pkgver=5.14.11
-pkgrel=1
-pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
-arch=('i686' 'x86_64')
-url="http://www.indexdata.dk/yaz";
-license=('BSD')
-depends=('gnutls' 'libxslt' 'icu')
-changelog=$pkgname.changelog
-source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('216bc0e76e3deb655017bb639e87f2175facfdc060138a550e290c383da2cf7a')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-shared=yaz
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#License
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaz/repos/community-i686/PKGBUILD (from rev 148399, yaz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 19:37:57 UTC (rev 148400)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.15.1
+pkgrel=1
+pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
+arch=('i686' 'x86_64')
+url="http://www.indexdata.dk/yaz";
+license=('BSD')
+depends=('gnutls' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('ebef25b0970ea1485bbba43a721d7001523b6faa18c8d8da4080a8f83d5e2116')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-shared=yaz
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#License
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/yaz.changelog
===
--- community-i686/yaz.changelog2015-12-04 19:37:35 UTC (rev 148399)
+++ community-i686/yaz.changelog2015-12-04 19:37:57 UTC (rev 148400)
@@ -1,26 +0,0 @@
-2015-10-05 Jaroslav Lichtblau 
-   * yaz 5.14.11-1
-
-2014-12-30 Jaroslav Lichtblau 
-   * yaz 5.7.2-1
-
-2014-10-21 Jaroslav Lichtblau 
-   * yaz 5.4.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-   * yaz 5.1.1-1
-
-2014-02-06 Jaroslav Lichtblau 
-   * yaz 5.0.12-1
-
-2013-10-25 Jaroslav Lichtblau 
-   * yaz 5.0.9-1
-
-2013-10-12 Jaroslav Lichtblau 
-   * yaz 5.0.1-1
-
-2013-04-20 Jaroslav Lichtblau 
-   * yaz 4.2.54-1
-
-2013-01-20 Jaroslav Lichtblau 
-   * yaz 4.2.49-1

Copied: yaz/repos/community-i686/yaz.changelog (from rev 148399, 
yaz/trunk/yaz.changelog)
===
--- community-i686/yaz.changelog(rev 0)
+++ community-i686/yaz.changelog2015-12-04 19:37:57 UTC (rev 148400)
@@ -0,0 +1,29 @@
+2015-12-04 Jaroslav Lichtblau 
+   * yaz 5.15.1-1
+
+2015-10-05 Jaroslav Lichtblau 
+   * yaz 5.14.11-1
+
+2014-12-30 Jaroslav Lichtblau 
+   * yaz 5.7.2-1
+
+2014-10-21 Jaroslav Lichtblau 
+   * yaz 5.4.4-1
+
+2014-05-25 Jaroslav Lichtblau 
+   * yaz 5.1.1-1
+
+2014-02-06 Jaroslav Lichtblau 
+   * yaz 5.0.12-1
+
+2013-10-25 Jaroslav Lichtblau 
+   * yaz 5.0.9

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

2015-12-04 Thread Jaroslav Lichtblau
Date: Friday, December 4, 2015 @ 20:37:35
  Author: jlichtblau
Revision: 148399

upgpkg: yaz 5.15.1-1 - new upstream release

Modified:
  yaz/trunk/PKGBUILD
  yaz/trunk/yaz.changelog

---+
 PKGBUILD  |4 ++--
 yaz.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 15:00:14 UTC (rev 148398)
+++ PKGBUILD2015-12-04 19:37:35 UTC (rev 148399)
@@ -7,7 +7,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=yaz
-pkgver=5.14.11
+pkgver=5.15.1
 pkgrel=1
 pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libxslt' 'icu')
 changelog=$pkgname.changelog
 source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('216bc0e76e3deb655017bb639e87f2175facfdc060138a550e290c383da2cf7a')
+sha256sums=('ebef25b0970ea1485bbba43a721d7001523b6faa18c8d8da4080a8f83d5e2116')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: yaz.changelog
===
--- yaz.changelog   2015-12-04 15:00:14 UTC (rev 148398)
+++ yaz.changelog   2015-12-04 19:37:35 UTC (rev 148399)
@@ -1,3 +1,6 @@
+2015-12-04 Jaroslav Lichtblau 
+   * yaz 5.15.1-1
+
 2015-10-05 Jaroslav Lichtblau 
* yaz 5.14.11-1
 


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

2015-12-04 Thread Ray Rashif
Date: Friday, December 4, 2015 @ 17:56:11
  Author: schiv
Revision: 252350

ladpsa: upstream url dead;
update to third-party URL for source, md5sum checked

Modified:
  ladspa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 16:44:54 UTC (rev 252349)
+++ PKGBUILD2015-12-04 16:56:11 UTC (rev 252350)
@@ -9,7 +9,7 @@
 license=('LGPL')
 url="http://www.ladspa.org/";
 depends=('gcc-libs')
-source=("http://www.ladspa.org/download/${pkgname}_sdk_${pkgver}.tgz";
+source=("https://github.com/OpenMandrivaAssociation/ladspa/raw/master/${pkgname}_sdk_${pkgver}.tgz";
 'fix-memleak-in-plugin-scanning.patch'
 'fallback-ladspa-path.patch')
 md5sums=('671be3e1021d0722cadc7fb27054628e'


[arch-commits] Commit in scons/repos/extra-any (PKGBUILD PKGBUILD)

2015-12-04 Thread Ray Rashif
Date: Friday, December 4, 2015 @ 17:44:54
  Author: schiv
Revision: 252349

archrelease: copy trunk to extra-any

Added:
  scons/repos/extra-any/PKGBUILD
(from rev 252348, scons/trunk/PKGBUILD)
Deleted:
  scons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-04 16:44:45 UTC (rev 252348)
+++ PKGBUILD2015-12-04 16:44:54 UTC (rev 252349)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: damir 
-# Contributor: Lukas Sabota 
-# Contributor: Brice Carpentier 
-
-# reminder: scons moving to py3 any time soon
-
-pkgname=scons
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Extensible Python-based build utility"
-arch=('any')
-url="http://scons.org";
-license=('MIT')
-depends=('python2')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('504d8c2fa426204fe399d239d580b55c')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 setup.py install --standard-lib \
-   --prefix=/usr \
-   --install-data=/usr/share \
-   --optimize=1 \
-   --root="$pkgdir"
-
-  # fix for python 2.7
-  sed -i 's:^#!.*bin/env python:#!/usr/bin/env python2:' \
-"$pkgdir"/usr/bin/*
-
-  install -Dm644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scons/repos/extra-any/PKGBUILD (from rev 252348, scons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-04 16:44:54 UTC (rev 252349)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: damir 
+# Contributor: Lukas Sabota 
+# Contributor: Brice Carpentier 
+
+# reminder: scons moving to py3 any time soon
+
+pkgname=scons
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="Extensible Python-based build utility"
+arch=('any')
+url="http://scons.org";
+license=('MIT')
+depends=('python2')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('9a0ddf33d9839f04380e0fae87cc4b40')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 setup.py install --standard-lib \
+   --prefix=/usr \
+   --install-data=/usr/share \
+   --optimize=1 \
+   --root="$pkgdir"
+
+  # fix for python 2.7
+  sed -i 's:^#!.*bin/env python:#!/usr/bin/env python2:' \
+"$pkgdir"/usr/bin/*
+
+  install -Dm644 LICENSE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-12-04 Thread Ray Rashif
Date: Friday, December 4, 2015 @ 17:44:45
  Author: schiv
Revision: 252348

upgpkg: scons 2.4.1-1

upstream release

Modified:
  scons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 15:58:48 UTC (rev 252347)
+++ PKGBUILD2015-12-04 16:44:45 UTC (rev 252348)
@@ -7,7 +7,7 @@
 # reminder: scons moving to py3 any time soon
 
 pkgname=scons
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="Extensible Python-based build utility"
 arch=('any')
@@ -15,7 +15,7 @@
 license=('MIT')
 depends=('python2')
 
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('504d8c2fa426204fe399d239d580b55c')
+md5sums=('9a0ddf33d9839f04380e0fae87cc4b40')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-12-04 Thread Ray Rashif
Date: Friday, December 4, 2015 @ 16:58:48
  Author: schiv
Revision: 252347

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

Added:
  ardour/repos/extra-i686/.contrib
(from rev 252346, ardour/trunk/.contrib)
  ardour/repos/extra-i686/PKGBUILD
(from rev 252346, ardour/trunk/PKGBUILD)
  ardour/repos/extra-i686/ardour.desktop
(from rev 252346, ardour/trunk/ardour.desktop)
  ardour/repos/extra-x86_64/.contrib
(from rev 252346, ardour/trunk/.contrib)
  ardour/repos/extra-x86_64/PKGBUILD
(from rev 252346, ardour/trunk/PKGBUILD)
  ardour/repos/extra-x86_64/ardour.desktop
(from rev 252346, ardour/trunk/ardour.desktop)
Deleted:
  ardour/repos/extra-i686/.contrib
  ardour/repos/extra-i686/PKGBUILD
  ardour/repos/extra-i686/ardour.desktop
  ardour/repos/extra-x86_64/.contrib
  ardour/repos/extra-x86_64/PKGBUILD
  ardour/repos/extra-x86_64/ardour.desktop

-+
 /.contrib   |4 +
 /PKGBUILD   |  108 ++
 /ardour.desktop |   18 +++
 extra-i686/.contrib |2 
 extra-i686/PKGBUILD |   53 
 extra-i686/ardour.desktop   |9 ---
 extra-x86_64/.contrib   |2 
 extra-x86_64/PKGBUILD   |   53 
 extra-x86_64/ardour.desktop |9 ---
 9 files changed, 130 insertions(+), 128 deletions(-)

Deleted: extra-i686/.contrib
===
--- extra-i686/.contrib 2015-12-04 15:58:34 UTC (rev 252346)
+++ extra-i686/.contrib 2015-12-04 15:58:48 UTC (rev 252347)
@@ -1,2 +0,0 @@
-# Contributor: Bernardo Barros 
-# Contributor: Uli Armbruster 

Copied: ardour/repos/extra-i686/.contrib (from rev 252346, 
ardour/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2015-12-04 15:58:48 UTC (rev 252347)
@@ -0,0 +1,2 @@
+# Contributor: Bernardo Barros 
+# Contributor: Uli Armbruster 

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-04 15:58:34 UTC (rev 252346)
+++ extra-i686/PKGBUILD 2015-12-04 15:58:48 UTC (rev 252347)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: SpepS 
-# Contributor: see .contrib
-
-pkgname=ardour
-pkgver=4.2
-pkgrel=1
-pkgdesc="Professional-grade digital audio workstation"
-arch=('i686' 'x86_64')
-url="http://ardour.org/";
-license=('GPL')
-depends=('liblrdf' 'liblo' 'lilv' 'suil' 'taglib'
- 'aubio' 'rubberband' 'gtkmm')
-makedepends=('git' 'python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
-optdepends=('xjadeo: video monitoring'
-'harvid: video timeline')
-source=("$pkgname-$pkgver::git+https://github.com/${pkgname^}/$pkgname.git#tag=$pkgver";
-"$pkgname.desktop")
-md5sums=('SKIP'
- 'c376b07a961137386d6b47594acb38ca')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf configure --prefix=/usr \
---configdir=/etc \
---with-backends="jack,alsa" \
---libjack=weak \
---optimize \
---docs
-
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf install --destdir="$pkgdir"
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ardour/repos/extra-i686/PKGBUILD (from rev 252346, 
ardour/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-04 15:58:48 UTC (rev 252347)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: SpepS 
+# Contributor: see .contrib
+
+pkgname=ardour
+pkgver=4.4
+pkgrel=1
+pkgdesc="Professional-grade digital audio workstation"
+arch=('i686' 'x86_64')
+url="http://ardour.org/";
+license=('GPL')
+depends=('liblrdf' 'liblo' 'lilv' 'suil' 'taglib'
+ 'aubio' 'rubberband' 'gtkmm')
+makedepends=('git' 'python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
+optdepends=('xjadeo: video monitoring'
+'harvid: video timeline')
+source=("$pkgname-$pkgver::git+https://github.com/${pkgname^}/$pkgname.git#tag=$pkgver";
+"$pkgname.desktop")
+md5sums=('SKIP'
+ 'c376b07a961137386d6b47594acb38ca')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix
+  sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf configure --prefix=/usr \
+--configdir=/etc \
+--with-backends="jack,alsa" \
+  

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

2015-12-04 Thread Antonio Rojas
Date: Friday, December 4, 2015 @ 16:58:10
  Author: arojas
Revision: 252345

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  digikam/repos/kde-unstable-i686/PKGBUILD
(from rev 252344, digikam/kde-unstable/PKGBUILD)
  digikam/repos/kde-unstable-i686/digikam.install
(from rev 252344, digikam/kde-unstable/digikam.install)
  digikam/repos/kde-unstable-i686/kipi-plugins.install
(from rev 252344, digikam/kde-unstable/kipi-plugins.install)
  digikam/repos/kde-unstable-x86_64/PKGBUILD
(from rev 252344, digikam/kde-unstable/PKGBUILD)
  digikam/repos/kde-unstable-x86_64/digikam.install
(from rev 252344, digikam/kde-unstable/digikam.install)
  digikam/repos/kde-unstable-x86_64/kipi-plugins.install
(from rev 252344, digikam/kde-unstable/kipi-plugins.install)
Deleted:
  digikam/repos/kde-unstable-i686/PKGBUILD
  digikam/repos/kde-unstable-i686/digikam.install
  digikam/repos/kde-unstable-i686/kipi-plugins.install
  digikam/repos/kde-unstable-x86_64/PKGBUILD
  digikam/repos/kde-unstable-x86_64/digikam.install
  digikam/repos/kde-unstable-x86_64/kipi-plugins.install

--+
 /PKGBUILD|  170 +
 /digikam.install |   24 
 /kipi-plugins.install|   24 
 kde-unstable-i686/PKGBUILD   |   79 -
 kde-unstable-i686/digikam.install|   12 --
 kde-unstable-i686/kipi-plugins.install   |   12 --
 kde-unstable-x86_64/PKGBUILD |   79 -
 kde-unstable-x86_64/digikam.install  |   12 --
 kde-unstable-x86_64/kipi-plugins.install |   12 --
 9 files changed, 218 insertions(+), 206 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-04 15:56:46 UTC (rev 252344)
+++ kde-unstable-i686/PKGBUILD  2015-12-04 15:58:10 UTC (rev 252345)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins')
-_pkgver=5.0.0-beta2
-pkgver=${_pkgver//-/_}
-pkgrel=1
-pkgdesc="Digital photo management application for KDE"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.digikam.org/";
-makedepends=('extra-cmake-modules' 'libkexiv2' 'libkdcraw' 'libkipi' 
'libksane' 'liblqr' 'opencv' 'boost'
- 'libgpod' 'hugin' 'opencv' 'qt5-webkit' 'doxygen' 'lensfun' 
'imagemagick' 'eigen' 'libpgf'
- 'libusb' 'libkface' 'kio' 'kdoctools' 'marble' 'kfilemetadata' 
'akonadi-contact' 'qt5-multimedia'
- 'threadweaver' 'kcalcore' 'knotifyconfig' 'kdelibs4support' 
'clang') # 'libmediawiki' 'libkvkontakte'
-source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.bz2";)
-sha1sums=('db2f6d7e84e67a338bee9373bdba2dc116f5e1f0')
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../${pkgname}-${_pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_TESTING=OFF \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DENABLE_KFILEMETADATASUPPORT=ON \
--DENABLE_MEDIAPLAYER=ON \
--DENABLE_AKONADICONTACTSUPPORT=ON \
--DCMAKE_C_COMPILER=clang # Fix error: C++ style comments are not allowed 
in ISO C90
-  make
-}
-
-package_digikam() {
-  pkgdesc="Digital photo management application for KDE"
-  depends=('libgphoto2' 'liblqr' 'libkipi' 'lensfun' 'libpgf'
-   'knotifyconfig' 'libksane' 'kfilemetadata' 'kitemmodels' 
'qt5-multimedia' 'marble')
-  optdepends=('kipi-plugins: more tools and plugins')
-  install=digikam.install
-
-  cd build/core
-  make DESTDIR="${pkgdir}" install
-  cd ../../build/doc/digikam/digikam
-  make DESTDIR="${pkgdir}" install
-  cd ../showfoto
-  make DESTDIR="${pkgdir}" install
-#  cd ../../../../build/po
-#  make DESTDIR="${pkgdir}" install
-}
-
-package_kipi-plugins() {
-  pkgdesc="A collection of plugins extending the KDE graphics and image 
applications as digiKam"
-  depends=('kio' 'libkipi')
-  optdepends=('libkgeomap4: Geolocalize tool'
-  #   'libmediawiki: MediaWiki Export plugin'
-  #   'libkvkontakte: VKontakte.ru Exporter plugin'
-  'libgpod: iPodExport plugin'
-  'opencv: Remove Red Eyes plugin'
-  'imagemagick: Video SlideShow plugin'
-  'qt5-gstreamer: Video SlideShow plugin'
-  'threadweaver: panorama plugin'
- 'hugin: panorama plugin')
-  install=kipi-plugins.install
-
-  cd build/extra/kipi-plugins
-  make DESTDIR="${pkgdir}" install
-
-#  cd ../../../build/po
-#  make DESTDIR="${pkgdir}" install
-
-  cd ../../../build/doc/kipi-plugins
-  make DESTDIR="${pkgdir}" install
-}

Copied: digikam/repos/kde-unstable-i686/PKGBUILD (from rev 252344, 
digikam/kde-unstable/PKGBUILD)
===

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

2015-12-04 Thread Ray Rashif
Date: Friday, December 4, 2015 @ 16:58:34
  Author: schiv
Revision: 252346

upgpkg: ardour 4.4-1

upstream release
apologies for the extremely delayed push
should work fine with the cxx11 flag but please test

Modified:
  ardour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 15:58:10 UTC (rev 252345)
+++ PKGBUILD2015-12-04 15:58:34 UTC (rev 252346)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=ardour
-pkgver=4.2
+pkgver=4.4
 pkgrel=1
 pkgdesc="Professional-grade digital audio workstation"
 arch=('i686' 'x86_64')
@@ -35,7 +35,8 @@
 --with-backends="jack,alsa" \
 --libjack=weak \
 --optimize \
---docs
+--docs \
+--cxx11
 
   python2 waf build $MAKEFLAGS
 }


[arch-commits] Commit in digikam/kde-unstable (PKGBUILD)

2015-12-04 Thread Antonio Rojas
Date: Friday, December 4, 2015 @ 16:56:46
  Author: arojas
Revision: 252344

Fix dependencies, enable calendar plugin

Modified:
  digikam/kde-unstable/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 06:23:44 UTC (rev 252343)
+++ PKGBUILD2015-12-04 15:56:46 UTC (rev 252344)
@@ -7,20 +7,25 @@
 pkgname=('digikam' 'kipi-plugins')
 _pkgver=5.0.0-beta2
 pkgver=${_pkgver//-/_}
-pkgrel=1
+pkgrel=2
 pkgdesc="Digital photo management application for KDE"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.digikam.org/";
-makedepends=('extra-cmake-modules' 'libkexiv2' 'libkdcraw' 'libkipi' 
'libksane' 'liblqr' 'opencv' 'boost'
+makedepends=('extra-cmake-modules' 'libkipi' 'libksane' 'liblqr' 'opencv' 
'boost'
  'libgpod' 'hugin' 'opencv' 'qt5-webkit' 'doxygen' 'lensfun' 
'imagemagick' 'eigen' 'libpgf'
- 'libusb' 'libkface' 'kio' 'kdoctools' 'marble' 'kfilemetadata' 
'akonadi-contact' 'qt5-multimedia'
+ 'libusb' 'kio' 'kdoctools' 'marble' 'kfilemetadata' 
'akonadi-contact' 'qt5-multimedia'
  'threadweaver' 'kcalcore' 'knotifyconfig' 'kdelibs4support' 
'clang') # 'libmediawiki' 'libkvkontakte'
 
source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.bz2";)
 sha1sums=('db2f6d7e84e67a338bee9373bdba2dc116f5e1f0')
 
+prepare() {
+  mkdir -p build
+
+  sed -e 's|${KF5_MIN_VERSION}||' -i $pkgname-$_pkgver/core/CMakeLists.txt -i 
$pkgname-$_pkgver/extra/kipi-plugins/CMakeLists.txt
+}
+
 build() {
-  mkdir build
   cd build
 
   cmake ../${pkgname}-${_pkgver} \
@@ -33,6 +38,7 @@
 -DENABLE_KFILEMETADATASUPPORT=ON \
 -DENABLE_MEDIAPLAYER=ON \
 -DENABLE_AKONADICONTACTSUPPORT=ON \
+-DDIGIKAMSC_CHECKOUT_PO=ON \
 -DCMAKE_C_COMPILER=clang # Fix error: C++ style comments are not allowed 
in ISO C90
   make
 }
@@ -39,8 +45,8 @@
 
 package_digikam() {
   pkgdesc="Digital photo management application for KDE"
-  depends=('libgphoto2' 'liblqr' 'libkipi' 'lensfun' 'libpgf'
-   'knotifyconfig' 'libksane' 'kfilemetadata' 'kitemmodels' 
'qt5-multimedia' 'marble')
+  depends=('liblqr' 'libkipi' 'lensfun' 'libpgf' 'opencv' 'akonadi-contact'
+   'knotifyconfig' 'libksane' 'kfilemetadata' 'qt5-multimedia' 'marble')
   optdepends=('kipi-plugins: more tools and plugins')
   install=digikam.install
 
@@ -57,7 +63,7 @@
 package_kipi-plugins() {
   pkgdesc="A collection of plugins extending the KDE graphics and image 
applications as digiKam"
   depends=('kio' 'libkipi')
-  optdepends=('libkgeomap4: Geolocalize tool'
+  optdepends=('kcalcore: Calendar plugin'
   #   'libmediawiki: MediaWiki Export plugin'
   #   'libkvkontakte: VKontakte.ru Exporter plugin'
   'libgpod: iPodExport plugin'


[arch-commits] Commit in nodejs-babel-cli/repos/community-any (4 files)

2015-12-04 Thread Felix Yan
Date: Friday, December 4, 2015 @ 16:00:14
  Author: fyan
Revision: 148398

archrelease: copy trunk to community-any

Added:
  nodejs-babel-cli/repos/community-any/LICENSE
(from rev 148397, nodejs-babel-cli/trunk/LICENSE)
  nodejs-babel-cli/repos/community-any/PKGBUILD
(from rev 148397, nodejs-babel-cli/trunk/PKGBUILD)
Deleted:
  nodejs-babel-cli/repos/community-any/LICENSE
  nodejs-babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   54 +++---
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-12-04 14:59:55 UTC (rev 148397)
+++ LICENSE 2015-12-04 15:00:14 UTC (rev 148398)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: nodejs-babel-cli/repos/community-any/LICENSE (from rev 148397, 
nodejs-babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-12-04 15:00:14 UTC (rev 148398)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-04 14:59:55 UTC (rev 148397)
+++ PKGBUILD2015-12-04 15:00:14 UTC (rev 148398)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-_npmname=babel-cli
-pkgname=nodejs-$_npmname
-pkgver=6.2.0
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz";
-LICENSE)
-noextract=($_npmname-$pkgver.tgz)
-sha256sums=('efa4e447fd7dff898fccf7f155f90c0707db6de2fe60cd2d3a23e764623d3e36'
-'8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: nodejs-babel-cli/repos/community-any/PKGBUILD (from rev 148397, 
nodejs-babel-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-04 15:00:14 UTC (rev 148398)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Andy Weidenbaum 
+# Contributor: Peter Wu 
+
+_npmname=babel-cli
+pkgname=nodejs-$_npmname
+pkgver=6.3.13
+pkgrel=1
+pkgdesc="A compiler for writing next generation JavaScript"
+arch=('any')
+url="https://babeljs.io/";
+license

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

2015-12-04 Thread Felix Yan
Date: Friday, December 4, 2015 @ 15:59:55
  Author: fyan
Revision: 148397

upgpkg: nodejs-babel-cli 6.3.13-1

Modified:
  nodejs-babel-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 12:16:11 UTC (rev 148396)
+++ PKGBUILD2015-12-04 14:59:55 UTC (rev 148397)
@@ -6,7 +6,7 @@
 
 _npmname=babel-cli
 pkgname=nodejs-$_npmname
-pkgver=6.2.0
+pkgver=6.3.13
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -17,7 +17,7 @@
 source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz";
 LICENSE)
 noextract=($_npmname-$pkgver.tgz)
-sha256sums=('efa4e447fd7dff898fccf7f155f90c0707db6de2fe60cd2d3a23e764623d3e36'
+sha256sums=('27413e440adff7c5b5d5c052e9a78ef5661543dff6e8d2bd4d53900b6e452e36'
 '8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
 
 package() {


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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:16:04
  Author: flexiondotorg
Revision: 148395

upgpkg: mate-applets-gtk3 1.12.1-1 - New upstream release

Modified:
  mate-applets-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 12:14:13 UTC (rev 148394)
+++ PKGBUILD2015-12-04 12:16:04 UTC (rev 148395)
@@ -4,8 +4,8 @@
 _ver=1.12
 _pkgbase=mate-applets
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=2
+pkgver=${_ver}.1
+pkgrel=1
 pkgdesc="Applets for MATE panel (GTK3 version [EXPERIMENTAL])"
 arch=('i686' 'x86_64')
 url="http://mate-desktop.org";
@@ -18,7 +18,7 @@
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('f9d962fea66527bb920e9f9c2b0ccb034b85e64d')
+sha1sums=('1275d9922e8c0abde0256d086d3e7bceb9bcf2c9')
 install=${_pkgbase}.install
 
 prepare() {


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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:16:11
  Author: flexiondotorg
Revision: 148396

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

Added:
  mate-applets-gtk3/repos/community-i686/PKGBUILD
(from rev 148395, mate-applets-gtk3/trunk/PKGBUILD)
  mate-applets-gtk3/repos/community-i686/mate-applets.install
(from rev 148395, mate-applets-gtk3/trunk/mate-applets.install)
  mate-applets-gtk3/repos/community-x86_64/PKGBUILD
(from rev 148395, mate-applets-gtk3/trunk/PKGBUILD)
  mate-applets-gtk3/repos/community-x86_64/mate-applets.install
(from rev 148395, mate-applets-gtk3/trunk/mate-applets.install)
Deleted:
  mate-applets-gtk3/repos/community-i686/PKGBUILD
  mate-applets-gtk3/repos/community-i686/mate-applets.install
  mate-applets-gtk3/repos/community-x86_64/PKGBUILD
  mate-applets-gtk3/repos/community-x86_64/mate-applets.install

---+
 /PKGBUILD |   90 
 /mate-applets.install |   26 +
 community-i686/PKGBUILD   |   45 
 community-i686/mate-applets.install   |   13 
 community-x86_64/PKGBUILD |   45 
 community-x86_64/mate-applets.install |   13 
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 12:16:04 UTC (rev 148395)
+++ community-i686/PKGBUILD 2015-12-04 12:16:11 UTC (rev 148396)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-applets
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc="Applets for MATE panel (GTK3 version [EXPERIMENTAL])"
-arch=('i686' 'x86_64')
-url="http://mate-desktop.org";
-license=('GPL')
-depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel-gtk3>=1.12'
- 'python2-dbus' 'python2-gobject' 'upower')
-makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'yelp-tools')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
-'yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('f9d962fea66527bb920e9f9c2b0ccb034b85e64d')
-install=${_pkgbase}.install
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/${_pkgbase} \
---enable-polkit \
---enable-ipv6 \
---with-gtk=3.0 \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-applets-gtk3/repos/community-i686/PKGBUILD (from rev 148395, 
mate-applets-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 12:16:11 UTC (rev 148396)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-applets
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="Applets for MATE panel (GTK3 version [EXPERIMENTAL])"
+arch=('i686' 'x86_64')
+url="http://mate-desktop.org";
+license=('GPL')
+depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel-gtk3>=1.12'
+ 'python2-dbus' 'python2-gobject' 'upower')
+makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'yelp-tools')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
+'yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('1275d9922e8c0abde0256d086d3e7bceb9bcf2c9')
+install=${_pkgbase}.install
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${_pkgbase} \
+--enable-polkit \
+--enable-ipv6 \
+--with-gtk=3.0 \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-applets.install
===
--- community-i686/mate-applets.install 2015-12-04 12:16:04 UTC (rev 148395)
+++ community-i686/mate-applets.install 2015-12-04 12:16:11 UTC (rev 

[arch-commits] Commit in mate-sensors-applet/repos (8 files)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:14:13
  Author: flexiondotorg
Revision: 148394

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

Added:
  mate-sensors-applet/repos/community-i686/PKGBUILD
(from rev 148393, mate-sensors-applet/trunk/PKGBUILD)
  mate-sensors-applet/repos/community-i686/mate-sensors-applet.install
(from rev 148393, mate-sensors-applet/trunk/mate-sensors-applet.install)
  mate-sensors-applet/repos/community-x86_64/PKGBUILD
(from rev 148393, mate-sensors-applet/trunk/PKGBUILD)
  mate-sensors-applet/repos/community-x86_64/mate-sensors-applet.install
(from rev 148393, mate-sensors-applet/trunk/mate-sensors-applet.install)
Deleted:
  mate-sensors-applet/repos/community-i686/PKGBUILD
  mate-sensors-applet/repos/community-i686/mate-sensors-applet.install
  mate-sensors-applet/repos/community-x86_64/PKGBUILD
  mate-sensors-applet/repos/community-x86_64/mate-sensors-applet.install

--+
 /PKGBUILD|   68 +
 /mate-sensors-applet.install |   24 
 community-i686/PKGBUILD  |   34 
 community-i686/mate-sensors-applet.install   |   12 
 community-x86_64/PKGBUILD|   34 
 community-x86_64/mate-sensors-applet.install |   12 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 12:14:06 UTC (rev 148393)
+++ community-i686/PKGBUILD 2015-12-04 12:14:13 UTC (rev 148394)
@@ -1,34 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-sensors-applet
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK2 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'lm_sensors' 
'mate-panel>=1.12')
-makedepends=('docbook-xml' 'libxnvctrl' 'mate-common' 'rarian' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('f638b6e8285addebf80563778a2f2a21053db951')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---disable-static
-  make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-sensors-applet/repos/community-i686/PKGBUILD (from rev 148393, 
mate-sensors-applet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 12:14:13 UTC (rev 148394)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-sensors-applet
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'lm_sensors' 
'mate-panel>=1.12')
+makedepends=('docbook-xml' 'libxnvctrl' 'mate-common' 'rarian' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('310b06bc37038c55a18874e49c75a20c13b75e37')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--disable-static
+  make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-sensors-applet.install
===
--- community-i686/mate-sensors-applet.install  2015-12-04 12:14:06 UTC (rev 
148393)
+++ community-i686/mate-sensors-applet.install  2015-12-04 12:14:13 UTC (rev 
148394)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-sensors-applet/repos/community-i686/mate-sensors-applet.install 
(from rev 148393, mate-sensors-applet/trunk/mate-sensors-applet.install)
===
--- community-i686/mate-sensors-applet.inst

[arch-commits] Commit in mate-sensors-applet/trunk (PKGBUILD)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:14:06
  Author: flexiondotorg
Revision: 148393

upgpkg: mate-sensors-applet 1.12.1-1 - New upstream release

Modified:
  mate-sensors-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 12:13:07 UTC (rev 148392)
+++ PKGBUILD2015-12-04 12:14:06 UTC (rev 148393)
@@ -3,7 +3,7 @@
 _ver=1.12
 _pkgbase=mate-sensors-applet
 pkgname=(${_pkgbase})
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK2 version)"
 url="http://mate-desktop.org";
@@ -15,7 +15,7 @@
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('f638b6e8285addebf80563778a2f2a21053db951')
+sha1sums=('310b06bc37038c55a18874e49c75a20c13b75e37')
 install=${_pkgbase}.install
 
 build() {


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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:13:00
  Author: flexiondotorg
Revision: 148391

upgpkg: mate-sensors-applet-gtk3 1.12.1-1 - New upstream release

Modified:
  mate-sensors-applet-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 12:11:46 UTC (rev 148390)
+++ PKGBUILD2015-12-04 12:13:00 UTC (rev 148391)
@@ -3,7 +3,7 @@
 _ver=1.12
 _pkgbase=mate-sensors-applet
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK3 version 
[EXPERIMENTAL])"
 url="http://mate-desktop.org";
@@ -15,7 +15,7 @@
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('f638b6e8285addebf80563778a2f2a21053db951')
+sha1sums=('310b06bc37038c55a18874e49c75a20c13b75e37')
 install=${_pkgbase}.install
 
 build() {


[arch-commits] Commit in mate-sensors-applet-gtk3/repos (8 files)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:13:07
  Author: flexiondotorg
Revision: 148392

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

Added:
  mate-sensors-applet-gtk3/repos/community-i686/PKGBUILD
(from rev 148391, mate-sensors-applet-gtk3/trunk/PKGBUILD)
  mate-sensors-applet-gtk3/repos/community-i686/mate-sensors-applet.install
(from rev 148391, 
mate-sensors-applet-gtk3/trunk/mate-sensors-applet.install)
  mate-sensors-applet-gtk3/repos/community-x86_64/PKGBUILD
(from rev 148391, mate-sensors-applet-gtk3/trunk/PKGBUILD)
  mate-sensors-applet-gtk3/repos/community-x86_64/mate-sensors-applet.install
(from rev 148391, 
mate-sensors-applet-gtk3/trunk/mate-sensors-applet.install)
Deleted:
  mate-sensors-applet-gtk3/repos/community-i686/PKGBUILD
  mate-sensors-applet-gtk3/repos/community-i686/mate-sensors-applet.install
  mate-sensors-applet-gtk3/repos/community-x86_64/PKGBUILD
  mate-sensors-applet-gtk3/repos/community-x86_64/mate-sensors-applet.install

--+
 /PKGBUILD|   68 +
 /mate-sensors-applet.install |   24 
 community-i686/PKGBUILD  |   34 
 community-i686/mate-sensors-applet.install   |   12 
 community-x86_64/PKGBUILD|   34 
 community-x86_64/mate-sensors-applet.install |   12 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 12:13:00 UTC (rev 148391)
+++ community-i686/PKGBUILD 2015-12-04 12:13:07 UTC (rev 148392)
@@ -1,34 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-sensors-applet
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK3 version 
[EXPERIMENTAL])"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'gtk3' 'libatasmart' 'libnotify'  'lm_sensors' 
'mate-panel-gtk3>=1.12')
-makedepends=('docbook-xml' 'libxnvctrl' 'mate-common' 'rarian' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('f638b6e8285addebf80563778a2f2a21053db951')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---disable-static
-  make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-sensors-applet-gtk3/repos/community-i686/PKGBUILD (from rev 
148391, mate-sensors-applet-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 12:13:07 UTC (rev 148392)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-sensors-applet
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK3 version 
[EXPERIMENTAL])"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'gtk3' 'libatasmart' 'libnotify'  'lm_sensors' 
'mate-panel-gtk3>=1.12')
+makedepends=('docbook-xml' 'libxnvctrl' 'mate-common' 'rarian' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('310b06bc37038c55a18874e49c75a20c13b75e37')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--disable-static
+  make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-sensors-applet.install
===
--- community-i686/mate-sensors-applet.install  2015-12-04 12:13:00 UTC (rev 
148391)
+++ community-i686/mate-sensors-applet.install  2015-12-04 12:13:07 UTC (rev 
148392)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
mate-sensors-applet-gtk3/repos/community-i686/mate-sensors-applet.install (from 
rev 148391, mate-sensors-applet-gtk3/trunk/mat

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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:11:46
  Author: flexiondotorg
Revision: 148390

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

Added:
  mate-applets/repos/community-i686/PKGBUILD
(from rev 148389, mate-applets/trunk/PKGBUILD)
  mate-applets/repos/community-i686/mate-applets.install
(from rev 148389, mate-applets/trunk/mate-applets.install)
  mate-applets/repos/community-x86_64/PKGBUILD
(from rev 148389, mate-applets/trunk/PKGBUILD)
  mate-applets/repos/community-x86_64/mate-applets.install
(from rev 148389, mate-applets/trunk/mate-applets.install)
Deleted:
  mate-applets/repos/community-i686/PKGBUILD
  mate-applets/repos/community-i686/mate-applets.install
  mate-applets/repos/community-x86_64/PKGBUILD
  mate-applets/repos/community-x86_64/mate-applets.install

---+
 /PKGBUILD |   88 
 /mate-applets.install |   26 +
 community-i686/PKGBUILD   |   44 
 community-i686/mate-applets.install   |   13 
 community-x86_64/PKGBUILD |   44 
 community-x86_64/mate-applets.install |   13 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 12:11:38 UTC (rev 148389)
+++ community-i686/PKGBUILD 2015-12-04 12:11:46 UTC (rev 148390)
@@ -1,44 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-applets
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc="Applets for MATE panel (GTK2 version)"
-arch=('i686' 'x86_64')
-url="http://mate-desktop.org";
-license=('GPL')
-depends=('gtksourceview2' 'libgtop' 'libnotify' 'mate-panel>=1.12'
- 'polkit' 'python2-dbus' 'python2-gobject' 'upower')
-makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'yelp-tools')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('f9d962fea66527bb920e9f9c2b0ccb034b85e64d')
-install=${_pkgbase}.install
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/${_pkgbase} \
---enable-polkit \
---enable-ipv6 \
---with-gtk=2.0 \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-applets/repos/community-i686/PKGBUILD (from rev 148389, 
mate-applets/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 12:11:46 UTC (rev 148390)
@@ -0,0 +1,44 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-applets
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="Applets for MATE panel (GTK2 version)"
+arch=('i686' 'x86_64')
+url="http://mate-desktop.org";
+license=('GPL')
+depends=('gtksourceview2' 'libgtop' 'libnotify' 'mate-panel>=1.12'
+ 'polkit' 'python2-dbus' 'python2-gobject' 'upower')
+makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'yelp-tools')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('1275d9922e8c0abde0256d086d3e7bceb9bcf2c9')
+install=${_pkgbase}.install
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${_pkgbase} \
+--enable-polkit \
+--enable-ipv6 \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-applets.install
===
--- community-i686/mate-applets.install 2015-12-04 12:11:38 UTC (rev 148389)
+++ community-i686/mate-applets.install 2015-12-04 12:11:46 UTC (rev 148390)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon

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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:11:38
  Author: flexiondotorg
Revision: 148389

upgpkg: mate-applets 1.12.1-1 - New upstream release

Modified:
  mate-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 12:08:42 UTC (rev 148388)
+++ PKGBUILD2015-12-04 12:11:38 UTC (rev 148389)
@@ -3,8 +3,8 @@
 _ver=1.12
 _pkgbase=mate-applets
 pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=2
+pkgver=${_ver}.1
+pkgrel=1
 pkgdesc="Applets for MATE panel (GTK2 version)"
 arch=('i686' 'x86_64')
 url="http://mate-desktop.org";
@@ -17,7 +17,7 @@
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('f9d962fea66527bb920e9f9c2b0ccb034b85e64d')
+sha1sums=('1275d9922e8c0abde0256d086d3e7bceb9bcf2c9')
 install=${_pkgbase}.install
 
 prepare() {


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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:08:42
  Author: flexiondotorg
Revision: 148388

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

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

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

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

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

Deleted: community-i686/pluma.install
===
--- community-i686/pluma.install2015-12-04 12:08:35 UTC (rev 148387)
+++ community-i686/pluma.install2015-12-04 12:08:42 UTC (rev 148388)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pluma/repos/community-i686/pluma.install (from rev 148387, 
pluma/trunk/pluma.install)
===
--- community-i686/pluma.install(rev 0)
+++ community-i686/pluma.install2015-12-04 12:08:42 UTC (rev 148388)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+upd

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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:08:35
  Author: flexiondotorg
Revision: 148387

upgpkg: pluma 1.12.1-1 - New upstream release

Modified:
  pluma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 12:06:42 UTC (rev 148386)
+++ PKGBUILD2015-12-04 12:08:35 UTC (rev 148387)
@@ -3,7 +3,7 @@
 _ver=1.12
 _pkgbase=pluma
 pkgname=${_pkgbase}
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="A powerful text editor for MATE (GTK2 version)"
 url="http://mate-desktop.org";
@@ -16,7 +16,7 @@
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('06e2ca0251015b8f3e13b1d0cc1500f5af246cfb')
+sha1sums=('ef14595cf8e4123290bf2162ae994034fb5f177e')
 install=${_pkgbase}.install
 
 prepare() {


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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:06:42
  Author: flexiondotorg
Revision: 148386

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

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

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

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

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

Deleted: community-i686/pluma.install
===
--- community-i686/pluma.install2015-12-04 12:06:35 UTC (rev 148385)
+++ community-i686/pluma.install2015-12-04 12:06:42 UTC (rev 148386)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pluma-gtk3/repos/community-i686/pluma.install (from rev 148385, 
pluma-gtk3/trunk/pluma.install)
===
--- community-i686/pluma.install(rev 0)
+++ community-i686/pluma.install2015-12-04 12:06:42 UTC (rev 148386)
@@ -0,0 +1,12 @@
+post_install() {
+

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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:06:35
  Author: flexiondotorg
Revision: 148385

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

Modified:
  pluma-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 12:04:13 UTC (rev 148384)
+++ PKGBUILD2015-12-04 12:06:35 UTC (rev 148385)
@@ -3,7 +3,7 @@
 _ver=1.12
 _pkgbase=pluma
 pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="A powerful text editor for MATE (GTK3 version [EXPERIMENTAL])"
 url="http://mate-desktop.org";
@@ -16,7 +16,7 @@
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('06e2ca0251015b8f3e13b1d0cc1500f5af246cfb')
+sha1sums=('ef14595cf8e4123290bf2162ae994034fb5f177e')
 install=${_pkgbase}.install
 
 prepare() {


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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:04:13
  Author: flexiondotorg
Revision: 148384

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

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

+
 /PKGBUILD  |   98 +++
 /atril.install |   26 ++
 community-i686/PKGBUILD|   49 ---
 community-i686/atril.install   |   13 -
 community-x86_64/PKGBUILD  |   49 ---
 community-x86_64/atril.install |   13 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 12:04:07 UTC (rev 148383)
+++ community-i686/PKGBUILD 2015-12-04 12:04:13 UTC (rev 148384)
@@ -1,49 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=atril
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="MATE document viewer (GTK2 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
- 'mate-desktop>=1.12' 'mathjax' 'poppler-glib' 'webkitgtk2' 'zlib')
-makedepends=('caja>=1.12' 'djvulibre' 'gobject-introspection' 'libgxps'
- 'mate-common' 'texlive-bin' 'yelp-tools')
-optdepends=('caja: Document Properties extension'
-'djvulibre: DjVu support'
-'libgxps: XPS support'
-'texlive-bin: DVI support'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('200e69adbb3a66f24a21574b45349a4d67bf6c36')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: atril/repos/community-i686/PKGBUILD (from rev 148383, 
atril/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 12:04:13 UTC (rev 148384)
@@ -0,0 +1,49 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=atril
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="MATE document viewer (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
+ 'mate-desktop>=1.12' 'mathjax' 'poppler-glib' 'webkitgtk2' 'zlib')
+makedepends=('caja>=1.12' 'djvulibre' 'gobject-introspection' 'libgxps'
+ 'mate-common' 'texlive-bin' 'yelp-tools')
+optdepends=('caja: Document Properties extension'
+'djvulibre: DjVu support'
+'libgxps: XPS support'
+'texlive-bin: DVI support'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('06787a4ff05ce7698a99849850fafa66206b5e4d')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/atril.install
===
--- community-i686/atril.install2015-12-04 12:04:07 UTC (rev 148383)
+++ community-i686/atril.install2015-12-04 12:04:13 UTC (rev 148384)
@@ -1,13 +0,0 @@
-post_install

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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:04:07
  Author: flexiondotorg
Revision: 148383

upgpkg: atril 1.12.1-1 - New upstrem release

Modified:
  atril/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 12:02:42 UTC (rev 148382)
+++ PKGBUILD2015-12-04 12:04:07 UTC (rev 148383)
@@ -3,7 +3,7 @@
 _ver=1.12
 _pkgbase=atril
 pkgname=(${_pkgbase})
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="MATE document viewer (GTK2 version)"
 url="http://mate-desktop.org";
@@ -21,7 +21,7 @@
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('200e69adbb3a66f24a21574b45349a4d67bf6c36')
+sha1sums=('06787a4ff05ce7698a99849850fafa66206b5e4d')
 install=${_pkgbase}.install
 
 build() {


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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:02:42
  Author: flexiondotorg
Revision: 148382

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

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

+
 /PKGBUILD  |  100 +++
 /atril.install |   26 ++
 community-i686/PKGBUILD|   50 ---
 community-i686/atril.install   |   13 -
 community-x86_64/PKGBUILD  |   50 ---
 community-x86_64/atril.install |   13 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 12:02:32 UTC (rev 148381)
+++ community-i686/PKGBUILD 2015-12-04 12:02:42 UTC (rev 148382)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=atril
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="MATE document viewer (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk3' 'libsecret' 'libsm' 
'libspectre'
- 'mate-desktop-gtk3>=1.12' 'mathjax' 'poppler-glib' 'webkit2gtk' 
'zlib')
-makedepends=('caja-gtk3>=1.12' 'djvulibre' 'gobject-introspection' 'libgxps'
- 'mate-common' 'texlive-bin' 'yelp-tools')
-optdepends=('caja-gtk3: Document Properties extension'
-'djvulibre: DjVu support'
-'libgxps: XPS support'
-'texlive-bin: DVI support'
-'yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('200e69adbb3a66f24a21574b45349a4d67bf6c36')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: atril-gtk3/repos/community-i686/PKGBUILD (from rev 148381, 
atril-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 12:02:42 UTC (rev 148382)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=atril
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="MATE document viewer (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk3' 'libsecret' 'libsm' 
'libspectre'
+ 'mate-desktop-gtk3>=1.12' 'mathjax' 'poppler-glib' 'webkit2gtk' 
'zlib')
+makedepends=('caja-gtk3>=1.12' 'djvulibre' 'gobject-introspection' 'libgxps'
+ 'mate-common' 'texlive-bin' 'yelp-tools')
+optdepends=('caja-gtk3: Document Properties extension'
+'djvulibre: DjVu support'
+'libgxps: XPS support'
+'texlive-bin: DVI support'
+'yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('06787a4ff05ce7698a99849850fafa66206b5e4d')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/atril.install
===
--- community-i686/atril.i

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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:02:32
  Author: flexiondotorg
Revision: 148381

upgpkg: atril-gtk3 1.12.1-1 - New upstream release

Modified:
  atril-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 11:54:13 UTC (rev 148380)
+++ PKGBUILD2015-12-04 12:02:32 UTC (rev 148381)
@@ -4,7 +4,7 @@
 _ver=1.12
 _pkgbase=atril
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="MATE document viewer (GTK3 version [EXPERIMENTAL])"
 url="http://mate-desktop.org";
@@ -22,7 +22,7 @@
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('200e69adbb3a66f24a21574b45349a4d67bf6c36')
+sha1sums=('06787a4ff05ce7698a99849850fafa66206b5e4d')
 install=${_pkgbase}.install
 
 build() {


[arch-commits] Commit in mate-system-monitor/repos (8 files)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:54:13
  Author: flexiondotorg
Revision: 148380

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

Added:
  mate-system-monitor/repos/community-i686/PKGBUILD
(from rev 148379, mate-system-monitor/trunk/PKGBUILD)
  mate-system-monitor/repos/community-i686/mate-system-monitor.install
(from rev 148379, mate-system-monitor/trunk/mate-system-monitor.install)
  mate-system-monitor/repos/community-x86_64/PKGBUILD
(from rev 148379, mate-system-monitor/trunk/PKGBUILD)
  mate-system-monitor/repos/community-x86_64/mate-system-monitor.install
(from rev 148379, mate-system-monitor/trunk/mate-system-monitor.install)
Deleted:
  mate-system-monitor/repos/community-i686/PKGBUILD
  mate-system-monitor/repos/community-i686/mate-system-monitor.install
  mate-system-monitor/repos/community-x86_64/PKGBUILD
  mate-system-monitor/repos/community-x86_64/mate-system-monitor.install

--+
 /PKGBUILD|  128 +
 /mate-system-monitor.install |   22 
 community-i686/PKGBUILD  |   64 
 community-i686/mate-system-monitor.install   |   11 --
 community-x86_64/PKGBUILD|   64 
 community-x86_64/mate-system-monitor.install |   11 --
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 11:54:06 UTC (rev 148379)
+++ community-i686/PKGBUILD 2015-12-04 11:54:13 UTC (rev 148380)
@@ -1,64 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-pkgbase=mate-system-monitor
-pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A system monitor for MATE"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus-glib' 'glibmm' 'gtkmm' 'gtkmm3' 'libgtop' 'libwnck'
- 'libwnck3' 'librsvg')
-makedepends=('docbook2x' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('68e2f916ecf0818a2ff30e5081f05a19bc922a79')
-install=${pkgbase}.install
-
-prepare() {
-cd "${srcdir}"
-mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
-cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
-}
-
-build() {
-cd "${srcdir}/${pkgbase}-gtk2"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---localstatedir=/var \
---with-gtk=2.0 \
---disable-static
-make
-
-cd "${srcdir}/${pkgbase}-gtk3"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---localstatedir=/var \
---with-gtk=3.0 \
---disable-static
-make
-}
-
-package_mate-system-monitor() {
-pkgdesc+=' (GTK2 version)'
-groups=('mate-extra')
-conflicts=("${pkgbase}-gtk3")
-depends=('dconf' 'dbus-glib' 'glibmm' 'gtkmm' 'libgtop' 'libwnck' 
'librsvg')
-
-cd "${srcdir}/${pkgbase}-gtk2"
-make DESTDIR="${pkgdir}" install
-}
-
-package_mate-system-monitor-gtk3() {
-pkgdesc+=' (GTK3 version [EXPERIMENTAL])'
-groups=('mate-extra-gtk3')
-conflicts=("${pkgbase}")
-depends=('dconf' 'dbus-glib' 'glibmm' 'gtkmm3' 'libgtop' 'libwnck3' 
'librsvg')
-
-cd "${srcdir}/${pkgbase}-gtk3"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-system-monitor/repos/community-i686/PKGBUILD (from rev 148379, 
mate-system-monitor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 11:54:13 UTC (rev 148380)
@@ -0,0 +1,64 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+pkgbase=mate-system-monitor
+pkgname=(${pkgbase} ${pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="A system monitor for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus-glib' 'glibmm' 'gtkmm' 'gtkmm3' 'libgtop' 'libwnck'
+ 'libwnck3' 'librsvg')
+makedepends=('docbook2x' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('58fd0ab16ff76a1d0871053698c13cb28f407bf1')
+install=${pkgbase}.install
+
+prepare() {
+cd "${srcdir}"
+mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
+cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-gtk2"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--disable-static
+make
+
+cd "${srcdir}/${pkgbase}-gtk3"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--localstatedir=/var \
+   

[arch-commits] Commit in mate-system-monitor/trunk (PKGBUILD)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:54:06
  Author: flexiondotorg
Revision: 148379

upgpkg: mate-system-monitor 1.12.1-1 - New upstream release

Modified:
  mate-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 11:51:50 UTC (rev 148378)
+++ PKGBUILD2015-12-04 11:54:06 UTC (rev 148379)
@@ -3,7 +3,7 @@
 _ver=1.12
 pkgbase=mate-system-monitor
 pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="A system monitor for MATE"
 url="http://mate-desktop.org";
@@ -14,7 +14,7 @@
 makedepends=('docbook2x' 'mate-common' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('68e2f916ecf0818a2ff30e5081f05a19bc922a79')
+sha1sums=('58fd0ab16ff76a1d0871053698c13cb28f407bf1')
 install=${pkgbase}.install
 
 prepare() {


[arch-commits] Commit in mate-power-manager-gtk3/repos (8 files)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:51:50
  Author: flexiondotorg
Revision: 148378

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

Added:
  mate-power-manager-gtk3/repos/community-i686/PKGBUILD
(from rev 148377, mate-power-manager-gtk3/trunk/PKGBUILD)
  mate-power-manager-gtk3/repos/community-i686/mate-power-manager.install
(from rev 148377, mate-power-manager-gtk3/trunk/mate-power-manager.install)
  mate-power-manager-gtk3/repos/community-x86_64/PKGBUILD
(from rev 148377, mate-power-manager-gtk3/trunk/PKGBUILD)
  mate-power-manager-gtk3/repos/community-x86_64/mate-power-manager.install
(from rev 148377, mate-power-manager-gtk3/trunk/mate-power-manager.install)
Deleted:
  mate-power-manager-gtk3/repos/community-i686/PKGBUILD
  mate-power-manager-gtk3/repos/community-i686/mate-power-manager.install
  mate-power-manager-gtk3/repos/community-x86_64/PKGBUILD
  mate-power-manager-gtk3/repos/community-x86_64/mate-power-manager.install

-+
 /PKGBUILD   |   94 ++
 /mate-power-manager.install |   24 ++
 community-i686/PKGBUILD |   47 -
 community-i686/mate-power-manager.install   |   12 ---
 community-x86_64/PKGBUILD   |   47 -
 community-x86_64/mate-power-manager.install |   12 ---
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 11:51:42 UTC (rev 148377)
+++ community-i686/PKGBUILD 2015-12-04 11:51:50 UTC (rev 148378)
@@ -1,47 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-power-manager
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="Power management tool for the MATE desktop (GTK3 version 
[EXPERIMENTAL])"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'gtk3' 'libcanberra' 'libgnome-keyring'
- 'libnotify' 'libunique3' 'mate-desktop-gtk3>=1.12' 'upower')
-makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-panel-gtk3' 'xmlto' 
'yelp-tools')
-optdepends=('mate-panel-gtk3: Set brightness and inhibit power management from 
the panel'
-'yelp: for reading MATE help documents')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-sha1sums=('2676d0dcd14ab6900c6a56e7ff99b4e84afa995e')
-install=${_pkgbase}.install
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-#Work around a problem where the .sgml fails to parse.
-sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-applets \
---enable-unique \
---with-gtk=3.0 \
---disable-strict
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-power-manager-gtk3/repos/community-i686/PKGBUILD (from rev 148377, 
mate-power-manager-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 11:51:50 UTC (rev 148378)
@@ -0,0 +1,47 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-power-manager
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop (GTK3 version 
[EXPERIMENTAL])"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'gtk3' 'libcanberra' 'libgnome-keyring'
+ 'libnotify' 'libunique3' 'mate-desktop-gtk3>=1.12' 'upower')
+makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-panel-gtk3' 'xmlto' 
'yelp-tools')
+optdepends=('mate-panel-gtk3: Set brightness and inhibit power management from 
the panel'
+'yelp: for reading MATE help documents')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+sha1sums=('b9902eb14618f9378887d9e1d5d0ef37dc99d737')
+install=${_pkgbase}.install
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+#Work around a problem where the .sgml fails to parse.
+sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--enable-unique \
+--with-gtk=3.0 \
+--d

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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:51:42
  Author: flexiondotorg
Revision: 148377

upgpkg: mate-power-manager-gtk3 1.12.1-1 - New upstream release

Modified:
  mate-power-manager-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 11:49:34 UTC (rev 148376)
+++ PKGBUILD2015-12-04 11:51:42 UTC (rev 148377)
@@ -3,7 +3,7 @@
 _ver=1.12
 _pkgbase=mate-power-manager
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="Power management tool for the MATE desktop (GTK3 version 
[EXPERIMENTAL])"
 url="http://mate-desktop.org";
@@ -17,7 +17,7 @@
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
-sha1sums=('2676d0dcd14ab6900c6a56e7ff99b4e84afa995e')
+sha1sums=('b9902eb14618f9378887d9e1d5d0ef37dc99d737')
 install=${_pkgbase}.install
 
 prepare() {


[arch-commits] Commit in mate-power-manager/trunk (PKGBUILD)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:49:26
  Author: flexiondotorg
Revision: 148375

upgpkg: mate-power-manager 1.12.1-1 - New upstream release

Modified:
  mate-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 11:48:26 UTC (rev 148374)
+++ PKGBUILD2015-12-04 11:49:26 UTC (rev 148375)
@@ -3,7 +3,7 @@
 _ver=1.12
 _pkgbase=mate-power-manager
 pkgname=(${_pkgbase})
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="Power management tool for the MATE desktop (GTK2 version)"
 url="http://mate-desktop.org";
@@ -17,7 +17,7 @@
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
-sha1sums=('2676d0dcd14ab6900c6a56e7ff99b4e84afa995e')
+sha1sums=('b9902eb14618f9378887d9e1d5d0ef37dc99d737')
 install=${_pkgbase}.install
 
 prepare() {


[arch-commits] Commit in mate-power-manager/repos (8 files)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:49:34
  Author: flexiondotorg
Revision: 148376

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

Added:
  mate-power-manager/repos/community-i686/PKGBUILD
(from rev 148375, mate-power-manager/trunk/PKGBUILD)
  mate-power-manager/repos/community-i686/mate-power-manager.install
(from rev 148375, mate-power-manager/trunk/mate-power-manager.install)
  mate-power-manager/repos/community-x86_64/PKGBUILD
(from rev 148375, mate-power-manager/trunk/PKGBUILD)
  mate-power-manager/repos/community-x86_64/mate-power-manager.install
(from rev 148375, mate-power-manager/trunk/mate-power-manager.install)
Deleted:
  mate-power-manager/repos/community-i686/PKGBUILD
  mate-power-manager/repos/community-i686/mate-power-manager.install
  mate-power-manager/repos/community-x86_64/PKGBUILD
  mate-power-manager/repos/community-x86_64/mate-power-manager.install

-+
 /PKGBUILD   |   94 ++
 /mate-power-manager.install |   24 ++
 community-i686/PKGBUILD |   47 -
 community-i686/mate-power-manager.install   |   12 ---
 community-x86_64/PKGBUILD   |   47 -
 community-x86_64/mate-power-manager.install |   12 ---
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 11:49:26 UTC (rev 148375)
+++ community-i686/PKGBUILD 2015-12-04 11:49:34 UTC (rev 148376)
@@ -1,47 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-power-manager
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="Power management tool for the MATE desktop (GTK2 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'gtk2' 'libcanberra' 'libgnome-keyring'
- 'libnotify' 'libunique' 'mate-desktop>=1.12' 'upower')
-makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-panel' 'xmlto' 
'yelp-tools')
-optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel'
-'yelp: for reading MATE help documents')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-sha1sums=('2676d0dcd14ab6900c6a56e7ff99b4e84afa995e')
-install=${_pkgbase}.install
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-#Work around a problem where the .sgml fails to parse.
-sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-applets \
---enable-unique \
---with-gtk=2.0 \
---disable-strict
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-power-manager/repos/community-i686/PKGBUILD (from rev 148375, 
mate-power-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 11:49:34 UTC (rev 148376)
@@ -0,0 +1,47 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-power-manager
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'gtk2' 'libcanberra' 'libgnome-keyring'
+ 'libnotify' 'libunique' 'mate-desktop>=1.12' 'upower')
+makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-panel' 'xmlto' 
'yelp-tools')
+optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel'
+'yelp: for reading MATE help documents')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+sha1sums=('b9902eb14618f9378887d9e1d5d0ef37dc99d737')
+install=${_pkgbase}.install
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+#Work around a problem where the .sgml fails to parse.
+sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--enable-unique \
+--with-gtk=2.0 \
+--disable-strict
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community

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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:48:19
  Author: flexiondotorg
Revision: 148373

upgpkg: mate-media-gtk3 1.12.1-1 - New upstream release

Modified:
  mate-media-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 11:47:11 UTC (rev 148372)
+++ PKGBUILD2015-12-04 11:48:19 UTC (rev 148373)
@@ -3,7 +3,7 @@
 _ver=1.12
 _pkgbase=mate-media
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 url="http://mate-desktop.org";
 pkgdesc="MATE Media Tools (GTK3 version [EXPERIMENTAL])"
@@ -14,7 +14,7 @@
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}""${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
-sha1sums=('848dc02ac13d9dba518fbd641ccebd64cfdb2623')
+sha1sums=('b3e450859d4b607981182374673fb66c54a1cad1')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


[arch-commits] Commit in mate-media-gtk3/repos (4 files)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:48:26
  Author: flexiondotorg
Revision: 148374

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

Added:
  mate-media-gtk3/repos/community-i686/PKGBUILD
(from rev 148373, mate-media-gtk3/trunk/PKGBUILD)
  mate-media-gtk3/repos/community-x86_64/PKGBUILD
(from rev 148373, mate-media-gtk3/trunk/PKGBUILD)
Deleted:
  mate-media-gtk3/repos/community-i686/PKGBUILD
  mate-media-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 11:48:19 UTC (rev 148373)
+++ community-i686/PKGBUILD 2015-12-04 11:48:26 UTC (rev 148374)
@@ -1,34 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-media
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-url="http://mate-desktop.org";
-pkgdesc="MATE Media Tools (GTK3 version [EXPERIMENTAL])"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libcanberra' 'libmatemixer' 'libunique3' 
'mate-desktop-gtk3>=1.12')
-makedepends=('mate-common')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}""${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
-sha1sums=('848dc02ac13d9dba518fbd641ccebd64cfdb2623')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/${_pkgbase} \
---localstatedir=/var \
---with-gtk=3.0 \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-media-gtk3/repos/community-i686/PKGBUILD (from rev 148373, 
mate-media-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 11:48:26 UTC (rev 148374)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-media
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+url="http://mate-desktop.org";
+pkgdesc="MATE Media Tools (GTK3 version [EXPERIMENTAL])"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libcanberra' 'libmatemixer' 'libunique3' 
'mate-desktop-gtk3>=1.12')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}""${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
+sha1sums=('b3e450859d4b607981182374673fb66c54a1cad1')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${_pkgbase} \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-04 11:48:19 UTC (rev 148373)
+++ community-x86_64/PKGBUILD   2015-12-04 11:48:26 UTC (rev 148374)
@@ -1,34 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-media
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-url="http://mate-desktop.org";
-pkgdesc="MATE Media Tools (GTK3 version [EXPERIMENTAL])"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libcanberra' 'libmatemixer' 'libunique3' 
'mate-desktop-gtk3>=1.12')
-makedepends=('mate-common')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}""${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
-sha1sums=('848dc02ac13d9dba518fbd641ccebd64cfdb2623')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/${_pkgbase} \
---localstatedir=/var \
---with-gtk=3.0 \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-media-gtk3/repos/community-x86_64/PKGBUILD (from rev 148373, 
mate-media-gtk3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-04 11:48:26 UTC (rev 148374)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-media
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+url="http://mate

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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:47:11
  Author: flexiondotorg
Revision: 148372

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

Added:
  mate-media/repos/community-i686/PKGBUILD
(from rev 148371, mate-media/trunk/PKGBUILD)
  mate-media/repos/community-x86_64/PKGBUILD
(from rev 148371, mate-media/trunk/PKGBUILD)
Deleted:
  mate-media/repos/community-i686/PKGBUILD
  mate-media/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-12-04 11:47:03 UTC (rev 148371)
+++ community-i686/PKGBUILD 2015-12-04 11:47:11 UTC (rev 148372)
@@ -1,35 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-media
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-url="http://mate-desktop.org";
-pkgdesc="MATE Media Tools (GTK2 version)"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libcanberra' 'libmatemixer' 'libunique' 'mate-desktop>=1.12')
-makedepends=('mate-common')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-groups=('mate-extra')
-replaces=("${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
-conflicts=("${_pkgbase}-gtk3" "${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
-sha1sums=('848dc02ac13d9dba518fbd641ccebd64cfdb2623')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/${_pkgbase} \
---localstatedir=/var \
---with-gtk=2.0 \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-media/repos/community-i686/PKGBUILD (from rev 148371, 
mate-media/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 11:47:11 UTC (rev 148372)
@@ -0,0 +1,35 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-media
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+url="http://mate-desktop.org";
+pkgdesc="MATE Media Tools (GTK2 version)"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libmatemixer' 'libunique' 'mate-desktop>=1.12')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+groups=('mate-extra')
+replaces=("${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
+conflicts=("${_pkgbase}-gtk3" "${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
+sha1sums=('b3e450859d4b607981182374673fb66c54a1cad1')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${_pkgbase} \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-04 11:47:03 UTC (rev 148371)
+++ community-x86_64/PKGBUILD   2015-12-04 11:47:11 UTC (rev 148372)
@@ -1,35 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-media
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-url="http://mate-desktop.org";
-pkgdesc="MATE Media Tools (GTK2 version)"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libcanberra' 'libmatemixer' 'libunique' 'mate-desktop>=1.12')
-makedepends=('mate-common')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-groups=('mate-extra')
-replaces=("${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
-conflicts=("${_pkgbase}-gtk3" "${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
-sha1sums=('848dc02ac13d9dba518fbd641ccebd64cfdb2623')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/${_pkgbase} \
---localstatedir=/var \
---with-gtk=2.0 \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-media/repos/community-x86_64/PKGBUILD (from rev 148371, 
mate-media/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-04 11:47:11 UTC (rev 148372)
@@ -0,0 +1,35 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-media
+pkgname=(${_pkgba

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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:47:03
  Author: flexiondotorg
Revision: 148371

upgpkg: mate-media 1.12.1-1 - New upstream release

Modified:
  mate-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 11:45:18 UTC (rev 148370)
+++ PKGBUILD2015-12-04 11:47:03 UTC (rev 148371)
@@ -3,7 +3,7 @@
 _ver=1.12
 _pkgbase=mate-media
 pkgname=(${_pkgbase})
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 url="http://mate-desktop.org";
 pkgdesc="MATE Media Tools (GTK2 version)"
@@ -15,7 +15,7 @@
 groups=('mate-extra')
 replaces=("${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
 conflicts=("${_pkgbase}-gtk3" "${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
-sha1sums=('848dc02ac13d9dba518fbd641ccebd64cfdb2623')
+sha1sums=('b3e450859d4b607981182374673fb66c54a1cad1')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


[arch-commits] Commit in mate-notification-daemon/repos (8 files)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:45:18
  Author: flexiondotorg
Revision: 148370

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

Added:
  mate-notification-daemon/repos/community-i686/PKGBUILD
(from rev 148369, mate-notification-daemon/trunk/PKGBUILD)
  mate-notification-daemon/repos/community-i686/mate-notification-daemon.install
(from rev 148369, 
mate-notification-daemon/trunk/mate-notification-daemon.install)
  mate-notification-daemon/repos/community-x86_64/PKGBUILD
(from rev 148369, mate-notification-daemon/trunk/PKGBUILD)
  
mate-notification-daemon/repos/community-x86_64/mate-notification-daemon.install
(from rev 148369, 
mate-notification-daemon/trunk/mate-notification-daemon.install)
Deleted:
  mate-notification-daemon/repos/community-i686/PKGBUILD
  mate-notification-daemon/repos/community-i686/mate-notification-daemon.install
  mate-notification-daemon/repos/community-x86_64/PKGBUILD
  
mate-notification-daemon/repos/community-x86_64/mate-notification-daemon.install

---+
 /PKGBUILD |  122 
 /mate-notification-daemon.install |   24 +++
 community-i686/PKGBUILD   |   61 --
 community-i686/mate-notification-daemon.install   |   12 -
 community-x86_64/PKGBUILD |   61 --
 community-x86_64/mate-notification-daemon.install |   12 -
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 11:45:09 UTC (rev 148369)
+++ community-i686/PKGBUILD 2015-12-04 11:45:18 UTC (rev 148370)
@@ -1,61 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-pkgbase=mate-notification-daemon
-pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-provides=('notification-daemon')
-pkgdesc="Notification daemon for MATE"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('dconf' 'dbus-glib' 'gtk2' 'gtk3' 'libcanberra' 'libwnck' 'libwnck3' 
'libnotify')
-makedepends=('mate-common')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('688cb261b9938ef6946a70786f7bb67b19f77fe6')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}"
-mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
-cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
-}
-
-build() {
-cd "${srcdir}/${pkgbase}-gtk2"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---with-gtk=2.0 \
---disable-static
-make
-
-cd "${srcdir}/${pkgbase}-gtk3"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---with-gtk=3.0 \
---disable-static
-make
-}
-
-package_mate-notification-daemon() {
-pkgdesc+=' (GTK2 version)'
-groups=('mate')
-conflicts=("${pkgbase}-gtk3")
-depends=('dconf' 'dbus-glib' 'gtk2' 'libcanberra' 'libwnck' 'libnotify')
-
-cd "${srcdir}/${pkgbase}-gtk2"
-make DESTDIR="${pkgdir}" install
-}
-
-package_mate-notification-daemon-gtk3() {
-pkgdesc+=' (GTK3 version [EXPERIMENTAL])'
-groups=('mate-gtk3')
-conflicts=("${pkgbase}")
-depends=('dconf' 'dbus-glib' 'gtk3' 'libcanberra' 'libwnck3' 'libnotify')
-
-cd "${srcdir}/${pkgbase}-gtk3"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-notification-daemon/repos/community-i686/PKGBUILD (from rev 
148369, mate-notification-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 11:45:18 UTC (rev 148370)
@@ -0,0 +1,61 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+pkgbase=mate-notification-daemon
+pkgname=(${pkgbase} ${pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+provides=('notification-daemon')
+pkgdesc="Notification daemon for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dconf' 'dbus-glib' 'gtk2' 'gtk3' 'libcanberra' 'libwnck' 'libwnck3' 
'libnotify')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('6877d4b8e6b55192f66aa16103e216c851470072')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}"
+mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
+cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-gtk2"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--with-gtk=2.0 \
+--disable-static
+make
+
+cd "${srcdir}/${pkgbase}-gtk3"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--with-gtk=3.0 \
+--disable-static
+make
+}
+
+package_mate-notification-daemon() {
+  

[arch-commits] Commit in mate-notification-daemon/trunk (PKGBUILD)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:45:09
  Author: flexiondotorg
Revision: 148369

upgpkg: mate-notification-daemon 1.12.1-1 - New upstream release

Modified:
  mate-notification-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 11:43:54 UTC (rev 148368)
+++ PKGBUILD2015-12-04 11:45:09 UTC (rev 148369)
@@ -3,7 +3,7 @@
 _ver=1.12
 pkgbase=mate-notification-daemon
 pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 provides=('notification-daemon')
 pkgdesc="Notification daemon for MATE"
@@ -13,7 +13,7 @@
 depends=('dconf' 'dbus-glib' 'gtk2' 'gtk3' 'libcanberra' 'libwnck' 'libwnck3' 
'libnotify')
 makedepends=('mate-common')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('688cb261b9938ef6946a70786f7bb67b19f77fe6')
+sha1sums=('6877d4b8e6b55192f66aa16103e216c851470072')
 install=${pkgname}.install
 
 prepare() {


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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:43:47
  Author: flexiondotorg
Revision: 148367

upgpkg: mate-panel-gtk3 1.12.1-1 - New upstream release

Modified:
  mate-panel-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 11:41:45 UTC (rev 148366)
+++ PKGBUILD2015-12-04 11:43:47 UTC (rev 148367)
@@ -3,7 +3,7 @@
 _ver=1.12
 _pkgbase=mate-panel
 pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="The MATE Panel (GTK3 version [EXPERIMENTAL])"
 url="http://mate-desktop.org";
@@ -17,7 +17,7 @@
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
 groups=('mate-gtk3')
 conflicts=("${_pkgbase}")
-sha1sums=('2b69056df49d2516172ffb6907181d40f75cb375')
+sha1sums=('117ff969c76d32c84928f327c8537f0948859aa7')
 install=${_pkgbase}.install
 
 build() {


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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:43:54
  Author: flexiondotorg
Revision: 148368

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

Added:
  mate-panel-gtk3/repos/community-i686/PKGBUILD
(from rev 148367, mate-panel-gtk3/trunk/PKGBUILD)
  mate-panel-gtk3/repos/community-i686/mate-panel.install
(from rev 148367, mate-panel-gtk3/trunk/mate-panel.install)
  mate-panel-gtk3/repos/community-x86_64/PKGBUILD
(from rev 148367, mate-panel-gtk3/trunk/PKGBUILD)
  mate-panel-gtk3/repos/community-x86_64/mate-panel.install
(from rev 148367, mate-panel-gtk3/trunk/mate-panel.install)
Deleted:
  mate-panel-gtk3/repos/community-i686/PKGBUILD
  mate-panel-gtk3/repos/community-i686/mate-panel.install
  mate-panel-gtk3/repos/community-x86_64/PKGBUILD
  mate-panel-gtk3/repos/community-x86_64/mate-panel.install

-+
 /PKGBUILD   |   78 ++
 /mate-panel.install |   24 ++
 community-i686/PKGBUILD |   39 -
 community-i686/mate-panel.install   |   12 -
 community-x86_64/PKGBUILD   |   39 -
 community-x86_64/mate-panel.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 11:43:47 UTC (rev 148367)
+++ community-i686/PKGBUILD 2015-12-04 11:43:54 UTC (rev 148368)
@@ -1,39 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-panel
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="The MATE Panel (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'gtk3' 'libwnck3' 'libcanberra' 'libice'
- 'libmateweather-gtk3>=1.12' 'librsvg' 'libsm' 'libsoup' 'libxau'
- 'mate-menus>=1.12' 'mate-desktop-gtk3>=1.12')
-makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}")
-sha1sums=('2b69056df49d2516172ffb6907181d40f75cb375')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=3.0 \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-panel-gtk3/repos/community-i686/PKGBUILD (from rev 148367, 
mate-panel-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 11:43:54 UTC (rev 148368)
@@ -0,0 +1,39 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-panel
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="The MATE Panel (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'gtk3' 'libwnck3' 'libcanberra' 'libice'
+ 'libmateweather-gtk3>=1.12' 'librsvg' 'libsm' 'libsoup' 'libxau'
+ 'mate-menus>=1.12' 'mate-desktop-gtk3>=1.12')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+sha1sums=('117ff969c76d32c84928f327c8537f0948859aa7')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-panel.install
===
--- community-i686/mate-panel.install   2015-12-04 11:43:47 UTC (rev 148367)
+++ community-i686/mate-panel.install   2015-12-04 11:43:54 UTC (rev 148368)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-panel-gtk3/repos/community-i686/mate-panel.install (from rev 
148367, mate-panel-gtk3/trunk/mate-panel.install)
===
--- community-i686/mate-panel.install 

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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:41:45
  Author: flexiondotorg
Revision: 148366

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

Added:
  mate-panel/repos/community-i686/PKGBUILD
(from rev 148365, mate-panel/trunk/PKGBUILD)
  mate-panel/repos/community-i686/mate-panel.install
(from rev 148365, mate-panel/trunk/mate-panel.install)
  mate-panel/repos/community-x86_64/PKGBUILD
(from rev 148365, mate-panel/trunk/PKGBUILD)
  mate-panel/repos/community-x86_64/mate-panel.install
(from rev 148365, mate-panel/trunk/mate-panel.install)
Deleted:
  mate-panel/repos/community-i686/PKGBUILD
  mate-panel/repos/community-i686/mate-panel.install
  mate-panel/repos/community-x86_64/PKGBUILD
  mate-panel/repos/community-x86_64/mate-panel.install

-+
 /PKGBUILD   |   78 ++
 /mate-panel.install |   24 ++
 community-i686/PKGBUILD |   39 -
 community-i686/mate-panel.install   |   12 -
 community-x86_64/PKGBUILD   |   39 -
 community-x86_64/mate-panel.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 11:41:37 UTC (rev 148365)
+++ community-i686/PKGBUILD 2015-12-04 11:41:45 UTC (rev 148366)
@@ -1,39 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-panel
-pkgname=${_pkgbase}
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="The MATE Panel (GTK2 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'gtk2' 'libwnck' 'libcanberra' 'libice'
- 'libmateweather>=1.12' 'librsvg' 'libsm' 'libsoup' 'libxau'
- 'mate-menus>=1.12' 'mate-desktop>=1.12')
-makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-groups=('mate')
-conflicts=("${_pkgbase}-gtk3")
-sha1sums=('2b69056df49d2516172ffb6907181d40f75cb375')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=2.0 \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-panel/repos/community-i686/PKGBUILD (from rev 148365, 
mate-panel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 11:41:45 UTC (rev 148366)
@@ -0,0 +1,39 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-panel
+pkgname=${_pkgbase}
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="The MATE Panel (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'gtk2' 'libwnck' 'libcanberra' 'libice'
+ 'libmateweather>=1.12' 'librsvg' 'libsm' 'libsoup' 'libxau'
+ 'mate-menus>=1.12' 'mate-desktop>=1.12')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+sha1sums=('117ff969c76d32c84928f327c8537f0948859aa7')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-panel.install
===
--- community-i686/mate-panel.install   2015-12-04 11:41:37 UTC (rev 148365)
+++ community-i686/mate-panel.install   2015-12-04 11:41:45 UTC (rev 148366)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-panel/repos/community-i686/mate-panel.install (from rev 148365, 
mate-panel/trunk/mate-panel.install)
===
--- community-i686/mate-panel.install   (rev 0)
+++ community-i686/mate-panel.install   2015-12-04 11:41:45 UTC (rev 148366)
@@ -0,0 +1,12 @@
+post_install() {
+gli

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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:41:37
  Author: flexiondotorg
Revision: 148365

upgpkg: mate-panel 1.12.1-1 - New upstream release

Modified:
  mate-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 11:38:24 UTC (rev 148364)
+++ PKGBUILD2015-12-04 11:41:37 UTC (rev 148365)
@@ -3,7 +3,7 @@
 _ver=1.12
 _pkgbase=mate-panel
 pkgname=${_pkgbase}
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="The MATE Panel (GTK2 version)"
 url="http://mate-desktop.org";
@@ -17,7 +17,7 @@
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
 groups=('mate')
 conflicts=("${_pkgbase}-gtk3")
-sha1sums=('2b69056df49d2516172ffb6907181d40f75cb375')
+sha1sums=('117ff969c76d32c84928f327c8537f0948859aa7')
 install=${_pkgbase}.install
 
 build() {


[arch-commits] Commit in mate-session-manager-gtk3/repos (8 files)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:38:24
  Author: flexiondotorg
Revision: 148364

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

Added:
  mate-session-manager-gtk3/repos/community-i686/PKGBUILD
(from rev 148363, mate-session-manager-gtk3/trunk/PKGBUILD)
  mate-session-manager-gtk3/repos/community-i686/mate-session-manager.install
(from rev 148363, 
mate-session-manager-gtk3/trunk/mate-session-manager.install)
  mate-session-manager-gtk3/repos/community-x86_64/PKGBUILD
(from rev 148363, mate-session-manager-gtk3/trunk/PKGBUILD)
  mate-session-manager-gtk3/repos/community-x86_64/mate-session-manager.install
(from rev 148363, 
mate-session-manager-gtk3/trunk/mate-session-manager.install)
Deleted:
  mate-session-manager-gtk3/repos/community-i686/PKGBUILD
  mate-session-manager-gtk3/repos/community-i686/mate-session-manager.install
  mate-session-manager-gtk3/repos/community-x86_64/PKGBUILD
  mate-session-manager-gtk3/repos/community-x86_64/mate-session-manager.install

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 11:38:16 UTC (rev 148363)
+++ community-i686/PKGBUILD 2015-12-04 11:38:24 UTC (rev 148364)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-session-manager
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc="The MATE Session Handler (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('dbus-glib' 'gtk3' 'libsm' 'libxtst' 'mate-desktop-gtk3>=1.12'
- 'mate-polkit-gtk3>=1.12' 'mate-settings-daemon-gtk3>=1.12' 
'ttf-dejavu'
- 'xdg-user-dirs')
-makedepends=('mate-common' 'xmlto' 'xtrans')
-optdepends=('lightdm-gtk-greeter: A lightweight display manager'
-'onboard: On-screen keyboard useful for mobility impaired users'
-'orca: Screen reader for blind or visually impaired individuals'
-'xdg-user-dirs-gtk: Add autostart that prompts to rename user 
directories when switching locales')
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('379bc456ef30647da8211e15e34fa8452fad3c99')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=3.0 \
---disable-upower
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-session-manager-gtk3/repos/community-i686/PKGBUILD (from rev 
148363, mate-session-manager-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 11:38:24 UTC (rev 148364)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-session-manager
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="The MATE Session Handler (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus-glib' 'gtk3' 'libsm' 'libxtst' 'mate-desktop-gtk3>=1.12'
+ 'mate-polkit-gtk3>=1.12' 'mate-settings-daemon-gtk3>=1.12' 
'ttf-dejavu'
+ 'xdg-user-dirs')
+makedepends=('mate-common' 'xmlto' 'xtrans')
+optdepends=('lightdm-gtk-greeter: A lightweight display manager'
+'onboard: On-screen keyboard useful for mobility impaired users'
+'orca: Screen reader for blind or visually impaired individuals'
+'xdg-user-dirs-gtk: Add autostart that prompts to rename user 
directories when switching locales')
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('225e769bade9d4968c0df98695777478f5fbe055')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--disable-upower
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/m

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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:38:16
  Author: flexiondotorg
Revision: 148363

upgpkg: mate-session-manager-gtk3 1.12.1-1 - New upstream release

Modified:
  mate-session-manager-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 11:36:54 UTC (rev 148362)
+++ PKGBUILD2015-12-04 11:38:16 UTC (rev 148363)
@@ -3,8 +3,8 @@
 _ver=1.12
 _pkgbase=mate-session-manager
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=2
+pkgver=${_ver}.1
+pkgrel=1
 pkgdesc="The MATE Session Handler (GTK3 version [EXPERIMENTAL])"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 groups=('mate-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('379bc456ef30647da8211e15e34fa8452fad3c99')
+sha1sums=('225e769bade9d4968c0df98695777478f5fbe055')
 install=${_pkgbase}.install
 
 build() {


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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:36:54
  Author: flexiondotorg
Revision: 148362

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

Added:
  mate-session-manager/repos/community-i686/PKGBUILD
(from rev 148361, mate-session-manager/trunk/PKGBUILD)
  mate-session-manager/repos/community-i686/mate-session-manager.install
(from rev 148361, mate-session-manager/trunk/mate-session-manager.install)
  mate-session-manager/repos/community-x86_64/PKGBUILD
(from rev 148361, mate-session-manager/trunk/PKGBUILD)
  mate-session-manager/repos/community-x86_64/mate-session-manager.install
(from rev 148361, mate-session-manager/trunk/mate-session-manager.install)
Deleted:
  mate-session-manager/repos/community-i686/PKGBUILD
  mate-session-manager/repos/community-i686/mate-session-manager.install
  mate-session-manager/repos/community-x86_64/PKGBUILD
  mate-session-manager/repos/community-x86_64/mate-session-manager.install

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 11:36:46 UTC (rev 148361)
+++ community-i686/PKGBUILD 2015-12-04 11:36:54 UTC (rev 148362)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-session-manager
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc="The MATE Session Handler (GTK2 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('dbus-glib' 'gtk2' 'libsm' 'libxtst' 'mate-desktop>=1.12'
- 'mate-polkit>=1.12' 'mate-settings-daemon>=1.12' 'ttf-dejavu'
- 'xdg-user-dirs')
-makedepends=('mate-common' 'xmlto' 'xtrans')
-optdepends=('lightdm-gtk-greeter: A lightweight display manager'
-'onboard: On-screen keyboard useful for mobility impaired users'
-'orca: Screen reader for blind or visually impaired individuals'
-'xdg-user-dirs-gtk: Add autostart that prompts to rename user 
directories when switching locales')
-groups=('mate')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('379bc456ef30647da8211e15e34fa8452fad3c99')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=2.0 \
---disable-upower
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-session-manager/repos/community-i686/PKGBUILD (from rev 148361, 
mate-session-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 11:36:54 UTC (rev 148362)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-session-manager
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="The MATE Session Handler (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus-glib' 'gtk2' 'libsm' 'libxtst' 'mate-desktop>=1.12'
+ 'mate-polkit>=1.12' 'mate-settings-daemon>=1.12' 'ttf-dejavu'
+ 'xdg-user-dirs')
+makedepends=('mate-common' 'xmlto' 'xtrans')
+optdepends=('lightdm-gtk-greeter: A lightweight display manager'
+'onboard: On-screen keyboard useful for mobility impaired users'
+'orca: Screen reader for blind or visually impaired individuals'
+'xdg-user-dirs-gtk: Add autostart that prompts to rename user 
directories when switching locales')
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('225e769bade9d4968c0df98695777478f5fbe055')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--disable-upower
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-session-manager.install
===
--- community-i686/mate-session-manager.install 

[arch-commits] Commit in mate-session-manager/trunk (PKGBUILD)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:36:46
  Author: flexiondotorg
Revision: 148361

upgpkg: mate-session-manager 1.12.1-1 - New upstream release

Modified:
  mate-session-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 11:33:48 UTC (rev 148360)
+++ PKGBUILD2015-12-04 11:36:46 UTC (rev 148361)
@@ -3,8 +3,8 @@
 _ver=1.12
 _pkgbase=mate-session-manager
 pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=2
+pkgver=${_ver}.1
+pkgrel=1
 pkgdesc="The MATE Session Handler (GTK2 version)"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 groups=('mate')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('379bc456ef30647da8211e15e34fa8452fad3c99')
+sha1sums=('225e769bade9d4968c0df98695777478f5fbe055')
 install=${_pkgbase}.install
 
 build() {


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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:33:40
  Author: flexiondotorg
Revision: 148359

upgpkg: mate-settings-daemon-gtk3 1.12.1-1 - New upstream release

Modified:
  mate-settings-daemon-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 11:33:14 UTC (rev 148358)
+++ PKGBUILD2015-12-04 11:33:40 UTC (rev 148359)
@@ -3,7 +3,7 @@
 _ver=1.12
 _pkgbase=mate-settings-daemon
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="The MATE Settings daemon (GTK3 version [EXPERIMENTAL])"
 url="http://mate-desktop.org";
@@ -16,7 +16,7 @@
 groups=('mate-gtk3')
 conflicts=("${_pkgbase}" "${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('312b676bd2b4d1f2c725e8ae81948993e815c04f')
+sha1sums=('68e139873d954386ab9e302eeb03e5b9434e46e5')
 install=${_pkgbase}.install
 
 build() {


[arch-commits] Commit in mate-settings-daemon-gtk3/repos (8 files)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:33:48
  Author: flexiondotorg
Revision: 148360

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

Added:
  mate-settings-daemon-gtk3/repos/community-i686/PKGBUILD
(from rev 148359, mate-settings-daemon-gtk3/trunk/PKGBUILD)
  mate-settings-daemon-gtk3/repos/community-i686/mate-settings-daemon.install
(from rev 148359, 
mate-settings-daemon-gtk3/trunk/mate-settings-daemon.install)
  mate-settings-daemon-gtk3/repos/community-x86_64/PKGBUILD
(from rev 148359, mate-settings-daemon-gtk3/trunk/PKGBUILD)
  mate-settings-daemon-gtk3/repos/community-x86_64/mate-settings-daemon.install
(from rev 148359, 
mate-settings-daemon-gtk3/trunk/mate-settings-daemon.install)
Deleted:
  mate-settings-daemon-gtk3/repos/community-i686/PKGBUILD
  mate-settings-daemon-gtk3/repos/community-i686/mate-settings-daemon.install
  mate-settings-daemon-gtk3/repos/community-x86_64/PKGBUILD
  mate-settings-daemon-gtk3/repos/community-x86_64/mate-settings-daemon.install

---+
 /PKGBUILD |   74 
 /mate-settings-daemon.install |   24 +++
 community-i686/PKGBUILD   |   37 
 community-i686/mate-settings-daemon.install   |   12 ---
 community-x86_64/PKGBUILD |   37 
 community-x86_64/mate-settings-daemon.install |   12 ---
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 11:33:40 UTC (rev 148359)
+++ community-i686/PKGBUILD 2015-12-04 11:33:48 UTC (rev 148360)
@@ -1,37 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-settings-daemon
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="The MATE Settings daemon (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk3' 'libcanberra-pulse'
- 'libmatekbd-gtk3>=1.12' 'libmatemixer' 'libnotify' 'libxt'
- 'mate-desktop-gtk3>=1.12' 'nss' 'polkit')
-makedepends=('mate-common')
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}" "${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('312b676bd2b4d1f2c725e8ae81948993e815c04f')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-gtk=3.0 \
---enable-polkit \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-settings-daemon-gtk3/repos/community-i686/PKGBUILD (from rev 
148359, mate-settings-daemon-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 11:33:48 UTC (rev 148360)
@@ -0,0 +1,37 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-settings-daemon
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="The MATE Settings daemon (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk3' 'libcanberra-pulse'
+ 'libmatekbd-gtk3>=1.12' 'libmatemixer' 'libnotify' 'libxt'
+ 'mate-desktop-gtk3>=1.12' 'nss' 'polkit')
+makedepends=('mate-common')
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}" "${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('68e139873d954386ab9e302eeb03e5b9434e46e5')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=3.0 \
+--enable-polkit \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-settings-daemon.install
===
--- community-i686/mate-settings-daemon.install 2015-12-04 11:33:40 UTC (rev 
148359)
+++ community-i686/mate-settings-daemon.install 2015-12-04 11:33:48 UTC (rev 
148360)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
mate-settings-daemon-gtk3/repos/community-i686/mate-settings-daemon.install 
(from rev 148359, mate-settin

[arch-commits] Commit in mate-settings-daemon/trunk (PKGBUILD)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:33:05
  Author: flexiondotorg
Revision: 148357

upgpkg: mate-settings-daemon 1.12.1-1 - New upstream release

Modified:
  mate-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 11:31:10 UTC (rev 148356)
+++ PKGBUILD2015-12-04 11:33:05 UTC (rev 148357)
@@ -3,7 +3,7 @@
 _ver=1.12
 _pkgbase=mate-settings-daemon
 pkgname=(${_pkgbase})
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="The MATE Settings daemon (GTK2 version)"
 url="http://mate-desktop.org";
@@ -17,7 +17,7 @@
 replaces=("${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
 conflicts=("${_pkgbase}-gtk3" "${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('312b676bd2b4d1f2c725e8ae81948993e815c04f')
+sha1sums=('68e139873d954386ab9e302eeb03e5b9434e46e5')
 install=${_pkgbase}.install
 
 build() {


[arch-commits] Commit in mate-settings-daemon/repos (8 files)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:33:14
  Author: flexiondotorg
Revision: 148358

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

Added:
  mate-settings-daemon/repos/community-i686/PKGBUILD
(from rev 148357, mate-settings-daemon/trunk/PKGBUILD)
  mate-settings-daemon/repos/community-i686/mate-settings-daemon.install
(from rev 148357, mate-settings-daemon/trunk/mate-settings-daemon.install)
  mate-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 148357, mate-settings-daemon/trunk/PKGBUILD)
  mate-settings-daemon/repos/community-x86_64/mate-settings-daemon.install
(from rev 148357, mate-settings-daemon/trunk/mate-settings-daemon.install)
Deleted:
  mate-settings-daemon/repos/community-i686/PKGBUILD
  mate-settings-daemon/repos/community-i686/mate-settings-daemon.install
  mate-settings-daemon/repos/community-x86_64/PKGBUILD
  mate-settings-daemon/repos/community-x86_64/mate-settings-daemon.install

---+
 /PKGBUILD |   76 
 /mate-settings-daemon.install |   24 +++
 community-i686/PKGBUILD   |   38 
 community-i686/mate-settings-daemon.install   |   12 ---
 community-x86_64/PKGBUILD |   38 
 community-x86_64/mate-settings-daemon.install |   12 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 11:33:05 UTC (rev 148357)
+++ community-i686/PKGBUILD 2015-12-04 11:33:14 UTC (rev 148358)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-settings-daemon
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="The MATE Settings daemon (GTK2 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk2' 'libcanberra-pulse'
- 'libmatekbd>=1.12' 'libmatemixer' 'libnotify' 'libxt'
- 'mate-desktop>=1.12' 'nss' 'polkit')
-makedepends=('mate-common')
-groups=('mate')
-replaces=("${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
-conflicts=("${_pkgbase}-gtk3" "${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('312b676bd2b4d1f2c725e8ae81948993e815c04f')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-gtk=2.0 \
---enable-polkit \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-settings-daemon/repos/community-i686/PKGBUILD (from rev 148357, 
mate-settings-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 11:33:14 UTC (rev 148358)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-settings-daemon
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="The MATE Settings daemon (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk2' 'libcanberra-pulse'
+ 'libmatekbd>=1.12' 'libmatemixer' 'libnotify' 'libxt'
+ 'mate-desktop>=1.12' 'nss' 'polkit')
+makedepends=('mate-common')
+groups=('mate')
+replaces=("${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
+conflicts=("${_pkgbase}-gtk3" "${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('68e139873d954386ab9e302eeb03e5b9434e46e5')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=2.0 \
+--enable-polkit \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-settings-daemon.install
===
--- community-i686/mate-settings-daemon.install 2015-12-04 11:33:05 UTC (rev 
148357)
+++ community-i686/mate-settings-daemon.install 2015-12-04 11:33:14 UTC (rev 
148358)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-settings-daemon/repos/community-i686/mate-settings-daemon.install 
(from rev 148357, mate-settings-daemon/trun

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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:31:10
  Author: flexiondotorg
Revision: 148356

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

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

+
 /PKGBUILD  |   74 +++
 /marco.install |   22 +++
 community-i686/PKGBUILD|   37 ---
 community-i686/marco.install   |   11 -
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/marco.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 11:31:00 UTC (rev 148355)
+++ community-i686/PKGBUILD 2015-12-04 11:31:10 UTC (rev 148356)
@@ -1,37 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=marco
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A window manager for MATE  (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt'
- 'mate-desktop-gtk3>=1.12' 'startup-notification' 'zenity')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('455658133e679b79961cbfd5d74097ccb39a659f')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=3.0 \
---enable-startup-notification \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: marco-gtk3/repos/community-i686/PKGBUILD (from rev 148355, 
marco-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 11:31:10 UTC (rev 148356)
@@ -0,0 +1,37 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=marco
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="A window manager for MATE  (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt'
+ 'mate-desktop-gtk3>=1.12' 'startup-notification' 'zenity')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('8cf33e096f8cb77627e3fdad7ae3350a78f77227')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--enable-startup-notification \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/marco.install
===
--- community-i686/marco.install2015-12-04 11:31:00 UTC (rev 148355)
+++ community-i686/marco.install2015-12-04 11:31:10 UTC (rev 148356)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: marco-gtk3/repos/community-i686/marco.install (from rev 148355, 
marco-gtk3/trunk/marco.install)
===
--- community-i686/marco.install(rev 0)
+++ community-i686/marco.install2015-12-04 11:31:10 UTC (rev 148356)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-04 11:31:00 UTC (rev 148355)
+++ com

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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:31:00
  Author: flexiondotorg
Revision: 148355

upgpkg: marco-gtk3 1.12.1-1 - New upstream release

Modified:
  marco-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 11:29:58 UTC (rev 148354)
+++ PKGBUILD2015-12-04 11:31:00 UTC (rev 148355)
@@ -3,7 +3,7 @@
 _ver=1.12
 _pkgbase=marco
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="A window manager for MATE  (GTK3 version [EXPERIMENTAL])"
 url="http://mate-desktop.org";
@@ -16,7 +16,7 @@
 groups=('mate-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('455658133e679b79961cbfd5d74097ccb39a659f')
+sha1sums=('8cf33e096f8cb77627e3fdad7ae3350a78f77227')
 install=${_pkgbase}.install
 
 build() {


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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:29:58
  Author: flexiondotorg
Revision: 148354

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

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

+
 /PKGBUILD  |   74 +++
 /marco.install |   22 +++
 community-i686/PKGBUILD|   37 ---
 community-i686/marco.install   |   11 -
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/marco.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 11:29:51 UTC (rev 148353)
+++ community-i686/PKGBUILD 2015-12-04 11:29:58 UTC (rev 148354)
@@ -1,37 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=marco
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A window manager for MATE (GTK2 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt'
- 'mate-desktop>=1.12' 'startup-notification' 'zenity')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('455658133e679b79961cbfd5d74097ccb39a659f')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=2.0 \
---enable-startup-notification \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: marco/repos/community-i686/PKGBUILD (from rev 148353, 
marco/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 11:29:58 UTC (rev 148354)
@@ -0,0 +1,37 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=marco
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="A window manager for MATE (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt'
+ 'mate-desktop>=1.12' 'startup-notification' 'zenity')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('8cf33e096f8cb77627e3fdad7ae3350a78f77227')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--enable-startup-notification \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/marco.install
===
--- community-i686/marco.install2015-12-04 11:29:51 UTC (rev 148353)
+++ community-i686/marco.install2015-12-04 11:29:58 UTC (rev 148354)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: marco/repos/community-i686/marco.install (from rev 148353, 
marco/trunk/marco.install)
===
--- community-i686/marco.install(rev 0)
+++ community-i686/marco.install2015-12-04 11:29:58 UTC (rev 148354)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-04 11:29:51 UTC (rev 148353)
+++ community-x86_64/PKGBUILD   2015-12-04 11:29:58 UTC (rev 148354)
@@ -1,37 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgba

  1   2   >