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

2015-12-16 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 21:38:40
  Author: arojas
Revision: 256679

Fix conflict with plasma-framework

Modified:
  kapptemplate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 17:53:39 UTC (rev 256678)
+++ PKGBUILD2015-12-16 20:38:40 UTC (rev 256679)
@@ -4,7 +4,7 @@
 
 pkgname=kapptemplate
 pkgver=15.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Template Generator'
 url='http://kde.org/applications/development/kapptemplate/'
 arch=('i686' 'x86_64')
@@ -31,4 +31,7 @@
 package() {
   cd build
   make DESTDIR="$pkgdir" install
+
+# Fix conflict with plasma-framework
+  rm "$pkgdir"/usr/share/kdevappwizard/templates/qml-plasmoid.tar.bz2
 }


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

2015-12-16 Thread Anatol Pomozov
Date: Wednesday, December 16, 2015 @ 18:27:37
  Author: anatolik
Revision: 153440

upgpkg: crash 7.1.4-1

Modified:
  crash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 17:15:35 UTC (rev 153439)
+++ PKGBUILD2015-12-16 17:27:37 UTC (rev 153440)
@@ -5,8 +5,8 @@
 # Contributor: Mathieu Pasquet 
 
 pkgname=crash
-pkgver=7.1.3
-pkgrel=2
+pkgver=7.1.4
+pkgrel=1
 pkgdesc='Linux kernel crashdump analysis tool'
 url='http://people.redhat.com/~anderson'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 license=(GPL)
 depends=(xz ncurses zlib)
 source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('58add564699f33f4bba7f0deed43f5dfef945e165e7cd9de495a34d8e8642dc9')
+sha256sums=('2c84b7d33cbf2145fc5af8064744a8496dd2383d63d51cd00f657f474a82434c')
 
 prepare() {
   cd crash-$pkgver


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

2015-12-16 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 21:39:12
  Author: arojas
Revision: 256680

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

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

-+
 /PKGBUILD   |   74 ++
 /kapptemplate.install   |   22 ++
 testing-i686/PKGBUILD   |   34 ---
 testing-i686/kapptemplate.install   |   11 -
 testing-x86_64/PKGBUILD |   34 ---
 testing-x86_64/kapptemplate.install |   11 -
 6 files changed, 96 insertions(+), 90 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-12-16 20:38:40 UTC (rev 256679)
+++ testing-i686/PKGBUILD   2015-12-16 20:39:12 UTC (rev 256680)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kapptemplate
-pkgver=15.12.0
-pkgrel=1
-pkgdesc='KDE Template Generator'
-url='http://kde.org/applications/development/kapptemplate/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kio' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdesdk-kapptemplate')
-conflicts=('kdesdk-kapptemplate')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz;)
-sha1sums=('35c5e5de2e1551775975c2616d19d23375f43ed4')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kapptemplate-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kapptemplate/repos/testing-i686/PKGBUILD (from rev 256679, 
kapptemplate/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-16 20:39:12 UTC (rev 256680)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapptemplate
+pkgver=15.12.0
+pkgrel=2
+pkgdesc='KDE Template Generator'
+url='http://kde.org/applications/development/kapptemplate/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kio' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdesdk-kapptemplate')
+conflicts=('kdesdk-kapptemplate')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz;)
+sha1sums=('35c5e5de2e1551775975c2616d19d23375f43ed4')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kapptemplate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Fix conflict with plasma-framework
+  rm "$pkgdir"/usr/share/kdevappwizard/templates/qml-plasmoid.tar.bz2
+}

Deleted: testing-i686/kapptemplate.install
===
--- testing-i686/kapptemplate.install   2015-12-16 20:38:40 UTC (rev 256679)
+++ testing-i686/kapptemplate.install   2015-12-16 20:39:12 UTC (rev 256680)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kapptemplate/repos/testing-i686/kapptemplate.install (from rev 256679, 
kapptemplate/trunk/kapptemplate.install)
===
--- testing-i686/kapptemplate.install   (rev 0)
+++ testing-i686/kapptemplate.install   2015-12-16 20:39:12 UTC (rev 256680)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2015-12-16 20:38:40 UTC (rev 256679)
+++ 

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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:15:58
  Author: fyan
