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

2016-02-29 Thread Antonio Rojas
Date: Tuesday, March 1, 2016 @ 08:47:20
  Author: arojas
Revision: 260434

Qt 5.6 rebuild

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-01 07:39:26 UTC (rev 260433)
+++ PKGBUILD2016-03-01 07:47:20 UTC (rev 260434)
@@ -5,7 +5,7 @@
 
 pkgname=akonadi
 pkgver=15.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'


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

2016-02-29 Thread Antonio Rojas
Date: Tuesday, March 1, 2016 @ 08:47:47
  Author: arojas
Revision: 260435

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

Added:
  akonadi/repos/kde-unstable-i686/
  akonadi/repos/kde-unstable-i686/PKGBUILD
(from rev 260434, akonadi/trunk/PKGBUILD)
  akonadi/repos/kde-unstable-i686/akonadi.install
(from rev 260434, akonadi/trunk/akonadi.install)
  akonadi/repos/kde-unstable-x86_64/
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260434, akonadi/trunk/PKGBUILD)
  akonadi/repos/kde-unstable-x86_64/akonadi.install
(from rev 260434, akonadi/trunk/akonadi.install)

-+
 kde-unstable-i686/PKGBUILD  |   38 ++
 kde-unstable-i686/akonadi.install   |   11 +
 kde-unstable-x86_64/PKGBUILD|   38 ++
 kde-unstable-x86_64/akonadi.install |   11 +
 4 files changed, 98 insertions(+)

