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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 08:59:37
  Author: arojas
Revision: 259384

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

Added:
  libkcompactdisc/repos/testing-i686/
  libkcompactdisc/repos/testing-i686/PKGBUILD
(from rev 259383, libkcompactdisc/trunk/PKGBUILD)
  libkcompactdisc/repos/testing-x86_64/
  libkcompactdisc/repos/testing-x86_64/PKGBUILD
(from rev 259383, libkcompactdisc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: libkcompactdisc/repos/testing-i686/PKGBUILD (from rev 259383, 
libkcompactdisc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 07:59:37 UTC (rev 259384)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcompactdisc
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="A library for interfacing with CDs"
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fe9a8d61226782c03d3984f8f2ee70c12a4cb801')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkcompactdisc/repos/testing-x86_64/PKGBUILD (from rev 259383, 
libkcompactdisc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 07:59:37 UTC (rev 259384)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcompactdisc
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="A library for interfacing with CDs"
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fe9a8d61226782c03d3984f8f2ee70c12a4cb801')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 08:59:19
  Author: arojas
Revision: 259383

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

Added:
  libkcddb/repos/testing-i686/
  libkcddb/repos/testing-i686/PKGBUILD
(from rev 259382, libkcddb/trunk/PKGBUILD)
  libkcddb/repos/testing-x86_64/
  libkcddb/repos/testing-x86_64/PKGBUILD
(from rev 259382, libkcddb/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: libkcddb/repos/testing-i686/PKGBUILD (from rev 259382, 
libkcddb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 07:59:19 UTC (rev 259383)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcddb
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="KDE CDDB library"
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e176c912e30ef067db53975c8aebbd977ec84c99')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkcddb/repos/testing-x86_64/PKGBUILD (from rev 259382, 
libkcddb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 07:59:19 UTC (rev 259383)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcddb
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="KDE CDDB library"
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e176c912e30ef067db53975c8aebbd977ec84c99')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 08:59:00
  Author: arojas
Revision: 259382

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

Added:
  libkeduvocdocument/repos/testing-i686/
  libkeduvocdocument/repos/testing-i686/PKGBUILD
(from rev 259381, libkeduvocdocument/trunk/PKGBUILD)
  libkeduvocdocument/repos/testing-x86_64/
  libkeduvocdocument/repos/testing-x86_64/PKGBUILD
(from rev 259381, libkeduvocdocument/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: libkeduvocdocument/repos/testing-i686/PKGBUILD (from rev 259381, 
libkeduvocdocument/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 07:59:00 UTC (rev 259382)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkeduvocdocument
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Common libraries for KDE Edu applications"
+url="http://kde.org/applications/education;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'kdeedu-data')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('311a683b8b7a8aa2f8cab6dfb35fbaf914625e88')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkeduvocdocument/repos/testing-x86_64/PKGBUILD (from rev 259381, 
libkeduvocdocument/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 07:59:00 UTC (rev 259382)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkeduvocdocument
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Common libraries for KDE Edu applications"
+url="http://kde.org/applications/education;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'kdeedu-data')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('311a683b8b7a8aa2f8cab6dfb35fbaf914625e88')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 08:58:37
  Author: arojas
Revision: 259381

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

Added:
  analitza/repos/testing-i686/
  analitza/repos/testing-i686/PKGBUILD
(from rev 259380, analitza/trunk/PKGBUILD)
  analitza/repos/testing-x86_64/
  analitza/repos/testing-x86_64/PKGBUILD
(from rev 259380, analitza/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: analitza/repos/testing-i686/PKGBUILD (from rev 259380, 
analitza/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 07:58:37 UTC (rev 259381)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=analitza
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="A library to add mathematical features to your program"
+url="https://projects.kde.org/projects/kde/kdeedu/analitza;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('qt5-svg' 'qt5-declarative')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'eigen')
+replaces=('kdebase-analitza')
+conflicts=('kdebase-analitza')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('ef8976cde7e0b5ace908a93abcfd318f4f519ede')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../analitza-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: analitza/repos/testing-x86_64/PKGBUILD (from rev 259380, 
analitza/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 07:58:37 UTC (rev 259381)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=analitza
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="A library to add mathematical features to your program"
+url="https://projects.kde.org/projects/kde/kdeedu/analitza;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('qt5-svg' 'qt5-declarative')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'eigen')
+replaces=('kdebase-analitza')
+conflicts=('kdebase-analitza')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('ef8976cde7e0b5ace908a93abcfd318f4f519ede')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../analitza-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 08:58:18
  Author: arojas
Revision: 259380

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

Added:
  libksane/repos/testing-i686/
  libksane/repos/testing-i686/PKGBUILD
(from rev 259379, libksane/trunk/PKGBUILD)
  libksane/repos/testing-i686/libksane.install
(from rev 259379, libksane/trunk/libksane.install)
  libksane/repos/testing-x86_64/
  libksane/repos/testing-x86_64/PKGBUILD
(from rev 259379, libksane/trunk/PKGBUILD)
  libksane/repos/testing-x86_64/libksane.install
(from rev 259379, libksane/trunk/libksane.install)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-i686/libksane.install   |   11 +++
 testing-x86_64/PKGBUILD |   37 +
 testing-x86_64/libksane.install |   11 +++
 4 files changed, 96 insertions(+)

Copied: libksane/repos/testing-i686/PKGBUILD (from rev 259379, 
libksane/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 07:58:18 UTC (rev 259380)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(ktextwidgets kwallet sane)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('e7e1060f5c303dda15e8203b95c612f904711d0a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libksane/repos/testing-i686/libksane.install (from rev 259379, 
libksane/trunk/libksane.install)
===
--- testing-i686/libksane.install   (rev 0)
+++ testing-i686/libksane.install   2016-02-16 07:58:18 UTC (rev 259380)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libksane/repos/testing-x86_64/PKGBUILD (from rev 259379, 
libksane/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 07:58:18 UTC (rev 259380)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(ktextwidgets kwallet sane)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('e7e1060f5c303dda15e8203b95c612f904711d0a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libksane/repos/testing-x86_64/libksane.install (from rev 259379, 
libksane/trunk/libksane.install)
===
--- testing-x86_64/libksane.install (rev 0)
+++ testing-x86_64/libksane.install 2016-02-16 07:58:18 UTC (rev 259380)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 08:58:02
  Author: arojas
Revision: 259379

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

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 259378, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 259378, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 259378, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 259378, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   37 +
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   37 +
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 96 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 259378, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 07:58:02 UTC (rev 259379)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('abcd26f841bc9024616fdac4c8d45a150bc8431a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 259378, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2016-02-16 07:58:02 UTC (rev 259379)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 259378, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 07:58:02 UTC (rev 259379)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('abcd26f841bc9024616fdac4c8d45a150bc8431a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 259378, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2016-02-16 07:58:02 UTC (rev 259379)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 08:57:30
  Author: arojas
Revision: 259377

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

Added:
  libkexiv2/repos/testing-i686/
  libkexiv2/repos/testing-i686/PKGBUILD
(from rev 259376, libkexiv2/trunk/PKGBUILD)
  libkexiv2/repos/testing-x86_64/
  libkexiv2/repos/testing-x86_64/PKGBUILD
(from rev 259376, libkexiv2/trunk/PKGBUILD)

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

Copied: libkexiv2/repos/testing-i686/PKGBUILD (from rev 259376, 
libkexiv2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 07:57:30 UTC (rev 259377)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkexiv2
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="A library to manipulate pictures metadata"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base exiv2)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('32c858759c0b81ac2d111cb354fc974e4ff35421')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkexiv2/repos/testing-x86_64/PKGBUILD (from rev 259376, 
libkexiv2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 07:57:30 UTC (rev 259377)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkexiv2
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="A library to manipulate pictures metadata"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base exiv2)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('32c858759c0b81ac2d111cb354fc974e4ff35421')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 08:57:45
  Author: arojas
Revision: 259378

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

Added:
  libkdcraw/repos/testing-i686/
  libkdcraw/repos/testing-i686/PKGBUILD
(from rev 259377, libkdcraw/trunk/PKGBUILD)
  libkdcraw/repos/testing-i686/libkdcraw.install
(from rev 259377, libkdcraw/trunk/libkdcraw.install)
  libkdcraw/repos/testing-x86_64/
  libkdcraw/repos/testing-x86_64/PKGBUILD
(from rev 259377, libkdcraw/trunk/PKGBUILD)
  libkdcraw/repos/testing-x86_64/libkdcraw.install
(from rev 259377, libkdcraw/trunk/libkdcraw.install)

--+
 testing-i686/PKGBUILD|   37 +
 testing-i686/libkdcraw.install   |   11 +++
 testing-x86_64/PKGBUILD  |   37 +
 testing-x86_64/libkdcraw.install |   11 +++
 4 files changed, 96 insertions(+)

Copied: libkdcraw/repos/testing-i686/PKGBUILD (from rev 259377, 
libkdcraw/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 07:57:45 UTC (rev 259378)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkdcraw
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="A C++ interface used to decode RAW picture"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base libraw)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('70e762a1a45816464ea763947caa109bd4f9639a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkdcraw/repos/testing-i686/libkdcraw.install (from rev 259377, 
libkdcraw/trunk/libkdcraw.install)
===
--- testing-i686/libkdcraw.install  (rev 0)
+++ testing-i686/libkdcraw.install  2016-02-16 07:57:45 UTC (rev 259378)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkdcraw/repos/testing-x86_64/PKGBUILD (from rev 259377, 
libkdcraw/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 07:57:45 UTC (rev 259378)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkdcraw
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="A C++ interface used to decode RAW picture"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base libraw)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('70e762a1a45816464ea763947caa109bd4f9639a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkdcraw/repos/testing-x86_64/libkdcraw.install (from rev 259377, 
libkdcraw/trunk/libkdcraw.install)
===
--- testing-x86_64/libkdcraw.install(rev 0)
+++ testing-x86_64/libkdcraw.install2016-02-16 07:57:45 UTC (rev 259378)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 08:57:12
  Author: arojas
Revision: 259376

archrelease: copy trunk to testing-any

Added:
  kdeedu-data/repos/testing-any/
  kdeedu-data/repos/testing-any/PKGBUILD
(from rev 259375, kdeedu-data/trunk/PKGBUILD)
  kdeedu-data/repos/testing-any/kdeedu-data.install
(from rev 259375, kdeedu-data/trunk/kdeedu-data.install)

-+
 PKGBUILD|   34 ++
 kdeedu-data.install |   12 
 2 files changed, 46 insertions(+)

Copied: kdeedu-data/repos/testing-any/PKGBUILD (from rev 259375, 
kdeedu-data/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-02-16 07:57:12 UTC (rev 259376)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-data
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Common data for KDE Edu applications"
+url="http://kde.org/applications/education;
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+depends=('hicolor-icon-theme')
+makedepends=('extra-cmake-modules')
+conflicts=('libkdeedu<14')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('f927e0575e9e53d2a84596d07e06a9e34a74a771')
+install=$pkgname.install
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-data/repos/testing-any/kdeedu-data.install (from rev 259375, 
kdeedu-data/trunk/kdeedu-data.install)
===
--- testing-any/kdeedu-data.install (rev 0)
+++ testing-any/kdeedu-data.install 2016-02-16 07:57:12 UTC (rev 259376)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 08:56:56
  Author: arojas
Revision: 259375

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 259374, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 259374, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 259374, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 259374, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 259374, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 259374, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  121 +
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  121 +
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 6 files changed, 288 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 259374, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 07:56:56 UTC (rev 259375)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdebase
+pkgname=('kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+'dolphinpart4')
+pkgver=15.12.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdebase')
+makedepends=('libkactivities4' 'cmake' 'automoc4' 'tidy')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('baef089f623f023cb1d60dcabdfa113ed40003e0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kde-baseapps-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kdebase-kdepasswd() {
+  pkgdesc='Change Password'
+  depends=('kdebase-runtime' 'kdebase-lib')
+
+  cd "$srcdir"/build/kdepasswd
+  make DESTDIR="$pkgdir" install
+  cd "$srcdir"/build/doc/kdepasswd
+  make DESTDIR="$pkgdir" install
+}
+
+package_kdebase-kdialog() {
+  pkgdesc='A utility for displaying dialog boxes from shell scripts'
+  depends=('kdebase-runtime')
+
+  cd "$srcdir"/build/kdialog
+  make DESTDIR="$pkgdir" install
+}
+
+package_kdebase-keditbookmarks() {
+  pkgdesc='Bookmark Organizer and Editor'
+  depends=('kdebase-runtime')
+
+  cd "$srcdir"/build/keditbookmarks
+  make DESTDIR="$pkgdir" install
+}
+
+package_kdebase-kfind() {
+  pkgdesc='Find Files/Folders'
+  depends=('kdebase-runtime' 'kdebase-lib')
+  url="http://kde.org/applications/utilities/kfind/;
+  install='kdebase.install'
+
+  cd "$srcdir"/build/kfind
+  make DESTDIR="$pkgdir" install
+  cd "$srcdir"/build/doc/kfind
+  make DESTDIR="$pkgdir" install
+}
+
+package_kdebase-konq-plugins() {
+  pkgdesc='Extra plugins for Konqueror'
+  depends=('kdebase-konqueror' 'tidy')
+  replaces=('konq-plugins')
+  install='kdebase.install'
+
+  cd "$srcdir"/build/konq-plugins
+  make DESTDIR="$pkgdir" install
+}
+
+package_kdebase-konqueror() {
+  pkgdesc='KDE File Manager & Web Browser'
+  depends=('dolphinpart4' 'kdebase-keditbookmarks')
+  optdepends=('kwebkitpart: to enable webkit engine')
+  url="http://kde.org/applications/internet/konqueror/;
+  install='kdebase-konqueror.install'
+  conflicts=('kdebase-nsplugins')
+  replaces=('kdebase-nsplugins')
+
+  for i in konqueror doc/konqueror nsplugins; do
+cd "$srcdir"/build/${i}
+make DESTDIR="$pkgdir" install
+  done
+}
+
+package_kdebase-lib() {
+  pkgdesc='KDE libraries for the basic desktop applications'
+  groups=()
+  depends=('kdelibs')
+  conflicts=('kde-templates')
+
+  cd "$srcdir"/build/lib
+  make DESTDIR="$pkgdir" install
+}
+
+package_dolphinpart4() {
+  pkgdesc='KDE4 Dolphin KPart'
+  depends=('libkactivities4' 'kdebase-lib')
+  conflicts=('kdebase-dolphin')
+  provides=('kdebase-dolphin')
+  groups=()
+
+  cd "$srcdir"/build/dolphin
+  make DESTDIR="$pkgdir" install
+}

Copied: kdebase/repos/testing-i686/kdebase-konqueror.install (from rev 259374, 
kdebase/trunk/kdebase-konqueror.install)
===
--- testing-i686/kdebase-konqueror.install  

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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 08:56:03
  Author: arojas
Revision: 259373

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

Added:
  kdebase-runtime/repos/testing-i686/
  kdebase-runtime/repos/testing-i686/PKGBUILD
(from rev 259372, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/testing-i686/kdebase-runtime.install
(from rev 259372, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/testing-x86_64/
  kdebase-runtime/repos/testing-x86_64/PKGBUILD
(from rev 259372, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/testing-x86_64/kdebase-runtime.install
(from rev 259372, kdebase-runtime/trunk/kdebase-runtime.install)

+
 testing-i686/PKGBUILD  |   55 +++
 testing-i686/kdebase-runtime.install   |   13 +++
 testing-x86_64/PKGBUILD|   55 +++
 testing-x86_64/kdebase-runtime.install |   13 +++
 4 files changed, 136 insertions(+)

Copied: kdebase-runtime/repos/testing-i686/PKGBUILD (from rev 259372, 
kdebase-runtime/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 07:56:03 UTC (rev 259373)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdebase-runtime
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
+depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp')
+optdepends=('kdepimlibs4: for kwalletd, and is needed by DrKonqi to send crash 
reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to 
display applications documentation')
+provides=(notification-daemon)
+conflicts=(kdesu4)
+replaces=(kdesu4)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('210f05a6fbab7b5afee3c66704f4fde796572496')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kde-runtime-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
+-DWITH_NepomukCore=OFF \
+-DBUILD_khelpcenter=OFF \
+-DBUILD_kglobalaccel=OFF \
+-DBUILD_kuiserver=OFF \
+-DBUILD_doc=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir"/usr/share/icons/hicolor/index.theme
+  ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4
+
+# FS#36668
+  chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud
+  chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud
+}

Copied: kdebase-runtime/repos/testing-i686/kdebase-runtime.install (from rev 
259372, kdebase-runtime/trunk/kdebase-runtime.install)
===
--- testing-i686/kdebase-runtime.install(rev 0)
+++ testing-i686/kdebase-runtime.install2016-02-16 07:56:03 UTC (rev 
259373)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-mime-database usr/share/mime &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdebase-runtime/repos/testing-x86_64/PKGBUILD (from rev 259372, 
kdebase-runtime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 07:56:03 UTC (rev 259373)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdebase-runtime
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
+depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp')
+optdepends=('kdepimlibs4: for kwalletd, and is needed by DrKonqi to send crash 
reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to 
display applications 

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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 08:56:30
  Author: arojas
Revision: 259374

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

Added:
  kdegraphics-mobipocket/repos/testing-i686/
  kdegraphics-mobipocket/repos/testing-i686/PKGBUILD
(from rev 259373, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/testing-i686/kdegraphics-mobipocket.install
(from rev 259373, 
kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
  kdegraphics-mobipocket/repos/testing-x86_64/
  kdegraphics-mobipocket/repos/testing-x86_64/PKGBUILD
(from rev 259373, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/testing-x86_64/kdegraphics-mobipocket.install
(from rev 259373, 
kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)

---+
 testing-i686/PKGBUILD |   37 
 testing-i686/kdegraphics-mobipocket.install   |   11 +++
 testing-x86_64/PKGBUILD   |   37 
 testing-x86_64/kdegraphics-mobipocket.install |   11 +++
 4 files changed, 96 insertions(+)

Copied: kdegraphics-mobipocket/repos/testing-i686/PKGBUILD (from rev 259373, 
kdegraphics-mobipocket/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 07:56:30 UTC (rev 259374)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-mobipocket
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="A collection of plugins to handle mobipocket files"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4db4f0bd0d413ff1e39b82b2702a201535d3d1c6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
kdegraphics-mobipocket/repos/testing-i686/kdegraphics-mobipocket.install (from 
rev 259373, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
===
--- testing-i686/kdegraphics-mobipocket.install (rev 0)
+++ testing-i686/kdegraphics-mobipocket.install 2016-02-16 07:56:30 UTC (rev 
259374)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdegraphics-mobipocket/repos/testing-x86_64/PKGBUILD (from rev 259373, 
kdegraphics-mobipocket/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 07:56:30 UTC (rev 259374)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-mobipocket
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="A collection of plugins to handle mobipocket files"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4db4f0bd0d413ff1e39b82b2702a201535d3d1c6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
kdegraphics-mobipocket/repos/testing-x86_64/kdegraphics-mobipocket.install 
(from rev 259373, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
===
--- testing-x86_64/kdegraphics-mobipocket.install   
(rev 0)
+++ testing-x86_64/kdegraphics-mobipocket.install   2016-02-16 07:56:30 UTC 
(rev 259374)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2016-02-15 Thread Jiachen Yang
Date: Tuesday, February 16, 2016 @ 08:53:12
  Author: farseerfc
Revision: 161816

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

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

---+
 community-staging-i686/PKGBUILD   |   52 
 community-staging-i686/qtox.install   |   12 +++
 community-staging-x86_64/PKGBUILD |   52 
 community-staging-x86_64/qtox.install |   12 +++
 4 files changed, 128 insertions(+)

Copied: qtox/repos/community-staging-i686/PKGBUILD (from rev 161815, 
qtox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-16 07:53:12 UTC (rev 161816)
@@ -0,0 +1,52 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.2.4
+pkgrel=3
+pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
+arch=('i686' 'x86_64')
+url='https://github.com/tux3/qTox'
+license=('GPL3')
+depends=('desktop-file-utils'
+ 'libfilteraudio'
+ 'libxkbcommon-x11'
+ 'libxss'
+ 'openal'
+ 'opencv'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools')
+install=$pkgname.install
+source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('4e3e68e6dadbe411196cfa3648deacd8197f2d7024a51193805aaca36e11a740d879b68b4319efa0f5168e9f13c949ef6a3f39c18584a764df9e825e3ac8ed72')
+
+build() {
+  cd $_pkgname-$pkgver
+  install -d build
+  cd build
+  qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO ..
+  make
+}
+
+package() {
+  # executable
+  cd $_pkgname-$pkgver
+  install -Dm755 build/$pkgname "$pkgdir/usr/bin/$pkgname"
+
+  # xdg desktop file
+  install -Dm644 qTox.desktop "$pkgdir/usr/share/applications/qTox.desktop"
+
+  # icons
+  cd img/icons
+  for _icon in *.png; do
+_size=$(sed 's|^[^-]*-||;s|\.png||' <<< "$_icon")
+install -Dm644 "$_icon" 
"$pkgdir/usr/share/icons/hicolor/$_size/apps/qTox.png"
+  done
+  install -Dm644 $pkgname.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/qTox.svg"
+}

Copied: qtox/repos/community-staging-i686/qtox.install (from rev 161815, 
qtox/trunk/qtox.install)
===
--- community-staging-i686/qtox.install (rev 0)
+++ community-staging-i686/qtox.install 2016-02-16 07:53:12 UTC (rev 161816)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_upgrade
+}

Copied: qtox/repos/community-staging-x86_64/PKGBUILD (from rev 161815, 
qtox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-16 07:53:12 UTC (rev 161816)
@@ -0,0 +1,52 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.2.4
+pkgrel=3
+pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
+arch=('i686' 'x86_64')
+url='https://github.com/tux3/qTox'
+license=('GPL3')
+depends=('desktop-file-utils'
+ 'libfilteraudio'
+ 'libxkbcommon-x11'
+ 'libxss'
+ 'openal'
+ 'opencv'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools')
+install=$pkgname.install
+source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('4e3e68e6dadbe411196cfa3648deacd8197f2d7024a51193805aaca36e11a740d879b68b4319efa0f5168e9f13c949ef6a3f39c18584a764df9e825e3ac8ed72')
+
+build() {
+  cd $_pkgname-$pkgver
+  install -d build
+  cd build
+  qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO ..
+  make
+}
+
+package() {
+  # executable
+  cd $_pkgname-$pkgver
+  install -Dm755 build/$pkgname "$pkgdir/usr/bin/$pkgname"
+
+  # xdg desktop file
+  install -Dm644 qTox.desktop "$pkgdir/usr/share/applications/qTox.desktop"
+
+  # icons
+  cd img/icons
+  for _icon 

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

2016-02-15 Thread Jiachen Yang
Date: Tuesday, February 16, 2016 @ 08:52:23
  Author: farseerfc
Revision: 161815

upgpkg: qtox 1.2.4-3

qtox ffmpeg3.0 rebuild

Modified:
  qtox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 07:37:46 UTC (rev 161814)
+++ PKGBUILD2016-02-16 07:52:23 UTC (rev 161815)
@@ -6,7 +6,7 @@
 pkgname=qtox
 _pkgname=qTox
 pkgver=1.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
 arch=('i686' 'x86_64')
 url='https://github.com/tux3/qTox'


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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 08:37:46
  Author: arojas
Revision: 161814

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

Added:
  guvcview/repos/community-staging-i686/
  guvcview/repos/community-staging-i686/PKGBUILD
(from rev 161813, guvcview/trunk/PKGBUILD)
  guvcview/repos/community-staging-i686/guvcview-ffmpeg3.patch
(from rev 161813, guvcview/trunk/guvcview-ffmpeg3.patch)
  guvcview/repos/community-staging-x86_64/
  guvcview/repos/community-staging-x86_64/PKGBUILD
(from rev 161813, guvcview/trunk/PKGBUILD)
  guvcview/repos/community-staging-x86_64/guvcview-ffmpeg3.patch
(from rev 161813, guvcview/trunk/guvcview-ffmpeg3.patch)

-+
 community-staging-i686/PKGBUILD |   38 ++
 community-staging-i686/guvcview-ffmpeg3.patch   |   37 +
 community-staging-x86_64/PKGBUILD   |   38 ++
 community-staging-x86_64/guvcview-ffmpeg3.patch |   37 +
 4 files changed, 150 insertions(+)

Copied: guvcview/repos/community-staging-i686/PKGBUILD (from rev 161813, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-16 07:37:46 UTC (rev 161814)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Maxwell Pray a.k.a. Synthead 
+
+pkgname=guvcview
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="A video viewer and capturer for the linux uvc driver"
+arch=('i686' 'x86_64')
+url="http://guvcview.sourceforge.net/;
+license=('GPL')
+depends=('portaudio' 'ffmpeg' 'gtk3' 'sdl2' 'gsl')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs' '!buildflags')
+source=("http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;
 guvcview-ffmpeg3.patch)
+md5sums=('994d1d08a013356de516771818774947'
+ '9db64a64ddca977cd89ddfb551ff2e8b')
+
+prepare() {
+  cd $pkgname-src-$pkgver
+# Fix build against ffmpeg 3.0
+  patch -p1 -i ../guvcview-ffmpeg3.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --disable-debian-menu
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: guvcview/repos/community-staging-i686/guvcview-ffmpeg3.patch (from rev 
161813, guvcview/trunk/guvcview-ffmpeg3.patch)
===
--- community-staging-i686/guvcview-ffmpeg3.patch   
(rev 0)
+++ community-staging-i686/guvcview-ffmpeg3.patch   2016-02-16 07:37:46 UTC 
(rev 161814)
@@ -0,0 +1,37 @@
+Description: Replace deprecated FFmpeg API
+Author: Andreas Cadhalpun 
+Last-Update: <2015-11-02>
+
+--- a/gview_encoder/encoder.c
 b/gview_encoder/encoder.c
+@@ -1434,7 +1434,7 @@
+   /*convert default yuyv to y420p (libav input format)*/  
+   switch(video_codec_data->codec_context->pix_fmt)
+   {
+-  case PIX_FMT_YUVJ420P:
++  case AV_PIX_FMT_YUVJ420P:
+   yuv422to420p(encoder_ctx, input_frame);
+   break;
+   default:
+--- a/gview_v4l2core/jpeg_decoder.c
 b/gview_v4l2core/jpeg_decoder.c
+@@ -1436,7 +1436,7 @@
+   exit(-1);
+   }
+ 
+-  codec_data->context->pix_fmt = PIX_FMT_YUV422P;
++  codec_data->context->pix_fmt = AV_PIX_FMT_YUV422P;
+   codec_data->context->width = width;
+   codec_data->context->height = height;
+   //jpeg_ctx->context->dsp_mask = (FF_MM_MMX | FF_MM_MMXEXT | FF_MM_SSE);
+--- a/gview_v4l2core/uvc_h264.c
 b/gview_v4l2core/uvc_h264.c
+@@ -970,7 +970,7 @@
+   }
+   
+   h264_ctx->context->flags2 |= CODEC_FLAG2_FAST;
+-  h264_ctx->context->pix_fmt = PIX_FMT_YUV420P;
++  h264_ctx->context->pix_fmt = AV_PIX_FMT_YUV420P;
+   h264_ctx->context->width = width;
+   h264_ctx->context->height = height;
+   //h264_ctx->context->dsp_mask = (FF_MM_MMX | FF_MM_MMXEXT | FF_MM_SSE);

Copied: guvcview/repos/community-staging-x86_64/PKGBUILD (from rev 161813, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-16 07:37:46 UTC (rev 161814)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Maxwell Pray a.k.a. Synthead 
+
+pkgname=guvcview
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="A video viewer and capturer for the linux uvc driver"
+arch=('i686' 'x86_64')

[arch-commits] Commit in guvcview/trunk (PKGBUILD guvcview-ffmpeg3.patch)

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 08:37:16
  Author: arojas
Revision: 161813

Update to 2.0.3, add Debian patch to fix build against ffmpeg 3.0

Added:
  guvcview/trunk/guvcview-ffmpeg3.patch
Modified:
  guvcview/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 guvcview-ffmpeg3.patch |   37 +
 2 files changed, 47 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 06:32:45 UTC (rev 161812)
+++ PKGBUILD2016-02-16 07:37:16 UTC (rev 161813)
@@ -3,7 +3,7 @@
 # Contributor: Maxwell Pray a.k.a. Synthead 
 
 pkgname=guvcview
-pkgver=2.0.1
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="A video viewer and capturer for the linux uvc driver"
 arch=('i686' 'x86_64')
@@ -13,9 +13,16 @@
 makedepends=('pkg-config' 'intltool')
 optdepends=('pulseaudio: for PulseAudio support')
 options=('!docs' '!buildflags')
-source=("http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
-md5sums=('54e608b8a2c13d96f546197117d758f4')
+source=("http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;
 guvcview-ffmpeg3.patch)
+md5sums=('994d1d08a013356de516771818774947'
+ '9db64a64ddca977cd89ddfb551ff2e8b')
 
+prepare() {
+  cd $pkgname-src-$pkgver
+# Fix build against ffmpeg 3.0
+  patch -p1 -i ../guvcview-ffmpeg3.patch
+}
+
 build() {
   cd "${srcdir}/${pkgname}-src-${pkgver}"
 

Added: guvcview-ffmpeg3.patch
===
--- guvcview-ffmpeg3.patch  (rev 0)
+++ guvcview-ffmpeg3.patch  2016-02-16 07:37:16 UTC (rev 161813)
@@ -0,0 +1,37 @@
+Description: Replace deprecated FFmpeg API
+Author: Andreas Cadhalpun 
+Last-Update: <2015-11-02>
+
+--- a/gview_encoder/encoder.c
 b/gview_encoder/encoder.c
+@@ -1434,7 +1434,7 @@
+   /*convert default yuyv to y420p (libav input format)*/  
+   switch(video_codec_data->codec_context->pix_fmt)
+   {
+-  case PIX_FMT_YUVJ420P:
++  case AV_PIX_FMT_YUVJ420P:
+   yuv422to420p(encoder_ctx, input_frame);
+   break;
+   default:
+--- a/gview_v4l2core/jpeg_decoder.c
 b/gview_v4l2core/jpeg_decoder.c
+@@ -1436,7 +1436,7 @@
+   exit(-1);
+   }
+ 
+-  codec_data->context->pix_fmt = PIX_FMT_YUV422P;
++  codec_data->context->pix_fmt = AV_PIX_FMT_YUV422P;
+   codec_data->context->width = width;
+   codec_data->context->height = height;
+   //jpeg_ctx->context->dsp_mask = (FF_MM_MMX | FF_MM_MMXEXT | FF_MM_SSE);
+--- a/gview_v4l2core/uvc_h264.c
 b/gview_v4l2core/uvc_h264.c
+@@ -970,7 +970,7 @@
+   }
+   
+   h264_ctx->context->flags2 |= CODEC_FLAG2_FAST;
+-  h264_ctx->context->pix_fmt = PIX_FMT_YUV420P;
++  h264_ctx->context->pix_fmt = AV_PIX_FMT_YUV420P;
+   h264_ctx->context->width = width;
+   h264_ctx->context->height = height;
+   //h264_ctx->context->dsp_mask = (FF_MM_MMX | FF_MM_MMXEXT | FF_MM_SSE);


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 07:30:25
  Author: fyan
Revision: 161799

upgpkg: stack 1.0.2-16

rebuild with mono-traversable-0.10.1.1, yaml-0.8.16

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 06:23:46 UTC (rev 161798)
+++ PKGBUILD2016-02-16 06:30:25 UTC (rev 161799)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.0.2
-pkgrel=15
+pkgrel=16
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 07:31:00
  Author: fyan
Revision: 161800

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

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

+
 community-staging-i686/PKGBUILD|   84 +++
 community-staging-i686/haskell-stack.install   |   18 
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   84 +++
 community-staging-x86_64/haskell-stack.install |   18 
 community-staging-x86_64/stack.install |4 +
 6 files changed, 212 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 161799, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-16 06:31:00 UTC (rev 161800)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.0.2
+pkgrel=16
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-async"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-base64-bytestring"
+ "haskell-bifunctors" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-conduit" "haskell-conduit-combinators"
+ "haskell-conduit-extra" "haskell-cryptohash" 
"haskell-cryptohash-conduit"
+ "haskell-edit-distance" "haskell-either"
+ "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions"
+ "haskell-extra" "haskell-fast-logger" "haskell-file-embed" 
"haskell-filelock"
+ "haskell-fsnotify" "haskell-gitrev" "haskell-hashable" 
"haskell-hastache"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-monad-loops" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-project-template" "haskell-resourcet" "haskell-retry" 
"haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-stm" 
"haskell-streaming-commons"
+ "haskell-tar" "haskell-temporary" "haskell-text" 
"haskell-text-binary"
+ "haskell-transformers-base" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-uuid" "haskell-vector" "haskell-vector-binary-instances" 
"haskell-void"
+ "haskell-word8" "haskell-yaml" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('4227f4c4016e5008755a974cbf04a9772319d87d1764da32228e74f13153c5c4')
+
+prepare() {
+sed -i 's/Cabal >=1.22.6.0 && <1.23,/Cabal >=1.18.1.5 \&\& <1.23,/' \
+${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static
+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_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack 

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

2016-02-15 Thread Evgeniy Alekseev
Date: Tuesday, February 16, 2016 @ 07:23:29
  Author: arcanis
Revision: 161797

upgpkg: geogebra 5.0.205.0-1

Modified:
  geogebra/trunk/ChangeLog
  geogebra/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2016-02-16 06:20:11 UTC (rev 161796)
+++ ChangeLog   2016-02-16 06:23:29 UTC (rev 161797)
@@ -1,3 +1,6 @@
+5.0.205.0-1:
+upstream update
+
 5.0.202.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 06:20:11 UTC (rev 161796)
+++ PKGBUILD2016-02-16 06:23:29 UTC (rev 161797)
@@ -5,7 +5,7 @@
 # Contributor: moostik 
 
 pkgname=geogebra
-pkgver=5.0.202.0
+pkgver=5.0.205.0
 pkgrel=1
 pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
 arch=('any')
@@ -38,6 +38,6 @@
   install -Dm644 "${srcdir}/geogebra-logo.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/geogebra.svg"
 }
 
-md5sums=('4b1941a608f905435e1fb54707b9fa73'
+md5sums=('8e1fd62e788f349a15a036f9ba7c24af'
  '863782da033f1a337e688b544afb7d07'
  'fc4a3140ceb50967598a620eb85219f4')


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

2016-02-15 Thread Evgeniy Alekseev
Date: Tuesday, February 16, 2016 @ 07:23:46
  Author: arcanis
Revision: 161798

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/ChangeLog
(from rev 161797, geogebra/trunk/ChangeLog)
  geogebra/repos/community-any/PKGBUILD
(from rev 161797, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra
(from rev 161797, geogebra/trunk/geogebra)
  geogebra/repos/community-any/geogebra.install
(from rev 161797, geogebra/trunk/geogebra.install)
Deleted:
  geogebra/repos/community-any/ChangeLog
  geogebra/repos/community-any/PKGBUILD
  geogebra/repos/community-any/geogebra
  geogebra/repos/community-any/geogebra.install

--+
 ChangeLog|   95 +++--
 PKGBUILD |   86 +++
 geogebra |   14 +++
 geogebra.install |   28 +++
 4 files changed, 113 insertions(+), 110 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-02-16 06:23:29 UTC (rev 161797)
+++ ChangeLog   2016-02-16 06:23:46 UTC (rev 161798)
@@ -1,46 +0,0 @@
-5.0.202.0-1:
-upstream update
-
-5.0.190.0-1:
-upstream update
-
-5.0.185.0-1:
-upstream update
-
-5.0.180.0-1:
-upstream update
-
-5.0.170.0-1:
-upstream update
-
-5.0.168.0-1:
-upstream update
-
-5.0.166.0-1:
-upstream update
-
-5.0.164.0-1:
-upstream update
-
-5.0.161.0-1:
-upstream update
-
-5.0.158.0-1:
-upstream update
-
-5.0.150.0-1:
-upstream update
-
-5.0.149.0-1:
-upstream update
-
-5.0.146.0-1:
-upstream update
-
-5.0.143.0-1:
-upstream update
-
-5.0.129.0-1:
-upstream update
-put icon back
-

Copied: geogebra/repos/community-any/ChangeLog (from rev 161797, 
geogebra/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-02-16 06:23:46 UTC (rev 161798)
@@ -0,0 +1,49 @@
+5.0.205.0-1:
+upstream update
+
+5.0.202.0-1:
+upstream update
+
+5.0.190.0-1:
+upstream update
+
+5.0.185.0-1:
+upstream update
+
+5.0.180.0-1:
+upstream update
+
+5.0.170.0-1:
+upstream update
+
+5.0.168.0-1:
+upstream update
+
+5.0.166.0-1:
+upstream update
+
+5.0.164.0-1:
+upstream update
+
+5.0.161.0-1:
+upstream update
+
+5.0.158.0-1:
+upstream update
+
+5.0.150.0-1:
+upstream update
+
+5.0.149.0-1:
+upstream update
+
+5.0.146.0-1:
+upstream update
+
+5.0.143.0-1:
+upstream update
+
+5.0.129.0-1:
+upstream update
+put icon back
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-16 06:23:29 UTC (rev 161797)
+++ PKGBUILD2016-02-16 06:23:46 UTC (rev 161798)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Felipe Hommen 
-# Contributor: moostik 
-
-pkgname=geogebra
-pkgver=5.0.202.0
-pkgrel=1
-pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
- 'shared-mime-info' 'xdg-utils')
-makedepends=('gendesk')
-source=("http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2;
-"http://static.geogebra.org/images/geogebra-logo.svg;
-"geogebra")
-install=geogebra.install
-changelog=ChangeLog
-
-prepare() {
-  gendesk -f -n --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" \
-  --name="GeoGebra" \
-  --categories="Education;Science;Math" \
-  
--mimetypes="application/vnd.geogebra.file;application/vnd.geogebra.tool"
-}
-
-package() {
-  cd "GeoGebra-Linux-Portable-${pkgver}"
-
-  install -Dm755 "${srcdir}/geogebra" "${pkgdir}/usr/bin/geogebra"
-  install -dm755 "${pkgdir}/usr/share/geogebra"
-  install "geogebra/"* -t "${pkgdir}/usr/share/geogebra/"
-
-  install -Dm644 "${srcdir}/geogebra.desktop" 
"${pkgdir}/usr/share/applications/geogebra.desktop"
-  install -Dm644 "${srcdir}/geogebra-logo.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/geogebra.svg"
-}
-
-md5sums=('4b1941a608f905435e1fb54707b9fa73'
- '863782da033f1a337e688b544afb7d07'
- 'fc4a3140ceb50967598a620eb85219f4')

Copied: geogebra/repos/community-any/PKGBUILD (from rev 161797, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-16 06:23:46 UTC (rev 161798)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Felipe Hommen 
+# Contributor: moostik 
+
+pkgname=geogebra
+pkgver=5.0.205.0
+pkgrel=1
+pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('desktop-file-utils' 'gsl' 

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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 07:20:11
  Author: fyan
Revision: 161796

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 161795, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-16 06:19:33 UTC (rev 161795)
+++ PKGBUILD2016-02-16 06:20:11 UTC (rev 161796)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 

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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 07:19:33
  Author: fyan
Revision: 161795

upgpkg: python-oslo-config 3.7.0-1

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 06:17:40 UTC (rev 161794)
+++ PKGBUILD2016-02-16 06:19:33 UTC (rev 161795)
@@ -5,7 +5,7 @@
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
 _pypiname=oslo.config
-pkgver=3.6.0
+pkgver=3.7.0
 pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 07:17:40
  Author: fyan
Revision: 161794

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-16 06:17:17 UTC (rev 161793)
+++ PKGBUILD2016-02-16 06:17:40 UTC (rev 161794)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cycler
-pkgname=('python-cycler' 'python2-cycler')
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="Composable style cycles"
-arch=('any')
-license=('BSD')
-url="http://github.com/matplotlib/cycler;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage')
-source=("git+https://github.com/matplotlib/cycler.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a cycler{,-py2}
-}
-
-build() {
-  cd "$srcdir/cycler"
-  python setup.py build
-
-  cd "$srcdir/cycler-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/cycler"
-  python run_tests.py
-
-  cd "$srcdir/cycler-py2"
-  python2 run_tests.py
-}
-
-package_python-cycler() {
-  depends=('python-six')
-
-  cd cycler
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-cycler() {
-  depends=('python2-six')
-
-  cd cycler-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-cycler/repos/community-any/PKGBUILD (from rev 161793, 
python-cycler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-16 06:17:40 UTC (rev 161794)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cycler
+pkgname=('python-cycler' 'python2-cycler')
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Composable style cycles"
+arch=('any')
+license=('BSD')
+url="http://github.com/matplotlib/cycler;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage')
+source=("git+https://github.com/matplotlib/cycler.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a cycler{,-py2}
+}
+
+build() {
+  cd "$srcdir/cycler"
+  python setup.py build
+
+  cd "$srcdir/cycler-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/cycler"
+  python run_tests.py
+
+  cd "$srcdir/cycler-py2"
+  python2 run_tests.py
+}
+
+package_python-cycler() {
+  depends=('python-six')
+
+  cd cycler
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-cycler() {
+  depends=('python2-six')
+
+  cd cycler-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 07:17:17
  Author: fyan
Revision: 161793

upgpkg: python-cycler 0.10.0-1

Modified:
  python-cycler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 06:15:10 UTC (rev 161792)
+++ PKGBUILD2016-02-16 06:17:17 UTC (rev 161793)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cycler
 pkgname=('python-cycler' 'python2-cycler')
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="Composable style cycles"
 arch=('any')


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 07:15:10
  Author: fyan
Revision: 161792

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

Added:
  stylish-haskell/repos/community-staging-i686/
  stylish-haskell/repos/community-staging-i686/PKGBUILD
(from rev 161791, stylish-haskell/trunk/PKGBUILD)
  stylish-haskell/repos/community-staging-x86_64/
  stylish-haskell/repos/community-staging-x86_64/PKGBUILD
(from rev 161791, stylish-haskell/trunk/PKGBUILD)

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

Copied: stylish-haskell/repos/community-staging-i686/PKGBUILD (from rev 161791, 
stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-16 06:15:10 UTC (rev 161792)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.15.1
+pkgrel=4
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('c7ff0fdf7a2e23b3c23dfd7b925ec29117a7d6d93fe1445f88d28b589802fee5')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
161791, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-16 06:15:10 UTC (rev 161792)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.15.1
+pkgrel=4
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('c7ff0fdf7a2e23b3c23dfd7b925ec29117a7d6d93fe1445f88d28b589802fee5')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 07:14:24
  Author: fyan
Revision: 161791

upgpkg: stylish-haskell 0.5.15.1-4

rebuild with mono-traversable-0.10.1.1, yaml-0.8.16

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 06:12:12 UTC (rev 161790)
+++ PKGBUILD2016-02-16 06:14:24 UTC (rev 161791)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.5.15.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 07:12:12
  Author: fyan
Revision: 161790

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

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 161789, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 161789, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 161789, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-16 06:12:12 UTC (rev 161790)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160211
+pkgrel=3
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-dlist" "haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions"
+ "haskell-fdo-notify" "haskell-feed" "haskell-gnutls" 
"haskell-hinotify"
+ "haskell-hslogger" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mtl"
+ "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
+ "haskell-network-protocol-xmpp" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-path-pieces" 
"haskell-persistent"
+ "haskell-persistent-sqlite" "haskell-persistent-template" 
"haskell-quickcheck"
+ "haskell-random" "haskell-regex-tdfa" "haskell-resourcet" 
"haskell-safesemaphore"
+ "haskell-sandi" "haskell-securemem" "haskell-shakespeare" 
"haskell-stm"
+ "haskell-tasty" "haskell-tasty-hunit" "haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
+ "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('0a7d2dab17df27c06a935c469ced47a68d3c018cbb9254c9a735b584d413fb42')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing 
-fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"
+
+rm "$pkgdir/usr/share/doc/git-annex/COPYRIGHT"
+rmdir "$pkgdir/usr/share/doc/git-annex" "$pkgdir/usr/share/doc"
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 161789, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-16 06:12:12 UTC (rev 161790)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160211
+pkgrel=3
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" 

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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 07:11:34
  Author: fyan
Revision: 161789

upgpkg: git-annex 6.20160211-3

rebuild with mono-traversable-0.10.1.1, yaml-0.8.16

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 03:45:53 UTC (rev 161788)
+++ PKGBUILD2016-02-16 06:11:34 UTC (rev 161789)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20160211
-pkgrel=2
+pkgrel=3
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2016-02-15 Thread Gaetan Bisson
Date: Tuesday, February 16, 2016 @ 05:31:34
  Author: bisson
Revision: 259369

rebuild for ffmpeg-3.0

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 01:52:41 UTC (rev 259368)
+++ PKGBUILD2016-02-16 04:31:34 UTC (rev 259369)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.19.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')


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

2016-02-15 Thread Gaetan Bisson
Date: Tuesday, February 16, 2016 @ 05:32:59
  Author: bisson
Revision: 259371

rebuild for ffmpeg-3.0

Modified:
  chromaprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 04:32:18 UTC (rev 259370)
+++ PKGBUILD2016-02-16 04:32:59 UTC (rev 259371)
@@ -4,7 +4,7 @@
 
 pkgname=chromaprint
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
 url='https://acoustid.org/chromaprint'
 arch=('i686' 'x86_64')


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

2016-02-15 Thread Gaetan Bisson
Date: Tuesday, February 16, 2016 @ 05:33:20
  Author: bisson
Revision: 259372

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

Added:
  chromaprint/repos/staging-i686/
  chromaprint/repos/staging-i686/PKGBUILD
(from rev 259371, chromaprint/trunk/PKGBUILD)
  chromaprint/repos/staging-x86_64/
  chromaprint/repos/staging-x86_64/PKGBUILD
(from rev 259371, chromaprint/trunk/PKGBUILD)

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

Copied: chromaprint/repos/staging-i686/PKGBUILD (from rev 259371, 
chromaprint/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-16 04:33:20 UTC (rev 259372)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Wieland Hoffmann 
+# Maintainer: Gaetan Bisson 
+
+pkgname=chromaprint
+pkgver=1.3
+pkgrel=2
+pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
+url='https://acoustid.org/chromaprint'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('ffmpeg')
+makedepends=('cmake')
+source=("https://bitbucket.org/acoustid/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('39f36dc4b8b9aee0bc2488ca5cf457bceb4c1483')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_EXAMPLES=ON \
+   .
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: chromaprint/repos/staging-x86_64/PKGBUILD (from rev 259371, 
chromaprint/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-02-16 04:33:20 UTC (rev 259372)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Wieland Hoffmann 
+# Maintainer: Gaetan Bisson 
+
+pkgname=chromaprint
+pkgver=1.3
+pkgrel=2
+pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
+url='https://acoustid.org/chromaprint'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('ffmpeg')
+makedepends=('cmake')
+source=("https://bitbucket.org/acoustid/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('39f36dc4b8b9aee0bc2488ca5cf457bceb4c1483')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_EXAMPLES=ON \
+   .
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2016-02-15 Thread Gaetan Bisson
Date: Tuesday, February 16, 2016 @ 05:32:18
  Author: bisson
Revision: 259370

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

Added:
  mpd/repos/staging-i686/
  mpd/repos/staging-i686/PKGBUILD
(from rev 259369, mpd/trunk/PKGBUILD)
  mpd/repos/staging-i686/conf
(from rev 259369, mpd/trunk/conf)
  mpd/repos/staging-i686/install
(from rev 259369, mpd/trunk/install)
  mpd/repos/staging-i686/tmpfiles.d
(from rev 259369, mpd/trunk/tmpfiles.d)
  mpd/repos/staging-x86_64/
  mpd/repos/staging-x86_64/PKGBUILD
(from rev 259369, mpd/trunk/PKGBUILD)
  mpd/repos/staging-x86_64/conf
(from rev 259369, mpd/trunk/conf)
  mpd/repos/staging-x86_64/install
(from rev 259369, mpd/trunk/install)
  mpd/repos/staging-x86_64/tmpfiles.d
(from rev 259369, mpd/trunk/tmpfiles.d)

---+
 staging-i686/PKGBUILD |   55 
 staging-i686/conf |6 
 staging-i686/install  |   11 
 staging-i686/tmpfiles.d   |1 
 staging-x86_64/PKGBUILD   |   55 
 staging-x86_64/conf   |6 
 staging-x86_64/install|   11 
 staging-x86_64/tmpfiles.d |1 
 8 files changed, 146 insertions(+)

Copied: mpd/repos/staging-i686/PKGBUILD (from rev 259369, mpd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-16 04:32:18 UTC (rev 259370)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.12
+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' 
'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=('9de55e24d2612526ca8eb688126d0784339f2ee8' '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/staging-i686/conf (from rev 259369, mpd/trunk/conf)
===
--- staging-i686/conf   (rev 0)
+++ staging-i686/conf   2016-02-16 04:32:18 UTC (rev 259370)
@@ -0,0 +1,6 @@
+# See: /usr/share/doc/mpd/mpdconf.example
+
+pid_file "/run/mpd/mpd.pid"
+db_file "/var/lib/mpd/mpd.db"
+state_file "/var/lib/mpd/mpdstate"
+playlist_directory "/var/lib/mpd/playlists"

Copied: mpd/repos/staging-i686/install (from rev 259369, mpd/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2016-02-16 04:32:18 UTC (rev 259370)
@@ -0,0 +1,11 @@
+post_install() {
+   getent group mpd &>/dev/null || groupadd -r -g 45 mpd >/dev/null
+   getent passwd mpd &>/dev/null || useradd -r -u 45 -g mpd -d 
/var/lib/mpd -s /bin/false -G audio mpd >/dev/null
+   usr/bin/systemd-tmpfiles --create mpd.conf || true
+}
+
+post_remove() {
+   getent passwd mpd &>/dev/null && userdel mpd >/dev/null
+   getent group mpd &>/dev/null && groupdel mpd >/dev/null
+   true
+}

Copied: mpd/repos/staging-i686/tmpfiles.d (from rev 259369, 

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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 04:45:53
  Author: fyan
Revision: 161788

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

Added:
  pandoc-crossref/repos/community-staging-i686/
  pandoc-crossref/repos/community-staging-i686/PKGBUILD
(from rev 161787, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
(from rev 161787, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 161787, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/haskell-pandoc-crossref.install
(from rev 161787, pandoc-crossref/trunk/haskell-pandoc-crossref.install)

--+
 community-staging-i686/PKGBUILD  |   54 +
 community-staging-i686/haskell-pandoc-crossref.install   |   18 
 community-staging-x86_64/PKGBUILD|   54 +
 community-staging-x86_64/haskell-pandoc-crossref.install |   18 
 4 files changed, 144 insertions(+)

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 161787, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-16 03:45:53 UTC (rev 161788)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.1.6.5
+pkgrel=7
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-data-accessor"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc"
+ "haskell-pandoc-types" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('6b92a2730ed28c0242b81e47c0e21902321f98eb2b580d2114d906ca89a451e2')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$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_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+install="haskell-pandoc-crossref.install"
+
+cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: 
pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install 
(from rev 161787, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
===
--- community-staging-i686/haskell-pandoc-crossref.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-crossref.install  2016-02-16 
03:45:53 UTC (rev 161788)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-crossref
+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: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
161787, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-16 03:45:53 UTC (rev 

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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 04:44:57
  Author: fyan
Revision: 161787

upgpkg: pandoc-crossref 0.1.6.5-7

rebuild with mono-traversable-0.10.1.1, yaml-0.8.16

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 03:40:57 UTC (rev 161786)
+++ PKGBUILD2016-02-16 03:44:57 UTC (rev 161787)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.1.6.5
-pkgrel=6
+pkgrel=7
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 04:40:57
  Author: fyan
Revision: 161786

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

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

-+
 community-staging-i686/PKGBUILD |   48 ++
 community-staging-i686/haskell-hakyll.install   |   18 
 community-staging-x86_64/PKGBUILD   |   48 ++
 community-staging-x86_64/haskell-hakyll.install |   18 
 4 files changed, 132 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 161785, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-16 03:40:57 UTC (rev 161786)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.1
+pkgrel=26
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-tagsoup" "haskell-text" "haskell-time-locale-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('39efc15d8d9bce1f151587f1556be8daac58c1d3fe6596458f0e9122a659b310')
+
+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 \
+-fcheckexternal -f-watchserver -f-previewserver
+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-hakyll/repos/community-staging-i686/haskell-hakyll.install 
(from rev 161785, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-02-16 03:40:57 UTC 
(rev 161786)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+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-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
161785, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-16 03:40:57 UTC (rev 161786)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 04:40:34
  Author: fyan
Revision: 161785

upgpkg: haskell-hakyll 4.7.5.1-26

rebuild with mono-traversable-0.10.1.1, yaml-0.8.16

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 03:19:13 UTC (rev 161784)
+++ PKGBUILD2016-02-16 03:40:34 UTC (rev 161785)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.7.5.1
-pkgrel=25
+pkgrel=26
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 04:19:13
  Author: fyan
Revision: 161784

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 161783, haskell-yesod/trunk/PKGBUILD)
  haskell-yesod/repos/community-staging-i686/haskell-yesod.install
(from rev 161783, haskell-yesod/trunk/haskell-yesod.install)
  haskell-yesod/repos/community-staging-x86_64/
  haskell-yesod/repos/community-staging-x86_64/PKGBUILD
(from rev 161783, haskell-yesod/trunk/PKGBUILD)
  haskell-yesod/repos/community-staging-x86_64/haskell-yesod.install
(from rev 161783, 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 161783, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-16 03:19:13 UTC (rev 161784)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.2
+pkgrel=18
+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 161783, haskell-yesod/trunk/haskell-yesod.install)
===
--- community-staging-i686/haskell-yesod.install
(rev 0)
+++ community-staging-i686/haskell-yesod.install2016-02-16 03:19:13 UTC 
(rev 161784)
@@ -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 161783, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-16 03:19:13 UTC (rev 161784)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 

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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 04:18:42
  Author: fyan
Revision: 161783

upgpkg: haskell-yesod 1.4.2-18

rebuild with mono-traversable-0.10.1.1, yaml-0.8.16

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 03:06:14 UTC (rev 161782)
+++ PKGBUILD2016-02-16 03:18:42 UTC (rev 161783)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.2
-pkgrel=17
+pkgrel=18
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 04:06:14
  Author: fyan
Revision: 161782

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

Added:
  haskell-conduit-combinators/repos/community-staging-i686/
  haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD
(from rev 161781, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
(from rev 161781, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
  haskell-conduit-combinators/repos/community-staging-x86_64/
  haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD
(from rev 161781, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-x86_64/haskell-conduit-combinators.install
(from rev 161781, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)

--+
 community-staging-i686/PKGBUILD  |   47 ++
 community-staging-i686/haskell-conduit-combinators.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   47 ++
 community-staging-x86_64/haskell-conduit-combinators.install |   18 +++
 4 files changed, 130 insertions(+)

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 161781, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-16 03:06:14 UTC (rev 161782)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.3.1
+pkgrel=3
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/fpco/conduit-combinators;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('66a40be2cc964c36b06cf9b096c1a99b107dba06b62baa4b13b9c485dc4f8b48')
+
+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-conduit-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
 (from rev 161781, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
===
--- community-staging-i686/haskell-conduit-combinators.install  
(rev 0)
+++ community-staging-i686/haskell-conduit-combinators.install  2016-02-16 
03:06:14 UTC (rev 161782)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit-combinators
+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-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 161781, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- 

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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 04:05:38
  Author: fyan
Revision: 161780

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

Added:
  pandoc-citeproc/repos/community-staging-i686/
  pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 161779, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
(from rev 161779, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 161779, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install
(from rev 161779, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)

--+
 community-staging-i686/PKGBUILD  |   59 +
 community-staging-i686/haskell-pandoc-citeproc.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   59 +
 community-staging-x86_64/haskell-pandoc-citeproc.install |   18 +++
 4 files changed, 154 insertions(+)

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 161779, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-16 03:05:38 UTC (rev 161780)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.9
+pkgrel=26
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('ae880aa27b5fcaf93886844bd9473c764329dc96211482bf014f350335887fbd')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+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_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+install="haskell-pandoc-citeproc.install"
+
+cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install 
(from rev 161779, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2016-02-16 
03:05:38 UTC (rev 161780)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  

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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 04:05:05
  Author: fyan
Revision: 161779

upgpkg: pandoc-citeproc 0.9-26

rebuild with mono-traversable-0.10.1.1, yaml-0.8.16

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 02:28:11 UTC (rev 161778)
+++ PKGBUILD2016-02-16 03:05:05 UTC (rev 161779)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.9
-pkgrel=25
+pkgrel=26
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 04:05:45
  Author: fyan
Revision: 161781

upgpkg: haskell-conduit-combinators 1.0.3.1-3

rebuild with mono-traversable-0.10.1.1, yaml-0.8.16

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 03:05:38 UTC (rev 161780)
+++ PKGBUILD2016-02-16 03:05:45 UTC (rev 161781)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.0.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/fpco/conduit-combinators;
 license=("MIT")


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 03:27:40
  Author: fyan
Revision: 161777

upgpkg: pandoc 1.16.0.2-18

rebuild with mono-traversable-0.10.1.1, yaml-0.8.16

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 02:08:04 UTC (rev 161776)
+++ PKGBUILD2016-02-16 02:27:40 UTC (rev 161777)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.16.0.2
-pkgrel=17
+pkgrel=18
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 03:28:11
  Author: fyan
Revision: 161778

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

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

-+
 community-staging-i686/PKGBUILD |   68 ++
 community-staging-i686/haskell-pandoc.install   |   18 +
 community-staging-x86_64/PKGBUILD   |   68 ++
 community-staging-x86_64/haskell-pandoc.install |   18 +
 4 files changed, 172 insertions(+)

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 161777, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-16 02:28:11 UTC (rev 161778)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.16.0.2
+pkgrel=18
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-mtl" 
"haskell-extensible-exceptions"
+ "haskell-filemanip" "haskell-haddock-library" 
"haskell-highlighting-kate"
+ "haskell-hslua" "haskell-http-client" "haskell-syb" 
"haskell-http-client-tls"
+ "haskell-http-types"  "haskell-text" "haskell-texmath" 
"haskell-network"
+ "haskell-old-time" "haskell-pandoc-types" "haskell-parsec" 
"haskell-random"
+ "haskell-scientific" "haskell-tagsoup" "haskell-temporary" 
"haskell-network-uri"
+ "haskell-unordered-containers" "haskell-zip-archive" 
"haskell-vector" "haskell-xml"
+ "haskell-yaml" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('f5f3262ef4574a111936fea0118557c523a8b0eaa7fea84b64b377b20a80f348')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files
+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_pandoc() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'texlive-core: for pdf output')
+replaces=('pandoc-static')
+conflicts=('pandoc-static')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+
+package_haskell-pandoc() {
+pkgdesc="Conversion between markup formats (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc')
+install="haskell-pandoc.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}

Copied: pandoc/repos/community-staging-i686/haskell-pandoc.install (from rev 
161777, pandoc/trunk/haskell-pandoc.install)
===
--- community-staging-i686/haskell-pandoc.install   
(rev 0)
+++ community-staging-i686/haskell-pandoc.install   2016-02-16 02:28:11 UTC 
(rev 161778)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc
+post_install() {
+  

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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 03:08:04
  Author: fyan
Revision: 161776

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

Added:
  haskell-chunked-data/repos/community-staging-i686/
  haskell-chunked-data/repos/community-staging-i686/PKGBUILD
(from rev 161775, haskell-chunked-data/trunk/PKGBUILD)
  haskell-chunked-data/repos/community-staging-i686/haskell-chunked-data.install
(from rev 161775, haskell-chunked-data/trunk/haskell-chunked-data.install)
  haskell-chunked-data/repos/community-staging-x86_64/
  haskell-chunked-data/repos/community-staging-x86_64/PKGBUILD
(from rev 161775, haskell-chunked-data/trunk/PKGBUILD)
  
haskell-chunked-data/repos/community-staging-x86_64/haskell-chunked-data.install
(from rev 161775, haskell-chunked-data/trunk/haskell-chunked-data.install)

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

Copied: haskell-chunked-data/repos/community-staging-i686/PKGBUILD (from rev 
161775, haskell-chunked-data/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-16 02:08:04 UTC (rev 161776)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=chunked-data
+pkgname=haskell-chunked-data
+pkgver=0.2.0
+pkgrel=11
+pkgdesc="Typeclasses for dealing with various chunked data representations"
+url="https://github.com/fpco/chunked-data;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-mono-traversable"
+ "haskell-semigroups" "haskell-text" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('9aa0f3c81f9b0d7c1dde206501415f01638f20eebfbe1386dfd802bcc1bab272')
+
+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-chunked-data/repos/community-staging-i686/haskell-chunked-data.install 
(from rev 161775, haskell-chunked-data/trunk/haskell-chunked-data.install)
===
--- community-staging-i686/haskell-chunked-data.install 
(rev 0)
+++ community-staging-i686/haskell-chunked-data.install 2016-02-16 02:08:04 UTC 
(rev 161776)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-chunked-data
+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-chunked-data/repos/community-staging-x86_64/PKGBUILD (from rev 
161775, haskell-chunked-data/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-16 02:08:04 UTC (rev 161776)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=chunked-data
+pkgname=haskell-chunked-data
+pkgver=0.2.0
+pkgrel=11
+pkgdesc="Typeclasses for dealing with various chunked data representations"
+url="https://github.com/fpco/chunked-data;

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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 03:06:44
  Author: fyan
Revision: 161775

upgpkg: haskell-chunked-data 0.2.0-11

rebuild with mono-traversable-0.10.1.1, yaml-0.8.16

Modified:
  haskell-chunked-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 01:55:02 UTC (rev 161774)
+++ PKGBUILD2016-02-16 02:06:44 UTC (rev 161775)
@@ -5,7 +5,7 @@
 _hkgname=chunked-data
 pkgname=haskell-chunked-data
 pkgver=0.2.0
-pkgrel=10
+pkgrel=11
 pkgdesc="Typeclasses for dealing with various chunked data representations"
 url="https://github.com/fpco/chunked-data;
 license=("MIT")


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 02:55:02
  Author: fyan
Revision: 161774

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

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

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

Copied: haskell-yaml/repos/community-staging-i686/PKGBUILD (from rev 161773, 
haskell-yaml/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-16 01:55:02 UTC (rev 161774)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yaml
+pkgname=haskell-yaml
+pkgver=0.8.16
+pkgrel=1
+pkgdesc="Support for parsing and rendering YAML documents."
+url="http://github.com/snoyberg/yaml/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" 
"haskell-vector"
+ "haskell-enclosed-exceptions" "haskell-resourcet" 
"haskell-scientific" "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=('d68ad3dd16e4b8ba943d0f58666d1f53be24923088df15f46be44bbbaf85c529')
+
+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-no-unicode -f-system-libyaml -f-no-exe
+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-yaml/repos/community-staging-i686/haskell-yaml.install (from 
rev 161773, haskell-yaml/trunk/haskell-yaml.install)
===
--- community-staging-i686/haskell-yaml.install (rev 0)
+++ community-staging-i686/haskell-yaml.install 2016-02-16 01:55:02 UTC (rev 
161774)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yaml
+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-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 161773, 
haskell-yaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-16 01:55:02 UTC (rev 161774)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yaml
+pkgname=haskell-yaml
+pkgver=0.8.16
+pkgrel=1
+pkgdesc="Support for parsing and rendering YAML documents."
+url="http://github.com/snoyberg/yaml/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 

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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 02:54:40
  Author: fyan
Revision: 161773

upgpkg: haskell-yaml 0.8.16-1

Modified:
  haskell-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 01:52:19 UTC (rev 161772)
+++ PKGBUILD2016-02-16 01:54:40 UTC (rev 161773)
@@ -4,19 +4,19 @@
 
 _hkgname=yaml
 pkgname=haskell-yaml
-pkgver=0.8.15.3
-pkgrel=6
+pkgver=0.8.16
+pkgrel=1
 pkgdesc="Support for parsing and rendering YAML documents."
 url="http://github.com/snoyberg/yaml/;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" 
"haskell-vector"
- "haskell-enclosed-exceptions" "haskell-resourcet" 
"haskell-scientific" "haskell-text"
- "haskell-unordered-containers")
+ "haskell-enclosed-exceptions" "haskell-resourcet" 
"haskell-scientific" "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=('f90444f327d8bbcbcab7a99bacbc79236528daf2a1e98aed03d146f1a2202a10')
+sha256sums=('d68ad3dd16e4b8ba943d0f58666d1f53be24923088df15f46be44bbbaf85c529')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-02-15 Thread Anatol Pomozov
Date: Tuesday, February 16, 2016 @ 02:52:41
  Author: anatolik
Revision: 259368

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

Added:
  alsa-plugins/repos/staging-i686/
  alsa-plugins/repos/staging-i686/0001-Do-not-use-deprecated-FFmpeg-API.patch
(from rev 259367, 
alsa-plugins/trunk/0001-Do-not-use-deprecated-FFmpeg-API.patch)
  alsa-plugins/repos/staging-i686/PKGBUILD
(from rev 259367, alsa-plugins/trunk/PKGBUILD)
  alsa-plugins/repos/staging-x86_64/
  alsa-plugins/repos/staging-x86_64/0001-Do-not-use-deprecated-FFmpeg-API.patch
(from rev 259367, 
alsa-plugins/trunk/0001-Do-not-use-deprecated-FFmpeg-API.patch)
  alsa-plugins/repos/staging-x86_64/PKGBUILD
(from rev 259367, alsa-plugins/trunk/PKGBUILD)

+
 staging-i686/0001-Do-not-use-deprecated-FFmpeg-API.patch   |   26 ++
 staging-i686/PKGBUILD  |   43 +++
 staging-x86_64/0001-Do-not-use-deprecated-FFmpeg-API.patch |   26 ++
 staging-x86_64/PKGBUILD|   43 +++
 4 files changed, 138 insertions(+)

Copied: 
alsa-plugins/repos/staging-i686/0001-Do-not-use-deprecated-FFmpeg-API.patch 
(from rev 259367, 
alsa-plugins/trunk/0001-Do-not-use-deprecated-FFmpeg-API.patch)
===
--- staging-i686/0001-Do-not-use-deprecated-FFmpeg-API.patch
(rev 0)
+++ staging-i686/0001-Do-not-use-deprecated-FFmpeg-API.patch2016-02-16 
01:52:41 UTC (rev 259368)
@@ -0,0 +1,26 @@
+From a257818815ce00349a76aaf6c7826070a57c06f7 Mon Sep 17 00:00:00 2001
+From: Anatol Pomozov 
+Date: Mon, 15 Feb 2016 17:40:41 -0800
+Subject: [PATCH] Do not use deprecated FFmpeg API
+
+This API as been removed in ffmpeg 3.0 (commit 2d40968dd3ff17b12f7)
+---
+ a52/pcm_a52.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/a52/pcm_a52.c b/a52/pcm_a52.c
+index 88529eb..6fad77d 100644
+--- a/a52/pcm_a52.c
 b/a52/pcm_a52.c
+@@ -39,7 +39,7 @@
+ #endif
+ 
+ #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(53, 34, 0)
+-#include 
++#include 
+ #include 
+ #define USE_AVCODEC_FRAME
+ #endif
+-- 
+2.7.1
+

Copied: alsa-plugins/repos/staging-i686/PKGBUILD (from rev 259367, 
alsa-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-16 01:52:41 UTC (rev 259368)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="Extra alsa plugins"
+arch=(i686 x86_64)
+url="http://www.alsa-project.org;
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+'ffmpeg: libavcodec resampling plugin, a52 plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;
+0001-Do-not-use-deprecated-FFmpeg-API.patch)
+sha1sums=('1436db17989468d082691b817b338e44ba932c4b'
+  '6b032eb20ea1222e78dc862e61e5dad70a8ef2bb')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 < ../0001-Do-not-use-deprecated-FFmpeg-API.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=' -DHAVE_STDINT_H' # We have issue similar to this one 
https://code.google.com/p/cantata/issues/detail?id=627
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
+}

Copied: 
alsa-plugins/repos/staging-x86_64/0001-Do-not-use-deprecated-FFmpeg-API.patch 
(from rev 259367, 
alsa-plugins/trunk/0001-Do-not-use-deprecated-FFmpeg-API.patch)
===
--- staging-x86_64/0001-Do-not-use-deprecated-FFmpeg-API.patch  
(rev 0)
+++ staging-x86_64/0001-Do-not-use-deprecated-FFmpeg-API.patch  2016-02-16 
01:52:41 UTC (rev 259368)
@@ -0,0 +1,26 @@
+From a257818815ce00349a76aaf6c7826070a57c06f7 Mon Sep 17 00:00:00 2001
+From: Anatol Pomozov 
+Date: Mon, 15 Feb 2016 17:40:41 -0800
+Subject: [PATCH] Do not use deprecated FFmpeg API
+
+This API as been removed in ffmpeg 3.0 (commit 2d40968dd3ff17b12f7)
+---
+ a52/pcm_a52.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/a52/pcm_a52.c b/a52/pcm_a52.c
+index 88529eb..6fad77d 100644
+--- a/a52/pcm_a52.c
 b/a52/pcm_a52.c
+@@ -39,7 +39,7 @@
+ #endif
+ 
+ #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(53, 34, 0)
+-#include 

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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 02:52:19
  Author: fyan
Revision: 161772

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 161771, haskell-mono-traversable/trunk/PKGBUILD)
  
haskell-mono-traversable/repos/community-staging-i686/haskell-mono-traversable.install
(from rev 161771, 
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 161771, haskell-mono-traversable/trunk/PKGBUILD)
  
haskell-mono-traversable/repos/community-staging-x86_64/haskell-mono-traversable.install
(from rev 161771, 
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 161771, haskell-mono-traversable/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-16 01:52:19 UTC (rev 161772)
@@ -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=1
+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 161771, 
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-16 
01:52:19 UTC (rev 161772)
@@ -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 161771, haskell-mono-traversable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-16 01:52:19 UTC (rev 161772)
@@ -0,0 +1,45 @@
+# $Id$
+# 

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

2016-02-15 Thread Anatol Pomozov
Date: Tuesday, February 16, 2016 @ 02:52:05
  Author: anatolik
Revision: 259367

upgpkg: alsa-plugins 1.1.0-2

Add ffmpeg 3.0 compat patch

Added:
  alsa-plugins/trunk/0001-Do-not-use-deprecated-FFmpeg-API.patch
Modified:
  alsa-plugins/trunk/PKGBUILD

-+
 0001-Do-not-use-deprecated-FFmpeg-API.patch |   26 ++
 PKGBUILD|   10 ++
 2 files changed, 32 insertions(+), 4 deletions(-)

Added: 0001-Do-not-use-deprecated-FFmpeg-API.patch
===
--- 0001-Do-not-use-deprecated-FFmpeg-API.patch (rev 0)
+++ 0001-Do-not-use-deprecated-FFmpeg-API.patch 2016-02-16 01:52:05 UTC (rev 
259367)
@@ -0,0 +1,26 @@
+From a257818815ce00349a76aaf6c7826070a57c06f7 Mon Sep 17 00:00:00 2001
+From: Anatol Pomozov 
+Date: Mon, 15 Feb 2016 17:40:41 -0800
+Subject: [PATCH] Do not use deprecated FFmpeg API
+
+This API as been removed in ffmpeg 3.0 (commit 2d40968dd3ff17b12f7)
+---
+ a52/pcm_a52.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/a52/pcm_a52.c b/a52/pcm_a52.c
+index 88529eb..6fad77d 100644
+--- a/a52/pcm_a52.c
 b/a52/pcm_a52.c
+@@ -39,7 +39,7 @@
+ #endif
+ 
+ #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(53, 34, 0)
+-#include 
++#include 
+ #include 
+ #define USE_AVCODEC_FRAME
+ #endif
+-- 
+2.7.1
+

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 01:48:42 UTC (rev 259366)
+++ PKGBUILD2016-02-16 01:52:05 UTC (rev 259367)
@@ -5,7 +5,7 @@
 
 pkgname=alsa-plugins
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Extra alsa plugins"
 arch=(i686 x86_64)
 url="http://www.alsa-project.org;
@@ -17,11 +17,14 @@
 'ffmpeg: libavcodec resampling plugin, a52 plugin'
 'libsamplerate: libsamplerate resampling plugin'
 'speex: libspeexdsp resampling plugin')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;)
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;
+0001-Do-not-use-deprecated-FFmpeg-API.patch)
+sha1sums=('1436db17989468d082691b817b338e44ba932c4b'
+  '6b032eb20ea1222e78dc862e61e5dad70a8ef2bb')
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -i 's/ && LIBAVCODEC_VERSION_MINOR >= 34//' a52/pcm_a52.c
+  patch -p1 < ../0001-Do-not-use-deprecated-FFmpeg-API.patch
 }
 
 build() {
@@ -38,4 +41,3 @@
   install -d "$pkgdir/usr/share/doc/$pkgname"
   install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
 }
-md5sums=('b123e42ed881b9adbc99e4040f257c39')


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 02:51:54
  Author: fyan
Revision: 161771

upgpkg: haskell-mono-traversable 0.10.1.1-1

Modified:
  haskell-mono-traversable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 01:44:01 UTC (rev 161770)
+++ PKGBUILD2016-02-16 01:51:54 UTC (rev 161771)
@@ -4,8 +4,8 @@
 
 _hkgname=mono-traversable
 pkgname=haskell-mono-traversable
-pkgver=0.10.1
-pkgrel=4
+pkgver=0.10.1.1
+pkgrel=1
 pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
 url="https://github.com/snoyberg/mono-traversable;
 license=("MIT")
@@ -17,7 +17,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('a82e63352ed854319bca7d33e3aa13a42a18648e47d01109f8c306ee54b9418b')
+sha256sums=('a15fe3e4c92a6293a8959f77a6054ae85f5a1be049b2f7b07997245d6e6b574b')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-02-15 Thread Evangelos Foutras
Date: Tuesday, February 16, 2016 @ 02:48:34
  Author: foutrelis
Revision: 259365

upgpkg: audacious-plugins 3.7.1-2

ffmpeg 3.0 rebuild.

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 00:03:16 UTC (rev 259364)
+++ PKGBUILD2016-02-16 01:48:34 UTC (rev 259365)
@@ -6,7 +6,7 @@
 
 pkgname=audacious-plugins
 pkgver=3.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugins for Audacious"
 arch=('i686' 'x86_64')
 url="http://audacious-media-player.org/;


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

2016-02-15 Thread Evangelos Foutras
Date: Tuesday, February 16, 2016 @ 02:48:42
  Author: foutrelis
Revision: 259366

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

Added:
  audacious-plugins/repos/staging-i686/
  audacious-plugins/repos/staging-i686/PKGBUILD
(from rev 259365, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/staging-x86_64/
  audacious-plugins/repos/staging-x86_64/PKGBUILD
(from rev 259365, audacious-plugins/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   67 ++
 staging-x86_64/PKGBUILD |   67 ++
 2 files changed, 134 insertions(+)

Copied: audacious-plugins/repos/staging-i686/PKGBUILD (from rev 259365, 
audacious-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-16 01:48:42 UTC (rev 259366)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=3.7.1
+pkgrel=2
+pkgdesc="Plugins for Audacious"
+arch=('i686' 'x86_64')
+url="http://audacious-media-player.org/;
+license=('BSD' 'GPL')
+
+makedepends=("audacious>=$pkgver"
+ 'glib2' 'python2' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'dbus-glib' 'libnotify' 'lirc' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'dbus-glib: Gnome Shortcuts Plugin'
+'libnotify: libnotify OSD'
+'lirc: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+'libcue: CUE playlist format')
+
+source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('228a384f26afb99166776d3454539956aa00fde90dcb4612ce8910ed4116')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--enable-amidiplug \
+--disable-adplug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: audacious-plugins/repos/staging-x86_64/PKGBUILD (from rev 259365, 
audacious-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-02-16 01:48:42 UTC (rev 259366)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=3.7.1
+pkgrel=2
+pkgdesc="Plugins for Audacious"
+arch=('i686' 'x86_64')
+url="http://audacious-media-player.org/;
+license=('BSD' 'GPL')
+
+makedepends=("audacious>=$pkgver"
+ 'glib2' 'python2' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'dbus-glib' 'libnotify' 'lirc' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: 

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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 02:44:01
  Author: fyan
Revision: 161770

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

Added:
  python-sqlalchemy/repos/community-i686/PKGBUILD
(from rev 161769, python-sqlalchemy/trunk/PKGBUILD)
  python-sqlalchemy/repos/community-x86_64/PKGBUILD
(from rev 161769, python-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy/repos/community-i686/PKGBUILD
  python-sqlalchemy/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-16 01:43:32 UTC (rev 161769)
+++ community-i686/PKGBUILD 2016-02-16 01:44:01 UTC (rev 161770)
@@ -1,62 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Sébastien Luttringer 
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.0.11
-pkgrel=1
-arch=('i686' 'x86_64') # python2 package contain .so
-url="http://www.sqlalchemy.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
-source=("https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-md5sums=('0bff4f96f0a25f44415a6bab7a741148'
- 'SKIP')
-
-prepare() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-}
-
-build() {
-  cd SQLAlchemy-$pkgver
-  python setup.py build
-
-  cd ../SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd SQLAlchemy-${pkgver}
-  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
- 
-  cd ../SQLAlchemy2-$pkgver  
-  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-  optdepends=('python-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy-${pkgver}
-  python setup.py install --root="${pkgdir}"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-  optdepends=('python2-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root="$pkgdir"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-i686/PKGBUILD (from rev 161769, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-16 01:44:01 UTC (rev 161770)
@@ -0,0 +1,62 @@
+# $Id$ 
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Sébastien Luttringer 
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=1.0.12
+pkgrel=1
+arch=('i686' 'x86_64') # python2 package contain .so
+url="http://www.sqlalchemy.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
+source=("https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+md5sums=('6d19ef29883bbebdcac6613cf391cac4'
+ 'SKIP')
+
+prepare() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+}
+
+build() {
+  cd SQLAlchemy-$pkgver
+  python setup.py build
+
+  cd ../SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd SQLAlchemy-${pkgver}
+  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
+ 
+  cd ../SQLAlchemy2-$pkgver  
+  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+  optdepends=('python-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy-${pkgver}
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+  optdepends=('python2-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root="$pkgdir"
+  install -D -m644 LICENSE 

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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 02:43:32
  Author: fyan
Revision: 161769

upgpkg: python-sqlalchemy 1.0.12-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 00:47:31 UTC (rev 161768)
+++ PKGBUILD2016-02-16 01:43:32 UTC (rev 161769)
@@ -5,7 +5,7 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.0.11
+pkgver=1.0.12
 pkgrel=1
 arch=('i686' 'x86_64') # python2 package contain .so
 url="http://www.sqlalchemy.org/;
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
 
source=("https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-md5sums=('0bff4f96f0a25f44415a6bab7a741148'
+md5sums=('6d19ef29883bbebdcac6613cf391cac4'
  'SKIP')
 
 prepare() {


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 01:47:12
  Author: fyan
Revision: 161767

upgpkg: eslint 2.1.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 00:46:07 UTC (rev 161766)
+++ PKGBUILD2016-02-16 00:47:12 UTC (rev 161767)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,12 +12,15 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('0b093cf5a266c0ca764ff5ea045db433')
+md5sums=('bfdc68abea59f19ba4b12660ef798283')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
   rm -r "$pkgdir"/usr/etc
 
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
   install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
   ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 01:47:31
  Author: fyan
Revision: 161768

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 161767, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-16 00:47:12 UTC (rev 161767)
+++ PKGBUILD2016-02-16 00:47:31 UTC (rev 161768)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('0b093cf5a266c0ca764ff5ea045db433')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 161767, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-16 00:47:31 UTC (rev 161768)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('bfdc68abea59f19ba4b12660ef798283')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 01:46:07
  Author: fyan
Revision: 161766

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-16 00:45:38 UTC (rev 161765)
+++ community-i686/PKGBUILD 2016-02-16 00:46:07 UTC (rev 161766)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.11.0
-_realver=1.0.11-0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-  mkdir -p .gopath/src
-
-  # Hack vendored packages
-  # TODO: find a way to use Go's builtin vendoring handler
-  for pkg in go/vendor/*; do
-ln -s "$PWD/$pkg" ".gopath/src/$(basename $pkg)"
-  done
-
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-}
-
-build() {
-  cd client/go/keybase
-  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-i686/PKGBUILD (from rev 161765, 
keybase/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-16 00:46:07 UTC (rev 161766)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.12.0
+_realver=1.0.12-0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd client
+  mkdir -p .gopath/src
+
+  # Hack vendored packages
+  # TODO: find a way to use Go's builtin vendoring handler
+  for pkg in go/vendor/*; do
+ln -s "$PWD/$pkg" ".gopath/src/$(basename $pkg)"
+  done
+
+  mkdir -p .gopath/src/github.com/keybase
+  ln -sf "$PWD" .gopath/src/github.com/keybase/client
+  export GOPATH="$PWD/.gopath"
+}
+
+build() {
+  cd client/go/keybase
+  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd client
+  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-16 00:45:38 UTC (rev 161765)
+++ community-x86_64/PKGBUILD   2016-02-16 00:46:07 UTC (rev 161766)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.11.0
-_realver=1.0.11-0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-  mkdir -p .gopath/src
-
-  # Hack vendored packages
-  # TODO: find a way to use Go's builtin vendoring handler
-  for pkg in go/vendor/*; do
-ln -s "$PWD/$pkg" ".gopath/src/$(basename $pkg)"
-  done
-
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-}
-
-build() {
-  cd client/go/keybase
-  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-x86_64/PKGBUILD (from rev 161765, 
keybase/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-16 00:46:07 UTC (rev 161766)
@@ -0,0 +1,42 @@
+# 

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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 01:45:38
  Author: fyan
Revision: 161765

upgpkg: keybase 1.0.12.0-1

Modified:
  keybase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 00:41:04 UTC (rev 161764)
+++ PKGBUILD2016-02-16 00:45:38 UTC (rev 161765)
@@ -4,8 +4,8 @@
 
 pkgname=keybase
 pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.11.0
-_realver=1.0.11-0
+pkgver=1.0.12.0
+_realver=1.0.12-0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://keybase.io/'


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 01:34:50
  Author: fyan
Revision: 161722

upgpkg: git-annex 6.20160211-2

rebuild with resourcet-1.1.7.2, conduit-1.2.6.2, conduit-extra-1.1.9.3, 
esqueleto-2.4.3

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 23:52:50 UTC (rev 161721)
+++ PKGBUILD2016-02-16 00:34:50 UTC (rev 161722)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20160211
-pkgrel=1
+pkgrel=2
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 01:35:14
  Author: fyan
Revision: 161723

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

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 161722, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 161722, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 161722, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-16 00:35:14 UTC (rev 161723)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160211
+pkgrel=2
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-dlist" "haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions"
+ "haskell-fdo-notify" "haskell-feed" "haskell-gnutls" 
"haskell-hinotify"
+ "haskell-hslogger" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mtl"
+ "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
+ "haskell-network-protocol-xmpp" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-path-pieces" 
"haskell-persistent"
+ "haskell-persistent-sqlite" "haskell-persistent-template" 
"haskell-quickcheck"
+ "haskell-random" "haskell-regex-tdfa" "haskell-resourcet" 
"haskell-safesemaphore"
+ "haskell-sandi" "haskell-securemem" "haskell-shakespeare" 
"haskell-stm"
+ "haskell-tasty" "haskell-tasty-hunit" "haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
+ "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('0a7d2dab17df27c06a935c469ced47a68d3c018cbb9254c9a735b584d413fb42')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing 
-fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"
+
+rm "$pkgdir/usr/share/doc/git-annex/COPYRIGHT"
+rmdir "$pkgdir/usr/share/doc/git-annex" "$pkgdir/usr/share/doc"
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 161722, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-16 00:35:14 UTC (rev 161723)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160211
+pkgrel=2
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" 

[arch-commits] Commit in (177 files)

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 01:03:16
  Author: arojas
Revision: 259364

KDE Applications 15.12.2

Modified:
  akonadi-calendar/trunk/PKGBUILD
  akonadi-search/trunk/PKGBUILD
  akonadi/trunk/PKGBUILD
  analitza/trunk/PKGBUILD
  ark/trunk/PKGBUILD
  baloo-widgets/trunk/PKGBUILD
  blinken/trunk/PKGBUILD
  bomber/trunk/PKGBUILD
  bovo/trunk/PKGBUILD
  cantor/trunk/PKGBUILD
  dolphin-plugins/trunk/PKGBUILD
  dolphin/trunk/PKGBUILD
  dragon/trunk/PKGBUILD
  ffmpegthumbs/trunk/PKGBUILD
  filelight/trunk/PKGBUILD
  gpgmepp/trunk/PKGBUILD
  granatier/trunk/PKGBUILD
  gwenview/trunk/PKGBUILD
  kaccounts-integration/trunk/PKGBUILD
  kaccounts-providers/trunk/PKGBUILD
  kalarmcal/trunk/PKGBUILD
  kalgebra/trunk/PKGBUILD
  kanagram/trunk/PKGBUILD
  kapman/trunk/PKGBUILD
  kapptemplate/trunk/PKGBUILD
  kate/trunk/PKGBUILD
  katomic/trunk/PKGBUILD
  kblackbox/trunk/PKGBUILD
  kblocks/trunk/PKGBUILD
  kblog/trunk/PKGBUILD
  kbounce/trunk/PKGBUILD
  kbreakout/trunk/PKGBUILD
  kbruch/trunk/PKGBUILD
  kcalc/trunk/PKGBUILD
  kcalcore/trunk/PKGBUILD
  kcalutils/trunk/PKGBUILD
  kcharselect/trunk/PKGBUILD
  kcontacts/trunk/PKGBUILD
  kcron/trunk/PKGBUILD
  kde-dev-scripts/trunk/PKGBUILD
  kde-l10n/trunk/PKGBUILD
  kde-syndication/trunk/PKGBUILD
  kdeaccessibility-jovie/trunk/PKGBUILD
  kdeaccessibility-kaccessible/trunk/PKGBUILD
  kdeaccessibility-kmag/trunk/PKGBUILD
  kdeaccessibility-kmousetool/trunk/PKGBUILD
  kdeaccessibility-kmouth/trunk/PKGBUILD
  kdeadmin-kuser/trunk/PKGBUILD
  kdebase-runtime/trunk/PKGBUILD
  kdebase/trunk/PKGBUILD
  kdebugsettings/trunk/PKGBUILD
  kdeedu-data/trunk/PKGBUILD
  kdeedu-kalzium/trunk/PKGBUILD
  kdeedu-ktouch/trunk/PKGBUILD
  kdegames-kajongg/trunk/PKGBUILD
  kdegames-kgoldrunner/trunk/PKGBUILD
  kdegames-kigo/trunk/PKGBUILD
  kdegames-kmahjongg/trunk/PKGBUILD
  kdegames-kolf/trunk/PKGBUILD
  kdegames-konquest/trunk/PKGBUILD
  kdegames-kreversi/trunk/PKGBUILD
  kdegames-ksirk/trunk/PKGBUILD
  kdegames-ksnakeduel/trunk/PKGBUILD
  kdegames-kspaceduel/trunk/PKGBUILD
  kdegames-ksudoku/trunk/PKGBUILD
  kdegames-kubrick/trunk/PKGBUILD
  kdegames-lskat/trunk/PKGBUILD
  kdegames-palapeli/trunk/PKGBUILD
  kdegraphics-kcolorchooser/trunk/PKGBUILD
  kdegraphics-kolourpaint/trunk/PKGBUILD
  kdegraphics-ksaneplugin/trunk/PKGBUILD
  kdegraphics-mobipocket/trunk/PKGBUILD
  kdegraphics-okular/trunk/PKGBUILD
  kdegraphics-strigi-analyzer/trunk/PKGBUILD
  kdegraphics-svgpart/trunk/PKGBUILD
  kdegraphics-thumbnailers/trunk/PKGBUILD
  kdelibs/trunk/PKGBUILD
  kdemultimedia-audiocd-kio/trunk/PKGBUILD
  kdemultimedia-juk/trunk/PKGBUILD
  kdemultimedia-kmix/trunk/PKGBUILD
  kdemultimedia-kscd/trunk/PKGBUILD
  kdemultimedia-mplayerthumbs/trunk/PKGBUILD
  kdenetwork-filesharing/trunk/PKGBUILD
  kdenetwork-kget/trunk/PKGBUILD
  kdenetwork-kopete/trunk/PKGBUILD
  kdenetwork-kppp/trunk/PKGBUILD
  kdenetwork-krdc/trunk/PKGBUILD
  kdenetwork-strigi-analyzers/trunk/PKGBUILD
  kdenetwork-zeroconf-ioslave/trunk/PKGBUILD
  kdenlive/trunk/PKGBUILD
  kdepim-runtime/trunk/PKGBUILD
  kdepim/trunk/PKGBUILD
  kdepimlibs/trunk/PKGBUILD
  kdesdk-cervisia/trunk/PKGBUILD
  kdesdk-dev-utils/trunk/PKGBUILD
  kdesdk-kcachegrind/trunk/PKGBUILD
  kdesdk-strigi-analyzers/trunk/PKGBUILD
  kdesdk-thumbnailers/trunk/PKGBUILD
  kdeutils-kdf/trunk/PKGBUILD
  kdeutils-kfloppy/trunk/PKGBUILD
  kdeutils-kgpg/trunk/PKGBUILD
  kdeutils-kremotecontrol/trunk/PKGBUILD
  kdeutils-sweeper/trunk/PKGBUILD
  kdewebdev/trunk/PKGBUILD
  kdiamond/trunk/PKGBUILD
  kfourinline/trunk/PKGBUILD
  kgeography/trunk/PKGBUILD
  khangman/trunk/PKGBUILD
  kholidays/trunk/PKGBUILD
  kidentitymanagement/trunk/PKGBUILD
  kig/trunk/PKGBUILD
  killbots/trunk/PKGBUILD
  kimap/trunk/PKGBUILD
  kio-extras/trunk/PKGBUILD
  kiriki/trunk/PKGBUILD
  kiten/trunk/PKGBUILD
  kjumpingcube/trunk/PKGBUILD
  kldap/trunk/PKGBUILD
  klettres/trunk/PKGBUILD
  klines/trunk/PKGBUILD
  kmailtransport/trunk/PKGBUILD
  kmbox/trunk/PKGBUILD
  kmime/trunk/PKGBUILD
  kmines/trunk/PKGBUILD
  kmplot/trunk/PKGBUILD
  knetwalk/trunk/PKGBUILD
  kollision/trunk/PKGBUILD
  kompare/trunk/PKGBUILD
  konsole/trunk/PKGBUILD
  kontactinterface/trunk/PKGBUILD
  kpatience/trunk/PKGBUILD
  kpimtextedit/trunk/PKGBUILD
  kqtquickcharts/trunk/PKGBUILD
  kross-interpreters/trunk/PKGBUILD
  kruler/trunk/PKGBUILD
  kshisen/trunk/PKGBUILD
  ksquares/trunk/PKGBUILD
  kstars/trunk/PKGBUILD
  kteatime/trunk/PKGBUILD
  ktimer/trunk/PKGBUILD
  kturtle/trunk/PKGBUILD
  kwalletmanager/trunk/PKGBUILD
  kwordquiz/trunk/PKGBUILD
  libkcddb/trunk/PKGBUILD
  libkcompactdisc/trunk/PKGBUILD
  libkdcraw/trunk/PKGBUILD
  libkdegames/trunk/PKGBUILD
  libkeduvocdocument/trunk/PKGBUILD
  libkexiv2/trunk/PKGBUILD
  libkface/trunk/PKGBUILD
  libkgeomap/trunk/PKGBUILD
  libkipi/trunk/PKGBUILD
  libkmahjongg/trunk/PKGBUILD
  libkomparediff2/trunk/PKGBUILD
  libksane/trunk/PKGBUILD
  libktnef/trunk/PKGBUILD
  lokalize/trunk/PKGBUILD
  marble/trunk/PKGBUILD
  okteta/trunk/PKGBUILD
  parley/trunk/PKGBUILD
  picmi/trunk/PKGBUILD
  

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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 00:52:50
  Author: arojas
Revision: 161721

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

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

--+
 community-staging-i686/PKGBUILD  |   41 +
 community-staging-i686/cantata.install   |   12 
 community-staging-x86_64/PKGBUILD|   41 +
 community-staging-x86_64/cantata.install |   12 
 4 files changed, 106 insertions(+)

Copied: cantata/repos/community-staging-i686/PKGBUILD (from rev 161720, 
cantata/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-15 23:52:50 UTC (rev 161721)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor:  Federico Cinelli 
+# Contributor: Andrea Scarpino 
+# Contributor: Mcder3 
+# Contributor: MisterFred 
+
+pkgname=cantata
+pkgver=2.0.0
+pkgrel=3
+pkgdesc='Qt5 client for the music player daemon (MPD)'
+arch=(i686 x86_64)
+url='https://code.google.com/p/cantata/'
+license=(GPL)
+depends=(qt5-svg libmtp libcddb libmusicbrainz5 mpg123 vlc taglib-extras 
cdparanoia media-player-info udisks2)
+optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain 
support')
+makedepends=(cmake qt5-tools ffmpeg)
+install=$pkgname.install
+source=("https://github.com/CDrummond/cantata/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('dc7a65145692c5b2cac4c2c8a7c767c5')
+
+prepare() {
+  mkdir -p build
+
+# Fix build against ffmpeg 3.0
+  sed -e '/audioconvert.h/d' -i $pkgname-$pkgver/replaygain/ffmpeginput.cpp
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_TOUCH_SUPPORT=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: cantata/repos/community-staging-i686/cantata.install (from rev 161720, 
cantata/trunk/cantata.install)
===
--- community-staging-i686/cantata.install  (rev 0)
+++ community-staging-i686/cantata.install  2016-02-15 23:52:50 UTC (rev 
161721)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: cantata/repos/community-staging-x86_64/PKGBUILD (from rev 161720, 
cantata/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-15 23:52:50 UTC (rev 161721)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor:  Federico Cinelli 
+# Contributor: Andrea Scarpino 
+# Contributor: Mcder3 
+# Contributor: MisterFred 
+
+pkgname=cantata
+pkgver=2.0.0
+pkgrel=3
+pkgdesc='Qt5 client for the music player daemon (MPD)'
+arch=(i686 x86_64)
+url='https://code.google.com/p/cantata/'
+license=(GPL)
+depends=(qt5-svg libmtp libcddb libmusicbrainz5 mpg123 vlc taglib-extras 
cdparanoia media-player-info udisks2)
+optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain 
support')
+makedepends=(cmake qt5-tools ffmpeg)
+install=$pkgname.install
+source=("https://github.com/CDrummond/cantata/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('dc7a65145692c5b2cac4c2c8a7c767c5')
+
+prepare() {
+  mkdir -p build
+
+# Fix build against ffmpeg 3.0
+  sed -e '/audioconvert.h/d' -i $pkgname-$pkgver/replaygain/ffmpeginput.cpp
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_TOUCH_SUPPORT=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: cantata/repos/community-staging-x86_64/cantata.install (from rev 
161720, cantata/trunk/cantata.install)
===
--- community-staging-x86_64/cantata.install(rev 0)

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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 00:52:20
  Author: arojas
Revision: 161720

ffmpeg 3.0 rebuild

Modified:
  cantata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 22:53:09 UTC (rev 161719)
+++ PKGBUILD2016-02-15 23:52:20 UTC (rev 161720)
@@ -7,7 +7,7 @@
 
 pkgname=cantata
 pkgver=2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Qt5 client for the music player daemon (MPD)'
 arch=(i686 x86_64)
 url='https://code.google.com/p/cantata/'
@@ -21,6 +21,9 @@
 
 prepare() {
   mkdir -p build
+
+# Fix build against ffmpeg 3.0
+  sed -e '/audioconvert.h/d' -i $pkgname-$pkgver/replaygain/ffmpeginput.cpp
 }
 
 build() {


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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 00:29:55
  Author: arojas
Revision: 259363

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

Added:
  amarok/repos/staging-i686/
  amarok/repos/staging-i686/PKGBUILD
(from rev 259362, amarok/trunk/PKGBUILD)
  amarok/repos/staging-i686/amarok.install
(from rev 259362, amarok/trunk/amarok.install)
  amarok/repos/staging-i686/taglib_version_detect.patch
(from rev 259362, amarok/trunk/taglib_version_detect.patch)
  amarok/repos/staging-x86_64/
  amarok/repos/staging-x86_64/PKGBUILD
(from rev 259362, amarok/trunk/PKGBUILD)
  amarok/repos/staging-x86_64/amarok.install
(from rev 259362, amarok/trunk/amarok.install)
  amarok/repos/staging-x86_64/taglib_version_detect.patch
(from rev 259362, amarok/trunk/taglib_version_detect.patch)

+
 staging-i686/PKGBUILD  |   54 +++
 staging-i686/amarok.install|   12 ++
 staging-i686/taglib_version_detect.patch   |   26 +
 staging-x86_64/PKGBUILD|   54 +++
 staging-x86_64/amarok.install  |   12 ++
 staging-x86_64/taglib_version_detect.patch |   26 +
 6 files changed, 184 insertions(+)

Copied: amarok/repos/staging-i686/PKGBUILD (from rev 259362, 
amarok/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-15 23:29:55 UTC (rev 259363)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=amarok
+pkgver=2.8.0
+pkgrel=8
+pkgdesc="The powerful music player for KDE"
+arch=("i686" "x86_64")
+url="http://amarok.kde.org/;
+license=('GPL2' 'LGPL2.1' 'FDL')
+depends=('kdebase-runtime' 'mariadb' 'qtscriptgenerator' 'taglib-extras'
+'liblastfm' 'ffmpeg' 'libofa' 'qjson')
+makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
+ 'libmygpo-qt' 'mesa' 'clamz')
+optdepends=("libgpod: support for Apple iPod audio devices"
+"libmtp: support for portable media devices"
+"loudmouth: backend needed by mp3tunes for syncing"
+"ifuse: support for Apple iPod Touch and iPhone"
+"libmygpo-qt: gpodder.net Internet Service"
+"clamz: allow to download songs from Amazon.com"
+"gst-libav: MP3 codecs")
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+taglib_version_detect.patch 
amarok-ffmpeg3.patch::"https://git.reviewboard.kde.org/r/126682/diff/raw/;)
+sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937'
+  '8b2752a0fe78621bdb9ccdb763919ea265b52b06'
+  '819cb060cd9c63b576cc433f835cb4c175b07fd0')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../taglib_version_detect.patch
+# Fix build against ffmpeg 3.0
+  patch -p1 -i ../amarok-ffmpeg3.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_Soprano=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: amarok/repos/staging-i686/amarok.install (from rev 259362, 
amarok/trunk/amarok.install)
===
--- staging-i686/amarok.install (rev 0)
+++ staging-i686/amarok.install 2016-02-15 23:29:55 UTC (rev 259363)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: amarok/repos/staging-i686/taglib_version_detect.patch (from rev 259362, 
amarok/trunk/taglib_version_detect.patch)
===
--- staging-i686/taglib_version_detect.patch(rev 0)
+++ staging-i686/taglib_version_detect.patch2016-02-15 23:29:55 UTC (rev 
259363)
@@ -0,0 +1,26 @@
+diff --git a/cmake/modules/FindTaglib.cmake b/cmake/modules/FindTaglib.cmake
+index 76b83ac..21a10a8 100644
+--- a/cmake/modules/FindTaglib.cmake
 b/cmake/modules/FindTaglib.cmake
+@@ -29,10 +29,10 @@ if(TAGLIBCONFIG_EXECUTABLE)
+ 
+   exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION)
+ 
+-  if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
++  if("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION)
+  message(STATUS "TagLib version too old: version searched 
:${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}")
+  set(TAGLIB_FOUND FALSE)
+-  else(TAGLIB_VERSION 

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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 00:29:09
  Author: arojas
Revision: 259362

ffmpeg 3.0 rebuild

Modified:
  amarok/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 23:22:58 UTC (rev 259361)
+++ PKGBUILD2016-02-15 23:29:09 UTC (rev 259362)
@@ -5,7 +5,7 @@
 
 pkgname=amarok
 pkgver=2.8.0
-pkgrel=7
+pkgrel=8
 pkgdesc="The powerful music player for KDE"
 arch=("i686" "x86_64")
 url="http://amarok.kde.org/;
@@ -23,9 +23,10 @@
 "gst-libav: MP3 codecs")
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-taglib_version_detect.patch)
+taglib_version_detect.patch 
amarok-ffmpeg3.patch::"https://git.reviewboard.kde.org/r/126682/diff/raw/;)
 sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937'
-  '8b2752a0fe78621bdb9ccdb763919ea265b52b06')
+  '8b2752a0fe78621bdb9ccdb763919ea265b52b06'
+  '819cb060cd9c63b576cc433f835cb4c175b07fd0')
 
 prepare() {
   mkdir build
@@ -32,6 +33,8 @@
 
   cd ${pkgname}-${pkgver}
   patch -Np1 -i ../taglib_version_detect.patch
+# Fix build against ffmpeg 3.0
+  patch -p1 -i ../amarok-ffmpeg3.patch
 }
 
 build() {


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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 00:22:58
  Author: arojas
Revision: 259361

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-15 23:22:22 UTC (rev 259360)
+++ extra-i686/PKGBUILD 2016-02-15 23:22:58 UTC (rev 259361)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=appstream-glib
-pkgver=0.5.5
-pkgrel=1
-pkgdesc="Provides GObjects and helper methods to make it easy to read and 
write AppStream metadata"
-arch=('i686' 'x86_64')
-url="http://people.freedesktop.org/~hughsient/appstream-glib/;
-license=('LGPL')
-depends=('gtk3' 'libyaml' 'pacman' 'gcab')
-makedepends=('intltool')
-provides=('appdata-tools')
-conflicts=('appdata-tools')
-replaces=('appdata-tools')
-source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('acfe164c5f6cb8edecc6c99345a5d390')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-alpm
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream-glib/repos/extra-i686/PKGBUILD (from rev 259360, 
appstream-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-15 23:22:58 UTC (rev 259361)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=appstream-glib
+pkgver=0.5.5
+pkgrel=2
+pkgdesc="Provides GObjects and helper methods to make it easy to read and 
write AppStream metadata"
+arch=('i686' 'x86_64')
+url="http://people.freedesktop.org/~hughsient/appstream-glib/;
+license=('LGPL')
+depends=('gtk3' 'libyaml' 'pacman' 'gcab')
+makedepends=('intltool')
+provides=('appdata-tools')
+conflicts=('appdata-tools')
+replaces=('appdata-tools')
+source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('acfe164c5f6cb8edecc6c99345a5d390')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-alpm
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-15 23:22:22 UTC (rev 259360)
+++ extra-x86_64/PKGBUILD   2016-02-15 23:22:58 UTC (rev 259361)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=appstream-glib
-pkgver=0.5.5
-pkgrel=1
-pkgdesc="Provides GObjects and helper methods to make it easy to read and 
write AppStream metadata"
-arch=('i686' 'x86_64')
-url="http://people.freedesktop.org/~hughsient/appstream-glib/;
-license=('LGPL')
-depends=('gtk3' 'libyaml' 'pacman' 'gcab')
-makedepends=('intltool')
-provides=('appdata-tools')
-conflicts=('appdata-tools')
-replaces=('appdata-tools')
-source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('acfe164c5f6cb8edecc6c99345a5d390')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-alpm
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream-glib/repos/extra-x86_64/PKGBUILD (from rev 259360, 
appstream-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-15 23:22:58 UTC (rev 259361)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=appstream-glib
+pkgver=0.5.5
+pkgrel=2
+pkgdesc="Provides GObjects and helper methods to make it easy to read and 
write AppStream metadata"
+arch=('i686' 'x86_64')
+url="http://people.freedesktop.org/~hughsient/appstream-glib/;

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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 00:22:22
  Author: arojas
Revision: 259360

Rebuild against pacman 5.0

Modified:
  appstream-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 23:06:21 UTC (rev 259359)
+++ PKGBUILD2016-02-15 23:22:22 UTC (rev 259360)
@@ -3,7 +3,7 @@
 
 pkgname=appstream-glib
 pkgver=0.5.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides GObjects and helper methods to make it easy to read and 
write AppStream metadata"
 arch=('i686' 'x86_64')
 url="http://people.freedesktop.org/~hughsient/appstream-glib/;


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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 00:06:21
  Author: arojas
Revision: 259359

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

Added:
  mlt/repos/staging-i686/
  mlt/repos/staging-i686/PKGBUILD
(from rev 259358, mlt/trunk/PKGBUILD)
  mlt/repos/staging-x86_64/
  mlt/repos/staging-x86_64/PKGBUILD
(from rev 259358, mlt/trunk/PKGBUILD)
Deleted:
  mlt/repos/staging-i686/PKGBUILD
  mlt/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |  154 ++
 staging-i686/PKGBUILD   |   72 -
 staging-x86_64/PKGBUILD |   72 -
 3 files changed, 154 insertions(+), 144 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-01-31 16:21:43 UTC (rev 258718)
+++ staging-i686/PKGBUILD   2016-02-15 23:06:21 UTC (rev 259359)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Fabian Schoelzel 
-# Contributor: funkyou 
-# Contributor: tardo 
-# Contributor: Stefan Husmann 
-# Contributor: Gustavo Alvarez 
-
-pkgbase=mlt
-pkgname=(mlt mlt-python-bindings)
-pkgver=0.9.8
-pkgrel=5
-pkgdesc="An open source multimedia framework"
-arch=(i686 x86_64)
-url="http://www.mltframework.org;
-license=(GPL)
-makedepends=(ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg 
vid.stab qt5-svg jack libexif python2 swig movit eigen)
-source=("https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz;)
-md5sums=('57397f2f0fa0545c248c5e9b59c140d5')
-
-prepare() {
-  cd mlt-$pkgver
-  sed -i 's|freetype/|freetype2/|' src/modules/gtk2/producer_pango.c
-}
-
-build() {
-  # mlt
-  cd mlt-$pkgver
-
-  msg "SSE2=$SSE2"
-  ./configure --prefix=/usr \
-   --avformat-swscale \
-   --enable-gpl --enable-gpl3 \
-   --qt-libdir=/usr/lib --qt-includedir=/usr/include/qt
-  make
-
-  # mlt python bindings
-  cd src/swig/python
-  sed -i 's_path=`which python_path=`which python2_' build
-  sed -i 's_`python -c_`python2 -c_' build
-  sed -i 's#python-config#python2-config#' build
-  ./build
-}
-
-package_mlt() {
-  optdepends=('sdl_image: for SDL plugin'
-   'libsamplerate: for libavresample plugin'
-   'sox: for SOX (Audio Swiss Army Knife) plugin'
-   'ffmpeg: for ffmpeg plugin'
-   'vid.stab: for video stabilize plugin'
-   'gtk2: Gtk plugin'
-   'qt5-svg: for Qt5 plugins'
-   'jack: for JACK sound output plugin'
-   'libexif: for auto rotate plugin'
-   'frei0r-plugins: for additional effects'
-   'movit: opengl plugin')
-  conflicts=('mlt++<=0.3.8')
-
-  cd mlt-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-package_mlt-python-bindings() {
-  depends=(python2 mlt)
-
-  cd "$srcdir/mlt-$pkgver/src/swig/python"
-  mkdir -p "$pkgdir/usr/lib/python2.7/"
-  install -m755 mlt.py "$pkgdir/usr/lib/python2.7/"
-  install -m755 _mlt.so "$pkgdir/usr/lib/python2.7/"
-  install -m755 mlt_wrap.o "$pkgdir/usr/lib/python2.7/"
-}

Copied: mlt/repos/staging-i686/PKGBUILD (from rev 259358, mlt/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-15 23:06:21 UTC (rev 259359)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Fabian Schoelzel 
+# Contributor: funkyou 
+# Contributor: tardo 
+# Contributor: Stefan Husmann 
+# Contributor: Gustavo Alvarez 
+
+pkgbase=mlt
+pkgname=(mlt mlt-python-bindings)
+pkgver=0.9.8
+pkgrel=6
+pkgdesc="An open source multimedia framework"
+arch=(i686 x86_64)
+url="http://www.mltframework.org;
+license=(GPL)
+makedepends=(ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg 
vid.stab qt5-svg jack libexif python2 swig movit eigen)
+source=("https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz;
+   
mlt-ffmpeg3.patch::"https://github.com/mltframework/mlt/commit/97c2dd0d.patch;)
+md5sums=('57397f2f0fa0545c248c5e9b59c140d5'
+ '32b4e88d82285ac43bca73a5ecb77e1d')
+
+prepare() {
+  cd mlt-$pkgver
+  sed -i 's|freetype/|freetype2/|' src/modules/gtk2/producer_pango.c
+
+# Fix build against ffmpeg 3.0
+  patch -p1 -i ../mlt-ffmpeg3.patch
+}
+
+build() {
+  # mlt
+  cd mlt-$pkgver
+
+  msg "SSE2=$SSE2"
+  ./configure --prefix=/usr \
+   --avformat-swscale \
+   --enable-gpl --enable-gpl3 \
+   --qt-libdir=/usr/lib --qt-includedir=/usr/include/qt
+  make
+
+  # mlt python bindings
+  cd src/swig/python
+  sed -i 's_path=`which 

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

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 00:04:42
  Author: arojas
Revision: 259358

ffmpeg 3.0 rebuild

Modified:
  mlt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 22:48:08 UTC (rev 259357)
+++ PKGBUILD2016-02-15 23:04:42 UTC (rev 259358)
@@ -10,18 +10,23 @@
 pkgbase=mlt
 pkgname=(mlt mlt-python-bindings)
 pkgver=0.9.8
-pkgrel=5
+pkgrel=6
 pkgdesc="An open source multimedia framework"
 arch=(i686 x86_64)
 url="http://www.mltframework.org;
 license=(GPL)
 makedepends=(ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg 
vid.stab qt5-svg jack libexif python2 swig movit eigen)
-source=("https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz;)
-md5sums=('57397f2f0fa0545c248c5e9b59c140d5')
+source=("https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz;
+   
mlt-ffmpeg3.patch::"https://github.com/mltframework/mlt/commit/97c2dd0d.patch;)
+md5sums=('57397f2f0fa0545c248c5e9b59c140d5'
+ '32b4e88d82285ac43bca73a5ecb77e1d')
 
 prepare() {
   cd mlt-$pkgver
   sed -i 's|freetype/|freetype2/|' src/modules/gtk2/producer_pango.c
+
+# Fix build against ffmpeg 3.0
+  patch -p1 -i ../mlt-ffmpeg3.patch
 }
 
 build() {


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

2016-02-15 Thread Kyle Keen
Date: Monday, February 15, 2016 @ 23:53:09
  Author: kkeen
Revision: 161719

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

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

---+
 community-staging-i686/PKGBUILD   |   34 
 community-staging-i686/simplescreenrecorder.install   |   11 +
 community-staging-x86_64/PKGBUILD |   34 
 community-staging-x86_64/simplescreenrecorder.install |   11 +
 4 files changed, 90 insertions(+)

Copied: simplescreenrecorder/repos/community-staging-i686/PKGBUILD (from rev 
161718, simplescreenrecorder/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-15 22:53:09 UTC (rev 161719)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.6
+pkgrel=3
+pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
+arch=("i686" "x86_64")
+url="http://www.maartenbaert.be/simplescreenrecorder/;
+license=("GPL3")
+# upstream reports crashes with Qt5, reverting FS#45104
+#depends=("qt5-base" "qt5-x11extras" "qt5-tools" "ffmpeg" "alsa-lib" 
"libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes" "libxi")
+depends=("qt4" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" 
"libxext" "libxfixes" "libxi")
+optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
+makedepends=("git")
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
+md5sums=("SKIP")
+
+options=("!libtool")
+install=simplescreenrecorder.install
+
+build() {
+  cd ssr
+  # fPIC is only required for qt5 + gcc5
+  #CXXFLAGS="$CXXFLAGS -fPIC"
+  #./configure --prefix=/usr --disable-assert --with-qt5
+  ./configure --prefix=/usr --disable-assert
+  make
+}
+package() {
+  cd ssr
+  make DESTDIR="$pkgdir" install
+}

Copied: 
simplescreenrecorder/repos/community-staging-i686/simplescreenrecorder.install 
(from rev 161718, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- community-staging-i686/simplescreenrecorder.install 
(rev 0)
+++ community-staging-i686/simplescreenrecorder.install 2016-02-15 22:53:09 UTC 
(rev 161719)
@@ -0,0 +1,11 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -f usr/share/icons/hicolor
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}

Copied: simplescreenrecorder/repos/community-staging-x86_64/PKGBUILD (from rev 
161718, simplescreenrecorder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-15 22:53:09 UTC (rev 161719)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.6
+pkgrel=3
+pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
+arch=("i686" "x86_64")
+url="http://www.maartenbaert.be/simplescreenrecorder/;
+license=("GPL3")
+# upstream reports crashes with Qt5, reverting FS#45104
+#depends=("qt5-base" "qt5-x11extras" "qt5-tools" "ffmpeg" "alsa-lib" 
"libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes" "libxi")
+depends=("qt4" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" 
"libxext" "libxfixes" "libxi")
+optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
+makedepends=("git")
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
+md5sums=("SKIP")
+
+options=("!libtool")
+install=simplescreenrecorder.install
+
+build() {
+  cd ssr
+  # fPIC is only required for qt5 + gcc5
+  #CXXFLAGS="$CXXFLAGS -fPIC"
+  #./configure --prefix=/usr --disable-assert --with-qt5
+  ./configure --prefix=/usr --disable-assert
+  make
+}
+package() {
+  cd ssr
+  make DESTDIR="$pkgdir" install
+}

Copied: 
simplescreenrecorder/repos/community-staging-x86_64/simplescreenrecorder.install
 (from rev 161718, 

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

2016-02-15 Thread Kyle Keen
Date: Monday, February 15, 2016 @ 23:52:23
  Author: kkeen
Revision: 161718

upgpkg: simplescreenrecorder 0.3.6-3  ffmpeg rebuild

Modified:
  simplescreenrecorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 22:41:02 UTC (rev 161717)
+++ PKGBUILD2016-02-15 22:52:23 UTC (rev 161718)
@@ -4,7 +4,7 @@
 
 pkgname=simplescreenrecorder
 pkgver=0.3.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
 arch=("i686" "x86_64")
 url="http://www.maartenbaert.be/simplescreenrecorder/;
@@ -32,4 +32,3 @@
   cd ssr
   make DESTDIR="$pkgdir" install
 }
-md5sums=('SKIP')


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

2016-02-15 Thread Maxime Gauduin
Date: Monday, February 15, 2016 @ 23:48:08
  Author: alucryd
Revision: 259357

Add ffmpeg sodepends

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 22:45:26 UTC (rev 259356)
+++ PKGBUILD2016-02-15 22:48:08 UTC (rev 259357)
@@ -52,7 +52,8 @@
 
 package_x264() {
   pkgdesc='CLI tools for encoding H264/AVC video streams'
-  depends=('ffmpeg' 'liblsmash.so')
+  depends+=('libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+'libswscale.so')
   provides=('x264-10bit')
   conflicts=('x264-10bit')
   replaces=('x264-10bit')


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

2016-02-15 Thread Antonio Rojas
Date: Monday, February 15, 2016 @ 23:45:26
  Author: arojas
Revision: 259356

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

Added:
  kfilemetadata4/repos/staging-i686/
  kfilemetadata4/repos/staging-i686/PKGBUILD
(from rev 259355, kfilemetadata4/trunk/PKGBUILD)
  kfilemetadata4/repos/staging-x86_64/
  kfilemetadata4/repos/staging-x86_64/PKGBUILD
(from rev 259355, kfilemetadata4/trunk/PKGBUILD)

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

Copied: kfilemetadata4/repos/staging-i686/PKGBUILD (from rev 259355, 
kfilemetadata4/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-15 22:45:26 UTC (rev 259356)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226395 2014-11-19 15:22:21Z fyan $
+# Maintainer: Andrea Scarpino 
+
+pkgname=kfilemetadata4
+_pkgname=kfilemetadata
+pkgver=4.14.3
+pkgrel=4
+pkgdesc="A library for extracting file metadata"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/kfilemetadata'
+license=('LGPL')
+depends=('poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 'kdegraphics-mobipocket')
+makedepends=('cmake' 'automoc4')
+conflicts=('kfilemetadata<5')
+replaces=('kfilemetadata<5')
+source=("http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6b106223b3d4ab9ba0516b8301e564af2416eaa9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kfilemetadata4/repos/staging-x86_64/PKGBUILD (from rev 259355, 
kfilemetadata4/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-02-15 22:45:26 UTC (rev 259356)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226395 2014-11-19 15:22:21Z fyan $
+# Maintainer: Andrea Scarpino 
+
+pkgname=kfilemetadata4
+_pkgname=kfilemetadata
+pkgver=4.14.3
+pkgrel=4
+pkgdesc="A library for extracting file metadata"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/kfilemetadata'
+license=('LGPL')
+depends=('poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 'kdegraphics-mobipocket')
+makedepends=('cmake' 'automoc4')
+conflicts=('kfilemetadata<5')
+replaces=('kfilemetadata<5')
+source=("http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6b106223b3d4ab9ba0516b8301e564af2416eaa9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-15 Thread Antonio Rojas
Date: Monday, February 15, 2016 @ 23:44:56
  Author: arojas
Revision: 259355

ffmpeg 3.0 rebuild

Modified:
  kfilemetadata4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 22:36:41 UTC (rev 259354)
+++ PKGBUILD2016-02-15 22:44:56 UTC (rev 259355)
@@ -4,7 +4,7 @@
 pkgname=kfilemetadata4
 _pkgname=kfilemetadata
 pkgver=4.14.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A library for extracting file metadata"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/kfilemetadata'


[arch-commits] Commit in vapoursynth-plugin-lsmashsource/repos (4 files)

2016-02-15 Thread Maxime Gauduin
Date: Monday, February 15, 2016 @ 23:41:02
  Author: alucryd
Revision: 161717

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

Added:
  vapoursynth-plugin-lsmashsource/repos/community-staging-i686/
  vapoursynth-plugin-lsmashsource/repos/community-staging-i686/PKGBUILD
(from rev 161716, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
  vapoursynth-plugin-lsmashsource/repos/community-staging-x86_64/
  vapoursynth-plugin-lsmashsource/repos/community-staging-x86_64/PKGBUILD
(from rev 161716, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)

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

Copied: vapoursynth-plugin-lsmashsource/repos/community-staging-i686/PKGBUILD 
(from rev 161716, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-15 22:41:02 UTC (rev 161717)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=vapoursynth-plugin-lsmashsource
+pkgver=875
+pkgrel=2
+pkgdesc='L-SMASH source plugin for Vapoursynth'
+arch=('i686' 'x86_64')
+url='https://github.com/VFR-maniac/L-SMASH-Works'
+license=('custom')
+depends=('glibc' 'vapoursynth'
+ 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+ 'libswscale.so')
+makedepends=('git')
+_commit='14b040efb8bc6630d49230b2a7700de546e3c53a'
+source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package(){
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource
+  install -m 644 README 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource/
+
+  install -dm 755 
"${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource
+  install -m 644 LICENSE 
"${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource/
+}
+
+# vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-lsmashsource/repos/community-staging-x86_64/PKGBUILD 
(from rev 161716, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-15 22:41:02 UTC (rev 161717)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=vapoursynth-plugin-lsmashsource
+pkgver=875
+pkgrel=2
+pkgdesc='L-SMASH source plugin for Vapoursynth'
+arch=('i686' 'x86_64')
+url='https://github.com/VFR-maniac/L-SMASH-Works'
+license=('custom')
+depends=('glibc' 'vapoursynth'
+ 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+ 'libswscale.so')
+makedepends=('git')
+_commit='14b040efb8bc6630d49230b2a7700de546e3c53a'
+source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package(){
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource
+  install -m 644 README 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource/
+
+  install -dm 755 
"${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource
+  install -m 644 LICENSE 
"${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in vapoursynth-plugin-lsmashsource/trunk (PKGBUILD)

2016-02-15 Thread Maxime Gauduin
Date: Monday, February 15, 2016 @ 23:40:52
  Author: alucryd
Revision: 161716

ffmpeg 3.0 rebuild: vapoursynth-plugin-lsmashsource 875-2

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 22:23:59 UTC (rev 161715)
+++ PKGBUILD2016-02-15 22:40:52 UTC (rev 161716)
@@ -4,7 +4,7 @@
 
 pkgname=vapoursynth-plugin-lsmashsource
 pkgver=875
-pkgrel=1
+pkgrel=2
 pkgdesc='L-SMASH source plugin for Vapoursynth'
 arch=('i686' 'x86_64')
 url='https://github.com/VFR-maniac/L-SMASH-Works'


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

2016-02-15 Thread Antonio Rojas
Date: Monday, February 15, 2016 @ 23:36:41
  Author: arojas
Revision: 259354

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

Added:
  kfilemetadata/repos/staging-i686/
  kfilemetadata/repos/staging-i686/PKGBUILD
(from rev 259353, kfilemetadata/trunk/PKGBUILD)
  kfilemetadata/repos/staging-x86_64/
  kfilemetadata/repos/staging-x86_64/PKGBUILD
(from rev 259353, kfilemetadata/trunk/PKGBUILD)

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

Copied: kfilemetadata/repos/staging-i686/PKGBUILD (from rev 259353, 
kfilemetadata/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-15 22:36:41 UTC (rev 259354)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfilemetadata
+pkgver=5.19.0
+pkgrel=2
+pkgdesc="A library for extracting file metadata"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/kfilemetadata'
+license=('LGPL')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+optdepends=('catdoc: Extract text from office 98 files')
+makedepends=('extra-cmake-modules' 'catdoc' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('26966653137ef247beffa9f69965f5d16661c135')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kfilemetadata/repos/staging-x86_64/PKGBUILD (from rev 259353, 
kfilemetadata/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-02-15 22:36:41 UTC (rev 259354)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfilemetadata
+pkgver=5.19.0
+pkgrel=2
+pkgdesc="A library for extracting file metadata"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/kfilemetadata'
+license=('LGPL')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+optdepends=('catdoc: Extract text from office 98 files')
+makedepends=('extra-cmake-modules' 'catdoc' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('26966653137ef247beffa9f69965f5d16661c135')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-15 Thread Antonio Rojas
Date: Monday, February 15, 2016 @ 23:35:54
  Author: arojas
Revision: 259352

ffmpeg 3.0 rebuild

Modified:
  kfilemetadata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 22:34:19 UTC (rev 259351)
+++ PKGBUILD2016-02-15 22:35:54 UTC (rev 259352)
@@ -4,7 +4,7 @@
 
 pkgname=kfilemetadata
 pkgver=5.19.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for extracting file metadata"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/kfilemetadata'


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

2016-02-15 Thread Maxime Gauduin
Date: Monday, February 15, 2016 @ 23:35:54
  Author: alucryd
Revision: 259353

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

Added:
  x264/repos/staging-i686/
  x264/repos/staging-i686/PKGBUILD
(from rev 259351, x264/trunk/PKGBUILD)
  x264/repos/staging-x86_64/
  x264/repos/staging-x86_64/PKGBUILD
(from rev 259351, x264/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   83 ++
 staging-x86_64/PKGBUILD |   83 ++
 2 files changed, 166 insertions(+)

Copied: x264/repos/staging-i686/PKGBUILD (from rev 259351, x264/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-15 22:35:54 UTC (rev 259353)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=('x264' 'libx264' 'libx264-10bit')
+pkgver=148.20160103
+pkgrel=1
+epoch=2
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
+_commit='5c6570495f8f1c716b294aee1430d8766a4beb9c'
+source=("git://git.videolan.org/x264.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgbase}
+
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
+}
+
+prepare() {
+  cp -r ${pkgbase} ${pkgbase}-10bit
+}
+
+build() {
+  cd ${pkgbase}
+
+  ./configure \
+--prefix='/usr' \
+--enable-shared \
+--enable-pic
+  make
+
+  cd ../${pkgbase}-10bit
+
+  ./configure \
+--prefix='/usr' \
+--enable-shared \
+--enable-pic \
+--bit-depth='10'
+  make
+}
+
+package_x264() {
+  pkgdesc='CLI tools for encoding H264/AVC video streams'
+  depends=('ffmpeg' 'liblsmash.so')
+  provides=('x264-10bit')
+  conflicts=('x264-10bit')
+  replaces=('x264-10bit')
+
+  make -C ${pkgbase} DESTDIR="${pkgdir}" install-cli
+  install -m 755 ${pkgbase}-10bit/x264 "${pkgdir}"/usr/bin/x264-10bit
+}
+
+package_libx264() {
+  pkgdesc='Library for encoding H264/AVC video streams'
+  provides=('libx264.so' 'x264-dev')
+  conflicts=('x264-dev')
+  replaces=('x264-dev')
+
+  install -dm 755 "${pkgdir}"/usr/lib
+  make -C ${pkgbase} DESTDIR="${pkgdir}" install-lib-shared
+}
+
+package_libx264-10bit() {
+  pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
+  provides=('libx264.so' 'libx264' 'x264-dev')
+  conflicts=('libx264' 'x264-dev')
+
+  install -dm 755 "${pkgdir}"/usr/lib
+  make -C ${pkgbase}-10bit DESTDIR="${pkgdir}" install-lib-shared
+}
+
+# vim: ts=2 sw=2 et:

Copied: x264/repos/staging-x86_64/PKGBUILD (from rev 259351, 
x264/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-02-15 22:35:54 UTC (rev 259353)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=('x264' 'libx264' 'libx264-10bit')
+pkgver=148.20160103
+pkgrel=1
+epoch=2
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
+_commit='5c6570495f8f1c716b294aee1430d8766a4beb9c'
+source=("git://git.videolan.org/x264.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgbase}
+
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
+}
+
+prepare() {
+  cp -r ${pkgbase} ${pkgbase}-10bit
+}
+
+build() {
+  cd ${pkgbase}
+
+  ./configure \
+--prefix='/usr' \
+--enable-shared \
+--enable-pic
+  make
+
+  cd ../${pkgbase}-10bit
+
+  ./configure \
+--prefix='/usr' \
+--enable-shared \
+--enable-pic \
+--bit-depth='10'
+  make
+}
+
+package_x264() {
+  pkgdesc='CLI tools for encoding H264/AVC video streams'
+  depends=('ffmpeg' 'liblsmash.so')
+  provides=('x264-10bit')
+  conflicts=('x264-10bit')
+  replaces=('x264-10bit')
+
+  make -C ${pkgbase} DESTDIR="${pkgdir}" install-cli
+  install -m 755 ${pkgbase}-10bit/x264 "${pkgdir}"/usr/bin/x264-10bit
+}
+
+package_libx264() {
+  pkgdesc='Library for encoding H264/AVC video streams'
+  provides=('libx264.so' 'x264-dev')
+  conflicts=('x264-dev')
+  replaces=('x264-dev')
+
+  install -dm 755 "${pkgdir}"/usr/lib
+  make -C 

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

2016-02-15 Thread Maxime Gauduin
Date: Monday, February 15, 2016 @ 23:34:19
  Author: alucryd
Revision: 259351

upgpkg: x264 2:148.20160103-1

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 22:33:26 UTC (rev 259350)
+++ PKGBUILD2016-02-15 22:34:19 UTC (rev 259351)
@@ -6,7 +6,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=('x264' 'libx264' 'libx264-10bit')
-pkgver=148.20150725
+pkgver=148.20160103
 pkgrel=1
 epoch=2
 arch=('i686' 'x86_64')


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

2016-02-15 Thread Maxime Gauduin
Date: Monday, February 15, 2016 @ 23:33:26
  Author: alucryd
Revision: 259350

ffmpeg 3.0 rebuild: x264 2:148.20150725-1

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 22:13:13 UTC (rev 259349)
+++ PKGBUILD2016-02-15 22:33:26 UTC (rev 259350)
@@ -1,7 +1,7 @@
 # $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Maintainer:  Maxime Gauduin 
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
 # Contributor: damir 
 # Contributor: Paul Mattal 
 
@@ -14,12 +14,13 @@
 license=('GPL')
 depends=('glibc')
 makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
-_commit=73ae2d11d472d0eb3b7c218dc1659db32f649b14
-source=(git://git.videolan.org/x264.git#commit=${_commit})
-md5sums=('SKIP')
+_commit='5c6570495f8f1c716b294aee1430d8766a4beb9c'
+source=("git://git.videolan.org/x264.git#commit=${_commit}")
+sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgbase
+  cd ${pkgbase}
+
   local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
   local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
 
@@ -27,19 +28,25 @@
 }
 
 prepare() {
-  cp -r $pkgbase $pkgbase-10bit
+  cp -r ${pkgbase} ${pkgbase}-10bit
 }
 
 build() {
-  cd $pkbase
-  ./configure --prefix=/usr \
---enable-shared --enable-pic
+  cd ${pkgbase}
+
+  ./configure \
+--prefix='/usr' \
+--enable-shared \
+--enable-pic
   make
 
-  cd ../$pkgbase-10bit
-  ./configure --prefix=/usr \
---enable-shared --enable-pic \
---bit-depth=10
+  cd ../${pkgbase}-10bit
+
+  ./configure \
+--prefix='/usr' \
+--enable-shared \
+--enable-pic \
+--bit-depth='10'
   make
 }
 
@@ -50,8 +57,8 @@
   conflicts=('x264-10bit')
   replaces=('x264-10bit')
 
-  make -C $pkgbase DESTDIR="$pkgdir" install-cli
-  install -Dm755 $pkgbase-10bit/x264 "$pkgdir"/usr/bin/x264-10bit
+  make -C ${pkgbase} DESTDIR="${pkgdir}" install-cli
+  install -m 755 ${pkgbase}-10bit/x264 "${pkgdir}"/usr/bin/x264-10bit
 }
 
 package_libx264() {
@@ -60,8 +67,8 @@
   conflicts=('x264-dev')
   replaces=('x264-dev')
 
-  install -d "$pkgdir"/usr/lib
-  make -C $pkgbase DESTDIR="$pkgdir" install-lib-shared
+  install -dm 755 "${pkgdir}"/usr/lib
+  make -C ${pkgbase} DESTDIR="${pkgdir}" install-lib-shared
 }
 
 package_libx264-10bit() {
@@ -69,6 +76,8 @@
   provides=('libx264.so' 'libx264' 'x264-dev')
   conflicts=('libx264' 'x264-dev')
 
-  install -d "$pkgdir"/usr/lib
-  make -C $pkgbase-10bit DESTDIR="$pkgdir" install-lib-shared
+  install -dm 755 "${pkgdir}"/usr/lib
+  make -C ${pkgbase}-10bit DESTDIR="${pkgdir}" install-lib-shared
 }
+
+# vim: ts=2 sw=2 et:


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

2016-02-15 Thread Maxime Gauduin
Date: Monday, February 15, 2016 @ 23:23:59
  Author: alucryd
Revision: 161715

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

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

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

Copied: ffms2/repos/community-staging-i686/PKGBUILD (from rev 161714, 
ffms2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-15 22:23:59 UTC (rev 161715)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.22
+pkgrel=2
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'
+  'libffms2.so')
+source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
+sha256sums=('7c5202fa2e49186fb3bb815e5b12ca71f05ec09cb707ffd9465852e21a06fdad')
+
+build() {
+  cd ffms2-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-avresample \
+--enable-shared \
+--disable-static
+  make
+}
+
+package() {
+  cd ffms2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
+  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-staging-x86_64/PKGBUILD (from rev 161714, 
ffms2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-15 22:23:59 UTC (rev 161715)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.22
+pkgrel=2
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'
+  'libffms2.so')
+source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
+sha256sums=('7c5202fa2e49186fb3bb815e5b12ca71f05ec09cb707ffd9465852e21a06fdad')
+
+build() {
+  cd ffms2-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-avresample \
+--enable-shared \
+--disable-static
+  make
+}
+
+package() {
+  cd ffms2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
+  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:


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

2016-02-15 Thread Maxime Gauduin
Date: Monday, February 15, 2016 @ 23:23:43
  Author: alucryd
Revision: 161714

ffmpeg 3.0 rebuild: ffms2 2.22-2

Modified:
  ffms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 22:01:55 UTC (rev 161713)
+++ PKGBUILD2016-02-15 22:23:43 UTC (rev 161714)
@@ -3,7 +3,7 @@
 
 pkgname=ffms2
 pkgver=2.22
-pkgrel=1
+pkgrel=2
 pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
 arch=('i686' 'x86_64')
 url='https://github.com/FFMS/ffms2'


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

2016-02-15 Thread Maxime Gauduin
Date: Monday, February 15, 2016 @ 23:12:56
  Author: alucryd
Revision: 259348

upgpkg: ffmpeg 1:3.0-1

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 21:35:26 UTC (rev 259347)
+++ PKGBUILD2016-02-15 22:12:56 UTC (rev 259348)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=2.8.6
-pkgrel=2
+pkgver=3.0
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
   'libswscale.so')
 source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('40611e329bc354592c6f8f1deb033c31b91f80e91f5707ca4f9afceca78d8e62'
+sha256sums=('f19ff77a2f7f736a41dd1499eef4784bf3cb7461f07c13a268164823590113c0'
 'SKIP')
 
 build() {


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

2016-02-15 Thread Maxime Gauduin
Date: Monday, February 15, 2016 @ 23:13:13
  Author: alucryd
Revision: 259349

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

Added:
  ffmpeg/repos/staging-i686/
  ffmpeg/repos/staging-i686/PKGBUILD
(from rev 259348, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/staging-x86_64/
  ffmpeg/repos/staging-x86_64/PKGBUILD
(from rev 259348, ffmpeg/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   88 ++
 staging-x86_64/PKGBUILD |   88 ++
 2 files changed, 176 insertions(+)

Copied: ffmpeg/repos/staging-i686/PKGBUILD (from rev 259348, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-15 22:13:13 UTC (rev 259349)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=3.0
+pkgrel=1
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
+ 'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
+ 'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg'
+ 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+ 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
+ 'libvpx.so' 'libx264.so' 'libx265.so')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA filters')
+provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
+  'libswscale.so')
+source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
+sha256sums=('f19ff77a2f7f736a41dd1499eef4784bf3cb7461f07c13a268164823590113c0'
+'SKIP')
+
+build() {
+  cd ffmpeg-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-ladspa \
+--enable-libass \
+--enable-libbluray \
+--enable-libdcadec \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-libschroedinger \
+--enable-libsoxr \
+--enable-libspeex \
+--enable-libssh \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvidstab \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libwebp \
+--enable-libx264 \
+--enable-libx265 \
+--enable-libxvid \
+--enable-shared \
+--enable-version3 \
+--enable-x11grab
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd ffmpeg-${pkgver}
+
+  make DESTDIR="${pkgdir}" install install-man
+  install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/
+}
+
+# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/staging-x86_64/PKGBUILD (from rev 259348, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-02-15 22:13:13 UTC (rev 259349)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=3.0
+pkgrel=1
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
+ 'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
+ 'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg'
+ 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+ 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
+ 'libvpx.so' 'libx264.so' 'libx265.so')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA filters')
+provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+  

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

2016-02-15 Thread Antonio Rojas
Date: Monday, February 15, 2016 @ 23:01:55
  Author: arojas
Revision: 161713

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

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

--+
 /PKGBUILD|   80 +
 /kphotoalbum.install |   24 +
 community-i686/PKGBUILD  |   40 
 community-i686/kphotoalbum.install   |   12 
 community-x86_64/PKGBUILD|   40 
 community-x86_64/kphotoalbum.install |   12 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-15 22:00:38 UTC (rev 161712)
+++ community-i686/PKGBUILD 2016-02-15 22:01:55 UTC (rev 161713)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Andrea Scarpino 
-# Contributor: Gilles CHAUVIN 
-# Contributor: Jonathan Schaeffer 
-# Contributor: chfoxli 
-
-pkgname=kphotoalbum
-pkgver=4.6.2
-pkgrel=4
-pkgdesc="KDE Photo Album, picture collection manager"
-url="http://www.kphotoalbum.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('kdebase-runtime' 'libkipi4' 'libkdcraw4' 'libkface4' 'libkgeomap4')
-makedepends=('cmake' 'automoc4' 'kdemultimedia-mplayerthumbs')
-optdepends=('kipi-plugins: add extra functionality'
-   'kdemultimedia-mplayerthumbs: video thumbnails')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('54c256a1943a632f7ff68126dc985e7f434e7b18c762ae40a49181b9d85f34fb')
-
-build() {
-# workaround build failure
-  mv $pkgname-$pkgver $pkgname
-
-  mkdir build
-  cd build
-
-  cmake ../${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kphotoalbum/repos/community-i686/PKGBUILD (from rev 161712, 
kphotoalbum/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-15 22:01:55 UTC (rev 161713)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Gilles CHAUVIN 
+# Contributor: Jonathan Schaeffer 
+# Contributor: chfoxli 
+
+pkgname=kphotoalbum
+pkgver=4.7
+pkgrel=1
+pkgdesc="KDE Photo Album, picture collection manager"
+url="http://www.kphotoalbum.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('kdebase-runtime' 'libkipi4' 'libkdcraw4' 'libkface4' 'libkgeomap4')
+makedepends=('cmake' 'automoc4' 'kdemultimedia-mplayerthumbs')
+optdepends=('kipi-plugins: add extra functionality'
+   'kdemultimedia-mplayerthumbs: video thumbnails')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('8b33cbe995b652740ee965b907abb96689588c1eac36340d9ace646d3018735d')
+
+build() {
+# workaround build failure
+#  mv $pkgname-$pkgver $pkgname
+
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/kphotoalbum.install
===
--- community-i686/kphotoalbum.install  2016-02-15 22:00:38 UTC (rev 161712)
+++ community-i686/kphotoalbum.install  2016-02-15 22:01:55 UTC (rev 161713)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kphotoalbum/repos/community-i686/kphotoalbum.install (from rev 161712, 
kphotoalbum/trunk/kphotoalbum.install)
===
--- community-i686/kphotoalbum.install  (rev 0)
+++ community-i686/kphotoalbum.install  2016-02-15 22:01:55 UTC (rev 161713)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor 

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

2016-02-15 Thread Antonio Rojas
Date: Monday, February 15, 2016 @ 23:00:38
  Author: arojas
Revision: 161712

Update to 4.7

Modified:
  kphotoalbum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 20:53:15 UTC (rev 161711)
+++ PKGBUILD2016-02-15 22:00:38 UTC (rev 161712)
@@ -6,8 +6,8 @@
 # Contributor: chfoxli 
 
 pkgname=kphotoalbum
-pkgver=4.6.2
-pkgrel=4
+pkgver=4.7
+pkgrel=1
 pkgdesc="KDE Photo Album, picture collection manager"
 url="http://www.kphotoalbum.org/;
 arch=('i686' 'x86_64')
@@ -18,16 +18,16 @@
'kdemultimedia-mplayerthumbs: video thumbnails')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('54c256a1943a632f7ff68126dc985e7f434e7b18c762ae40a49181b9d85f34fb')
+sha256sums=('8b33cbe995b652740ee965b907abb96689588c1eac36340d9ace646d3018735d')
 
 build() {
 # workaround build failure
-  mv $pkgname-$pkgver $pkgname
+#  mv $pkgname-$pkgver $pkgname
 
   mkdir build
   cd build
 
-  cmake ../${pkgname} \
+  cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make


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

2016-02-15 Thread Antonio Rojas
Date: Monday, February 15, 2016 @ 22:35:26
  Author: arojas
Revision: 259347

archrelease: copy trunk to extra-any

Added:
  smplayer-themes/repos/extra-any/PKGBUILD
(from rev 259346, smplayer-themes/trunk/PKGBUILD)
Deleted:
  smplayer-themes/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-15 21:34:23 UTC (rev 259346)
+++ PKGBUILD2016-02-15 21:35:26 UTC (rev 259347)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-pkgname=smplayer-themes
-pkgver=15.6.0
-pkgrel=1
-epoch=1
-pkgdesc="Themes for SMPlayer"
-arch=('any')
-url="http://smplayer.sourceforge.net/;
-license=('GPL')
-depends=('smplayer')
-makedepends=('optipng')
-source=(http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2)
-md5sums=('d5c1889aea807a626c51dbb0a795a2a1')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix invalid PNG icons to work with libpng 1.6
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir/usr" install
-}

Copied: smplayer-themes/repos/extra-any/PKGBUILD (from rev 259346, 
smplayer-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-15 21:35:26 UTC (rev 259347)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+pkgname=smplayer-themes
+pkgver=15.12.0
+pkgrel=1
+epoch=1
+pkgdesc="Themes for SMPlayer"
+arch=('any')
+url="http://smplayer.sourceforge.net/;
+license=('GPL')
+depends=('smplayer')
+makedepends=('optipng')
+source=(http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2)
+md5sums=('70aedf0e3228b338cc04846fda73b746')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix invalid PNG icons to work with libpng 1.6
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX="$pkgdir/usr" install
+}


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

2016-02-15 Thread Antonio Rojas
Date: Monday, February 15, 2016 @ 22:34:23
  Author: arojas
Revision: 259346

Update to 15.12.0

Modified:
  smplayer-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 21:09:08 UTC (rev 259345)
+++ PKGBUILD2016-02-15 21:34:23 UTC (rev 259346)
@@ -3,7 +3,7 @@
 # Contributor: Alessio 'mOLOk' Bolognino 
 
 pkgname=smplayer-themes
-pkgver=15.6.0
+pkgver=15.12.0
 pkgrel=1
 epoch=1
 pkgdesc="Themes for SMPlayer"
@@ -13,7 +13,7 @@
 depends=('smplayer')
 makedepends=('optipng')
 source=(http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2)
-md5sums=('d5c1889aea807a626c51dbb0a795a2a1')
+md5sums=('70aedf0e3228b338cc04846fda73b746')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-02-15 Thread Anatol Pomozov
Date: Monday, February 15, 2016 @ 22:09:08
  Author: anatolik
Revision: 259345

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

Added:
  vlc/repos/testing-i686/
  vlc/repos/testing-i686/PKGBUILD
(from rev 259344, vlc/trunk/PKGBUILD)
  vlc/repos/testing-i686/lua53_compat.patch
(from rev 259344, vlc/trunk/lua53_compat.patch)
  vlc/repos/testing-i686/vlc.install
(from rev 259344, vlc/trunk/vlc.install)
  vlc/repos/testing-x86_64/
  vlc/repos/testing-x86_64/PKGBUILD
(from rev 259344, vlc/trunk/PKGBUILD)
  vlc/repos/testing-x86_64/lua53_compat.patch
(from rev 259344, vlc/trunk/lua53_compat.patch)
  vlc/repos/testing-x86_64/vlc.install
(from rev 259344, vlc/trunk/vlc.install)

---+
 testing-i686/PKGBUILD |  108 
 testing-i686/lua53_compat.patch   |   30 ++
 testing-i686/vlc.install  |   18 ++
 testing-x86_64/PKGBUILD   |  108 
 testing-x86_64/lua53_compat.patch |   30 ++
 testing-x86_64/vlc.install|   18 ++
 6 files changed, 312 insertions(+)

Copied: vlc/repos/testing-i686/PKGBUILD (from rev 259344, vlc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-15 21:09:08 UTC (rev 259345)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
+arch=('i686' 'x86_64')
+url="http://www.videolan.org/vlc/;
+license=('LGPL2.1' 'GPL2')
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy'
+ 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska'
+ 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
+ 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar'
+ 'libxinerama')
+makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
+ 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2'
+ 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
+ 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
+ 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa')
+optdepends=('avahi: for service discovery using bonjour protocol'
+'libnotify: for notification plugin'
+'gtk2: for notify plugin'
+'ncurses: for ncurses interface support'
+'libdvdcss: for decoding encrypted DVDs'
+'lirc: for lirc plugin'
+'libavc1394: for devices using the 1394ta AV/C'
+'libdc1394: for IEEE 1394 plugin'
+'kdelibs: KDE Solid hardware integration'
+'libva-vdpau-driver: vdpau back-end for nvidia'
+'libva-intel-driver: back-end for intel cards'
+'libbluray: for Blu-Ray support'
+'flac: for Free Lossless Audio Codec plugin'
+'portaudio: for portaudio support'
+'twolame: for TwoLAME mpeg2 encoder plugin'
+'projectm: for ProjectM visualisation plugin'
+'libcaca: for colored ASCII art video output'
+'libgme: for libgme plugin'
+'librsvg: for SVG plugin'
+'gnome-vfs: for GNOME Virtual File System support'
+'libgoom2: for libgoom plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'aalib: for ASCII art plugin'
+'libmtp: for MTP devices support'
+'smbclient: for SMB access plugin'
+'libcdio: for audio CD playback support'
+'ttf-freefont: for subtitle font '
+'ttf-dejavu: for subtitle font'
+'opus: for opus support'
+'libssh2: for sftp support'
+'lua-socket: for http interface')
+conflicts=('vlc-plugin')
+replaces=('vlc-plugin')
+backup=('usr/share/vlc/lua/http/.hosts'
+'usr/share/vlc/lua/http/dialogs/.hosts')
+options=('!emptydirs')
+install=vlc.install
+source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
+"lua53_compat.patch")
+validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release 
Signing Key
+md5sums=('f98d60f0f59ef72b6e3407f2ff09bda6'
+ 'SKIP'
+ '96d3b346d9149ffb1b430066dfb6249a')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
+  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
+
+  patch -p1 < "${srcdir}/lua53_compat.patch"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" \
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --disable-rpath \
+ 

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

2016-02-15 Thread Anatol Pomozov
Date: Monday, February 15, 2016 @ 22:08:18
  Author: anatolik
Revision: 259344

upgpkg: vlc 2.2.2-1

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 20:14:15 UTC (rev 259343)
+++ PKGBUILD2016-02-15 21:08:18 UTC (rev 259344)
@@ -4,8 +4,8 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-pkgver=2.2.1
-pkgrel=13
+pkgver=2.2.2
+pkgrel=1
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/;
@@ -57,9 +57,11 @@
 'usr/share/vlc/lua/http/dialogs/.hosts')
 options=('!emptydirs')
 install=vlc.install
-source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;
+source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
 "lua53_compat.patch")
-md5sums=('42273945758b521c408fabc7fd6d9946'
+validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release 
Signing Key
+md5sums=('f98d60f0f59ef72b6e3407f2ff09bda6'
+ 'SKIP'
  '96d3b346d9149ffb1b430066dfb6249a')
 
 prepare() {


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

2016-02-15 Thread Ike Devolder
Date: Monday, February 15, 2016 @ 21:53:15
  Author: idevolder
Revision: 161711

archrelease: copy trunk to community-any

Added:
  closure-compiler/repos/community-any/PKGBUILD
(from rev 161710, closure-compiler/trunk/PKGBUILD)
Deleted:
  closure-compiler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-15 20:53:07 UTC (rev 161710)
+++ PKGBUILD2016-02-15 20:53:15 UTC (rev 161711)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bram Schoenmakers 
-pkgname=closure-compiler
-pkgver=20160201
-pkgrel=1
-pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
-arch=('any')
-url="https://developers.google.com/closure/compiler/;
-license=('APACHE')
-depends=('java-runtime')
-makedepends=('apache-ant' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
-
-LANG='en_US.UTF-8'
-
-build() {
-   cd "$pkgname-$pkgver"
-
-   ant jar
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-
-   ant test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   install -m755 -D build/compiler.jar 
"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
-   mkdir $pkgdir/usr/bin
-   echo '#!/bin/sh
-   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure"
-   chmod +x "$pkgdir/usr/bin/closure"
-}
-
-sha256sums=('a0074b54bf95ae530a508b9655d593a06c72f2a500cbf2079c790c06fb0ecbae')

Copied: closure-compiler/repos/community-any/PKGBUILD (from rev 161710, 
closure-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-15 20:53:15 UTC (rev 161711)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bram Schoenmakers 
+pkgname=closure-compiler
+pkgver=20160208
+pkgrel=1
+pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
+arch=('any')
+url="https://developers.google.com/closure/compiler/;
+license=('APACHE')
+depends=('java-runtime')
+makedepends=('apache-ant' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('c478e90974c06cf7aefb400b6f1628443c6d7a6fdcc263143bd0d258a4bec939')
+
+LANG='en_US.UTF-8'
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   ant jar
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+
+   ant test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   install -m755 -D build/compiler.jar 
"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
+   mkdir $pkgdir/usr/bin
+   echo '#!/bin/sh
+   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure"
+   chmod +x "$pkgdir/usr/bin/closure"
+}
+


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

2016-02-15 Thread Ike Devolder
Date: Monday, February 15, 2016 @ 21:53:07
  Author: idevolder
Revision: 161710

upgpkg: closure-compiler 20160208-1

Modified:
  closure-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 20:38:14 UTC (rev 161709)
+++ PKGBUILD2016-02-15 20:53:07 UTC (rev 161710)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 # Contributor: Bram Schoenmakers 
 pkgname=closure-compiler
-pkgver=20160201
+pkgver=20160208
 pkgrel=1
 pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
 arch=('any')
@@ -11,6 +11,7 @@
 depends=('java-runtime')
 makedepends=('apache-ant' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('c478e90974c06cf7aefb400b6f1628443c6d7a6fdcc263143bd0d258a4bec939')
 
 LANG='en_US.UTF-8'
 
@@ -36,4 +37,3 @@
chmod +x "$pkgdir/usr/bin/closure"
 }
 
-sha256sums=('a0074b54bf95ae530a508b9655d593a06c72f2a500cbf2079c790c06fb0ecbae')


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

2016-02-15 Thread Jelle van der Waa
Date: Monday, February 15, 2016 @ 21:38:14
  Author: jelle
Revision: 161709

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

Added:
  python-selenium/repos/community-i686/PKGBUILD
(from rev 161708, python-selenium/trunk/PKGBUILD)
  python-selenium/repos/community-x86_64/PKGBUILD
(from rev 161708, python-selenium/trunk/PKGBUILD)
Deleted:
  python-selenium/repos/community-i686/PKGBUILD
  python-selenium/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-15 20:37:59 UTC (rev 161708)
+++ community-i686/PKGBUILD 2016-02-15 20:38:14 UTC (rev 161709)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.50.1
-pkgrel=1
-pkgdesc="Python binding for Selenium Remote Control"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/selenium;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
-source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz;)
-md5sums=('c2dc97dab1bf499a57a5b665814c2e75')
-
-package_python-selenium() {
-  depends=('python')
-  cd "$srcdir/selenium-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-selenium() {
-  depends=('python2')
-  cd "$srcdir/selenium-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# check() takes too many dependencies to run

Copied: python-selenium/repos/community-i686/PKGBUILD (from rev 161708, 
python-selenium/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-15 20:38:14 UTC (rev 161709)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 'python2-selenium')
+pkgver=2.52.0
+pkgrel=1
+pkgdesc="Python binding for Selenium Remote Control"
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/selenium;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
+source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz;)
+md5sums=('671884a102b7c9653c5b19520cd9d516')
+
+package_python-selenium() {
+  depends=('python')
+  cd "$srcdir/selenium-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-selenium() {
+  depends=('python2')
+  cd "$srcdir/selenium-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# check() takes too many dependencies to run

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-15 20:37:59 UTC (rev 161708)
+++ community-x86_64/PKGBUILD   2016-02-15 20:38:14 UTC (rev 161709)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.50.1
-pkgrel=1
-pkgdesc="Python binding for Selenium Remote Control"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/selenium;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
-source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz;)
-md5sums=('c2dc97dab1bf499a57a5b665814c2e75')
-
-package_python-selenium() {
-  depends=('python')
-  cd "$srcdir/selenium-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-selenium() {
-  depends=('python2')
-  cd "$srcdir/selenium-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# check() takes too many dependencies to run

Copied: python-selenium/repos/community-x86_64/PKGBUILD (from rev 161708, 
python-selenium/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-15 20:38:14 UTC (rev 161709)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 'python2-selenium')
+pkgver=2.52.0
+pkgrel=1
+pkgdesc="Python binding for Selenium 

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

2016-02-15 Thread Jelle van der Waa
Date: Monday, February 15, 2016 @ 21:37:59
  Author: jelle
Revision: 161708

upgpkg: python-selenium 2.52.0-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 20:27:02 UTC (rev 161707)
+++ PKGBUILD2016-02-15 20:37:59 UTC (rev 161708)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.50.1
+pkgver=2.52.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
 
source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz;)
-md5sums=('c2dc97dab1bf499a57a5b665814c2e75')
+md5sums=('671884a102b7c9653c5b19520cd9d516')
 
 package_python-selenium() {
   depends=('python')


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

2016-02-15 Thread Anatol Pomozov
Date: Monday, February 15, 2016 @ 21:27:02
  Author: anatolik
Revision: 161707

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

Added:
  exfat-utils/repos/community-testing-i686/PKGBUILD
(from rev 161706, exfat-utils/trunk/PKGBUILD)
  exfat-utils/repos/community-testing-x86_64/PKGBUILD
(from rev 161706, exfat-utils/trunk/PKGBUILD)
Deleted:
  exfat-utils/repos/community-testing-i686/PKGBUILD
  exfat-utils/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-02-15 20:26:14 UTC (rev 161706)
+++ community-testing-i686/PKGBUILD 2016-02-15 20:27:02 UTC (rev 161707)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Alex 
-
-pkgname=exfat-utils
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="Utilities for exFAT file system"
-arch=('i686' 'x86_64')
-url="https://github.com/relan/exfat;
-license=('GPL2')
-depends=('glibc' 'fuse')
-source=("$pkgname-$pkgver.zip::https://github.com/relan/exfat/archive/v$pkgver.zip;)
-md5sums=('fd5c1ef6507290f2ff1802043deaab78')
-
-build() {
-  cd exfat-$pkgver
-
-  autoreconf -i
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin
-
-  make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
-}
-
-package() {
-  cd exfat-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  # Install man pages
-  install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"
-  install -m444 fsck/exfatfsck.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 mkfs/mkexfatfs.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 label/exfatlabel.8 "${pkgdir}/usr/share/man/man8"
-}

Copied: exfat-utils/repos/community-testing-i686/PKGBUILD (from rev 161706, 
exfat-utils/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-02-15 20:27:02 UTC (rev 161707)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Alex 
+
+pkgname=exfat-utils
+pkgver=1.2.3
+pkgrel=2
+pkgdesc="Utilities for exFAT file system"
+arch=('i686' 'x86_64')
+url="https://github.com/relan/exfat;
+license=('GPL2')
+depends=('glibc' 'fuse')
+conflicts=('fuse-exfat')
+provides=('fuse-exfat')
+replaces=('fuse-exfat')
+source=("$pkgname-$pkgver.zip::https://github.com/relan/exfat/archive/v$pkgver.zip;)
+md5sums=('fd5c1ef6507290f2ff1802043deaab78')
+
+build() {
+  cd exfat-$pkgver
+
+  autoreconf -i
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin
+
+  make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd exfat-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  # Install man pages
+  install -d "${pkgdir}/usr/share/man/man8/"
+  install -m444 dump/dumpexfat.8 fsck/exfatfsck.8 mkfs/mkexfatfs.8 
label/exfatlabel.8 fuse/mount.exfat-fuse.8 \
+  "${pkgdir}/usr/share/man/man8/"
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2016-02-15 20:26:14 UTC (rev 161706)
+++ community-testing-x86_64/PKGBUILD   2016-02-15 20:27:02 UTC (rev 161707)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Alex 
-
-pkgname=exfat-utils
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="Utilities for exFAT file system"
-arch=('i686' 'x86_64')
-url="https://github.com/relan/exfat;
-license=('GPL2')
-depends=('glibc' 'fuse')
-source=("$pkgname-$pkgver.zip::https://github.com/relan/exfat/archive/v$pkgver.zip;)
-md5sums=('fd5c1ef6507290f2ff1802043deaab78')
-
-build() {
-  cd exfat-$pkgver
-
-  autoreconf -i
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin
-
-  make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
-}
-
-package() {
-  cd exfat-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  # Install man pages
-  install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"
-  install -m444 fsck/exfatfsck.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 mkfs/mkexfatfs.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 label/exfatlabel.8 "${pkgdir}/usr/share/man/man8"
-}

Copied: exfat-utils/repos/community-testing-x86_64/PKGBUILD (from rev 161706, 
exfat-utils/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-02-15 20:27:02 UTC (rev 161707)
@@ 

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

2016-02-15 Thread Anatol Pomozov
Date: Monday, February 15, 2016 @ 21:26:14
  Author: anatolik
Revision: 161706

Replace fuse-exfat package

Its binaries and manpage now part of exfat-utils

Modified:
  exfat-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 19:47:57 UTC (rev 161705)
+++ PKGBUILD2016-02-15 20:26:14 UTC (rev 161706)
@@ -4,12 +4,15 @@
 
 pkgname=exfat-utils
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Utilities for exFAT file system"
 arch=('i686' 'x86_64')
 url="https://github.com/relan/exfat;
 license=('GPL2')
 depends=('glibc' 'fuse')
+conflicts=('fuse-exfat')
+provides=('fuse-exfat')
+replaces=('fuse-exfat')
 
source=("$pkgname-$pkgver.zip::https://github.com/relan/exfat/archive/v$pkgver.zip;)
 md5sums=('fd5c1ef6507290f2ff1802043deaab78')
 
@@ -29,8 +32,7 @@
   make DESTDIR="${pkgdir}" install
 
   # Install man pages
-  install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"
-  install -m444 fsck/exfatfsck.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 mkfs/mkexfatfs.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 label/exfatlabel.8 "${pkgdir}/usr/share/man/man8"
+  install -d "${pkgdir}/usr/share/man/man8/"
+  install -m444 dump/dumpexfat.8 fsck/exfatfsck.8 mkfs/mkexfatfs.8 
label/exfatlabel.8 fuse/mount.exfat-fuse.8 \
+  "${pkgdir}/usr/share/man/man8/"
 }


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

2016-02-15 Thread Jan Steffens
Date: Monday, February 15, 2016 @ 21:14:15
  Author: heftig
Revision: 259343

Drop KDBUS and EXFAT due to issues

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

---+
 PKGBUILD  |4 ++--
 config|   10 ++
 config.x86_64 |   10 ++
 3 files changed, 6 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 20:01:14 UTC (rev 259342)
+++ PKGBUILD2016-02-15 20:14:15 UTC (rev 259343)
@@ -28,8 +28,8 @@
 'SKIP'
 'c0218043e61da3921cd14579ae4a8774a6fdad91667a9fdb851d0a35f62edb48'
 'SKIP'
-'e38afc18d6429fb0bca0797c59bd16d26f0d17a3ab8263a118e2cf022db53416'
-'ecfe64d8ef8978d09d4165626b0eadf0fdec98291a2e46746166108e16b68bc2'
+'c6949a4c908cf0c78f56e260ed50cea6b563b3917dce847cc634fba0bac881bd'
+'bebbd90cda106fec97d34e552c799459063a7ee1c765f6c3d3a86219e22fffb9'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
 '80e92503e7a37776987fad55f7143e0bbf14d3b4df93e341798f9e0f3707c80e'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')

Modified: config
===
--- config  2016-02-15 20:01:14 UTC (rev 259342)
+++ config  2016-02-15 20:14:15 UTC (rev 259343)
@@ -70,7 +70,7 @@
 CONFIG_SYSVIPC_SYSCTL=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_POSIX_MQUEUE_SYSCTL=y
-CONFIG_KDBUS=y
+# CONFIG_KDBUS is not set
 CONFIG_CROSS_MEMORY_ATTACH=y
 CONFIG_FHANDLE=y
 # CONFIG_USELIB is not set
@@ -7140,13 +7140,7 @@
 CONFIG_VFAT_FS=m
 CONFIG_FAT_DEFAULT_CODEPAGE=437
 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
-CONFIG_EXFAT_FS=m
-CONFIG_EXFAT_DISCARD=y
-# CONFIG_EXFAT_DELAYED_SYNC is not set
-# CONFIG_EXFAT_KERNEL_DEBUG is not set
-# CONFIG_EXFAT_DEBUG_MSG is not set
-CONFIG_EXFAT_DEFAULT_CODEPAGE=437
-CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
+# CONFIG_EXFAT_FS is not set
 CONFIG_NTFS_FS=m
 # CONFIG_NTFS_DEBUG is not set
 CONFIG_NTFS_RW=y

Modified: config.x86_64
===
--- config.x86_64   2016-02-15 20:01:14 UTC (rev 259342)
+++ config.x86_64   2016-02-15 20:14:15 UTC (rev 259343)
@@ -73,7 +73,7 @@
 CONFIG_SYSVIPC_SYSCTL=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_POSIX_MQUEUE_SYSCTL=y
-CONFIG_KDBUS=y
+# CONFIG_KDBUS is not set
 CONFIG_CROSS_MEMORY_ATTACH=y
 CONFIG_FHANDLE=y
 # CONFIG_USELIB is not set
@@ -6877,13 +6877,7 @@
 CONFIG_VFAT_FS=m
 CONFIG_FAT_DEFAULT_CODEPAGE=437
 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
-CONFIG_EXFAT_FS=m
-CONFIG_EXFAT_DISCARD=y
-# CONFIG_EXFAT_DELAYED_SYNC is not set
-# CONFIG_EXFAT_KERNEL_DEBUG is not set
-# CONFIG_EXFAT_DEBUG_MSG is not set
-CONFIG_EXFAT_DEFAULT_CODEPAGE=437
-CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
+# CONFIG_EXFAT_FS is not set
 CONFIG_NTFS_FS=m
 # CONFIG_NTFS_DEBUG is not set
 CONFIG_NTFS_RW=y


  1   2   3   >