Revision: 256682

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 256681, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-16 21:15:39 UTC (rev 256681)
+++ PKGBUILD2015-12-16 21:15:58 UTC (rev 256682)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=19.0
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
-source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('83700a0eb4ee6b4aaeae2438fab94c9de31ff93d2d8f86eeefa388edb7464d7d54390ce8cd185f2582714a09dbf7c001aadc27af8628b4cd08c60e9725bf94cb')
-
-prepare() {
-  # We ship separated python{,2}-packaging packages.
-  rm -r setuptools-${pkgver}/pkg_resources/_vendor
-
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd "${srcdir}"/setuptools-${pkgver}
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "${srcdir}/setuptools-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "${srcdir}/setuptools-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 256681, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-16 21:15:58 UTC (rev 256682)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=19.1
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
+source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('6bbd90778f587967ed2e3f09258ffc1ff2992127d775194df4f57b35215bea0b8a3603be04a1071c1c95ab769f4f1b17921d86335910f03c52856f48109c6996')
+
+prepare() {
+  # We ship separated python{,2}-packaging packages.
+  rm -r setuptools-${pkgver}/pkg_resources/_vendor
+
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd "${srcdir}"/setuptools-${pkgver}
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  

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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:15:39
  Author: fyan
Revision: 256681

upgpkg: python-setuptools 1:19.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 20:39:12 UTC (rev 256680)
+++ PKGBUILD2015-12-16 21:15:39 UTC (rev 256681)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=19.0
+pkgver=19.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -14,7 +14,7 @@
 makedepends=('python-packaging' 'python2-packaging')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
 
source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('83700a0eb4ee6b4aaeae2438fab94c9de31ff93d2d8f86eeefa388edb7464d7d54390ce8cd185f2582714a09dbf7c001aadc27af8628b4cd08c60e9725bf94cb')
+sha512sums=('6bbd90778f587967ed2e3f09258ffc1ff2992127d775194df4f57b35215bea0b8a3603be04a1071c1c95ab769f4f1b17921d86335910f03c52856f48109c6996')
 
 prepare() {
   # We ship separated python{,2}-packaging packages.


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

2015-12-16 Thread Anatol Pomozov
Date: Wednesday, December 16, 2015 @ 18:14:53
  Author: anatolik
Revision: 153438

upgpkg: fio 2.2.13-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 16:03:24 UTC (rev 153437)
+++ PKGBUILD2015-12-16 17:14:53 UTC (rev 153438)
@@ -4,8 +4,8 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.2.12
-pkgrel=2
+pkgver=2.2.13
+pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
 url='https://github.com/axboe/fio'
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('a11a6c6843500c7335599aa91c94af4a3a62374bc6f046f2e060e1c19f8fa89d')
+sha256sums=('d16a12639656aec1e7ef5c3e11b0069c65088c8ed1f03964c271e583bbc17c92')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in libkolab (kde-unstable)

2015-12-16 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 18:31:56
  Author: arojas
Revision: 256676

Cleanup

Deleted:
  libkolab/kde-unstable/


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

2015-12-16 Thread Anatol Pomozov
Date: Wednesday, December 16, 2015 @ 18:28:19
  Author: anatolik
Revision: 153441

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-16 17:27:37 UTC (rev 153440)
+++ community-i686/PKGBUILD 2015-12-16 17:28:19 UTC (rev 153441)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Bernhard Walle 
-# Contributor: Michael Eckert 
-# Contributor: Mathieu Pasquet 
-
-pkgname=crash
-pkgver=7.1.3
-pkgrel=2
-pkgdesc='Linux kernel crashdump analysis tool'
-url='http://people.redhat.com/~anderson'
-arch=(i686 x86_64)
-license=(GPL)
-depends=(xz ncurses zlib)
-source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('58add564699f33f4bba7f0deed43f5dfef945e165e7cd9de495a34d8e8642dc9')
-
-prepare() {
-  cd crash-$pkgver
-
-  make gdb_unzip
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
-}
-
-build() {
-  cd crash-$pkgver
-  make
-}
-
-package() {
-  cd crash-$pkgver
-
-  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
-  install crash "$pkgdir"/usr/bin/
-  install crash.8 "$pkgdir"/usr/share/man/man8/
-}

Copied: crash/repos/community-i686/PKGBUILD (from rev 153440, 
crash/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-16 17:28:19 UTC (rev 153441)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Bernhard Walle 
+# Contributor: Michael Eckert 
+# Contributor: Mathieu Pasquet 
+
+pkgname=crash
+pkgver=7.1.4
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='http://people.redhat.com/~anderson'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(xz ncurses zlib)
+source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('2c84b7d33cbf2145fc5af8064744a8496dd2383d63d51cd00f657f474a82434c')
+
+prepare() {
+  cd crash-$pkgver
+
+  make gdb_unzip
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
+}
+
+build() {
+  cd crash-$pkgver
+  make
+}
+
+package() {
+  cd crash-$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
+  install crash "$pkgdir"/usr/bin/
+  install crash.8 "$pkgdir"/usr/share/man/man8/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-16 17:27:37 UTC (rev 153440)
+++ community-x86_64/PKGBUILD   2015-12-16 17:28:19 UTC (rev 153441)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Bernhard Walle 
-# Contributor: Michael Eckert 
-# Contributor: Mathieu Pasquet 
-
-pkgname=crash
-pkgver=7.1.3
-pkgrel=2
-pkgdesc='Linux kernel crashdump analysis tool'
-url='http://people.redhat.com/~anderson'
-arch=(i686 x86_64)
-license=(GPL)
-depends=(xz ncurses zlib)
-source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('58add564699f33f4bba7f0deed43f5dfef945e165e7cd9de495a34d8e8642dc9')
-
-prepare() {
-  cd crash-$pkgver
-
-  make gdb_unzip
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
-}
-
-build() {
-  cd crash-$pkgver
-  make
-}
-
-package() {
-  cd crash-$pkgver
-
-  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
-  install crash "$pkgdir"/usr/bin/
-  install crash.8 "$pkgdir"/usr/share/man/man8/
-}

Copied: crash/repos/community-x86_64/PKGBUILD (from rev 153440, 
crash/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-16 17:28:19 UTC (rev 153441)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Bernhard Walle 
+# Contributor: Michael Eckert 
+# Contributor: Mathieu Pasquet 
+
+pkgname=crash
+pkgver=7.1.4
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'

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

2015-12-16 Thread Anatol Pomozov
Date: Wednesday, December 16, 2015 @ 18:15:35
  Author: anatolik
Revision: 153439

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

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

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

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

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-16 17:14:53 UTC (rev 153438)
+++ community-x86_64/PKGBUILD   2015-12-16 17:15:35 UTC (rev 153439)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.2.12
-pkgrel=2
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)

[arch-commits] Commit in libkolab/trunk (PKGBUILD fix-build.patch)

2015-12-16 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 18:53:39
  Author: arojas
Revision: 256678

Update to 1.0.2

Modified:
  libkolab/trunk/PKGBUILD
Deleted:
  libkolab/trunk/fix-build.patch

-+
 PKGBUILD|   19 +--
 fix-build.patch |   67 --
 2 files changed, 7 insertions(+), 79 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 17:39:27 UTC (rev 256677)
+++ PKGBUILD2015-12-16 17:53:39 UTC (rev 256678)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintaier: Antonio Rojas 
+# Maintainer: Antonio Rojas 
 # Contributor: Andrea Scarpino 
 
 pkgname=libkolab
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=2
 pkgdesc="Advanced Kolab Object Handling Library"
 url='http://git.kolab.org/libkolab/'
@@ -10,23 +10,18 @@
 arch=(i686 x86_64)
 license=(GPL)
 depends=(libkolabxml akonadi-notes akonadi-client kcontacts kcalutils)
-makedepends=(extra-cmake-modules kdoctools boost git)
-#source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg}
 'fix-build.patch')
-source=("git+https://git.kolab.org/diffusion/LK/libkolab.git#tag=libkolab-1.0.1;
 'fix-build.patch')
-md5sums=('SKIP'
- '46198b207b39d9f067812ce10114ab19')
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg})
+md5sums=('312f35920989fd115386ee256fe78ba2'
+ '9c829ce9983b3c8cbab9ce833c982924')
 
 prepare() {
   mkdir -p build
-
-# Fix build against kcontacts 15.08
-  cd $pkgname
-  patch -p1 -i "$srcdir"/fix-build.patch
 }
 
 build() {
   cd build
-  cmake ../$pkgname \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make

Deleted: fix-build.patch
===
--- fix-build.patch 2015-12-16 17:39:27 UTC (rev 256677)
+++ fix-build.patch 2015-12-16 17:53:39 UTC (rev 256678)
@@ -1,67 +0,0 @@
-diff --git a/conversion/kabcconversion.cpp b/conversion/kabcconversion.cpp
 a/conversion/kabcconversion.cpp
-+++ b/conversion/kabcconversion.cpp
-@@ -488,7 +488,9 @@
-   addressee.setTitle(fromStdString(contact.titles().at(0))); //TODO 
support multiple
-   }
-   if (!contact.urls().empty()) {
--  addressee.setUrl(QUrl(fromStdString(contact.urls().at(0).url(; 
//TODO support multiple
-+  KContacts::ResourceLocatorUrl url;
-+  url.setUrl(QUrl(fromStdString(contact.urls().at(0).url(; //TODO 
support multiple
-+  addressee.setUrl(url);
-   foreach(const Kolab::Url , contact.urls()) {
-   if (u.type() == Kolab::Url::Blog) {
-   addressee.insertCustom("KADDRESSBOOK", "BlogFeed", 
fromStdString(u.url()));
-@@ -664,8 +666,8 @@
- }
- 
- std::vector urls;
--if (!addressee.url().isEmpty()) {
--urls.push_back(Kolab::Url(toStdString(addressee.url().url(;
-+if (!addressee.url().url().isEmpty()) {
-+urls.push_back(Kolab::Url(toStdString(addressee.url().url().url(;
- }   
- const QString  = addressee.custom(QLatin1String("KADDRESSBOOK"), 
QLatin1String("BlogFeed"));
- if (!blogUrl.isEmpty()) {
-@@ -703,7 +705,7 @@
- c.setRelateds(std::vector() << 
Kolab::Related(Kolab::Related::Text, toStdString(spouse), 
Kolab::Related::Spouse));
- }
- c.setBDay(fromDate(KDateTime(addressee.birthday(), 
KDateTime::ClockTime)));
--c.setAnniversary(fromDate(KDateTime(QDate::fromString( 
addressee.custom(QLatin1String("KADDRESSBOOK"), 
QLatin1String("X-Anniversary")), Qt::ISODate ), KDateTime::ClockTime)));
-+c.setAnniversary(fromDate(KDateTime(QDate::fromString( 
addressee.custom(QLatin1String("KADDRESSBOOK"), 
QLatin1String("X-Anniversary")), Qt::ISODate ), 
KDateTime::Spec(KDateTime::ClockTime;
- if (!addressee.photo().isEmpty()) {
- std::string mimetype;
- const std::string  = fromPicture(addressee.photo(), mimetype);
-diff --git a/kolabformatV2/contact.cpp b/kolabformatV2/contact.cpp
 a/kolabformatV2/contact.cpp
-+++ b/kolabformatV2/contact.cpp
-@@ -947,7 +947,7 @@
-   setPrefix( addressee->prefix() );
-   setSuffix( addressee->suffix() );
-   setOrganization( addressee->organization() );
--  setWebPage( addressee->url().url() );
-+  setWebPage( addressee->url().url().url() );
-   setIMAddress( addressee->custom( "KADDRESSBOOK", "X-IMAddress" ) );
-   setDepartment( addressee->department());
-   setOfficeLocation( addressee->custom( "KADDRESSBOOK", "X-Office" ) );
-@@ -1082,15 +1082,18 @@
- {
-   // TODO: This needs the same set of TODOs as the setFields method
-   KolabBase::saveTo( addressee );
-+  KContacts::ResourceLocatorUrl url;
-+
-+  url.setUrl(QUrl(webPage()));
- 
-   addressee->setGivenName( givenName() );
-   addressee->setAdditionalName( middleNames() );
-   addressee->setFamilyName( lastName() );
-   

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

2015-12-16 Thread Anatol Pomozov
Date: Wednesday, December 16, 2015 @ 17:44:32
  Author: anatolik
Revision: 256488

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

Added:
  ruby/repos/extra-i686/PKGBUILD
(from rev 256487, ruby/trunk/PKGBUILD)
  ruby/repos/extra-i686/gemrc
(from rev 256487, ruby/trunk/gemrc)
  ruby/repos/extra-i686/ruby.install
(from rev 256487, ruby/trunk/ruby.install)
  ruby/repos/extra-x86_64/PKGBUILD
(from rev 256487, ruby/trunk/PKGBUILD)
  ruby/repos/extra-x86_64/gemrc
(from rev 256487, ruby/trunk/gemrc)
  ruby/repos/extra-x86_64/ruby.install
(from rev 256487, ruby/trunk/ruby.install)
Deleted:
  ruby/repos/extra-i686/PKGBUILD
  ruby/repos/extra-i686/gemrc
  ruby/repos/extra-i686/ruby.install
  ruby/repos/extra-x86_64/PKGBUILD
  ruby/repos/extra-x86_64/gemrc
  ruby/repos/extra-x86_64/ruby.install

---+
 /PKGBUILD |  144 
 /gemrc|   10 +++
 /ruby.install |   44 +
 extra-i686/PKGBUILD   |   72 --
 extra-i686/gemrc  |5 -
 extra-i686/ruby.install   |   22 --
 extra-x86_64/PKGBUILD |   72 --
 extra-x86_64/gemrc|5 -
 extra-x86_64/ruby.install |   22 --
 9 files changed, 198 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-16 16:43:48 UTC (rev 256487)
+++ extra-i686/PKGBUILD 2015-12-16 16:44:32 UTC (rev 256488)
@@ -1,72 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Contributor: Allan McRae 
-# Contributor: John Proctor 
-# Contributor: Jeramy Rutley 
-
-pkgname=(ruby ruby-docs)
-pkgver=2.2.3
-pkgrel=1
-arch=(i686 x86_64)
-url='http://www.ruby-lang.org/en/'
-license=(BSD custom)
-makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
-options=(!emptydirs)
-source=(http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz
-gemrc)
-sha1sums=('cff5421e3a7f6dbe72009ef44164d4b9e6d1801f'
-  'dc536754c8fac2c3d82965c5a708cd8f79562d98')
-
-build() {
-  cd ruby-${pkgver}
-
-  PKG_CONFIG=/usr/bin/pkg-config ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sharedstatedir=/var/lib \
---libexecdir=/usr/lib/ruby \
---enable-shared \
---disable-rpath \
---with-dbm-type=gdbm_compat
-
-  make
-}
-
-check() {
-  cd ruby-${pkgver}
-
-  make test
-}
-
-package_ruby() {
-  pkgdesc='An object-oriented language for quick and easy programming'
-  depends=(gdbm openssl libffi libyaml gmp zlib)
-  optdepends=(
-  'ruby-docs: Ruby documentation'
-  'tk: for Ruby/TK'
-  )
-  provides=(rubygems rake)
-  conflicts=(rake)
-  backup=(etc/gemrc)
-  install=ruby.install
-
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
-}
-
-package_ruby-docs() {
-  pkgdesc='Documentation files for ruby'
-
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-doc install-capi
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
-}

Copied: ruby/repos/extra-i686/PKGBUILD (from rev 256487, ruby/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-16 16:44:32 UTC (rev 256488)
@@ -0,0 +1,72 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=(ruby ruby-docs)
+pkgver=2.2.4
+pkgrel=1
+arch=(i686 x86_64)
+url='http://www.ruby-lang.org/en/'
+license=(BSD custom)
+makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz
+gemrc)
+sha1sums=('9216cf34df7fd5ce8059a6403951d6d47964442a'
+  'dc536754c8fac2c3d82965c5a708cd8f79562d98')
+
+build() {
+  cd ruby-${pkgver}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=(gdbm openssl libffi libyaml gmp zlib)
+  optdepends=(
+  'ruby-docs: Ruby documentation'
+  'tk: for Ruby/TK'
+  )
+  

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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:31:01
  Author: fyan
Revision: 153449

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

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

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

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

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

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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:30:30
  Author: fyan
Revision: 153448

upgpkg: nodejs 5.3.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 21:29:25 UTC (rev 153447)
+++ PKGBUILD2015-12-16 21:30:30 UTC (rev 153448)
@@ -9,7 +9,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=5.2.0
+pkgver=5.3.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 makedepends=('python2' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;)
-sha256sums=('5df5682f9fdd8e747f652e0b09fed46478a1e3df159797852787a074b8787664')
+sha256sums=('cc05ff06149c638345835788f448471d264a7e011bf083394f86d5be51975c7e')
 
 prepare() {
   cd node-v$pkgver


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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:40:29
  Author: fyan
Revision: 153454

upgpkg: haskell-monad-logger 0.3.16-2

rebuild with auto-update-0.1.3, http-client-0.4.26.1

Modified:
  haskell-monad-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 21:35:45 UTC (rev 153453)
+++ PKGBUILD2015-12-16 21:40:29 UTC (rev 153454)
@@ -5,7 +5,7 @@
 _hkgname=monad-logger
 pkgname=haskell-monad-logger
 pkgver=0.3.16
-pkgrel=1
+pkgrel=2
 pkgdesc="A class of monads which can log messages."
 url="https://github.com/kazu-yamamoto/logger;
 license=("MIT")


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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 23:07:55
  Author: fyan
Revision: 153462

upgpkg: haskell-persistent-template 2.1.4-8

rebuild with auto-update-0.1.3, http-client-0.4.26.1

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 21:50:46 UTC (rev 153461)
+++ PKGBUILD2015-12-16 22:07:55 UTC (rev 153462)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.1.4
-pkgrel=7
+pkgrel=8
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 23:23:33
  Author: fyan
Revision: 153466

upgpkg: gost 2.0rc-1

- update dependency to makedepend on gcc-go only (thanks to new gcc-libs)
- apply our CFLAGS/LDFLAGS to go build

Added:
  gost/trunk/LICENSE
Modified:
  gost/trunk/PKGBUILD

--+
 LICENSE  |   22 ++
 PKGBUILD |   22 +++---
 2 files changed, 33 insertions(+), 11 deletions(-)

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 22:18:29 UTC (rev 153465)
+++ PKGBUILD2015-12-16 22:23:33 UTC (rev 153466)
@@ -2,16 +2,19 @@
 # Maintainer: Felix Yan 
 
 pkgname=gost
-pkgver=1.8
+pkgver=2.0rc
+_tag=2.0-rc
 pkgrel=1
 pkgdesc="GO Simple Tunnel"
 arch=('i686' 'x86_64')
 url="https://github.com/ginuerzh/gost;
 license=('MIT')
-depends=('gcc-go')
-makedepends=('git' 'mercurial')
-source=("git+https://github.com/ginuerzh/gost.git#tag=v$pkgver;)
-md5sums=('SKIP')
+depends=('gcc-libs>=5.3.0-3')
+makedepends=('git' 'mercurial' 'gcc-go')
+source=("git+https://github.com/ginuerzh/gost.git#tag=$_tag;
+LICENSE)
+md5sums=('SKIP'
+ '24a6686f7498d7af0b51690f712dd618')
 
 prepare() {
   cd gost
@@ -20,10 +23,7 @@
   ln -sf "$PWD" .gopath/src/github.com/ginuerzh/gost
   export GOPATH="$PWD/.gopath"
 
-  go get github.com/ginuerzh/gosocks5
-  go get github.com/gorilla/websocket
-  go get github.com/shadowsocks/shadowsocks-go/shadowsocks
-  go get code.google.com/p/go-uuid/uuid
+  go get github.com/ginuerzh/gosocks5 github.com/gorilla/websocket 
github.com/shadowsocks/shadowsocks-go/shadowsocks 
code.google.com/p/go-uuid/uuid github.com/golang/glog
 }
 
 build() {
@@ -30,11 +30,11 @@
   cd gost
   export GOPATH="$PWD/.gopath"
 
-  go build
+  go build -gccgoflags "$CFLAGS $LDFLAGS"
 }
 
 package() {
   cd gost
   install -Dm755 gost "$pkgdir/usr/bin/gost"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 23:33:05
  Author: fyan
Revision: 153471

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

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

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

Copied: rclone/repos/community-testing-i686/PKGBUILD (from rev 153470, 
rclone/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-16 22:33:05 UTC (rev 153471)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=rclone
+pkgver=1.25
+pkgrel=2
+pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
+arch=('i686' 'x86_64')
+url="http://rclone.org/;
+license=('MIT')
+depends=('gcc-libs>=5.3.0-3')
+makedepends=('git' 'python2' 'pandoc' 'gcc-go')
+source=("git+https://github.com/ncw/rclone.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd rclone
+
+  sed -i "1s/python$/&2/" make_manual.py
+
+  mkdir -p .gopath/src/github.com/ncw
+  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/ncw/rclone
+}
+
+build() {
+  cd rclone
+
+  go build -gccgoflags "$CFLAGS $LDFLAGS"
+  make doc
+}
+
+check() {
+  cd rclone
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd rclone
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -t "$pkgdir/usr/share/doc/$pkgname" -m644 MANUAL.html MANUAL.txt
+}

Copied: rclone/repos/community-testing-x86_64/PKGBUILD (from rev 153470, 
rclone/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-16 22:33:05 UTC (rev 153471)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=rclone
+pkgver=1.25
+pkgrel=2
+pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
+arch=('i686' 'x86_64')
+url="http://rclone.org/;
+license=('MIT')
+depends=('gcc-libs>=5.3.0-3')
+makedepends=('git' 'python2' 'pandoc' 'gcc-go')
+source=("git+https://github.com/ncw/rclone.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd rclone
+
+  sed -i "1s/python$/&2/" make_manual.py
+
+  mkdir -p .gopath/src/github.com/ncw
+  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/ncw/rclone
+}
+
+build() {
+  cd rclone
+
+  go build -gccgoflags "$CFLAGS $LDFLAGS"
+  make doc
+}
+
+check() {
+  cd rclone
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd rclone
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -t "$pkgdir/usr/share/doc/$pkgname" -m644 MANUAL.html MANUAL.txt
+}


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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 23:33:36
  Author: fyan
Revision: 153472

upgpkg: haskell-esqueleto 2.4.1-8

rebuild with auto-update-0.1.3, http-client-0.4.26.1

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 22:33:05 UTC (rev 153471)
+++ PKGBUILD2015-12-16 22:33:36 UTC (rev 153472)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.4.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/prowdsponsor/esqueleto;
 license=("custom:BSD3")


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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:24:05
  Author: fyan
Revision: 153445

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-16 21:23:47 UTC (rev 153444)
+++ PKGBUILD2015-12-16 21:24:05 UTC (rev 153445)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: mutantmonkey 
-
-pkgbase=python-kombu
-pkgname=('python-kombu' 'python2-kombu')
-pkgver=3.0.30
-pkgrel=1
-pkgdesc='A messaging library for Python'
-arch=('any')
-url="http://kombu.readthedocs.org/;
-license=('BSD')
-options=('!emptydirs')
-makedepends=('python-anyjson' 'python2-anyjson' 'git')
-checkdepends=('python-redis' 'python2-redis' 'python-yaml' 'python2-yaml' 
'python-msgpack' 'python2-msgpack'
-  'python-boto' 'python2-boto' 'python-pycurl' 'python2-pycurl' 
'python-nose' 'python2-nose'
-  'python-amqp' 'python2-amqp' 'python-mock' 'python2-mock' 
'python-pymongo' 'python2-pymongo'
-  'python2-librabbitmq' 'python-couchdb' 'python2-couchdb' 
'python-sqlalchemy' 'python2-sqlalchemy')
-source=("git+https://github.com/celery/kombu.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a kombu{,-py2}
-}
-
-check() {
-  cd kombu
-  nosetests3 -v
-
-  cd ../kombu-py2
-  nosetests2 -v
-}
-
-package_python-kombu() {
-  depends=('python-amqp' 'python-anyjson')
-  optdepends=('python-pymongo: for MongoDB support'
-  'python-msgpack: for MessagePack support'
-  'python-pyro: for Pyro support'
-  'python-redis: for Redis support'
-  'python-sqlalchemy: for SQLAlchemy support'
-  'python-boto: for Amazon SQS support'
-  'python-yaml: for YAML support'
-  'python-pyzmq: for ZeroMQ support'
-  'python-couchdb: for CouchDB support')
-  # 'python-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python-kazoo: for Zookeeper support': Not packaged yet
-  # 'python-librabbitmq: C optimization for AMQP transport' Not 
available for python 3 yet
-  # 'python-beanstalkc: for Beanstalk Support' Not available for 
python 3 yet
-
-  cd "$srcdir/kombu"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-kombu() {
-  depends=('python2-amqp' 'python2-anyjson')
-  optdepends=('python2-pymongo: for MongoDB support'
-  'python2-msgpack: for MessagePack support'
-  'python2-pyro: for Pyro support'
-  'python2-redis: for Redis support'
-  'python2-sqlalchemy: for SQLAlchemy support'
-  'python2-boto: for Amazon SQS support'
-  'python2-yaml: for YAML support'
-  'python2-pyzmq: for ZeroMQ support'
-  'python2-librabbitmq: C optimization for AMQP transport'
-  'python2-couchdb: for CouchDB support')
-  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python2-kazoo: for Zookeeper support': Not packaged yet
-  # 'python2-beanstalkc: for Beanstalk Support' Not packaged yet
-
-  cd "$srcdir/kombu-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-kombu/repos/community-any/PKGBUILD (from rev 153444, 
python-kombu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-16 21:24:05 UTC (rev 153445)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-kombu
+pkgname=('python-kombu' 'python2-kombu')
+pkgver=3.0.31
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="http://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')
+makedepends=('python-anyjson' 'python2-anyjson' 'git')
+checkdepends=('python-redis' 'python2-redis' 'python-yaml' 'python2-yaml' 
'python-msgpack' 'python2-msgpack'
+  'python-boto' 'python2-boto' 'python-pycurl' 'python2-pycurl' 
'python-nose' 'python2-nose'
+  'python-amqp' 'python2-amqp' 'python-mock' 'python2-mock' 
'python-pymongo' 'python2-pymongo'
+  'python2-librabbitmq' 'python-couchdb' 'python2-couchdb' 
'python-sqlalchemy' 'python2-sqlalchemy')

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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:23:47
  Author: fyan
Revision: 153444

upgpkg: python-kombu 3.0.31-1

Modified:
  python-kombu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 21:22:03 UTC (rev 153443)
+++ PKGBUILD2015-12-16 21:23:47 UTC (rev 153444)
@@ -4,7 +4,7 @@
 
 pkgbase=python-kombu
 pkgname=('python-kombu' 'python2-kombu')
-pkgver=3.0.30
+pkgver=3.0.31
 pkgrel=1
 pkgdesc='A messaging library for Python'
 arch=('any')


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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:29:25
  Author: fyan
Revision: 153447

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

Added:
  haskell-auto-update/repos/community-staging-i686/
  haskell-auto-update/repos/community-staging-i686/PKGBUILD
(from rev 153446, haskell-auto-update/trunk/PKGBUILD)
  haskell-auto-update/repos/community-staging-i686/haskell-auto-update.install
(from rev 153446, haskell-auto-update/trunk/haskell-auto-update.install)
  haskell-auto-update/repos/community-staging-x86_64/
  haskell-auto-update/repos/community-staging-x86_64/PKGBUILD
(from rev 153446, haskell-auto-update/trunk/PKGBUILD)
  haskell-auto-update/repos/community-staging-x86_64/haskell-auto-update.install
(from rev 153446, haskell-auto-update/trunk/haskell-auto-update.install)

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

Copied: haskell-auto-update/repos/community-staging-i686/PKGBUILD (from rev 
153446, haskell-auto-update/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-16 21:29:25 UTC (rev 153447)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=auto-update
+pkgname=haskell-auto-update
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="Efficiently run periodic, on-demand actions"
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3d8e11271d9c0bacefd663143af60c530dd7483b70582bae56e64b6716891509')
+
+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-auto-update/repos/community-staging-i686/haskell-auto-update.install 
(from rev 153446, haskell-auto-update/trunk/haskell-auto-update.install)
===
--- community-staging-i686/haskell-auto-update.install  
(rev 0)
+++ community-staging-i686/haskell-auto-update.install  2015-12-16 21:29:25 UTC 
(rev 153447)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-auto-update
+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-auto-update/repos/community-staging-x86_64/PKGBUILD (from rev 
153446, haskell-auto-update/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-16 21:29:25 UTC (rev 153447)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=auto-update
+pkgname=haskell-auto-update
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="Efficiently run periodic, on-demand actions"
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)

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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:28:59
  Author: fyan
Revision: 153446

upgpkg: haskell-auto-update 0.1.3-1

Modified:
  haskell-auto-update/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 21:24:05 UTC (rev 153445)
+++ PKGBUILD2015-12-16 21:28:59 UTC (rev 153446)
@@ -4,8 +4,8 @@
 
 _hkgname=auto-update
 pkgname=haskell-auto-update
-pkgver=0.1.2.2
-pkgrel=2
+pkgver=0.1.3
+pkgrel=1
 pkgdesc="Efficiently run periodic, on-demand actions"
 url="https://github.com/yesodweb/wai;
 license=("MIT")
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('7b3000c330055d4059fe8d9ab044c29e3a57b4dc31b88ea386a75a886b6144db')
+sha256sums=('3d8e11271d9c0bacefd663143af60c530dd7483b70582bae56e64b6716891509')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:34:37
  Author: fyan
Revision: 153451

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

Added:
  haskell-http-client/repos/community-staging-i686/
  haskell-http-client/repos/community-staging-i686/PKGBUILD
(from rev 153450, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-i686/haskell-http-client.install
(from rev 153450, haskell-http-client/trunk/haskell-http-client.install)
  haskell-http-client/repos/community-staging-x86_64/
  haskell-http-client/repos/community-staging-x86_64/PKGBUILD
(from rev 153450, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-x86_64/haskell-http-client.install
(from rev 153450, haskell-http-client/trunk/haskell-http-client.install)

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

Copied: haskell-http-client/repos/community-staging-i686/PKGBUILD (from rev 
153450, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-16 21:34:37 UTC (rev 153451)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.4.26.1
+pkgrel=1
+pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-types"
+ "haskell-mime-types" "haskell-network" "haskell-network-uri" 
"haskell-random"
+ "haskell-streaming-commons" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('38c264cdc0ad0dcc1f0fbd11a2fa638b55f65476ebcee0bdd9309c38fb5f1047')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
+runhaskell Setup build
+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-http-client/repos/community-staging-i686/haskell-http-client.install 
(from rev 153450, haskell-http-client/trunk/haskell-http-client.install)
===
--- community-staging-i686/haskell-http-client.install  
(rev 0)
+++ community-staging-i686/haskell-http-client.install  2015-12-16 21:34:37 UTC 
(rev 153451)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client
+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-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 
153450, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-16 21:34:37 UTC (rev 153451)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 

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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:43:28
  Author: fyan
Revision: 153458

upgpkg: python-hypothesis 1.17.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 21:41:37 UTC (rev 153457)
+++ PKGBUILD2015-12-16 21:43:28 UTC (rev 153458)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=1.17.0
+pkgver=1.17.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')


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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:50:13
  Author: fyan
Revision: 153460

upgpkg: haskell-persistent 2.2.4-2

rebuild with auto-update-0.1.3, http-client-0.4.26.1

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 21:43:51 UTC (rev 153459)
+++ PKGBUILD2015-12-16 21:50:13 UTC (rev 153460)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:50:46
  Author: fyan
Revision: 153461

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

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

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

Copied: haskell-persistent/repos/community-staging-i686/PKGBUILD (from rev 
153460, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-16 21:50:46 UTC (rev 153461)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.2.4
+pkgrel=2
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ae56121abbef8ecca7aa7c62b2e77a47e583d4dded0f8e4bfe1cd6b1fea70bbe')
+
+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-nooverlap
+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-persistent/repos/community-staging-i686/haskell-persistent.install 
(from rev 153460, haskell-persistent/trunk/haskell-persistent.install)
===
--- community-staging-i686/haskell-persistent.install   
(rev 0)
+++ community-staging-i686/haskell-persistent.install   2015-12-16 21:50:46 UTC 
(rev 153461)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-persistent
+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-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
153460, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ 

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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 23:32:35
  Author: fyan
Revision: 153470

upgpkg: rclone 1.25-2

- update dependency to makedepend on gcc-go only (thanks to new gcc-libs)
- apply our CFLAGS/LDFLAGS to go build

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 22:24:54 UTC (rev 153469)
+++ PKGBUILD2015-12-16 22:32:35 UTC (rev 153470)
@@ -3,13 +3,13 @@
 
 pkgname=rclone
 pkgver=1.25
-pkgrel=1
+pkgrel=2
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
 arch=('i686' 'x86_64')
 url="http://rclone.org/;
 license=('MIT')
-depends=('gcc-go')
-makedepends=('git' 'python2' 'pandoc')
+depends=('gcc-libs>=5.3.0-3')
+makedepends=('git' 'python2' 'pandoc' 'gcc-go')
 source=("git+https://github.com/ncw/rclone.git#tag=v$pkgver;)
 md5sums=('SKIP')
 
@@ -28,7 +28,7 @@
 build() {
   cd rclone
 
-  go build
+  go build -gccgoflags "$CFLAGS $LDFLAGS"
   make doc
 }
 


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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:21:44
  Author: fyan
Revision: 153442

upgpkg: python-flaky 3.0.1-1

Modified:
  python-flaky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 17:28:19 UTC (rev 153441)
+++ PKGBUILD2015-12-16 21:21:44 UTC (rev 153442)
@@ -4,8 +4,8 @@
 pkgbase=python-flaky
 pkgname=('python-flaky' 'python2-flaky')
 _pypiname=flaky
-pkgver=3.0.0.20151215
-_commit=ac5604f3a4dcd0e97edc443ceaf73843663b0e4c
+pkgver=3.0.1
+_commit=990e89410b197bc093f8ebf0635c6d1d30fd5f80
 pkgrel=1
 pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
 arch=('any')
@@ -36,11 +36,11 @@
   python setup.py install --root="$PWD/tmp_install" --optimize=1
   (
 export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH"
-nosetests3 --with-flaky --exclude="pytest|test_nose_options_example" test/
-py.test -k 'example and not nose and not options' --doctest-modules test/
-py.test -p no:flaky test/test_flaky_pytest_plugin.py
-nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose_options_example.py
-py.test --force-flaky --max-runs 2 test/test_pytest_options_example.py
+nosetests3 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
+py.test -k 'example and not options' --doctest-modules test/test_pytest/
+py.test -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
+nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
+py.test --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
   )
 
   cd "$srcdir/$_pypiname-py2"
@@ -47,11 +47,11 @@
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
   (
 export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH"
-nosetests2 --with-flaky --exclude="pytest|test_nose_options_example" test/
-py.test2 -k 'example and not nose and not options' --doctest-modules test/
-py.test2 -p no:flaky test/test_flaky_pytest_plugin.py
-nosetests2 --with-flaky --force-flaky --max-runs 2 
test/test_nose_options_example.py
-py.test2 --force-flaky --max-runs 2 test/test_pytest_options_example.py
+nosetests2 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
+py.test2 -k 'example and not options' --doctest-modules test/test_pytest/
+py.test2 -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
+nosetests2 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
+py.test2 --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
   )
 }
 


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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:22:03
  Author: fyan
Revision: 153443

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-16 21:21:44 UTC (rev 153442)
+++ PKGBUILD2015-12-16 21:22:03 UTC (rev 153443)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-flaky
-pkgname=('python-flaky' 'python2-flaky')
-_pypiname=flaky
-pkgver=3.0.0.20151215
-_commit=ac5604f3a4dcd0e97edc443ceaf73843663b0e4c
-pkgrel=1
-pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
-arch=('any')
-license=('Apache')
-url='https://github.com/box/flaky'
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
-  'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
-source=("git+https://github.com/box/flaky.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a "${srcdir}/${_pypiname}"{,-py2}
-}
-
-build() {
-  cd "$srcdir/$_pypiname"
-  python setup.py build
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH"
-nosetests3 --with-flaky --exclude="pytest|test_nose_options_example" test/
-py.test -k 'example and not nose and not options' --doctest-modules test/
-py.test -p no:flaky test/test_flaky_pytest_plugin.py
-nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose_options_example.py
-py.test --force-flaky --max-runs 2 test/test_pytest_options_example.py
-  )
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH"
-nosetests2 --with-flaky --exclude="pytest|test_nose_options_example" test/
-py.test2 -k 'example and not nose and not options' --doctest-modules test/
-py.test2 -p no:flaky test/test_flaky_pytest_plugin.py
-nosetests2 --with-flaky --force-flaky --max-runs 2 
test/test_nose_options_example.py
-py.test2 --force-flaky --max-runs 2 test/test_pytest_options_example.py
-  )
-}
-
-package_python-flaky() {
-  depends=('python')
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-package_python2-flaky() {
-  depends=('python2')
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flaky/repos/community-any/PKGBUILD (from rev 153442, 
python-flaky/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-16 21:22:03 UTC (rev 153443)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-flaky
+pkgname=('python-flaky' 'python2-flaky')
+_pypiname=flaky
+pkgver=3.0.1
+_commit=990e89410b197bc093f8ebf0635c6d1d30fd5f80
+pkgrel=1
+pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
+arch=('any')
+license=('Apache')
+url='https://github.com/box/flaky'
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
+  'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
+source=("git+https://github.com/box/flaky.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a "${srcdir}/${_pypiname}"{,-py2}
+}
+
+build() {
+  cd "$srcdir/$_pypiname"
+  python setup.py build
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH"
+nosetests3 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
+py.test -k 'example and not options' --doctest-modules test/test_pytest/
+py.test -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
+nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
+py.test --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
+  )
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export 

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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:35:45
  Author: fyan
Revision: 153453

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

Added:
  haskell-fast-logger/repos/community-staging-i686/
  haskell-fast-logger/repos/community-staging-i686/PKGBUILD
(from rev 153452, haskell-fast-logger/trunk/PKGBUILD)
  haskell-fast-logger/repos/community-staging-i686/haskell-fast-logger.install
(from rev 153452, haskell-fast-logger/trunk/haskell-fast-logger.install)
  haskell-fast-logger/repos/community-staging-x86_64/
  haskell-fast-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 153452, haskell-fast-logger/trunk/PKGBUILD)
  haskell-fast-logger/repos/community-staging-x86_64/haskell-fast-logger.install
(from rev 153452, haskell-fast-logger/trunk/haskell-fast-logger.install)

--+
 community-staging-i686/PKGBUILD  |   46 +
 community-staging-i686/haskell-fast-logger.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   46 +
 community-staging-x86_64/haskell-fast-logger.install |   18 ++
 4 files changed, 128 insertions(+)

Copied: haskell-fast-logger/repos/community-staging-i686/PKGBUILD (from rev 
153452, haskell-fast-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-16 21:35:45 UTC (rev 153453)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fast-logger
+pkgname=haskell-fast-logger
+pkgver=2.4.1
+pkgrel=3
+pkgdesc="A fast logging system"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-auto-update" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e51218b5a00b8b5746fcbd1666262f9ae77b9daea5c4e351459a321c0c0a534e')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+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-fast-logger/repos/community-staging-i686/haskell-fast-logger.install 
(from rev 153452, haskell-fast-logger/trunk/haskell-fast-logger.install)
===
--- community-staging-i686/haskell-fast-logger.install  
(rev 0)
+++ community-staging-i686/haskell-fast-logger.install  2015-12-16 21:35:45 UTC 
(rev 153453)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-fast-logger
+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-fast-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
153452, haskell-fast-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-16 21:35:45 UTC (rev 153453)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fast-logger
+pkgname=haskell-fast-logger
+pkgver=2.4.1
+pkgrel=3
+pkgdesc="A fast logging system"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" 

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

2015-12-16 Thread Anatol Pomozov
Date: Wednesday, December 16, 2015 @ 23:29:41
  Author: anatolik
Revision: 256684

upgpkg: ethtool 1:4.2-1

Modified:
  ethtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 21:54:07 UTC (rev 256683)
+++ PKGBUILD2015-12-16 22:29:41 UTC (rev 256684)
@@ -4,7 +4,7 @@
 # Contributor: Martin Kemp 
 
 pkgname=ethtool
-pkgver=4.0
+pkgver=4.2
 pkgrel=1
 epoch=1
 pkgdesc="Utility for controlling network drivers and hardware"
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('glibc')
 
source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-md5sums=('37c77b02556255e4122c3636f75a8646'
+md5sums=('8433e71a256678d859ecc264132063c5'
  'SKIP')
 validpgpkeys=(AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109) # Ben Hutchings 

 


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

2015-12-16 Thread Anatol Pomozov
Date: Wednesday, December 16, 2015 @ 23:30:15
  Author: anatolik
Revision: 256685

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

Added:
  ethtool/repos/testing-i686/
  ethtool/repos/testing-i686/PKGBUILD
(from rev 256684, ethtool/trunk/PKGBUILD)
  ethtool/repos/testing-x86_64/
  ethtool/repos/testing-x86_64/PKGBUILD
(from rev 256684, ethtool/trunk/PKGBUILD)

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

Copied: ethtool/repos/testing-i686/PKGBUILD (from rev 256684, 
ethtool/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-16 22:30:15 UTC (rev 256685)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Martin Kemp 
+
+pkgname=ethtool
+pkgver=4.2
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('i686' 'x86_64')
+url="https://www.kernel.org/pub/software/network/ethtool/;
+license=('GPL')
+depends=('glibc')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+md5sums=('8433e71a256678d859ecc264132063c5'
+ 'SKIP')
+validpgpkeys=(AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109) # Ben Hutchings 

+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --mandir=/usr/share/man \
+--sbindir=/usr/bin
+make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}

Copied: ethtool/repos/testing-x86_64/PKGBUILD (from rev 256684, 
ethtool/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-16 22:30:15 UTC (rev 256685)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Martin Kemp 
+
+pkgname=ethtool
+pkgver=4.2
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('i686' 'x86_64')
+url="https://www.kernel.org/pub/software/network/ethtool/;
+license=('GPL')
+depends=('glibc')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+md5sums=('8433e71a256678d859ecc264132063c5'
+ 'SKIP')
+validpgpkeys=(AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109) # Ben Hutchings 

+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --mandir=/usr/share/man \
+--sbindir=/usr/bin
+make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}


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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:43:51
  Author: fyan
Revision: 153459

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-16 21:43:28 UTC (rev 153458)
+++ PKGBUILD2015-12-16 21:43:51 UTC (rev 153459)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=1.17.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
-  'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
-  'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
-  'python2-flaky')
-source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a hypothesis{,-py2}
-}
-
-build() {
-  cd "$srcdir/hypothesis"
-  python setup.py build
-
-  cd "$srcdir/hypothesis-py2"
-  python2 setup.py build
-}
-
-check() {(
-  # I dunno how to fix pytest w/django tests :/
-
-  cd "$srcdir/hypothesis"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python setup.py 
ptr
-
-  cd "$srcdir/hypothesis-py2"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python2 
setup.py ptr
-  ) || warning "Tests failed"
-}
-
-package_python-hypothesis() {
-  depends=('python')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-fake-factory: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-fake-factory: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 153458, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-16 21:43:51 UTC (rev 153459)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=1.17.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
+  'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
+  'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
+  'python2-flaky')
+source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a hypothesis{,-py2}
+}
+
+build() {
+  cd "$srcdir/hypothesis"
+  python setup.py build
+
+  cd "$srcdir/hypothesis-py2"
+  python2 setup.py build
+}
+
+check() {(
+  # I dunno how to fix pytest w/django tests :/
+
+  cd "$srcdir/hypothesis"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python setup.py 
ptr
+
+  cd "$srcdir/hypothesis-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python2 
setup.py ptr
+  ) || warning "Tests failed"
+}
+
+package_python-hypothesis() {
+  depends=('python')
+  optdepends=('python-pytz: for datetime and django module'
+  'python-fake-factory: for fakefactory and django module'
+  'python-django: for django module'
+  'python-numpy: for numpy module'
+  'python-pytest: for pytest module')
+
+  cd hypothesis
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-hypothesis() {
+  depends=('python2')
+  optdepends=('python2-pytz: for datetime and django module'
+  'python2-fake-factory: for fakefactory and django module'
+  'python2-django: for django module'
+

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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 23:09:40
  Author: fyan
Revision: 153463

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

Added:
  haskell-persistent-template/repos/community-staging-i686/
  haskell-persistent-template/repos/community-staging-i686/PKGBUILD
(from rev 153462, haskell-persistent-template/trunk/PKGBUILD)
  
haskell-persistent-template/repos/community-staging-i686/haskell-persistent-template.install
(from rev 153462, 
haskell-persistent-template/trunk/haskell-persistent-template.install)
  haskell-persistent-template/repos/community-staging-x86_64/
  haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD
(from rev 153462, haskell-persistent-template/trunk/PKGBUILD)
  
haskell-persistent-template/repos/community-staging-x86_64/haskell-persistent-template.install
(from rev 153462, 
haskell-persistent-template/trunk/haskell-persistent-template.install)

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

Copied: haskell-persistent-template/repos/community-staging-i686/PKGBUILD (from 
rev 153462, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-16 22:09:40 UTC (rev 153463)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.1.4
+pkgrel=8
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-extra" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
+ "haskell-persistent" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ed9e415d49288c7857febf978e4d97195c95113b9def30655894b48560999bce')
+
+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-persistent-template/repos/community-staging-i686/haskell-persistent-template.install
 (from rev 153462, 
haskell-persistent-template/trunk/haskell-persistent-template.install)
===
--- community-staging-i686/haskell-persistent-template.install  
(rev 0)
+++ community-staging-i686/haskell-persistent-template.install  2015-12-16 
22:09:40 UTC (rev 153463)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-persistent-template
+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-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 153462, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-16 22:09:40 UTC (rev 153463)
@@ -0,0 +1,45 

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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 23:24:24
  Author: fyan
Revision: 153468

upgpkg: mongodb-tools 3.2.0-2

- update dependency to makedepend on gcc-go only (thanks to new gcc-libs)
- apply our CFLAGS/LDFLAGS to go build

Modified:
  mongodb-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 22:24:02 UTC (rev 153467)
+++ PKGBUILD2015-12-16 22:24:24 UTC (rev 153468)
@@ -3,13 +3,13 @@
 
 pkgname=mongodb-tools
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The MongoDB tools provide import, export, and diagnostic 
capabilities."
 arch=('i686' 'x86_64')
 url="https://github.com/mongodb/mongo-tools;
 license=('Apache')
-depends=('libsasl' 'gcc-go')
-makedepends=('git')
+depends=('libsasl' 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'gcc-go')
 source=("git+https://github.com/mongodb/mongo-tools.git#tag=r$pkgver;)
 md5sums=('SKIP')
 
@@ -22,7 +22,7 @@
 build() {
   cd mongo-tools
   for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
-go build -o bin/$i -tags "ssl sasl" -gccgoflags "$(pkg-config --libs 
openssl)" $i/main/$i.go
+go build -o bin/$i -tags "ssl sasl" -gccgoflags "$(pkg-config --libs 
openssl) $CFLAGS $LDFLAGS" $i/main/$i.go
   done
 }
 


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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 23:24:02
  Author: fyan
Revision: 153467

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

Added:
  gost/repos/community-testing-i686/
  gost/repos/community-testing-i686/LICENSE
(from rev 153466, gost/trunk/LICENSE)
  gost/repos/community-testing-i686/PKGBUILD
(from rev 153466, gost/trunk/PKGBUILD)
  gost/repos/community-testing-x86_64/
  gost/repos/community-testing-x86_64/LICENSE
(from rev 153466, gost/trunk/LICENSE)
  gost/repos/community-testing-x86_64/PKGBUILD
(from rev 153466, gost/trunk/PKGBUILD)

---+
 community-testing-i686/LICENSE|   22 +++
 community-testing-i686/PKGBUILD   |   40 
 community-testing-x86_64/LICENSE  |   22 +++
 community-testing-x86_64/PKGBUILD |   40 
 4 files changed, 124 insertions(+)

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

Copied: gost/repos/community-testing-i686/PKGBUILD (from rev 153466, 
gost/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-16 22:24:02 UTC (rev 153467)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=gost
+pkgver=2.0rc
+_tag=2.0-rc
+pkgrel=1
+pkgdesc="GO Simple Tunnel"
+arch=('i686' 'x86_64')
+url="https://github.com/ginuerzh/gost;
+license=('MIT')
+depends=('gcc-libs>=5.3.0-3')
+makedepends=('git' 'mercurial' 'gcc-go')
+source=("git+https://github.com/ginuerzh/gost.git#tag=$_tag;
+LICENSE)
+md5sums=('SKIP'
+ '24a6686f7498d7af0b51690f712dd618')
+
+prepare() {
+  cd gost
+
+  mkdir -p .gopath/src/github.com/ginuerzh
+  ln -sf "$PWD" .gopath/src/github.com/ginuerzh/gost
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/ginuerzh/gosocks5 github.com/gorilla/websocket 
github.com/shadowsocks/shadowsocks-go/shadowsocks 
code.google.com/p/go-uuid/uuid github.com/golang/glog
+}
+
+build() {
+  cd gost
+  export GOPATH="$PWD/.gopath"
+
+  go build -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd gost
+  install -Dm755 gost "$pkgdir/usr/bin/gost"
+  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: gost/repos/community-testing-x86_64/LICENSE (from rev 153466, 
gost/trunk/LICENSE)
===
--- community-testing-x86_64/LICENSE(rev 0)
+++ community-testing-x86_64/LICENSE2015-12-16 22:24:02 UTC (rev 153467)
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 郑锐
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN 

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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:33:36
  Author: fyan
Revision: 153450

upgpkg: haskell-http-client 0.4.26.1-1

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 21:31:01 UTC (rev 153449)
+++ PKGBUILD2015-12-16 21:33:36 UTC (rev 153450)
@@ -4,7 +4,7 @@
 
 _hkgname=http-client
 pkgname=haskell-http-client
-pkgver=0.4.26
+pkgver=0.4.26.1
 pkgrel=1
 pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
 url="https://github.com/snoyberg/http-client;
@@ -17,7 +17,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('55d472e830a46c9002bffa921275584d5afa49e3b964e1dcce758579b2aa083d')
+sha256sums=('38c264cdc0ad0dcc1f0fbd11a2fa638b55f65476ebcee0bdd9309c38fb5f1047')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 23:34:09
  Author: fyan
Revision: 153473

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

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

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

Copied: haskell-esqueleto/repos/community-staging-i686/PKGBUILD (from rev 
153472, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-16 22:34:09 UTC (rev 153473)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.4.1
+pkgrel=8
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/prowdsponsor/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('12cc83bd2774906c29df20be8b77d11e0fc6efedadf208714494dc406cd8f7fd')
+
+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-mysql -f-postgresql
+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-esqueleto/repos/community-staging-i686/haskell-esqueleto.install (from 
rev 153472, haskell-esqueleto/trunk/haskell-esqueleto.install)
===
--- community-staging-i686/haskell-esqueleto.install
(rev 0)
+++ community-staging-i686/haskell-esqueleto.install2015-12-16 22:34:09 UTC 
(rev 153473)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-esqueleto
+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-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
153472, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-16 22:34:09 UTC (rev 153473)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.4.1
+pkgrel=8
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."

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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 23:24:54
  Author: fyan
Revision: 153469

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

Added:
  mongodb-tools/repos/community-testing-i686/
  mongodb-tools/repos/community-testing-i686/PKGBUILD
(from rev 153468, mongodb-tools/trunk/PKGBUILD)
  mongodb-tools/repos/community-testing-x86_64/
  mongodb-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 153468, mongodb-tools/trunk/PKGBUILD)

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

Copied: mongodb-tools/repos/community-testing-i686/PKGBUILD (from rev 153468, 
mongodb-tools/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-16 22:24:54 UTC (rev 153469)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=mongodb-tools
+pkgver=3.2.0
+pkgrel=2
+pkgdesc="The MongoDB tools provide import, export, and diagnostic 
capabilities."
+arch=('i686' 'x86_64')
+url="https://github.com/mongodb/mongo-tools;
+license=('Apache')
+depends=('libsasl' 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'gcc-go')
+source=("git+https://github.com/mongodb/mongo-tools.git#tag=r$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd mongo-tools
+  . ./set_gopath.sh
+  mkdir bin
+}
+
+build() {
+  cd mongo-tools
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
+go build -o bin/$i -tags "ssl sasl" -gccgoflags "$(pkg-config --libs 
openssl) $CFLAGS $LDFLAGS" $i/main/$i.go
+  done
+}
+
+package() {
+  cd mongo-tools
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
+install -Dm755 bin/$i "$pkgdir/usr/bin/$i"
+  done
+}

Copied: mongodb-tools/repos/community-testing-x86_64/PKGBUILD (from rev 153468, 
mongodb-tools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-16 22:24:54 UTC (rev 153469)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=mongodb-tools
+pkgver=3.2.0
+pkgrel=2
+pkgdesc="The MongoDB tools provide import, export, and diagnostic 
capabilities."
+arch=('i686' 'x86_64')
+url="https://github.com/mongodb/mongo-tools;
+license=('Apache')
+depends=('libsasl' 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'gcc-go')
+source=("git+https://github.com/mongodb/mongo-tools.git#tag=r$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd mongo-tools
+  . ./set_gopath.sh
+  mkdir bin
+}
+
+build() {
+  cd mongo-tools
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
+go build -o bin/$i -tags "ssl sasl" -gccgoflags "$(pkg-config --libs 
openssl) $CFLAGS $LDFLAGS" $i/main/$i.go
+  done
+}
+
+package() {
+  cd mongo-tools
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
+install -Dm755 bin/$i "$pkgdir/usr/bin/$i"
+  done
+}


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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:34:44
  Author: fyan
Revision: 153452

upgpkg: haskell-fast-logger 2.4.1-3

rebuild with auto-update-0.1.3

Modified:
  haskell-fast-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 21:34:37 UTC (rev 153451)
+++ PKGBUILD2015-12-16 21:34:44 UTC (rev 153452)
@@ -5,7 +5,7 @@
 _hkgname=fast-logger
 pkgname=haskell-fast-logger
 pkgver=2.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A fast logging system"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:41:02
  Author: fyan
Revision: 153455

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

Added:
  haskell-monad-logger/repos/community-staging-i686/
  haskell-monad-logger/repos/community-staging-i686/PKGBUILD
(from rev 153454, haskell-monad-logger/trunk/PKGBUILD)
  haskell-monad-logger/repos/community-staging-i686/haskell-monad-logger.install
(from rev 153454, haskell-monad-logger/trunk/haskell-monad-logger.install)
  haskell-monad-logger/repos/community-staging-x86_64/
  haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 153454, haskell-monad-logger/trunk/PKGBUILD)
  
haskell-monad-logger/repos/community-staging-x86_64/haskell-monad-logger.install
(from rev 153454, haskell-monad-logger/trunk/haskell-monad-logger.install)

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

Copied: haskell-monad-logger/repos/community-staging-i686/PKGBUILD (from rev 
153454, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-16 21:41:02 UTC (rev 153455)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.16
+pkgrel=2
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-exceptions" "haskell-fast-logger" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-loops" "haskell-mtl" 
"haskell-resourcet"
+ "haskell-stm" "haskell-stm-chans" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1ee1b69e5732dab1cd833e8f0ea8092dc4c82b6548e7a46669192f0c0c641622')
+
+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 \
+-ftemplate_haskell
+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-monad-logger/repos/community-staging-i686/haskell-monad-logger.install 
(from rev 153454, haskell-monad-logger/trunk/haskell-monad-logger.install)
===
--- community-staging-i686/haskell-monad-logger.install 
(rev 0)
+++ community-staging-i686/haskell-monad-logger.install 2015-12-16 21:41:02 UTC 
(rev 153455)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-monad-logger
+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-monad-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
153454, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-16 21:41:02 UTC (rev 153455)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# 

[arch-commits] Commit in haskell-http-client-tls/trunk (PKGBUILD)

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:41:07
  Author: fyan
Revision: 153456

upgpkg: haskell-http-client-tls 0.2.2-11

rebuild with auto-update-0.1.3, http-client-0.4.26.1

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 21:41:02 UTC (rev 153455)
+++ PKGBUILD2015-12-16 21:41:07 UTC (rev 153456)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.2.2
-pkgrel=10
+pkgrel=11
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


[arch-commits] Commit in haskell-http-client-tls/repos (6 files)

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 22:41:37
  Author: fyan
Revision: 153457

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

Added:
  haskell-http-client-tls/repos/community-staging-i686/
  haskell-http-client-tls/repos/community-staging-i686/PKGBUILD
(from rev 153456, haskell-http-client-tls/trunk/PKGBUILD)
  
haskell-http-client-tls/repos/community-staging-i686/haskell-http-client-tls.install
(from rev 153456, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)
  haskell-http-client-tls/repos/community-staging-x86_64/
  haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 153456, haskell-http-client-tls/trunk/PKGBUILD)
  
haskell-http-client-tls/repos/community-staging-x86_64/haskell-http-client-tls.install
(from rev 153456, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)

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

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
153456, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-16 21:41:37 UTC (rev 153457)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.2
+pkgrel=11
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-connection" "haskell-data-default-class" 
"haskell-http-client"
+ "haskell-network" "haskell-tls")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('451e5833a1f07fdc162fde4371ac92986932d5c38f9969ace7babb020bc80128')
+
+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-http-client-tls/repos/community-staging-i686/haskell-http-client-tls.install
 (from rev 153456, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)
===
--- community-staging-i686/haskell-http-client-tls.install  
(rev 0)
+++ community-staging-i686/haskell-http-client-tls.install  2015-12-16 
21:41:37 UTC (rev 153457)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client-tls
+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-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 153456, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-16 21:41:37 UTC (rev 153457)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.2
+pkgrel=11

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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 23:18:29
  Author: fyan
Revision: 153465

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 153464, pandoc/trunk/PKGBUILD)
  pandoc/repos/community-staging-i686/pandoc.install
(from rev 153464, pandoc/trunk/pandoc.install)
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 153464, pandoc/trunk/PKGBUILD)
  pandoc/repos/community-staging-x86_64/pandoc.install
(from rev 153464, pandoc/trunk/pandoc.install)

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

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 153464, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-16 22:18:29 UTC (rev 153465)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=1.15.2.1
+pkgrel=11
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("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-deepseq-generics" 
"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")
+optdepends=('haskell-pandoc-citeproc: for citation rendering with 
pandoc-citeproc filter')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('60bcb0e65ecb63953dd26d5aacf1a5df83700d116062ffaeffe9edbc9be6df59')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files
+runhaskell Setup build
+
+# LC_CTYPE=en_US.UTF-8 is needed since 1.15.1
+# https://github.com/jgm/pandoc/issues/2457#issuecomment-149146107
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/man/man1"
+install -d -m755 "${pkgdir}/usr/share/man/man5"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}

Copied: pandoc/repos/community-staging-i686/pandoc.install (from rev 153464, 
pandoc/trunk/pandoc.install)
===
--- community-staging-i686/pandoc.install   (rev 0)
+++ community-staging-i686/pandoc.install   2015-12-16 22:18:29 UTC (rev 
153465)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/pandoc
+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 

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

2015-12-16 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 23:17:57
  Author: fyan
Revision: 153464

upgpkg: pandoc 1.15.2.1-11

rebuild with auto-update-0.1.3, http-client-0.4.26.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 22:09:40 UTC (rev 153463)
+++ PKGBUILD2015-12-16 22:17:57 UTC (rev 153464)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=1.15.2.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


[arch-commits] Commit in deepin-gir-generator/repos (4 files)

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 03:07:32
  Author: fyan
Revision: 153500

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

Added:
  deepin-gir-generator/repos/community-testing-i686/
  deepin-gir-generator/repos/community-testing-i686/PKGBUILD
(from rev 153499, deepin-gir-generator/trunk/PKGBUILD)
  deepin-gir-generator/repos/community-testing-x86_64/
  deepin-gir-generator/repos/community-testing-x86_64/PKGBUILD
(from rev 153499, deepin-gir-generator/trunk/PKGBUILD)

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

Copied: deepin-gir-generator/repos/community-testing-i686/PKGBUILD (from rev 
153499, deepin-gir-generator/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-17 02:07:32 UTC (rev 153500)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-gir-generator
+pkgver=0.9.0.20151216
+_commit=0e5e9638e9a5e77a1c26b4fd4ae4fb86ef51a41c
+pkgrel=1
+pkgdesc='Generate static golang bindings for GObject'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/go-gir-generator;
+license=('GPL3')
+depends=('gobject-introspection' 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'gcc-go')
+source=("git+https://github.com/linuxdeepin/go-gir-generator.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
+}
+
+build() {
+  cd go-gir-generator/src/gir-generator
+  go build -gccgoflags "$(pkg-config --libs gobject-introspection-1.0) $CFLAGS 
$LDFLAGS" -o out/gir-generator
+}
+
+package() {
+  install -Dm 755 go-gir-generator/src/gir-generator/out/gir-generator 
"${pkgdir}"/usr/bin/gir-generator
+}

Copied: deepin-gir-generator/repos/community-testing-x86_64/PKGBUILD (from rev 
153499, deepin-gir-generator/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-17 02:07:32 UTC (rev 153500)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-gir-generator
+pkgver=0.9.0.20151216
+_commit=0e5e9638e9a5e77a1c26b4fd4ae4fb86ef51a41c
+pkgrel=1
+pkgdesc='Generate static golang bindings for GObject'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/go-gir-generator;
+license=('GPL3')
+depends=('gobject-introspection' 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'gcc-go')
+source=("git+https://github.com/linuxdeepin/go-gir-generator.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
+}
+
+build() {
+  cd go-gir-generator/src/gir-generator
+  go build -gccgoflags "$(pkg-config --libs gobject-introspection-1.0) $CFLAGS 
$LDFLAGS" -o out/gir-generator
+}
+
+package() {
+  install -Dm 755 go-gir-generator/src/gir-generator/out/gir-generator 
"${pkgdir}"/usr/bin/gir-generator
+}


[arch-commits] Commit in (4 files)

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 03:06:57
  Author: fyan
Revision: 153499

addpkg: deepin-gir-generator 0.9.0.20151216-1

Added:
  deepin-gir-generator/
  deepin-gir-generator/repos/
  deepin-gir-generator/trunk/
  deepin-gir-generator/trunk/PKGBUILD

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

Added: deepin-gir-generator/trunk/PKGBUILD
===
--- deepin-gir-generator/trunk/PKGBUILD (rev 0)
+++ deepin-gir-generator/trunk/PKGBUILD 2015-12-17 02:06:57 UTC (rev 153499)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-gir-generator
+pkgver=0.9.0.20151216
+_commit=0e5e9638e9a5e77a1c26b4fd4ae4fb86ef51a41c
+pkgrel=1
+pkgdesc='Generate static golang bindings for GObject'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/go-gir-generator;
+license=('GPL3')
+depends=('gobject-introspection' 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'gcc-go')
+source=("git+https://github.com/linuxdeepin/go-gir-generator.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
+}
+
+build() {
+  cd go-gir-generator/src/gir-generator
+  go build -gccgoflags "$(pkg-config --libs gobject-introspection-1.0) $CFLAGS 
$LDFLAGS" -o out/gir-generator
+}
+
+package() {
+  install -Dm 755 go-gir-generator/src/gir-generator/out/gir-generator 
"${pkgdir}"/usr/bin/gir-generator
+}


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


[arch-commits] Commit in deepin-gir-generator/trunk (PKGBUILD)

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 06:32:55
  Author: fyan
Revision: 153502

upgpkg: deepin-gir-generator 0.9.0.20151217-1

Modified:
  deepin-gir-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 04:09:04 UTC (rev 153501)
+++ PKGBUILD2015-12-17 05:32:55 UTC (rev 153502)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-gir-generator
-pkgver=0.9.0.20151216
-_commit=0e5e9638e9a5e77a1c26b4fd4ae4fb86ef51a41c
+pkgver=0.9.0.20151217
+_commit=55cc72169a21e1e9a284926b9d4c0423c5a0afb1
 pkgrel=1
 pkgdesc='Generate static golang bindings for GObject'
 arch=('i686' 'x86_64')


[arch-commits] Commit in deepin-gir-generator/repos (4 files)

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 06:33:33
  Author: fyan
Revision: 153503

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

Added:
  deepin-gir-generator/repos/community-testing-i686/PKGBUILD
(from rev 153502, deepin-gir-generator/trunk/PKGBUILD)
  deepin-gir-generator/repos/community-testing-x86_64/PKGBUILD
(from rev 153502, deepin-gir-generator/trunk/PKGBUILD)
Deleted:
  deepin-gir-generator/repos/community-testing-i686/PKGBUILD
  deepin-gir-generator/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-12-17 05:32:55 UTC (rev 153502)
+++ community-testing-i686/PKGBUILD 2015-12-17 05:33:33 UTC (rev 153503)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-gir-generator
-pkgver=0.9.0.20151216
-_commit=0e5e9638e9a5e77a1c26b4fd4ae4fb86ef51a41c
-pkgrel=1
-pkgdesc='Generate static golang bindings for GObject'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/go-gir-generator;
-license=('GPL3')
-depends=('gobject-introspection' 'gcc-libs>=5.3.0-3')
-makedepends=('git' 'gcc-go')
-source=("git+https://github.com/linuxdeepin/go-gir-generator.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
-}
-
-build() {
-  cd go-gir-generator/src/gir-generator
-  go build -gccgoflags "$(pkg-config --libs gobject-introspection-1.0) $CFLAGS 
$LDFLAGS" -o out/gir-generator
-}
-
-package() {
-  install -Dm 755 go-gir-generator/src/gir-generator/out/gir-generator 
"${pkgdir}"/usr/bin/gir-generator
-}

Copied: deepin-gir-generator/repos/community-testing-i686/PKGBUILD (from rev 
153502, deepin-gir-generator/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-17 05:33:33 UTC (rev 153503)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-gir-generator
+pkgver=0.9.0.20151217
+_commit=55cc72169a21e1e9a284926b9d4c0423c5a0afb1
+pkgrel=1
+pkgdesc='Generate static golang bindings for GObject'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/go-gir-generator;
+license=('GPL3')
+depends=('gobject-introspection' 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'gcc-go')
+source=("git+https://github.com/linuxdeepin/go-gir-generator.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
+}
+
+build() {
+  cd go-gir-generator/src/gir-generator
+  go build -gccgoflags "$(pkg-config --libs gobject-introspection-1.0) $CFLAGS 
$LDFLAGS" -o out/gir-generator
+}
+
+package() {
+  install -Dm 755 go-gir-generator/src/gir-generator/out/gir-generator 
"${pkgdir}"/usr/bin/gir-generator
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2015-12-17 05:32:55 UTC (rev 153502)
+++ community-testing-x86_64/PKGBUILD   2015-12-17 05:33:33 UTC (rev 153503)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-gir-generator
-pkgver=0.9.0.20151216
-_commit=0e5e9638e9a5e77a1c26b4fd4ae4fb86ef51a41c
-pkgrel=1
-pkgdesc='Generate static golang bindings for GObject'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/go-gir-generator;
-license=('GPL3')
-depends=('gobject-introspection' 'gcc-libs>=5.3.0-3')
-makedepends=('git' 'gcc-go')
-source=("git+https://github.com/linuxdeepin/go-gir-generator.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
-}
-
-build() {
-  cd go-gir-generator/src/gir-generator
-  go build -gccgoflags "$(pkg-config --libs gobject-introspection-1.0) $CFLAGS 
$LDFLAGS" -o out/gir-generator
-}
-
-package() {
-  install -Dm 755 go-gir-generator/src/gir-generator/out/gir-generator 
"${pkgdir}"/usr/bin/gir-generator
-}

Copied: deepin-gir-generator/repos/community-testing-x86_64/PKGBUILD (from rev 
153502, deepin-gir-generator/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ 

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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:17:06
  Author: fyan
Revision: 153506

upgpkg: deepin-daemon 2.93.4.20151217-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 05:36:02 UTC (rev 153505)
+++ PKGBUILD2015-12-17 06:17:06 UTC (rev 153506)
@@ -4,14 +4,15 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=2.93.4.20151214
-_commit=3fa5785eeaea2937347c1bcc9c9a6d2d76a6f4f4
+pkgver=2.93.4.20151217
+_commit=944dbe01ea3aff953f9b78e7f3aa7c45ca5f8b23
 #_golibver=0.4.3
-_golibrev=9ad64e8fa5f92ede669f94a3a770a64f7ca88e60
+_golibrev=198ee129310023cc693ff79dfb5a0f2deb54f134
 #_deepinapiver=2.92.3
-_deepinapirev=67c7eb27e302655c4046ceec121b7e75e287e591
+_deepinapirev=e67977faf52aaf6c88b9faa71be9a88d574e4a45
 #_dbusfactoryver=2.92.2
 _dbusfactoryrev=2141b28feabadb94c20721f8f7ee2a2d5d373227
+_girgeneratorrev=55cc72169a21e1e9a284926b9d4c0423c5a0afb1
 _desktopbaserev=af086a257aafc81a854dfe7accd9e5600b849960
 pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
@@ -20,9 +21,9 @@
 license=('GPL3')
 depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'metacity' 
'poppler-glib'
  'rfkill' 'acpid' 'bluez' 'deepin-notifications' 'iso-codes' 
'lsb-release'
- 'mobile-broadband-provider-info' 'polkit-gnome' 'udisks2' 'upower' 
'gcc-go'
+ 'mobile-broadband-provider-info' 'polkit-gnome' 'udisks2' 'upower' 
'gcc-libs>=5.3.0-3'
  'libxkbfile' 'accountsservice')
-makedepends=('deepin-dbus-generator' 'sqlite' 'git' 'mercurial')
+makedepends=('deepin-dbus-generator' 'deepin-gir-generator' 'sqlite' 'git' 
'mercurial')
 optdepends=('networkmanager: Network Management daemon'
 'deepin-grub2-themes: deepin theme for grub menu')
 conflicts=('dde-daemon')
@@ -37,6 +38,7 @@
 "git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev;
 
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
 
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;
+
"git+https://github.com/linuxdeepin/go-gir-generator.git#commit=$_girgeneratorrev;
 
"git+https://github.com/linuxdeepin/deepin-desktop-base.git#commit=$_desktopbaserev;
 'deepin-daemon.sysusers'
 'polkit-gnome-authentication-agent-1-deepin.desktop')
@@ -45,10 +47,14 @@
 'SKIP'
 'SKIP'
 'SKIP'
+'SKIP'
 '4482f2c82c3652040021dd43515f131184a0417e341dc37db487117012245e25'
 '014f4c530e7556c3a83ab4409ae7dd47a87550004128ed8b7d02c58357e7')
 
 prepare() {
+  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
dde-daemon/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
   export GOPATH="$srcdir/build"
   mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
   cp -a go-lib/* build/src/pkg.deepin.io/lib
@@ -64,6 +70,11 @@
   cd "$srcdir/dbus-factory"
   make install-golang
 
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
   cd "$srcdir/dde-daemon"
   make USE_GCCGO=1
 


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:32:41
  Author: fyan
Revision: 153510

upgpkg: deepin-wm 0.91.4.20151211-2

Modified:
  deepin-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 06:23:46 UTC (rev 153509)
+++ PKGBUILD2015-12-17 06:32:41 UTC (rev 153510)
@@ -5,8 +5,8 @@
 
 pkgname=deepin-wm
 pkgver=0.91.4.20151211
-_commit=82e6cfa3aa7d4112dec3b6e8a5879569cfec7689
-pkgrel=1
+_commit=0e734a044da67aeeeacccb470e1a62cc7d2476a5
+pkgrel=2
 pkgdesc='Deepin Window Manager'
 arch=('i686' 'x86_64')
 url="https://cr.deepin.io/deepin-wm;


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:41:55
  Author: fyan
Revision: 153514

upgpkg: libdui 1.2.3.20151217-1

Modified:
  libdui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 06:35:36 UTC (rev 153513)
+++ PKGBUILD2015-12-17 06:41:55 UTC (rev 153514)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=libdui
-pkgver=1.2.3.20151214
-_commit=82c897d37dcb6427ff732cbacb15e3cf8da0aa69
+pkgver=1.2.3.20151217
+_commit=78f5b7b016a08c76df6d06915d17eab661817621
 pkgrel=1
 pkgdesc='Deepin graphical user interface library'
 arch=('i686' 'x86_64')


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:42:24
  Author: fyan
Revision: 153515

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

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

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

Copied: libdui/repos/community-testing-i686/PKGBUILD (from rev 153514, 
libdui/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-17 06:42:24 UTC (rev 153515)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=libdui
+pkgver=1.2.3.20151217
+_commit=78f5b7b016a08c76df6d06915d17eab661817621
+pkgrel=1
+pkgdesc='Deepin graphical user interface library'
+arch=('i686' 'x86_64')
+url="https://cr.deepin.io/dde/libdui;
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-x11extras')
+makedepends=('git')
+source=("git+https://github.com/linuxdeepin/libdui#commit=$_commit;)
+sha256sums=('SKIP')
+
+build(){
+  cd "${pkgname}"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: libdui/repos/community-testing-x86_64/PKGBUILD (from rev 153514, 
libdui/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-17 06:42:24 UTC (rev 153515)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=libdui
+pkgver=1.2.3.20151217
+_commit=78f5b7b016a08c76df6d06915d17eab661817621
+pkgrel=1
+pkgdesc='Deepin graphical user interface library'
+arch=('i686' 'x86_64')
+url="https://cr.deepin.io/dde/libdui;
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-x11extras')
+makedepends=('git')
+source=("git+https://github.com/linuxdeepin/libdui#commit=$_commit;)
+sha256sums=('SKIP')
+
+build(){
+  cd "${pkgname}"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make INSTALL_ROOT="${pkgdir}" install
+}


[arch-commits] Commit in deepin-control-center/repos (6 files)

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 08:21:53
  Author: fyan
Revision: 153539

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

Added:
  deepin-control-center/repos/community-testing-i686/
  deepin-control-center/repos/community-testing-i686/PKGBUILD
(from rev 153538, deepin-control-center/trunk/PKGBUILD)
  
deepin-control-center/repos/community-testing-i686/deepin-control-center.install
(from rev 153538, deepin-control-center/trunk/deepin-control-center.install)
  deepin-control-center/repos/community-testing-x86_64/
  deepin-control-center/repos/community-testing-x86_64/PKGBUILD
(from rev 153538, deepin-control-center/trunk/PKGBUILD)
  
deepin-control-center/repos/community-testing-x86_64/deepin-control-center.install
(from rev 153538, deepin-control-center/trunk/deepin-control-center.install)

+
 community-testing-i686/PKGBUILD|   34 +++
 community-testing-i686/deepin-control-center.install   |   11 
 community-testing-x86_64/PKGBUILD  |   34 +++
 community-testing-x86_64/deepin-control-center.install |   11 
 4 files changed, 90 insertions(+)

Copied: deepin-control-center/repos/community-testing-i686/PKGBUILD (from rev 
153538, deepin-control-center/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-17 07:21:53 UTC (rev 153539)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=2.91.4.20151217
+_commit=6609f4bbc91d5ecad86134741ae836927df01e33
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'libdui' 'gtk3' 'deepin-account-faces' 
'deepin-api'
+ 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
+makedepends=('deepin-dock' 'deepin-gettext-tools' 'git')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+install="${pkgname}.install"
+#source=("git+https://github.com/linuxdeepin/dde-control-center.git#tag=$pkgver;)
+source=("git+https://github.com/linuxdeepin/dde-control-center.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-control-center
+  qmake-qt5 PREFIX=/usr WITH_MODULE_GRUB=NO WITH_MODULE_REMOTE_ASSIST=NO
+  make
+}
+
+package() {
+  cd dde-control-center
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: 
deepin-control-center/repos/community-testing-i686/deepin-control-center.install
 (from rev 153538, deepin-control-center/trunk/deepin-control-center.install)
===
--- community-testing-i686/deepin-control-center.install
(rev 0)
+++ community-testing-i686/deepin-control-center.install2015-12-17 
07:21:53 UTC (rev 153539)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  post_install "$1"
+}

Copied: deepin-control-center/repos/community-testing-x86_64/PKGBUILD (from rev 
153538, deepin-control-center/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-17 07:21:53 UTC (rev 153539)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=2.91.4.20151217
+_commit=6609f4bbc91d5ecad86134741ae836927df01e33
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'libdui' 'gtk3' 'deepin-account-faces' 
'deepin-api'
+ 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
+makedepends=('deepin-dock' 'deepin-gettext-tools' 'git')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+install="${pkgname}.install"
+#source=("git+https://github.com/linuxdeepin/dde-control-center.git#tag=$pkgver;)
+source=("git+https://github.com/linuxdeepin/dde-control-center.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-control-center
+  qmake-qt5 PREFIX=/usr WITH_MODULE_GRUB=NO WITH_MODULE_REMOTE_ASSIST=NO
+  make
+}
+
+package() {
+  cd dde-control-center
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: 
deepin-control-center/repos/community-testing-x86_64/deepin-control-center.install
 (from rev 153538, 

[arch-commits] Commit in deepin-control-center/trunk (PKGBUILD)

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 08:21:23
  Author: fyan
Revision: 153538

upgpkg: deepin-control-center 2.91.4.20151217-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 07:17:22 UTC (rev 153537)
+++ PKGBUILD2015-12-17 07:21:23 UTC (rev 153538)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=2.91.4.20151214
-_commit=70b79a2ae8752e0fb361979e47ac1439c1c91868
+pkgver=2.91.4.20151217
+_commit=6609f4bbc91d5ecad86134741ae836927df01e33
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('i686' 'x86_64')


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:23:29
  Author: fyan
Revision: 153508

upgpkg: deepin-desktop-schemas 2.91.2.20151217-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 06:17:53 UTC (rev 153507)
+++ PKGBUILD2015-12-17 06:23:29 UTC (rev 153508)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=2.91.2
-_commit=b046682325717a2ba24b1027a71b948d19be168b
+pkgver=2.91.2.20151217
+_commit=ddcb2b7ad73ca32cd9f799740b94167d46144584
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:23:46
  Author: fyan
Revision: 153509

archrelease: copy trunk to community-testing-any

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

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

Copied: deepin-desktop-schemas/repos/community-testing-any/PKGBUILD (from rev 
153508, deepin-desktop-schemas/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-12-17 06:23:46 UTC (rev 153509)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=2.91.2.20151217
+_commit=ddcb2b7ad73ca32cd9f799740b94167d46144584
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 
'deepin-artwork-themes')
+makedepends=('git')
+conflicts=('dde-daemon<=2.92.1')
+replaces=('deepin-default-gsettings')
+groups=('deepin')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-desktop-schemas.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/com.deepin.wrap.gnome.desktop.override
+}
+
+build() {
+  cd "${pkgname}"
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
deepin-desktop-schemas/repos/community-testing-any/deepin-desktop-schemas.install
 (from rev 153508, deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)
===
--- community-testing-any/deepin-desktop-schemas.install
(rev 0)
+++ community-testing-any/deepin-desktop-schemas.install2015-12-17 
06:23:46 UTC (rev 153509)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:33:11
  Author: fyan
Revision: 153511

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

Added:
  deepin-wm/repos/community-testing-i686/
  deepin-wm/repos/community-testing-i686/PKGBUILD
(from rev 153510, deepin-wm/trunk/PKGBUILD)
  deepin-wm/repos/community-testing-i686/deepin-wm.install
(from rev 153510, deepin-wm/trunk/deepin-wm.install)
  deepin-wm/repos/community-testing-x86_64/
  deepin-wm/repos/community-testing-x86_64/PKGBUILD
(from rev 153510, deepin-wm/trunk/PKGBUILD)
  deepin-wm/repos/community-testing-x86_64/deepin-wm.install
(from rev 153510, deepin-wm/trunk/deepin-wm.install)

+
 community-testing-i686/PKGBUILD|   36 +++
 community-testing-i686/deepin-wm.install   |   12 +
 community-testing-x86_64/PKGBUILD  |   36 +++
 community-testing-x86_64/deepin-wm.install |   12 +
 4 files changed, 96 insertions(+)

Copied: deepin-wm/repos/community-testing-i686/PKGBUILD (from rev 153510, 
deepin-wm/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-17 06:33:11 UTC (rev 153511)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wm
+pkgver=0.91.4.20151211
+_commit=0e734a044da67aeeeacccb470e1a62cc7d2476a5
+pkgrel=2
+pkgdesc='Deepin Window Manager'
+arch=('i686' 'x86_64')
+url="https://cr.deepin.io/deepin-wm;
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
+ 'deepin-mutter' 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala' 'git')
+install='deepin-wm.install'
+source=("git+https://github.com/linuxdeepin/deepin-wm.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+}
+
+build() {
+  cd "${pkgname}"
+  ./autogen.sh \
+--prefix='/usr' \
+--disable-schemas-compile
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: deepin-wm/repos/community-testing-i686/deepin-wm.install (from rev 
153510, deepin-wm/trunk/deepin-wm.install)
===
--- community-testing-i686/deepin-wm.install(rev 0)
+++ community-testing-i686/deepin-wm.install2015-12-17 06:33:11 UTC (rev 
153511)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: deepin-wm/repos/community-testing-x86_64/PKGBUILD (from rev 153510, 
deepin-wm/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-17 06:33:11 UTC (rev 153511)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wm
+pkgver=0.91.4.20151211
+_commit=0e734a044da67aeeeacccb470e1a62cc7d2476a5
+pkgrel=2
+pkgdesc='Deepin Window Manager'
+arch=('i686' 'x86_64')
+url="https://cr.deepin.io/deepin-wm;
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
+ 'deepin-mutter' 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala' 'git')
+install='deepin-wm.install'
+source=("git+https://github.com/linuxdeepin/deepin-wm.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+}
+
+build() {
+  cd "${pkgname}"
+  ./autogen.sh \
+--prefix='/usr' \
+--disable-schemas-compile
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: deepin-wm/repos/community-testing-x86_64/deepin-wm.install (from rev 
153510, deepin-wm/trunk/deepin-wm.install)
===
--- community-testing-x86_64/deepin-wm.install  (rev 0)
+++ community-testing-x86_64/deepin-wm.install  2015-12-17 06:33:11 UTC (rev 
153511)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in deepin-dbus-generator/trunk (PKGBUILD)

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:49:01
  Author: fyan
Revision: 153518

upgpkg: deepin-dbus-generator 0.6.4-2

Modified:
  deepin-dbus-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 06:48:36 UTC (rev 153517)
+++ PKGBUILD2015-12-17 06:49:01 UTC (rev 153518)
@@ -8,13 +8,13 @@
 _commit=2382c5d90a8a5255b85c4fc05d34241aedfc9840
 #_golibver=0.4.2
 _golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
-pkgrel=1
+pkgrel=2
 pkgdesc='Convert dbus interfaces to go-lang or qml wrapper code'
 arch=('i686' 'x86_64')
 url="https://gitcafe.com/Deepin/go-dbus-generator;
 license=('GPL3')
-depends=('glibc' 'gcc-go')
-makedepends=('qt5-declarative' 'git')
+depends=('glibc' 'gcc-libs>=5.3.0-3')
+makedepends=('qt5-declarative' 'git' 'gcc-go')
 groups=('deepin-dev')
 
source=("git+https://github.com/linuxdeepin/go-dbus-generator.git#commit=$_commit;
 "git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;)
@@ -29,7 +29,7 @@
 
 build() {
   cd go-dbus-generator
-  go build -o out/dbus-generator
+  go build -o out/dbus-generator -gccgoflags "$CFLAGS $LDFLAGS"
 }
 
 package() {


[arch-commits] Commit in deepin-file-manager/repos (6 files)

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:48:36
  Author: fyan
Revision: 153517

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

Added:
  deepin-file-manager/repos/community-testing-i686/
  deepin-file-manager/repos/community-testing-i686/PKGBUILD
(from rev 153516, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-testing-i686/deepin-file-manager.install
(from rev 153516, deepin-file-manager/trunk/deepin-file-manager.install)
  deepin-file-manager/repos/community-testing-x86_64/
  deepin-file-manager/repos/community-testing-x86_64/PKGBUILD
(from rev 153516, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-testing-x86_64/deepin-file-manager.install
(from rev 153516, deepin-file-manager/trunk/deepin-file-manager.install)

--+
 community-testing-i686/PKGBUILD  |   67 +
 community-testing-i686/deepin-file-manager.install   |   11 ++
 community-testing-x86_64/PKGBUILD|   67 +
 community-testing-x86_64/deepin-file-manager.install |   11 ++
 4 files changed, 156 insertions(+)

Copied: deepin-file-manager/repos/community-testing-i686/PKGBUILD (from rev 
153516, deepin-file-manager/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-17 06:48:36 UTC (rev 153517)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=0.1.2.20151217
+_commit=4cbd96b5af39908fa9df13c75f49d73f000b77aa
+#_golibver=0.4.3
+_golibrev=198ee129310023cc693ff79dfb5a0f2deb54f134
+#_deepinapiver=2.92.2
+_deepinapirev=e67977faf52aaf6c88b9faa71be9a88d574e4a45
+#_dbusfactoryver=2.92.2
+_dbusfactoryrev=2141b28feabadb94c20721f8f7ee2a2d5d373227
+_girgeneratorrev=55cc72169a21e1e9a284926b9d4c0423c5a0afb1
+pkgrel=1
+pkgdesc='deepin file manager backend'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-file-manager;
+license=('GPL3')
+depends=('deepin-metacity' 'libcanberra' 'poppler-glib' 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'gcc-go')
+replaces=('deepin-file-manager-backend')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-file-manager.git#commit=$_commit;
+#"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;
+"git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;
+#"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver;
+"git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev;
+
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
+
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;
+
"git+https://github.com/linuxdeepin/go-gir-generator.git#commit=$_girgeneratorrev;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
deepin-file-manager/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  go get github.com/howeyc/fsnotify github.com/mattn/go-sqlite3
+}
+
+build() {
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
+  cd "$srcdir/$pkgname"
+  make USE_GCCGO=1
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" do-install
+}

Copied: 
deepin-file-manager/repos/community-testing-i686/deepin-file-manager.install 
(from rev 153516, deepin-file-manager/trunk/deepin-file-manager.install)
===
--- community-testing-i686/deepin-file-manager.install  
(rev 0)
+++ community-testing-i686/deepin-file-manager.install  2015-12-17 06:48:36 UTC 
(rev 153517)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: deepin-file-manager/repos/community-testing-x86_64/PKGBUILD (from rev 
153516, deepin-file-manager/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-17 06:48:36 UTC (rev 153517)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip 

[arch-commits] Commit in deepin-file-manager/trunk (PKGBUILD)

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:48:07
  Author: fyan
Revision: 153516

upgpkg: deepin-file-manager 0.1.2.20151217-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 06:42:24 UTC (rev 153515)
+++ PKGBUILD2015-12-17 06:48:07 UTC (rev 153516)
@@ -4,21 +4,22 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=0.1.2
-_commit=54092ddf4a7952f9f2aa67eda632bd9aed1db6b4
+pkgver=0.1.2.20151217
+_commit=4cbd96b5af39908fa9df13c75f49d73f000b77aa
 #_golibver=0.4.3
-_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
+_golibrev=198ee129310023cc693ff79dfb5a0f2deb54f134
 #_deepinapiver=2.92.2
-_deepinapirev=32804cad060510fc0e61da2106dc5f14fcc8c56b
+_deepinapirev=e67977faf52aaf6c88b9faa71be9a88d574e4a45
 #_dbusfactoryver=2.92.2
-_dbusfactoryrev=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
+_dbusfactoryrev=2141b28feabadb94c20721f8f7ee2a2d5d373227
+_girgeneratorrev=55cc72169a21e1e9a284926b9d4c0423c5a0afb1
 pkgrel=1
 pkgdesc='deepin file manager backend'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/deepin-file-manager;
 license=('GPL3')
-depends=('deepin-metacity' 'libcanberra' 'poppler-glib' 'gcc-go')
-makedepends=('git' 'deepin-dbus-generator')
+depends=('deepin-metacity' 'libcanberra' 'poppler-glib' 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'gcc-go')
 replaces=('deepin-file-manager-backend')
 install="${pkgname}.install"
 
source=("git+https://github.com/linuxdeepin/deepin-file-manager.git#commit=$_commit;
@@ -27,13 +28,18 @@
 #"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver;
 "git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev;
 
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
-
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;)
+
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;
+
"git+https://github.com/linuxdeepin/go-gir-generator.git#commit=$_girgeneratorrev;)
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
+'SKIP'
 'SKIP')
 
 prepare() {
+  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
deepin-file-manager/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
   export GOPATH="$srcdir/build"
   mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
   cp -a go-lib/* build/src/pkg.deepin.io/lib
@@ -46,6 +52,11 @@
   cd "$srcdir/dbus-factory"
   make install-golang
 
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
   cd "$srcdir/$pkgname"
   make USE_GCCGO=1
 }


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 08:13:53
  Author: fyan
Revision: 153533

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 07:13:30 UTC (rev 153532)
+++ PKGBUILD2015-12-17 07:13:53 UTC (rev 153533)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: mutantmonkey 
-
-pkgbase=python-kombu
-pkgname=('python-kombu' 'python2-kombu')
-pkgver=3.0.31
-pkgrel=1
-pkgdesc='A messaging library for Python'
-arch=('any')
-url="http://kombu.readthedocs.org/;
-license=('BSD')
-options=('!emptydirs')
-makedepends=('python-anyjson' 'python2-anyjson' 'git')
-checkdepends=('python-redis' 'python2-redis' 'python-yaml' 'python2-yaml' 
'python-msgpack' 'python2-msgpack'
-  'python-boto' 'python2-boto' 'python-pycurl' 'python2-pycurl' 
'python-nose' 'python2-nose'
-  'python-amqp' 'python2-amqp' 'python-mock' 'python2-mock' 
'python-pymongo' 'python2-pymongo'
-  'python2-librabbitmq' 'python-couchdb' 'python2-couchdb' 
'python-sqlalchemy' 'python2-sqlalchemy')
-source=("git+https://github.com/celery/kombu.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a kombu{,-py2}
-}
-
-check() {
-  cd kombu
-  nosetests3 -v
-
-  cd ../kombu-py2
-  nosetests2 -v
-}
-
-package_python-kombu() {
-  depends=('python-amqp' 'python-anyjson')
-  optdepends=('python-pymongo: for MongoDB support'
-  'python-msgpack: for MessagePack support'
-  'python-pyro: for Pyro support'
-  'python-redis: for Redis support'
-  'python-sqlalchemy: for SQLAlchemy support'
-  'python-boto: for Amazon SQS support'
-  'python-yaml: for YAML support'
-  'python-pyzmq: for ZeroMQ support'
-  'python-couchdb: for CouchDB support')
-  # 'python-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python-kazoo: for Zookeeper support': Not packaged yet
-  # 'python-librabbitmq: C optimization for AMQP transport' Not 
available for python 3 yet
-  # 'python-beanstalkc: for Beanstalk Support' Not available for 
python 3 yet
-
-  cd "$srcdir/kombu"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-kombu() {
-  depends=('python2-amqp' 'python2-anyjson')
-  optdepends=('python2-pymongo: for MongoDB support'
-  'python2-msgpack: for MessagePack support'
-  'python2-pyro: for Pyro support'
-  'python2-redis: for Redis support'
-  'python2-sqlalchemy: for SQLAlchemy support'
-  'python2-boto: for Amazon SQS support'
-  'python2-yaml: for YAML support'
-  'python2-pyzmq: for ZeroMQ support'
-  'python2-librabbitmq: C optimization for AMQP transport'
-  'python2-couchdb: for CouchDB support')
-  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python2-kazoo: for Zookeeper support': Not packaged yet
-  # 'python2-beanstalkc: for Beanstalk Support' Not packaged yet
-
-  cd "$srcdir/kombu-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-kombu/repos/community-any/PKGBUILD (from rev 153532, 
python-kombu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 07:13:53 UTC (rev 153533)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-kombu
+pkgname=('python-kombu' 'python2-kombu')
+pkgver=3.0.32
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="http://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')
+makedepends=('python-anyjson' 'python2-anyjson' 'git')
+checkdepends=('python-redis' 'python2-redis' 'python-yaml' 'python2-yaml' 
'python-msgpack' 'python2-msgpack'
+  'python-boto' 'python2-boto' 'python-pycurl' 'python2-pycurl' 
'python-nose' 'python2-nose'
+  'python-amqp' 'python2-amqp' 'python-mock' 'python2-mock' 
'python-pymongo' 'python2-pymongo'
+  'python2-librabbitmq' 'python-couchdb' 'python2-couchdb' 
'python-sqlalchemy' 'python2-sqlalchemy')

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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 08:13:18
  Author: fyan
Revision: 153531

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

Added:
  deepin-dock/repos/community-testing-i686/
  deepin-dock/repos/community-testing-i686/PKGBUILD
(from rev 153530, deepin-dock/trunk/PKGBUILD)
  deepin-dock/repos/community-testing-x86_64/
  deepin-dock/repos/community-testing-x86_64/PKGBUILD
(from rev 153530, deepin-dock/trunk/PKGBUILD)

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

Copied: deepin-dock/repos/community-testing-i686/PKGBUILD (from rev 153530, 
deepin-dock/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-17 07:13:18 UTC (rev 153531)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=2.90.3.20151216
+_commit=7ad4959fac191f3550489a4c38c1e32c33b2bb92
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('gtk2' 'libdui' 'qt5-svg' 'deepin-menu' 'deepin-file-manager' 
'deepin-daemon')
+makedepends=('git')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/dde-dock.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-dock
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: deepin-dock/repos/community-testing-x86_64/PKGBUILD (from rev 153530, 
deepin-dock/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-17 07:13:18 UTC (rev 153531)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=2.90.3.20151216
+_commit=7ad4959fac191f3550489a4c38c1e32c33b2bb92
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('gtk2' 'libdui' 'qt5-svg' 'deepin-menu' 'deepin-file-manager' 
'deepin-daemon')
+makedepends=('git')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/dde-dock.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-dock
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 08:13:30
  Author: fyan
Revision: 153532

upgpkg: python-kombu 3.0.32-1

Modified:
  python-kombu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 07:13:18 UTC (rev 153531)
+++ PKGBUILD2015-12-17 07:13:30 UTC (rev 153532)
@@ -4,7 +4,7 @@
 
 pkgbase=python-kombu
 pkgname=('python-kombu' 'python2-kombu')
-pkgver=3.0.31
+pkgver=3.0.32
 pkgrel=1
 pkgdesc='A messaging library for Python'
 arch=('any')


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 08:12:47
  Author: fyan
Revision: 153530

upgpkg: deepin-dock 2.90.3.20151216-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 07:10:15 UTC (rev 153529)
+++ PKGBUILD2015-12-17 07:12:47 UTC (rev 153530)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=2.90.3.20151214
-_commit=086daf66bf25730acfcf33a6774a5933c91f5ef8
+pkgver=2.90.3.20151216
+_commit=7ad4959fac191f3550489a4c38c1e32c33b2bb92
 pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('i686' 'x86_64')


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 06:35:25
  Author: fyan
Revision: 256686

upgpkg: python-setuptools 1:19.1.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 22:30:15 UTC (rev 256685)
+++ PKGBUILD2015-12-17 05:35:25 UTC (rev 256686)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=19.1
+pkgver=19.1.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -14,7 +14,7 @@
 makedepends=('python-packaging' 'python2-packaging')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
 
source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('6bbd90778f587967ed2e3f09258ffc1ff2992127d775194df4f57b35215bea0b8a3603be04a1071c1c95ab769f4f1b17921d86335910f03c52856f48109c6996')
+sha512sums=('480aaed577ab9bc4d3cae71d957407ecb71e743dab7fb06f165b76683445f356ce141e1057b5a057101f9546df8c62e2abc2c35ebd751e4bb3febb846a71ac41')
 
 prepare() {
   # We ship separated python{,2}-packaging packages.


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 06:35:48
  Author: fyan
Revision: 256687

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 256686, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 05:35:25 UTC (rev 256686)
+++ PKGBUILD2015-12-17 05:35:48 UTC (rev 256687)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=19.1
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
-source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('6bbd90778f587967ed2e3f09258ffc1ff2992127d775194df4f57b35215bea0b8a3603be04a1071c1c95ab769f4f1b17921d86335910f03c52856f48109c6996')
-
-prepare() {
-  # We ship separated python{,2}-packaging packages.
-  rm -r setuptools-${pkgver}/pkg_resources/_vendor
-
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd "${srcdir}"/setuptools-${pkgver}
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "${srcdir}/setuptools-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "${srcdir}/setuptools-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 256686, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 05:35:48 UTC (rev 256687)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=19.1.1
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
+source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('480aaed577ab9bc4d3cae71d957407ecb71e743dab7fb06f165b76683445f356ce141e1057b5a057101f9546df8c62e2abc2c35ebd751e4bb3febb846a71ac41')
+
+prepare() {
+  # We ship separated python{,2}-packaging packages.
+  rm -r setuptools-${pkgver}/pkg_resources/_vendor
+
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd "${srcdir}"/setuptools-${pkgver}
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  

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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 06:36:02
  Author: fyan
Revision: 153505

archrelease: copy trunk to community-any

Added:
  python-requests-toolbelt/repos/community-any/PKGBUILD
(from rev 153504, python-requests-toolbelt/trunk/PKGBUILD)
Deleted:
  python-requests-toolbelt/repos/community-any/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 05:35:39 UTC (rev 153504)
+++ PKGBUILD2015-12-17 05:36:02 UTC (rev 153505)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: eolianoe 
-
-pkgbase=python-requests-toolbelt
-pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
-_pkgname=requests-toolbelt
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="A toolbelt of useful classes and functions to be used with 
python-requests."
-arch=('any')
-url="https://github.com/sigmavirus24/requests-toolbelt;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-betamax' 
'python2-betamax'
-  'python-mock' 'python2-mock')
-source=("git+https://github.com/sigmavirus24/requests-toolbelt.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a ${_pkgname}{,-py2}
-}
-
-build() {
-  cd "$srcdir/${_pkgname}"
-  python setup.py build
-
-  cd "$srcdir/${_pkgname}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/${_pkgname}"
-  py.test
-
-  cd "$srcdir/${_pkgname}-py2"
-  py.test2
-}
-
-package_python-requests-toolbelt() {
-  depends=('python-requests')
-
-  cd "$srcdir/${_pkgname}"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-requests-toolbelt() {
-  depends=('python2-requests')
-
-  cd "$srcdir/${_pkgname}-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-requests-toolbelt/repos/community-any/PKGBUILD (from rev 153504, 
python-requests-toolbelt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 05:36:02 UTC (rev 153505)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: eolianoe 
+
+pkgbase=python-requests-toolbelt
+pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
+_pkgname=requests-toolbelt
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="A toolbelt of useful classes and functions to be used with 
python-requests."
+arch=('any')
+url="https://github.com/sigmavirus24/requests-toolbelt;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-betamax' 
'python2-betamax'
+  'python-mock' 'python2-mock')
+source=("git+https://github.com/sigmavirus24/requests-toolbelt.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a ${_pkgname}{,-py2}
+}
+
+build() {
+  cd "$srcdir/${_pkgname}"
+  python setup.py build
+
+  cd "$srcdir/${_pkgname}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/${_pkgname}"
+  py.test
+
+  cd "$srcdir/${_pkgname}-py2"
+  py.test2
+}
+
+package_python-requests-toolbelt() {
+  depends=('python-requests')
+
+  cd "$srcdir/${_pkgname}"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-requests-toolbelt() {
+  depends=('python2-requests')
+
+  cd "$srcdir/${_pkgname}-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:17:53
  Author: fyan
Revision: 153507

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

Added:
  deepin-daemon/repos/community-testing-i686/
  deepin-daemon/repos/community-testing-i686/PKGBUILD
(from rev 153506, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-testing-i686/deepin-daemon.install
(from rev 153506, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-testing-i686/deepin-daemon.sysusers
(from rev 153506, deepin-daemon/trunk/deepin-daemon.sysusers)
  
deepin-daemon/repos/community-testing-i686/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 153506, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
  deepin-daemon/repos/community-testing-x86_64/
  deepin-daemon/repos/community-testing-x86_64/PKGBUILD
(from rev 153506, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.install
(from rev 153506, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.sysusers
(from rev 153506, deepin-daemon/trunk/deepin-daemon.sysusers)
  
deepin-daemon/repos/community-testing-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 153506, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)

-+
 community-testing-i686/PKGBUILD |  
 93 ++
 community-testing-i686/deepin-daemon.install|  
 13 +
 community-testing-i686/deepin-daemon.sysusers   |  
  2 
 community-testing-i686/polkit-gnome-authentication-agent-1-deepin.desktop   |  
 87 +
 community-testing-x86_64/PKGBUILD   |  
 93 ++
 community-testing-x86_64/deepin-daemon.install  |  
 13 +
 community-testing-x86_64/deepin-daemon.sysusers |  
  2 
 community-testing-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop |  
 87 +
 8 files changed, 390 insertions(+)

Copied: deepin-daemon/repos/community-testing-i686/PKGBUILD (from rev 153506, 
deepin-daemon/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-17 06:17:53 UTC (rev 153507)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-daemon
+pkgver=2.93.4.20151217
+_commit=944dbe01ea3aff953f9b78e7f3aa7c45ca5f8b23
+#_golibver=0.4.3
+_golibrev=198ee129310023cc693ff79dfb5a0f2deb54f134
+#_deepinapiver=2.92.3
+_deepinapirev=e67977faf52aaf6c88b9faa71be9a88d574e4a45
+#_dbusfactoryver=2.92.2
+_dbusfactoryrev=2141b28feabadb94c20721f8f7ee2a2d5d373227
+_girgeneratorrev=55cc72169a21e1e9a284926b9d4c0423c5a0afb1
+_desktopbaserev=af086a257aafc81a854dfe7accd9e5600b849960
+pkgrel=1
+pkgdesc='Daemon handling the DDE session settings'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-daemon;
+license=('GPL3')
+depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'metacity' 
'poppler-glib'
+ 'rfkill' 'acpid' 'bluez' 'deepin-notifications' 'iso-codes' 
'lsb-release'
+ 'mobile-broadband-provider-info' 'polkit-gnome' 'udisks2' 'upower' 
'gcc-libs>=5.3.0-3'
+ 'libxkbfile' 'accountsservice')
+makedepends=('deepin-dbus-generator' 'deepin-gir-generator' 'sqlite' 'git' 
'mercurial')
+optdepends=('networkmanager: Network Management daemon'
+'deepin-grub2-themes: deepin theme for grub menu')
+conflicts=('dde-daemon')
+replaces=('dde-daemon')
+groups=('deepin')
+install="${pkgname}.install"
+source=(#"git+https://github.com/linuxdeepin/dde-daemon.git#tag=$pkgver;
+"git+https://github.com/linuxdeepin/dde-daemon.git#commit=$_commit;
+#"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;
+"git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;
+#"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver;
+"git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev;
+
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
+
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;
+
"git+https://github.com/linuxdeepin/go-gir-generator.git#commit=$_girgeneratorrev;
+
"git+https://github.com/linuxdeepin/deepin-desktop-base.git#commit=$_desktopbaserev;
+'deepin-daemon.sysusers'
+'polkit-gnome-authentication-agent-1-deepin.desktop')
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+  

[arch-commits] Commit in deepin-wm-switcher/trunk (PKGBUILD)

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:35:07
  Author: fyan
Revision: 153512

upgpkg: deepin-wm-switcher 0.0.3.20151216-1

Modified:
  deepin-wm-switcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 06:33:11 UTC (rev 153511)
+++ PKGBUILD2015-12-17 06:35:07 UTC (rev 153512)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-wm-switcher
-pkgver=0.0.3.20151214
-_commit=9227bf6fbae668b9928d0d4e8b78034a70d1cb0a
+pkgver=0.0.3.20151216
+_commit=d253762b0b8881540ddf8f12458603a4dccf108a
 pkgrel=1
 pkgdesc='Window manager switcher for Deepin'
 arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@
 url="https://github.com/linuxdeepin/deepin-wm-switcher;
 license=('GPL3')
 groups=('deepin')
-depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity')
-makedepends=('git' 'cmake' 'qt5-x11extras')
+depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
+makedepends=('git' 'cmake')
 
source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in deepin-wm-switcher/repos (4 files)

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:35:36
  Author: fyan
Revision: 153513

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

Added:
  deepin-wm-switcher/repos/community-testing-i686/
  deepin-wm-switcher/repos/community-testing-i686/PKGBUILD
(from rev 153512, deepin-wm-switcher/trunk/PKGBUILD)
  deepin-wm-switcher/repos/community-testing-x86_64/
  deepin-wm-switcher/repos/community-testing-x86_64/PKGBUILD
(from rev 153512, deepin-wm-switcher/trunk/PKGBUILD)

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

Copied: deepin-wm-switcher/repos/community-testing-i686/PKGBUILD (from rev 
153512, deepin-wm-switcher/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-17 06:35:36 UTC (rev 153513)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-wm-switcher
+pkgver=0.0.3.20151216
+_commit=d253762b0b8881540ddf8f12458603a4dccf108a
+pkgrel=1
+pkgdesc='Window manager switcher for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm-switcher;
+license=('GPL3')
+groups=('deepin')
+depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
+makedepends=('git' 'cmake')
+source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: deepin-wm-switcher/repos/community-testing-x86_64/PKGBUILD (from rev 
153512, deepin-wm-switcher/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-17 06:35:36 UTC (rev 153513)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-wm-switcher
+pkgver=0.0.3.20151216
+_commit=d253762b0b8881540ddf8f12458603a4dccf108a
+pkgrel=1
+pkgdesc='Window manager switcher for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm-switcher;
+license=('GPL3')
+groups=('deepin')
+depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
+makedepends=('git' 'cmake')
+source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in deepin-dbus-generator/repos (4 files)

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:49:31
  Author: fyan
Revision: 153519

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

Added:
  deepin-dbus-generator/repos/community-testing-i686/
  deepin-dbus-generator/repos/community-testing-i686/PKGBUILD
(from rev 153518, deepin-dbus-generator/trunk/PKGBUILD)
  deepin-dbus-generator/repos/community-testing-x86_64/
  deepin-dbus-generator/repos/community-testing-x86_64/PKGBUILD
(from rev 153518, deepin-dbus-generator/trunk/PKGBUILD)

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

Copied: deepin-dbus-generator/repos/community-testing-i686/PKGBUILD (from rev 
153518, deepin-dbus-generator/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-17 06:49:31 UTC (rev 153519)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dbus-generator
+pkgver=0.6.4
+_commit=2382c5d90a8a5255b85c4fc05d34241aedfc9840
+#_golibver=0.4.2
+_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
+pkgrel=2
+pkgdesc='Convert dbus interfaces to go-lang or qml wrapper code'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/go-dbus-generator;
+license=('GPL3')
+depends=('glibc' 'gcc-libs>=5.3.0-3')
+makedepends=('qt5-declarative' 'git' 'gcc-go')
+groups=('deepin-dev')
+source=("git+https://github.com/linuxdeepin/go-dbus-generator.git#commit=$_commit;
+"git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;)
+md5sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/lib
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+}
+
+build() {
+  cd go-dbus-generator
+  go build -o out/dbus-generator -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  install -Dm 755 go-dbus-generator/out/dbus-generator 
"${pkgdir}"/usr/bin/dbus-generator
+}

Copied: deepin-dbus-generator/repos/community-testing-x86_64/PKGBUILD (from rev 
153518, deepin-dbus-generator/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-17 06:49:31 UTC (rev 153519)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dbus-generator
+pkgver=0.6.4
+_commit=2382c5d90a8a5255b85c4fc05d34241aedfc9840
+#_golibver=0.4.2
+_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
+pkgrel=2
+pkgdesc='Convert dbus interfaces to go-lang or qml wrapper code'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/go-dbus-generator;
+license=('GPL3')
+depends=('glibc' 'gcc-libs>=5.3.0-3')
+makedepends=('qt5-declarative' 'git' 'gcc-go')
+groups=('deepin-dev')
+source=("git+https://github.com/linuxdeepin/go-dbus-generator.git#commit=$_commit;
+"git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;)
+md5sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/lib
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+}
+
+build() {
+  cd go-dbus-generator
+  go build -o out/dbus-generator -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  install -Dm 755 go-dbus-generator/out/dbus-generator 
"${pkgdir}"/usr/bin/dbus-generator
+}


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:56:36
  Author: fyan
Revision: 153524

upgpkg: startdde 2.92.2.20151217-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 06:56:02 UTC (rev 153523)
+++ PKGBUILD2015-12-17 06:56:36 UTC (rev 153524)
@@ -4,21 +4,22 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=2.92.2
-_commit=6ff8ddf7ece1551fab633d82a0e9a58b0f1cbd52
+pkgver=2.92.2.20151217
+_commit=63ad56eb0826365dc1629c028ceb66fff36d680b
 #_golibver=0.4.3
-_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
+_golibrev=198ee129310023cc693ff79dfb5a0f2deb54f134
 #_deepinapiver=2.92.2
-_deepinapirev=32804cad060510fc0e61da2106dc5f14fcc8c56b
+_deepinapirev=e67977faf52aaf6c88b9faa71be9a88d574e4a45
 #_dbusfactoryver=2.92.2
-_dbusfactoryrev=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
+_dbusfactoryrev=2141b28feabadb94c20721f8f7ee2a2d5d373227
+_girgeneratorrev=55cc72169a21e1e9a284926b9d4c0423c5a0afb1
 pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/startdde;
 license=('GPL3')
-depends=('gcc-go' 'deepin-daemon' 'deepin-wm-switcher')
-makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 'python2' 
'webkitgtk' 'git')
+depends=('gcc-libs>=5.3.0-3' 'deepin-daemon' 'deepin-wm-switcher')
+makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 
'deepin-gir-generator' 'gcc-go' 'python2' 'webkitgtk' 'git')
 groups=('deepin')
 source=("git+https://github.com/linuxdeepin/startdde.git#commit=$_commit;
 #"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;
@@ -26,13 +27,18 @@
 #"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver;
 "git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev;
 
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
-
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;)
+
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;
+
"git+https://github.com/linuxdeepin/go-gir-generator.git#commit=$_girgeneratorrev;)
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
+'SKIP'
 'SKIP')
 
 prepare() {
+  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
startdde/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
   export GOPATH="$srcdir/build"
   mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
   cp -a go-lib/* build/src/pkg.deepin.io/lib
@@ -45,6 +51,11 @@
   cd "$srcdir/dbus-factory"
   make install-golang
 
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
   cd "$srcdir/startdde"
   make USE_GCCGO=1
 }


[arch-commits] Commit in deepin-artwork-themes/repos (2 files)

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:56:02
  Author: fyan
Revision: 153523

archrelease: copy trunk to community-testing-any

Added:
  deepin-artwork-themes/repos/community-testing-any/
  deepin-artwork-themes/repos/community-testing-any/PKGBUILD
(from rev 153522, deepin-artwork-themes/trunk/PKGBUILD)

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

Copied: deepin-artwork-themes/repos/community-testing-any/PKGBUILD (from rev 
153522, deepin-artwork-themes/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-12-17 06:56:02 UTC (rev 153523)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-artwork-themes
+pkgver=15.10.2.20151217
+_commit=dbfa570f5d4edbe2bb1bdafb1ccaba3b987dcade
+_desktopbaserev=df35ee9bbe33cca436c256a145b88e58e011b737
+pkgrel=1
+pkgdesc='Deepin artwork themes'
+arch=('any')
+license=('LGPL3')
+url="https://gitcafe.com/Deepin/deepin-artwork-themes;
+depends=('deepin-icon-theme')
+makedepends=('python2' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-artwork-themes.git#commit=$_commit;
+
"git+https://github.com/linuxdeepin/deepin-desktop-base.git#commit=$_desktopbaserev;)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  # fix default background url
+  sed -i 
's#^BackgroundFile=.*$#BackgroundFile=file:///usr/share/backgrounds/deepin_default_background.jpg#'
 themes/deepin/theme.ini
+}
+
+build() {
+  cd $pkgname
+  make build
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -d "${pkgdir}"/usr/share/backgrounds/
+  cp "${srcdir}"/deepin-desktop-base/backgrounds/desktop.jpg 
"${pkgdir}"/usr/share/backgrounds/deepin_default_background.jpg
+}


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:55:28
  Author: fyan
Revision: 153521

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

Added:
  deepin-api/repos/community-testing-i686/
  deepin-api/repos/community-testing-i686/PKGBUILD
(from rev 153520, deepin-api/trunk/PKGBUILD)
  deepin-api/repos/community-testing-x86_64/
  deepin-api/repos/community-testing-x86_64/PKGBUILD
(from rev 153520, deepin-api/trunk/PKGBUILD)

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

Copied: deepin-api/repos/community-testing-i686/PKGBUILD (from rev 153520, 
deepin-api/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-17 06:55:28 UTC (rev 153521)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=2.92.3.20151217
+_commit=e67977faf52aaf6c88b9faa71be9a88d574e4a45
+#_golibver=0.4.3
+_golibrev=198ee129310023cc693ff79dfb5a0f2deb54f134
+#_dbusfactoryver=2.92.2
+_dbusfactoryrev=2141b28feabadb94c20721f8f7ee2a2d5d373227
+_girgeneratorrev=55cc72169a21e1e9a284926b9d4c0423c5a0afb1
+pkgrel=1
+pkgdesc='Go-lang bingdings for dde-daemon'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'gcc-libs>=5.3.0-3' 'poppler-glib' 'deepin-metacity' 'xcur2png')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 
'gcc-go')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=(#"git+https://github.com/linuxdeepin/dde-api.git#tag=$pkgver;
+"git+https://github.com/linuxdeepin/dde-api.git#commit=$_commit;
+#"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;
+"git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;
+
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
+
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;
+
"git+https://github.com/linuxdeepin/go-gir-generator.git#commit=$_girgeneratorrev;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${LDFLAGS}\"|\"\${LDFLAGS} $CFLAGS $LDFLAGS\"|" dde-api/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/lib
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+
+  cd "$srcdir/dde-api"
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2
+}
+
+build(){
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
+  cd "$srcdir/dde-api"
+  make USE_GCCGO=1
+}
+
+package() {
+  cd dde-api
+  make DESTDIR="${pkgdir}" SYSTEMD_LIB_DIR=/usr/lib install-binary
+}

Copied: deepin-api/repos/community-testing-x86_64/PKGBUILD (from rev 153520, 
deepin-api/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-17 06:55:28 UTC (rev 153521)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=2.92.3.20151217
+_commit=e67977faf52aaf6c88b9faa71be9a88d574e4a45
+#_golibver=0.4.3
+_golibrev=198ee129310023cc693ff79dfb5a0f2deb54f134
+#_dbusfactoryver=2.92.2
+_dbusfactoryrev=2141b28feabadb94c20721f8f7ee2a2d5d373227
+_girgeneratorrev=55cc72169a21e1e9a284926b9d4c0423c5a0afb1
+pkgrel=1
+pkgdesc='Go-lang bingdings for dde-daemon'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'gcc-libs>=5.3.0-3' 'poppler-glib' 'deepin-metacity' 'xcur2png')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 
'gcc-go')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=(#"git+https://github.com/linuxdeepin/dde-api.git#tag=$pkgver;
+"git+https://github.com/linuxdeepin/dde-api.git#commit=$_commit;
+#"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;
+"git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;
+
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
+
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;
+

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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:55:43
  Author: fyan
Revision: 153522

upgpkg: deepin-artwork-themes 15.10.2.20151217-1

Modified:
  deepin-artwork-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 06:55:28 UTC (rev 153521)
+++ PKGBUILD2015-12-17 06:55:43 UTC (rev 153522)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-artwork-themes
-pkgver=15.10.2
-_commit=e52d6203113b138b42c02b58674deaabb0310a08
+pkgver=15.10.2.20151217
+_commit=dbfa570f5d4edbe2bb1bdafb1ccaba3b987dcade
 _desktopbaserev=df35ee9bbe33cca436c256a145b88e58e011b737
 pkgrel=1
 pkgdesc='Deepin artwork themes'
@@ -24,7 +24,7 @@
   cd $pkgname
 
   # fix default background url
-  sed -i 
's#^BackgroundFile=.*$#BackgroundFile=file:///usr/share/backgrounds/deepin_default_background.jpg#'
 themes/Deepin/theme.ini
+  sed -i 
's#^BackgroundFile=.*$#BackgroundFile=file:///usr/share/backgrounds/deepin_default_background.jpg#'
 themes/deepin/theme.ini
 }
 
 build() {


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:54:54
  Author: fyan
Revision: 153520

upgpkg: deepin-api 2.92.3.20151217-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 06:49:31 UTC (rev 153519)
+++ PKGBUILD2015-12-17 06:54:54 UTC (rev 153520)
@@ -4,33 +4,39 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=2.92.3.20151211
-_commit=67c7eb27e302655c4046ceec121b7e75e287e591
+pkgver=2.92.3.20151217
+_commit=e67977faf52aaf6c88b9faa71be9a88d574e4a45
 #_golibver=0.4.3
-_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
+_golibrev=198ee129310023cc693ff79dfb5a0f2deb54f134
 #_dbusfactoryver=2.92.2
-_dbusfactoryrev=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
+_dbusfactoryrev=2141b28feabadb94c20721f8f7ee2a2d5d373227
+_girgeneratorrev=55cc72169a21e1e9a284926b9d4c0423c5a0afb1
 pkgrel=1
 pkgdesc='Go-lang bingdings for dde-daemon'
 arch=('i686' 'x86_64')
 url="https://gitcafe.com/Deepin/dde-api;
 license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'gcc-go' 'poppler-glib' 'deepin-metacity' 'xcur2png')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'gcc-libs>=5.3.0-3' 'poppler-glib' 'deepin-metacity' 'xcur2png')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 
'gcc-go')
 conflicts=('dde-api')
 replaces=('dde-api')
 groups=('deepin')
-makedepends=('git' 'deepin-dbus-generator' 'bzr')
 source=(#"git+https://github.com/linuxdeepin/dde-api.git#tag=$pkgver;
 "git+https://github.com/linuxdeepin/dde-api.git#commit=$_commit;
 #"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;
 "git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;
 
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
-
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;)
+
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;
+
"git+https://github.com/linuxdeepin/go-gir-generator.git#commit=$_girgeneratorrev;)
 sha256sums=('SKIP'
 'SKIP'
+'SKIP'
 'SKIP')
 
 prepare() {
+  sed -i "s|\"\${LDFLAGS}\"|\"\${LDFLAGS} $CFLAGS $LDFLAGS\"|" dde-api/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
   export GOPATH="$srcdir/build"
   mkdir -p build/src/pkg.deepin.io/lib
   cp -a go-lib/* build/src/pkg.deepin.io/lib
@@ -44,6 +50,11 @@
   cd "$srcdir/dbus-factory"
   make install-golang
 
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
   cd "$srcdir/dde-api"
   make USE_GCCGO=1
 }
@@ -50,8 +61,5 @@
 
 package() {
   cd dde-api
-  make DESTDIR="${pkgdir}" install-binary
-
-  mv "$pkgdir"/{lib/systemd,usr/lib/}
-  rmdir "$pkgdir/lib"
+  make DESTDIR="${pkgdir}" SYSTEMD_LIB_DIR=/usr/lib install-binary
 }


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

2015-12-16 Thread Gaetan Bisson
Date: Thursday, December 17, 2015 @ 08:08:28
  Author: bisson
Revision: 256688

remove unneeded option

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 05:35:48 UTC (rev 256687)
+++ PKGBUILD2015-12-17 07:08:28 UTC (rev 256688)
@@ -43,7 +43,6 @@
--libexecdir=/usr/lib/gnupg \
--enable-maintainer-mode \
--enable-symcryptrun \
-   --enable-gpgtar \
 
make
 }


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 08:09:16
  Author: fyan
Revision: 153528

upgpkg: deepin-daemon 2.93.4.20151217-2

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 06:57:42 UTC (rev 153527)
+++ PKGBUILD2015-12-17 07:09:16 UTC (rev 153528)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-daemon
 pkgver=2.93.4.20151217
-_commit=944dbe01ea3aff953f9b78e7f3aa7c45ca5f8b23
+_commit=3e575e96abe137c58cbe32f8e228ca817e8c977a
 #_golibver=0.4.3
 _golibrev=198ee129310023cc693ff79dfb5a0f2deb54f134
 #_deepinapiver=2.92.3
@@ -14,7 +14,7 @@
 _dbusfactoryrev=2141b28feabadb94c20721f8f7ee2a2d5d373227
 _girgeneratorrev=55cc72169a21e1e9a284926b9d4c0423c5a0afb1
 _desktopbaserev=af086a257aafc81a854dfe7accd9e5600b849960
-pkgrel=1
+pkgrel=2
 pkgdesc='Daemon handling the DDE session settings'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-daemon;
@@ -23,7 +23,7 @@
  'rfkill' 'acpid' 'bluez' 'deepin-notifications' 'iso-codes' 
'lsb-release'
  'mobile-broadband-provider-info' 'polkit-gnome' 'udisks2' 'upower' 
'gcc-libs>=5.3.0-3'
  'libxkbfile' 'accountsservice')
-makedepends=('deepin-dbus-generator' 'deepin-gir-generator' 'sqlite' 'git' 
'mercurial')
+makedepends=('deepin-dbus-generator' 'deepin-gir-generator' 'sqlite' 'git' 
'mercurial' 'gcc-go')
 optdepends=('networkmanager: Network Management daemon'
 'deepin-grub2-themes: deepin theme for grub menu')
 conflicts=('dde-daemon')


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 08:16:53
  Author: fyan
Revision: 153536

upgpkg: deepin-session-ui 2.90.3.20151217-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 07:15:34 UTC (rev 153535)
+++ PKGBUILD2015-12-17 07:16:53 UTC (rev 153536)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=2.90.3.20151214
-_commit=3bc9b3fdc8293c18e31dac100e51cde2370906e9
+pkgver=2.90.3.20151217
+_commit=adf11ce2d28143d861ff338eb2a01faa660d2784
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('i686' 'x86_64')


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 08:15:15
  Author: fyan
Revision: 153534

upgpkg: deepin-gtk-theme 3.18.0.20151215-1

Modified:
  deepin-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 07:13:53 UTC (rev 153533)
+++ PKGBUILD2015-12-17 07:15:15 UTC (rev 153534)
@@ -4,8 +4,9 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-gtk-theme
-pkgver=3.18.0
-pkgrel=2
+pkgver=3.18.0.20151215
+_commit=935d88d13e4904601fb8b6b3e201c4c4904304fd
+pkgrel=1
 pkgdesc="Deepin GTK Theme"
 arch=('any')
 url="https://gitcafe.com/Deepin/deepin-gtk-theme;
@@ -13,7 +14,7 @@
 makedepends=('git')
 optdepends=('gtk-engine-murrine: for gtk2 themes')
 groups=('deepin')
-source=("git+https://github.com/linuxdeepin/deepin-gtk-theme.git#tag=$pkgver;)
+source=("git+https://github.com/linuxdeepin/deepin-gtk-theme.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 package() {


[arch-commits] Commit in deepin-gtk-theme/repos (2 files)

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 08:15:34
  Author: fyan
Revision: 153535

archrelease: copy trunk to community-testing-any

Added:
  deepin-gtk-theme/repos/community-testing-any/
  deepin-gtk-theme/repos/community-testing-any/PKGBUILD
(from rev 153534, deepin-gtk-theme/trunk/PKGBUILD)

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

Copied: deepin-gtk-theme/repos/community-testing-any/PKGBUILD (from rev 153534, 
deepin-gtk-theme/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-12-17 07:15:34 UTC (rev 153535)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-gtk-theme
+pkgver=3.18.0.20151215
+_commit=935d88d13e4904601fb8b6b3e201c4c4904304fd
+pkgrel=1
+pkgdesc="Deepin GTK Theme"
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-gtk-theme;
+license=('LGPL3')
+makedepends=('git')
+optdepends=('gtk-engine-murrine: for gtk2 themes')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-gtk-theme.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+package() {
+  install -dm0755 "${pkgdir}"/usr/share/themes
+  cp -a deepin-gtk-theme/Deepin "${pkgdir}"/usr/share/themes/
+}


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 06:35:39
  Author: fyan
Revision: 153504

upgpkg: python-requests-toolbelt 0.5.1-1

Modified:
  python-requests-toolbelt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 05:33:33 UTC (rev 153503)
+++ PKGBUILD2015-12-17 05:35:39 UTC (rev 153504)
@@ -5,7 +5,7 @@
 pkgbase=python-requests-toolbelt
 pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
 _pkgname=requests-toolbelt
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc="A toolbelt of useful classes and functions to be used with 
python-requests."
 arch=('any')


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:57:23
  Author: fyan
Revision: 153526

upgpkg: deepin-icon-theme 15.10.4.20151217-1

Modified:
  deepin-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 06:57:16 UTC (rev 153525)
+++ PKGBUILD2015-12-17 06:57:23 UTC (rev 153526)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-icon-theme
-pkgver=15.10.4.20151214
-_commit=9c3672f9608fd245997800b703956dd7b7fd2861
+pkgver=15.10.4.20151217
+_commit=74c680002e9151c54e0e0c1f684ed85ffdafd748
 pkgrel=1
 pkgdesc="Deepin Icons"
 arch=('any')
@@ -33,5 +33,5 @@
 
 package() {
   cd "${pkgname}"
-  make DESTDIR="$pkgdir" install -j1
+  make DESTDIR="$pkgdir" install
 }


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:57:16
  Author: fyan
Revision: 153525

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

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

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

Copied: startdde/repos/community-testing-i686/PKGBUILD (from rev 153524, 
startdde/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-17 06:57:16 UTC (rev 153525)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=2.92.2.20151217
+_commit=63ad56eb0826365dc1629c028ceb66fff36d680b
+#_golibver=0.4.3
+_golibrev=198ee129310023cc693ff79dfb5a0f2deb54f134
+#_deepinapiver=2.92.2
+_deepinapirev=e67977faf52aaf6c88b9faa71be9a88d574e4a45
+#_dbusfactoryver=2.92.2
+_dbusfactoryrev=2141b28feabadb94c20721f8f7ee2a2d5d373227
+_girgeneratorrev=55cc72169a21e1e9a284926b9d4c0423c5a0afb1
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('gcc-libs>=5.3.0-3' 'deepin-daemon' 'deepin-wm-switcher')
+makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 
'deepin-gir-generator' 'gcc-go' 'python2' 'webkitgtk' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/startdde.git#commit=$_commit;
+#"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;
+"git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;
+#"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver;
+"git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev;
+
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
+
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;
+
"git+https://github.com/linuxdeepin/go-gir-generator.git#commit=$_girgeneratorrev;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
startdde/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
+}
+
+build() {
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
+  cd "$srcdir/startdde"
+  make USE_GCCGO=1
+}
+
+package() {
+  cd startdde
+  make DESTDIR="${pkgdir}" install
+}

Copied: startdde/repos/community-testing-x86_64/PKGBUILD (from rev 153524, 
startdde/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-17 06:57:16 UTC (rev 153525)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=2.92.2.20151217
+_commit=63ad56eb0826365dc1629c028ceb66fff36d680b
+#_golibver=0.4.3
+_golibrev=198ee129310023cc693ff79dfb5a0f2deb54f134
+#_deepinapiver=2.92.2
+_deepinapirev=e67977faf52aaf6c88b9faa71be9a88d574e4a45
+#_dbusfactoryver=2.92.2
+_dbusfactoryrev=2141b28feabadb94c20721f8f7ee2a2d5d373227
+_girgeneratorrev=55cc72169a21e1e9a284926b9d4c0423c5a0afb1
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('gcc-libs>=5.3.0-3' 'deepin-daemon' 'deepin-wm-switcher')
+makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 
'deepin-gir-generator' 'gcc-go' 'python2' 'webkitgtk' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/startdde.git#commit=$_commit;
+#"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;
+"git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;
+#"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver;
+

[arch-commits] Commit in deepin-icon-theme/repos (2 files)

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 07:57:42
  Author: fyan
Revision: 153527

archrelease: copy trunk to community-testing-any

Added:
  deepin-icon-theme/repos/community-testing-any/
  deepin-icon-theme/repos/community-testing-any/PKGBUILD
(from rev 153526, deepin-icon-theme/trunk/PKGBUILD)

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

Copied: deepin-icon-theme/repos/community-testing-any/PKGBUILD (from rev 
153526, deepin-icon-theme/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-12-17 06:57:42 UTC (rev 153527)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-icon-theme
+pkgver=15.10.4.20151217
+_commit=74c680002e9151c54e0e0c1f684ed85ffdafd748
+pkgrel=1
+pkgdesc="Deepin Icons"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-icon-theme;
+license=('GPL3')
+replaces=('deepin-cursor-theme')
+conflicts=('deepin-cursor-theme')
+depends=('flattr-icon-theme')
+makedepends=('git' 'inkscape')
+source=("git+https://github.com/linuxdeepin/deepin-icon-theme.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  sed 's\flattr\Flattr\' -i deepin/index.theme
+  sed 's\Faenza\Adwaita\' -i deepin/index.theme
+
+  mkdir -p build
+}
+
+build() {
+  cd "${pkgname}"
+  python2 tools/convert.py deepin build
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in deepin-daemon/repos (16 files)

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 08:10:15
  Author: fyan
Revision: 153529

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

Added:
  deepin-daemon/repos/community-testing-i686/PKGBUILD
(from rev 153528, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-testing-i686/deepin-daemon.install
(from rev 153528, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-testing-i686/deepin-daemon.sysusers
(from rev 153528, deepin-daemon/trunk/deepin-daemon.sysusers)
  
deepin-daemon/repos/community-testing-i686/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 153528, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
  deepin-daemon/repos/community-testing-x86_64/PKGBUILD
(from rev 153528, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.install
(from rev 153528, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.sysusers
(from rev 153528, deepin-daemon/trunk/deepin-daemon.sysusers)
  
deepin-daemon/repos/community-testing-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 153528, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
Deleted:
  deepin-daemon/repos/community-testing-i686/PKGBUILD
  deepin-daemon/repos/community-testing-i686/deepin-daemon.install
  deepin-daemon/repos/community-testing-i686/deepin-daemon.sysusers
  
deepin-daemon/repos/community-testing-i686/polkit-gnome-authentication-agent-1-deepin.desktop
  deepin-daemon/repos/community-testing-x86_64/PKGBUILD
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.sysusers
  
deepin-daemon/repos/community-testing-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop

-+
 /PKGBUILD   |  
186 ++
 /deepin-daemon.install  |  
 26 +
 /deepin-daemon.sysusers |  
  4 
 /polkit-gnome-authentication-agent-1-deepin.desktop |  
174 +
 community-testing-i686/PKGBUILD |  
 93 -
 community-testing-i686/deepin-daemon.install|  
 13 
 community-testing-i686/deepin-daemon.sysusers   |  
  2 
 community-testing-i686/polkit-gnome-authentication-agent-1-deepin.desktop   |  
 87 
 community-testing-x86_64/PKGBUILD   |  
 93 -
 community-testing-x86_64/deepin-daemon.install  |  
 13 
 community-testing-x86_64/deepin-daemon.sysusers |  
  2 
 community-testing-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop |  
 87 
 12 files changed, 390 insertions(+), 390 deletions(-)

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


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 08:17:22
  Author: fyan
Revision: 153537

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

Added:
  deepin-session-ui/repos/community-testing-i686/
  deepin-session-ui/repos/community-testing-i686/PKGBUILD
(from rev 153536, deepin-session-ui/trunk/PKGBUILD)
  deepin-session-ui/repos/community-testing-x86_64/
  deepin-session-ui/repos/community-testing-x86_64/PKGBUILD
(from rev 153536, deepin-session-ui/trunk/PKGBUILD)

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

Copied: deepin-session-ui/repos/community-testing-i686/PKGBUILD (from rev 
153536, deepin-session-ui/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-17 07:17:22 UTC (rev 153537)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=2.90.3.20151217
+_commit=adf11ce2d28143d861ff338eb2a01faa660d2784
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'libdui' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon'
+ 'deepin-control-center' 'startdde' 'gtk2')
+makedepends=('git')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("git+https://github.com/linuxdeepin/dde-session-ui.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+build() {
+  cd "dde-session-ui"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "dde-session-ui"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: deepin-session-ui/repos/community-testing-x86_64/PKGBUILD (from rev 
153536, deepin-session-ui/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-17 07:17:22 UTC (rev 153537)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=2.90.3.20151217
+_commit=adf11ce2d28143d861ff338eb2a01faa660d2784
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'libdui' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon'
+ 'deepin-control-center' 'startdde' 'gtk2')
+makedepends=('git')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("git+https://github.com/linuxdeepin/dde-session-ui.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+build() {
+  cd "dde-session-ui"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "dde-session-ui"
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 08:25:21
  Author: fyan
Revision: 153540

upgpkg: deepin-desktop 2.90.3.20151217-1

Modified:
  deepin-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 07:21:53 UTC (rev 153539)
+++ PKGBUILD2015-12-17 07:25:21 UTC (rev 153540)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop
-pkgver=2.90.3.20151210
-_commit=b1fac6af162cb1417f7c3dc91b3c7d6218517d69
+pkgver=2.90.3.20151217
+_commit=8074bf4f6ad5f449d7e39d6de539f55ba5b3815e
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Desktop module'
 arch=('i686' 'x86_64')


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

2015-12-16 Thread Levente Polyak
Date: Thursday, December 17, 2015 @ 01:02:26
  Author: anthraxx
Revision: 153475

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-17 00:02:15 UTC (rev 153474)
+++ community-i686/PKGBUILD 2015-12-17 00:02:26 UTC (rev 153475)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=1.95b
-pkgrel=2
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url="http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-  'gnuplot: graph plotting support'
-)
-makedepends=('clang' 'llvm' 'gcc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('833f8a5d6f1c80afcfe07dd07f845f502106be5aa647f50a8ac430cfc929731f339797e74cbf835629de441af3dd5171fa99a8d9844f31a34fa65ee645850420')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 153474, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-17 00:02:26 UTC (rev 153475)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=1.96b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url="http://lcamtuf.coredump.cx/afl/;
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+  'llvm: experimental clang-fast instrumentation support'
+  'gnuplot: graph plotting support'
+)
+makedepends=('clang' 'llvm' 'gcc')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('a55d89ffe9c89586b70f8a9ab80330cc0511f453d5918045ec06289093ca5321611b08a522bb058e3c16ddc9b5d5ec221ce1cab9819b79f4738cba15f2aadff0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-17 00:02:15 UTC (rev 153474)
+++ community-x86_64/PKGBUILD   2015-12-17 00:02:26 UTC (rev 153475)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=1.95b
-pkgrel=2
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url="http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-  'gnuplot: graph plotting support'
-)
-makedepends=('clang' 'llvm' 'gcc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('833f8a5d6f1c80afcfe07dd07f845f502106be5aa647f50a8ac430cfc929731f339797e74cbf835629de441af3dd5171fa99a8d9844f31a34fa65ee645850420')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr

[arch-commits] Commit in gcc-multilib/repos (7 files)

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 01:57:37
  Author: fyan
Revision: 153479

archrelease: copy trunk to multilib-testing-x86_64

Added:
  gcc-multilib/repos/multilib-testing-x86_64/
  gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 153478, gcc-multilib/trunk/PKGBUILD)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-ada.install
(from rev 153478, gcc-multilib/trunk/gcc-ada.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-fortran.install
(from rev 153478, gcc-multilib/trunk/gcc-fortran.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-go.install
(from rev 153478, gcc-multilib/trunk/gcc-go.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-libs.install
(from rev 153478, gcc-multilib/trunk/gcc-libs.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc.install
(from rev 153478, gcc-multilib/trunk/gcc.install)

-+
 PKGBUILD|  395 ++
 gcc-ada.install |   20 ++
 gcc-fortran.install |   16 ++
 gcc-go.install  |   20 ++
 gcc-libs.install|   16 ++
 gcc.install |   20 ++
 6 files changed, 487 insertions(+)

Copied: gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD (from rev 153478, 
gcc-multilib/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-12-17 00:57:37 UTC (rev 153479)
@@ -0,0 +1,395 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
+pkgver=5.3.0
+_pkgver=5
+_islver=0.15
+pkgrel=3
+#_snapshot=5-20150623
+pkgdesc="The GNU Compiler Collection for multilib"
+arch=('x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url="http://gcc.gnu.org;
+makedepends=('binutils>=2.25' 'libmpc' 'gcc-ada-multilib' 'doxygen'
+ 'lib32-glibc>=2.22')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
+md5sums=('c9616fd448f980259c31de613e575719'
+ '8428efbbc6f6e2810ce5c1ba73ecf98c')
+
+if [ -n "${_snapshot}" ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+_libdir="usr/lib/gcc/$CHOST/$pkgver"
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # link isl for in-tree build
+  ln -s ../isl-${_islver} isl
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver} > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix --enable-libmpx \
+  --with-system-zlib --with-isl --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-lto --enable-plugin --enable-install-libiberty \
+  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
+  --enable-multilib --disable-werror \
+  --enable-checking=release
+
+  make
+  
+  # make documentation
+  make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
+}
+
+check() {
+  cd ${srcdir}/gcc-build
+
+  # increase stack size to prevent test failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
+  ulimit -s 32768
+
+  # do not abort on error as some are "expected"
+  make -k check || true
+  ${srcdir}/${_basedir}/contrib/test_summary
+}
+
+package_lib32-gcc-libs()
+{
+  pkgdesc="Runtime libraries shipped by GCC (32-bit)"
+  depends=('lib32-glibc>=2.22')
+  options=('!emptydirs' '!strip')
+
+  cd ${srcdir}/gcc-build
+
+  make -C $CHOST/32/libgcc DESTDIR=${pkgdir} install-shared
+  rm ${pkgdir}/${_libdir}/32/libgcc_eh.a
+
+  for lib 

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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 02:05:39
  Author: fyan
Revision: 153480

upgpkg: haskell-http-conduit 2.1.8-7

rebuild with auto-update-0.1.3, http-client-0.4.26.1

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 00:57:37 UTC (rev 153479)
+++ PKGBUILD2015-12-17 01:05:39 UTC (rev 153480)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.1.8
-pkgrel=6
+pkgrel=7
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("custom:BSD3")


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 02:12:59
  Author: fyan
Revision: 153485

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

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

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

Copied: haskell-pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 
153484, haskell-pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-17 01:12:59 UTC (rev 153485)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-crossref
+pkgname=haskell-pandoc-crossref
+pkgver=0.1.6.0
+pkgrel=6
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-data-default" "haskell-mtl" "pandoc" 
"haskell-pandoc-types"
+ "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('c77a309552b54bb03b7e2624dc45fdf6452dd63756f8955b5db5480df45cedf0')
+
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: 
haskell-pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
 (from rev 153484, 
haskell-pandoc-crossref/trunk/haskell-pandoc-crossref.install)
===
--- community-staging-i686/haskell-pandoc-crossref.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-crossref.install  2015-12-17 
01:12:59 UTC (rev 153485)
@@ -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: haskell-pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from 
rev 153484, haskell-pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-17 01:12:59 UTC (rev 153485)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-crossref
+pkgname=haskell-pandoc-crossref
+pkgver=0.1.6.0
+pkgrel=6
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("GPL2")
+arch=('i686' 

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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 02:12:30
  Author: fyan
Revision: 153484

upgpkg: haskell-pandoc-crossref 0.1.6.0-6

rebuild with auto-update-0.1.3, http-client-0.4.26.1

Modified:
  haskell-pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 01:07:17 UTC (rev 153483)
+++ PKGBUILD2015-12-17 01:12:30 UTC (rev 153484)
@@ -5,7 +5,7 @@
 _hkgname=pandoc-crossref
 pkgname=haskell-pandoc-crossref
 pkgver=0.1.6.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("GPL2")


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 01:54:39
  Author: fyan
Revision: 153477

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

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

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

Copied: haskell-pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 
153476, haskell-pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-17 00:54:39 UTC (rev 153477)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-citeproc
+pkgname=haskell-pandoc-citeproc
+pkgver=0.8.1.3
+pkgrel=15
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "pandoc" "haskell-pandoc-types" "haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('aa15ff9cbb9c1cca504943c94cd891e23944cb0106172886821cb048a9726c7d')
+
+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-debug -f-test_citeproc -f-unicode_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() {
+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-pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
 (from rev 153476, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2015-12-17 
00:54:39 UTC (rev 153477)
@@ -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() {
+  ${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-pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from 
rev 153476, haskell-pandoc-citeproc/trunk/PKGBUILD)

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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 01:53:47
  Author: fyan
Revision: 153476

upgpkg: haskell-pandoc-citeproc 0.8.1.3-15

rebuild with auto-update-0.1.3, http-client-0.4.26.1

Modified:
  haskell-pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 00:02:26 UTC (rev 153475)
+++ PKGBUILD2015-12-17 00:53:47 UTC (rev 153476)
@@ -5,7 +5,7 @@
 _hkgname=pandoc-citeproc
 pkgname=haskell-pandoc-citeproc
 pkgver=0.8.1.3
-pkgrel=14
+pkgrel=15
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 01:56:55
  Author: fyan
Revision: 153478

upgpkg: gcc-multilib 5.3.0-3

sync with [testing]

Modified:
  gcc-multilib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 00:54:39 UTC (rev 153477)
+++ PKGBUILD2015-12-17 00:56:55 UTC (rev 153478)
@@ -9,7 +9,7 @@
 pkgver=5.3.0
 _pkgver=5
 _islver=0.15
-pkgrel=2
+pkgrel=3
 #_snapshot=5-20150623
 pkgdesc="The GNU Compiler Collection for multilib"
 arch=('x86_64')
@@ -108,6 +108,7 @@
   for lib in libatomic \
  libcilkrts \
  libgfortran \
+ libgo \
  libgomp \
  libitm \
  libquadmath \
@@ -147,6 +148,7 @@
   for lib in libatomic \
  libcilkrts \
  libgfortran \
+ libgo \
  libgomp \
  libitm \
  libquadmath \
@@ -381,6 +383,7 @@
   cd ${srcdir}/gcc-build
   make -C $CHOST/libgo DESTDIR=$pkgdir install-exec-am
   make -C $CHOST/32/libgo DESTDIR=$pkgdir install-exec-am
+  rm ${pkgdir}/usr/lib/libgo.so* ${pkgdir}/usr/lib32/libgo.so*
   make -C gcc DESTDIR=$pkgdir go.install-{common,man,info}
   install -Dm755 gcc/go1 $pkgdir/${_libdir}/go1
 


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

2015-12-16 Thread Levente Polyak
Date: Thursday, December 17, 2015 @ 01:02:15
  Author: anthraxx
Revision: 153474

upgpkg: afl 1.96b-1

upgpkg: afl 1.96b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 22:34:09 UTC (rev 153473)
+++ PKGBUILD2015-12-17 00:02:15 UTC (rev 153474)
@@ -2,11 +2,11 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.95b
-pkgrel=2
+pkgver=1.96b
+pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url="http://lcamtuf.coredump.cx/afl/;
 arch=('i686' 'x86_64')
-url="http://lcamtuf.coredump.cx/afl/;
 license=('Apache')
 depends=('glibc' 'bash')
 optdepends=(
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('833f8a5d6f1c80afcfe07dd07f845f502106be5aa647f50a8ac430cfc929731f339797e74cbf835629de441af3dd5171fa99a8d9844f31a34fa65ee645850420')
+sha512sums=('a55d89ffe9c89586b70f8a9ab80330cc0511f453d5918045ec06289093ca5321611b08a522bb058e3c16ddc9b5d5ec221ce1cab9819b79f4738cba15f2aadff0')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 02:06:10
  Author: fyan
Revision: 153481

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

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

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

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
153480, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-17 01:06:10 UTC (rev 153481)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.8
+pkgrel=7
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-conduit" "haskell-http-client" 
"haskell-http-client-tls"
+ "haskell-http-types" "haskell-lifted-base" "haskell-monad-control" 
"haskell-mtl"
+ "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('550d86ea9ee6dd90994a460c5c85ddc861fb5c0f007304dc4a2e2035f980ea3d')
+
+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-http-conduit/repos/community-staging-i686/haskell-http-conduit.install 
(from rev 153480, haskell-http-conduit/trunk/haskell-http-conduit.install)
===
--- community-staging-i686/haskell-http-conduit.install 
(rev 0)
+++ community-staging-i686/haskell-http-conduit.install 2015-12-17 01:06:10 UTC 
(rev 153481)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-conduit
+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-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
153480, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-17 01:06:10 UTC (rev 153481)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.8
+pkgrel=7
+pkgdesc="HTTP client package with conduit 

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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 02:07:17
  Author: fyan
Revision: 153483

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

Added:
  haskell-persistent-sqlite/repos/community-staging-i686/
  haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD
(from rev 153482, haskell-persistent-sqlite/trunk/PKGBUILD)
  
haskell-persistent-sqlite/repos/community-staging-i686/haskell-persistent-sqlite.install
(from rev 153482, 
haskell-persistent-sqlite/trunk/haskell-persistent-sqlite.install)
  haskell-persistent-sqlite/repos/community-staging-x86_64/
  haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD
(from rev 153482, haskell-persistent-sqlite/trunk/PKGBUILD)
  
haskell-persistent-sqlite/repos/community-staging-x86_64/haskell-persistent-sqlite.install
(from rev 153482, 
haskell-persistent-sqlite/trunk/haskell-persistent-sqlite.install)

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

Copied: haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD (from 
rev 153482, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-17 01:07:17 UTC (rev 153483)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.2
+pkgrel=7
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
+ "haskell-resourcet" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f11005a23df9ad0740111e675aab42f40eda7e37f4996ebae15e1fe48692c794')
+
+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-build-sanity-exe -f-systemlib
+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-persistent-sqlite/repos/community-staging-i686/haskell-persistent-sqlite.install
 (from rev 153482, 
haskell-persistent-sqlite/trunk/haskell-persistent-sqlite.install)
===
--- community-staging-i686/haskell-persistent-sqlite.install
(rev 0)
+++ community-staging-i686/haskell-persistent-sqlite.install2015-12-17 
01:07:17 UTC (rev 153483)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-persistent-sqlite
+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-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 153482, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-17 01:07:17 UTC (rev 153483)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch 

  1   2   3   >