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

2015-11-06 Thread Jan Steffens
Date: Saturday, November 7, 2015 @ 00:11:32
  Author: heftig
Revision: 250183

2.46.2

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 23:07:28 UTC (rev 250182)
+++ PKGBUILD2015-11-06 23:11:32 UTC (rev 250183)
@@ -3,7 +3,7 @@
 
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
-pkgver=2.46.1
+pkgver=2.46.2
 pkgrel=1
 pkgdesc="Common C routines used by GTK+ and other libs"
 url="http://www.gtk.org/;
@@ -11,7 +11,7 @@
 makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'libelf')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-$pkgver.tar.xz
 revert-warn-glib-compile-schemas.patch)
-sha256sums=('5a1f03b952ebc3a7e9f612b8724f70898183e31503db329b4f15d07163c8fdfb'
+sha256sums=('5031722e37036719c1a09163cc6cf7c326e4c4f1f1e074b433c156862bd733db'
 '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
 
 prepare() {
@@ -21,12 +21,6 @@
   
 build() {
   cd glib-$pkgver
-
-  ## Prevent runtime unloading of glib
-  # https://bugs.archlinux.org/task/46619
-  # https://bugzilla.gnome.org/show_bug.cgi?id=755609
-  LDFLAGS+=" -Wl,-z,nodelete"
-
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
   --sysconfdir=/etc \
   --with-pcre=system \


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

2015-11-06 Thread Jan Steffens
Date: Saturday, November 7, 2015 @ 00:11:48
  Author: heftig
Revision: 250184

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

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 250183, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 250183, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 250183, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 250183, glib2/trunk/revert-warn-glib-compile-schemas.patch)

---+
 testing-i686/PKGBUILD |   67 
 testing-i686/revert-warn-glib-compile-schemas.patch   |   33 +++
 testing-x86_64/PKGBUILD   |   67 
 testing-x86_64/revert-warn-glib-compile-schemas.patch |   33 +++
 4 files changed, 200 insertions(+)

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

Copied: glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch (from 
rev 250183, glib2/trunk/revert-warn-glib-compile-schemas.patch)
===
--- testing-i686/revert-warn-glib-compile-schemas.patch 
(rev 0)
+++ testing-i686/revert-warn-glib-compile-schemas.patch 2015-11-06 23:11:48 UTC 
(rev 250184)
@@ -0,0 +1,33 @@
+From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
+From: Ryan Lortie 
+Date: Thu, 12 Apr 2012 23:55:34 +
+Subject: glib-compile-schemas: warn about bad dconf paths
+
+For quite some time the recommended usage of GSettings and dconf has
+been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
+over from GConf and is continuing to make its way into a number of
+applications as they port.
+
+glib-compile-schemas will now warn about these types of paths being
+used.  This generates a lot of noise, but hopefully it will reduce the
+number of ported applications making this mistake.
+---
+diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
+index cf02389..27d0181 100644
+--- a/gio/glib-compile-schemas.c
 b/gio/glib-compile-schemas.c
+@@ -1204,6 +1204,12 @@ parse_state_start_schema (ParseState  *state,
+   return;
+ }
+ 
++  if (path && (g_str_has_prefix (path, "/apps/") ||
++   g_str_has_prefix (path, "/desktop/") ||
++   g_str_has_prefix (path, "/system/")))
++g_printerr ("warning: Schema '%s' has path '%s'.  Paths starting with "
++"'/apps/', '/desktop/' or '/system/' are deprecated.\n", id, 
path);
++
+   state->schema_state = schema_state_new (path, gettext_domain,
+   

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

2015-11-06 Thread Jan Steffens
Date: Saturday, November 7, 2015 @ 00:07:13
  Author: heftig
Revision: 250181

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

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

---+
 /PKGBUILD |   64 
 /gnome-robots.install |   24 +
 extra-i686/PKGBUILD   |   32 --
 extra-i686/gnome-robots.install   |   12 --
 extra-x86_64/PKGBUILD |   32 --
 extra-x86_64/gnome-robots.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-06 23:07:00 UTC (rev 250180)
+++ extra-i686/PKGBUILD 2015-11-06 23:07:13 UTC (rev 250181)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-robots
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Avoid the robots and make them crash into each other"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-robots.install
-url="https://live.gnome.org/Robots;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('34311cb9de6a970f00fa9743dced2925e98f40f77b4a406e17b589412cb902fc')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-robots/repos/extra-i686/PKGBUILD (from rev 250180, 
gnome-robots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-06 23:07:13 UTC (rev 250181)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-robots
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="Avoid the robots and make them crash into each other"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-robots.install
+url="https://live.gnome.org/Robots;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2e58ffdc4b243a4a3557ba9c84fa1c0129c5ffadbb5c2a20fede48ccf4618090')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-robots.install
===
--- extra-i686/gnome-robots.install 2015-11-06 23:07:00 UTC (rev 250180)
+++ extra-i686/gnome-robots.install 2015-11-06 23:07:13 UTC (rev 250181)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-robots/repos/extra-i686/gnome-robots.install (from rev 250180, 
gnome-robots/trunk/gnome-robots.install)
===
--- extra-i686/gnome-robots.install (rev 0)
+++ extra-i686/gnome-robots.install 2015-11-06 23:07:13 UTC (rev 250181)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-06 23:07:00 UTC (rev 250180)
+++ extra-x86_64/PKGBUILD   2015-11-06 23:07:13 UTC (rev 250181)
@@ -1,32 +0,0 @@
-# 

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

2015-11-06 Thread Jan Steffens
Date: Saturday, November 7, 2015 @ 00:07:00
  Author: heftig
Revision: 250180

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

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

+
 /PKGBUILD  |   64 +++
 /gnome-klotski.install |   24 +
 extra-i686/PKGBUILD|   32 -
 extra-i686/gnome-klotski.install   |   12 --
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/gnome-klotski.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-06 23:06:28 UTC (rev 250179)
+++ extra-i686/PKGBUILD 2015-11-06 23:07:00 UTC (rev 250180)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-klotski
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Slide blocks to solve the puzzle"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-klotski.install
-url="https://live.gnome.org/Klotski;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ec391122942376df879a5e18c23c235a4bcbd81b213a0c4cf7f77ac4a7084d56')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-klotski/repos/extra-i686/PKGBUILD (from rev 250179, 
gnome-klotski/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-06 23:07:00 UTC (rev 250180)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-klotski
+pkgver=3.18.2
+pkgrel=1
+pkgdesc="Slide blocks to solve the puzzle"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-klotski.install
+url="https://live.gnome.org/Klotski;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e22b7136c4646b1aa6a9cefa8206bc92aed4ac389e891e48551e1804a2748192')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-klotski.install
===
--- extra-i686/gnome-klotski.install2015-11-06 23:06:28 UTC (rev 250179)
+++ extra-i686/gnome-klotski.install2015-11-06 23:07:00 UTC (rev 250180)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-klotski/repos/extra-i686/gnome-klotski.install (from rev 250179, 
gnome-klotski/trunk/gnome-klotski.install)
===
--- extra-i686/gnome-klotski.install(rev 0)
+++ extra-i686/gnome-klotski.install2015-11-06 23:07:00 UTC (rev 250180)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-06 23:06:28 UTC (rev 250179)
+++ extra-x86_64/PKGBUILD   2015-11-06 23:07:00 UTC (rev 250180)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan 

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

2015-11-06 Thread Jan Steffens
Date: Saturday, November 7, 2015 @ 00:07:28
  Author: heftig
Revision: 250182

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

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

---+
 /PKGBUILD |   68 
 /gnome-sudoku.install |   24 
 extra-i686/PKGBUILD   |   34 --
 extra-i686/gnome-sudoku.install   |   12 --
 extra-x86_64/PKGBUILD |   34 --
 extra-x86_64/gnome-sudoku.install |   12 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-06 23:07:13 UTC (rev 250181)
+++ extra-i686/PKGBUILD 2015-11-06 23:07:28 UTC (rev 250182)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-sudoku
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Test your logic skills in this number grid puzzle"
-arch=('x86_64' 'i686')
-license=('GPL')
-depends=('hicolor-icon-theme' 'dconf' 'gtk3' 'qqwing' 'libgee' 'json-glib')
-makedepends=('intltool' 'itstool' 'vala')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-sudoku.install
-url="https://live.gnome.org/GnomeSudoku;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('da643e859b072211e0a726173c35f4d4f293de54cea6ab6f11d775ea1ba1263c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -i 's_#! /usr/bin/python_#!/usr/bin/python2_' 
"$pkgdir/usr/bin/gnome-sudoku"
-}

Copied: gnome-sudoku/repos/extra-i686/PKGBUILD (from rev 250181, 
gnome-sudoku/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-06 23:07:28 UTC (rev 250182)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-sudoku
+pkgver=3.18.2
+pkgrel=1
+pkgdesc="Test your logic skills in this number grid puzzle"
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('hicolor-icon-theme' 'dconf' 'gtk3' 'qqwing' 'libgee' 'json-glib')
+makedepends=('intltool' 'itstool' 'vala')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-sudoku.install
+url="https://live.gnome.org/GnomeSudoku;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4eefde04145d9f4bf30f4327b83929f6bfb8a19b604337c1d75f66e984f8c0ac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  sed -i 's_#! /usr/bin/python_#!/usr/bin/python2_' 
"$pkgdir/usr/bin/gnome-sudoku"
+}

Deleted: extra-i686/gnome-sudoku.install
===
--- extra-i686/gnome-sudoku.install 2015-11-06 23:07:13 UTC (rev 250181)
+++ extra-i686/gnome-sudoku.install 2015-11-06 23:07:28 UTC (rev 250182)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-sudoku/repos/extra-i686/gnome-sudoku.install (from rev 250181, 
gnome-sudoku/trunk/gnome-sudoku.install)
===
--- extra-i686/gnome-sudoku.install (rev 0)
+++ extra-i686/gnome-sudoku.install 2015-11-06 23:07:28 UTC (rev 250182)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD

[arch-commits] Commit in four-in-a-row/repos (8 files)

2015-11-06 Thread Jan Steffens
Date: Saturday, November 7, 2015 @ 00:06:17
  Author: heftig
Revision: 250178

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

Added:
  four-in-a-row/repos/extra-i686/PKGBUILD
(from rev 250177, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-i686/four-in-a-row.install
(from rev 250177, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/extra-x86_64/PKGBUILD
(from rev 250177, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install
(from rev 250177, four-in-a-row/trunk/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/extra-i686/PKGBUILD
  four-in-a-row/repos/extra-i686/four-in-a-row.install
  four-in-a-row/repos/extra-x86_64/PKGBUILD
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install

+
 /PKGBUILD  |   64 +++
 /four-in-a-row.install |   24 +
 extra-i686/PKGBUILD|   32 -
 extra-i686/four-in-a-row.install   |   12 --
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/four-in-a-row.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-06 23:06:03 UTC (rev 250177)
+++ extra-i686/PKGBUILD 2015-11-06 23:06:17 UTC (rev 250178)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=four-in-a-row
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Make lines of the same color to win"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=four-in-a-row.install
-url="https://live.gnome.org/Four-in-a-row;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('40b5642c9d01cfec0d0e94de5e4cbdda63c0be15b7b1b6781923cebd22c19462')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: four-in-a-row/repos/extra-i686/PKGBUILD (from rev 250177, 
four-in-a-row/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-06 23:06:17 UTC (rev 250178)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=four-in-a-row
+pkgver=3.18.2
+pkgrel=1
+pkgdesc="Make lines of the same color to win"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=four-in-a-row.install
+url="https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('458fa0ba35a2640248b3b4a2f162ded27bd6056e146c521760e0ef06961b8356')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/four-in-a-row.install
===
--- extra-i686/four-in-a-row.install2015-11-06 23:06:03 UTC (rev 250177)
+++ extra-i686/four-in-a-row.install2015-11-06 23:06:17 UTC (rev 250178)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: four-in-a-row/repos/extra-i686/four-in-a-row.install (from rev 250177, 
four-in-a-row/trunk/four-in-a-row.install)
===
--- extra-i686/four-in-a-row.install(rev 0)
+++ extra-i686/four-in-a-row.install2015-11-06 23:06:17 UTC (rev 250178)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-06 23:06:03 UTC (rev 250177)
+++ extra-x86_64/PKGBUILD   2015-11-06 23:06:17 UTC (rev 250178)
@@ 

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

2015-11-06 Thread Jan Steffens
Date: Saturday, November 7, 2015 @ 00:06:28
  Author: heftig
Revision: 250179

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

Added:
  gnome-disk-utility/repos/extra-i686/PKGBUILD
(from rev 250178, gnome-disk-utility/trunk/PKGBUILD)
  gnome-disk-utility/repos/extra-i686/gnome-disk-utility.install
(from rev 250178, gnome-disk-utility/trunk/gnome-disk-utility.install)
  gnome-disk-utility/repos/extra-x86_64/PKGBUILD
(from rev 250178, gnome-disk-utility/trunk/PKGBUILD)
  gnome-disk-utility/repos/extra-x86_64/gnome-disk-utility.install
(from rev 250178, gnome-disk-utility/trunk/gnome-disk-utility.install)
Deleted:
  gnome-disk-utility/repos/extra-i686/PKGBUILD
  gnome-disk-utility/repos/extra-i686/gnome-disk-utility.install
  gnome-disk-utility/repos/extra-x86_64/PKGBUILD
  gnome-disk-utility/repos/extra-x86_64/gnome-disk-utility.install

-+
 /PKGBUILD   |   68 ++
 /gnome-disk-utility.install |   26 +++
 extra-i686/PKGBUILD |   34 ---
 extra-i686/gnome-disk-utility.install   |   13 -
 extra-x86_64/PKGBUILD   |   34 ---
 extra-x86_64/gnome-disk-utility.install |   13 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-06 23:06:17 UTC (rev 250178)
+++ extra-i686/PKGBUILD 2015-11-06 23:06:28 UTC (rev 250179)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Silvio Knizek (killermoehre)
-
-pkgname=gnome-disk-utility
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Disk Management Utility for GNOME"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://www.gnome.org;
-groups=(gnome)
-depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
desktop-file-utils parted)
-makedepends=(intltool docbook-xsl gnome-settings-daemon)
-options=('!emptydirs')
-install=gnome-disk-utility.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('24ccd43436a31546eea31b57b5355251efcbc7ec090431dd7f6916bc63c4e676')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-disk-utility/repos/extra-i686/PKGBUILD (from rev 250178, 
gnome-disk-utility/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-06 23:06:28 UTC (rev 250179)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Silvio Knizek (killermoehre)
+
+pkgname=gnome-disk-utility
+pkgver=3.18.2
+pkgrel=1
+pkgdesc="Disk Management Utility for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://www.gnome.org;
+groups=(gnome)
+depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
desktop-file-utils parted)
+makedepends=(intltool docbook-xsl gnome-settings-daemon)
+options=('!emptydirs')
+install=gnome-disk-utility.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2fbe46349256829641f8b1ecdf299f9c32ebe35a7055448e36a61da31f0bcebf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-disk-utility.install
===
--- extra-i686/gnome-disk-utility.install   2015-11-06 23:06:17 UTC (rev 
250178)
+++ extra-i686/gnome-disk-utility.install   2015-11-06 23:06:28 UTC (rev 
250179)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-disk-utility/repos/extra-i686/gnome-disk-utility.install (from 
rev 250178, gnome-disk-utility/trunk/gnome-disk-utility.install)
===
--- extra-i686/gnome-disk-utility.install   (rev 0)
+++ extra-i686/gnome-disk-utility.install   2015-11-06 23:06:28 UTC (rev 
250179)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD

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

2015-11-06 Thread Jan Steffens
Date: Saturday, November 7, 2015 @ 03:34:11
  Author: heftig
Revision: 250185

4.3

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

---+
 PKGBUILD  |   22 ++
 config|  195 ++--
 config.x86_64 |  180 +--
 3 files changed, 275 insertions(+), 122 deletions(-)

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


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

2015-11-06 Thread Jan Steffens
Date: Saturday, November 7, 2015 @ 03:35:01
  Author: heftig
Revision: 250186

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

Added:
  linux-zen/repos/testing-i686/
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 250185, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
(from rev 250185, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-i686/config
(from rev 250185, linux-zen/trunk/config)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 250185, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 250185, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 250185, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 250185, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 250185, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-x86_64/config
(from rev 250185, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 250185, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 250185, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 250185, linux-zen/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  294 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7829 +
 testing-i686/config.x86_64   | 7586 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  294 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7829 +
 testing-x86_64/config.x86_64 | 7586 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 31542 insertions(+)

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


[arch-commits] Commit in four-in-a-row/trunk (PKGBUILD)

2015-11-06 Thread Jan Steffens
Date: Friday, November 6, 2015 @ 23:53:26
  Author: heftig
Revision: 250173

3.18.2

Modified:
  four-in-a-row/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 19:12:35 UTC (rev 250172)
+++ PKGBUILD2015-11-06 22:53:26 UTC (rev 250173)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=four-in-a-row
-pkgver=3.18.1
+pkgver=3.18.2
 pkgrel=1
 pkgdesc="Make lines of the same color to win"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Four-in-a-row;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('40b5642c9d01cfec0d0e94de5e4cbdda63c0be15b7b1b6781923cebd22c19462')
+sha256sums=('458fa0ba35a2640248b3b4a2f162ded27bd6056e146c521760e0ef06961b8356')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-06 Thread Jan Steffens
Date: Friday, November 6, 2015 @ 23:53:53
  Author: heftig
Revision: 250174

3.18.2

Modified:
  gnome-disk-utility/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 22:53:26 UTC (rev 250173)
+++ PKGBUILD2015-11-06 22:53:53 UTC (rev 250174)
@@ -3,7 +3,7 @@
 # Contributor: Silvio Knizek (killermoehre)
 
 pkgname=gnome-disk-utility
-pkgver=3.18.1
+pkgver=3.18.2
 pkgrel=1
 pkgdesc="Disk Management Utility for GNOME"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 install=gnome-disk-utility.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('24ccd43436a31546eea31b57b5355251efcbc7ec090431dd7f6916bc63c4e676')
+sha256sums=('2fbe46349256829641f8b1ecdf299f9c32ebe35a7055448e36a61da31f0bcebf')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-06 Thread Jan Steffens
Date: Friday, November 6, 2015 @ 23:55:01
  Author: heftig
Revision: 250176

3.18.1

Modified:
  gnome-robots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 22:54:36 UTC (rev 250175)
+++ PKGBUILD2015-11-06 22:55:01 UTC (rev 250176)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-robots
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="Avoid the robots and make them crash into each other"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Robots;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('34311cb9de6a970f00fa9743dced2925e98f40f77b4a406e17b589412cb902fc')
+sha256sums=('2e58ffdc4b243a4a3557ba9c84fa1c0129c5ffadbb5c2a20fede48ccf4618090')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-06 Thread Jan Steffens
Date: Friday, November 6, 2015 @ 23:54:36
  Author: heftig
Revision: 250175

3.18.2

Modified:
  gnome-klotski/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 22:53:53 UTC (rev 250174)
+++ PKGBUILD2015-11-06 22:54:36 UTC (rev 250175)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-klotski
-pkgver=3.18.1
+pkgver=3.18.2
 pkgrel=1
 pkgdesc="Slide blocks to solve the puzzle"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Klotski;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ec391122942376df879a5e18c23c235a4bcbd81b213a0c4cf7f77ac4a7084d56')
+sha256sums=('e22b7136c4646b1aa6a9cefa8206bc92aed4ac389e891e48551e1804a2748192')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-06 Thread Jan Steffens
Date: Saturday, November 7, 2015 @ 00:06:03
  Author: heftig
Revision: 250177

3.18.2

Modified:
  gnome-sudoku/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 22:55:01 UTC (rev 250176)
+++ PKGBUILD2015-11-06 23:06:03 UTC (rev 250177)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-sudoku
-pkgver=3.18.1
+pkgver=3.18.2
 pkgrel=1
 pkgdesc="Test your logic skills in this number grid puzzle"
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/GnomeSudoku;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('da643e859b072211e0a726173c35f4d4f293de54cea6ab6f11d775ea1ba1263c')
+sha256sums=('4eefde04145d9f4bf30f4327b83929f6bfb8a19b604337c1d75f66e984f8c0ac')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-06 Thread Sven-Hendrik Haase
Date: Saturday, November 7, 2015 @ 00:35:25
  Author: svenstaro
Revision: 146334

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

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

+
 /PKGBUILD  |   54 +++
 /tiled.install |   26 ++
 community-i686/PKGBUILD|   27 ---
 community-i686/tiled.install   |   13 -
 community-x86_64/PKGBUILD  |   27 ---
 community-x86_64/tiled.install |   13 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 23:35:15 UTC (rev 146333)
+++ community-i686/PKGBUILD 2015-11-06 23:35:25 UTC (rev 146334)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.14.1
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')
-depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11')
-makedepends=('mesa' 'qt5-tools')
-install=${pkgname}.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('5ae57d9a192274bd1af962bcbc4bfef9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install INSTALL_ROOT=$pkgdir
-}

Copied: tiled/repos/community-i686/PKGBUILD (from rev 146333, 
tiled/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 23:35:25 UTC (rev 146334)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=0.14.2
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('i686' 'x86_64')
+url='http://mapeditor.org'
+license=('GPL')
+replaces=('tiled-qt')
+depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11')
+makedepends=('mesa' 'qt5-tools')
+install=${pkgname}.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+md5sums=('7a9f356130d2e89bfb25f7bfa817dbf2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}

Deleted: community-i686/tiled.install
===
--- community-i686/tiled.install2015-11-06 23:35:15 UTC (rev 146333)
+++ community-i686/tiled.install2015-11-06 23:35:25 UTC (rev 146334)
@@ -1,13 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database usr/share/mime
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled/repos/community-i686/tiled.install (from rev 146333, 
tiled/trunk/tiled.install)
===
--- community-i686/tiled.install(rev 0)
+++ community-i686/tiled.install2015-11-06 23:35:25 UTC (rev 146334)
@@ -0,0 +1,13 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database usr/share/mime
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 23:35:15 UTC (rev 146333)
+++ community-x86_64/PKGBUILD   2015-11-06 23:35:25 UTC (rev 146334)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.14.1
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')

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

2015-11-06 Thread Sven-Hendrik Haase
Date: Saturday, November 7, 2015 @ 00:35:15
  Author: svenstaro
Revision: 146333

upgpkg: tiled 0.14.2-1

upstream release 0.14.2

Modified:
  tiled/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 20:18:30 UTC (rev 146332)
+++ PKGBUILD2015-11-06 23:35:15 UTC (rev 146333)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
 pkgname=tiled
-pkgver=0.14.1
+pkgver=0.14.2
 pkgrel=1
 pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('mesa' 'qt5-tools')
 install=${pkgname}.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('5ae57d9a192274bd1af962bcbc4bfef9')
+md5sums=('7a9f356130d2e89bfb25f7bfa817dbf2')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in (4 files)

2015-11-06 Thread Felix Yan
Date: Saturday, November 7, 2015 @ 06:27:04
  Author: fyan
Revision: 146339

addpkg: python2-backports-abc 0.4-1

Added:
  python-backports-abc/
  python-backports-abc/repos/
  python-backports-abc/trunk/
  python-backports-abc/trunk/PKGBUILD

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

Added: python-backports-abc/trunk/PKGBUILD
===
--- python-backports-abc/trunk/PKGBUILD (rev 0)
+++ python-backports-abc/trunk/PKGBUILD 2015-11-07 05:27:04 UTC (rev 146339)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python2-backports-abc
+pkgver=0.4
+pkgrel=1
+pkgdesc="A backport of recent additions to the 'collections.abc' module."
+arch=('any')
+url='http://pypi.python.org/pypi/backports_abc'
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/b/backports_abc/backports_abc-${pkgver}.tar.gz;)
+sha256sums=('8b3e4092ba3d541c7a2f9b7d0d9c0275b21c6a01c53a61c731eba6686939d0a5')
+
+check() {
+  cd backports_abc-${pkgver}
+  python2 tests.py
+}
+
+package() {
+  cd backports_abc-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:


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


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

2015-11-06 Thread Felix Yan
Date: Saturday, November 7, 2015 @ 06:12:06
  Author: fyan
Revision: 146335

upgpkg: python2-netlib 0.14.0-1

Modified:
  python2-netlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 23:35:25 UTC (rev 146334)
+++ PKGBUILD2015-11-07 05:12:06 UTC (rev 146335)
@@ -3,7 +3,7 @@
 # Contributor: Nicolas Pouillard https://nicolaspouillard.fr
 
 pkgname=python2-netlib
-pkgver=0.13.1
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="A collection of network utilities used by pathod and mitmproxy"
 url="https://github.com/mitmproxy/netlib;
@@ -13,15 +13,18 @@
 makedepends=('python2-setuptools')
 checkdepends=('python2-nose' 'python2-mock' 'pathod')
 
source=("http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz;)
-sha256sums=('f2b986ed2fa0125a88975d3f904a111c95b2925c3f553f7b1fc991f25bf4915b')
+sha256sums=('cf12b0a71a493eee46fb2da284122ac363179fe0a0bc71c5c8920374aa978e75')
 
 prepare() {
   cd netlib-$pkgver
 
-  # Use system certificate store
-  sed -e '/"certifi"/d' -i setup.py
+  # Use system certificate store, and system ssl.match_hostname
+  sed -e '/certifi/d' \
+  -e '/backports.ssl_match_hostname/d' \
+  -i setup.py
   sed -e '/import certifi/d' \
   -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -e 's/from backports import ssl_match_hostname/import ssl as 
ssl_match_hostname/' \
   -i netlib/tcp.py
 }  
 


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

2015-11-06 Thread Felix Yan
Date: Saturday, November 7, 2015 @ 06:12:26
  Author: fyan
Revision: 146336

archrelease: copy trunk to community-any

Added:
  python2-netlib/repos/community-any/PKGBUILD
(from rev 146335, python2-netlib/trunk/PKGBUILD)
Deleted:
  python2-netlib/repos/community-any/PKGBUILD

--+
 PKGBUILD |   93 +++--
 1 file changed, 48 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-07 05:12:06 UTC (rev 146335)
+++ PKGBUILD2015-11-07 05:12:26 UTC (rev 146336)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Nicolas Pouillard https://nicolaspouillard.fr
-
-pkgname=python2-netlib
-pkgver=0.13.1
-pkgrel=1
-pkgdesc="A collection of network utilities used by pathod and mitmproxy"
-url="https://github.com/mitmproxy/netlib;
-license=('MIT')
-arch=('any')
-depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-hpack')
-makedepends=('python2-setuptools')
-checkdepends=('python2-nose' 'python2-mock' 'pathod')
-source=("http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz;)
-sha256sums=('f2b986ed2fa0125a88975d3f904a111c95b2925c3f553f7b1fc991f25bf4915b')
-
-prepare() {
-  cd netlib-$pkgver
-
-  # Use system certificate store
-  sed -e '/"certifi"/d' -i setup.py
-  sed -e '/import certifi/d' \
-  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
-  -i netlib/tcp.py
-}  
-
-build() {
-  cd "$srcdir/netlib-$pkgver"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/netlib-$pkgver"
-  nosetests2
-}
-
-package() {
-  cd "$srcdir/netlib-$pkgver"
-  python2 setup.py install -O1 --skip-build --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/usr/lib/python2.7/site-packages/"{test,netlib/}
-}

Copied: python2-netlib/repos/community-any/PKGBUILD (from rev 146335, 
python2-netlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-07 05:12:26 UTC (rev 146336)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Nicolas Pouillard https://nicolaspouillard.fr
+
+pkgname=python2-netlib
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="A collection of network utilities used by pathod and mitmproxy"
+url="https://github.com/mitmproxy/netlib;
+license=('MIT')
+arch=('any')
+depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-hpack')
+makedepends=('python2-setuptools')
+checkdepends=('python2-nose' 'python2-mock' 'pathod')
+source=("http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz;)
+sha256sums=('cf12b0a71a493eee46fb2da284122ac363179fe0a0bc71c5c8920374aa978e75')
+
+prepare() {
+  cd netlib-$pkgver
+
+  # Use system certificate store, and system ssl.match_hostname
+  sed -e '/certifi/d' \
+  -e '/backports.ssl_match_hostname/d' \
+  -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -e 's/from backports import ssl_match_hostname/import ssl as 
ssl_match_hostname/' \
+  -i netlib/tcp.py
+}  
+
+build() {
+  cd "$srcdir/netlib-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/netlib-$pkgver"
+  nosetests2
+}
+
+package() {
+  cd "$srcdir/netlib-$pkgver"
+  python2 setup.py install -O1 --skip-build --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir/usr/lib/python2.7/site-packages/"{test,netlib/}
+}


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

2015-11-06 Thread Felix Yan
Date: Saturday, November 7, 2015 @ 06:15:46
  Author: fyan
Revision: 146338

archrelease: copy trunk to community-any

Added:
  pathod/repos/community-any/PKGBUILD
(from rev 146337, pathod/trunk/PKGBUILD)
Deleted:
  pathod/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-07 05:15:23 UTC (rev 146337)
+++ PKGBUILD2015-11-07 05:15:46 UTC (rev 146338)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pathod
-pkgver=0.13
-pkgrel=1
-pkgdesc="A pathological web daemon"
-url="http://pathod.net;
-depends=('python2-netlib' 'python2-requests' 'python2-flask' 
'python2-pyparsing')
-checkdepends=('python2-mock' 'python2-nose')
-arch=('any')
-license=('MIT')
-source=("https://pypi.python.org/packages/source/p/pathod/pathod-$pkgver.tar.gz;)
-sha256sums=('63d799ab5c9f0e17475bce20b8a5ba0f405eee812d2947934cd9ca715d658a37')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  # One test failed: https://github.com/mitmproxy/pathod/issues/24
-
-  cd $pkgname-$pkgver
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests2 || warning "Tests failed"
-}
-
-package() {
-  cd $pkgname-$pkgver  
-  python2 setup.py install -O1 --skip-build --root="$pkgdir"
-
-  install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: pathod/repos/community-any/PKGBUILD (from rev 146337, 
pathod/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-07 05:15:46 UTC (rev 146338)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pathod
+pkgver=0.14
+pkgrel=1
+pkgdesc="A pathological web daemon"
+url="http://pathod.net;
+depends=('python2-netlib' 'python2-requests' 'python2-flask' 
'python2-pyparsing')
+checkdepends=('python2-mock' 'python2-nose')
+arch=('any')
+license=('MIT')
+source=("https://pypi.python.org/packages/source/p/pathod/pathod-$pkgver.tar.gz;)
+sha256sums=('32bd8ae47266024f613452e2cf710694857a54aeff6b2ebc90f86527df695049')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  # One test failed: https://github.com/mitmproxy/pathod/issues/24
+
+  cd $pkgname-$pkgver
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests2 || warning "Tests failed"
+}
+
+package() {
+  cd $pkgname-$pkgver  
+  python2 setup.py install -O1 --skip-build --root="$pkgdir"
+
+  install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python2-monotonic (3 files)

2015-11-06 Thread Felix Yan
Date: Saturday, November 7, 2015 @ 06:46:13
  Author: fyan
Revision: 146343

archrelease: copy trunk to community-any

Added:
  python2-monotonic/repos/community-any/
  python2-monotonic/repos/community-any/PKGBUILD
(from rev 146342, python2-monotonic/trunk/PKGBUILD)
Modified:
  python2-monotonic/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |   21 +
 trunk/PKGBUILD   |2 +-
 2 files changed, 22 insertions(+), 1 deletion(-)

Copied: python2-monotonic/repos/community-any/PKGBUILD (from rev 146342, 
python2-monotonic/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2015-11-07 05:46:13 UTC (rev 146343)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python2-monotonic
+pkgver=0.4
+pkgrel=1
+pkgdesc="An implementation of time.monotonic() for Python 2 & < 3.3"
+arch=('any')
+url='http://pypi.python.org/pypi/monotonic'
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/m/monotonic/monotonic-${pkgver}.tar.gz;)
+sha256sums=('852f656adbf623ee859def6ca2f5498f4cae3256f8320d5c50570ee8a0592ab6')
+
+package() {
+  cd monotonic-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2015-11-07 05:45:52 UTC (rev 146342)
+++ trunk/PKGBUILD  2015-11-07 05:46:13 UTC (rev 146343)
@@ -7,7 +7,7 @@
 pkgdesc="An implementation of time.monotonic() for Python 2 & < 3.3"
 arch=('any')
 url='http://pypi.python.org/pypi/monotonic'
-license=('PSF')
+license=('Apache')
 depends=('python2')
 makedepends=('python2-setuptools')
 
source=("https://pypi.python.org/packages/source/m/monotonic/monotonic-${pkgver}.tar.gz;)


[arch-commits] Commit in (4 files)

2015-11-06 Thread Felix Yan
Date: Saturday, November 7, 2015 @ 06:45:52
  Author: fyan
Revision: 146342

addpkg: python2-monotonic 0.4-1

Added:
  python2-monotonic/
  python2-monotonic/repos/
  python2-monotonic/trunk/
  python2-monotonic/trunk/PKGBUILD

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

Added: python2-monotonic/trunk/PKGBUILD
===
--- python2-monotonic/trunk/PKGBUILD(rev 0)
+++ python2-monotonic/trunk/PKGBUILD2015-11-07 05:45:52 UTC (rev 146342)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python2-monotonic
+pkgver=0.4
+pkgrel=1
+pkgdesc="An implementation of time.monotonic() for Python 2 & < 3.3"
+arch=('any')
+url='http://pypi.python.org/pypi/monotonic'
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/m/monotonic/monotonic-${pkgver}.tar.gz;)
+sha256sums=('852f656adbf623ee859def6ca2f5498f4cae3256f8320d5c50570ee8a0592ab6')
+
+package() {
+  cd monotonic-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:


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


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

2015-11-06 Thread Felix Yan
Date: Saturday, November 7, 2015 @ 07:36:50
  Author: fyan
Revision: 146345

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

Added:
  python-tornado/repos/community-testing-i686/
  
python-tornado/repos/community-testing-i686/0001-use_system_ca_certificates.patch
(from rev 146344, 
python-tornado/trunk/0001-use_system_ca_certificates.patch)
  
python-tornado/repos/community-testing-i686/0002-get-rid-of-backports-ssl-match-hostname.patch
(from rev 146344, 
python-tornado/trunk/0002-get-rid-of-backports-ssl-match-hostname.patch)
  python-tornado/repos/community-testing-i686/0003-support-monotonic.patch
(from rev 146344, python-tornado/trunk/0003-support-monotonic.patch)
  python-tornado/repos/community-testing-i686/PKGBUILD
(from rev 146344, python-tornado/trunk/PKGBUILD)
  python-tornado/repos/community-testing-x86_64/
  
python-tornado/repos/community-testing-x86_64/0001-use_system_ca_certificates.patch
(from rev 146344, 
python-tornado/trunk/0001-use_system_ca_certificates.patch)
  
python-tornado/repos/community-testing-x86_64/0002-get-rid-of-backports-ssl-match-hostname.patch
(from rev 146344, 
python-tornado/trunk/0002-get-rid-of-backports-ssl-match-hostname.patch)
  python-tornado/repos/community-testing-x86_64/0003-support-monotonic.patch
(from rev 146344, python-tornado/trunk/0003-support-monotonic.patch)
  python-tornado/repos/community-testing-x86_64/PKGBUILD
(from rev 146344, python-tornado/trunk/PKGBUILD)

-+
 community-testing-i686/0001-use_system_ca_certificates.patch|  
 36 
 community-testing-i686/0002-get-rid-of-backports-ssl-match-hostname.patch   |  
 23 ++
 community-testing-i686/0003-support-monotonic.patch |  
 52 +
 community-testing-i686/PKGBUILD |  
 90 ++
 community-testing-x86_64/0001-use_system_ca_certificates.patch  |  
 36 
 community-testing-x86_64/0002-get-rid-of-backports-ssl-match-hostname.patch |  
 23 ++
 community-testing-x86_64/0003-support-monotonic.patch   |  
 52 +
 community-testing-x86_64/PKGBUILD   |  
 90 ++
 8 files changed, 402 insertions(+)

Copied: 
python-tornado/repos/community-testing-i686/0001-use_system_ca_certificates.patch
 (from rev 146344, python-tornado/trunk/0001-use_system_ca_certificates.patch)
===
--- community-testing-i686/0001-use_system_ca_certificates.patch
(rev 0)
+++ community-testing-i686/0001-use_system_ca_certificates.patch
2015-11-07 06:36:50 UTC (rev 146345)
@@ -0,0 +1,36 @@
+diff --git a/setup.py b/setup.py
+index f09169f..d42c486 100644
+--- a/setup.py
 b/setup.py
+@@ -120,7 +120,7 @@ if (platform.python_implementation() == 'CPython' and
+ # Certifi is also optional on 2.7.9+, although making our dependencies
+ # conditional on micro version numbers seems like a bad idea
+ # until we have more declarative metadata.
+-install_requires.append('certifi')
++pass
+ if sys.version_info < (3, 5):
+ install_requires.append('backports_abc>=0.4')
+ kwargs['install_requires'] = install_requires
+diff --git a/tornado/simple_httpclient.py b/tornado/simple_httpclient.py
+index f0f73fa..ffe3e40 100644
+--- a/tornado/simple_httpclient.py
 b/tornado/simple_httpclient.py
+@@ -33,17 +33,9 @@ except ImportError:
+ # ssl is not available on Google App Engine.
+ ssl = None
+ 
+-try:
+-import certifi
+-except ImportError:
+-certifi = None
+-
+ 
+ def _default_ca_certs():
+-if certifi is None:
+-raise Exception("The 'certifi' package is required to use https "
+-"in simple_httpclient")
+-return certifi.where()
++return "/etc/ssl/certs/ca-certificates.crt"
+ 
+ 
+ class SimpleAsyncHTTPClient(AsyncHTTPClient):

Copied: 
python-tornado/repos/community-testing-i686/0002-get-rid-of-backports-ssl-match-hostname.patch
 (from rev 146344, 
python-tornado/trunk/0002-get-rid-of-backports-ssl-match-hostname.patch)
===
--- community-testing-i686/0002-get-rid-of-backports-ssl-match-hostname.patch   
(rev 0)
+++ community-testing-i686/0002-get-rid-of-backports-ssl-match-hostname.patch   
2015-11-07 06:36:50 UTC (rev 146345)
@@ -0,0 +1,23 @@
+From f8f2ffca1928aeca2fa9771093436dba49baa538 Mon Sep 17 00:00:00 2001
+From: Felix Yan 
+Date: Fri, 12 Dec 2014 23:10:15 +0800
+Subject: [PATCH] Don't depend on backports.ssl-match-hostname with python
+ >=2.7.9, <3.0
+
+---
+ setup.py   | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index f09169f..f795807 100644
+--- 

[arch-commits] Commit in python-tornado/trunk (4 files)

2015-11-06 Thread Felix Yan
Date: Saturday, November 7, 2015 @ 07:36:01
  Author: fyan
Revision: 146344

upgpkg: python-tornado 4.3.0-1

Added:
  python-tornado/trunk/0003-support-monotonic.patch
Modified:
  python-tornado/trunk/0001-use_system_ca_certificates.patch
  python-tornado/trunk/0002-get-rid-of-backports-ssl-match-hostname.patch
  python-tornado/trunk/PKGBUILD

+
 0001-use_system_ca_certificates.patch  |6 +-
 0002-get-rid-of-backports-ssl-match-hostname.patch |   10 +--
 0003-support-monotonic.patch   |   52 ++
 PKGBUILD   |   54 ++-
 4 files changed, 91 insertions(+), 31 deletions(-)

Modified: 0001-use_system_ca_certificates.patch
===
--- 0001-use_system_ca_certificates.patch   2015-11-07 05:46:13 UTC (rev 
146343)
+++ 0001-use_system_ca_certificates.patch   2015-11-07 06:36:01 UTC (rev 
146344)
@@ -8,9 +8,9 @@
  # until we have more declarative metadata.
 -install_requires.append('certifi')
 +pass
- kwargs['install_requires'] = install_requires
- 
- setup(
+ if sys.version_info < (3, 5):
+ install_requires.append('backports_abc>=0.4')
+ kwargs['install_requires'] = install_requires
 diff --git a/tornado/simple_httpclient.py b/tornado/simple_httpclient.py
 index f0f73fa..ffe3e40 100644
 --- a/tornado/simple_httpclient.py

Modified: 0002-get-rid-of-backports-ssl-match-hostname.patch
===
--- 0002-get-rid-of-backports-ssl-match-hostname.patch  2015-11-07 05:46:13 UTC 
(rev 146343)
+++ 0002-get-rid-of-backports-ssl-match-hostname.patch  2015-11-07 06:36:01 UTC 
(rev 146344)
@@ -13,11 +13,11 @@
 --- a/setup.py
 +++ b/setup.py
 @@ -121,7 +121,7 @@ def build_extension(self, ext):
- if setuptools is not None:
- # If setuptools is not available, you're on your own for dependencies.
- install_requires = []
+ if sys.version_info < (2, 7):
+ # Only needed indirectly, for singledispatch.
+ install_requires.append('ordereddict')
 -if sys.version_info < (3, 2):
 +if sys.version_info < (2, 7, 9) or (3, 0) <= sys.version_info < (3, 2):
  install_requires.append('backports.ssl_match_hostname')
- kwargs['install_requires'] = install_requires
- 
+ if sys.version_info < (3, 4):
+ install_requires.append('singledispatch')
\ No newline at end of file

Added: 0003-support-monotonic.patch
===
--- 0003-support-monotonic.patch(rev 0)
+++ 0003-support-monotonic.patch2015-11-07 06:36:01 UTC (rev 146344)
@@ -0,0 +1,52 @@
+commit 7861716d2315606b03c4126505d6b158640218aa
+Author: Felix Yan 
+Date:   Sat Nov 7 13:53:09 2015 +0800
+
+Add monotonic as an alternative to Monotime
+
+diff --git a/docs/index.rst b/docs/index.rst
+index e4a4d80..14f9af6 100644
+--- a/docs/index.rst
 b/docs/index.rst
+@@ -100,6 +100,8 @@ the following optional packages may be useful:
+ * `Monotime `_ adds support for
+   a monotonic clock, which improves reliability in environments
+   where clock adjustments are frequent.  No longer needed in Python 3.3.
++* `monotonic `_ adds support for
++  a monotonic clock. Alternative to Monotime.  No longer needed in Python 3.3.
+ 
+ **Platforms**: Tornado should run on any Unix-like platform, although
+ for the best performance and scalability only Linux (with ``epoll``)
+diff --git a/tornado/platform/auto.py b/tornado/platform/auto.py
+index fc40c9d..449b634 100644
+--- a/tornado/platform/auto.py
 b/tornado/platform/auto.py
+@@ -47,8 +47,13 @@ try:
+ except ImportError:
+ pass
+ try:
+-from time import monotonic as monotonic_time
++# monotonic can provide a monotonic function in versions of python before
++# 3.3, too.
++from monotonic import monotonic as monotonic_time
+ except ImportError:
+-monotonic_time = None
++try:
++from time import monotonic as monotonic_time
++except ImportError:
++monotonic_time = None
+ 
+ __all__ = ['Waker', 'set_close_exec', 'monotonic_time']
+diff --git a/tox.ini b/tox.ini
+index 82b156d..6f74a74 100644
+--- a/tox.ini
 b/tox.ini
+@@ -85,7 +85,7 @@ deps =
+  {py2,py27,pypy,py3,py33}-full: singledispatch
+  py33-asyncio: asyncio
+  trollius: trollius
+- py2-monotonic: Monotime
++ py2-monotonic: monotonic
+  sphinx: sphinx
+  sphinx: sphinx_rtd_theme
+ 

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 05:46:13 UTC (rev 146343)
+++ PKGBUILD2015-11-07 06:36:01 UTC (rev 146344)
@@ -3,25 +3,30 @@
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 
 

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

2015-11-06 Thread Felix Yan
Date: Saturday, November 7, 2015 @ 06:15:23
  Author: fyan
Revision: 146337

upgpkg: pathod 0.14-1

Modified:
  pathod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 05:12:26 UTC (rev 146336)
+++ PKGBUILD2015-11-07 05:15:23 UTC (rev 146337)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pathod
-pkgver=0.13
+pkgver=0.14
 pkgrel=1
 pkgdesc="A pathological web daemon"
 url="http://pathod.net;
@@ -11,7 +11,7 @@
 arch=('any')
 license=('MIT')
 
source=("https://pypi.python.org/packages/source/p/pathod/pathod-$pkgver.tar.gz;)
-sha256sums=('63d799ab5c9f0e17475bce20b8a5ba0f405eee812d2947934cd9ca715d658a37')
+sha256sums=('32bd8ae47266024f613452e2cf710694857a54aeff6b2ebc90f86527df695049')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in python-backports-abc/repos (2 files)

2015-11-06 Thread Felix Yan
Date: Saturday, November 7, 2015 @ 06:27:26
  Author: fyan
Revision: 146340

archrelease: copy trunk to community-any

Added:
  python-backports-abc/repos/community-any/
  python-backports-abc/repos/community-any/PKGBUILD
(from rev 146339, python-backports-abc/trunk/PKGBUILD)

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

Copied: python-backports-abc/repos/community-any/PKGBUILD (from rev 146339, 
python-backports-abc/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-07 05:27:26 UTC (rev 146340)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python2-backports-abc
+pkgver=0.4
+pkgrel=1
+pkgdesc="A backport of recent additions to the 'collections.abc' module."
+arch=('any')
+url='http://pypi.python.org/pypi/backports_abc'
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/b/backports_abc/backports_abc-${pkgver}.tar.gz;)
+sha256sums=('8b3e4092ba3d541c7a2f9b7d0d9c0275b21c6a01c53a61c731eba6686939d0a5')
+
+check() {
+  cd backports_abc-${pkgver}
+  python2 tests.py
+}
+
+package() {
+  cd backports_abc-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (python-backports-abc python2-backports-abc)

2015-11-06 Thread Felix Yan
Date: Saturday, November 7, 2015 @ 06:29:35
  Author: fyan
Revision: 146341

fix package base

Added:
  python2-backports-abc/
Deleted:
  python-backports-abc/


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

2015-11-06 Thread Balló György
Date: Friday, November 6, 2015 @ 09:08:03
  Author: bgyorgy
Revision: 146267

upgpkg: mate-netbook-gtk3 1.12.0-2

Fix dependency on mate-panel-gtk3 (FS#46182)

Modified:
  mate-netbook-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 07:04:47 UTC (rev 146266)
+++ PKGBUILD2015-11-06 08:08:03 UTC (rev 146267)
@@ -4,12 +4,12 @@
 _pkgbase=mate-netbook
 pkgname=${_pkgbase}-gtk3
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple window management tool (GTK3 version [EXPERIMENTAL])."
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gtk3' 'libfakekey' 'libwnck3' 'libunique3' 'mate-panel>=1.12')
+depends=('gtk3' 'libfakekey' 'libwnck3' 'libunique3' 'mate-panel-gtk3>=1.12')
 makedepends=('mate-common')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
 conflicts=("${_pkgbase}")


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

2015-11-06 Thread Balló György
Date: Friday, November 6, 2015 @ 09:08:10
  Author: bgyorgy
Revision: 146268

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

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

---+
 /PKGBUILD |   66 
 /mate-netbook.install |   22 ++
 community-i686/PKGBUILD   |   33 
 community-i686/mate-netbook.install   |   11 -
 community-x86_64/PKGBUILD |   33 
 community-x86_64/mate-netbook.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 08:08:03 UTC (rev 146267)
+++ community-i686/PKGBUILD 2015-11-06 08:08:10 UTC (rev 146268)
@@ -1,33 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-netbook
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A simple window management tool (GTK3 version [EXPERIMENTAL])."
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libfakekey' 'libwnck3' 'libunique3' 'mate-panel>=1.12')
-makedepends=('mate-common')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-conflicts=("${_pkgbase}")
-sha1sums=('c8be6ba86119e313c36eb676d4bf7c74005b4ab5')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexec=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-gtk=3.0 \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-netbook-gtk3/repos/community-i686/PKGBUILD (from rev 146267, 
mate-netbook-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 08:08:10 UTC (rev 146268)
@@ -0,0 +1,33 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-netbook
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="A simple window management tool (GTK3 version [EXPERIMENTAL])."
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libfakekey' 'libwnck3' 'libunique3' 'mate-panel-gtk3>=1.12')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+conflicts=("${_pkgbase}")
+sha1sums=('c8be6ba86119e313c36eb676d4bf7c74005b4ab5')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=3.0 \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-netbook.install
===
--- community-i686/mate-netbook.install 2015-11-06 08:08:03 UTC (rev 146267)
+++ community-i686/mate-netbook.install 2015-11-06 08:08:10 UTC (rev 146268)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-netbook-gtk3/repos/community-i686/mate-netbook.install (from rev 
146267, mate-netbook-gtk3/trunk/mate-netbook.install)
===
--- community-i686/mate-netbook.install (rev 0)
+++ community-i686/mate-netbook.install 2015-11-06 08:08:10 UTC (rev 146268)
@@ -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-11-06 08:08:03 UTC (rev 146267)
+++ community-x86_64/PKGBUILD   2015-11-06 08:08:10 UTC (rev 146268)
@@ -1,33 +0,0 @@
-# Maintainer : 

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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 11:05:39
  Author: jleclanche
Revision: 146273

upgpkg: lxqt-globalkeys 0.10.0-2

Rebuild and use https for sources

Modified:
  lxqt-globalkeys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 08:57:06 UTC (rev 146272)
+++ PKGBUILD2015-11-06 10:05:39 UTC (rev 146273)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-globalkeys
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -12,8 +12,8 @@
 depends=("liblxqt")
 makedepends=("cmake" "qt5-tools")
 source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
"9a9d6a0299a26f91d391a601123e78e18cbe56ee6086cc27ccf800920e146e1a"


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 11:12:50
  Author: jleclanche
Revision: 146274

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

Added:
  lxqt-globalkeys/repos/community-i686/PKGBUILD
(from rev 146273, lxqt-globalkeys/trunk/PKGBUILD)
  lxqt-globalkeys/repos/community-x86_64/PKGBUILD
(from rev 146273, lxqt-globalkeys/trunk/PKGBUILD)
Deleted:
  lxqt-globalkeys/repos/community-i686/PKGBUILD
  lxqt-globalkeys/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 10:05:39 UTC (rev 146273)
+++ community-i686/PKGBUILD 2015-11-06 10:12:50 UTC (rev 146274)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-globalkeys
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "9a9d6a0299a26f91d391a601123e78e18cbe56ee6086cc27ccf800920e146e1a"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-globalkeys/repos/community-i686/PKGBUILD (from rev 146273, 
lxqt-globalkeys/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 10:12:50 UTC (rev 146274)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-globalkeys
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "9a9d6a0299a26f91d391a601123e78e18cbe56ee6086cc27ccf800920e146e1a"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 10:05:39 UTC (rev 146273)
+++ community-x86_64/PKGBUILD   2015-11-06 10:12:50 UTC (rev 146274)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-globalkeys
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "9a9d6a0299a26f91d391a601123e78e18cbe56ee6086cc27ccf800920e146e1a"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-globalkeys/repos/community-x86_64/PKGBUILD (from rev 146273, 
lxqt-globalkeys/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-06 10:12:50 UTC (rev 146274)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-globalkeys
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")

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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 11:14:26
  Author: jleclanche
Revision: 146276

archrelease: copy trunk to community-any

Added:
  lxqt-common/repos/community-any/PKGBUILD
(from rev 146275, lxqt-common/trunk/PKGBUILD)
  lxqt-common/repos/community-any/lxqt-common.install
(from rev 146275, lxqt-common/trunk/lxqt-common.install)
Deleted:
  lxqt-common/repos/community-any/PKGBUILD
  lxqt-common/repos/community-any/lxqt-common.install

-+
 PKGBUILD|   72 +-
 lxqt-common.install |   28 +--
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-06 10:14:22 UTC (rev 146275)
+++ PKGBUILD2015-11-06 10:14:26 UTC (rev 146276)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-common
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="Common data to run a LXQt session."
-arch=("any")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("qt5-svg" "hicolor-icon-theme" "xdg-utils")
-makedepends=("cmake" "liblxqt" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "7b12f2fe7a42f5ea0c9f596eeb87ca3c97cc0b706121ceede64480e8480ec9d1"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-common/repos/community-any/PKGBUILD (from rev 146275, 
lxqt-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-06 10:14:26 UTC (rev 146276)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-common
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="Common data to run a LXQt session."
+arch=("any")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("qt5-svg" "hicolor-icon-theme" "xdg-utils")
+makedepends=("cmake" "liblxqt" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "7b12f2fe7a42f5ea0c9f596eeb87ca3c97cc0b706121ceede64480e8480ec9d1"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: lxqt-common.install
===
--- lxqt-common.install 2015-11-06 10:14:22 UTC (rev 146275)
+++ lxqt-common.install 2015-11-06 10:14:26 UTC (rev 146276)
@@ -1,14 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-   if [ "$(vercmp 0.9.1-2 "$2")" -eq 1 ]; then
-   printf '==> Theme paths have been changed. User configurations 
may need to be updated.\n'
-   fi
-   xdg-icon-resource forceupdate
-}
-
-post_remove() {
-   post_install $1
-}

Copied: lxqt-common/repos/community-any/lxqt-common.install (from rev 146275, 
lxqt-common/trunk/lxqt-common.install)
===
--- lxqt-common.install (rev 0)
+++ lxqt-common.install 2015-11-06 10:14:26 UTC (rev 146276)
@@ -0,0 +1,14 @@
+post_install() {
+   xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+   if [ "$(vercmp 0.9.1-2 "$2")" -eq 1 ]; then
+   printf '==> Theme paths have been changed. User configurations 
may need to be updated.\n'
+   fi
+   xdg-icon-resource forceupdate
+}
+
+post_remove() {
+   post_install $1
+}


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 11:14:22
  Author: jleclanche
Revision: 146275

upgpkg: lxqt-common 0.10.0-2

Rebuild and use https for sources

Modified:
  lxqt-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 10:12:50 UTC (rev 146274)
+++ PKGBUILD2015-11-06 10:14:22 UTC (rev 146275)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-common
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Common data to run a LXQt session."
 arch=("any")
 groups=("lxqt")
@@ -12,8 +12,8 @@
 depends=("qt5-svg" "hicolor-icon-theme" "xdg-utils")
 makedepends=("cmake" "liblxqt" "qt5-tools")
 source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
"7b12f2fe7a42f5ea0c9f596eeb87ca3c97cc0b706121ceede64480e8480ec9d1"


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 11:16:11
  Author: jleclanche
Revision: 146277

upgpkg: lxqt-session 0.10.0-2

Rebuild and use https for sources

Modified:
  lxqt-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 10:14:26 UTC (rev 146276)
+++ PKGBUILD2015-11-06 10:16:11 UTC (rev 146277)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-session
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt session"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -17,8 +17,8 @@
 )
 makedepends=("cmake" "qt5-tools")
 source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
"2aedbeef904c11679199bfcdbf141880082c4bbcbcdad2b89b47d5b833fe26d4"


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 11:16:17
  Author: jleclanche
Revision: 146278

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

Added:
  lxqt-session/repos/community-i686/PKGBUILD
(from rev 146277, lxqt-session/trunk/PKGBUILD)
  lxqt-session/repos/community-x86_64/PKGBUILD
(from rev 146277, lxqt-session/trunk/PKGBUILD)
Deleted:
  lxqt-session/repos/community-i686/PKGBUILD
  lxqt-session/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 10:16:11 UTC (rev 146277)
+++ community-i686/PKGBUILD 2015-11-06 10:16:17 UTC (rev 146278)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-session
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="The LXQt session"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt" "lxqt-common")
-optdepends=(
-   "breeze-icons: Default icon theme"
-   "oxygen-icons: Alternative icon theme"
-   "sddm: The recommended display manager"
-)
-makedepends=("cmake" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "2aedbeef904c11679199bfcdbf141880082c4bbcbcdad2b89b47d5b833fe26d4"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr 
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-session/repos/community-i686/PKGBUILD (from rev 146277, 
lxqt-session/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 10:16:17 UTC (rev 146278)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-session
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="The LXQt session"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt" "lxqt-common")
+optdepends=(
+   "breeze-icons: Default icon theme"
+   "oxygen-icons: Alternative icon theme"
+   "sddm: The recommended display manager"
+)
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "2aedbeef904c11679199bfcdbf141880082c4bbcbcdad2b89b47d5b833fe26d4"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 10:16:11 UTC (rev 146277)
+++ community-x86_64/PKGBUILD   2015-11-06 10:16:17 UTC (rev 146278)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-session
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="The LXQt session"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt" "lxqt-common")
-optdepends=(
-   "breeze-icons: Default icon theme"
-   "oxygen-icons: Alternative icon theme"
-   "sddm: The recommended display manager"
-)
-makedepends=("cmake" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "2aedbeef904c11679199bfcdbf141880082c4bbcbcdad2b89b47d5b833fe26d4"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr 
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-session/repos/community-x86_64/PKGBUILD (from rev 146277, 
lxqt-session/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-06 10:16:17 UTC (rev 146278)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-session

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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 11:18:54
  Author: jleclanche
Revision: 146279

upgpkg: lxqt-powermanagement 0.10.0-2

Rebuild and use https for sources

Modified:
  lxqt-powermanagement/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 10:16:17 UTC (rev 146278)
+++ PKGBUILD2015-11-06 10:18:54 UTC (rev 146279)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-powermanagement
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="LXQt power management daemon"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -13,8 +13,8 @@
 makedepends=("cmake" "qt5-tools")
 install="$pkgname.install"
 source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
"85f67c1ee443f7a028a2bd63b9430fc55823a0cb9ce33cd23d97ccba31e05aa9"


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 11:19:00
  Author: jleclanche
Revision: 146280

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

Added:
  lxqt-powermanagement/repos/community-i686/PKGBUILD
(from rev 146279, lxqt-powermanagement/trunk/PKGBUILD)
  lxqt-powermanagement/repos/community-i686/lxqt-powermanagement.install
(from rev 146279, lxqt-powermanagement/trunk/lxqt-powermanagement.install)
  lxqt-powermanagement/repos/community-x86_64/PKGBUILD
(from rev 146279, lxqt-powermanagement/trunk/PKGBUILD)
  lxqt-powermanagement/repos/community-x86_64/lxqt-powermanagement.install
(from rev 146279, lxqt-powermanagement/trunk/lxqt-powermanagement.install)
Deleted:
  lxqt-powermanagement/repos/community-i686/PKGBUILD
  lxqt-powermanagement/repos/community-i686/lxqt-powermanagement.install
  lxqt-powermanagement/repos/community-x86_64/PKGBUILD
  lxqt-powermanagement/repos/community-x86_64/lxqt-powermanagement.install

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 10:18:54 UTC (rev 146279)
+++ community-i686/PKGBUILD 2015-11-06 10:19:00 UTC (rev 146280)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-powermanagement
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="LXQt power management daemon"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt" "qt5-svg" "hicolor-icon-theme" "solid" "xdg-utils")
-makedepends=("cmake" "qt5-tools")
-install="$pkgname.install"
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "85f67c1ee443f7a028a2bd63b9430fc55823a0cb9ce33cd23d97ccba31e05aa9"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-powermanagement/repos/community-i686/PKGBUILD (from rev 146279, 
lxqt-powermanagement/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 10:19:00 UTC (rev 146280)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-powermanagement
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="LXQt power management daemon"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt" "qt5-svg" "hicolor-icon-theme" "solid" "xdg-utils")
+makedepends=("cmake" "qt5-tools")
+install="$pkgname.install"
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "85f67c1ee443f7a028a2bd63b9430fc55823a0cb9ce33cd23d97ccba31e05aa9"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/lxqt-powermanagement.install
===
--- community-i686/lxqt-powermanagement.install 2015-11-06 10:18:54 UTC (rev 
146279)
+++ community-i686/lxqt-powermanagement.install 2015-11-06 10:19:00 UTC (rev 
146280)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: lxqt-powermanagement/repos/community-i686/lxqt-powermanagement.install 
(from rev 146279, lxqt-powermanagement/trunk/lxqt-powermanagement.install)
===
--- community-i686/lxqt-powermanagement.install (rev 0)
+++ community-i686/lxqt-powermanagement.install 2015-11-06 10:19:00 UTC (rev 
146280)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD

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

2015-11-06 Thread Sven-Hendrik Haase
Date: Friday, November 6, 2015 @ 11:32:57
  Author: svenstaro
Revision: 146282

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

Added:
  emscripten/repos/community-i686/PKGBUILD
(from rev 146281, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-i686/emscripten.install
(from rev 146281, emscripten/trunk/emscripten.install)
  emscripten/repos/community-i686/emscripten.sh
(from rev 146281, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 146281, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 146281, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 146281, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-i686/PKGBUILD
  emscripten/repos/community-i686/emscripten.install
  emscripten/repos/community-i686/emscripten.sh
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

-+
 /PKGBUILD   |  172 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   87 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   87 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 208 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 10:32:45 UTC (rev 146281)
+++ community-i686/PKGBUILD 2015-11-06 10:32:57 UTC (rev 146282)
@@ -1,87 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.35.2
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format"
-arch=('i686' 'x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure (optimized builds)'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha256sums=('56feaa3037ec72e2d5299b0a92d7e3b9e1da164db32338c1fe02fe3ca68d8adb'
-'3bbc7990138381b0cbdac39f83afee76fa143efe81dba4939c1f514dccc307a3'
-'5f7090fe66b9462e172cb7a889d9044aa301ffc946072293dd2b269973f358ce'
-'556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_EXAMPLES=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm 

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

2015-11-06 Thread Sven-Hendrik Haase
Date: Friday, November 6, 2015 @ 11:32:45
  Author: svenstaro
Revision: 146281

upgpkg: emscripten 1.35.7-1

upstream release 1.35.7

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 10:19:00 UTC (rev 146280)
+++ PKGBUILD2015-11-06 10:32:45 UTC (rev 146281)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.35.2
+pkgver=1.35.7
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format"
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha256sums=('56feaa3037ec72e2d5299b0a92d7e3b9e1da164db32338c1fe02fe3ca68d8adb'
-'3bbc7990138381b0cbdac39f83afee76fa143efe81dba4939c1f514dccc307a3'
-'5f7090fe66b9462e172cb7a889d9044aa301ffc946072293dd2b269973f358ce'
+sha256sums=('1714a7d1f125cfc48af656637d40d5a0e9fe360fc77710ee3594ece2ad1fc86b'
+'89875ba4c9f84d9d9d17d5a897b8c281c47a7f28e094d5f4f181d6a3a0269eaa'
+'9e046131aa17cac543729bc729785a7ee434ec4cb251226e90dbb0e3d018eef8'
 '556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
 
 prepare() {
@@ -55,7 +55,6 @@
 -DLLVM_BUILD_RUNTIME=OFF \
 -DLLVM_INCLUDE_EXAMPLES=OFF \
 -DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_EXAMPLES=OFF \
 -DCLANG_INCLUDE_TESTS=OFF
   make
 }


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

2015-11-06 Thread Balló György
Date: Friday, November 6, 2015 @ 09:54:56
  Author: bgyorgy
Revision: 146270

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

Added:
  mate-session-manager/repos/community-i686/PKGBUILD
(from rev 146269, mate-session-manager/trunk/PKGBUILD)
  mate-session-manager/repos/community-i686/mate-session-manager.install
(from rev 146269, mate-session-manager/trunk/mate-session-manager.install)
  mate-session-manager/repos/community-x86_64/PKGBUILD
(from rev 146269, mate-session-manager/trunk/PKGBUILD)
  mate-session-manager/repos/community-x86_64/mate-session-manager.install
(from rev 146269, 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-11-06 08:54:49 UTC (rev 146269)
+++ community-i686/PKGBUILD 2015-11-06 08:54:56 UTC (rev 146270)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-session-manager
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-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' 'pangox-compat' 'xmlto')
-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 146269, 
mate-session-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 08:54:56 UTC (rev 146270)
@@ -0,0 +1,41 @@
+# 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
+}

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

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

2015-11-06 Thread Balló György
Date: Friday, November 6, 2015 @ 09:54:49
  Author: bgyorgy
Revision: 146269

upgpkg: mate-session-manager 1.12.0-2

Add xtrans to makedepends (FS#46893)

Modified:
  mate-session-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 08:08:10 UTC (rev 146268)
+++ PKGBUILD2015-11-06 08:54:49 UTC (rev 146269)
@@ -4,7 +4,7 @@
 _pkgbase=mate-session-manager
 pkgname=(${_pkgbase})
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The MATE Session Handler (GTK2 version)"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 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' 'pangox-compat' 'xmlto')
+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'


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

2015-11-06 Thread Balló György
Date: Friday, November 6, 2015 @ 09:57:06
  Author: bgyorgy
Revision: 146272

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

Added:
  mate-session-manager-gtk3/repos/community-i686/PKGBUILD
(from rev 146271, mate-session-manager-gtk3/trunk/PKGBUILD)
  mate-session-manager-gtk3/repos/community-i686/mate-session-manager.install
(from rev 146271, 
mate-session-manager-gtk3/trunk/mate-session-manager.install)
  mate-session-manager-gtk3/repos/community-x86_64/PKGBUILD
(from rev 146271, mate-session-manager-gtk3/trunk/PKGBUILD)
  mate-session-manager-gtk3/repos/community-x86_64/mate-session-manager.install
(from rev 146271, 
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-11-06 08:56:59 UTC (rev 146271)
+++ community-i686/PKGBUILD 2015-11-06 08:57:06 UTC (rev 146272)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-session-manager
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-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' 'pangox-compat' 'xmlto')
-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 
146271, mate-session-manager-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 08:57:06 UTC (rev 146272)
@@ -0,0 +1,41 @@
+# 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}" 

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

2015-11-06 Thread Balló György
Date: Friday, November 6, 2015 @ 09:56:59
  Author: bgyorgy
Revision: 146271

upgpkg: mate-session-manager-gtk3 1.12.0-2

Add xtrans to makedepends (FS#46893)

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

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 08:54:56 UTC (rev 146270)
+++ PKGBUILD2015-11-06 08:56:59 UTC (rev 146271)
@@ -4,7 +4,7 @@
 _pkgbase=mate-session-manager
 pkgname=(${_pkgbase}-gtk3)
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The MATE Session Handler (GTK3 version [EXPERIMENTAL])"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 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' 'pangox-compat' 'xmlto')
+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'


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

2015-11-06 Thread Maxime Gauduin
Date: Friday, November 6, 2015 @ 12:08:04
  Author: alucryd
Revision: 250144

upgpkg: mkvtoolnix 8.5.2-1

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 04:43:53 UTC (rev 250143)
+++ PKGBUILD2015-11-06 11:08:04 UTC (rev 250144)
@@ -5,7 +5,7 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=8.5.1
+pkgver=8.5.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://www.bunkus.org/videotools/mkvtoolnix/'


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

2015-11-06 Thread Maxime Gauduin
Date: Friday, November 6, 2015 @ 12:08:26
  Author: alucryd
Revision: 250145

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

Added:
  mkvtoolnix/repos/extra-i686/PKGBUILD
(from rev 250144, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-i686/mkvtoolnix-gui.install
(from rev 250144, mkvtoolnix/trunk/mkvtoolnix-gui.install)
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
(from rev 250144, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix-gui.install
(from rev 250144, mkvtoolnix/trunk/mkvtoolnix-gui.install)
Deleted:
  mkvtoolnix/repos/extra-i686/PKGBUILD
  mkvtoolnix/repos/extra-i686/mkvtoolnix-gui.install
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix-gui.install

-+
 /PKGBUILD   |  122 ++
 /mkvtoolnix-gui.install |   30 
 extra-i686/PKGBUILD |   61 -
 extra-i686/mkvtoolnix-gui.install   |   15 
 extra-x86_64/PKGBUILD   |   61 -
 extra-x86_64/mkvtoolnix-gui.install |   15 
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-06 11:08:04 UTC (rev 250144)
+++ extra-i686/PKGBUILD 2015-11-06 11:08:26 UTC (rev 250145)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=8.5.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://www.bunkus.org/videotools/mkvtoolnix/'
-license=('GPL')
-makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
- 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
-source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
-md5sums=('2b4dec263148f9f6443cc060e0c608b6')
-
-build() {
-  cd mkvtoolnix-${pkgver}
-
-  ./configure --prefix='/usr' \
-  --without-curl \
-  --disable-qt
-  ./drake apps:mkvinfo $MAKEFLAGS
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix='/usr' \
-  --without-curl
-  ./drake $MAKEFLAGS
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc='Set of tools to create, edit and inspect Matroska files - CLI'
-  depends=('boost-libs' 'file' 'flac' 'libebml' 'libmatroska' 'libogg'
-   'libvorbis' 'zlib')
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
-  find "${pkgdir}" -name mkvtoolnix-gui* -delete
-}
-
-package_mkvtoolnix-gui() {
-  pkgdesc='Set of tools to create, edit and inspect Matroska files - GUI'
-  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
-   'qt5-base' 'shared-mime-info' 'xdg-utils')
-  replaces=('mkvtoolnix-gtk')
-  install='mkvtoolnix-gui.install'
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/locale
-  for t in mkv{extract,info,merge,propedit}; do
-find "${pkgdir}" -name $t* -delete
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 250144, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-06 11:08:26 UTC (rev 250145)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=8.5.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
+ 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
+md5sums=('2b4dec263148f9f6443cc060e0c608b6')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure --prefix='/usr' \
+  --without-curl \
+  --disable-qt
+  ./drake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure --prefix='/usr' \
+  --without-curl
+  ./drake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  pkgdesc='Set of tools to create, edit and inspect Matroska files - CLI'
+  depends=('boost-libs' 'file' 'flac' 'libebml' 'libmatroska' 'libogg'
+   'libvorbis' 'zlib')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+ 

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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 13:16:06
  Author: jleclanche
Revision: 146294

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

Added:
  pcmanfm-qt/repos/community-i686/PKGBUILD
(from rev 146293, pcmanfm-qt/trunk/PKGBUILD)
  pcmanfm-qt/repos/community-i686/pcmanfm-qt.install
(from rev 146293, pcmanfm-qt/trunk/pcmanfm-qt.install)
  pcmanfm-qt/repos/community-x86_64/PKGBUILD
(from rev 146293, pcmanfm-qt/trunk/PKGBUILD)
  pcmanfm-qt/repos/community-x86_64/pcmanfm-qt.install
(from rev 146293, pcmanfm-qt/trunk/pcmanfm-qt.install)
Deleted:
  pcmanfm-qt/repos/community-i686/PKGBUILD
  pcmanfm-qt/repos/community-i686/pcmanfm-qt.install
  pcmanfm-qt/repos/community-x86_64/PKGBUILD
  pcmanfm-qt/repos/community-x86_64/pcmanfm-qt.install

-+
 /PKGBUILD   |   78 ++
 /pcmanfm-qt.install |   22 +
 community-i686/PKGBUILD |   39 -
 community-i686/pcmanfm-qt.install   |   11 
 community-x86_64/PKGBUILD   |   39 -
 community-x86_64/pcmanfm-qt.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 12:16:00 UTC (rev 146293)
+++ community-i686/PKGBUILD 2015-11-06 12:16:06 UTC (rev 146294)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=pcmanfm-qt
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="The LXQt file manager, Qt port of PCManFM"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt" "libfm" "lxmenu-data")
-makedepends=("cmake" "qt5-tools")
-install="$pkgname.install"
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: pcmanfm-qt/repos/community-i686/PKGBUILD (from rev 146293, 
pcmanfm-qt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 12:16:06 UTC (rev 146294)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=pcmanfm-qt
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="The LXQt file manager, Qt port of PCManFM"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("liblxqt" "libfm" "lxmenu-data")
+makedepends=("cmake" "qt5-tools")
+install="$pkgname.install"
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/pcmanfm-qt.install
===
--- community-i686/pcmanfm-qt.install   2015-11-06 12:16:00 UTC (rev 146293)
+++ community-i686/pcmanfm-qt.install   2015-11-06 12:16:06 UTC (rev 146294)
@@ -1,11 +0,0 @@
-post_install() {
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install $1
-}
-
-post_remove() {
-   post_install $1
-}

Copied: pcmanfm-qt/repos/community-i686/pcmanfm-qt.install (from rev 146293, 
pcmanfm-qt/trunk/pcmanfm-qt.install)
===
--- community-i686/pcmanfm-qt.install   (rev 0)
+++ community-i686/pcmanfm-qt.install   2015-11-06 12:16:06 UTC (rev 146294)
@@ -0,0 +1,11 @@
+post_install() {
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 12:16:00 UTC (rev 146293)
+++ community-x86_64/PKGBUILD   2015-11-06 12:16:06 UTC (rev 146294)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=pcmanfm-qt
-pkgver=0.10.0
-pkgrel=1

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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 13:16:00
  Author: jleclanche
Revision: 146293

upgpkg: pcmanfm-qt 0.10.0-2

Rebuild and use https for sources

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 12:13:20 UTC (rev 146292)
+++ PKGBUILD2015-11-06 12:16:00 UTC (rev 146293)
@@ -3,7 +3,7 @@
 
 pkgname=pcmanfm-qt
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -13,8 +13,8 @@
 makedepends=("cmake" "qt5-tools")
 install="$pkgname.install"
 source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
"254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4"


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

2015-11-06 Thread Felix Yan
Date: Friday, November 6, 2015 @ 12:12:51
  Author: fyan
Revision: 146283

upgpkg: python-pygal 1:2.0.10-1

Modified:
  python-pygal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 10:32:57 UTC (rev 146282)
+++ PKGBUILD2015-11-06 11:12:51 UTC (rev 146283)
@@ -5,7 +5,7 @@
 pkgbase=python-pygal
 pkgname=('python-pygal' 'python2-pygal')
 epoch=1
-pkgver=2.0.9
+pkgver=2.0.10
 pkgrel=1
 pkgdesc='A Python SVG graph plotting library'
 arch=('any')


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

2015-11-06 Thread Anatol Pomozov
Date: Friday, November 6, 2015 @ 19:59:47
  Author: anatolik
Revision: 250163

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

Added:
  talloc/repos/testing-i686/
  talloc/repos/testing-i686/PKGBUILD
(from rev 250162, talloc/trunk/PKGBUILD)
  talloc/repos/testing-i686/fix_test_path.patch
(from rev 250162, talloc/trunk/fix_test_path.patch)
  talloc/repos/testing-x86_64/
  talloc/repos/testing-x86_64/PKGBUILD
(from rev 250162, talloc/trunk/PKGBUILD)
  talloc/repos/testing-x86_64/fix_test_path.patch
(from rev 250162, talloc/trunk/fix_test_path.patch)

+
 testing-i686/PKGBUILD  |   47 +++
 testing-i686/fix_test_path.patch   |   13 +
 testing-x86_64/PKGBUILD|   47 +++
 testing-x86_64/fix_test_path.patch |   13 +
 4 files changed, 120 insertions(+)

Copied: talloc/repos/testing-i686/PKGBUILD (from rev 250162, 
talloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-06 18:59:47 UTC (rev 250163)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski 
+
+pkgname=talloc
+pkgver=2.1.5
+pkgrel=1
+pkgdesc="Hierarchical pool based memory allocator with destructors"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://talloc.samba.org/;
+depends=('glibc')
+makedepends=('python2' 'docbook-xsl')
+optdepends=('python2: for python bindings')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc}
+fix_test_path.patch)
+sha1sums=('bdf3b3d8449e2c354f1ebc43d3e1058160eb4adb'
+  'SKIP'
+  '34132be289f9ce1c38c8b367def8d91ac7dbb706')
+validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-b...@samba.org
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 < ../fix_test_path.patch
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr \
+ --sysconfdir=/etc/samba \
+ --localstatedir=/var \
+ --bundled-libraries=NONE \
+ --builtin-libraries=replace \
+ --enable-talloc-compat1
+   make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: talloc/repos/testing-i686/fix_test_path.patch (from rev 250162, 
talloc/trunk/fix_test_path.patch)
===
--- testing-i686/fix_test_path.patch(rev 0)
+++ testing-i686/fix_test_path.patch2015-11-06 18:59:47 UTC (rev 250163)
@@ -0,0 +1,13 @@
+diff --git a/wscript b/wscript
+index 9cedbbf..4432a9a 100644
+--- a/wscript
 b/wscript
+@@ -158,7 +158,7 @@ def test(ctx):
+ cmd = os.path.join(Utils.g_module.blddir, 'talloc_testsuite')
+ ret = samba_utils.RUN_COMMAND(cmd)
+ print("testsuite returned %d" % ret)
+-magic_cmd = os.path.join(srcdir, 'lib', 'talloc',
++magic_cmd = os.path.join(srcdir,
+  'test_magic_differs.sh')
+ 
+ magic_ret = samba_utils.RUN_COMMAND(magic_cmd)

Copied: talloc/repos/testing-x86_64/PKGBUILD (from rev 250162, 
talloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-06 18:59:47 UTC (rev 250163)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski 
+
+pkgname=talloc
+pkgver=2.1.5
+pkgrel=1
+pkgdesc="Hierarchical pool based memory allocator with destructors"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://talloc.samba.org/;
+depends=('glibc')
+makedepends=('python2' 'docbook-xsl')
+optdepends=('python2: for python bindings')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc}
+fix_test_path.patch)
+sha1sums=('bdf3b3d8449e2c354f1ebc43d3e1058160eb4adb'
+  'SKIP'
+  '34132be289f9ce1c38c8b367def8d91ac7dbb706')
+validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-b...@samba.org
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 < ../fix_test_path.patch
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr \
+ --sysconfdir=/etc/samba \
+ --localstatedir=/var \
+ --bundled-libraries=NONE \
+ --builtin-libraries=replace \
+ --enable-talloc-compat1
+   make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: talloc/repos/testing-x86_64/fix_test_path.patch (from rev 250162, 
talloc/trunk/fix_test_path.patch)

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

2015-11-06 Thread Andreas Radke
Date: Friday, November 6, 2015 @ 20:00:11
  Author: andyrtr
Revision: 250164

upgpkg: man-db 2.7.5-1

upstream update 2.7.5

Modified:
  man-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 18:59:47 UTC (rev 250163)
+++ PKGBUILD2015-11-06 19:00:11 UTC (rev 250164)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=man-db
-pkgver=2.7.4
+pkgver=2.7.5
 pkgrel=1
 pkgdesc="A utility for reading man pages"
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 
source=(http://download-mirror.savannah.gnu.org/releases/man-db/$pkgname-$pkgver.tar.xz{,.sig}
 convert-mans
 man-db.{timer,service})
-md5sums=('1b400af5b03c7ac44769dbfdd28a86fc'
+md5sums=('37da0bb0400cc7b640f33c26f6052202'
  'SKIP'
  '2b7662a7d5b33fe91f9f3e034361a2f6'
  'df6d4f432e3e16c255c785fca1447346'


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

2015-11-06 Thread Andreas Radke
Date: Friday, November 6, 2015 @ 20:12:35
  Author: andyrtr
Revision: 250172

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

Added:
  xorg-xkbcomp/repos/extra-i686/PKGBUILD
(from rev 250171, xorg-xkbcomp/trunk/PKGBUILD)
  xorg-xkbcomp/repos/extra-x86_64/PKGBUILD
(from rev 250171, xorg-xkbcomp/trunk/PKGBUILD)
Deleted:
  xorg-xkbcomp/repos/extra-i686/PKGBUILD
  xorg-xkbcomp/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-06 19:12:24 UTC (rev 250171)
+++ extra-i686/PKGBUILD 2015-11-06 19:12:35 UTC (rev 250172)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Andreas Radke 
-
-pkgname=xorg-xkbcomp
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="X Keyboard description compiler"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxkbfile')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(${url}/releases/individual/app/xkbcomp-${pkgver}.tar.bz2{,.sig})
-sha256sums=('cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a'
-'SKIP')
-
-build() {
-  cd xkbcomp-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xkbcomp-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xkbcomp/repos/extra-i686/PKGBUILD (from rev 250171, 
xorg-xkbcomp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-06 19:12:35 UTC (rev 250172)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=xorg-xkbcomp
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="X Keyboard description compiler"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxkbfile')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(${url}/releases/individual/app/xkbcomp-${pkgver}.tar.bz2{,.sig})
+sha256sums=('0304dc9e0d4ac10831a9ef5d5419722375ddbc3eac3ff4413094d57bc1f1923d'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd xkbcomp-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xkbcomp-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-06 19:12:24 UTC (rev 250171)
+++ extra-x86_64/PKGBUILD   2015-11-06 19:12:35 UTC (rev 250172)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Andreas Radke 
-
-pkgname=xorg-xkbcomp
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="X Keyboard description compiler"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxkbfile')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(${url}/releases/individual/app/xkbcomp-${pkgver}.tar.bz2{,.sig})
-sha256sums=('cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a'
-'SKIP')
-
-build() {
-  cd xkbcomp-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xkbcomp-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xkbcomp/repos/extra-x86_64/PKGBUILD (from rev 250171, 
xorg-xkbcomp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-06 19:12:35 UTC (rev 250172)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=xorg-xkbcomp
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="X Keyboard description compiler"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxkbfile')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(${url}/releases/individual/app/xkbcomp-${pkgver}.tar.bz2{,.sig})
+sha256sums=('0304dc9e0d4ac10831a9ef5d5419722375ddbc3eac3ff4413094d57bc1f1923d'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 

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

2015-11-06 Thread Andreas Radke
Date: Friday, November 6, 2015 @ 20:12:24
  Author: andyrtr
Revision: 250171

upgpkg: xorg-xkbcomp 1.3.1-1

upstream update 1.3.1

Modified:
  xorg-xkbcomp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 19:08:49 UTC (rev 250170)
+++ PKGBUILD2015-11-06 19:12:24 UTC (rev 250171)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=xorg-xkbcomp
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="X Keyboard description compiler"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
 source=(${url}/releases/individual/app/xkbcomp-${pkgver}.tar.bz2{,.sig})
-sha256sums=('cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a'
+sha256sums=('0304dc9e0d4ac10831a9ef5d5419722375ddbc3eac3ff4413094d57bc1f1923d'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2015-11-06 Thread Jonathan Steel
Date: Friday, November 6, 2015 @ 20:23:50
  Author: jsteel
Revision: 146328

upgpkg: pixz 1.0.6-1

Modified:
  pixz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 18:02:27 UTC (rev 146327)
+++ PKGBUILD2015-11-06 19:23:50 UTC (rev 146328)
@@ -2,7 +2,7 @@
 # Contributor: Christian Krause ("wookietreiber") 

 
 pkgname=pixz
-pkgver=1.0.4
+pkgver=1.0.6
 pkgrel=1
 pkgdesc="Parallel, indexed xz compressor"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('libarchive')
 
source=(https://github.com/vasi/pixz/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('703ecce23cfc3804d0084b5ca9e9e279')
+md5sums=('1041ed269aa9ea58f1fb296c4a1e24f6')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-06 Thread Antonio Rojas
Date: Friday, November 6, 2015 @ 19:58:26
  Author: arojas
Revision: 250160

Update to 4.56

Modified:
  glpk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 18:45:26 UTC (rev 250159)
+++ PKGBUILD2015-11-06 18:58:26 UTC (rev 250160)
@@ -4,7 +4,7 @@
 # Additional contributors Senjin, Xavier, dundee
 
 pkgname=glpk
-pkgver=4.55
+pkgver=4.56
 pkgrel=1
 pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('glibc')
 source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('893058aada022a8dfc63c675ebcd7e7e86a3a363'
+sha1sums=('b9b0c9cd6fca4345abe546bd8f05ddfecc12ef69'
   'SKIP')
 validpgpkeys=('A2B56CCB42220C06481335BAD17BF2305981E818') # Andrew Makhorin
 


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

2015-11-06 Thread Anatol Pomozov
Date: Friday, November 6, 2015 @ 19:59:14
  Author: anatolik
Revision: 250162

upgpkg: talloc 2.1.5-1

Modified:
  talloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 18:59:13 UTC (rev 250161)
+++ PKGBUILD2015-11-06 18:59:14 UTC (rev 250162)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=talloc
-pkgver=2.1.4
+pkgver=2.1.5
 pkgrel=1
 pkgdesc="Hierarchical pool based memory allocator with destructors"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('python2: for python bindings')
 source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc}
 fix_test_path.patch)
-sha1sums=('1c5383249efc3ff3ff44c27c1263eb08ca731a7c'
+sha1sums=('bdf3b3d8449e2c354f1ebc43d3e1058160eb4adb'
   'SKIP'
   '34132be289f9ce1c38c8b367def8d91ac7dbb706')
 validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-b...@samba.org


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

2015-11-06 Thread Antonio Rojas
Date: Friday, November 6, 2015 @ 19:59:13
  Author: arojas
Revision: 250161

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

Added:
  glpk/repos/testing-i686/
  glpk/repos/testing-i686/PKGBUILD
(from rev 250160, glpk/trunk/PKGBUILD)
  glpk/repos/testing-x86_64/
  glpk/repos/testing-x86_64/PKGBUILD
(from rev 250160, glpk/trunk/PKGBUILD)

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

Copied: glpk/repos/testing-i686/PKGBUILD (from rev 250160, glpk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-06 18:59:13 UTC (rev 250161)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: bzklrm 
+# Additional contributors Senjin, Xavier, dundee
+
+pkgname=glpk
+pkgver=4.56
+pkgrel=1
+pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/glpk/glpk.html;
+license=('GPL')
+depends=('glibc')
+source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('b9b0c9cd6fca4345abe546bd8f05ddfecc12ef69'
+  'SKIP')
+validpgpkeys=('A2B56CCB42220C06481335BAD17BF2305981E818') # Andrew Makhorin
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+
+  if [ "$CARCH" == "x86_64" ]; then
+make CFLAGS="$CFLAGS -fPIC"
+  else
+make
+  fi
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 doc/glpk.pdf "${pkgdir}/usr/share/doc/glpk/glpk.pdf"
+  install -Dm644 doc/gmpl.pdf "${pkgdir}/usr/share/doc/glpk/gmpl.pdf"
+}

Copied: glpk/repos/testing-x86_64/PKGBUILD (from rev 250160, 
glpk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-06 18:59:13 UTC (rev 250161)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: bzklrm 
+# Additional contributors Senjin, Xavier, dundee
+
+pkgname=glpk
+pkgver=4.56
+pkgrel=1
+pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/glpk/glpk.html;
+license=('GPL')
+depends=('glibc')
+source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('b9b0c9cd6fca4345abe546bd8f05ddfecc12ef69'
+  'SKIP')
+validpgpkeys=('A2B56CCB42220C06481335BAD17BF2305981E818') # Andrew Makhorin
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+
+  if [ "$CARCH" == "x86_64" ]; then
+make CFLAGS="$CFLAGS -fPIC"
+  else
+make
+  fi
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 doc/glpk.pdf "${pkgdir}/usr/share/doc/glpk/glpk.pdf"
+  install -Dm644 doc/gmpl.pdf "${pkgdir}/usr/share/doc/glpk/gmpl.pdf"
+}


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

2015-11-06 Thread Andreas Radke
Date: Friday, November 6, 2015 @ 20:00:28
  Author: andyrtr
Revision: 250165

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

Added:
  man-db/repos/testing-i686/
  man-db/repos/testing-i686/PKGBUILD
(from rev 250164, man-db/trunk/PKGBUILD)
  man-db/repos/testing-i686/convert-mans
(from rev 250164, man-db/trunk/convert-mans)
  man-db/repos/testing-i686/man-db.install
(from rev 250164, man-db/trunk/man-db.install)
  man-db/repos/testing-i686/man-db.service
(from rev 250164, man-db/trunk/man-db.service)
  man-db/repos/testing-i686/man-db.timer
(from rev 250164, man-db/trunk/man-db.timer)
  man-db/repos/testing-x86_64/
  man-db/repos/testing-x86_64/PKGBUILD
(from rev 250164, man-db/trunk/PKGBUILD)
  man-db/repos/testing-x86_64/convert-mans
(from rev 250164, man-db/trunk/convert-mans)
  man-db/repos/testing-x86_64/man-db.install
(from rev 250164, man-db/trunk/man-db.install)
  man-db/repos/testing-x86_64/man-db.service
(from rev 250164, man-db/trunk/man-db.service)
  man-db/repos/testing-x86_64/man-db.timer
(from rev 250164, man-db/trunk/man-db.timer)

---+
 testing-i686/PKGBUILD |   68 
 testing-i686/convert-mans |   11 ++
 testing-i686/man-db.install   |   17 ++
 testing-i686/man-db.service   |   11 ++
 testing-i686/man-db.timer |7 
 testing-x86_64/PKGBUILD   |   68 
 testing-x86_64/convert-mans   |   11 ++
 testing-x86_64/man-db.install |   17 ++
 testing-x86_64/man-db.service |   11 ++
 testing-x86_64/man-db.timer   |7 
 10 files changed, 228 insertions(+)

Copied: man-db/repos/testing-i686/PKGBUILD (from rev 250164, 
man-db/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-06 19:00:28 UTC (rev 250165)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Sergej Pupykin 
+
+pkgname=man-db
+pkgver=2.7.5
+pkgrel=1
+pkgdesc="A utility for reading man pages"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/man-db/;
+license=('GPL' 'LGPL')
+groups=('base')
+depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less')
+optdepends=('gzip')
+backup=('etc/man_db.conf')
+conflicts=('man')
+provides=('man')
+replaces=('man')
+install=${pkgname}.install
+source=(http://download-mirror.savannah.gnu.org/releases/man-db/$pkgname-$pkgver.tar.xz{,.sig}
+convert-mans
+man-db.{timer,service})
+md5sums=('37da0bb0400cc7b640f33c26f6052202'
+ 'SKIP'
+ '2b7662a7d5b33fe91f9f3e034361a2f6'
+ 'df6d4f432e3e16c255c785fca1447346'
+ '36fb3f616e42a0e23cf7a4d284e640cd')
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # fix group in systemd tempfile
+  sed -i 's/man\ root/root\ root/' init/systemd/man-db.conf
+
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+   --with-db=gdbm \
+   --disable-setuid \
+   --enable-mandirs=GNU \
+   --with-sections="1 n l 8 3 0 2 5 4 9 6 7"
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # part of groff pkg
+  rm -f ${pkgdir}/usr/bin/zsoelim
+
+  # script from LFS to convert manpages, see
+  # http://www.linuxfromscratch.org/lfs/view/6.4/chapter06/man-db.html
+  install -D -m755 ${srcdir}/convert-mans  ${pkgdir}/usr/bin/convert-mans 
+
+  # install man-db update timer
+  install -D -m644 ${srcdir}/man-db.timer 
${pkgdir}/usr/lib/systemd/system/man-db.timer
+  install -D -m644 ${srcdir}/man-db.service 
${pkgdir}/usr/lib/systemd/system/man-db.service
+  install -d -m755 ${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+  ln -s ../man-db.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/man-db.timer
+}

Copied: man-db/repos/testing-i686/convert-mans (from rev 250164, 
man-db/trunk/convert-mans)
===
--- testing-i686/convert-mans   (rev 0)
+++ testing-i686/convert-mans   2015-11-06 19:00:28 UTC (rev 250165)
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+FROM="$1"
+TO="$2"
+shift ; shift
+while [ $# -gt 0 ]
+do
+FILE="$1"
+shift
+iconv -f "$FROM" -t "$TO" "$FILE" >.tmp.iconv
+mv .tmp.iconv "$FILE"
+done

Copied: man-db/repos/testing-i686/man-db.install (from rev 250164, 
man-db/trunk/man-db.install)
===
--- testing-i686/man-db.install (rev 0)
+++ testing-i686/man-db.install 2015-11-06 19:00:28 UTC (rev 250165)
@@ -0,0 +1,17 @@
+post_install() {
+  echo 

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

2015-11-06 Thread Antonio Rojas
Date: Friday, November 6, 2015 @ 20:01:16
  Author: arojas
Revision: 250166

Update to 3.2.7

Modified:
  eigen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 19:00:28 UTC (rev 250165)
+++ PKGBUILD2015-11-06 19:01:16 UTC (rev 250166)
@@ -4,7 +4,7 @@
 # Contributor: Kringel
 
 pkgname=eigen
-pkgver=3.2.6
+pkgver=3.2.7
 pkgrel=1
 pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra."
 arch=('any')
@@ -15,7 +15,7 @@
 replaces=('eigen3')
 provides=('eigen3')
 
source=("${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
-sha1sums=('90d221459e2e09aac67610bd3e3dfc9cb413ddd7')
+sha1sums=('6e22013ada087bc8ac07bcc0805c3dbb55f8e544')
 
 build() {
mkdir -p build


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

2015-11-06 Thread Antonio Rojas
Date: Friday, November 6, 2015 @ 20:01:42
  Author: arojas
Revision: 250167

archrelease: copy trunk to extra-any

Added:
  eigen/repos/extra-any/PKGBUILD
(from rev 250166, eigen/trunk/PKGBUILD)
Deleted:
  eigen/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-06 19:01:16 UTC (rev 250166)
+++ PKGBUILD2015-11-06 19:01:42 UTC (rev 250167)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Chirantan Ekbote 
-# Contributor: Kringel
-
-pkgname=eigen
-pkgver=3.2.6
-pkgrel=1
-pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra."
-arch=('any')
-url='http://eigen.tuxfamily.org'
-license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')
-makedepends=('cmake' 'pkg-config' 'freeglut' 'gcc-fortran' 'qt4' 'fftw')
-optdepends=('qt4: for example programs')
-replaces=('eigen3')
-provides=('eigen3')
-source=("${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
-sha1sums=('90d221459e2e09aac67610bd3e3dfc9cb413ddd7')
-
-build() {
-   mkdir -p build
-   cd build
-   cmake ../eigen-eigen-* \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-
-   # install custom licenses
-   install -Dm644 ../eigen-eigen-*/COPYING.MPL2 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm644 ../eigen-eigen-*/COPYING.BSD 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm644 ../eigen-eigen-*/COPYING.MINPACK 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: eigen/repos/extra-any/PKGBUILD (from rev 250166, eigen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-06 19:01:42 UTC (rev 250167)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Chirantan Ekbote 
+# Contributor: Kringel
+
+pkgname=eigen
+pkgver=3.2.7
+pkgrel=1
+pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra."
+arch=('any')
+url='http://eigen.tuxfamily.org'
+license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')
+makedepends=('cmake' 'pkg-config' 'freeglut' 'gcc-fortran' 'qt4' 'fftw')
+optdepends=('qt4: for example programs')
+replaces=('eigen3')
+provides=('eigen3')
+source=("${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
+sha1sums=('6e22013ada087bc8ac07bcc0805c3dbb55f8e544')
+
+build() {
+   mkdir -p build
+   cd build
+   cmake ../eigen-eigen-* \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+
+   # install custom licenses
+   install -Dm644 ../eigen-eigen-*/COPYING.MPL2 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 ../eigen-eigen-*/COPYING.BSD 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 ../eigen-eigen-*/COPYING.MINPACK 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in xf86-input-synaptics/repos (6 files)

2015-11-06 Thread Andreas Radke
Date: Friday, November 6, 2015 @ 20:08:49
  Author: andyrtr
Revision: 250170

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

Added:
  xf86-input-synaptics/repos/testing-i686/
  xf86-input-synaptics/repos/testing-i686/PKGBUILD
(from rev 250169, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/testing-i686/add_tapbuttons.diff
(from rev 250169, xf86-input-synaptics/trunk/add_tapbuttons.diff)
  xf86-input-synaptics/repos/testing-x86_64/
  xf86-input-synaptics/repos/testing-x86_64/PKGBUILD
(from rev 250169, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/testing-x86_64/add_tapbuttons.diff
(from rev 250169, xf86-input-synaptics/trunk/add_tapbuttons.diff)

+
 testing-i686/PKGBUILD  |   42 +++
 testing-i686/add_tapbuttons.diff   |   17 ++
 testing-x86_64/PKGBUILD|   42 +++
 testing-x86_64/add_tapbuttons.diff |   17 ++
 4 files changed, 118 insertions(+)

Copied: xf86-input-synaptics/repos/testing-i686/PKGBUILD (from rev 250169, 
xf86-input-synaptics/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-06 19:08:49 UTC (rev 250170)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Powalowski  
+# Contributor: Thomas Bächler 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-input-synaptics
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="Synaptics driver for notebook touchpads"
+arch=('i686' 'x86_64')
+license=('MIT')
+url="http://xorg.freedesktop.org/;
+depends=('libxtst' 'mtdev' 'libevdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21.1' 
'X-ABI-XINPUT_VERSION>=22')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+add_tapbuttons.diff)
+sha256sums=('d39f100c74f3673778b53f17bab7690161925e25dd998a15dd8cc69b52e83f01'
+'5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # * upstream disabled tapping by default if a physical left button is 
present - see FS#33282
+  # * enable MatchDevicePath directive by default - FS#33291
+  patch -Np1 -i ${srcdir}/add_tapbuttons.diff
+  
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-input-synaptics/repos/testing-i686/add_tapbuttons.diff (from rev 
250169, xf86-input-synaptics/trunk/add_tapbuttons.diff)
===
--- testing-i686/add_tapbuttons.diff(rev 0)
+++ testing-i686/add_tapbuttons.diff2015-11-06 19:08:49 UTC (rev 250170)
@@ -0,0 +1,17 @@
+--- a/conf/50-synaptics.conf   2012-05-11 01:01:10.0 +0200
 b/conf/50-synaptics.conf.new   2013-01-05 14:20:21.959670353 +0100
+@@ -11,10 +11,13 @@
+ Identifier "touchpad catchall"
+ Driver "synaptics"
+ MatchIsTouchpad "on"
++Option "TapButton1" "1"
++Option "TapButton2" "2"
++Option "TapButton3" "3"
+ # This option is recommend on all Linux systems using evdev, but cannot be
+ # enabled by default. See the following link for details:
+ # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
+-#   MatchDevicePath "/dev/input/event*"
++MatchDevicePath "/dev/input/event*"
+ EndSection
+ 
+ Section "InputClass"

Copied: xf86-input-synaptics/repos/testing-x86_64/PKGBUILD (from rev 250169, 
xf86-input-synaptics/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-06 19:08:49 UTC (rev 250170)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Powalowski  
+# Contributor: Thomas Bächler 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-input-synaptics
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="Synaptics driver for notebook touchpads"
+arch=('i686' 'x86_64')
+license=('MIT')
+url="http://xorg.freedesktop.org/;
+depends=('libxtst' 'mtdev' 'libevdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21.1' 

[arch-commits] Commit in xf86-input-synaptics/trunk (PKGBUILD)

2015-11-06 Thread Andreas Radke
Date: Friday, November 6, 2015 @ 20:08:40
  Author: andyrtr
Revision: 250169

upgpkg: xf86-input-synaptics 1.8.3-1

upstream update 1.8.3

Modified:
  xf86-input-synaptics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 19:03:18 UTC (rev 250168)
+++ PKGBUILD2015-11-06 19:08:40 UTC (rev 250169)
@@ -5,15 +5,15 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xf86-input-synaptics
-pkgver=1.8.2
-pkgrel=2
+pkgver=1.8.3
+pkgrel=1
 pkgdesc="Synaptics driver for notebook touchpads"
 arch=('i686' 'x86_64')
 license=('MIT')
 url="http://xorg.freedesktop.org/;
 depends=('libxtst' 'mtdev' 'libevdev')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 
'X-ABI-XINPUT_VERSION>=22')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21.1' 
'X-ABI-XINPUT_VERSION>=22')
 replaces=('synaptics')
 provides=('synaptics')
 conflicts=('synaptics')
@@ -20,7 +20,7 @@
 groups=('xorg-drivers' 'xorg')
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 add_tapbuttons.diff)
-sha256sums=('7b0e164ebd02a680e0c695955e783059f37edb0c2656398e0a972adc8e698c80'
+sha256sums=('d39f100c74f3673778b53f17bab7690161925e25dd998a15dd8cc69b52e83f01'
 '5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
 
 build() {


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

2015-11-06 Thread Jonathan Steel
Date: Friday, November 6, 2015 @ 20:24:08
  Author: jsteel
Revision: 146329

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 19:23:50 UTC (rev 146328)
+++ community-i686/PKGBUILD 2015-11-06 19:24:08 UTC (rev 146329)
@@ -1,30 +0,0 @@
-# Maintainer:  Jonathan Steel 
-# Contributor: Christian Krause ("wookietreiber") 

-
-pkgname=pixz
-pkgver=1.0.4
-pkgrel=1
-pkgdesc="Parallel, indexed xz compressor"
-arch=('i686' 'x86_64')
-url="https://github.com/vasi/pixz;
-license=('custom')
-depends=('libarchive')
-source=(https://github.com/vasi/pixz/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('703ecce23cfc3804d0084b5ca9e9e279')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: pixz/repos/community-i686/PKGBUILD (from rev 146328, 
pixz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 19:24:08 UTC (rev 146329)
@@ -0,0 +1,30 @@
+# Maintainer:  Jonathan Steel 
+# Contributor: Christian Krause ("wookietreiber") 

+
+pkgname=pixz
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="Parallel, indexed xz compressor"
+arch=('i686' 'x86_64')
+url="https://github.com/vasi/pixz;
+license=('custom')
+depends=('libarchive')
+source=(https://github.com/vasi/pixz/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('1041ed269aa9ea58f1fb296c4a1e24f6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 19:23:50 UTC (rev 146328)
+++ community-x86_64/PKGBUILD   2015-11-06 19:24:08 UTC (rev 146329)
@@ -1,30 +0,0 @@
-# Maintainer:  Jonathan Steel 
-# Contributor: Christian Krause ("wookietreiber") 

-
-pkgname=pixz
-pkgver=1.0.4
-pkgrel=1
-pkgdesc="Parallel, indexed xz compressor"
-arch=('i686' 'x86_64')
-url="https://github.com/vasi/pixz;
-license=('custom')
-depends=('libarchive')
-source=(https://github.com/vasi/pixz/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('703ecce23cfc3804d0084b5ca9e9e279')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: pixz/repos/community-x86_64/PKGBUILD (from rev 146328, 
pixz/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-06 19:24:08 UTC (rev 146329)
@@ -0,0 +1,30 @@
+# Maintainer:  Jonathan Steel 
+# Contributor: Christian Krause ("wookietreiber") 

+
+pkgname=pixz
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="Parallel, indexed xz compressor"
+arch=('i686' 'x86_64')
+url="https://github.com/vasi/pixz;
+license=('custom')
+depends=('libarchive')
+source=(https://github.com/vasi/pixz/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('1041ed269aa9ea58f1fb296c4a1e24f6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-11-06 Thread Jan Steffens
Date: Friday, November 6, 2015 @ 15:38:20
  Author: heftig
Revision: 250147

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

Added:
  python-systemd/repos/extra-i686/PKGBUILD
(from rev 250146, python-systemd/trunk/PKGBUILD)
  python-systemd/repos/extra-x86_64/PKGBUILD
(from rev 250146, python-systemd/trunk/PKGBUILD)
Deleted:
  python-systemd/repos/extra-i686/PKGBUILD
  python-systemd/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-06 14:38:00 UTC (rev 250146)
+++ extra-i686/PKGBUILD 2015-11-06 14:38:20 UTC (rev 250147)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-pkgbase=python-systemd
-pkgname=(python-systemd python2-systemd)
-pkgver=230
-pkgrel=2
-_commit=b71b8b64ebb28ddbf1130e9127f1e9fc5fb6117f
-pkgdesc="Python bindings for systemd"
-arch=(i686 x86_64)
-url="https://github.com/systemd/python-systemd;
-license=(LGPL)
-makedepends=(systemd python python2 git)
-source=("$pkgbase::git+${url}#commit=${_commit}")
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a $pkgbase python2
-  mv $pkgbase python3
-}
-
-build() {
-  cd python3
-  make PYTHON=/usr/bin/python3
-
-  cd ../python2
-  make PYTHON=/usr/bin/python2
-}
-
-package_python-systemd() {
-  depends=(python3 libsystemd)
-
-  cd python3
-  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-systemd() {
-  depends=(python2 libsystemd)
-
-  cd python2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-systemd/repos/extra-i686/PKGBUILD (from rev 250146, 
python-systemd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-06 14:38:20 UTC (rev 250147)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+pkgbase=python-systemd
+pkgname=(python-systemd python2-systemd)
+pkgver=231
+pkgrel=1
+_commit=b71b8b64ebb28ddbf1130e9127f1e9fc5fb6117f
+pkgdesc="Python bindings for systemd"
+arch=(i686 x86_64)
+url="https://github.com/systemd/python-systemd;
+license=(LGPL)
+makedepends=(systemd python python2 git)
+source=("$pkgbase::git+${url}#tag=v${pkgver}")
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a $pkgbase python2
+  mv $pkgbase python3
+}
+
+build() {
+  cd python3
+  make PYTHON=/usr/bin/python3
+
+  cd ../python2
+  make PYTHON=/usr/bin/python2
+}
+
+package_python-systemd() {
+  depends=(python3 libsystemd)
+
+  cd python3
+  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-systemd() {
+  depends=(python2 libsystemd)
+
+  cd python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-06 14:38:00 UTC (rev 250146)
+++ extra-x86_64/PKGBUILD   2015-11-06 14:38:20 UTC (rev 250147)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-pkgbase=python-systemd
-pkgname=(python-systemd python2-systemd)
-pkgver=230
-pkgrel=2
-_commit=b71b8b64ebb28ddbf1130e9127f1e9fc5fb6117f
-pkgdesc="Python bindings for systemd"
-arch=(i686 x86_64)
-url="https://github.com/systemd/python-systemd;
-license=(LGPL)
-makedepends=(systemd python python2 git)
-source=("$pkgbase::git+${url}#commit=${_commit}")
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a $pkgbase python2
-  mv $pkgbase python3
-}
-
-build() {
-  cd python3
-  make PYTHON=/usr/bin/python3
-
-  cd ../python2
-  make PYTHON=/usr/bin/python2
-}
-
-package_python-systemd() {
-  depends=(python3 libsystemd)
-
-  cd python3
-  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-systemd() {
-  depends=(python2 libsystemd)
-
-  cd python2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-systemd/repos/extra-x86_64/PKGBUILD (from rev 250146, 
python-systemd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-06 14:38:20 UTC (rev 250147)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+pkgbase=python-systemd
+pkgname=(python-systemd python2-systemd)
+pkgver=231
+pkgrel=1
+_commit=b71b8b64ebb28ddbf1130e9127f1e9fc5fb6117f
+pkgdesc="Python bindings for systemd"
+arch=(i686 x86_64)
+url="https://github.com/systemd/python-systemd;
+license=(LGPL)
+makedepends=(systemd 

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

2015-11-06 Thread Jan Steffens
Date: Friday, November 6, 2015 @ 15:38:00
  Author: heftig
Revision: 250146

231

Modified:
  python-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 11:08:26 UTC (rev 250145)
+++ PKGBUILD2015-11-06 14:38:00 UTC (rev 250146)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 pkgbase=python-systemd
 pkgname=(python-systemd python2-systemd)
-pkgver=230
-pkgrel=2
+pkgver=231
+pkgrel=1
 _commit=b71b8b64ebb28ddbf1130e9127f1e9fc5fb6117f
 pkgdesc="Python bindings for systemd"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 url="https://github.com/systemd/python-systemd;
 license=(LGPL)
 makedepends=(systemd python python2 git)
-source=("$pkgbase::git+${url}#commit=${_commit}")
+source=("$pkgbase::git+${url}#tag=v${pkgver}")
 sha256sums=('SKIP')
 
 prepare() {


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

2015-11-06 Thread Andreas Radke
Date: Friday, November 6, 2015 @ 16:24:24
  Author: andyrtr
Revision: 250148

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

Added:
  libreoffice-still/repos/extra-i686/PKGBUILD
(from rev 250147, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/extra-i686/libreoffice-still.csh
(from rev 250147, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/extra-i686/libreoffice-still.install
(from rev 250147, libreoffice-still/trunk/libreoffice-still.install)
  libreoffice-still/repos/extra-i686/libreoffice-still.sh
(from rev 250147, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 250147, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/extra-x86_64/PKGBUILD
(from rev 250147, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/extra-x86_64/libreoffice-still.csh
(from rev 250147, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/extra-x86_64/libreoffice-still.install
(from rev 250147, libreoffice-still/trunk/libreoffice-still.install)
  libreoffice-still/repos/extra-x86_64/libreoffice-still.sh
(from rev 250147, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 250147, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-still/repos/extra-i686/PKGBUILD
  libreoffice-still/repos/extra-i686/libreoffice-still.csh
  libreoffice-still/repos/extra-i686/libreoffice-still.install
  libreoffice-still/repos/extra-i686/libreoffice-still.sh
  
libreoffice-still/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice-still/repos/extra-x86_64/PKGBUILD
  libreoffice-still/repos/extra-x86_64/libreoffice-still.csh
  libreoffice-still/repos/extra-x86_64/libreoffice-still.install
  libreoffice-still/repos/extra-x86_64/libreoffice-still.sh
  
libreoffice-still/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff

---+
 /PKGBUILD |  758 
++
 /libreoffice-still.csh|   12 
 /libreoffice-still.install|   26 
 /libreoffice-still.sh |   12 
 /make-pyuno-work-with-system-wide-module-install.diff |   88 +
 extra-i686/PKGBUILD   |  376 
 extra-i686/libreoffice-still.csh  |6 
 extra-i686/libreoffice-still.install  |   13 
 extra-i686/libreoffice-still.sh   |6 
 extra-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 extra-x86_64/PKGBUILD |  376 
 extra-x86_64/libreoffice-still.csh|6 
 extra-x86_64/libreoffice-still.install|   13 
 extra-x86_64/libreoffice-still.sh |6 
 extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 
 15 files changed, 896 insertions(+), 890 deletions(-)

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


[arch-commits] Commit in (4 files)

2015-11-06 Thread Felix Yan
Date: Friday, November 6, 2015 @ 17:13:52
  Author: fyan
Revision: 146306

addpkg: python-nose-exclude 0.4.1-1

Added:
  python-nose-exclude/
  python-nose-exclude/repos/
  python-nose-exclude/trunk/
  python-nose-exclude/trunk/PKGBUILD

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

Added: python-nose-exclude/trunk/PKGBUILD
===
--- python-nose-exclude/trunk/PKGBUILD  (rev 0)
+++ python-nose-exclude/trunk/PKGBUILD  2015-11-06 16:13:52 UTC (rev 146306)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-nose-exclude
+pkgname=("python-nose-exclude" "python2-nose-exclude")
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Exclude specific directories from nosetests runs"
+arch=('any')
+url="https://github.com/kgrandis/nose-exclude;
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-nose' 
'python2-nose' 'git')
+source=("git+https://github.com/kgrandis/nose-exclude.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a "nose-exclude"{,-py2}
+}
+
+build() {
+  cd "$srcdir/nose-exclude"
+  python setup.py build
+
+  cd "$srcdir/nose-exclude-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/nose-exclude"
+  python setup.py test
+
+  cd "$srcdir/nose-exclude-py2"
+  python2 setup.py test
+}
+
+package_python-nose-exclude() {
+  depends=('python-nose')
+
+  cd nose-exclude
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-nose-exclude() {
+  depends=('python2-nose')
+
+  cd nose-exclude-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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


[arch-commits] Commit in python-nose-exclude/repos (2 files)

2015-11-06 Thread Felix Yan
Date: Friday, November 6, 2015 @ 17:14:13
  Author: fyan
Revision: 146307

archrelease: copy trunk to community-any

Added:
  python-nose-exclude/repos/community-any/
  python-nose-exclude/repos/community-any/PKGBUILD
(from rev 146306, python-nose-exclude/trunk/PKGBUILD)

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

Copied: python-nose-exclude/repos/community-any/PKGBUILD (from rev 146306, 
python-nose-exclude/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-06 16:14:13 UTC (rev 146307)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-nose-exclude
+pkgname=("python-nose-exclude" "python2-nose-exclude")
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Exclude specific directories from nosetests runs"
+arch=('any')
+url="https://github.com/kgrandis/nose-exclude;
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-nose' 
'python2-nose' 'git')
+source=("git+https://github.com/kgrandis/nose-exclude.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a "nose-exclude"{,-py2}
+}
+
+build() {
+  cd "$srcdir/nose-exclude"
+  python setup.py build
+
+  cd "$srcdir/nose-exclude-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/nose-exclude"
+  python setup.py test
+
+  cd "$srcdir/nose-exclude-py2"
+  python2 setup.py test
+}
+
+package_python-nose-exclude() {
+  depends=('python-nose')
+
+  cd nose-exclude
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-nose-exclude() {
+  depends=('python2-nose')
+
+  cd nose-exclude-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in (4 files)

2015-11-06 Thread Felix Yan
Date: Friday, November 6, 2015 @ 17:29:38
  Author: fyan
Revision: 146308

addpkg: python-venusian 1.0-1

Added:
  python-venusian/
  python-venusian/repos/
  python-venusian/trunk/
  python-venusian/trunk/PKGBUILD

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

Added: python-venusian/trunk/PKGBUILD
===
--- python-venusian/trunk/PKGBUILD  (rev 0)
+++ python-venusian/trunk/PKGBUILD  2015-11-06 16:29:38 UTC (rev 146308)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-venusian
+pkgname=('python-venusian' 'python2-venusian')
+pkgver=1.0
+pkgrel=1
+pkgdesc="A library for deferring decorator actions"
+arch=('any')
+license=('custom:BSD')
+url="http://pylonsproject.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose-exclude' 'python2-nose-exclude')
+source=("git+https://github.com/Pylons/venusian.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a venusian{,-py2}
+}
+
+build() {
+  cd "$srcdir/venusian"
+  python setup.py build
+
+  cd "$srcdir/venusian-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/venusian"
+  python setup.py nosetests
+
+  cd "$srcdir/venusian-py2"
+  python2 setup.py nosetests
+}
+
+package_python-venusian() {
+  depends=('python')
+
+  cd venusian
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
+
+package_python2-venusian() {
+  depends=('python2')
+
+  cd venusian-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}


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


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

2015-11-06 Thread Felix Yan
Date: Friday, November 6, 2015 @ 17:30:10
  Author: fyan
Revision: 146309

archrelease: copy trunk to community-any

Added:
  python-venusian/repos/community-any/
  python-venusian/repos/community-any/PKGBUILD
(from rev 146308, python-venusian/trunk/PKGBUILD)

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

Copied: python-venusian/repos/community-any/PKGBUILD (from rev 146308, 
python-venusian/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-06 16:30:10 UTC (rev 146309)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-venusian
+pkgname=('python-venusian' 'python2-venusian')
+pkgver=1.0
+pkgrel=1
+pkgdesc="A library for deferring decorator actions"
+arch=('any')
+license=('custom:BSD')
+url="http://pylonsproject.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose-exclude' 'python2-nose-exclude')
+source=("git+https://github.com/Pylons/venusian.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a venusian{,-py2}
+}
+
+build() {
+  cd "$srcdir/venusian"
+  python setup.py build
+
+  cd "$srcdir/venusian-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/venusian"
+  python setup.py nosetests
+
+  cd "$srcdir/venusian-py2"
+  python2 setup.py nosetests
+}
+
+package_python-venusian() {
+  depends=('python')
+
+  cd venusian
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
+
+package_python2-venusian() {
+  depends=('python2')
+
+  cd venusian-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}


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

2015-11-06 Thread Jan Steffens
Date: Friday, November 6, 2015 @ 17:48:41
  Author: heftig
Revision: 250149

FS#46572 whitespace

Modified:
  pulseaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 15:24:24 UTC (rev 250148)
+++ PKGBUILD2015-11-06 16:48:41 UTC (rev 250149)
@@ -69,11 +69,11 @@
   cd "$pkgdir"
   patch -Np1 -i "$srcdir/padsp-lib32.patch"
 
-  sed -e '/flat-volumes/iflat-volumes=no' \
+  sed -e '/flat-volumes/iflat-volumes = no' \
   -i etc/pulse/daemon.conf
 
   # Superseded by socket activation
-  sed -e '/autospawn/iautospawn=no' \
+  sed -e '/autospawn/iautospawn = no' \
   -i etc/pulse/client.conf
 
   # Disable cork-request module, can result in e.g. media players unpausing


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 13:13:20
  Author: jleclanche
Revision: 146292

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

Added:
  lxqt-qtplugin/repos/community-i686/PKGBUILD
(from rev 146291, lxqt-qtplugin/trunk/PKGBUILD)
  lxqt-qtplugin/repos/community-x86_64/PKGBUILD
(from rev 146291, lxqt-qtplugin/trunk/PKGBUILD)
Deleted:
  lxqt-qtplugin/repos/community-i686/PKGBUILD
  lxqt-qtplugin/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 12:13:13 UTC (rev 146291)
+++ community-i686/PKGBUILD 2015-11-06 12:13:20 UTC (rev 146292)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-qtplugin
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="LXQt platform integration for Qt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("libdbusmenu-qt5" "qt5-base")
-makedepends=("cmake" "liblxqt" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr 
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-qtplugin/repos/community-i686/PKGBUILD (from rev 146291, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 12:13:20 UTC (rev 146292)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt platform integration for Qt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "qt5-base")
+makedepends=("cmake" "liblxqt" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 12:13:13 UTC (rev 146291)
+++ community-x86_64/PKGBUILD   2015-11-06 12:13:20 UTC (rev 146292)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-qtplugin
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="LXQt platform integration for Qt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("libdbusmenu-qt5" "qt5-base")
-makedepends=("cmake" "liblxqt" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr 
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-qtplugin/repos/community-x86_64/PKGBUILD (from rev 146291, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-06 12:13:20 UTC (rev 146292)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt platform integration for Qt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "qt5-base")
+makedepends=("cmake" "liblxqt" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   

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

2015-11-06 Thread Jaroslav Lichtblau
Date: Friday, November 6, 2015 @ 18:20:42
  Author: jlichtblau
Revision: 146313

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

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

+
 /PKGBUILD  |  132 +++
 /syncthing.install |   24 ++
 community-i686/PKGBUILD|   66 -
 community-i686/syncthing.install   |   12 ---
 community-x86_64/PKGBUILD  |   66 -
 community-x86_64/syncthing.install |   12 ---
 6 files changed, 156 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 17:20:25 UTC (rev 146312)
+++ community-i686/PKGBUILD 2015-11-06 17:20:42 UTC (rev 146313)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-arch=('i686' 'x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-install=$pkgname.install
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"
-  install -d "src/github.com/syncthing"
-  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  if [ ${CARCH}" == "i686" ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${CARCH}" == "x86_64" ] ; then
-  go run build.go -no-upgrade -goarch amd64 build
-  else
-  go run build.go -no-upgrade build
-  fi
-}
-
-check() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  #go run build.go -no-upgrade test
-}
-
-package() {
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-# license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-# man pages
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man7/$file
-  done
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 146312, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 17:20:42 UTC (rev 146313)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.12.1
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+arch=('i686' 'x86_64')
+url="http://syncthing.net/;
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+install=$pkgname.install
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"
+  install -d "src/github.com/syncthing"
+  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+  export GOPATH="${srcdir}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  if [ ${CARCH}" == "i686" ] ; then
+  go run build.go -no-upgrade -goarch 

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

2015-11-06 Thread Jaroslav Lichtblau
Date: Friday, November 6, 2015 @ 18:20:25
  Author: jlichtblau
Revision: 146312

upgpkg: syncthing 0.12.1-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 17:18:31 UTC (rev 146311)
+++ PKGBUILD2015-11-06 17:20:25 UTC (rev 146312)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=syncthing
-pkgver=0.12.0
+pkgver=0.12.1
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 arch=('i686' 'x86_64')


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 13:17:23
  Author: jleclanche
Revision: 146295

upgpkg: lxqt-policykit 0.10.0-2

Rebuild and use https for sources

Modified:
  lxqt-policykit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 12:16:06 UTC (rev 146294)
+++ PKGBUILD2015-11-06 12:17:23 UTC (rev 146295)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-policykit
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt policykit authentication agent"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -12,8 +12,8 @@
 depends=("liblxqt" "polkit-qt5")
 makedepends=("cmake" "qt5-tools")
 source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
"c8a1843d30697030ecdcf6d328351f954c0349633106d389e2d2e678176c28ce"


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 13:17:30
  Author: jleclanche
Revision: 146296

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

Added:
  lxqt-policykit/repos/community-i686/PKGBUILD
(from rev 146295, lxqt-policykit/trunk/PKGBUILD)
  lxqt-policykit/repos/community-x86_64/PKGBUILD
(from rev 146295, lxqt-policykit/trunk/PKGBUILD)
Deleted:
  lxqt-policykit/repos/community-i686/PKGBUILD
  lxqt-policykit/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 12:17:23 UTC (rev 146295)
+++ community-i686/PKGBUILD 2015-11-06 12:17:30 UTC (rev 146296)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-policykit
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="The LXQt policykit authentication agent"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt" "polkit-qt5")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "c8a1843d30697030ecdcf6d328351f954c0349633106d389e2d2e678176c28ce"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr 
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-policykit/repos/community-i686/PKGBUILD (from rev 146295, 
lxqt-policykit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 12:17:30 UTC (rev 146296)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-policykit
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="The LXQt policykit authentication agent"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt" "polkit-qt5")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "c8a1843d30697030ecdcf6d328351f954c0349633106d389e2d2e678176c28ce"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 12:17:23 UTC (rev 146295)
+++ community-x86_64/PKGBUILD   2015-11-06 12:17:30 UTC (rev 146296)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-policykit
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="The LXQt policykit authentication agent"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt" "polkit-qt5")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "c8a1843d30697030ecdcf6d328351f954c0349633106d389e2d2e678176c28ce"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr 
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-policykit/repos/community-x86_64/PKGBUILD (from rev 146295, 
lxqt-policykit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-06 12:17:30 UTC (rev 146296)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-policykit
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="The LXQt policykit authentication agent"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt" "polkit-qt5")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   

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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 13:10:38
  Author: jleclanche
Revision: 146286

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

Added:
  lxqt-about/repos/community-i686/PKGBUILD
(from rev 146285, lxqt-about/trunk/PKGBUILD)
  lxqt-about/repos/community-x86_64/PKGBUILD
(from rev 146285, lxqt-about/trunk/PKGBUILD)
Deleted:
  lxqt-about/repos/community-i686/PKGBUILD
  lxqt-about/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 12:10:21 UTC (rev 146285)
+++ community-i686/PKGBUILD 2015-11-06 12:10:38 UTC (rev 146286)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-about
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="LXQt about dialog."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "d308f228d1cc72d2cc9acec608adc31cdf9182feded0e9ca8dd2691d227f28fa"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-about/repos/community-i686/PKGBUILD (from rev 146285, 
lxqt-about/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 12:10:38 UTC (rev 146286)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-about
+pkgver=0.10.0
+pkgrel=3
+pkgdesc="LXQt about dialog."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "d308f228d1cc72d2cc9acec608adc31cdf9182feded0e9ca8dd2691d227f28fa"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 12:10:21 UTC (rev 146285)
+++ community-x86_64/PKGBUILD   2015-11-06 12:10:38 UTC (rev 146286)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-about
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="LXQt about dialog."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "d308f228d1cc72d2cc9acec608adc31cdf9182feded0e9ca8dd2691d227f28fa"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-about/repos/community-x86_64/PKGBUILD (from rev 146285, 
lxqt-about/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-06 12:10:38 UTC (rev 146286)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-about
+pkgver=0.10.0
+pkgrel=3
+pkgdesc="LXQt about dialog."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "d308f228d1cc72d2cc9acec608adc31cdf9182feded0e9ca8dd2691d227f28fa"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+  

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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 13:11:28
  Author: jleclanche
Revision: 146288

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

Added:
  lxqt-sudo/repos/community-i686/PKGBUILD
(from rev 146287, lxqt-sudo/trunk/PKGBUILD)
  lxqt-sudo/repos/community-x86_64/PKGBUILD
(from rev 146287, lxqt-sudo/trunk/PKGBUILD)
Deleted:
  lxqt-sudo/repos/community-i686/PKGBUILD
  lxqt-sudo/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 12:11:21 UTC (rev 146287)
+++ community-i686/PKGBUILD 2015-11-06 12:11:28 UTC (rev 146288)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-sudo
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="LXQt privilege program (lxsu)."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "3b65fb9dc7b3b866a5fb090b16839308a15998ee30dfb28fae3c33370728fa57"
-"SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr 
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-sudo/repos/community-i686/PKGBUILD (from rev 146287, 
lxqt-sudo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 12:11:28 UTC (rev 146288)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-sudo
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="LXQt privilege program (lxsu)."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "3b65fb9dc7b3b866a5fb090b16839308a15998ee30dfb28fae3c33370728fa57"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 12:11:21 UTC (rev 146287)
+++ community-x86_64/PKGBUILD   2015-11-06 12:11:28 UTC (rev 146288)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-sudo
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="LXQt privilege program (lxsu)."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "3b65fb9dc7b3b866a5fb090b16839308a15998ee30dfb28fae3c33370728fa57"
-"SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr 
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-sudo/repos/community-x86_64/PKGBUILD (from rev 146287, 
lxqt-sudo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-06 12:11:28 UTC (rev 146288)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-sudo
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="LXQt privilege program (lxsu)."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "3b65fb9dc7b3b866a5fb090b16839308a15998ee30dfb28fae3c33370728fa57"
+   "SKIP"
+)

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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 13:10:21
  Author: jleclanche
Revision: 146285

upgpkg: lxqt-about 0.10.0-3

Rebuild and use https for sources

Modified:
  lxqt-about/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 11:13:13 UTC (rev 146284)
+++ PKGBUILD2015-11-06 12:10:21 UTC (rev 146285)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-about
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="LXQt about dialog."
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -12,8 +12,8 @@
 depends=("liblxqt")
 makedepends=("cmake" "qt5-tools")
 source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
"d308f228d1cc72d2cc9acec608adc31cdf9182feded0e9ca8dd2691d227f28fa"


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 13:11:21
  Author: jleclanche
Revision: 146287

upgpkg: lxqt-sudo 0.10.0-2

Rebuild and use https for sources

Modified:
  lxqt-sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 12:10:38 UTC (rev 146286)
+++ PKGBUILD2015-11-06 12:11:21 UTC (rev 146287)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-sudo
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="LXQt privilege program (lxsu)."
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -12,12 +12,12 @@
 depends=("liblxqt")
 makedepends=("cmake" "qt5-tools")
 source=(
-"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
"3b65fb9dc7b3b866a5fb090b16839308a15998ee30dfb28fae3c33370728fa57"
-"SKIP"
+   "SKIP"
 )
 validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 13:26:11
  Author: jleclanche
Revision: 146297

upgpkg: lxqt-panel 0.10.0-3

Rebuild and use https for sources

Modified:
  lxqt-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 12:17:30 UTC (rev 146296)
+++ PKGBUILD2015-11-06 12:26:11 UTC (rev 146297)
@@ -24,8 +24,8 @@
"lm_sensors"
 )
 source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
"df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e"


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 13:26:19
  Author: jleclanche
Revision: 146298

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

Added:
  lxqt-panel/repos/community-i686/PKGBUILD
(from rev 146297, lxqt-panel/trunk/PKGBUILD)
  lxqt-panel/repos/community-x86_64/PKGBUILD
(from rev 146297, lxqt-panel/trunk/PKGBUILD)
Deleted:
  lxqt-panel/repos/community-i686/PKGBUILD
  lxqt-panel/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 12:26:11 UTC (rev 146297)
+++ community-i686/PKGBUILD 2015-11-06 12:26:19 UTC (rev 146298)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-panel
-pkgver=0.10.0
-pkgrel=3
-pkgdesc="The LXQt desktop panel"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=(
-   "libdbusmenu-qt5" "libxcomposite" "lxmenu-data" "lxqt-common"
-   "lxqt-globalkeys" "menu-cache" "solid"
-)
-optdepends=(
-   "libpulse: Volume control plugin"
-   "libstatgrab: CPU monitor and Network monitor plugins"
-   "libsysstat: System Statistics plugin"
-   "lm_sensors: Sensors plugin"
-)
-makedepends=(
-   "cmake" "qt5-tools" "libpulse" "libstatgrab" "libsysstat"
-   "lm_sensors"
-)
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373") 
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=/usr/lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-panel/repos/community-i686/PKGBUILD (from rev 146297, 
lxqt-panel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 12:26:19 UTC (rev 146298)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-panel
+pkgver=0.10.0
+pkgrel=3
+pkgdesc="The LXQt desktop panel"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=(
+   "libdbusmenu-qt5" "libxcomposite" "lxmenu-data" "lxqt-common"
+   "lxqt-globalkeys" "menu-cache" "solid"
+)
+optdepends=(
+   "libpulse: Volume control plugin"
+   "libstatgrab: CPU monitor and Network monitor plugins"
+   "libsysstat: System Statistics plugin"
+   "lm_sensors: Sensors plugin"
+)
+makedepends=(
+   "cmake" "qt5-tools" "libpulse" "libstatgrab" "libsysstat"
+   "lm_sensors"
+)
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373") 
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=/usr/lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 12:26:11 UTC (rev 146297)
+++ community-x86_64/PKGBUILD   2015-11-06 12:26:19 UTC (rev 146298)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-panel
-pkgver=0.10.0
-pkgrel=3
-pkgdesc="The LXQt desktop panel"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=(
-   "libdbusmenu-qt5" "libxcomposite" "lxmenu-data" "lxqt-common"
-   "lxqt-globalkeys" "menu-cache" "solid"
-)
-optdepends=(
-   "libpulse: Volume control plugin"
-   "libstatgrab: CPU monitor and Network monitor plugins"
-   "libsysstat: System Statistics plugin"
-   "lm_sensors: Sensors plugin"
-)
-makedepends=(
-   "cmake" "qt5-tools" "libpulse" "libstatgrab" "libsysstat"
-   "lm_sensors"
-)
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   

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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 18:47:02
  Author: jleclanche
Revision: 146315

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

Added:
  lxqt-runner/repos/community-i686/PKGBUILD
(from rev 146314, lxqt-runner/trunk/PKGBUILD)
  lxqt-runner/repos/community-x86_64/PKGBUILD
(from rev 146314, lxqt-runner/trunk/PKGBUILD)
Deleted:
  lxqt-runner/repos/community-i686/PKGBUILD
  lxqt-runner/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 17:46:49 UTC (rev 146314)
+++ community-i686/PKGBUILD 2015-11-06 17:47:02 UTC (rev 146315)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-runner
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="The LXQt application launcher"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "d02998b2b438cff94a458fb4510eb493d7c1a4205c20a50be977e099e5d6ee81"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-runner/repos/community-i686/PKGBUILD (from rev 146314, 
lxqt-runner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 17:47:02 UTC (rev 146315)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-runner
+pkgver=0.10.0
+pkgrel=3
+pkgdesc="The LXQt application launcher"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "d02998b2b438cff94a458fb4510eb493d7c1a4205c20a50be977e099e5d6ee81"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 17:46:49 UTC (rev 146314)
+++ community-x86_64/PKGBUILD   2015-11-06 17:47:02 UTC (rev 146315)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-runner
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="The LXQt application launcher"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "d02998b2b438cff94a458fb4510eb493d7c1a4205c20a50be977e099e5d6ee81"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-runner/repos/community-x86_64/PKGBUILD (from rev 146314, 
lxqt-runner/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-06 17:47:02 UTC (rev 146315)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-runner
+pkgver=0.10.0
+pkgrel=3
+pkgdesc="The LXQt application launcher"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   

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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 18:54:35
  Author: jleclanche
Revision: 146321

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

Added:
  lxqt-config/repos/community-i686/PKGBUILD
(from rev 146320, lxqt-config/trunk/PKGBUILD)
  lxqt-config/repos/community-x86_64/PKGBUILD
(from rev 146320, lxqt-config/trunk/PKGBUILD)
Deleted:
  lxqt-config/repos/community-i686/PKGBUILD
  lxqt-config/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 17:54:28 UTC (rev 146320)
+++ community-i686/PKGBUILD 2015-11-06 17:54:35 UTC (rev 146321)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-config
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="LXQt system configuration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-config/repos/community-i686/PKGBUILD (from rev 146320, 
lxqt-config/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 17:54:35 UTC (rev 146321)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-config
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="LXQt system configuration."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 17:54:28 UTC (rev 146320)
+++ community-x86_64/PKGBUILD   2015-11-06 17:54:35 UTC (rev 146321)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-config
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="LXQt system configuration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-config/repos/community-x86_64/PKGBUILD (from rev 146320, 
lxqt-config/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-06 17:54:35 UTC (rev 146321)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-config
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="LXQt system configuration."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
+makedepends=("cmake" "qt5-tools")
+source=(
+   

[arch-commits] Commit in lxqt-openssh-askpass/repos (4 files)

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 18:56:03
  Author: jleclanche
Revision: 146323

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

Added:
  lxqt-openssh-askpass/repos/community-i686/PKGBUILD
(from rev 146322, lxqt-openssh-askpass/trunk/PKGBUILD)
  lxqt-openssh-askpass/repos/community-x86_64/PKGBUILD
(from rev 146322, lxqt-openssh-askpass/trunk/PKGBUILD)
Deleted:
  lxqt-openssh-askpass/repos/community-i686/PKGBUILD
  lxqt-openssh-askpass/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 17:55:57 UTC (rev 146322)
+++ community-i686/PKGBUILD 2015-11-06 17:56:03 UTC (rev 146323)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-openssh-askpass
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="LXQt openssh password prompt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "fc4138fa071cf6e7a39cb0c069d8dbc31e409f5eaed87b65f7b5fe6241032283"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-openssh-askpass/repos/community-i686/PKGBUILD (from rev 146322, 
lxqt-openssh-askpass/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 17:56:03 UTC (rev 146323)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-openssh-askpass
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="LXQt openssh password prompt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "fc4138fa071cf6e7a39cb0c069d8dbc31e409f5eaed87b65f7b5fe6241032283"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 17:55:57 UTC (rev 146322)
+++ community-x86_64/PKGBUILD   2015-11-06 17:56:03 UTC (rev 146323)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-openssh-askpass
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="LXQt openssh password prompt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "fc4138fa071cf6e7a39cb0c069d8dbc31e409f5eaed87b65f7b5fe6241032283"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 146322, 
lxqt-openssh-askpass/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-06 17:56:03 UTC (rev 146323)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-openssh-askpass
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="LXQt openssh password prompt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)

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

2015-11-06 Thread Andreas Radke
Date: Friday, November 6, 2015 @ 19:38:28
  Author: andyrtr
Revision: 250152

upgpkg: rpcbind 0.2.3-3

libtirpc 1.0.1 rebuild

Added:
  rpcbind/trunk/do_not_use_the_xp_auth_pointer_directly.diff
Modified:
  rpcbind/trunk/PKGBUILD

--+
 PKGBUILD |7 +++-
 do_not_use_the_xp_auth_pointer_directly.diff |   40 +
 2 files changed, 46 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 18:31:29 UTC (rev 250151)
+++ PKGBUILD2015-11-06 18:38:28 UTC (rev 250152)
@@ -4,7 +4,7 @@
 
 pkgname=rpcbind
 pkgver=0.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="portmap replacement which supports RPC over various protocols"
 arch=(i686 x86_64)
 backup=('etc/conf.d/rpcbind')
@@ -16,6 +16,7 @@
 # see also http://git.infradead.org/users/steved/rpcbind.git
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
 bug-940191.patch
+do_not_use_the_xp_auth_pointer_directly.diff
 rpcbind-sunrpc.patch
 rpcbind.service
 rpcbind.socket
@@ -23,6 +24,7 @@
 install=rpcbind.install
 sha1sums=('e79974a99d09b6d6fff9d86bf00225dc33723ce2'
   '717e2700510b1b40f452eddb929a7be00df4292b'
+  '3fa6138b6a559b5b3a5610686ec1de045a0b8d1d'
   '1b997ce76f9727efc8c72fc5f97189591c9a60e2'
   '3534c7bcdecebda90182fe2328a16137353cb1ad'
   'c52f8396cd05181b788fbdf74898730343c03c9a'
@@ -37,6 +39,9 @@
   # https://bugs.archlinux.org/task/46341
   # http://seclists.org/oss-sec/2015/q3/581
   patch -Np1 -i ../bug-940191.patch
+  
+  # upstream fix for libtirpc 1.0.1
+  patch -Np1 -i ../do_not_use_the_xp_auth_pointer_directly.diff
 }
 
 build() {

Added: do_not_use_the_xp_auth_pointer_directly.diff
===
--- do_not_use_the_xp_auth_pointer_directly.diff
(rev 0)
+++ do_not_use_the_xp_auth_pointer_directly.diff2015-11-06 18:38:28 UTC 
(rev 250152)
@@ -0,0 +1,40 @@
+From 9194122389f2a56b1cd1f935e64307e2e963c2da Mon Sep 17 00:00:00 2001
+From: Steve Dickson 
+Date: Mon, 2 Nov 2015 17:05:18 -0500
+Subject: [PATCH] handle_reply: Don't use the xp_auth pointer directly
+
+In the latest libtirpc version to access the xp_auth
+one must use the SVC_XP_AUTH macro. To be backwards
+compatible a couple ifdefs were added to use the
+macro when it exists.
+
+Signed-off-by: Steve Dickson 
+---
+ src/rpcb_svc_com.c | 7 +++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/src/rpcb_svc_com.c b/src/rpcb_svc_com.c
+index 4ae93f1..22d6c84 100644
+--- a/src/rpcb_svc_com.c
 b/src/rpcb_svc_com.c
+@@ -1295,10 +1295,17 @@ handle_reply(int fd, SVCXPRT *xprt)
+   a.rmt_localvers = fi->versnum;
+ 
+   xprt_set_caller(xprt, fi);
++#if defined(SVC_XP_AUTH)
++  SVC_XP_AUTH(xprt) = svc_auth_none;
++#else 
+   xprt->xp_auth = _auth_none;
++#endif
+   svc_sendreply(xprt, (xdrproc_t) xdr_rmtcall_result, (char *) );
++#if !defined(SVC_XP_AUTH)
+   SVCAUTH_DESTROY(xprt->xp_auth);
+   xprt->xp_auth = NULL;
++#endif
++
+ done:
+   if (buffer)
+   free(buffer);
+-- 
+1.8.2.1
+


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

2015-11-06 Thread Andreas Radke
Date: Friday, November 6, 2015 @ 19:38:46
  Author: andyrtr
Revision: 250153

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

Added:
  rpcbind/repos/staging-i686/
  rpcbind/repos/staging-i686/PKGBUILD
(from rev 250152, rpcbind/trunk/PKGBUILD)
  rpcbind/repos/staging-i686/bug-940191.patch
(from rev 250152, rpcbind/trunk/bug-940191.patch)
  rpcbind/repos/staging-i686/do_not_use_the_xp_auth_pointer_directly.diff
(from rev 250152, 
rpcbind/trunk/do_not_use_the_xp_auth_pointer_directly.diff)
  rpcbind/repos/staging-i686/rpcbind-sunrpc.patch
(from rev 250152, rpcbind/trunk/rpcbind-sunrpc.patch)
  rpcbind/repos/staging-i686/rpcbind.conf
(from rev 250152, rpcbind/trunk/rpcbind.conf)
  rpcbind/repos/staging-i686/rpcbind.install
(from rev 250152, rpcbind/trunk/rpcbind.install)
  rpcbind/repos/staging-i686/rpcbind.service
(from rev 250152, rpcbind/trunk/rpcbind.service)
  rpcbind/repos/staging-i686/rpcbind.socket
(from rev 250152, rpcbind/trunk/rpcbind.socket)
  rpcbind/repos/staging-x86_64/
  rpcbind/repos/staging-x86_64/PKGBUILD
(from rev 250152, rpcbind/trunk/PKGBUILD)
  rpcbind/repos/staging-x86_64/bug-940191.patch
(from rev 250152, rpcbind/trunk/bug-940191.patch)
  rpcbind/repos/staging-x86_64/do_not_use_the_xp_auth_pointer_directly.diff
(from rev 250152, 
rpcbind/trunk/do_not_use_the_xp_auth_pointer_directly.diff)
  rpcbind/repos/staging-x86_64/rpcbind-sunrpc.patch
(from rev 250152, rpcbind/trunk/rpcbind-sunrpc.patch)
  rpcbind/repos/staging-x86_64/rpcbind.conf
(from rev 250152, rpcbind/trunk/rpcbind.conf)
  rpcbind/repos/staging-x86_64/rpcbind.install
(from rev 250152, rpcbind/trunk/rpcbind.install)
  rpcbind/repos/staging-x86_64/rpcbind.service
(from rev 250152, rpcbind/trunk/rpcbind.service)
  rpcbind/repos/staging-x86_64/rpcbind.socket
(from rev 250152, rpcbind/trunk/rpcbind.socket)

-+
 staging-i686/PKGBUILD   |   71 
 staging-i686/bug-940191.patch   |   80 ++
 staging-i686/do_not_use_the_xp_auth_pointer_directly.diff   |   40 +
 staging-i686/rpcbind-sunrpc.patch   |   11 +
 staging-i686/rpcbind.conf   |3 
 staging-i686/rpcbind.install|8 +
 staging-i686/rpcbind.service|   11 +
 staging-i686/rpcbind.socket |8 +
 staging-x86_64/PKGBUILD |   71 
 staging-x86_64/bug-940191.patch |   80 ++
 staging-x86_64/do_not_use_the_xp_auth_pointer_directly.diff |   40 +
 staging-x86_64/rpcbind-sunrpc.patch |   11 +
 staging-x86_64/rpcbind.conf |3 
 staging-x86_64/rpcbind.install  |8 +
 staging-x86_64/rpcbind.service  |   11 +
 staging-x86_64/rpcbind.socket   |8 +
 16 files changed, 464 insertions(+)

Copied: rpcbind/repos/staging-i686/PKGBUILD (from rev 250152, 
rpcbind/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-06 18:38:46 UTC (rev 250153)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Tobias Powalowski 
+
+pkgname=rpcbind
+pkgver=0.2.3
+pkgrel=3
+pkgdesc="portmap replacement which supports RPC over various protocols"
+arch=(i686 x86_64)
+backup=('etc/conf.d/rpcbind')
+makedepends=('systemd')
+depends=('bash' 'glibc' 'libtirpc' 'libsystemd')
+url="http://rpcbind.sourceforge.net;
+license=('custom')
+replaces=('portmap')
+# see also http://git.infradead.org/users/steved/rpcbind.git
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+bug-940191.patch
+do_not_use_the_xp_auth_pointer_directly.diff
+rpcbind-sunrpc.patch
+rpcbind.service
+rpcbind.socket
+rpcbind.conf)
+install=rpcbind.install
+sha1sums=('e79974a99d09b6d6fff9d86bf00225dc33723ce2'
+  '717e2700510b1b40f452eddb929a7be00df4292b'
+  '3fa6138b6a559b5b3a5610686ec1de045a0b8d1d'
+  '1b997ce76f9727efc8c72fc5f97189591c9a60e2'
+  '3534c7bcdecebda90182fe2328a16137353cb1ad'
+  'c52f8396cd05181b788fbdf74898730343c03c9a'
+  '08246ff18d12cee01e5c9391c6ba8f5597cac936')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch for iana services file # FS#20273
+  patch -Np1 -i ../rpcbind-sunrpc.patch
+  
+  # fix a memory corruption crash when remote scanning
+  # https://bugs.archlinux.org/task/46341
+  # http://seclists.org/oss-sec/2015/q3/581
+  patch -Np1 -i ../bug-940191.patch
+  
+  # upstream fix for libtirpc 1.0.1
+  patch -Np1 -i 

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

2015-11-06 Thread Andreas Radke
Date: Friday, November 6, 2015 @ 19:43:38
  Author: andyrtr
Revision: 250154

upgpkg: nfs-utils 1.3.3-3

libtirpc 1.0.1 rebuild

Modified:
  nfs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 18:38:46 UTC (rev 250153)
+++ PKGBUILD2015-11-06 18:43:38 UTC (rev 250154)
@@ -8,7 +8,7 @@
 
 pkgname=nfs-utils
 pkgver=1.3.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Support programs for Network File Systems"
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
@@ -17,6 +17,7 @@
 depends=('rpcbind' 'librpcsecgss>=0.19-2' 'nfsidmap' 'gssproxy' 
  'libevent>=2.0.10' 'device-mapper')
 makedepends=('sqlite')
+# http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=summary
 
source=(http://downloads.sourceforge.net/project/nfs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.{bz2,sign}
 nfs-common.conf nfs-server.conf exports nfs-utils.conf id_resolver.conf
 nfs-utils_env.sh


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

2015-11-06 Thread Andreas Radke
Date: Friday, November 6, 2015 @ 19:43:58
  Author: andyrtr
Revision: 250155

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

Added:
  nfs-utils/repos/staging-i686/
  nfs-utils/repos/staging-i686/PKGBUILD
(from rev 250154, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/staging-i686/exports
(from rev 250154, nfs-utils/trunk/exports)
  nfs-utils/repos/staging-i686/id_resolver.conf
(from rev 250154, nfs-utils/trunk/id_resolver.conf)
  
nfs-utils/repos/staging-i686/ignore_unsupported_address_types_in_nfssvc_setfds.diff
(from rev 250154, 
nfs-utils/trunk/ignore_unsupported_address_types_in_nfssvc_setfds.diff)
  nfs-utils/repos/staging-i686/nfs-common.conf
(from rev 250154, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/staging-i686/nfs-server.conf
(from rev 250154, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/staging-i686/nfs-utils.conf
(from rev 250154, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/staging-i686/nfs-utils.install
(from rev 250154, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/staging-i686/nfs-utils_env.sh
(from rev 250154, nfs-utils/trunk/nfs-utils_env.sh)
  nfs-utils/repos/staging-x86_64/
  nfs-utils/repos/staging-x86_64/PKGBUILD
(from rev 250154, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/staging-x86_64/exports
(from rev 250154, nfs-utils/trunk/exports)
  nfs-utils/repos/staging-x86_64/id_resolver.conf
(from rev 250154, nfs-utils/trunk/id_resolver.conf)
  
nfs-utils/repos/staging-x86_64/ignore_unsupported_address_types_in_nfssvc_setfds.diff
(from rev 250154, 
nfs-utils/trunk/ignore_unsupported_address_types_in_nfssvc_setfds.diff)
  nfs-utils/repos/staging-x86_64/nfs-common.conf
(from rev 250154, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/staging-x86_64/nfs-server.conf
(from rev 250154, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/staging-x86_64/nfs-utils.conf
(from rev 250154, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/staging-x86_64/nfs-utils.install
(from rev 250154, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/staging-x86_64/nfs-utils_env.sh
(from rev 250154, nfs-utils/trunk/nfs-utils_env.sh)

---+
 staging-i686/PKGBUILD |   92 
++
 staging-i686/exports  |   12 +
 staging-i686/id_resolver.conf |9 
 staging-i686/ignore_unsupported_address_types_in_nfssvc_setfds.diff   |   37 

 staging-i686/nfs-common.conf  |   22 ++
 staging-i686/nfs-server.conf  |   17 +
 staging-i686/nfs-utils.conf   |1 
 staging-i686/nfs-utils.install|   28 
+++
 staging-i686/nfs-utils_env.sh |   20 ++
 staging-x86_64/PKGBUILD   |   92 
++
 staging-x86_64/exports|   12 +
 staging-x86_64/id_resolver.conf   |9 
 staging-x86_64/ignore_unsupported_address_types_in_nfssvc_setfds.diff |   37 

 staging-x86_64/nfs-common.conf|   22 ++
 staging-x86_64/nfs-server.conf|   17 +
 staging-x86_64/nfs-utils.conf |1 
 staging-x86_64/nfs-utils.install  |   28 
+++
 staging-x86_64/nfs-utils_env.sh   |   20 ++
 18 files changed, 476 insertions(+)

Copied: nfs-utils/repos/staging-i686/PKGBUILD (from rev 250154, 
nfs-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-06 18:43:58 UTC (rev 250155)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Tobias Powalowski 
+# Contributor: John Proctor 
+# Contributor: dibblethewrecker 
+# Contributor: abelstr 
+# Contributor: Marco Lima 
+
+pkgname=nfs-utils
+pkgver=1.3.3
+pkgrel=3
+pkgdesc="Support programs for Network File Systems"
+arch=('i686' 'x86_64')
+url='http://nfs.sourceforge.net'
+license=('GPL2')
+backup=(etc/{exports,nfsmount.conf} 
etc/conf.d/{nfs-common.conf,nfs-server.conf})
+depends=('rpcbind' 'librpcsecgss>=0.19-2' 'nfsidmap' 'gssproxy' 
+ 'libevent>=2.0.10' 'device-mapper')
+makedepends=('sqlite')
+# http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=summary
+source=(http://downloads.sourceforge.net/project/nfs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.{bz2,sign}
+nfs-common.conf nfs-server.conf exports nfs-utils.conf id_resolver.conf
+

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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 18:46:49
  Author: jleclanche
Revision: 146314

upgpkg: lxqt-runner 0.10.0-3

pkgrel bump

Modified:
  lxqt-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 17:20:42 UTC (rev 146313)
+++ PKGBUILD2015-11-06 17:46:49 UTC (rev 146314)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-runner
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The LXQt application launcher"
 arch=("i686" "x86_64")
 groups=("lxqt")


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 18:48:21
  Author: jleclanche
Revision: 146317

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

Added:
  lxqt-qtplugin/repos/community-i686/PKGBUILD
(from rev 146316, lxqt-qtplugin/trunk/PKGBUILD)
  lxqt-qtplugin/repos/community-x86_64/PKGBUILD
(from rev 146316, lxqt-qtplugin/trunk/PKGBUILD)
Deleted:
  lxqt-qtplugin/repos/community-i686/PKGBUILD
  lxqt-qtplugin/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 17:48:15 UTC (rev 146316)
+++ community-i686/PKGBUILD 2015-11-06 17:48:21 UTC (rev 146317)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-qtplugin
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="LXQt platform integration for Qt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("libdbusmenu-qt5" "qt5-base")
-makedepends=("cmake" "liblxqt" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr 
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-qtplugin/repos/community-i686/PKGBUILD (from rev 146316, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 17:48:21 UTC (rev 146317)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="LXQt platform integration for Qt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "qt5-base")
+makedepends=("cmake" "liblxqt" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 17:48:15 UTC (rev 146316)
+++ community-x86_64/PKGBUILD   2015-11-06 17:48:21 UTC (rev 146317)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-qtplugin
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="LXQt platform integration for Qt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("libdbusmenu-qt5" "qt5-base")
-makedepends=("cmake" "liblxqt" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr 
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-qtplugin/repos/community-x86_64/PKGBUILD (from rev 146316, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-06 17:48:21 UTC (rev 146317)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="LXQt platform integration for Qt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "qt5-base")
+makedepends=("cmake" "liblxqt" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   

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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 18:48:15
  Author: jleclanche
Revision: 146316

upgpkg: lxqt-qtplugin 0.10.0-2

pkgrel bump

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 17:47:02 UTC (rev 146315)
+++ PKGBUILD2015-11-06 17:48:15 UTC (rev 146316)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-qtplugin
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="LXQt platform integration for Qt"
 arch=("i686" "x86_64")
 groups=("lxqt")


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 18:51:56
  Author: jleclanche
Revision: 146318

upgpkg: lxqt-panel 0.10.0-4

pkgrel bump

Modified:
  lxqt-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 17:48:21 UTC (rev 146317)
+++ PKGBUILD2015-11-06 17:51:56 UTC (rev 146318)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-panel
 pkgver=0.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The LXQt desktop panel"
 arch=("i686" "x86_64")
 groups=("lxqt")


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 18:52:02
  Author: jleclanche
Revision: 146319

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

Added:
  lxqt-panel/repos/community-i686/PKGBUILD
(from rev 146318, lxqt-panel/trunk/PKGBUILD)
  lxqt-panel/repos/community-x86_64/PKGBUILD
(from rev 146318, lxqt-panel/trunk/PKGBUILD)
Deleted:
  lxqt-panel/repos/community-i686/PKGBUILD
  lxqt-panel/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 17:51:56 UTC (rev 146318)
+++ community-i686/PKGBUILD 2015-11-06 17:52:02 UTC (rev 146319)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-panel
-pkgver=0.10.0
-pkgrel=3
-pkgdesc="The LXQt desktop panel"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=(
-   "libdbusmenu-qt5" "libxcomposite" "lxmenu-data" "lxqt-common"
-   "lxqt-globalkeys" "menu-cache" "solid"
-)
-optdepends=(
-   "libpulse: Volume control plugin"
-   "libstatgrab: CPU monitor and Network monitor plugins"
-   "libsysstat: System Statistics plugin"
-   "lm_sensors: Sensors plugin"
-)
-makedepends=(
-   "cmake" "qt5-tools" "libpulse" "libstatgrab" "libsysstat"
-   "lm_sensors"
-)
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373") 
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=/usr/lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-panel/repos/community-i686/PKGBUILD (from rev 146318, 
lxqt-panel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 17:52:02 UTC (rev 146319)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-panel
+pkgver=0.10.0
+pkgrel=4
+pkgdesc="The LXQt desktop panel"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=(
+   "libdbusmenu-qt5" "libxcomposite" "lxmenu-data" "lxqt-common"
+   "lxqt-globalkeys" "menu-cache" "solid"
+)
+optdepends=(
+   "libpulse: Volume control plugin"
+   "libstatgrab: CPU monitor and Network monitor plugins"
+   "libsysstat: System Statistics plugin"
+   "lm_sensors: Sensors plugin"
+)
+makedepends=(
+   "cmake" "qt5-tools" "libpulse" "libstatgrab" "libsysstat"
+   "lm_sensors"
+)
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373") 
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=/usr/lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 17:51:56 UTC (rev 146318)
+++ community-x86_64/PKGBUILD   2015-11-06 17:52:02 UTC (rev 146319)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-panel
-pkgver=0.10.0
-pkgrel=3
-pkgdesc="The LXQt desktop panel"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=(
-   "libdbusmenu-qt5" "libxcomposite" "lxmenu-data" "lxqt-common"
-   "lxqt-globalkeys" "menu-cache" "solid"
-)
-optdepends=(
-   "libpulse: Volume control plugin"
-   "libstatgrab: CPU monitor and Network monitor plugins"
-   "libsysstat: System Statistics plugin"
-   "lm_sensors: Sensors plugin"
-)
-makedepends=(
-   "cmake" "qt5-tools" "libpulse" "libstatgrab" "libsysstat"
-   "lm_sensors"
-)
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   

[arch-commits] Commit in lxqt-openssh-askpass/trunk (PKGBUILD)

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 18:55:57
  Author: jleclanche
Revision: 146322

upgpkg: lxqt-openssh-askpass 0.10.0-2

Rebuild and use https for sources

Modified:
  lxqt-openssh-askpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 17:54:35 UTC (rev 146321)
+++ PKGBUILD2015-11-06 17:55:57 UTC (rev 146322)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-openssh-askpass
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="LXQt openssh password prompt"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -12,8 +12,8 @@
 depends=("liblxqt")
 makedepends=("cmake" "qt5-tools")
 source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
"fc4138fa071cf6e7a39cb0c069d8dbc31e409f5eaed87b65f7b5fe6241032283"


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 18:54:28
  Author: jleclanche
Revision: 146320

upgpkg: lxqt-config 0.10.0-2

Rebuild and use https for sources

Modified:
  lxqt-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 17:52:02 UTC (rev 146319)
+++ PKGBUILD2015-11-06 17:54:28 UTC (rev 146320)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-config
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="LXQt system configuration."
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -12,8 +12,8 @@
 depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
 makedepends=("cmake" "qt5-tools")
 source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
"4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 18:57:50
  Author: jleclanche
Revision: 146325

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

Added:
  lxqt-notificationd/repos/community-i686/PKGBUILD
(from rev 146324, lxqt-notificationd/trunk/PKGBUILD)
  lxqt-notificationd/repos/community-x86_64/PKGBUILD
(from rev 146324, lxqt-notificationd/trunk/PKGBUILD)
Deleted:
  lxqt-notificationd/repos/community-i686/PKGBUILD
  lxqt-notificationd/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 17:57:43 UTC (rev 146324)
+++ community-i686/PKGBUILD 2015-11-06 17:57:50 UTC (rev 146325)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-notificationd
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="LXQt notification daemon and library."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("lxqt-common" "liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-notificationd/repos/community-i686/PKGBUILD (from rev 146324, 
lxqt-notificationd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 17:57:50 UTC (rev 146325)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-notificationd
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="LXQt notification daemon and library."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("lxqt-common" "liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 17:57:43 UTC (rev 146324)
+++ community-x86_64/PKGBUILD   2015-11-06 17:57:50 UTC (rev 146325)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-notificationd
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="LXQt notification daemon and library."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("lxqt-common" "liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-notificationd/repos/community-x86_64/PKGBUILD (from rev 146324, 
lxqt-notificationd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-06 17:57:50 UTC (rev 146325)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-notificationd
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="LXQt notification daemon and library."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("lxqt-common" "liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   

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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 18:57:43
  Author: jleclanche
Revision: 146324

upgpkg: lxqt-notificationd 0.10.0-2

Rebuild and use https for sources

Modified:
  lxqt-notificationd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 17:56:03 UTC (rev 146323)
+++ PKGBUILD2015-11-06 17:57:43 UTC (rev 146324)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-notificationd
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="LXQt notification daemon and library."
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -12,8 +12,8 @@
 depends=("lxqt-common" "liblxqt")
 makedepends=("cmake" "qt5-tools")
 source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
"5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 19:02:21
  Author: jleclanche
Revision: 146326

upgpkg: libsysstat 0.3.1-2

Rebuild and use https for sources

Modified:
  libsysstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 17:57:50 UTC (rev 146325)
+++ PKGBUILD2015-11-06 18:02:21 UTC (rev 146326)
@@ -3,15 +3,22 @@
 
 pkgname=libsysstat
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to query system statistics (net, resource usage, ...)"
 arch=("i686" "x86_64")
 url="http://lxqt.org;
-license=("GPL2")
+license=("LGPL2.1")
 depends=("qt5-base")
 makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("88e1031db659427d6549723d13317708e210cc833042c205ebfd447183b31648")
+source=(
+   "https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "88e1031db659427d6549723d13317708e210cc833042c205ebfd447183b31648"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 19:02:27
  Author: jleclanche
Revision: 146327

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 18:02:21 UTC (rev 146326)
+++ community-i686/PKGBUILD 2015-11-06 18:02:27 UTC (rev 146327)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=libsysstat
-pkgver=0.3.1
-pkgrel=1
-pkgdesc="Library to query system statistics (net, resource usage, ...)"
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("qt5-base")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("88e1031db659427d6549723d13317708e210cc833042c205ebfd447183b31648")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=/usr/lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: libsysstat/repos/community-i686/PKGBUILD (from rev 146326, 
libsysstat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 18:02:27 UTC (rev 146327)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libsysstat
+pkgver=0.3.1
+pkgrel=2
+pkgdesc="Library to query system statistics (net, resource usage, ...)"
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("qt5-base")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "88e1031db659427d6549723d13317708e210cc833042c205ebfd447183b31648"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=/usr/lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-06 18:02:21 UTC (rev 146326)
+++ community-x86_64/PKGBUILD   2015-11-06 18:02:27 UTC (rev 146327)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=libsysstat
-pkgver=0.3.1
-pkgrel=1
-pkgdesc="Library to query system statistics (net, resource usage, ...)"
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("qt5-base")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("88e1031db659427d6549723d13317708e210cc833042c205ebfd447183b31648")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=/usr/lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: libsysstat/repos/community-x86_64/PKGBUILD (from rev 146326, 
libsysstat/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-06 18:02:27 UTC (rev 146327)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libsysstat
+pkgver=0.3.1
+pkgrel=2
+pkgdesc="Library to query system statistics (net, resource usage, ...)"
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("qt5-base")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "88e1031db659427d6549723d13317708e210cc833042c205ebfd447183b31648"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+ 

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

2015-11-06 Thread Andreas Radke
Date: Friday, November 6, 2015 @ 19:31:29
  Author: andyrtr
Revision: 250151

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

Added:
  libtirpc/repos/staging-i686/PKGBUILD
(from rev 250150, libtirpc/trunk/PKGBUILD)
  libtirpc/repos/staging-i686/add_missing_rwlock_unlocks_in_xprt_register.diff
(from rev 250150, 
libtirpc/trunk/add_missing_rwlock_unlocks_in_xprt_register.diff)
  libtirpc/repos/staging-x86_64/PKGBUILD
(from rev 250150, libtirpc/trunk/PKGBUILD)
  libtirpc/repos/staging-x86_64/add_missing_rwlock_unlocks_in_xprt_register.diff
(from rev 250150, 
libtirpc/trunk/add_missing_rwlock_unlocks_in_xprt_register.diff)
Deleted:
  libtirpc/repos/staging-i686/PKGBUILD
  libtirpc/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   72 
++
 staging-i686/PKGBUILD   |   28 ---
 staging-i686/add_missing_rwlock_unlocks_in_xprt_register.diff   |   61 
 staging-x86_64/PKGBUILD |   28 ---
 staging-x86_64/add_missing_rwlock_unlocks_in_xprt_register.diff |   61 
 5 files changed, 194 insertions(+), 56 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-11-06 18:31:16 UTC (rev 250150)
+++ staging-i686/PKGBUILD   2015-11-06 18:31:29 UTC (rev 250151)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=libtirpc
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="Transport Independent RPC library (SunRPC replacement)"
-arch=('i686' 'x86_64')
-url="http://libtirpc.sourceforge.net/;
-license=('BSD')
-depends=('krb5')
-backup=('etc/netconfig')
-# git tree: git://linux-nfs.org/~steved/libtirpc
-source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('8da1636f98b5909c0d587e7534bc1e91f5c1a970')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconf=/etc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libtirpc/repos/staging-i686/PKGBUILD (from rev 250150, 
libtirpc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-06 18:31:29 UTC (rev 250151)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=libtirpc
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('i686' 'x86_64')
+url="http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2
+add_missing_rwlock_unlocks_in_xprt_register.diff)
+sha1sums=('8da1636f98b5909c0d587e7534bc1e91f5c1a970'
+  'c451b0eb527098c0d9e308e4978866b7aaaf688e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # upstream post release fix to properly work with rpcbind
+  patch -Np1 -i ../add_missing_rwlock_unlocks_in_xprt_register.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: 
libtirpc/repos/staging-i686/add_missing_rwlock_unlocks_in_xprt_register.diff 
(from rev 250150, 
libtirpc/trunk/add_missing_rwlock_unlocks_in_xprt_register.diff)
===
--- staging-i686/add_missing_rwlock_unlocks_in_xprt_register.diff   
(rev 0)
+++ staging-i686/add_missing_rwlock_unlocks_in_xprt_register.diff   
2015-11-06 18:31:29 UTC (rev 250151)
@@ -0,0 +1,61 @@
+From 4f1503e84b2f7bd229a097335e52fb8203f5bb0b Mon Sep 17 00:00:00 2001
+From: Michael Forney 
+Date: Wed, 4 Nov 2015 13:58:06 -0500
+Subject: [PATCH] Add missing rwlock_unlocks in xprt_register
+
+It looks like in b2c9430f46c4ac848957fb8adaac176a3f6ac03f when svc_run
+switched to poll, an early return was added, but the rwlock was not
+unlocked.
+
+I observed that rpcbind built against libtirpc-1.0.1 would handle only
+one request before hanging, and tracked it down to a missing
+rwlock_unlock here.
+
+Fixes: b2c9430f46c4 ('Use poll() instead of select() in svc_run()')
+Signed-off-by: Michael Forney 
+Signed-off-by: Steve Dickson 
+---
+ src/svc.c | 7 ---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+diff --git a/src/svc.c b/src/svc.c

  1   2   >