Copied: akonadi/repos/kde-unstable-i686/PKGBUILD (from rev 260434, 
akonadi/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-01 07:47:47 UTC (rev 260435)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=15.12.2
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'qt5-base' 'libxslt' 'mariadb')
+makedepends=('extra-cmake-modules' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('1f44928a2c4965af51f52a45c600dc63')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: akonadi/repos/kde-unstable-i686/akonadi.install (from rev 260434, 
akonadi/trunk/akonadi.install)
===
--- kde-unstable-i686/akonadi.install   (rev 0)
+++ kde-unstable-i686/akonadi.install   2016-03-01 07:47:47 UTC (rev 260435)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 260434, 
akonadi/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-03-01 07:47:47 UTC (rev 260435)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=15.12.2
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'qt5-base' 'libxslt' 'mariadb')
+makedepends=('extra-cmake-modules' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('1f44928a2c4965af51f52a45c600dc63')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: akonadi/repos/kde-unstable-x86_64/akonadi.install (from rev 260434, 
akonadi/trunk/akonadi.install)
===
--- kde-unstable-x86_64/akonadi.install (rev 0)
+++ kde-unstable-x86_64/akonadi.install 2016-03-01 07:47:47 UTC (rev 260435)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


[arch-commits] Commit in openssh/repos (36 files)

2016-02-29 Thread Gaetan Bisson
Date: Tuesday, March 1, 2016 @ 08:39:26
  Author: bisson
Revision: 260433

db-move: moved openssh from [testing] to [core] (i686, x86_64)

Added:
  openssh/repos/core-i686/PKGBUILD
(from rev 260432, openssh/repos/testing-i686/PKGBUILD)
  openssh/repos/core-i686/sshd.conf
(from rev 260432, openssh/repos/testing-i686/sshd.conf)
  openssh/repos/core-i686/sshd.pam
(from rev 260432, openssh/repos/testing-i686/sshd.pam)
  openssh/repos/core-i686/sshd.service
(from rev 260432, openssh/repos/testing-i686/sshd.service)
  openssh/repos/core-i686/sshd.socket
(from rev 260432, openssh/repos/testing-i686/sshd.socket)
  openssh/repos/core-i686/sshd@.service
(from rev 260432, openssh/repos/testing-i686/sshd@.service)
  openssh/repos/core-i686/sshdgenkeys.service
(from rev 260432, openssh/repos/testing-i686/sshdgenkeys.service)
  openssh/repos/core-x86_64/PKGBUILD
(from rev 260432, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/sshd.conf
(from rev 260432, openssh/repos/testing-x86_64/sshd.conf)
  openssh/repos/core-x86_64/sshd.pam
(from rev 260432, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 260432, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshd.socket
(from rev 260432, openssh/repos/testing-x86_64/sshd.socket)
  openssh/repos/core-x86_64/sshd@.service
(from rev 260432, openssh/repos/testing-x86_64/sshd@.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 260432, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-i686/PKGBUILD
  openssh/repos/core-i686/dispatch.patch
  openssh/repos/core-i686/error.patch
  openssh/repos/core-i686/install
  openssh/repos/core-i686/sshd.conf
  openssh/repos/core-i686/sshd.pam
  openssh/repos/core-i686/sshd.service
  openssh/repos/core-i686/sshd.socket
  openssh/repos/core-i686/sshd@.service
  openssh/repos/core-i686/sshdgenkeys.service
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/dispatch.patch
  openssh/repos/core-x86_64/error.patch
  openssh/repos/core-x86_64/install
  openssh/repos/core-x86_64/sshd.conf
  openssh/repos/core-x86_64/sshd.pam
  openssh/repos/core-x86_64/sshd.service
  openssh/repos/core-x86_64/sshd.socket
  openssh/repos/core-x86_64/sshd@.service
  openssh/repos/core-x86_64/sshdgenkeys.service
  openssh/repos/testing-i686/
  openssh/repos/testing-x86_64/

-+
 /PKGBUILD   |  180 ++
 /sshd.conf  |2 
 /sshd.pam   |   12 ++
 /sshd.service   |   34 +++
 /sshd.socket|   20 
 /sshd@.service  |   16 +++
 /sshdgenkeys.service|   34 +++
 core-i686/PKGBUILD  |   92 ---
 core-i686/dispatch.patch|   81 -
 core-i686/error.patch   |   25 -
 core-i686/install   |   10 --
 core-i686/sshd.conf |1 
 core-i686/sshd.pam  |6 -
 core-i686/sshd.service  |   17 ---
 core-i686/sshd.socket   |   10 --
 core-i686/sshd@.service |8 -
 core-i686/sshdgenkeys.service   |   17 ---
 core-x86_64/PKGBUILD|   92 ---
 core-x86_64/dispatch.patch  |   81 -
 core-x86_64/error.patch |   25 -
 core-x86_64/install |   10 --
 core-x86_64/sshd.conf   |1 
 core-x86_64/sshd.pam|6 -
 core-x86_64/sshd.service|   17 ---
 core-x86_64/sshd.socket |   10 --
 core-x86_64/sshd@.service   |8 -
 core-x86_64/sshdgenkeys.service |   17 ---
 27 files changed, 298 insertions(+), 534 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-03-01 07:34:38 UTC (rev 260432)
+++ core-i686/PKGBUILD  2016-03-01 07:39:26 UTC (rev 260433)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Aaron Griffin 
-# Contributor: judd 
-
-pkgname=openssh
-pkgver=7.1p2
-pkgrel=1
-pkgdesc='Free version of the SSH connectivity tools'
-url='http://www.openssh.org/portable.html'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('linux-headers')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-optdepends=('xorg-xauth: X11 forwarding'
-'x11-ssh-askpass: input passphrase in X')
-validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
-source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sshdgenkeys.service'
-'sshd@.service'
-'sshd.service'
-'sshd.socket'
-'sshd.conf'
-'sshd.pam')
-sha1sums=('9202f5a2a50c8a55ecfb830609df1e1fde97f758' 'SKIP'
-  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
-  

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

2016-02-29 Thread Antonio Rojas
Date: Tuesday, March 1, 2016 @ 08:34:13
  Author: arojas
Revision: 260431

Really rebuild against Qt 5.6

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-01 07:30:22 UTC (rev 260430)
+++ PKGBUILD2016-03-01 07:34:13 UTC (rev 260431)
@@ -4,7 +4,7 @@
 
 pkgname=frameworkintegration
 pkgver=5.19.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'


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

2016-02-29 Thread Antonio Rojas
Date: Tuesday, March 1, 2016 @ 08:34:38
  Author: arojas
Revision: 260432

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

Added:
  frameworkintegration/repos/kde-unstable-i686/PKGBUILD
(from rev 260431, frameworkintegration/trunk/PKGBUILD)
  frameworkintegration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260431, frameworkintegration/trunk/PKGBUILD)
Deleted:
  frameworkintegration/repos/kde-unstable-i686/PKGBUILD
  frameworkintegration/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-03-01 07:34:13 UTC (rev 260431)
+++ kde-unstable-i686/PKGBUILD  2016-03-01 07:34:38 UTC (rev 260432)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=frameworkintegration
-pkgver=5.19.0
-pkgrel=2
-pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/frameworkintegration'
-license=('LGPL')
-depends=('kio' 'ttf-oxygen' 'noto-fonts' 'libxcursor')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('5ff469c4b86c11bae91b1ee43a8fe386')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: frameworkintegration/repos/kde-unstable-i686/PKGBUILD (from rev 260431, 
frameworkintegration/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-01 07:34:38 UTC (rev 260432)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.19.0
+pkgrel=3
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/frameworkintegration'
+license=('LGPL')
+depends=('kio' 'ttf-oxygen' 'noto-fonts' 'libxcursor')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('5ff469c4b86c11bae91b1ee43a8fe386')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-03-01 07:34:13 UTC (rev 260431)
+++ kde-unstable-x86_64/PKGBUILD2016-03-01 07:34:38 UTC (rev 260432)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=frameworkintegration
-pkgver=5.19.0
-pkgrel=2
-pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/frameworkintegration'
-license=('LGPL')
-depends=('kio' 'ttf-oxygen' 'noto-fonts' 'libxcursor')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('5ff469c4b86c11bae91b1ee43a8fe386')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: frameworkintegration/repos/kde-unstable-x86_64/PKGBUILD (from rev 
260431, frameworkintegration/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-03-01 07:34:38 UTC (rev 260432)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2016-02-29 Thread Antonio Rojas
Date: Tuesday, March 1, 2016 @ 08:30:22
  Author: arojas
Revision: 260430

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

Added:
  frameworkintegration/repos/kde-unstable-i686/
  frameworkintegration/repos/kde-unstable-i686/PKGBUILD
(from rev 260429, frameworkintegration/trunk/PKGBUILD)
  frameworkintegration/repos/kde-unstable-x86_64/
  frameworkintegration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260429, frameworkintegration/trunk/PKGBUILD)

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

Copied: frameworkintegration/repos/kde-unstable-i686/PKGBUILD (from rev 260429, 
frameworkintegration/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-01 07:30:22 UTC (rev 260430)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.19.0
+pkgrel=2
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/frameworkintegration'
+license=('LGPL')
+depends=('kio' 'ttf-oxygen' 'noto-fonts' 'libxcursor')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('5ff469c4b86c11bae91b1ee43a8fe386')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: frameworkintegration/repos/kde-unstable-x86_64/PKGBUILD (from rev 
260429, frameworkintegration/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-03-01 07:30:22 UTC (rev 260430)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.19.0
+pkgrel=2
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/frameworkintegration'
+license=('LGPL')
+depends=('kio' 'ttf-oxygen' 'noto-fonts' 'libxcursor')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('5ff469c4b86c11bae91b1ee43a8fe386')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-29 Thread Antonio Rojas
Date: Tuesday, March 1, 2016 @ 08:29:45
  Author: arojas
Revision: 260429

Qt 5.6 rebuild

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-01 07:23:47 UTC (rev 260428)
+++ PKGBUILD2016-03-01 07:29:45 UTC (rev 260429)
@@ -4,7 +4,7 @@
 
 pkgname=frameworkintegration
 pkgver=5.19.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'


[arch-commits] Commit in qt5-base/trunk (rebuild.list)

2016-02-29 Thread Antonio Rojas
Date: Tuesday, March 1, 2016 @ 08:23:47
  Author: arojas
Revision: 260428

Move rebuild list from old qt5 package

Modified:
  qt5-base/trunk/rebuild.list

--+
 rebuild.list |5 +
 1 file changed, 5 insertions(+)

Modified: rebuild.list
===
--- rebuild.list2016-03-01 07:22:04 UTC (rev 260427)
+++ rebuild.list2016-03-01 07:23:47 UTC (rev 260428)
@@ -1 +1,6 @@
 fcitx-qt5
+frameworkintegration
+gcin
+calibre
+akonadi
+skrooge


[arch-commits] Commit in qt5-base/trunk (rebuild.list)

2016-02-29 Thread Antonio Rojas
Date: Tuesday, March 1, 2016 @ 08:22:04
  Author: arojas
Revision: 260427

Move rebuild list from old qt5 package

Added:
  qt5-base/trunk/rebuild.list

--+
 rebuild.list |1 +
 1 file changed, 1 insertion(+)

Added: rebuild.list
===
--- rebuild.list(rev 0)
+++ rebuild.list2016-03-01 07:22:04 UTC (rev 260427)
@@ -0,0 +1 @@
+fcitx-qt5


[arch-commits] Commit in qt5-webengine (5 files)

2016-02-29 Thread Antonio Rojas
Date: Tuesday, March 1, 2016 @ 08:17:25
  Author: arojas
Revision: 260426

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

Added:
  qt5-webengine/repos/
  qt5-webengine/repos/kde-unstable-i686/
  qt5-webengine/repos/kde-unstable-i686/PKGBUILD
(from rev 260425, qt5-webengine/trunk/PKGBUILD)
  qt5-webengine/repos/kde-unstable-x86_64/
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260425, qt5-webengine/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   48 +
 kde-unstable-x86_64/PKGBUILD |   48 +
 2 files changed, 96 insertions(+)

Copied: qt5-webengine/repos/kde-unstable-i686/PKGBUILD (from rev 260425, 
qt5-webengine/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-03-01 07:17:25 UTC (rev 260426)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-webchannel' 'libxcomposite' 'libxrandr' 'libxtst' 'libxcursor' 
'libpulse' 'pciutils' 'libxss' 'nss'
+ 'libvpx' 'opus' 'libevent' 'libsrtp' 'jsoncpp' 'libwebp' 'snappy' 
'minizip')
+makedepends=('python2' 'git' 'gperf')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('af563195bc61e878e8de45658a1bd745')
+
+prepare() {
+  mkdir -p build
+
+  # Hack to force using python2
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+}
+
+build() {
+  cd build
+
+  export PATH="$srcdir/bin:$PATH"
+  qmake WEBENGINE_CONFIG+=use_proprietary_codecs ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD (from rev 260425, 
qt5-webengine/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-03-01 07:17:25 UTC (rev 260426)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-webchannel' 'libxcomposite' 'libxrandr' 'libxtst' 'libxcursor' 
'libpulse' 'pciutils' 'libxss' 'nss'
+ 'libvpx' 'opus' 'libevent' 'libsrtp' 'jsoncpp' 'libwebp' 'snappy' 
'minizip')
+makedepends=('python2' 'git' 'gperf')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('af563195bc61e878e8de45658a1bd745')
+
+prepare() {
+  mkdir -p build
+
+  # Hack to force using python2
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+}
+
+build() {
+  cd build
+
+  export PATH="$srcdir/bin:$PATH"
+  qmake WEBENGINE_CONFIG+=use_proprietary_codecs ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in (3 files)

2016-02-29 Thread Antonio Rojas
Date: Tuesday, March 1, 2016 @ 08:16:35
  Author: arojas
Revision: 260425

Split qt5-webengine package

Added:
  qt5-webengine/
  qt5-webengine/trunk/
  qt5-webengine/trunk/PKGBUILD

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

Added: qt5-webengine/trunk/PKGBUILD
===
--- qt5-webengine/trunk/PKGBUILD(rev 0)
+++ qt5-webengine/trunk/PKGBUILD2016-03-01 07:16:35 UTC (rev 260425)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-webchannel' 'libxcomposite' 'libxrandr' 'libxtst' 'libxcursor' 
'libpulse' 'pciutils' 'libxss' 'nss'
+ 'libvpx' 'opus' 'libevent' 'libsrtp' 'jsoncpp' 'libwebp' 'snappy' 
'minizip')
+makedepends=('python2' 'git' 'gperf')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('af563195bc61e878e8de45658a1bd745')
+
+prepare() {
+  mkdir -p build
+
+  # Hack to force using python2
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+}
+
+build() {
+  cd build
+
+  export PATH="$srcdir/bin:$PATH"
+  qmake WEBENGINE_CONFIG+=use_proprietary_codecs ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-02-29 Thread Laurent Carlier
Date: Tuesday, March 1, 2016 @ 06:53:30
  Author: lcarlier
Revision: 260423

upgpkg: vulkan-intel 0.0.2+2163+g097564b-1

update to lastest git commit

Modified:
  vulkan-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-01 00:49:53 UTC (rev 260422)
+++ PKGBUILD2016-03-01 05:53:30 UTC (rev 260423)
@@ -2,11 +2,11 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-intel
-pkgver=0.0.1+3765+gbc696f1
-#pkgver=11.1+branchpoint+3765+gbc696f1
+pkgver=0.0.2+2163+g097564b
+#pkgver=11.2-branchpoint-2163-g097564b
 pkgrel=1
 pkgdesc="Intel's Vulkan mesa driver"
-arch=(x86_64)
+arch=(x86_64) # i686 doesn't build
 url="http://www.mesa3d.org;
 license=('custom')
 depends=('vulkan-icd-loader' 'libgcrypt' 'wayland' 'libxcb')
@@ -26,7 +26,7 @@
   cd "${srcdir}/anvil"
   
   #select our git commit
-  git checkout bc696f1db69bf70cf1d1c4b6b837db25378b820c
+  git checkout 097564bb8e30e3c13674a2aa113c373657628eb1 .
 }
 
 build() {


[arch-commits] Commit in vulkan-intel/repos/extra-x86_64 (4 files)

2016-02-29 Thread Laurent Carlier
Date: Tuesday, March 1, 2016 @ 06:53:35
  Author: lcarlier
Revision: 260424

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-intel/repos/extra-x86_64/LICENSE
(from rev 260423, vulkan-intel/trunk/LICENSE)
  vulkan-intel/repos/extra-x86_64/PKGBUILD
(from rev 260423, vulkan-intel/trunk/PKGBUILD)
Deleted:
  vulkan-intel/repos/extra-x86_64/LICENSE
  vulkan-intel/repos/extra-x86_64/PKGBUILD

--+
 LICENSE  |  164 ++---
 PKGBUILD |  120 ++--
 2 files changed, 142 insertions(+), 142 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-03-01 05:53:30 UTC (rev 260423)
+++ LICENSE 2016-03-01 05:53:35 UTC (rev 260424)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: vulkan-intel/repos/extra-x86_64/LICENSE (from rev 260423, 
vulkan-intel/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-03-01 05:53:35 UTC (rev 260424)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not 

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

2016-02-29 Thread Gaetan Bisson
Date: Tuesday, March 1, 2016 @ 01:49:53
  Author: bisson
Revision: 260422

db-move: moved mpd from [testing] to [extra] (i686, x86_64)

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 260421, mpd/repos/testing-i686/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 260421, mpd/repos/testing-i686/conf)
  mpd/repos/extra-i686/install
(from rev 260421, mpd/repos/testing-i686/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 260421, mpd/repos/testing-i686/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 260421, mpd/repos/testing-x86_64/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 260421, mpd/repos/testing-x86_64/conf)
  mpd/repos/extra-x86_64/install
(from rev 260421, mpd/repos/testing-x86_64/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 260421, mpd/repos/testing-x86_64/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d
  mpd/repos/testing-i686/
  mpd/repos/testing-x86_64/

-+
 /PKGBUILD   |  124 ++
 /conf   |   12 
 /install|   22 
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 160 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-29 21:39:57 UTC (rev 260421)
+++ extra-i686/PKGBUILD 2016-03-01 00:49:53 UTC (rev 260422)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.13
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('1bbd8a9d80018d47867b205ea00e76bef9bbc351' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 260421, 
mpd/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-01 00:49:53 UTC (rev 260422)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.13
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 

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

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:29:15
  Author: xyne
Revision: 163839

upgpkg: reflector 2015.12-2

chroot rebuild

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-01 00:28:52 UTC (rev 163838)
+++ PKGBUILD2016-03-01 00:29:15 UTC (rev 163839)
@@ -1,7 +1,7 @@
 #Maintainer: Xyne 
 pkgname=reflector
 pkgver=2015.12
-pkgrel=1
+pkgrel=2
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
 license=(GPL)


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

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:29:33
  Author: xyne
Revision: 163840

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 163839, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-01 00:29:15 UTC (rev 163839)
+++ PKGBUILD2016-03-01 00:29:33 UTC (rev 163840)
@@ -1,33 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2015.12
-pkgrel=1
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="http://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz.sig
-)
-sha512sums=(
-  
9c1da4688fd2e2b5bd9f1498b9b9252043de3742eb86f6e8aecae3d9c2779fca2baadf64a5103abb08db01b4ecd5ccb61127bcdbcef64f972405371b631e013d
-  
5a689419ac03f6a1d2a6231c195b9653d4654a3062b21bb6791211455870154a305c39856f377102c6c982541cca945f9b381b7922d4d2a2e9b84e238a25acea
-)
-md5sums=(
-  b2997306594aa064bfeff3533132b174
-  43a73486fed553664e3a484ebdff501e
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 163839, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-01 00:29:33 UTC (rev 163840)
@@ -0,0 +1,33 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2015.12
+pkgrel=2
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="http://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz.sig
+)
+sha512sums=(
+  
9c1da4688fd2e2b5bd9f1498b9b9252043de3742eb86f6e8aecae3d9c2779fca2baadf64a5103abb08db01b4ecd5ccb61127bcdbcef64f972405371b631e013d
+  
5a689419ac03f6a1d2a6231c195b9653d4654a3062b21bb6791211455870154a305c39856f377102c6c982541cca945f9b381b7922d4d2a2e9b84e238a25acea
+)
+md5sums=(
+  b2997306594aa064bfeff3533132b174
+  43a73486fed553664e3a484ebdff501e
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:28:25
  Author: xyne
Revision: 163837

upgpkg: cmus 2.7.1-6

chroot rebuild

Modified:
  cmus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-01 00:27:13 UTC (rev 163836)
+++ PKGBUILD2016-03-01 00:28:25 UTC (rev 163837)
@@ -6,7 +6,7 @@
 
 pkgname=cmus
 pkgver=2.7.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Feature-rich ncurses-based music player'
 arch=('i686' 'x86_64')
 url="https://cmus.github.io/;


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

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:28:52
  Author: xyne
Revision: 163838

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-01 00:28:25 UTC (rev 163837)
+++ community-i686/PKGBUILD 2016-03-01 00:28:52 UTC (rev 163838)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Aaron Griffin 
-# Contributor: dorphell 
-
-pkgname=cmus
-pkgver=2.7.1
-pkgrel=5
-pkgdesc='Feature-rich ncurses-based music player'
-arch=('i686' 'x86_64')
-url="https://cmus.github.io/;
-license=('GPL')
-depends=('ncurses' 'libcue' 'libdiscid')
-makedepends=(
-  'faad2'
-  'ffmpeg'
-  'flac'
-  'libao'
-  'libcdio-paranoia'
-  'libmad'
-  'libmodplug'
-  'libmp4v2'
-  'libmpcdec'
-  'libpulse'
-  'libvorbis'
-  'opusfile'
-  'wavpack'
-)
-optdepends=('alsa-lib: for ALSA output plugin support'
-'libao: for AO output plugin support'
-'libpulse: for PulseAudio output plugin support'
-'faad2: for AAC input plugin support'
-'ffmpeg: for ffmpeg input plugin support'
-'flac: for flac input plugin support'
-'libmad: for mp3 input plugin support'
-'libmodplug: for modplug input plugin support'
-'libmp4v2: for mp4 input plugin support'
-'libmpcdec: for musepack input plugin support'
-'libvorbis: for vorbis input plugin support'
-'libcdio-paranoia: for cdio support'
-'opusfile: for opus input plugin support'
-'wavpack: for wavpack input plugin support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
-sha256sums=('8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
-}

Copied: cmus/repos/community-i686/PKGBUILD (from rev 163837, 
cmus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-01 00:28:52 UTC (rev 163838)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Aaron Griffin 
+# Contributor: dorphell 
+
+pkgname=cmus
+pkgver=2.7.1
+pkgrel=6
+pkgdesc='Feature-rich ncurses-based music player'
+arch=('i686' 'x86_64')
+url="https://cmus.github.io/;
+license=('GPL')
+depends=('ncurses' 'libcue' 'libdiscid')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'faad2: for AAC input plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'flac: for flac input plugin support'
+'libmad: for mp3 input plugin support'
+'libmodplug: for modplug input plugin support'
+'libmp4v2: for mp4 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
+'opusfile: for opus input plugin support'
+'wavpack: for wavpack input plugin support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
+sha256sums=('8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-01 00:28:25 UTC (rev 163837)
+++ 

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

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:27:13
  Author: xyne
Revision: 163836

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

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

--+
 /PKGBUILD|   66 +
 /asunder.install |   28 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/asunder.install   |   14 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/asunder.install |   14 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-01 00:26:37 UTC (rev 163835)
+++ community-i686/PKGBUILD 2016-03-01 00:27:13 UTC (rev 163836)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.8
-pkgrel=1
-pkgdesc="a graphical CD ripper and encoder"
-arch=('i686' 'x86_64')
-url="http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
-   'flac: for flac support')
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d3d71cccf9e97d9e8b738d28d9067e03')
-sha256sums=('d8c7014b87ab3c5467876def4d8650fd09fe415ded9de2569c629296499b09db')
-install="$pkgname".install
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: asunder/repos/community-i686/PKGBUILD (from rev 163835, 
asunder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-01 00:27:13 UTC (rev 163836)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor: Ronald van Haren 
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand 
+
+pkgname=asunder
+pkgver=2.8
+pkgrel=2
+pkgdesc="a graphical CD ripper and encoder"
+arch=('i686' 'x86_64')
+url="http://littlesvr.ca/asunder/;
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
+makedepends=('pkgconfig' 'intltool' 'gettext')
+optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
+   'flac: for flac support')
+source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d3d71cccf9e97d9e8b738d28d9067e03')
+sha256sums=('d8c7014b87ab3c5467876def4d8650fd09fe415ded9de2569c629296499b09db')
+install="$pkgname".install
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: community-i686/asunder.install
===
--- community-i686/asunder.install  2016-03-01 00:26:37 UTC (rev 163835)
+++ community-i686/asunder.install  2016-03-01 00:27:13 UTC (rev 163836)
@@ -1,14 +0,0 @@
-post_install()
-{
-  update-desktop-database -q
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
\ No newline at end of file

Copied: asunder/repos/community-i686/asunder.install (from rev 163835, 
asunder/trunk/asunder.install)
===
--- community-i686/asunder.install  (rev 0)
+++ community-i686/asunder.install  2016-03-01 00:27:13 UTC (rev 163836)
@@ -0,0 +1,14 @@
+post_install()
+{
+  update-desktop-database -q
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-01 00:26:37 UTC (rev 163835)
+++ community-x86_64/PKGBUILD   2016-03-01 00:27:13 UTC (rev 163836)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.8
-pkgrel=1
-pkgdesc="a graphical 

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

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:26:37
  Author: xyne
Revision: 163835

upgpkg: asunder 2.8-2

chroot rebuild

Modified:
  asunder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-01 00:17:09 UTC (rev 163834)
+++ PKGBUILD2016-03-01 00:26:37 UTC (rev 163835)
@@ -6,7 +6,7 @@
 
 pkgname=asunder
 pkgver=2.8
-pkgrel=1
+pkgrel=2
 pkgdesc="a graphical CD ripper and encoder"
 arch=('i686' 'x86_64')
 url="http://littlesvr.ca/asunder/;


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

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:17:09
  Author: xyne
Revision: 163834

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

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

--+
 /PKGBUILD|   66 +
 /asunder.install |   28 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/asunder.install   |   14 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/asunder.install |   14 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-01 00:12:26 UTC (rev 163833)
+++ community-i686/PKGBUILD 2016-03-01 00:17:09 UTC (rev 163834)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.8
-pkgrel=1
-pkgdesc="a graphical CD ripper and encoder"
-arch=('i686' 'x86_64')
-url="http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
-   'flac: for flac support')
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d3d71cccf9e97d9e8b738d28d9067e03')
-sha256sums=('d8c7014b87ab3c5467876def4d8650fd09fe415ded9de2569c629296499b09db')
-install="$pkgname".install
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: asunder/repos/community-i686/PKGBUILD (from rev 163833, 
asunder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-01 00:17:09 UTC (rev 163834)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor: Ronald van Haren 
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand 
+
+pkgname=asunder
+pkgver=2.8
+pkgrel=1
+pkgdesc="a graphical CD ripper and encoder"
+arch=('i686' 'x86_64')
+url="http://littlesvr.ca/asunder/;
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
+makedepends=('pkgconfig' 'intltool' 'gettext')
+optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
+   'flac: for flac support')
+source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d3d71cccf9e97d9e8b738d28d9067e03')
+sha256sums=('d8c7014b87ab3c5467876def4d8650fd09fe415ded9de2569c629296499b09db')
+install="$pkgname".install
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: community-i686/asunder.install
===
--- community-i686/asunder.install  2016-03-01 00:12:26 UTC (rev 163833)
+++ community-i686/asunder.install  2016-03-01 00:17:09 UTC (rev 163834)
@@ -1,14 +0,0 @@
-post_install()
-{
-  update-desktop-database -q
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
\ No newline at end of file

Copied: asunder/repos/community-i686/asunder.install (from rev 163833, 
asunder/trunk/asunder.install)
===
--- community-i686/asunder.install  (rev 0)
+++ community-i686/asunder.install  2016-03-01 00:17:09 UTC (rev 163834)
@@ -0,0 +1,14 @@
+post_install()
+{
+  update-desktop-database -q
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-01 00:12:26 UTC (rev 163833)
+++ community-x86_64/PKGBUILD   2016-03-01 00:17:09 UTC (rev 163834)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.8
-pkgrel=1
-pkgdesc="a graphical 

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

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:12:26
  Author: xyne
Revision: 163833

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-01 00:09:19 UTC (rev 163832)
+++ community-i686/PKGBUILD 2016-03-01 00:12:26 UTC (rev 163833)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Aaron Griffin 
-# Contributor: dorphell 
-
-pkgname=cmus
-pkgver=2.7.1
-pkgrel=3
-pkgdesc='Feature-rich ncurses-based music player'
-arch=('i686' 'x86_64')
-url="https://cmus.github.io/;
-license=('GPL')
-depends=('ncurses' 'libcue' 'libdiscid')
-makedepends=(
-  'faad2'
-  'ffmpeg'
-  'flac'
-  'libao'
-  'libcdio-paranoia'
-  'libmad'
-  'libmodplug'
-  'libmp4v2'
-  'libmpcdec'
-  'libpulse'
-  'libvorbis'
-  'opusfile'
-  'wavpack'
-)
-optdepends=('alsa-lib: for ALSA output plugin support'
-'libao: for AO output plugin support'
-'libpulse: for PulseAudio output plugin support'
-'faad2: for AAC input plugin support'
-'ffmpeg: for ffmpeg input plugin support'
-'flac: for flac input plugin support'
-'libmad: for mp3 input plugin support'
-'libmodplug: for modplug input plugin support'
-'libmp4v2: for mp4 input plugin support'
-'libmpcdec: for musepack input plugin support'
-'libvorbis: for vorbis input plugin support'
-'libcdio-paranoia: for cdio support'
-'opusfile: for opus input plugin support'
-'wavpack: for wavpack input plugin support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
-sha256sums=('8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
-}

Copied: cmus/repos/community-i686/PKGBUILD (from rev 163832, 
cmus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-01 00:12:26 UTC (rev 163833)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Aaron Griffin 
+# Contributor: dorphell 
+
+pkgname=cmus
+pkgver=2.7.1
+pkgrel=5
+pkgdesc='Feature-rich ncurses-based music player'
+arch=('i686' 'x86_64')
+url="https://cmus.github.io/;
+license=('GPL')
+depends=('ncurses' 'libcue' 'libdiscid')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'faad2: for AAC input plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'flac: for flac input plugin support'
+'libmad: for mp3 input plugin support'
+'libmodplug: for modplug input plugin support'
+'libmp4v2: for mp4 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
+'opusfile: for opus input plugin support'
+'wavpack: for wavpack input plugin support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
+sha256sums=('8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-01 00:09:19 UTC (rev 163832)
+++ 

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

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:09:19
  Author: xyne
Revision: 163832

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 163831, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-29 23:58:34 UTC (rev 163831)
+++ PKGBUILD2016-03-01 00:09:19 UTC (rev 163832)
@@ -1,33 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2015.12
-pkgrel=1
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="http://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz.sig
-)
-sha512sums=(
-  
9c1da4688fd2e2b5bd9f1498b9b9252043de3742eb86f6e8aecae3d9c2779fca2baadf64a5103abb08db01b4ecd5ccb61127bcdbcef64f972405371b631e013d
-  
5a689419ac03f6a1d2a6231c195b9653d4654a3062b21bb6791211455870154a305c39856f377102c6c982541cca945f9b381b7922d4d2a2e9b84e238a25acea
-)
-md5sums=(
-  b2997306594aa064bfeff3533132b174
-  43a73486fed553664e3a484ebdff501e
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 163831, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-01 00:09:19 UTC (rev 163832)
@@ -0,0 +1,33 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2015.12
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="http://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz.sig
+)
+sha512sums=(
+  
9c1da4688fd2e2b5bd9f1498b9b9252043de3742eb86f6e8aecae3d9c2779fca2baadf64a5103abb08db01b4ecd5ccb61127bcdbcef64f972405371b631e013d
+  
5a689419ac03f6a1d2a6231c195b9653d4654a3062b21bb6791211455870154a305c39856f377102c6c982541cca945f9b381b7922d4d2a2e9b84e238a25acea
+)
+md5sums=(
+  b2997306594aa064bfeff3533132b174
+  43a73486fed553664e3a484ebdff501e
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 00:58:34
  Author: xyne
Revision: 163831

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

Added:
  fdupes/repos/community-i686/LICENSE
(from rev 163830, fdupes/trunk/LICENSE)
  fdupes/repos/community-i686/PKGBUILD
(from rev 163830, fdupes/trunk/PKGBUILD)
  fdupes/repos/community-x86_64/LICENSE
(from rev 163830, fdupes/trunk/LICENSE)
  fdupes/repos/community-x86_64/PKGBUILD
(from rev 163830, fdupes/trunk/PKGBUILD)
Deleted:
  fdupes/repos/community-i686/ChangeLog
  fdupes/repos/community-i686/LICENSE
  fdupes/repos/community-i686/PKGBUILD
  fdupes/repos/community-x86_64/ChangeLog
  fdupes/repos/community-x86_64/LICENSE
  fdupes/repos/community-x86_64/PKGBUILD

+
 /LICENSE   |   44 ++
 /PKGBUILD  |   72 +++
 community-i686/ChangeLog   |   11 --
 community-i686/LICENSE |   22 -
 community-i686/PKGBUILD|   33 ---
 community-x86_64/ChangeLog |   11 --
 community-x86_64/LICENSE   |   22 -
 community-x86_64/PKGBUILD  |   33 ---
 8 files changed, 116 insertions(+), 132 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-02-29 23:58:20 UTC (rev 163830)
+++ community-i686/ChangeLog2016-02-29 23:58:34 UTC (rev 163831)
@@ -1,11 +0,0 @@
-2008-10-05  Eric Belanger  
-
-   * fdupes 1.40-4
-   * Added x86_64 arch tag
-   * Fixed license
-   * FHS man pages
-
-2008-10-03  Douglas Soares de Andrade  
-
-   * Adding package to community: 1.40
-

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-29 23:58:20 UTC (rev 163830)
+++ community-i686/PKGBUILD 2016-02-29 23:58:34 UTC (rev 163831)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: 

[arch-commits] Commit in fdupes/trunk (ChangeLog)

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 00:58:20
  Author: xyne
Revision: 163830

upgpkg: fdupes 1.51-4

FS#48208

Deleted:
  fdupes/trunk/ChangeLog

---+
 ChangeLog |   11 ---
 1 file changed, 11 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-02-29 23:57:00 UTC (rev 163829)
+++ ChangeLog   2016-02-29 23:58:20 UTC (rev 163830)
@@ -1,11 +0,0 @@
-2008-10-05  Eric Belanger  
-
-   * fdupes 1.40-4
-   * Added x86_64 arch tag
-   * Fixed license
-   * FHS man pages
-
-2008-10-03  Douglas Soares de Andrade  
-
-   * Adding package to community: 1.40
-


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

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 00:57:00
  Author: xyne
Revision: 163829

upgpkg: fdupes 1.51-4

FS#48208

Modified:
  fdupes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 23:51:09 UTC (rev 163828)
+++ PKGBUILD2016-02-29 23:57:00 UTC (rev 163829)
@@ -5,29 +5,32 @@
 
 pkgname=fdupes
 pkgver=1.51
-pkgrel=3
+pkgrel=4
 pkgdesc="a program for identifying or deleting duplicate files residing within 
specified directories"
 arch=('i686' 'x86_64')
 url="https://github.com/adrianlopezroche/fdupes;
 license=('MIT')
 depends=(glibc)
-source=(https://github.com/adrianlopezroche/fdupes/archive/master.zip LICENSE)
-sha256sums=('367dafb279558e5a857f4389243c2dc6cee1164a9de7110292df89c89d6991b0'
+makedepends=(git)
+source=(https://github.com/adrianlopezroche/fdupes/archive/$pkgname-$pkgver.tar.gz
 LICENSE)
+# Alternatively
+# source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver 
LICENSE)
+sha256sums=('SKIP'
 '6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39')
 
 build() {
-  cd "$srcdir/$pkgname-master"
+  cd $pkgname-$pkgname-$pkgver
   make  PREFIX=/usr
 }
 
 package(){
-  cd "$srcdir/$pkgname-master"
-  install -d "$pkgdir"/usr/{share/man/man1,bin}
-  make \
-PREFIX="/usr" \
-DESTDIR="$pkgdir" \
-install
-  install -D -m644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd $pkgname-$pkgname-$pkgver
+  # This works on the master branch but not for the 1.51 tag.
+  # install -d "$pkgdir"/usr/{share/man/man1,bin} # remnant from old PKGBUILD
+  #make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm755 fdupes "$pkgdir/usr/bin/fdupes"
+  install -Dm644 fdupes.1 "$pkgdir/usr/share/man/man1/fdupes.1"
 }
 
 # vim: set ts=2 sw=2 et:


[arch-commits] Commit in josm/repos/community-any (8 files)

2016-02-29 Thread Jaroslav Lichtblau
Date: Tuesday, March 1, 2016 @ 00:51:09
  Author: jlichtblau
Revision: 163828

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 163827, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 163827, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 163827, josm/trunk/josm.conf.d)
  josm/repos/community-any/josm.desktop
(from rev 163827, josm/trunk/josm.desktop)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d
  josm/repos/community-any/josm.desktop

+
 PKGBUILD   |   92 +++---
 josm.changelog |  357 +++
 josm.conf.d|8 -
 josm.desktop   |   16 +-
 4 files changed, 238 insertions(+), 235 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-29 23:50:47 UTC (rev 163827)
+++ PKGBUILD2016-02-29 23:51:09 UTC (rev 163828)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michele Schäuble 
-
-pkgname=josm
-pkgver=9329
-pkgrel=1
-pkgdesc="An editor for OpenStreetMap written in Java"
-arch=('any')
-url="http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime' 'libxtst' 'ttf-font')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(http://josm.openstreetmap.de/$pkgname-tested.jar
-$pkgname.desktop
-$pkgname.conf.d)
-sha256sums=('f81e9e191474b9286e445e0edcc74c789d724c87791d2bec5209fcfae31d8a20'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-package() {
-  cd "${srcdir}"
-
-  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d "${pkgdir}"/usr/bin
-  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
-CLASSPATH="/usr/share/java/josm/josm.jar"
-java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 163827, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-29 23:51:09 UTC (rev 163828)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michele Schäuble 
+
+pkgname=josm
+pkgver=9900
+pkgrel=1
+pkgdesc="An editor for OpenStreetMap written in Java"
+arch=('any')
+url="http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime' 'libxtst' 'ttf-font')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(http://josm.openstreetmap.de/$pkgname-tested.jar
+$pkgname.desktop
+$pkgname.conf.d)
+sha256sums=('be1deacd44f2810d6690ef8f29442f02ae65be24efc00a671f3fea2560554eb7'
+'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+package() {
+  cd "${srcdir}"
+
+  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d "${pkgdir}"/usr/bin
+  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+while true; do
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
+CLASSPATH="/usr/share/java/josm/josm.jar"
+java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
+[ $? -eq 9 ] || break
+done
+EOF
+  chmod 755 "${pkgdir}"/usr/bin/$pkgname
+  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
+}

Deleted: josm.changelog
===
--- josm.changelog  2016-02-29 23:50:47 UTC (rev 163827)
+++ josm.changelog  2016-02-29 23:51:09 UTC (rev 163828)
@@ -1,177 +0,0 @@
-2016-01-07 Jaroslav Lichtblau 
-   * josm 9329-1
-
-2016-01-01 Jaroslav Lichtblau 
-  

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

2016-02-29 Thread Jaroslav Lichtblau
Date: Tuesday, March 1, 2016 @ 00:50:47
  Author: jlichtblau
Revision: 163827

upgpkg: josm 9900-1 - new upstream release

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 20:09:24 UTC (rev 163826)
+++ PKGBUILD2016-02-29 23:50:47 UTC (rev 163827)
@@ -3,7 +3,7 @@
 # Contributor: Michele Schäuble 
 
 pkgname=josm
-pkgver=9329
+pkgver=9900
 pkgrel=1
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
@@ -15,7 +15,7 @@
 source=(http://josm.openstreetmap.de/$pkgname-tested.jar
 $pkgname.desktop
 $pkgname.conf.d)
-sha256sums=('f81e9e191474b9286e445e0edcc74c789d724c87791d2bec5209fcfae31d8a20'
+sha256sums=('be1deacd44f2810d6690ef8f29442f02ae65be24efc00a671f3fea2560554eb7'
 'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2016-02-29 20:09:24 UTC (rev 163826)
+++ josm.changelog  2016-02-29 23:50:47 UTC (rev 163827)
@@ -1,3 +1,6 @@
+2016-03-01 Jaroslav Lichtblau 
+   * josm 9900-1
+
 2016-01-07 Jaroslav Lichtblau 
* josm 9329-1
 


[arch-commits] Commit in (libzeitgeist)

2016-02-29 Thread Jan de Groot
Date: Monday, February 29, 2016 @ 22:39:57
  Author: jgc
Revision: 260421

Remove unused package (FS#48352)

Deleted:
  libzeitgeist/


[arch-commits] Commit in (gtkhtml4)

2016-02-29 Thread Jan de Groot
Date: Monday, February 29, 2016 @ 22:38:21
  Author: jgc
Revision: 260418

Delete package, no longer used

Deleted:
  gtkhtml4/


[arch-commits] Commit in upower/trunk (PKGBUILD fix-critical-action.patch)

2016-02-29 Thread Jan de Groot
Date: Monday, February 29, 2016 @ 22:35:57
  Author: jgc
Revision: 260414

upgpkg: upower 0.99.4-2

Fix crash (FS#48341)

Added:
  upower/trunk/fix-critical-action.patch
Modified:
  upower/trunk/PKGBUILD

---+
 PKGBUILD  |   13 ++---
 fix-critical-action.patch |   28 
 2 files changed, 38 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 18:58:03 UTC (rev 260413)
+++ PKGBUILD2016-02-29 21:35:57 UTC (rev 260414)
@@ -3,7 +3,7 @@
 
 pkgname=upower
 pkgver=0.99.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
 arch=('i686' 'x86_64')
 url="http://upower.freedesktop.org;
@@ -11,9 +11,16 @@
 depends=('systemd' 'libusb' 'libimobiledevice' 'libgudev')
 makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2')
 backup=('etc/UPower/UPower.conf')
-source=(http://upower.freedesktop.org/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('9ca325a6ccef505529b268ebbbd9becd0ce65a65f6ac7ee31e2e5b17648037b0')
+source=(http://upower.freedesktop.org/releases/$pkgname-$pkgver.tar.xz
+fix-critical-action.patch)
+sha256sums=('9ca325a6ccef505529b268ebbbd9becd0ce65a65f6ac7ee31e2e5b17648037b0'
+'30c9e7587bd63f75d50f50f93bf97d9a80fc76f5ce875080487de04b2538beb4')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../fix-critical-action.patch
+}
+
 build() {
   cd $pkgname-$pkgver
 

Added: fix-critical-action.patch
===
--- fix-critical-action.patch   (rev 0)
+++ fix-critical-action.patch   2016-02-29 21:35:57 UTC (rev 260414)
@@ -0,0 +1,28 @@
+From 28cee8e2845b094488c337c4ecfa84ada0b6be60 Mon Sep 17 00:00:00 2001
+From: Martin Pitt 
+Date: Tue, 23 Feb 2016 09:51:07 +0100
+Subject: daemon: fix get_critical_action()
+
+Fix copy error from e7e9156f that called the wrong _complete_ function
+for up_daemon_get_critical_action().
+
+https://bugs.freedesktop.org/show_bug.cgi?id=94262
+
+diff --git a/src/up-daemon.c b/src/up-daemon.c
+index be14cbe..e95f904 100644
+--- a/src/up-daemon.c
 b/src/up-daemon.c
+@@ -435,8 +435,8 @@ up_daemon_get_critical_action (UpExportedDaemon *skeleton,
+  GDBusMethodInvocation *invocation,
+  UpDaemon *daemon)
+ {
+-  up_exported_daemon_complete_get_display_device (skeleton, invocation,
+-  
up_backend_get_critical_action (daemon->priv->backend));
++  up_exported_daemon_complete_get_critical_action (skeleton, invocation,
++   
up_backend_get_critical_action (daemon->priv->backend));
+   return TRUE;
+ }
+ 
+-- 
+cgit v0.10.2
+


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

2016-02-29 Thread Jan de Groot
Date: Monday, February 29, 2016 @ 22:36:04
  Author: jgc
Revision: 260415

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

Added:
  upower/repos/extra-i686/PKGBUILD
(from rev 260414, upower/trunk/PKGBUILD)
  upower/repos/extra-i686/fix-critical-action.patch
(from rev 260414, upower/trunk/fix-critical-action.patch)
  upower/repos/extra-x86_64/PKGBUILD
(from rev 260414, upower/trunk/PKGBUILD)
  upower/repos/extra-x86_64/fix-critical-action.patch
(from rev 260414, upower/trunk/fix-critical-action.patch)
Deleted:
  upower/repos/extra-i686/PKGBUILD
  upower/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |   78 +++
 extra-i686/PKGBUILD|   32 
 extra-i686/fix-critical-action.patch   |   28 +++
 extra-x86_64/PKGBUILD  |   32 
 extra-x86_64/fix-critical-action.patch |   28 +++
 5 files changed, 134 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-29 21:35:57 UTC (rev 260414)
+++ extra-i686/PKGBUILD 2016-02-29 21:36:04 UTC (rev 260415)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=upower
-pkgver=0.99.4
-pkgrel=1
-pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
-arch=('i686' 'x86_64')
-url="http://upower.freedesktop.org;
-license=('GPL')
-depends=('systemd' 'libusb' 'libimobiledevice' 'libgudev')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2')
-backup=('etc/UPower/UPower.conf')
-source=(http://upower.freedesktop.org/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('9ca325a6ccef505529b268ebbbd9becd0ce65a65f6ac7ee31e2e5b17648037b0')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: upower/repos/extra-i686/PKGBUILD (from rev 260414, 
upower/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-29 21:36:04 UTC (rev 260415)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=upower
+pkgver=0.99.4
+pkgrel=2
+pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
+arch=('i686' 'x86_64')
+url="http://upower.freedesktop.org;
+license=('GPL')
+depends=('systemd' 'libusb' 'libimobiledevice' 'libgudev')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2')
+backup=('etc/UPower/UPower.conf')
+source=(http://upower.freedesktop.org/releases/$pkgname-$pkgver.tar.xz
+fix-critical-action.patch)
+sha256sums=('9ca325a6ccef505529b268ebbbd9becd0ce65a65f6ac7ee31e2e5b17648037b0'
+'30c9e7587bd63f75d50f50f93bf97d9a80fc76f5ce875080487de04b2538beb4')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../fix-critical-action.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: upower/repos/extra-i686/fix-critical-action.patch (from rev 260414, 
upower/trunk/fix-critical-action.patch)
===
--- extra-i686/fix-critical-action.patch(rev 0)
+++ extra-i686/fix-critical-action.patch2016-02-29 21:36:04 UTC (rev 
260415)
@@ -0,0 +1,28 @@
+From 28cee8e2845b094488c337c4ecfa84ada0b6be60 Mon Sep 17 00:00:00 2001
+From: Martin Pitt 
+Date: Tue, 23 Feb 2016 09:51:07 +0100
+Subject: daemon: fix get_critical_action()
+
+Fix copy error from e7e9156f that called the wrong _complete_ function
+for up_daemon_get_critical_action().
+
+https://bugs.freedesktop.org/show_bug.cgi?id=94262
+
+diff --git a/src/up-daemon.c b/src/up-daemon.c
+index be14cbe..e95f904 100644
+--- a/src/up-daemon.c
 b/src/up-daemon.c
+@@ -435,8 +435,8 @@ up_daemon_get_critical_action (UpExportedDaemon *skeleton,
+  GDBusMethodInvocation *invocation,
+  UpDaemon *daemon)
+ {
+-  up_exported_daemon_complete_get_display_device (skeleton, invocation,
+-  
up_backend_get_critical_action (daemon->priv->backend));
++  up_exported_daemon_complete_get_critical_action (skeleton, invocation,
++   
up_backend_get_critical_action (daemon->priv->backend));
+   return 

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

2016-02-29 Thread Johannes Löthberg
Date: Monday, February 29, 2016 @ 21:09:12
  Author: demize
Revision: 163825

upgpkg: python-sphinx 1.3.6-1

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 19:47:46 UTC (rev 163824)
+++ PKGBUILD2016-02-29 20:09:12 UTC (rev 163825)
@@ -6,7 +6,7 @@
 
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 
 arch=('any')
@@ -36,7 +36,7 @@
 )
 
 
source=("http://pypi.python.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz;)
-md5sums=('14bc6413d9863e36fd7204770bd6fcfe')
+md5sums=('7df638f47749f9284889c93012ffa07f')
 
 prepare() {
   # souce duplication is required because makefile modify source code


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

2016-02-29 Thread Johannes Löthberg
Date: Monday, February 29, 2016 @ 21:09:24
  Author: demize
Revision: 163826

archrelease: copy trunk to community-any

Added:
  python-sphinx/repos/community-any/PKGBUILD
(from rev 163825, python-sphinx/trunk/PKGBUILD)
Deleted:
  python-sphinx/repos/community-any/PKGBUILD

--+
 PKGBUILD |  230 ++---
 1 file changed, 115 insertions(+), 115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-29 20:09:12 UTC (rev 163825)
+++ PKGBUILD2016-02-29 20:09:24 UTC (rev 163826)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sébastien Luttringer
-# Contributor: Angel Velasquez 
-# Contributor: Fabio Volpe 
-
-pkgbase=python-sphinx
-pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.3.5
-pkgrel=1
-
-arch=('any')
-url='http://sphinx.pocoo.org/'
-license=('BSD')
-
-makedepends=(
-  'python-setuptools'
-  'python-docutils'
-  'python-jinja'
-  'python-pygments'
-  'python-six'
-  'python2-setuptools'
-  'python2-docutils'
-  'python2-jinja'
-  'python2-pygments'
-  'python2-six'
-)
-checkdepends=(
-  'python-nose' 'python2-nose'
-  'texlive-latexextra'
-  'python-snowballstemmer' 'python2-snowballstemmer'
-  'python-babel' 'python2-babel'
-  'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
-  'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
-  'python2-mock'
-)
-
-source=("http://pypi.python.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz;)
-md5sums=('14bc6413d9863e36fd7204770bd6fcfe')
-
-prepare() {
-  # souce duplication is required because makefile modify source code
-  # setyp.py --build tricks don't works well
-  cp -a Sphinx-$pkgver Sphinx-${pkgver}2
-  # change python2 interpreter
-  find Sphinx-${pkgver}2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-  # change sphinx-binaries name in source code
-  find Sphinx-${pkgver}2 -type f -name '*.py' -exec \
-sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \;
-}
-
-build() {
-  msg2 'Python 3 version'
-  cd "$srcdir"/Sphinx-$pkgver
-  make PYTHON=python3 build
-
-  msg2 'Python 2 version'
-  cd "$srcdir"/Sphinx-${pkgver}2
-  make PYTHON=python2 build
-}
-
-check() {
-  msg2 'Python 3 version'
-  cd "$srcdir"/Sphinx-$pkgver
-#  make PYTHON=python3 test
-  rm -r tests
-
-  msg2 'Python 2 version'
-  cd "$srcdir"/Sphinx-${pkgver}2
-  make PYTHON=python2 test
-  rm -r tests
-}
-
-package_python-sphinx() {
-  pkgdesc='Python3 documentation generator'
-  depends=(
-'python-jinja'
-'python-pygments'
-'python-docutils'
-'python-sphinx_rtd_theme'
-'python-sphinx-alabaster-theme'
-'python-babel'
-'python-snowballstemmer'
-'python-six'
-  )
-  optdepends=('texlive-latexextra: for generation of PDF documentation')
-
-  cd Sphinx-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python-sphinx/LICENSE
-}
-
-package_python2-sphinx() {
-  pkgdesc='Python2 documentation generator'
-  depends=(
-'python2-jinja'
-'python2-pygments'
-'python2-docutils'
-'python2-sphinx_rtd_theme'
-'python2-sphinx-alabaster-theme'
-'python2-babel'
-'python2-snowballstemmer'
-'python2-six'
-  )
-  optdepends=('texlive-latexextra: for generation of PDF documentation')
-
-  cd Sphinx-${pkgver}2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python2-sphinx/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx/repos/community-any/PKGBUILD (from rev 163825, 
python-sphinx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-29 20:09:24 UTC (rev 163826)
@@ -0,0 +1,115 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: Fabio Volpe 
+
+pkgbase=python-sphinx
+pkgname=('python-sphinx' 'python2-sphinx')
+pkgver=1.3.6
+pkgrel=1
+
+arch=('any')
+url='http://sphinx.pocoo.org/'
+license=('BSD')
+
+makedepends=(
+  'python-setuptools'
+  'python-docutils'
+  'python-jinja'
+  'python-pygments'
+  'python-six'
+  'python2-setuptools'
+  'python2-docutils'
+  'python2-jinja'
+  'python2-pygments'
+  'python2-six'
+)
+checkdepends=(
+  'python-nose' 'python2-nose'
+  'texlive-latexextra'
+  'python-snowballstemmer' 'python2-snowballstemmer'
+  'python-babel' 'python2-babel'
+  'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
+  'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
+  'python2-mock'
+)
+

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

2016-02-29 Thread Jelle van der Waa
Date: Monday, February 29, 2016 @ 20:47:46
  Author: jelle
Revision: 163824

archrelease: copy trunk to community-any

Added:
  python-dateutil/repos/community-any/PKGBUILD
(from rev 163823, python-dateutil/trunk/PKGBUILD)
Deleted:
  python-dateutil/repos/community-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-29 19:47:36 UTC (rev 163823)
+++ PKGBUILD2016-02-29 19:47:46 UTC (rev 163824)
@@ -1,47 +0,0 @@
-#/Maintainer: Jelle van der Waa 
-#Contributor: lilydjwg 
-
-pkgbase=python-dateutil
-pkgname=('python-dateutil' 'python2-dateutil')
-pkgver=2.4.2
-pkgrel=2
-pkgdesc="Provides powerful extensions to the standard datetime module"
-arch=('any')
-license=('custom')
-url="https://github.com/dateutil/dateutil;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=("$pkgbase-$pkgver.tar.gz"::"https://github.com/dateutil/dateutil/archive/$pkgver.tar.gz;)
-#source=(http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$pkgver.tar.gz)
-md5sums=('b22e2b212813f06955bbb36cada93551')
-
-build() {
-
-  cd $srcdir
-  cp -r  dateutil-$pkgver python2-dateutil-$pkgver
-}
-
-package_python-dateutil()
-{
-depends=('python-six')
-  cd dateutil-$pkgver
-  python3 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-dateutil()
-{
-depends=('python2-six')
-  cd $srcdir/python2-dateutil-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-check() {
-  cd dateutil-$pkgver
-  python3 updatezinfo.py
-  python3 setup.py test
-
-  cd $srcdir/python2-dateutil-$pkgver
-  python2 updatezinfo.py
-  python2 setup.py test
-}

Copied: python-dateutil/repos/community-any/PKGBUILD (from rev 163823, 
python-dateutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-29 19:47:46 UTC (rev 163824)
@@ -0,0 +1,47 @@
+#/Maintainer: Jelle van der Waa 
+#Contributor: lilydjwg 
+
+pkgbase=python-dateutil
+pkgname=('python-dateutil' 'python2-dateutil')
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="Provides powerful extensions to the standard datetime module"
+arch=('any')
+license=('custom')
+url="https://github.com/dateutil/dateutil;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=("$pkgbase-$pkgver.tar.gz"::"https://github.com/dateutil/dateutil/archive/$pkgver.tar.gz;)
+#source=(http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$pkgver.tar.gz)
+md5sums=('80c96851670122fa9b4083ee5fc0ef3b')
+
+build() {
+
+  cd $srcdir
+  cp -r  dateutil-$pkgver python2-dateutil-$pkgver
+}
+
+package_python-dateutil()
+{
+depends=('python-six')
+  cd dateutil-$pkgver
+  python3 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-dateutil()
+{
+depends=('python2-six')
+  cd $srcdir/python2-dateutil-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+check() {
+  cd dateutil-$pkgver
+  python3 updatezinfo.py
+  python3 setup.py test
+
+  cd $srcdir/python2-dateutil-$pkgver
+  python2 updatezinfo.py
+  python2 setup.py test
+}


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

2016-02-29 Thread Jelle van der Waa
Date: Monday, February 29, 2016 @ 20:47:36
  Author: jelle
Revision: 163823

upgpkg: python-dateutil 2.5.0-1

Modified:
  python-dateutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 18:43:32 UTC (rev 163822)
+++ PKGBUILD2016-02-29 19:47:36 UTC (rev 163823)
@@ -3,8 +3,8 @@
 
 pkgbase=python-dateutil
 pkgname=('python-dateutil' 'python2-dateutil')
-pkgver=2.4.2
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
 pkgdesc="Provides powerful extensions to the standard datetime module"
 arch=('any')
 license=('custom')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
 
source=("$pkgbase-$pkgver.tar.gz"::"https://github.com/dateutil/dateutil/archive/$pkgver.tar.gz;)
 
#source=(http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$pkgver.tar.gz)
-md5sums=('b22e2b212813f06955bbb36cada93551')
+md5sums=('80c96851670122fa9b4083ee5fc0ef3b')
 
 build() {
 


[arch-commits] Commit in cantarell-fonts/repos/extra-any (4 files)

2016-02-29 Thread Jan Steffens
Date: Monday, February 29, 2016 @ 19:58:03
  Author: heftig
Revision: 260413

archrelease: copy trunk to extra-any

Added:
  cantarell-fonts/repos/extra-any/PKGBUILD
(from rev 260412, cantarell-fonts/trunk/PKGBUILD)
  cantarell-fonts/repos/extra-any/cantarell-fonts.install
(from rev 260412, cantarell-fonts/trunk/cantarell-fonts.install)
Deleted:
  cantarell-fonts/repos/extra-any/PKGBUILD
  cantarell-fonts/repos/extra-any/cantarell-fonts.install

-+
 PKGBUILD|   56 +++---
 cantarell-fonts.install |   22 +-
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-29 18:56:38 UTC (rev 260412)
+++ PKGBUILD2016-02-29 18:58:03 UTC (rev 260413)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=cantarell-fonts
-pkgver=0.0.23
-pkgrel=1
-epoch=1
-pkgdesc="Cantarell font family"
-arch=('any')
-url="https://git.gnome.org/browse/cantarell-fonts;
-license=('GPL2')
-depends=('fontconfig')
-install=cantarell-fonts.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('d85e165ac5d676d6b21c7870d8243cb612a2dc766d91fda788d56d5f5ad5db4e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cantarell-fonts/repos/extra-any/PKGBUILD (from rev 260412, 
cantarell-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-29 18:58:03 UTC (rev 260413)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=cantarell-fonts
+pkgver=0.0.24
+pkgrel=1
+epoch=1
+pkgdesc="Cantarell font family"
+arch=('any')
+url="https://git.gnome.org/browse/cantarell-fonts;
+license=('GPL2')
+depends=('fontconfig')
+install=cantarell-fonts.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('9cad649ae84f7e4ca1be637c27e2fa19e1fbf00d4bf6480171ccfad405b39264')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: cantarell-fonts.install
===
--- cantarell-fonts.install 2016-02-29 18:56:38 UTC (rev 260412)
+++ cantarell-fonts.install 2016-02-29 18:58:03 UTC (rev 260413)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: cantarell-fonts/repos/extra-any/cantarell-fonts.install (from rev 
260412, cantarell-fonts/trunk/cantarell-fonts.install)
===
--- cantarell-fonts.install (rev 0)
+++ cantarell-fonts.install 2016-02-29 18:58:03 UTC (rev 260413)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -s
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2016-02-29 Thread Jan Steffens
Date: Monday, February 29, 2016 @ 19:56:38
  Author: heftig
Revision: 260412

0.0.24

Modified:
  cantarell-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 18:08:08 UTC (rev 260411)
+++ PKGBUILD2016-02-29 18:56:38 UTC (rev 260412)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=cantarell-fonts
-pkgver=0.0.23
+pkgver=0.0.24
 pkgrel=1
 epoch=1
 pkgdesc="Cantarell font family"
@@ -12,7 +12,7 @@
 depends=('fontconfig')
 install=cantarell-fonts.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('d85e165ac5d676d6b21c7870d8243cb612a2dc766d91fda788d56d5f5ad5db4e')
+sha256sums=('9cad649ae84f7e4ca1be637c27e2fa19e1fbf00d4bf6480171ccfad405b39264')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in avr-libc/repos (2 files)

2016-02-29 Thread Anatol Pomozov
Date: Monday, February 29, 2016 @ 19:43:32
  Author: anatolik
Revision: 163822

archrelease: copy trunk to community-testing-any

Added:
  avr-libc/repos/community-testing-any/
  avr-libc/repos/community-testing-any/PKGBUILD
(from rev 163821, avr-libc/trunk/PKGBUILD)

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

Copied: avr-libc/repos/community-testing-any/PKGBUILD (from rev 163821, 
avr-libc/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-02-29 18:43:32 UTC (rev 163822)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Corrado Primier 
+# Contributor: danst0 
+
+# Build order: avr-binutils -> avr-gcc -> avr-libc
+
+pkgname=avr-libc
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='The C runtime library for the AVR family of microcontrollers'
+arch=(any)
+url='http://savannah.nongnu.org/projects/avr-libc/'
+license=(BSD)
+depends=(avr-gcc)
+options=(!strip) # it corrupts avr libraries
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('c46b4c92bd88339f4d8d9bce29893661be890845'
+  'SKIP')
+validpgpkeys=('5E84F980C3CAFD4BB5841070F48CA81B69A85873') # Joerg Wunsch
+
+build() {
+  cd avr-libc-$pkgver
+  ./bootstrap
+  ./configure --build=$(./config.guess) --host=avr --prefix=/usr
+  make
+}
+
+package() {
+  cd avr-libc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-02-29 Thread Anatol Pomozov
Date: Monday, February 29, 2016 @ 19:43:13
  Author: anatolik
Revision: 163821

upgpkg: avr-libc 2.0.0-1

Modified:
  avr-libc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 17:23:41 UTC (rev 163820)
+++ PKGBUILD2016-02-29 18:43:13 UTC (rev 163821)
@@ -5,23 +5,21 @@
 # Build order: avr-binutils -> avr-gcc -> avr-libc
 
 pkgname=avr-libc
-pkgver=1.8.1
-pkgrel=4
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='The C runtime library for the AVR family of microcontrollers'
 arch=(any)
 url='http://savannah.nongnu.org/projects/avr-libc/'
 license=(BSD)
 depends=(avr-gcc)
-makedepends=(subversion)
 options=(!strip) # it corrupts avr libraries
-# 1.8.1 does not support gcc-5.1 http://savannah.nongnu.org/bugs/?44869
-source=(svn://svn.sv.gnu.org/avr-libc/trunk/avr-libc#revision=2480)
-#source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('SKIP')
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('c46b4c92bd88339f4d8d9bce29893661be890845'
+  'SKIP')
 validpgpkeys=('5E84F980C3CAFD4BB5841070F48CA81B69A85873') # Joerg Wunsch
 
 build() {
-  cd $pkgname
+  cd avr-libc-$pkgver
   ./bootstrap
   ./configure --build=$(./config.guess) --host=avr --prefix=/usr
   make
@@ -28,7 +26,7 @@
 }
 
 package() {
-  cd $pkgname
+  cd avr-libc-$pkgver
   make DESTDIR="$pkgdir" install
 
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"


[arch-commits] Commit in qt5-doc (3 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 19:08:08
  Author: arojas
Revision: 260411

archrelease: copy trunk to kde-unstable-any

Added:
  qt5-doc/repos/
  qt5-doc/repos/kde-unstable-any/
  qt5-doc/repos/kde-unstable-any/PKGBUILD
(from rev 260410, qt5-doc/trunk/PKGBUILD)

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

Copied: qt5-doc/repos/kde-unstable-any/PKGBUILD (from rev 260410, 
qt5-doc/trunk/PKGBUILD)
===
--- repos/kde-unstable-any/PKGBUILD (rev 0)
+++ repos/kde-unstable-any/PKGBUILD 2016-02-29 18:08:08 UTC (rev 260411)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-doc
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=('qt5-tools' 'python2')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="qt-everywhere-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz;)
+md5sums=('7320f21e0aff25aa40d85a9376e15bc9')
+
+prepare() {
+  cd ${_pkgfqn}
+
+  # Use python2 for Python 2.x
+  find . -name '*.py' -exec sed -i \
+'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
+  find -name '*.pro' -o -name '*.pri' | xargs sed -i -e 's|python -c|python2 
-c|g' -e 's|python \$|python2 \$|g'
+
+  ln -s /usr/lib/qt/bin qttools/
+  ln -s /usr/lib/qt/bin/{rcc,uic,moc} qtbase/bin/
+}
+
+build() {
+  cd ${_pkgfqn}
+
+  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
+-prefix /usr \
+-bindir /usr/lib/qt/bin \
+-docdir /usr/share/doc/qt \
+-headerdir /usr/include/qt \
+-archdatadir /usr/lib/qt \
+-datadir /usr/share/qt \
+-sysconfdir /etc/xdg \
+-examplesdir /usr/share/doc/qt/examples
+  make docs
+}
+
+package() {
+  cd ${_pkgfqn}
+  make INSTALL_ROOT="$pkgdir" install_docs
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 19:04:17
  Author: arojas
Revision: 260410

Fix build, make in arch-independent

Modified:
  qt5-doc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 17:36:52 UTC (rev 260409)
+++ PKGBUILD2016-02-29 18:04:17 UTC (rev 260410)
@@ -6,33 +6,48 @@
 _qtver=5.6.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
-arch=('i686' 'x86_64')
+arch=('any')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
 pkgdesc='A cross-platform application and UI framework'
 depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
+makedepends=('qt5-tools' 'python2')
 conflicts=('qt')
 groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('2188e0907fa8f9d6343c8ac998e4fc9b')
+_pkgfqn="qt-everywhere-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz;)
+md5sums=('7320f21e0aff25aa40d85a9376e15bc9')
 
 prepare() {
-  mkdir -p build
+  cd ${_pkgfqn}
+
+  # Use python2 for Python 2.x
+  find . -name '*.py' -exec sed -i \
+'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
+  find -name '*.pro' -o -name '*.pri' | xargs sed -i -e 's|python -c|python2 
-c|g' -e 's|python \$|python2 \$|g'
+
+  ln -s /usr/lib/qt/bin qttools/
+  ln -s /usr/lib/qt/bin/{rcc,uic,moc} qtbase/bin/
 }
 
 build() {
-  cd build
+  cd ${_pkgfqn}
 
-  qmake ../${_pkgfqn}
-  make
+  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
+-prefix /usr \
+-bindir /usr/lib/qt/bin \
+-docdir /usr/share/doc/qt \
+-headerdir /usr/include/qt \
+-archdatadir /usr/lib/qt \
+-datadir /usr/share/qt \
+-sysconfdir /etc/xdg \
+-examplesdir /usr/share/doc/qt/examples
+  make docs
 }
 
 package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
+  cd ${_pkgfqn}
+  make INSTALL_ROOT="$pkgdir" install_docs
 
   install -d "$pkgdir"/usr/share/licenses
   ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}


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

2016-02-29 Thread Andreas Radke
Date: Monday, February 29, 2016 @ 18:35:52
  Author: andyrtr
Revision: 260407

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

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

-+
 /PKGBUILD   |   76 ++
 /libinput.install   |   22 +++
 testing-i686/PKGBUILD   |   38 ---
 testing-i686/libinput.install   |   11 -
 testing-x86_64/PKGBUILD |   38 ---
 testing-x86_64/libinput.install |   11 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-02-29 17:35:38 UTC (rev 260406)
+++ testing-i686/PKGBUILD   2016-02-29 17:35:52 UTC (rev 260407)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-checkdepends=('check')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('1754b917fe675507ea80445b4f2e91d76cb6a6935508fe37234807affb316e2c'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-# disabled for now:
-# https://github.com/libcheck/check/issues/18
-#  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/testing-i686/PKGBUILD (from rev 260406, 
libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-29 17:35:52 UTC (rev 260407)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+checkdepends=('check')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('e2db8c5357f8859b33c58e583601f50509f085ae9340a58790bcf44f1480c1c3'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled for now:
+# https://github.com/libcheck/check/issues/18
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: testing-i686/libinput.install
===
--- testing-i686/libinput.install   2016-02-29 17:35:38 UTC (rev 260406)
+++ testing-i686/libinput.install   2016-02-29 17:35:52 UTC (rev 260407)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/testing-i686/libinput.install (from rev 260406, 
libinput/trunk/libinput.install)
===
--- testing-i686/libinput.install   (rev 0)
+++ testing-i686/libinput.install   2016-02-29 17:35:52 UTC (rev 260407)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: testing-x86_64/PKGBUILD

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

2016-02-29 Thread Andreas Radke
Date: Monday, February 29, 2016 @ 18:35:38
  Author: andyrtr
Revision: 260406

upgpkg: libinput 1.2.1-1

upstream update 1.2.1

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 15:38:08 UTC (rev 260405)
+++ PKGBUILD2016-02-29 17:35:38 UTC (rev 260406)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 install=libinput.install
 options=('!libtool')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('1754b917fe675507ea80445b4f2e91d76cb6a6935508fe37234807affb316e2c'
+sha256sums=('e2db8c5357f8859b33c58e583601f50509f085ae9340a58790bcf44f1480c1c3'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 18:23:41
  Author: fyan
Revision: 163820

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 163819, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 163819, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 163819, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 163819, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 163819, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 163819, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 163819, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   18 +-
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 117 insertions(+), 117 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-29 17:21:07 UTC (rev 163819)
+++ PKGBUILD2016-02-29 17:23:41 UTC (rev 163820)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=1.650
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')

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

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 18:21:07
  Author: fyan
Revision: 163819

upgpkg: jenkins 1.651-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 17:08:41 UTC (rev 163818)
+++ PKGBUILD2016-02-29 17:21:07 UTC (rev 163819)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=1.650
+pkgver=1.651
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('cedcd11b877bfd5c10cc3a08ea2666090da02fb655d3e7d532da24458ee175468bed38e5ff74ecf7524dcaf857c103652259d9ab0d36af8bdc1f866e85bf477a'
+sha512sums=('9d21e6ee0ea3801e1fd72ce75fce095a358b582d634023ed2357a40b3d1311876f3bd699660175a187e03561e288981509c32ed18fb58c2a20e6edec285d68b0'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in haskell-yesod-default/repos (6 files)

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 18:08:41
  Author: fyan
Revision: 163818

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

Added:
  haskell-yesod-default/repos/community-staging-i686/
  haskell-yesod-default/repos/community-staging-i686/PKGBUILD
(from rev 163817, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-i686/haskell-yesod-default.install
(from rev 163817, haskell-yesod-default/trunk/haskell-yesod-default.install)
  haskell-yesod-default/repos/community-staging-x86_64/
  haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD
(from rev 163817, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-x86_64/haskell-yesod-default.install
(from rev 163817, haskell-yesod-default/trunk/haskell-yesod-default.install)

+
 community-staging-i686/PKGBUILD|   42 +++
 community-staging-i686/haskell-yesod-default.install   |   18 ++
 community-staging-x86_64/PKGBUILD  |   42 +++
 community-staging-x86_64/haskell-yesod-default.install |   18 ++
 4 files changed, 120 insertions(+)

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
163817, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-29 17:08:41 UTC (rev 163818)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=20
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-default/repos/community-staging-i686/haskell-yesod-default.install
 (from rev 163817, haskell-yesod-default/trunk/haskell-yesod-default.install)
===
--- community-staging-i686/haskell-yesod-default.install
(rev 0)
+++ community-staging-i686/haskell-yesod-default.install2016-02-29 
17:08:41 UTC (rev 163818)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-default
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
163817, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-29 17:08:41 UTC (rev 163818)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=20
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" 

[arch-commits] Commit in haskell-yesod-default/trunk (PKGBUILD)

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 18:08:18
  Author: fyan
Revision: 163817

upgpkg: haskell-yesod-default 1.2.0-20

rebuild with base-orphans-0.5.2, hlint-1.9.30, hourglass-0.2.10, http2-1.5.1, 
js-jquery-1.12.1, lens-4.13.2.1, warp-tls-3.2.1

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 16:23:44 UTC (rev 163816)
+++ PKGBUILD2016-02-29 17:08:18 UTC (rev 163817)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=19
+pkgrel=20
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-02-29 Thread Sergej Pupykin
Date: Monday, February 29, 2016 @ 17:23:44
  Author: spupykin
Revision: 163816

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-29 16:23:26 UTC (rev 163815)
+++ community-i686/PKGBUILD 2016-02-29 16:23:44 UTC (rev 163816)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Thorsten Töpper 
-# Contributor:  3ED 
-
-pkgname=mcabber
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="A small Jabber console client, includes features: SSL, PGP, MUC, UTF8"
-arch=('i686' 'x86_64')
-url="http://www.lilotux.net/~mikael/mcabber/;
-license=('GPL')
-depends=('ncurses' 'glib2' 'loudmouth' 'gpgme' 'libotr' 'aspell')
-makedepends=('pkg-config')
-source=(http://www.lilotux.net/~mikael/mcabber/files/$pkgname-${pkgver/_/-}.tar.bz2)
-md5sums=('232502b5ada5c4961264b8ef69f64e6f')
-
-build() {
-  cd "${srcdir}"/$pkgname-${pkgver/_/-}
-  ./configure --prefix=/usr --enable-hgcset \
-  --mandir=/usr/share/man \
-  --enable-aspell --enable-otr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-${pkgver/_/-}
-
-  make DESTDIR="${pkgdir}" install
-  mkdir -p "${pkgdir}"/usr/share/mcabber/example
-  msg "Copying mcabberrc.example to usr/share/mcabber/example/mcabberrc"
-  cp -a "${srcdir}"/$pkgname-${pkgver/_/-}/mcabberrc.example \
-   "${pkgdir}"/usr/share/mcabber/example/mcabberrc
-}
-

Copied: mcabber/repos/community-i686/PKGBUILD (from rev 163815, 
mcabber/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-29 16:23:44 UTC (rev 163816)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Thorsten Töpper 
+# Contributor:  3ED 
+
+pkgname=mcabber
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="A small Jabber console client, includes features: SSL, PGP, MUC, UTF8"
+arch=('i686' 'x86_64')
+url="http://www.lilotux.net/~mikael/mcabber/;
+license=('GPL')
+depends=('ncurses' 'glib2' 'loudmouth' 'gpgme' 'libotr' 'aspell')
+makedepends=('pkg-config')
+source=(http://www.lilotux.net/~mikael/mcabber/files/$pkgname-${pkgver/_/-}.tar.bz2)
+md5sums=('3e264b15aa41f4ae43c8f9c87c6fbb43')
+
+build() {
+  cd "${srcdir}"/$pkgname-${pkgver/_/-}
+  ./configure --prefix=/usr --enable-hgcset \
+  --mandir=/usr/share/man \
+  --enable-aspell --enable-otr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-${pkgver/_/-}
+
+  make DESTDIR="${pkgdir}" install
+  mkdir -p "${pkgdir}"/usr/share/mcabber/example
+  msg "Copying mcabberrc.example to usr/share/mcabber/example/mcabberrc"
+  cp -a "${srcdir}"/$pkgname-${pkgver/_/-}/mcabberrc.example \
+   "${pkgdir}"/usr/share/mcabber/example/mcabberrc
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-29 16:23:26 UTC (rev 163815)
+++ community-x86_64/PKGBUILD   2016-02-29 16:23:44 UTC (rev 163816)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Thorsten Töpper 
-# Contributor:  3ED 
-
-pkgname=mcabber
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="A small Jabber console client, includes features: SSL, PGP, MUC, UTF8"
-arch=('i686' 'x86_64')
-url="http://www.lilotux.net/~mikael/mcabber/;
-license=('GPL')
-depends=('ncurses' 'glib2' 'loudmouth' 'gpgme' 'libotr' 'aspell')
-makedepends=('pkg-config')
-source=(http://www.lilotux.net/~mikael/mcabber/files/$pkgname-${pkgver/_/-}.tar.bz2)
-md5sums=('232502b5ada5c4961264b8ef69f64e6f')
-
-build() {
-  cd "${srcdir}"/$pkgname-${pkgver/_/-}
-  ./configure --prefix=/usr --enable-hgcset \
-  --mandir=/usr/share/man \
-  --enable-aspell --enable-otr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-${pkgver/_/-}
-
-  make DESTDIR="${pkgdir}" install
-  mkdir -p "${pkgdir}"/usr/share/mcabber/example
-  msg "Copying mcabberrc.example to usr/share/mcabber/example/mcabberrc"
-  cp -a "${srcdir}"/$pkgname-${pkgver/_/-}/mcabberrc.example \
-   "${pkgdir}"/usr/share/mcabber/example/mcabberrc
-}
-

Copied: mcabber/repos/community-x86_64/PKGBUILD (from rev 163815, 
mcabber/trunk/PKGBUILD)

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

2016-02-29 Thread Sergej Pupykin
Date: Monday, February 29, 2016 @ 17:23:26
  Author: spupykin
Revision: 163815

upgpkg: mcabber 1.0.2-1

upd

Modified:
  mcabber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 15:54:41 UTC (rev 163814)
+++ PKGBUILD2016-02-29 16:23:26 UTC (rev 163815)
@@ -4,7 +4,7 @@
 # Contributor:  3ED 
 
 pkgname=mcabber
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="A small Jabber console client, includes features: SSL, PGP, MUC, UTF8"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('ncurses' 'glib2' 'loudmouth' 'gpgme' 'libotr' 'aspell')
 makedepends=('pkg-config')
 
source=(http://www.lilotux.net/~mikael/mcabber/files/$pkgname-${pkgver/_/-}.tar.bz2)
-md5sums=('232502b5ada5c4961264b8ef69f64e6f')
+md5sums=('3e264b15aa41f4ae43c8f9c87c6fbb43')
 
 build() {
   cd "${srcdir}"/$pkgname-${pkgver/_/-}


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

2016-02-29 Thread Bartłomiej Piotrowski
Date: Monday, February 29, 2016 @ 16:54:25
  Author: bpiotrowski
Revision: 163813

upgpkg: termite 11-2

split terminfo to its own package

Modified:
  termite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 15:30:18 UTC (rev 163812)
+++ PKGBUILD2016-02-29 15:54:25 UTC (rev 163813)
@@ -1,27 +1,37 @@
 # $Id$
 # Maintainer: Daniel Micay 
 
-pkgname=termite
+pkgname=('termite' 'termite-terminfo')
 pkgver=11
-pkgrel=1
-pkgdesc="A simple VTE-based terminal"
+pkgrel=2
 arch=('i686' 'x86_64')
 url="https://github.com/thestinger/termite/;
 license=('LGPL')
-depends=('vte3-ng')
-makedepends=('git')
-backup=(etc/xdg/termite/config)
+makedepends=('git' 'vte3-ng' 'ncurses')
 source=("git://github.com/thestinger/termite#tag=v$pkgver")
 md5sums=('SKIP')
 
 build() {
-  cd $pkgname
+  cd $pkgbase
   git submodule update --init
   make
 }
 
-package() {
-  cd $pkgname
+package_termite() {
+  pkgdesc="A simple VTE-based terminal"
+  depends=('vte3-ng' 'termite-terminfo')
+  backup=(etc/xdg/termite/config)
+
+  cd $pkgbase
   make PREFIX=/usr DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir/usr/share/terminfo"
   install -Dm644 config "$pkgdir/etc/xdg/termite/config"
 }
+
+package_termite-terminfo() {
+  pkgdesc='Terminfo for Termite, a simple VTE-based terminal'
+
+  cd $pkgbase
+  install -d "$pkgdir/usr/share/terminfo"
+  tic -x termite.terminfo -o "$pkgdir/usr/share/terminfo"
+}


[arch-commits] Commit in mariadb/trunk (MDEV-9181.patch PKGBUILD)

2016-02-29 Thread Bartłomiej Piotrowski
Date: Monday, February 29, 2016 @ 16:06:48
  Author: bpiotrowski
Revision: 260396

upgpkg: mariadb 10.1.12-1

- new upstream release
- add libevent to dependencies (FS#48150)

Added:
  mariadb/trunk/MDEV-9181.patch
Modified:
  mariadb/trunk/PKGBUILD

-+
 MDEV-9181.patch |  458 ++
 PKGBUILD|   10 -
 2 files changed, 463 insertions(+), 5 deletions(-)

Added: MDEV-9181.patch
===
--- MDEV-9181.patch (rev 0)
+++ MDEV-9181.patch 2016-02-29 15:06:48 UTC (rev 260396)
@@ -0,0 +1,458 @@
+From ce40ccaf24af2fe395f541cb1079256de8727ccd Mon Sep 17 00:00:00 2001
+From: Alexander Barkov 
+Date: Thu, 28 Jan 2016 13:58:39 +0400
+Subject: [PATCH] MDEV-9181 (NULLIF(count(table.col)), 0) gives wrong result on
+ 10.1.x Wrapping args[0] and args[2] into an Item_cache for aggregate
+ functions.
+
+---
+ mysql-test/r/null.result |  60 
+ mysql-test/t/null.test   |  39 +
+ sql/item.h   |  45 ---
+ sql/item_cmpfunc.cc  | 144 +--
+ sql/item_cmpfunc.h   |   8 ++-
+ 5 files changed, 281 insertions(+), 15 deletions(-)
+
+diff --git a/mysql-test/r/null.result b/mysql-test/r/null.result
+index b4cebac..af24ad4 100644
+--- a/mysql-test/r/null.result
 b/mysql-test/r/null.result
+@@ -1465,5 +1465,65 @@ Warnings:
+ Note  1003select `test`.`t1`.`a` AS `a` from `test`.`t1` where 
((`test`.`t1`.`a` = 2020) and ((case when 2020 = 2010 then NULL else 
`test`.`t1`.`a` end) = concat('2020',rand(
+ DROP TABLE t1;
+ #
++# MDEV-9181 (NULLIF(count(table.col)), 0) gives wrong result on 10.1.x
++#
++CREATE TABLE t1 (c1 varchar(50) DEFAULT NULL);
++INSERT INTO t1 (c1) VALUES ('hello'), ('hello\r\n'), ('hello'),('hello');
++SELECT NULLIF(COUNT(c1),0) FROM t1;
++NULLIF(COUNT(c1),0)
++4
++SELECT CASE WHEN COUNT(c1)=0 THEN NULL ELSE COUNT(c1) END  FROM t1;
++CASE WHEN COUNT(c1)=0 THEN NULL ELSE COUNT(c1) END
++4
++SELECT NULLIF(COUNT(c1)+0,0) AS c1,NULLIF(CAST(COUNT(c1) AS SIGNED),0) AS 
c2,NULLIF(CONCAT(COUNT(c1)),0) AS c3 FROM t1;
++c1c2  c3
++4 4   4
++SELECT NULLIF(COUNT(DISTINCT c1),0) FROM t1;
++NULLIF(COUNT(DISTINCT c1),0)
++2
++SELECT CASE WHEN COUNT(DISTINCT c1)=0 THEN NULL ELSE COUNT(DISTINCT c1) END  
FROM t1;
++CASE WHEN COUNT(DISTINCT c1)=0 THEN NULL ELSE COUNT(DISTINCT c1) END
++2
++DROP TABLE t1;
++CREATE TABLE  t1 (
++id INT NOT NULL,
++c1 INT DEFAULT NULL
++);
++INSERT INTO t1 VALUES (1,1),(1,2),(2,3),(2,4);
++SELECT NULLIF(COUNT(c1),0) AS c1,NULLIF(COUNT(c1)+0,0) AS c1_wrapped,CASE 
WHEN COUNT(c1) IS NULL THEN 0 ELSE COUNT(c1) END AS c1_case FROM t1 GROUP BY id;
++c1c1_wrapped  c1_case
++2 2   2
++2 2   2
++DROP TABLE t1;
++CREATE TABLE t1 (a INT);
++INSERT INTO t1 VALUES (1),(2),(3);
++SET @a=0;
++SELECT NULLIF(LAST_VALUE(@a:=@a+1,a),0) FROM t1;
++NULLIF(LAST_VALUE(@a:=@a+1,a),0)
++1
++2
++3
++SELECT @a;
++@a
++6
++SET @a=0;
++SELECT NULLIF(AVG(a),0), NULLIF(AVG(LAST_VALUE(@a:=@a+1,a)),0) FROM t1;
++NULLIF(AVG(a),0)  NULLIF(AVG(LAST_VALUE(@a:=@a+1,a)),0)
++2.2.
++SELECT @a;
++@a
++3
++EXPLAIN EXTENDED SELECT NULLIF(a,0) FROM t1;
++idselect_type table   typepossible_keys   key key_len ref 
rowsfilteredExtra
++1 SIMPLE  t1  ALL NULLNULLNULLNULL3   100.00  
++Warnings:
++Note  1003select nullif(`test`.`t1`.`a`,0) AS `NULLIF(a,0)` from 
`test`.`t1`
++EXPLAIN EXTENDED SELECT NULLIF(AVG(a),0) FROM t1;
++idselect_type table   typepossible_keys   key key_len ref 
rowsfilteredExtra
++1 SIMPLE  t1  ALL NULLNULLNULLNULL3   100.00  
++Warnings:
++Note  1003select nullif((avg(`test`.`t1`.`a`)),0) AS 
`NULLIF(AVG(a),0)` from `test`.`t1`
++DROP TABLE t1;
++#
+ # End of 10.1 tests
+ #
+diff --git a/mysql-test/t/null.test b/mysql-test/t/null.test
+index 5347a96..b60f11a 100644
+--- a/mysql-test/t/null.test
 b/mysql-test/t/null.test
+@@ -909,6 +909,45 @@ EXPLAIN EXTENDED
+ SELECT * FROM t1 WHERE a=2020 AND NULLIF(a,2010)=CONCAT('2020',RAND());
+ DROP TABLE t1;
+ 
++--echo #
++--echo # MDEV-9181 (NULLIF(count(table.col)), 0) gives wrong result on 10.1.x
++--echo #
++CREATE TABLE t1 (c1 varchar(50) DEFAULT NULL);
++INSERT INTO t1 (c1) VALUES ('hello'), ('hello\r\n'), ('hello'),('hello');
++SELECT NULLIF(COUNT(c1),0) FROM t1;
++SELECT CASE WHEN COUNT(c1)=0 THEN NULL ELSE COUNT(c1) END  FROM t1;
++SELECT NULLIF(COUNT(c1)+0,0) AS c1,NULLIF(CAST(COUNT(c1) AS SIGNED),0) AS 
c2,NULLIF(CONCAT(COUNT(c1)),0) AS c3 FROM t1;
++SELECT NULLIF(COUNT(DISTINCT c1),0) FROM t1;
++SELECT CASE WHEN COUNT(DISTINCT c1)=0 THEN NULL ELSE COUNT(DISTINCT c1) END  
FROM t1;
++DROP TABLE t1;
++
++CREATE TABLE  t1 (
++  id INT NOT NULL,
++  c1 INT DEFAULT NULL
++);
++INSERT INTO t1 

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

2016-02-29 Thread Bartłomiej Piotrowski
Date: Monday, February 29, 2016 @ 16:11:34
  Author: bpiotrowski
Revision: 260398

upgpkg: texinfo 6.1-1

new upstream release

Modified:
  texinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 15:07:09 UTC (rev 260397)
+++ PKGBUILD2016-02-29 15:11:34 UTC (rev 260398)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=texinfo
-pkgver=6.0
+pkgver=6.1
 pkgrel=1
 pkgdesc='GNU documentation system for on-line information and printed output'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 install=texinfo.install
 source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
 texinfo-6.0-disable-failing-info-test.patch)
-md5sums=('02818e62a5b8ae0213a7ff572991bb50'
+md5sums=('1d7ec1888fae00730693597852b00cde'
  'SKIP'
  '8bfaa21315a8a6184811de8478005d22')
 validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith


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

2016-02-29 Thread Bartłomiej Piotrowski
Date: Monday, February 29, 2016 @ 16:11:44
  Author: bpiotrowski
Revision: 260399

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

Added:
  texinfo/repos/testing-i686/
  texinfo/repos/testing-i686/PKGBUILD
(from rev 260398, texinfo/trunk/PKGBUILD)
  texinfo/repos/testing-i686/texinfo-6.0-disable-failing-info-test.patch
(from rev 260398, texinfo/trunk/texinfo-6.0-disable-failing-info-test.patch)
  texinfo/repos/testing-i686/texinfo.install
(from rev 260398, texinfo/trunk/texinfo.install)
  texinfo/repos/testing-x86_64/
  texinfo/repos/testing-x86_64/PKGBUILD
(from rev 260398, texinfo/trunk/PKGBUILD)
  texinfo/repos/testing-x86_64/texinfo-6.0-disable-failing-info-test.patch
(from rev 260398, texinfo/trunk/texinfo-6.0-disable-failing-info-test.patch)
  texinfo/repos/testing-x86_64/texinfo.install
(from rev 260398, texinfo/trunk/texinfo.install)

+
 testing-i686/PKGBUILD  |   40 +++
 testing-i686/texinfo-6.0-disable-failing-info-test.patch   |   11 +++
 testing-i686/texinfo.install   |   21 +
 testing-x86_64/PKGBUILD|   40 +++
 testing-x86_64/texinfo-6.0-disable-failing-info-test.patch |   11 +++
 testing-x86_64/texinfo.install |   21 +
 6 files changed, 144 insertions(+)

Copied: texinfo/repos/testing-i686/PKGBUILD (from rev 260398, 
texinfo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-29 15:11:44 UTC (rev 260399)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=texinfo
+pkgver=6.1
+pkgrel=1
+pkgdesc='GNU documentation system for on-line information and printed output'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/texinfo/'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('ncurses' 'findutils' 'gzip' 'perl' 'sh')
+install=texinfo.install
+source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+texinfo-6.0-disable-failing-info-test.patch)
+md5sums=('1d7ec1888fae00730693597852b00cde'
+ 'SKIP'
+ '8bfaa21315a8a6184811de8478005d22')
+validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../texinfo-6.0-disable-failing-info-test.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Copied: texinfo/repos/testing-i686/texinfo-6.0-disable-failing-info-test.patch 
(from rev 260398, texinfo/trunk/texinfo-6.0-disable-failing-info-test.patch)
===
--- testing-i686/texinfo-6.0-disable-failing-info-test.patch
(rev 0)
+++ testing-i686/texinfo-6.0-disable-failing-info-test.patch2016-02-29 
15:11:44 UTC (rev 260399)
@@ -0,0 +1,11 @@
+diff -up texinfo-6.0/info/Makefile.in.orig texinfo-6.0/info/Makefile.in
+--- texinfo-6.0/info/Makefile.in.orig  2015-07-14 13:17:44.298882856 +0200
 texinfo-6.0/info/Makefile.in   2015-07-14 13:18:13.082004108 +0200
+@@ -1695,7 +1695,6 @@ TESTS = \
+   t/end-of-line.sh \
+   t/goal-column.sh \
+   t/star-note-non-whitespace.sh \
+-  t/c-u-m-x-scroll-forward.sh \
+   t/last-no-history.sh \
+   t/split-footnotes.sh \
+   t/window-split-dir.sh \

Copied: texinfo/repos/testing-i686/texinfo.install (from rev 260398, 
texinfo/trunk/texinfo.install)
===
--- testing-i686/texinfo.install(rev 0)
+++ testing-i686/texinfo.install2016-02-29 15:11:44 UTC (rev 260399)
@@ -0,0 +1,21 @@
+infodir=usr/share/info
+filelist=(info.info info-stnd.info texinfo.info{,-1,-2,-3})
+
+post_install() {
+  # Scan *all* info files on install
+  for file in $(find $infodir -type f ! -name dir); do
+  install-info $file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: texinfo/repos/testing-x86_64/PKGBUILD (from rev 260398, 
texinfo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-29 15:11:44 UTC (rev 260399)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 

[arch-commits] Commit in mariadb/repos (22 files)

2016-02-29 Thread Bartłomiej Piotrowski
Date: Monday, February 29, 2016 @ 16:07:09
  Author: bpiotrowski
Revision: 260397

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

Added:
  mariadb/repos/extra-i686/MDEV-9181.patch
(from rev 260396, mariadb/trunk/MDEV-9181.patch)
  mariadb/repos/extra-i686/PKGBUILD
(from rev 260396, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-i686/mariadb-post.sh
(from rev 260396, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
(from rev 260396, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-i686/mariadb.install
(from rev 260396, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-i686/mariadb.service
(from rev 260396, mariadb/trunk/mariadb.service)
  mariadb/repos/extra-x86_64/MDEV-9181.patch
(from rev 260396, mariadb/trunk/MDEV-9181.patch)
  mariadb/repos/extra-x86_64/PKGBUILD
(from rev 260396, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-x86_64/mariadb-post.sh
(from rev 260396, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
(from rev 260396, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-x86_64/mariadb.install
(from rev 260396, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-x86_64/mariadb.service
(from rev 260396, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/extra-i686/PKGBUILD
  mariadb/repos/extra-i686/mariadb-post.sh
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
  mariadb/repos/extra-i686/mariadb.install
  mariadb/repos/extra-i686/mariadb.service
  mariadb/repos/extra-x86_64/PKGBUILD
  mariadb/repos/extra-x86_64/mariadb-post.sh
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
  mariadb/repos/extra-x86_64/mariadb.install
  mariadb/repos/extra-x86_64/mariadb.service

---+
 /PKGBUILD |  318 
 /mariadb-post.sh  |   16 +
 /mariadb-tmpfile.conf |2 
 /mariadb.install  |   70 +
 /mariadb.service  |   32 ++
 extra-i686/MDEV-9181.patch|  458 
 extra-i686/PKGBUILD   |  159 
 extra-i686/mariadb-post.sh|8 
 extra-i686/mariadb-tmpfile.conf   |1 
 extra-i686/mariadb.install|   35 --
 extra-i686/mariadb.service|   16 -
 extra-x86_64/MDEV-9181.patch  |  458 
 extra-x86_64/PKGBUILD |  159 
 extra-x86_64/mariadb-post.sh  |8 
 extra-x86_64/mariadb-tmpfile.conf |1 
 extra-x86_64/mariadb.install  |   35 --
 extra-x86_64/mariadb.service  |   16 -
 17 files changed, 1354 insertions(+), 438 deletions(-)

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


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

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 15:30:10
  Author: fyan
Revision: 163798

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

Added:
  haskell-yesod/repos/community-staging-i686/
  haskell-yesod/repos/community-staging-i686/PKGBUILD
(from rev 163797, haskell-yesod/trunk/PKGBUILD)
  haskell-yesod/repos/community-staging-i686/haskell-yesod.install
(from rev 163797, haskell-yesod/trunk/haskell-yesod.install)
  haskell-yesod/repos/community-staging-x86_64/
  haskell-yesod/repos/community-staging-x86_64/PKGBUILD
(from rev 163797, haskell-yesod/trunk/PKGBUILD)
  haskell-yesod/repos/community-staging-x86_64/haskell-yesod.install
(from rev 163797, haskell-yesod/trunk/haskell-yesod.install)

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/haskell-yesod.install   |   18 
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/haskell-yesod.install |   18 
 4 files changed, 134 insertions(+)

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 163797, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-29 14:30:10 UTC (rev 163798)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.2
+pkgrel=23
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-streaming-commons"
+ "haskell-text" "haskell-unordered-containers" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" "haskell-yaml"
+ "haskell-yesod-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d6d13e608af954de23721261b39ee79569907beb173477db8820acc5e9f45757')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod/repos/community-staging-i686/haskell-yesod.install (from 
rev 163797, haskell-yesod/trunk/haskell-yesod.install)
===
--- community-staging-i686/haskell-yesod.install
(rev 0)
+++ community-staging-i686/haskell-yesod.install2016-02-29 14:30:10 UTC 
(rev 163798)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 163797, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-29 14:30:10 UTC (rev 163798)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 

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

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 15:29:34
  Author: fyan
Revision: 163797

upgpkg: haskell-yesod 1.4.2-23

rebuild with base-orphans-0.5.2, hlint-1.9.30, hourglass-0.2.10, http2-1.5.1, 
js-jquery-1.12.1, lens-4.13.2.1, warp-tls-3.2.1

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 14:04:30 UTC (rev 163796)
+++ PKGBUILD2016-02-29 14:29:34 UTC (rev 163797)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.2
-pkgrel=22
+pkgrel=23
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-02-29 Thread Bartłomiej Piotrowski
Date: Monday, February 29, 2016 @ 15:27:34
  Author: bpiotrowski
Revision: 260393

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-29 14:27:17 UTC (rev 260392)
+++ extra-i686/PKGBUILD 2016-02-29 14:27:34 UTC (rev 260393)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=fsarchiver
-pkgver=0.6.21
-pkgrel=1
-pkgdesc='Safe and flexible file-system backup and deployment tool'
-arch=('i686' 'x86_64')
-url='http://www.fsarchiver.org/'
-license=('GPL2')
-depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib')
-source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
-md5sums=('ce7161be3bf57cf1fa23d5a1cb7cbbdd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fsarchiver/repos/extra-i686/PKGBUILD (from rev 260392, 
fsarchiver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-29 14:27:34 UTC (rev 260393)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=fsarchiver
+pkgver=0.6.22
+pkgrel=1
+pkgdesc='Safe and flexible file-system backup and deployment tool'
+arch=('i686' 'x86_64')
+url='http://www.fsarchiver.org/'
+license=('GPL2')
+depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib')
+source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
+md5sums=('112ddbfbebad08f3df1da3d480bf5fa8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-29 14:27:17 UTC (rev 260392)
+++ extra-x86_64/PKGBUILD   2016-02-29 14:27:34 UTC (rev 260393)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=fsarchiver
-pkgver=0.6.21
-pkgrel=1
-pkgdesc='Safe and flexible file-system backup and deployment tool'
-arch=('i686' 'x86_64')
-url='http://www.fsarchiver.org/'
-license=('GPL2')
-depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib')
-source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
-md5sums=('ce7161be3bf57cf1fa23d5a1cb7cbbdd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fsarchiver/repos/extra-x86_64/PKGBUILD (from rev 260392, 
fsarchiver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-29 14:27:34 UTC (rev 260393)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=fsarchiver
+pkgver=0.6.22
+pkgrel=1
+pkgdesc='Safe and flexible file-system backup and deployment tool'
+arch=('i686' 'x86_64')
+url='http://www.fsarchiver.org/'
+license=('GPL2')
+depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib')
+source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
+md5sums=('112ddbfbebad08f3df1da3d480bf5fa8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-02-29 Thread Bartłomiej Piotrowski
Date: Monday, February 29, 2016 @ 15:27:17
  Author: bpiotrowski
Revision: 260392

upgpkg: fsarchiver 0.6.22-1

new upstream release

Modified:
  fsarchiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 13:25:41 UTC (rev 260391)
+++ PKGBUILD2016-02-29 14:27:17 UTC (rev 260392)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=fsarchiver
-pkgver=0.6.21
+pkgver=0.6.22
 pkgrel=1
 pkgdesc='Safe and flexible file-system backup and deployment tool'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('GPL2')
 depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib')
 
source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
-md5sums=('ce7161be3bf57cf1fa23d5a1cb7cbbdd')
+md5sums=('112ddbfbebad08f3df1da3d480bf5fa8')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 15:04:30
  Author: fyan
Revision: 163796

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

Added:
  haskell-descriptive/repos/community-staging-i686/
  haskell-descriptive/repos/community-staging-i686/PKGBUILD
(from rev 163795, haskell-descriptive/trunk/PKGBUILD)
  haskell-descriptive/repos/community-staging-i686/haskell-descriptive.install
(from rev 163795, haskell-descriptive/trunk/haskell-descriptive.install)
  haskell-descriptive/repos/community-staging-x86_64/
  haskell-descriptive/repos/community-staging-x86_64/PKGBUILD
(from rev 163795, haskell-descriptive/trunk/PKGBUILD)
  haskell-descriptive/repos/community-staging-x86_64/haskell-descriptive.install
(from rev 163795, haskell-descriptive/trunk/haskell-descriptive.install)

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

Copied: haskell-descriptive/repos/community-staging-i686/PKGBUILD (from rev 
163795, haskell-descriptive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-29 14:04:30 UTC (rev 163796)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=descriptive
+pkgname=haskell-descriptive
+pkgver=0.9.4
+pkgrel=6
+pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
+url="https://github.com/chrisdone/descriptive;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-bifunctors" "haskell-mtl" 
"haskell-scientific"
+ "haskell-text" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('795ec65756bf87ec6ea4c92d85a25d0eb0d8cfa1df40685ddcf74b83099bba2f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-descriptive/repos/community-staging-i686/haskell-descriptive.install 
(from rev 163795, haskell-descriptive/trunk/haskell-descriptive.install)
===
--- community-staging-i686/haskell-descriptive.install  
(rev 0)
+++ community-staging-i686/haskell-descriptive.install  2016-02-29 14:04:30 UTC 
(rev 163796)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-descriptive
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-descriptive/repos/community-staging-x86_64/PKGBUILD (from rev 
163795, haskell-descriptive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-29 14:04:30 UTC (rev 163796)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=descriptive
+pkgname=haskell-descriptive
+pkgver=0.9.4
+pkgrel=6
+pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
+url="https://github.com/chrisdone/descriptive;

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

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 15:04:09
  Author: fyan
Revision: 163795

upgpkg: haskell-descriptive 0.9.4-6

rebuild with base-orphans-0.5.2, hlint-1.9.30, hourglass-0.2.10, http2-1.5.1, 
js-jquery-1.12.1, lens-4.13.2.1, warp-tls-3.2.1

Modified:
  haskell-descriptive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 14:00:13 UTC (rev 163794)
+++ PKGBUILD2016-02-29 14:04:09 UTC (rev 163795)
@@ -5,7 +5,7 @@
 _hkgname=descriptive
 pkgname=haskell-descriptive
 pkgver=0.9.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
 url="https://github.com/chrisdone/descriptive;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-yesod-auth/repos (6 files)

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 15:00:13
  Author: fyan
Revision: 163794

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

Added:
  haskell-yesod-auth/repos/community-staging-i686/
  haskell-yesod-auth/repos/community-staging-i686/PKGBUILD
(from rev 163793, haskell-yesod-auth/trunk/PKGBUILD)
  haskell-yesod-auth/repos/community-staging-i686/haskell-yesod-auth.install
(from rev 163793, haskell-yesod-auth/trunk/haskell-yesod-auth.install)
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 163793, haskell-yesod-auth/trunk/PKGBUILD)
  haskell-yesod-auth/repos/community-staging-x86_64/haskell-yesod-auth.install
(from rev 163793, haskell-yesod-auth/trunk/haskell-yesod-auth.install)

-+
 community-staging-i686/PKGBUILD |   52 ++
 community-staging-i686/haskell-yesod-auth.install   |   18 ++
 community-staging-x86_64/PKGBUILD   |   52 ++
 community-staging-x86_64/haskell-yesod-auth.install |   18 ++
 4 files changed, 140 insertions(+)

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
163793, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-29 14:00:13 UTC (rev 163794)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.12
+pkgrel=15
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d1baf7dc08ee591fd8ba50a8e64a377a3a8d42575963b44e50ab0c145c2d9fa7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-auth/repos/community-staging-i686/haskell-yesod-auth.install 
(from rev 163793, haskell-yesod-auth/trunk/haskell-yesod-auth.install)
===
--- community-staging-i686/haskell-yesod-auth.install   
(rev 0)
+++ community-staging-i686/haskell-yesod-auth.install   2016-02-29 14:00:13 UTC 
(rev 163794)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-auth
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: 

[arch-commits] Commit in haskell-yesod-auth/trunk (PKGBUILD)

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 14:59:53
  Author: fyan
Revision: 163793

upgpkg: haskell-yesod-auth 1.4.12-15

rebuild with base-orphans-0.5.2, hlint-1.9.30, hourglass-0.2.10, http2-1.5.1, 
js-jquery-1.12.1, lens-4.13.2.1, warp-tls-3.2.1

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 13:44:12 UTC (rev 163792)
+++ PKGBUILD2016-02-29 13:59:53 UTC (rev 163793)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.12
-pkgrel=14
+pkgrel=15
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 14:44:00
  Author: fyan
Revision: 163791

upgpkg: deepin-desktop-schemas 3.0.3-2

remove gnome overrides (FS#47963)

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 13:42:38 UTC (rev 163790)
+++ PKGBUILD2016-02-29 13:44:00 UTC (rev 163791)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-desktop-schemas
 pkgver=3.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-desktop-schemas;
@@ -23,6 +23,8 @@
   cd "${pkgname}"
   # fix default background url
   sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/com.deepin.wrap.gnome.desktop.override
+  # don't override GNOME defaults
+  rm overrides/{org.compiz,org.gnome.desktop,other}.override
 }
 
 build() {


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

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 14:44:12
  Author: fyan
Revision: 163792

archrelease: copy trunk to community-testing-any

Added:
  deepin-desktop-schemas/repos/community-testing-any/
  deepin-desktop-schemas/repos/community-testing-any/PKGBUILD
(from rev 163791, deepin-desktop-schemas/trunk/PKGBUILD)
  
deepin-desktop-schemas/repos/community-testing-any/deepin-desktop-schemas.install
(from rev 163791, 
deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)

+
 PKGBUILD   |   38 ++
 deepin-desktop-schemas.install |   11 +++
 2 files changed, 49 insertions(+)

Copied: deepin-desktop-schemas/repos/community-testing-any/PKGBUILD (from rev 
163791, deepin-desktop-schemas/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-02-29 13:44:12 UTC (rev 163792)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=3.0.3
+pkgrel=2
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 
'deepin-artwork-themes')
+makedepends=('git')
+conflicts=('dde-daemon<=2.92.1')
+replaces=('deepin-default-gsettings')
+groups=('deepin')
+install="${pkgname}.install"
+source=("git+https://cr.deepin.io/deepin-desktop-schemas.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/com.deepin.wrap.gnome.desktop.override
+  # don't override GNOME defaults
+  rm overrides/{org.compiz,org.gnome.desktop,other}.override
+}
+
+build() {
+  cd "${pkgname}"
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
deepin-desktop-schemas/repos/community-testing-any/deepin-desktop-schemas.install
 (from rev 163791, deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)
===
--- community-testing-any/deepin-desktop-schemas.install
(rev 0)
+++ community-testing-any/deepin-desktop-schemas.install2016-02-29 
13:44:12 UTC (rev 163792)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in haskell-mono-traversable/repos (6 files)

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 14:42:38
  Author: fyan
Revision: 163790

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

Added:
  haskell-mono-traversable/repos/community-staging-i686/
  haskell-mono-traversable/repos/community-staging-i686/PKGBUILD
(from rev 163789, haskell-mono-traversable/trunk/PKGBUILD)
  
haskell-mono-traversable/repos/community-staging-i686/haskell-mono-traversable.install
(from rev 163789, 
haskell-mono-traversable/trunk/haskell-mono-traversable.install)
  haskell-mono-traversable/repos/community-staging-x86_64/
  haskell-mono-traversable/repos/community-staging-x86_64/PKGBUILD
(from rev 163789, haskell-mono-traversable/trunk/PKGBUILD)
  
haskell-mono-traversable/repos/community-staging-x86_64/haskell-mono-traversable.install
(from rev 163789, 
haskell-mono-traversable/trunk/haskell-mono-traversable.install)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-i686/haskell-mono-traversable.install   |   18 
 community-staging-x86_64/PKGBUILD |   45 
 community-staging-x86_64/haskell-mono-traversable.install |   18 
 4 files changed, 126 insertions(+)

Copied: haskell-mono-traversable/repos/community-staging-i686/PKGBUILD (from 
rev 163789, haskell-mono-traversable/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-29 13:42:38 UTC (rev 163790)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mono-traversable
+pkgname=haskell-mono-traversable
+pkgver=0.10.1.1
+pkgrel=4
+pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
+url="https://github.com/snoyberg/mono-traversable;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-dlist" 
"haskell-dlist-instances"
+ "haskell-hashable" "haskell-semigroupoids" "haskell-semigroups"
+ "haskell-split" "haskell-text" "haskell-unordered-containers"
+ "haskell-vector" "haskell-vector-algorithms" 
"haskell-vector-instances")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('a15fe3e4c92a6293a8959f77a6054ae85f5a1be049b2f7b07997245d6e6b574b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-mono-traversable/repos/community-staging-i686/haskell-mono-traversable.install
 (from rev 163789, 
haskell-mono-traversable/trunk/haskell-mono-traversable.install)
===
--- community-staging-i686/haskell-mono-traversable.install 
(rev 0)
+++ community-staging-i686/haskell-mono-traversable.install 2016-02-29 
13:42:38 UTC (rev 163790)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-mono-traversable
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-mono-traversable/repos/community-staging-x86_64/PKGBUILD (from 
rev 163789, haskell-mono-traversable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-29 13:42:38 UTC (rev 163790)
@@ -0,0 +1,45 @@
+# $Id$
+# 

[arch-commits] Commit in haskell-mono-traversable/trunk (PKGBUILD)

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 14:42:17
  Author: fyan
Revision: 163789

upgpkg: haskell-mono-traversable 0.10.1.1-4

rebuild with base-orphans-0.5.2, hlint-1.9.30, hourglass-0.2.10, http2-1.5.1, 
js-jquery-1.12.1, lens-4.13.2.1, warp-tls-3.2.1

Modified:
  haskell-mono-traversable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 13:35:12 UTC (rev 163788)
+++ PKGBUILD2016-02-29 13:42:17 UTC (rev 163789)
@@ -5,7 +5,7 @@
 _hkgname=mono-traversable
 pkgname=haskell-mono-traversable
 pkgver=0.10.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
 url="https://github.com/snoyberg/mono-traversable;
 license=("MIT")


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

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 14:34:52
  Author: fyan
Revision: 163787

upgpkg: haskell-reducers 3.12.1-6

rebuild with base-orphans-0.5.2, hlint-1.9.30, hourglass-0.2.10, http2-1.5.1, 
js-jquery-1.12.1, lens-4.13.2.1, warp-tls-3.2.1

Modified:
  haskell-reducers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 13:32:09 UTC (rev 163786)
+++ PKGBUILD2016-02-29 13:34:52 UTC (rev 163787)
@@ -5,7 +5,7 @@
 _hkgname=reducers
 pkgname=haskell-reducers
 pkgver=3.12.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
 url="http://github.com/ekmett/reducers/;
 license=("custom:BSD3")


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

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 14:35:12
  Author: fyan
Revision: 163788

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

Added:
  haskell-reducers/repos/community-staging-i686/
  haskell-reducers/repos/community-staging-i686/PKGBUILD
(from rev 163787, haskell-reducers/trunk/PKGBUILD)
  haskell-reducers/repos/community-staging-i686/haskell-reducers.install
(from rev 163787, haskell-reducers/trunk/haskell-reducers.install)
  haskell-reducers/repos/community-staging-x86_64/
  haskell-reducers/repos/community-staging-x86_64/PKGBUILD
(from rev 163787, haskell-reducers/trunk/PKGBUILD)
  haskell-reducers/repos/community-staging-x86_64/haskell-reducers.install
(from rev 163787, haskell-reducers/trunk/haskell-reducers.install)

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

Copied: haskell-reducers/repos/community-staging-i686/PKGBUILD (from rev 
163787, haskell-reducers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-29 13:35:12 UTC (rev 163788)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=reducers
+pkgname=haskell-reducers
+pkgver=3.12.1
+pkgrel=6
+pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
+url="http://github.com/ekmett/reducers/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-fingertree" "haskell-hashable" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-text" "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e43bb7678272691a358c049daecbac715c4b0fcece021c6b2ac7b2a1c16b6d5e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-reducers/repos/community-staging-i686/haskell-reducers.install 
(from rev 163787, haskell-reducers/trunk/haskell-reducers.install)
===
--- community-staging-i686/haskell-reducers.install 
(rev 0)
+++ community-staging-i686/haskell-reducers.install 2016-02-29 13:35:12 UTC 
(rev 163788)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-reducers
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-reducers/repos/community-staging-x86_64/PKGBUILD (from rev 
163787, haskell-reducers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-29 13:35:12 UTC (rev 163788)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=reducers
+pkgname=haskell-reducers
+pkgver=3.12.1
+pkgrel=6
+pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
+url="http://github.com/ekmett/reducers/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" 

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

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 14:31:49
  Author: fyan
Revision: 163785

upgpkg: haskell-either 4.4.1-13

rebuild with base-orphans-0.5.2, hlint-1.9.30, hourglass-0.2.10, http2-1.5.1, 
js-jquery-1.12.1, lens-4.13.2.1, warp-tls-3.2.1

Modified:
  haskell-either/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 13:22:32 UTC (rev 163784)
+++ PKGBUILD2016-02-29 13:31:49 UTC (rev 163785)
@@ -5,7 +5,7 @@
 _hkgname=either
 pkgname=haskell-either
 pkgver=4.4.1
-pkgrel=12
+pkgrel=13
 pkgdesc="An either monad transformer"
 url="http://github.com/ekmett/either/;
 license=("custom:BSD3")


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

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 14:32:09
  Author: fyan
Revision: 163786

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

Added:
  haskell-either/repos/community-staging-i686/
  haskell-either/repos/community-staging-i686/PKGBUILD
(from rev 163785, haskell-either/trunk/PKGBUILD)
  haskell-either/repos/community-staging-i686/haskell-either.install
(from rev 163785, haskell-either/trunk/haskell-either.install)
  haskell-either/repos/community-staging-x86_64/
  haskell-either/repos/community-staging-x86_64/PKGBUILD
(from rev 163785, haskell-either/trunk/PKGBUILD)
  haskell-either/repos/community-staging-x86_64/haskell-either.install
(from rev 163785, haskell-either/trunk/haskell-either.install)

-+
 community-staging-i686/PKGBUILD |   45 ++
 community-staging-i686/haskell-either.install   |   18 
 community-staging-x86_64/PKGBUILD   |   45 ++
 community-staging-x86_64/haskell-either.install |   18 
 4 files changed, 126 insertions(+)

Copied: haskell-either/repos/community-staging-i686/PKGBUILD (from rev 163785, 
haskell-either/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-29 13:32:09 UTC (rev 163786)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=either
+pkgname=haskell-either
+pkgver=4.4.1
+pkgrel=13
+pkgdesc="An either monad transformer"
+url="http://github.com/ekmett/either/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-bifunctors" "haskell-exceptions" "haskell-free"
+ "haskell-mmorph" "haskell-monad-control" "haskell-monadrandom"
+ "haskell-mtl" "haskell-profunctors" "haskell-semigroupoids"
+ "haskell-semigroups" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('91e57debc09bcaa7d4b884902ea6d3201ca3fec77625a059edd84bcaeb5909cb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-either/repos/community-staging-i686/haskell-either.install 
(from rev 163785, haskell-either/trunk/haskell-either.install)
===
--- community-staging-i686/haskell-either.install   
(rev 0)
+++ community-staging-i686/haskell-either.install   2016-02-29 13:32:09 UTC 
(rev 163786)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-either
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-either/repos/community-staging-x86_64/PKGBUILD (from rev 
163785, haskell-either/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-29 13:32:09 UTC (rev 163786)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=either
+pkgname=haskell-either
+pkgver=4.4.1
+pkgrel=13
+pkgdesc="An either monad transformer"
+url="http://github.com/ekmett/either/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-bifunctors" "haskell-exceptions" 

[arch-commits] Commit in haskell-js-jquery/trunk (PKGBUILD)

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 14:15:00
  Author: fyan
Revision: 163781

upgpkg: haskell-js-jquery 1.12.1-1

Modified:
  haskell-js-jquery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 13:08:07 UTC (rev 163780)
+++ PKGBUILD2016-02-29 13:15:00 UTC (rev 163781)
@@ -4,7 +4,7 @@
 
 _hkgname=js-jquery
 pkgname=haskell-js-jquery
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc="Obtain minified jQuery code"
 url="https://github.com/ndmitchell/js-jquery#readme;
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('23535bdcd96bc45f96ac0bdd67ee83b761816612a5dff7d2c13b081fecca59a6')
+sha256sums=('df723585d61ccf2bb00f6aa8942263f96e34c89a879898319314a37239e452a1')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 14:22:32
  Author: fyan
Revision: 163784

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

Added:
  haskell-lens/repos/community-staging-i686/
  haskell-lens/repos/community-staging-i686/PKGBUILD
(from rev 163783, haskell-lens/trunk/PKGBUILD)
  haskell-lens/repos/community-staging-i686/haskell-lens.install
(from rev 163783, haskell-lens/trunk/haskell-lens.install)
  haskell-lens/repos/community-staging-x86_64/
  haskell-lens/repos/community-staging-x86_64/PKGBUILD
(from rev 163783, haskell-lens/trunk/PKGBUILD)
  haskell-lens/repos/community-staging-x86_64/haskell-lens.install
(from rev 163783, haskell-lens/trunk/haskell-lens.install)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/haskell-lens.install   |   18 
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/haskell-lens.install |   18 
 4 files changed, 134 insertions(+)

Copied: haskell-lens/repos/community-staging-i686/PKGBUILD (from rev 163783, 
haskell-lens/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-29 13:22:32 UTC (rev 163784)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lens
+pkgname=haskell-lens
+pkgver=4.13.2.1
+pkgrel=1
+pkgdesc="Lenses, Folds and Traversals"
+url="http://github.com/ekmett/lens/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base-orphans" "haskell-bifunctors" 
"haskell-comonad"
+ "haskell-contravariant" "haskell-distributive" "haskell-exceptions"
+ "haskell-free" "haskell-hashable" "haskell-kan-extensions" 
"haskell-mtl"
+ "haskell-parallel" "haskell-profunctors" "haskell-reflection"
+ "haskell-semigroupoids" "haskell-semigroups" "haskell-tagged" 
"haskell-text"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d48509a066f864c3c6a8944117e788bab80587d40b1799600c99da389ee249b6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-j -ftrustworthy -f-safe -ftest-templates -ftest-properties 
-ftest-hunit -ftest-doctests -ftest-hlint -f-dump-splices -f-old-inline-pragmas 
-finlining -f-benchmark-uniplate
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-lens/repos/community-staging-i686/haskell-lens.install (from 
rev 163783, haskell-lens/trunk/haskell-lens.install)
===
--- community-staging-i686/haskell-lens.install (rev 0)
+++ community-staging-i686/haskell-lens.install 2016-02-29 13:22:32 UTC (rev 
163784)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-lens
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-lens/repos/community-staging-x86_64/PKGBUILD (from rev 163783, 
haskell-lens/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-29 13:22:32 UTC (rev 163784)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix 

[arch-commits] Commit in haskell-js-jquery/repos (6 files)

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 14:15:27
  Author: fyan
Revision: 163782

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

Added:
  haskell-js-jquery/repos/community-staging-i686/
  haskell-js-jquery/repos/community-staging-i686/PKGBUILD
(from rev 163781, haskell-js-jquery/trunk/PKGBUILD)
  haskell-js-jquery/repos/community-staging-i686/haskell-js-jquery.install
(from rev 163781, haskell-js-jquery/trunk/haskell-js-jquery.install)
  haskell-js-jquery/repos/community-staging-x86_64/
  haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD
(from rev 163781, haskell-js-jquery/trunk/PKGBUILD)
  haskell-js-jquery/repos/community-staging-x86_64/haskell-js-jquery.install
(from rev 163781, haskell-js-jquery/trunk/haskell-js-jquery.install)

+
 community-staging-i686/PKGBUILD|   42 +++
 community-staging-i686/haskell-js-jquery.install   |   18 
 community-staging-x86_64/PKGBUILD  |   42 +++
 community-staging-x86_64/haskell-js-jquery.install |   18 
 4 files changed, 120 insertions(+)

Copied: haskell-js-jquery/repos/community-staging-i686/PKGBUILD (from rev 
163781, haskell-js-jquery/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-29 13:15:27 UTC (rev 163782)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=js-jquery
+pkgname=haskell-js-jquery
+pkgver=1.12.1
+pkgrel=1
+pkgdesc="Obtain minified jQuery code"
+url="https://github.com/ndmitchell/js-jquery#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('df723585d61ccf2bb00f6aa8942263f96e34c89a879898319314a37239e452a1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-js-jquery/repos/community-staging-i686/haskell-js-jquery.install (from 
rev 163781, haskell-js-jquery/trunk/haskell-js-jquery.install)
===
--- community-staging-i686/haskell-js-jquery.install
(rev 0)
+++ community-staging-i686/haskell-js-jquery.install2016-02-29 13:15:27 UTC 
(rev 163782)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-js-jquery
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD (from rev 
163781, haskell-js-jquery/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-29 13:15:27 UTC (rev 163782)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=js-jquery
+pkgname=haskell-js-jquery
+pkgver=1.12.1
+pkgrel=1
+pkgdesc="Obtain minified jQuery code"
+url="https://github.com/ndmitchell/js-jquery#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"

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

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 14:22:11
  Author: fyan
Revision: 163783

upgpkg: haskell-lens 4.13.2.1-1

rebuild with base-orphans-0.5.2, hlint-1.9.30, hourglass-0.2.10, http2-1.5.1, 
js-jquery-1.12.1, lens-4.13.2.1, warp-tls-3.2.1

Modified:
  haskell-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 13:15:27 UTC (rev 163782)
+++ PKGBUILD2016-02-29 13:22:11 UTC (rev 163783)
@@ -4,8 +4,8 @@
 
 _hkgname=lens
 pkgname=haskell-lens
-pkgver=4.13.2
-pkgrel=3
+pkgver=4.13.2.1
+pkgrel=1
 pkgdesc="Lenses, Folds and Traversals"
 url="http://github.com/ekmett/lens/;
 license=("custom:BSD3")
@@ -20,7 +20,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('814b7b35949cc8a3ad1a35fc39b88fc3b78bbfb339097f3f3438627048155b78')
+sha256sums=('d48509a066f864c3c6a8944117e788bab80587d40b1799600c99da389ee249b6')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 14:08:07
  Author: fyan
Revision: 163780

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

Added:
  haskell-parsers/repos/community-staging-i686/
  haskell-parsers/repos/community-staging-i686/PKGBUILD
(from rev 163779, haskell-parsers/trunk/PKGBUILD)
  haskell-parsers/repos/community-staging-i686/haskell-parsers.install
(from rev 163779, haskell-parsers/trunk/haskell-parsers.install)
  haskell-parsers/repos/community-staging-x86_64/
  haskell-parsers/repos/community-staging-x86_64/PKGBUILD
(from rev 163779, haskell-parsers/trunk/PKGBUILD)
  haskell-parsers/repos/community-staging-x86_64/haskell-parsers.install
(from rev 163779, haskell-parsers/trunk/haskell-parsers.install)

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

Copied: haskell-parsers/repos/community-staging-i686/PKGBUILD (from rev 163779, 
haskell-parsers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-29 13:08:07 UTC (rev 163780)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=parsers
+pkgname=haskell-parsers
+pkgver=0.12.3
+pkgrel=5
+pkgdesc="Parsing combinators"
+url="http://github.com/ekmett/parsers/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base-orphans" 
"haskell-charset"
+ "haskell-parsec" "haskell-scientific" "haskell-text" 
"haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('c29058e385d6235d3222aa1fde08399ed7ef24a8b8eb0691c2c4dfe1d1ad9fa3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-parsers/repos/community-staging-i686/haskell-parsers.install 
(from rev 163779, haskell-parsers/trunk/haskell-parsers.install)
===
--- community-staging-i686/haskell-parsers.install  
(rev 0)
+++ community-staging-i686/haskell-parsers.install  2016-02-29 13:08:07 UTC 
(rev 163780)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-parsers
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-parsers/repos/community-staging-x86_64/PKGBUILD (from rev 
163779, haskell-parsers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-29 13:08:07 UTC (rev 163780)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=parsers
+pkgname=haskell-parsers
+pkgver=0.12.3
+pkgrel=5
+pkgdesc="Parsing combinators"
+url="http://github.com/ekmett/parsers/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base-orphans" 
"haskell-charset"
+ "haskell-parsec" "haskell-scientific" "haskell-text" 

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

2016-02-29 Thread Felix Yan
Date: Monday, February 29, 2016 @ 14:07:46
  Author: fyan
Revision: 163779

upgpkg: haskell-parsers 0.12.3-5

rebuild with base-orphans-0.5.2, hlint-1.9.30, hourglass-0.2.10, http2-1.5.1, 
js-jquery-1.12.1, lens-4.13.2.1, warp-tls-3.2.1

Modified:
  haskell-parsers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 11:20:29 UTC (rev 163778)
+++ PKGBUILD2016-02-29 13:07:46 UTC (rev 163779)
@@ -5,7 +5,7 @@
 _hkgname=parsers
 pkgname=haskell-parsers
 pkgver=0.12.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Parsing combinators"
 url="http://github.com/ekmett/parsers/;
 license=("custom:BSD3")


[arch-commits] Commit in qt5-x11extras (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:15:14
  Author: arojas
Revision: 260390

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

Added:
  qt5-x11extras/repos/
  qt5-x11extras/repos/kde-unstable-i686/
  qt5-x11extras/repos/kde-unstable-i686/PKGBUILD
(from rev 260389, qt5-x11extras/trunk/PKGBUILD)
  qt5-x11extras/repos/kde-unstable-x86_64/
  qt5-x11extras/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260389, qt5-x11extras/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   42 +
 kde-unstable-x86_64/PKGBUILD |   42 +
 2 files changed, 84 insertions(+)

Copied: qt5-x11extras/repos/kde-unstable-i686/PKGBUILD (from rev 260389, 
qt5-x11extras/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:15:14 UTC (rev 260390)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-x11extras
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('77264dbf0bb923622f9773b8424eff87')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-x11extras/repos/kde-unstable-x86_64/PKGBUILD (from rev 260389, 
qt5-x11extras/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:15:14 UTC (rev 260390)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-x11extras
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('77264dbf0bb923622f9773b8424eff87')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-websockets (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:14:56
  Author: arojas
Revision: 260389

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

Added:
  qt5-websockets/repos/
  qt5-websockets/repos/kde-unstable-i686/
  qt5-websockets/repos/kde-unstable-i686/PKGBUILD
(from rev 260388, qt5-websockets/trunk/PKGBUILD)
  qt5-websockets/repos/kde-unstable-x86_64/
  qt5-websockets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260388, qt5-websockets/trunk/PKGBUILD)

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

Copied: qt5-websockets/repos/kde-unstable-i686/PKGBUILD (from rev 260388, 
qt5-websockets/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:14:56 UTC (rev 260389)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-websockets
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('dbe60ad8f8f751ff92b0946c77bb5624')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-websockets/repos/kde-unstable-x86_64/PKGBUILD (from rev 260388, 
qt5-websockets/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:14:56 UTC (rev 260389)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-websockets
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('dbe60ad8f8f751ff92b0946c77bb5624')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-wayland (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:14:36
  Author: arojas
Revision: 260388

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

Added:
  qt5-wayland/repos/
  qt5-wayland/repos/kde-unstable-i686/
  qt5-wayland/repos/kde-unstable-i686/PKGBUILD
(from rev 260387, qt5-wayland/trunk/PKGBUILD)
  qt5-wayland/repos/kde-unstable-x86_64/
  qt5-wayland/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260387, qt5-wayland/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   42 +
 kde-unstable-x86_64/PKGBUILD |   42 +
 2 files changed, 84 insertions(+)

Copied: qt5-wayland/repos/kde-unstable-i686/PKGBUILD (from rev 260387, 
qt5-wayland/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:14:36 UTC (rev 260388)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base' 'libxcomposite' 'libxkbcommon')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('b45023b3cf382444d257c94dd96a5351')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-wayland/repos/kde-unstable-x86_64/PKGBUILD (from rev 260387, 
qt5-wayland/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:14:36 UTC (rev 260388)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base' 'libxcomposite' 'libxkbcommon')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('b45023b3cf382444d257c94dd96a5351')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-tools (13 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:14:06
  Author: arojas
Revision: 260387

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

Added:
  qt5-tools/repos/
  qt5-tools/repos/kde-unstable-i686/
  qt5-tools/repos/kde-unstable-i686/PKGBUILD
(from rev 260386, qt5-tools/trunk/PKGBUILD)
  qt5-tools/repos/kde-unstable-i686/assistant.desktop
(from rev 260386, qt5-tools/trunk/assistant.desktop)
  qt5-tools/repos/kde-unstable-i686/designer.desktop
(from rev 260386, qt5-tools/trunk/designer.desktop)
  qt5-tools/repos/kde-unstable-i686/linguist.desktop
(from rev 260386, qt5-tools/trunk/linguist.desktop)
  qt5-tools/repos/kde-unstable-i686/qdbusviewer.desktop
(from rev 260386, qt5-tools/trunk/qdbusviewer.desktop)
  qt5-tools/repos/kde-unstable-x86_64/
  qt5-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260386, qt5-tools/trunk/PKGBUILD)
  qt5-tools/repos/kde-unstable-x86_64/assistant.desktop
(from rev 260386, qt5-tools/trunk/assistant.desktop)
  qt5-tools/repos/kde-unstable-x86_64/designer.desktop
(from rev 260386, qt5-tools/trunk/designer.desktop)
  qt5-tools/repos/kde-unstable-x86_64/linguist.desktop
(from rev 260386, qt5-tools/trunk/linguist.desktop)
  qt5-tools/repos/kde-unstable-x86_64/qdbusviewer.desktop
(from rev 260386, qt5-tools/trunk/qdbusviewer.desktop)

-+
 kde-unstable-i686/PKGBUILD  |   76 ++
 kde-unstable-i686/assistant.desktop |8 +++
 kde-unstable-i686/designer.desktop  |   10 +++
 kde-unstable-i686/linguist.desktop  |9 +++
 kde-unstable-i686/qdbusviewer.desktop   |9 +++
 kde-unstable-x86_64/PKGBUILD|   76 ++
 kde-unstable-x86_64/assistant.desktop   |8 +++
 kde-unstable-x86_64/designer.desktop|   10 +++
 kde-unstable-x86_64/linguist.desktop|9 +++
 kde-unstable-x86_64/qdbusviewer.desktop |9 +++
 10 files changed, 224 insertions(+)

Copied: qt5-tools/repos/kde-unstable-i686/PKGBUILD (from rev 260386, 
qt5-tools/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:14:06 UTC (rev 260387)
@@ -0,0 +1,76 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=()
+optdepends=('qt5-doc: documentation')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.gz;
+{assistant,designer,linguist,qdbusviewer}.desktop)
+md5sums=('98c8720024a7cb70e0453b9ee993dfbc'
+ 'b2897dd6a2967bccf8f10e397aafee55'
+ '76e150b20178d2d43801f7367232e5f7'
+ '188da8f4c87316e730ebf1c6217bf5a0'
+ '322b419b16c75d4de0ee7ad0a246caa1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="${pkgdir}" install
+
+  cd ../${_pkgfqn}
+  # install missing icons and desktop files
+  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
+size=$(echo $(basename ${icon}) | cut -d- -f2)
+install -p -D -m644 ${icon} \
+  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
+  done
+
+  install -D -m644 src/assistant/assistant/images/assistant.png \
+"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
+  install -D -m644 src/assistant/assistant/images/assistant-128.png \
+"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
+  install -D -m644 src/designer/src/designer/images/designer.png \
+"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
+  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
+"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
+  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
+"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
+  install -d "${pkgdir}/usr/share/applications"
+  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
+"${pkgdir}/usr/share/applications/"
+
+  # Useful symlinks
+  install -d "${pkgdir}"/usr/bin
+  for b in "${pkgdir}"/usr/lib/qt/bin/*; do
+ln -s /usr/lib/qt/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
+  done
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d 

[arch-commits] Commit in qt5-svg (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:13:37
  Author: arojas
Revision: 260386

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

Added:
  qt5-svg/repos/
  qt5-svg/repos/kde-unstable-i686/
  qt5-svg/repos/kde-unstable-i686/PKGBUILD
(from rev 260385, qt5-svg/trunk/PKGBUILD)
  qt5-svg/repos/kde-unstable-x86_64/
  qt5-svg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260385, qt5-svg/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   42 +
 kde-unstable-x86_64/PKGBUILD |   42 +
 2 files changed, 84 insertions(+)

Copied: qt5-svg/repos/kde-unstable-i686/PKGBUILD (from rev 260385, 
qt5-svg/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:13:37 UTC (rev 260386)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-svg
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('43c783d833303a99ba596509cd95a9fd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-svg/repos/kde-unstable-x86_64/PKGBUILD (from rev 260385, 
qt5-svg/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:13:37 UTC (rev 260386)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-svg
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('43c783d833303a99ba596509cd95a9fd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-serialport (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:13:19
  Author: arojas
Revision: 260385

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

Added:
  qt5-serialport/repos/
  qt5-serialport/repos/kde-unstable-i686/
  qt5-serialport/repos/kde-unstable-i686/PKGBUILD
(from rev 260384, qt5-serialport/trunk/PKGBUILD)
  qt5-serialport/repos/kde-unstable-x86_64/
  qt5-serialport/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260384, qt5-serialport/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   42 +
 kde-unstable-x86_64/PKGBUILD |   42 +
 2 files changed, 84 insertions(+)

Copied: qt5-serialport/repos/kde-unstable-i686/PKGBUILD (from rev 260384, 
qt5-serialport/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:13:19 UTC (rev 260385)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-serialport
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('8d77f7c7fb1e83ec12d2d8db267aaf0c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-serialport/repos/kde-unstable-x86_64/PKGBUILD (from rev 260384, 
qt5-serialport/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:13:19 UTC (rev 260385)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-serialport
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('8d77f7c7fb1e83ec12d2d8db267aaf0c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-multimedia (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:12:20
  Author: arojas
Revision: 260382

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

Added:
  qt5-multimedia/repos/
  qt5-multimedia/repos/kde-unstable-i686/
  qt5-multimedia/repos/kde-unstable-i686/PKGBUILD
(from rev 260381, qt5-multimedia/trunk/PKGBUILD)
  qt5-multimedia/repos/kde-unstable-x86_64/
  qt5-multimedia/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260381, qt5-multimedia/trunk/PKGBUILD)

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

Copied: qt5-multimedia/repos/kde-unstable-i686/PKGBUILD (from rev 260381, 
qt5-multimedia/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:12:20 UTC (rev 260382)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-multimedia
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base' 'gst-plugins-base-libs' 'libpulse' 'openal')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('f9a4ca0a0bb92e8e8ba947a1e53903ea')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-multimedia/repos/kde-unstable-x86_64/PKGBUILD (from rev 260381, 
qt5-multimedia/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:12:20 UTC (rev 260382)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-multimedia
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base' 'gst-plugins-base-libs' 'libpulse' 'openal')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('f9a4ca0a0bb92e8e8ba947a1e53903ea')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-script (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:13:00
  Author: arojas
Revision: 260384

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

Added:
  qt5-script/repos/
  qt5-script/repos/kde-unstable-i686/
  qt5-script/repos/kde-unstable-i686/PKGBUILD
(from rev 260383, qt5-script/trunk/PKGBUILD)
  qt5-script/repos/kde-unstable-x86_64/
  qt5-script/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260383, qt5-script/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   42 +
 kde-unstable-x86_64/PKGBUILD |   42 +
 2 files changed, 84 insertions(+)

Copied: qt5-script/repos/kde-unstable-i686/PKGBUILD (from rev 260383, 
qt5-script/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:13:00 UTC (rev 260384)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-script
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('d9f341dd2f4bd55962b17379807a3eec')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-script/repos/kde-unstable-x86_64/PKGBUILD (from rev 260383, 
qt5-script/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:13:00 UTC (rev 260384)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-script
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('d9f341dd2f4bd55962b17379807a3eec')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-quickcontrols (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:12:40
  Author: arojas
Revision: 260383

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

Added:
  qt5-quickcontrols/repos/
  qt5-quickcontrols/repos/kde-unstable-i686/
  qt5-quickcontrols/repos/kde-unstable-i686/PKGBUILD
(from rev 260382, qt5-quickcontrols/trunk/PKGBUILD)
  qt5-quickcontrols/repos/kde-unstable-x86_64/
  qt5-quickcontrols/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260382, qt5-quickcontrols/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   42 +
 kde-unstable-x86_64/PKGBUILD |   42 +
 2 files changed, 84 insertions(+)

Copied: qt5-quickcontrols/repos/kde-unstable-i686/PKGBUILD (from rev 260382, 
qt5-quickcontrols/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:12:40 UTC (rev 260383)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-quickcontrols
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-declarative')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('469d3ce771b15bf0d21a4bcd8598f047')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-quickcontrols/repos/kde-unstable-x86_64/PKGBUILD (from rev 260382, 
qt5-quickcontrols/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:12:40 UTC (rev 260383)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-quickcontrols
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-declarative')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('469d3ce771b15bf0d21a4bcd8598f047')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-imageformats (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:12:03
  Author: arojas
Revision: 260381

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

Added:
  qt5-imageformats/repos/
  qt5-imageformats/repos/kde-unstable-i686/
  qt5-imageformats/repos/kde-unstable-i686/PKGBUILD
(from rev 260380, qt5-imageformats/trunk/PKGBUILD)
  qt5-imageformats/repos/kde-unstable-x86_64/
  qt5-imageformats/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260380, qt5-imageformats/trunk/PKGBUILD)

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

Copied: qt5-imageformats/repos/kde-unstable-i686/PKGBUILD (from rev 260380, 
qt5-imageformats/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:12:03 UTC (rev 260381)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-imageformats
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base' 'libtiff' 'jasper')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('c98c64571b0df33a001f38641521a16d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-imageformats/repos/kde-unstable-x86_64/PKGBUILD (from rev 260380, 
qt5-imageformats/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:12:03 UTC (rev 260381)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-imageformats
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base' 'libtiff' 'jasper')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('c98c64571b0df33a001f38641521a16d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-enginio (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:11:27
  Author: arojas
Revision: 260379

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

Added:
  qt5-enginio/repos/
  qt5-enginio/repos/kde-unstable-i686/
  qt5-enginio/repos/kde-unstable-i686/PKGBUILD
(from rev 260378, qt5-enginio/trunk/PKGBUILD)
  qt5-enginio/repos/kde-unstable-x86_64/
  qt5-enginio/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260378, qt5-enginio/trunk/PKGBUILD)

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

Copied: qt5-enginio/repos/kde-unstable-i686/PKGBUILD (from rev 260378, 
qt5-enginio/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:11:27 UTC (rev 260379)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-enginio
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-1.6.0-rc"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('ae114149111e9a1090c1731b5f9699e7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-enginio/repos/kde-unstable-x86_64/PKGBUILD (from rev 260378, 
qt5-enginio/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:11:27 UTC (rev 260379)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-enginio
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-1.6.0-rc"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('ae114149111e9a1090c1731b5f9699e7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-connectivity (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:11:09
  Author: arojas
Revision: 260378

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

Added:
  qt5-connectivity/repos/
  qt5-connectivity/repos/kde-unstable-i686/
  qt5-connectivity/repos/kde-unstable-i686/PKGBUILD
(from rev 260377, qt5-connectivity/trunk/PKGBUILD)
  qt5-connectivity/repos/kde-unstable-x86_64/
  qt5-connectivity/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260377, qt5-connectivity/trunk/PKGBUILD)

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

Copied: qt5-connectivity/repos/kde-unstable-i686/PKGBUILD (from rev 260377, 
qt5-connectivity/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:11:09 UTC (rev 260378)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-connectivity
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('16a7ed3cc0fc77465cae23be091930b3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-connectivity/repos/kde-unstable-x86_64/PKGBUILD (from rev 260377, 
qt5-connectivity/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:11:09 UTC (rev 260378)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-connectivity
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('16a7ed3cc0fc77465cae23be091930b3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-graphicaleffects (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:11:45
  Author: arojas
Revision: 260380

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

Added:
  qt5-graphicaleffects/repos/
  qt5-graphicaleffects/repos/kde-unstable-i686/
  qt5-graphicaleffects/repos/kde-unstable-i686/PKGBUILD
(from rev 260379, qt5-graphicaleffects/trunk/PKGBUILD)
  qt5-graphicaleffects/repos/kde-unstable-x86_64/
  qt5-graphicaleffects/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260379, qt5-graphicaleffects/trunk/PKGBUILD)

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

Copied: qt5-graphicaleffects/repos/kde-unstable-i686/PKGBUILD (from rev 260379, 
qt5-graphicaleffects/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:11:45 UTC (rev 260380)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-graphicaleffects
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-declarative')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('7344c2946baebbcd528aca1c92ec8c54')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-graphicaleffects/repos/kde-unstable-x86_64/PKGBUILD (from rev 
260379, qt5-graphicaleffects/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:11:45 UTC (rev 260380)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-graphicaleffects
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-declarative')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('7344c2946baebbcd528aca1c92ec8c54')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-3d (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:10:28
  Author: arojas
Revision: 260376

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

Added:
  qt5-3d/repos/
  qt5-3d/repos/kde-unstable-i686/
  qt5-3d/repos/kde-unstable-i686/PKGBUILD
(from rev 260375, qt5-3d/trunk/PKGBUILD)
  qt5-3d/repos/kde-unstable-x86_64/
  qt5-3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260375, qt5-3d/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   42 +
 kde-unstable-x86_64/PKGBUILD |   42 +
 2 files changed, 84 insertions(+)

Copied: qt5-3d/repos/kde-unstable-i686/PKGBUILD (from rev 260375, 
qt5-3d/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:10:28 UTC (rev 260376)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-3d
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-declarative')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('731bcbc2820a4b55bef340966b817c06')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-3d/repos/kde-unstable-x86_64/PKGBUILD (from rev 260375, 
qt5-3d/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:10:28 UTC (rev 260376)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-3d
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-declarative')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('731bcbc2820a4b55bef340966b817c06')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-canvas3d (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:10:51
  Author: arojas
Revision: 260377

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

Added:
  qt5-canvas3d/repos/
  qt5-canvas3d/repos/kde-unstable-i686/
  qt5-canvas3d/repos/kde-unstable-i686/PKGBUILD
(from rev 260376, qt5-canvas3d/trunk/PKGBUILD)
  qt5-canvas3d/repos/kde-unstable-x86_64/
  qt5-canvas3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260376, qt5-canvas3d/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   42 +
 kde-unstable-x86_64/PKGBUILD |   42 +
 2 files changed, 84 insertions(+)

Copied: qt5-canvas3d/repos/kde-unstable-i686/PKGBUILD (from rev 260376, 
qt5-canvas3d/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:10:51 UTC (rev 260377)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-canvas3d
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-declarative')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('3740f16c9126a67618ae672fc5315637')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-canvas3d/repos/kde-unstable-x86_64/PKGBUILD (from rev 260376, 
qt5-canvas3d/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:10:51 UTC (rev 260377)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-canvas3d
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-declarative')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('3740f16c9126a67618ae672fc5315637')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-xmlpatterns (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:10:09
  Author: arojas
Revision: 260375

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

Added:
  qt5-xmlpatterns/repos/
  qt5-xmlpatterns/repos/kde-unstable-i686/
  qt5-xmlpatterns/repos/kde-unstable-i686/PKGBUILD
(from rev 260374, qt5-xmlpatterns/trunk/PKGBUILD)
  qt5-xmlpatterns/repos/kde-unstable-x86_64/
  qt5-xmlpatterns/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260374, qt5-xmlpatterns/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   42 +
 kde-unstable-x86_64/PKGBUILD |   42 +
 2 files changed, 84 insertions(+)

Copied: qt5-xmlpatterns/repos/kde-unstable-i686/PKGBUILD (from rev 260374, 
qt5-xmlpatterns/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:10:09 UTC (rev 260375)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-xmlpatterns
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('e0074dc01ef945930c99a4501d3bdaf0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-xmlpatterns/repos/kde-unstable-x86_64/PKGBUILD (from rev 260374, 
qt5-xmlpatterns/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:10:09 UTC (rev 260375)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-xmlpatterns
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('e0074dc01ef945930c99a4501d3bdaf0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-webchannel (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:09:50
  Author: arojas
Revision: 260374

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

Added:
  qt5-webchannel/repos/
  qt5-webchannel/repos/kde-unstable-i686/
  qt5-webchannel/repos/kde-unstable-i686/PKGBUILD
(from rev 260373, qt5-webchannel/trunk/PKGBUILD)
  qt5-webchannel/repos/kde-unstable-x86_64/
  qt5-webchannel/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260373, qt5-webchannel/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   42 +
 kde-unstable-x86_64/PKGBUILD |   42 +
 2 files changed, 84 insertions(+)

Copied: qt5-webchannel/repos/kde-unstable-i686/PKGBUILD (from rev 260373, 
qt5-webchannel/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:09:50 UTC (rev 260374)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webchannel
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-declarative')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('42dbeccf66a8d6fb7cf1867068181a00')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-webchannel/repos/kde-unstable-x86_64/PKGBUILD (from rev 260373, 
qt5-webchannel/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:09:50 UTC (rev 260374)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webchannel
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-declarative')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('42dbeccf66a8d6fb7cf1867068181a00')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-location (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:08:56
  Author: arojas
Revision: 260371

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

Added:
  qt5-location/repos/
  qt5-location/repos/kde-unstable-i686/
  qt5-location/repos/kde-unstable-i686/PKGBUILD
(from rev 260370, qt5-location/trunk/PKGBUILD)
  qt5-location/repos/kde-unstable-x86_64/
  qt5-location/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260370, qt5-location/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   42 +
 kde-unstable-x86_64/PKGBUILD |   42 +
 2 files changed, 84 insertions(+)

Copied: qt5-location/repos/kde-unstable-i686/PKGBUILD (from rev 260370, 
qt5-location/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:08:56 UTC (rev 260371)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-location
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-declarative')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('59d8f0f1aca7808d7f5eb70de70e9962')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-location/repos/kde-unstable-x86_64/PKGBUILD (from rev 260370, 
qt5-location/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:08:56 UTC (rev 260371)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-location
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-declarative')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('59d8f0f1aca7808d7f5eb70de70e9962')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-translations (3 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:09:30
  Author: arojas
Revision: 260373

archrelease: copy trunk to kde-unstable-any

Added:
  qt5-translations/repos/
  qt5-translations/repos/kde-unstable-any/
  qt5-translations/repos/kde-unstable-any/PKGBUILD
(from rev 260372, qt5-translations/trunk/PKGBUILD)

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

Copied: qt5-translations/repos/kde-unstable-any/PKGBUILD (from rev 260372, 
qt5-translations/trunk/PKGBUILD)
===
--- repos/kde-unstable-any/PKGBUILD (rev 0)
+++ repos/kde-unstable-any/PKGBUILD 2016-02-29 12:09:30 UTC (rev 260373)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-translations
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('085498d2e42c33b9bbb11aeb674f6caa')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-sensors (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:09:17
  Author: arojas
Revision: 260372

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

Added:
  qt5-sensors/repos/
  qt5-sensors/repos/kde-unstable-i686/
  qt5-sensors/repos/kde-unstable-i686/PKGBUILD
(from rev 260371, qt5-sensors/trunk/PKGBUILD)
  qt5-sensors/repos/kde-unstable-x86_64/
  qt5-sensors/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260371, qt5-sensors/trunk/PKGBUILD)

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

Copied: qt5-sensors/repos/kde-unstable-i686/PKGBUILD (from rev 260371, 
qt5-sensors/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:09:17 UTC (rev 260372)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-sensors
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('263fececb81613783a9f91a7d1e4608f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-sensors/repos/kde-unstable-x86_64/PKGBUILD (from rev 260371, 
qt5-sensors/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:09:17 UTC (rev 260372)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-sensors
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('263fececb81613783a9f91a7d1e4608f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-declarative (5 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:08:30
  Author: arojas
Revision: 260370

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

Added:
  qt5-declarative/repos/
  qt5-declarative/repos/kde-unstable-i686/
  qt5-declarative/repos/kde-unstable-i686/PKGBUILD
(from rev 260369, qt5-declarative/trunk/PKGBUILD)
  qt5-declarative/repos/kde-unstable-x86_64/
  qt5-declarative/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260369, qt5-declarative/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   48 +
 kde-unstable-x86_64/PKGBUILD |   48 +
 2 files changed, 96 insertions(+)

Copied: qt5-declarative/repos/kde-unstable-i686/PKGBUILD (from rev 260369, 
qt5-declarative/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:08:30 UTC (rev 260370)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-declarative
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('b87cda11d7a3d3cd02487217832b5516')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Useful symlinks
+  install -d "$pkgdir"/usr/bin
+  for b in "$pkgdir"/usr/lib/qt/bin/*; do
+ln -s /usr/lib/qt/bin/$(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt5
+  done
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-declarative/repos/kde-unstable-x86_64/PKGBUILD (from rev 260369, 
qt5-declarative/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2016-02-29 12:08:30 UTC (rev 260370)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-declarative
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('qt5-base')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('b87cda11d7a3d3cd02487217832b5516')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Useful symlinks
+  install -d "$pkgdir"/usr/bin
+  for b in "$pkgdir"/usr/lib/qt/bin/*; do
+ln -s /usr/lib/qt/bin/$(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt5
+  done
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-base (7 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 13:07:50
  Author: arojas
Revision: 260369

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

Added:
  qt5-base/repos/
  qt5-base/repos/kde-unstable-i686/
  qt5-base/repos/kde-unstable-i686/PKGBUILD
(from rev 260368, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/kde-unstable-i686/qt5-alsa1.11.patch
(from rev 260368, qt5-base/trunk/qt5-alsa1.11.patch)
  qt5-base/repos/kde-unstable-x86_64/
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260368, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/kde-unstable-x86_64/qt5-alsa1.11.patch
(from rev 260368, qt5-base/trunk/qt5-alsa1.11.patch)

+
 kde-unstable-i686/PKGBUILD |  120 +++
 kde-unstable-i686/qt5-alsa1.11.patch   |   11 ++
 kde-unstable-x86_64/PKGBUILD   |  120 +++
 kde-unstable-x86_64/qt5-alsa1.11.patch |   11 ++
 4 files changed, 262 insertions(+)

Copied: qt5-base/repos/kde-unstable-i686/PKGBUILD (from rev 260368, 
qt5-base/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2016-02-29 12:07:50 UTC (rev 260369)
@@ -0,0 +1,120 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-base
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'dbus' 'fontconfig' 
'systemd'
+ 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu'
+ 'qtchooser' 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11')
+makedepends=('mtdev' 'libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
+ 'gtk2' 'libxkbcommon-x11' 'libinput' 'libpulse' 'cups' 'freetds')
+optdepends=('qt5-svg: to use SVG icon themes'
+'postgresql-libs: PostgreSQL driver'
+'libmariadbclient: MariaDB driver'
+'unixodbc: ODBC driver'
+'libfbclient: Firebird/iBase driver'
+'mtdev: evdev plugin'
+'libxkbcommon-x11: xcb plugin'
+'libsm: xcb plugin'
+'gtk2: GTK2 plugin')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
 qt5-alsa1.11.patch)
+md5sums=('82e5bd59946630ec36ab357f1779f411'
+ '5e96b5cfa248b8b071919adb27abc715')
+
+prepare() {
+  cd ${_pkgfqn}
+
+  # Build qmake using Arch {C,LD}FLAGS
+  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
+  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
+mkspecs/common/gcc-base.conf
+  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
+mkspecs/common/g++-unix.conf
+
+  # Use python2 for Python 2.x
+  find . -name '*.py' -exec sed -i \
+'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
+
+  # Fix libsystemd-journal detection
+  sed -e 's|libsystemd-journal|libsystemd|' -i 
config.tests/unix/journald/journald.pro -i src/corelib/global/global.pri
+
+  # Fix ALSA 1.11 detection
+  patch -p1 -i ../qt5-alsa1.11.patch
+}
+
+build() {
+  cd ${_pkgfqn}
+
+#  export QTDIR="${srcdir}"/${_pkgfqn}
+#  export LD_LIBRARY_PATH="${QTDIR}"/lib:"${LD_LIBRARY_PATH}"
+#  export QT_PLUGIN_PATH="${QTDIR}"/qtbase/plugins
+
+  # FS#38796
+  [[ "${CARCH}" = "i686" ]] && SSE2="-no-sse2"
+
+  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource -v \
+-prefix /usr \
+-bindir /usr/lib/qt/bin \
+-docdir /usr/share/doc/qt \
+-headerdir /usr/include/qt \
+-archdatadir /usr/lib/qt \
+-datadir /usr/share/qt \
+-sysconfdir /etc/xdg \
+-examplesdir /usr/share/doc/qt/examples \
+-plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
+-system-sqlite \
+-openssl-linked \
+-nomake examples \
+-no-rpath \
+-optimized-qmake \
+-dbus-linked \
+-system-harfbuzz \
+-journald \
+-no-use-gold-linker \
+-reduce-relocations ${SSE2} -debug
+
+  make
+
+  # Fix docs build when qt is not installed
+#  sed -e "s|/usr/lib/qt/bin/qdoc|${QTDIR}/qtbase/bin/qdoc|g" \
+#-i qmake/Makefile.qmake-docs -i src/corelib/qdoc_wrapper.sh
+#  find . -name Makefile \
+#-exec sed -i "s|/usr/lib/qt/bin/qdoc|${QTDIR}/bin/qdoc|g" {} +
+#  sed -i 
"s|/usr/lib/qt/bin/qhelpgenerator|${QTDIR}/qttools/bin/qhelpgenerator|g" 
qmake/Makefile.qmake-docs
+#  find . -name Makefile \
+#-exec sed -i 
"s|/usr/lib/qt/bin/qhelpgenerator|${QTDIR}/qttools/bin/qhelpgenerator|g" {} +
+
+#  make docs
+}
+
+package() {
+  cd ${_pkgfqn}
+  

[arch-commits] Commit in (77 files)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 12:59:35
  Author: arojas
Revision: 260368

Initial commit of split Qt packages

Added:
  qt5-3d/
  qt5-3d/trunk/
  qt5-3d/trunk/PKGBUILD
  qt5-base/
  qt5-base/trunk/
  qt5-base/trunk/PKGBUILD
  qt5-base/trunk/qt5-alsa1.11.patch
  qt5-canvas3d/
  qt5-canvas3d/trunk/
  qt5-canvas3d/trunk/PKGBUILD
  qt5-connectivity/
  qt5-connectivity/trunk/
  qt5-connectivity/trunk/PKGBUILD
  qt5-declarative/
  qt5-declarative/trunk/
  qt5-declarative/trunk/PKGBUILD
  qt5-doc/
  qt5-doc/trunk/
  qt5-doc/trunk/PKGBUILD
  qt5-enginio/
  qt5-enginio/trunk/
  qt5-enginio/trunk/PKGBUILD
  qt5-graphicaleffects/
  qt5-graphicaleffects/trunk/
  qt5-graphicaleffects/trunk/PKGBUILD
  qt5-imageformats/
  qt5-imageformats/trunk/
  qt5-imageformats/trunk/PKGBUILD
  qt5-location/
  qt5-location/trunk/
  qt5-location/trunk/PKGBUILD
  qt5-multimedia/
  qt5-multimedia/trunk/
  qt5-multimedia/trunk/PKGBUILD
  qt5-quickcontrols/
  qt5-quickcontrols/trunk/
  qt5-quickcontrols/trunk/PKGBUILD
  qt5-script/
  qt5-script/trunk/
  qt5-script/trunk/PKGBUILD
  qt5-sensors/
  qt5-sensors/trunk/
  qt5-sensors/trunk/PKGBUILD
  qt5-serialport/
  qt5-serialport/trunk/
  qt5-serialport/trunk/PKGBUILD
  qt5-svg/
  qt5-svg/trunk/
  qt5-svg/trunk/PKGBUILD
  qt5-tools/
  qt5-tools/trunk/
  qt5-tools/trunk/PKGBUILD
  qt5-tools/trunk/assistant.desktop
  qt5-tools/trunk/designer.desktop
  qt5-tools/trunk/linguist.desktop
  qt5-tools/trunk/qdbusviewer.desktop
  qt5-translations/
  qt5-translations/trunk/
  qt5-translations/trunk/PKGBUILD
  qt5-wayland/
  qt5-wayland/trunk/
  qt5-wayland/trunk/PKGBUILD
  qt5-webchannel/
  qt5-webchannel/trunk/
  qt5-webchannel/trunk/PKGBUILD
  qt5-webkit/
  qt5-webkit/trunk/
  qt5-webkit/trunk/PKGBUILD
  qt5-websockets/
  qt5-websockets/trunk/
  qt5-websockets/trunk/PKGBUILD
  qt5-x11extras/
  qt5-x11extras/trunk/
  qt5-x11extras/trunk/PKGBUILD
  qt5-xmlpatterns/
  qt5-xmlpatterns/trunk/
  qt5-xmlpatterns/trunk/PKGBUILD

-+
 qt5-3d/trunk/PKGBUILD   |   42 +++
 qt5-base/trunk/PKGBUILD |  120 ++
 qt5-base/trunk/qt5-alsa1.11.patch   |   11 +++
 qt5-canvas3d/trunk/PKGBUILD |   42 +++
 qt5-connectivity/trunk/PKGBUILD |   43 
 qt5-declarative/trunk/PKGBUILD  |   48 +
 qt5-doc/trunk/PKGBUILD  |   39 +++
 qt5-enginio/trunk/PKGBUILD  |   43 
 qt5-graphicaleffects/trunk/PKGBUILD |   38 ++
 qt5-imageformats/trunk/PKGBUILD |   38 ++
 qt5-location/trunk/PKGBUILD |   42 +++
 qt5-multimedia/trunk/PKGBUILD   |   43 
 qt5-quickcontrols/trunk/PKGBUILD|   42 +++
 qt5-script/trunk/PKGBUILD   |   42 +++
 qt5-sensors/trunk/PKGBUILD  |   43 
 qt5-serialport/trunk/PKGBUILD   |   42 +++
 qt5-svg/trunk/PKGBUILD  |   42 +++
 qt5-tools/trunk/PKGBUILD|   76 +
 qt5-tools/trunk/assistant.desktop   |8 ++
 qt5-tools/trunk/designer.desktop|   10 ++
 qt5-tools/trunk/linguist.desktop|9 ++
 qt5-tools/trunk/qdbusviewer.desktop |9 ++
 qt5-translations/trunk/PKGBUILD |   38 ++
 qt5-wayland/trunk/PKGBUILD  |   42 +++
 qt5-webchannel/trunk/PKGBUILD   |   42 +++
 qt5-webkit/trunk/PKGBUILD   |   43 
 qt5-websockets/trunk/PKGBUILD   |   43 
 qt5-x11extras/trunk/PKGBUILD|   42 +++
 qt5-xmlpatterns/trunk/PKGBUILD  |   42 +++
 29 files changed, 1164 insertions(+)

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


  1   2   >