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

2015-12-14 Thread Jan Steffens
Date: Tuesday, December 15, 2015 @ 01:53:03
  Author: heftig
Revision: 153335

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

Added:
  rubinius/repos/community-i686/PKGBUILD
(from rev 153334, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-i686/dirs.patch
(from rev 153334, rubinius/trunk/dirs.patch)
  rubinius/repos/community-i686/gemrc
(from rev 153334, rubinius/trunk/gemrc)
  rubinius/repos/community-x86_64/PKGBUILD
(from rev 153334, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-x86_64/dirs.patch
(from rev 153334, rubinius/trunk/dirs.patch)
  rubinius/repos/community-x86_64/gemrc
(from rev 153334, rubinius/trunk/gemrc)
Deleted:
  rubinius/repos/community-i686/PKGBUILD
  rubinius/repos/community-i686/dirs.patch
  rubinius/repos/community-i686/gemrc
  rubinius/repos/community-x86_64/PKGBUILD
  rubinius/repos/community-x86_64/dirs.patch
  rubinius/repos/community-x86_64/gemrc

-+
 /PKGBUILD   |  174 ++
 /dirs.patch |   42 ++
 /gemrc  |   10 ++
 community-i686/PKGBUILD |   87 -
 community-i686/dirs.patch   |   21 -
 community-i686/gemrc|5 -
 community-x86_64/PKGBUILD   |   87 -
 community-x86_64/dirs.patch |   21 -
 community-x86_64/gemrc  |5 -
 9 files changed, 226 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-15 00:46:40 UTC (rev 153334)
+++ community-i686/PKGBUILD 2015-12-15 00:53:03 UTC (rev 153335)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=2.5.8
-pkgrel=3
-pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
-arch=(i686 x86_64)
-url="http://rubini.us;
-license=(custom)
-depends=(llvm35-libs libffi openssl libyaml)
-makedepends=(llvm35 ruby)
-options=(!emptydirs)
-source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
-gemrc dirs.patch)
-sha256sums=('d6b411732aa035865f2855845abe5405119560f0979062672d576601de89e59a'
-'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
-
-_common() {
-  export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8"
-  cd $pkgbase-$pkgver
-}
-
-prepare() {
-  _common
-
-  patch -Np1 -i ../dirs.patch
-
-  mkdir -p "$GEM_HOME"
-  gem install --no-user-install -N vendor/cache/bundler-*.gem
-
-  "$GEM_HOME/bin/bundle" install --local
-}
-
-build() {
-  _common
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---includedir=/usr/include/rubinius \
---appdir=/usr/lib/rubinius \
---gemsdir=/usr/lib/rubinius/gems \
---llvm-shared \
---preserve-prefix \
---without-rpath \
---bin-link bundle --bin-link bundler
-  rake build
-}
-
-check() {
-  _common
-  rake vm:test || :
-}
-
-package_rubinius() {
-  optdepends=('ruby-docs: Ruby documentation')
-
-  _common
-
-  DESTDIR="$pkgdir" rake install
-
-  mkdir -p "$pkgdir/usr/share/ri"
-  ln -s 2.2.0 "$pkgdir/usr/share/ri/2.1"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/rubinius/LICENSE"
-
-### Split rubinius-ruby
-  mkdir -p "$srcdir/ruby/usr/bin"
-  for _f in "$pkgdir"/usr/bin/*; do
-[[ $_f == */rbx ]] && continue
-mv $_f "$srcdir/ruby/usr/bin"
-  done
-}
-
-package_rubinius-ruby() {
-  pkgdesc="Ruby compat for Rubinius"
-  depends=("rubinius=$pkgver-$pkgrel")
-  provides=(ruby)
-  conflicts=(ruby)
-  backup=(etc/gemrc)
-
-  mv ruby/* "$pkgdir"
-  install -Dm644 gemrc "$pkgdir/etc/gemrc"
-  install -d "$pkgdir/usr/share/licenses/rubinius-ruby"
-  ln -s ../rubinius/LICENSE "$pkgdir/usr/share/licenses/rubinius-ruby/LICENSE"
-}

Copied: rubinius/repos/community-i686/PKGBUILD (from rev 153334, 
rubinius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-15 00:53:03 UTC (rev 153335)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=2.6
+pkgrel=1
+pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
+arch=(i686 x86_64)
+url="http://rubini.us;
+license=(custom)
+depends=(llvm35-libs libffi openssl libyaml)
+makedepends=(llvm35 ruby)
+options=(!emptydirs)
+source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch)
+sha256sums=('f63bbcca7d1bc71b4c20a3bd5748430be001f3a39b14a903d3d4ca39a657cfe0'
+'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
+'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
+
+_common() {
+  export 

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

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 02:50:44
  Author: fyan
Revision: 153340

upgpkg: python-requests-oauthlib 0.6.0-1

Modified:
  python-requests-oauthlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-15 01:44:14 UTC (rev 153339)
+++ PKGBUILD2015-12-15 01:50:44 UTC (rev 153340)
@@ -6,8 +6,7 @@
 pkgbase=python-requests-oauthlib
 pkgname=('python-requests-oauthlib' 'python2-requests-oauthlib')
 _pypiname=requests-oauthlib
-pkgver=0.5.0.20151023
-_commit=bf626f942188c62606f62b12ab1a0e93bfe3
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="First-class OAuth library support for Requests"
 arch=('any')
@@ -17,7 +16,7 @@
  'python-oauthlib' 'python2-oauthlib' 'git')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock'
   'python-pyjwt' 'python2-pyjwt')
-source=("git+https://github.com/requests/requests-oauthlib.git#commit=$_commit;)
+source=("git+https://github.com/requests/requests-oauthlib.git#tag=v$pkgver;)
 md5sums=('SKIP')
 
 prepare() {


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

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 02:51:07
  Author: fyan
Revision: 153341

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  113 ++---
 1 file changed, 56 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-15 01:50:44 UTC (rev 153340)
+++ PKGBUILD2015-12-15 01:51:07 UTC (rev 153341)
@@ -1,57 +0,0 @@
-# $Id: PKGBUILD 122344 2014-11-11 08:16:49Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Sebastien Leduc 
-# Contributor: Roberto Catini 
-
-pkgbase=python-requests-oauthlib
-pkgname=('python-requests-oauthlib' 'python2-requests-oauthlib')
-_pypiname=requests-oauthlib
-pkgver=0.5.0.20151023
-_commit=bf626f942188c62606f62b12ab1a0e93bfe3
-pkgrel=1
-pkgdesc="First-class OAuth library support for Requests"
-arch=('any')
-url="https://pypi.python.org/pypi/requests-oauthlib;
-license=('custom:ISC')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
- 'python-oauthlib' 'python2-oauthlib' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock'
-  'python-pyjwt' 'python2-pyjwt')
-source=("git+https://github.com/requests/requests-oauthlib.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a ${_pypiname}{,-py2}
-}
-
-build() {
-  cd "$srcdir/${_pypiname}"
-  python setup.py build
-
-  cd "$srcdir/${_pypiname}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/${_pypiname}"
-  py.test
-
-  cd "$srcdir/${_pypiname}-py2"
-  py.test2
-}
-
-package_python-requests-oauthlib() {
-  depends=('python-requests' 'python-oauthlib')
-
-  cd "$srcdir/${_pypiname}"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-requests-oauthlib() {
-  depends=('python2-requests' 'python2-oauthlib')
-
-  cd "$srcdir/${_pypiname}-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-requests-oauthlib/repos/community-any/PKGBUILD (from rev 153340, 
python-requests-oauthlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-15 01:51:07 UTC (rev 153341)
@@ -0,0 +1,56 @@
+# $Id: PKGBUILD 122344 2014-11-11 08:16:49Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Sebastien Leduc 
+# Contributor: Roberto Catini 
+
+pkgbase=python-requests-oauthlib
+pkgname=('python-requests-oauthlib' 'python2-requests-oauthlib')
+_pypiname=requests-oauthlib
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="First-class OAuth library support for Requests"
+arch=('any')
+url="https://pypi.python.org/pypi/requests-oauthlib;
+license=('custom:ISC')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+ 'python-oauthlib' 'python2-oauthlib' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock'
+  'python-pyjwt' 'python2-pyjwt')
+source=("git+https://github.com/requests/requests-oauthlib.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a ${_pypiname}{,-py2}
+}
+
+build() {
+  cd "$srcdir/${_pypiname}"
+  python setup.py build
+
+  cd "$srcdir/${_pypiname}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/${_pypiname}"
+  py.test
+
+  cd "$srcdir/${_pypiname}-py2"
+  py.test2
+}
+
+package_python-requests-oauthlib() {
+  depends=('python-requests' 'python-oauthlib')
+
+  cd "$srcdir/${_pypiname}"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-requests-oauthlib() {
+  depends=('python2-requests' 'python2-oauthlib')
+
+  cd "$srcdir/${_pypiname}-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-12-14 Thread Jan Steffens
Date: Tuesday, December 15, 2015 @ 01:27:51
  Author: heftig
Revision: 256090

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

Added:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
(from rev 256089, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
(from rev 256089, gst-plugins-bad/trunk/PKGBUILD)
Deleted:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  100 
 extra-i686/PKGBUILD   |   47 --
 extra-x86_64/PKGBUILD |   47 --
 3 files changed, 100 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-15 00:25:52 UTC (rev 256089)
+++ extra-i686/PKGBUILD 2015-12-15 00:27:51 UTC (rev 256090)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-bad
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Bad Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc' 'rtmpdump' 'libgudev')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
- 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('650855e39ff56a8bb6cb0c192109c5926ce12f536d06e19ebf829de71ef396fe')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -vi
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name="GStreamer Bad Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---with-gtk=3.0
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # don't have a camera for the camerabin test
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-bad/repos/extra-i686/PKGBUILD (from rev 256089, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-15 00:27:51 UTC (rev 256090)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.6.2
+pkgrel=2
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca'
+ 'soundtouch' 'spandsp' 'libdvdnav' 'libmodplug' 'libgme' 'opus' 
'wayland' 'neon' 'libofa' 'fluidsynth'
+ 'openjpeg' 'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc' 
'rtmpdump' 'libgudev' 'graphene')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
+ 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb'
+ 'qt5-declarative' 'qt5-x11extras' 'qt5-wayland')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('650855e39ff56a8bb6cb0c192109c5926ce12f536d06e19ebf829de71ef396fe')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-15 00:25:52 UTC (rev 256089)
+++ extra-x86_64/PKGBUILD   2015-12-15 00:27:51 UTC (rev 256090)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-bad
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework 

[arch-commits] Commit in tlsh/trunk (fix-python3.patch)

2015-12-14 Thread Levente Polyak
Date: Tuesday, December 15, 2015 @ 01:28:51
  Author: anthraxx
Revision: 153332

upgpkg: tlsh 3.4.4-1

addpkg: tlsh 3.4.4-1

Added:
  tlsh/trunk/fix-python3.patch

---+
 fix-python3.patch |   35 +++
 1 file changed, 35 insertions(+)

Added: fix-python3.patch
===
--- fix-python3.patch   (rev 0)
+++ fix-python3.patch   2015-12-15 00:28:51 UTC (rev 153332)
@@ -0,0 +1,35 @@
+From 243124159ad0fcbbb1329100c233bbfae40ca0de Mon Sep 17 00:00:00 2001
+From: anthraxx 
+Date: Sat, 5 Dec 2015 21:56:21 +0100
+Subject: [PATCH] convert arg to bytes object before passing to
+ PyBytes_AsStringAndSize
+
+this fixes python3 and ensures for both, python2 and python3 that
+the passed argument is a string.
+---
+ py_ext/tlshmodule.cpp | 12 
+ 1 file changed, 12 insertions(+)
+
+diff --git a/py_ext/tlshmodule.cpp b/py_ext/tlshmodule.cpp
+index 409501b..8ed2335 100644
+--- a/py_ext/tlshmodule.cpp
 b/py_ext/tlshmodule.cpp
+@@ -178,6 +178,18 @@ Tlsh_fromTlshStr(tlsh_TlshObject *self, PyObject *args)
+ return PyErr_Format(PyExc_TypeError, "function takes exactly 1 
argument (%lu given)", PyTuple_Size(args));
+ 
+ arg = PyTuple_GetItem(args, 0);
++#if PY_MAJOR_VERSION >= 3
++if (!PyUnicode_Check(arg) || (arg = PyUnicode_AsASCIIString(arg)) == 
NULL) {
++  PyErr_SetString(PyExc_ValueError, "argument is not a TLSH hex string");
++  return NULL;
++}
++#else
++if (!PyString_Check(arg)) {
++  PyErr_SetString(PyExc_ValueError, "argument is not a TLSH hex string");
++  return NULL;
++}
++#endif
++
+ if (PyBytes_AsStringAndSize(arg, , ) == -1) {
+ PyErr_SetString(PyExc_ValueError, "argument is not a TLSH hex 
string");
+ return NULL;


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

2015-12-14 Thread Levente Polyak
Date: Tuesday, December 15, 2015 @ 01:28:25
  Author: anthraxx
Revision: 153331

addpkg: tlsh 3.4.4-1

Added:
  tlsh/
  tlsh/repos/
  tlsh/trunk/
  tlsh/trunk/PKGBUILD

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

Added: tlsh/trunk/PKGBUILD
===
--- tlsh/trunk/PKGBUILD (rev 0)
+++ tlsh/trunk/PKGBUILD 2015-12-15 00:28:25 UTC (rev 153331)
@@ -0,0 +1,71 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=tlsh
+pkgname=('tlsh' 'python-tlsh' 'python2-tlsh')
+pkgver=3.4.4
+pkgrel=1
+pkgdesc='Fuzzy matching library that generates a hash value which can be used 
for similarity comparisons'
+url='https://github.com/trendmicro/tlsh'
+arch=('i686' 'x86_64')
+license=('Apache')
+makedepends=('cmake' 'python' 'python2' 'gcc-libs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/trendmicro/${pkgname}/archive/v${pkgver}.tar.gz
+fix-python3.patch)
+sha512sums=('c4897cf70cfef555638b14e2a77e550fd52dc3c23ca7dd98077d37478d944282b93c0019593c6e13a40df298a439fbdf20d0aa893aa1a78de0ea7b39ef76b572'
+
'aeafea636656fc974d0486acd37d210ffab14cd868c0e621170b5abc45ba68702826cea39cec41e2c8fe286b6ac0b85b3499c92e065abda21ce215a4c0a69bc4')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -p1 < "${srcdir}/fix-python3.patch"
+  cp -ra py_ext{,-py2}
+  cp Testing/python_test.sh Testing/python2_test.sh
+  sed 's|py_ext|py_ext-py2|g' -i Testing/python2_test.sh
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  mkdir -p build
+  (cd build
+cmake ..
+make
+  )
+  (cd py_ext
+python setup.py build
+  )
+  (cd py_ext-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  (cd build
+make test
+  )
+  Testing/python_test.sh
+  Testing/python2_test.sh python2
+}
+
+package_tlsh() {
+  depends=('gcc-libs')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dm 755 bin/tlsh_unittest "${pkgdir}/usr/bin/tlsh_unittest"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}
+
+package_python-tlsh() {
+  depends=('python')
+
+  cd ${pkgbase}-${pkgver}/py_ext
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+}
+
+package_python2-tlsh() {
+  depends=('python2')
+
+  cd ${pkgbase}-${pkgver}/py_ext-py2
+  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 02:39:02
  Author: fyan
Revision: 153337

archrelease: copy trunk to community-any

Added:
  stylus/repos/community-any/PKGBUILD
(from rev 153336, stylus/trunk/PKGBUILD)
Deleted:
  stylus/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-15 01:38:35 UTC (rev 153336)
+++ PKGBUILD2015-12-15 01:39:02 UTC (rev 153337)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=stylus
-pkgdesc='Robust, expressive, and feature-rich CSS superset'
-pkgver=0.52.4
-pkgrel=1
-arch=('any')
-url='https://github.com/stylus/stylus'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('5735ac9ff8a6943643ea4d044e2cff6016b43639154fd64f07cb7d1e5c681416')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: stylus/repos/community-any/PKGBUILD (from rev 153336, 
stylus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-15 01:39:02 UTC (rev 153337)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=stylus
+pkgdesc='Robust, expressive, and feature-rich CSS superset'
+pkgver=0.53.0
+pkgrel=1
+arch=('any')
+url='https://github.com/stylus/stylus'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('d482f4cdbb2fe4e8ffddd41ad005f89b78d09703431a914553785d2300dfd851')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 02:38:35
  Author: fyan
Revision: 153336

upgpkg: stylus 0.53.0-1

Modified:
  stylus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-15 00:53:03 UTC (rev 153335)
+++ PKGBUILD2015-12-15 01:38:35 UTC (rev 153336)
@@ -3,7 +3,7 @@
 
 pkgname=stylus
 pkgdesc='Robust, expressive, and feature-rich CSS superset'
-pkgver=0.52.4
+pkgver=0.53.0
 pkgrel=1
 arch=('any')
 url='https://github.com/stylus/stylus'
@@ -12,7 +12,7 @@
 makedepends=('npm' 'git')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('5735ac9ff8a6943643ea4d044e2cff6016b43639154fd64f07cb7d1e5c681416')
+sha256sums=('d482f4cdbb2fe4e8ffddd41ad005f89b78d09703431a914553785d2300dfd851')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in pidgin-xmpp-receipts/repos (6 files)

2015-12-14 Thread Levente Polyak
Date: Tuesday, December 15, 2015 @ 00:32:27
  Author: anthraxx
Revision: 153330

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

Added:
  pidgin-xmpp-receipts/repos/community-i686/PKGBUILD
(from rev 153329, pidgin-xmpp-receipts/trunk/PKGBUILD)
  pidgin-xmpp-receipts/repos/community-i686/makefile.patch
(from rev 153329, pidgin-xmpp-receipts/trunk/makefile.patch)
  pidgin-xmpp-receipts/repos/community-x86_64/PKGBUILD
(from rev 153329, pidgin-xmpp-receipts/trunk/PKGBUILD)
  pidgin-xmpp-receipts/repos/community-x86_64/makefile.patch
(from rev 153329, pidgin-xmpp-receipts/trunk/makefile.patch)
Deleted:
  pidgin-xmpp-receipts/repos/community-i686/PKGBUILD
  pidgin-xmpp-receipts/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |   64 ++
 community-i686/PKGBUILD |   31 --
 community-i686/makefile.patch   |   45 ++
 community-x86_64/PKGBUILD   |   31 --
 community-x86_64/makefile.patch |   45 ++
 5 files changed, 154 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-14 23:32:17 UTC (rev 153329)
+++ community-i686/PKGBUILD 2015-12-14 23:32:27 UTC (rev 153330)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: 
-
-pkgname=pidgin-xmpp-receipts
-pkgver=0.6
-pkgrel=2
-pkgdesc="This pidgin-plugin implements xmpp message delivery receipts 
(XEP-0184)"
-url="http://devel.kondorgulasch.de/pidgin-xmpp-receipts/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('pidgin' 'libpurple')
-source=(http://devel.kondorgulasch.de/pidgin-xmpp-receipts/files/pidgin-xmpp-receipts-${pkgver}.tar.gz);
-sha512sums=('160270206d0d6394bddaa15ca59896756ab3a546f7c74cc9e3d4ec634f70b829ae3b013ee6086a5d4a5376b7d2b81341c44c3ef0ecab2a66d612b96fd37dfeff')
-
-prepare() {
-   cd ${pkgname}-${pkgver}
-  sed -r 's|(CFLAGS)=|\1+=|g' -i Makefile
-  sed -r 's|(LDFLAGS)=|\1+=|g' -i Makefile
-}
-
-build() {
-   cd ${pkgname}-${pkgver}
-   make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 xmpp-receipts.so -t "${pkgdir}/usr/lib/pidgin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pidgin-xmpp-receipts/repos/community-i686/PKGBUILD (from rev 153329, 
pidgin-xmpp-receipts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-14 23:32:27 UTC (rev 153330)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: 
+
+pkgname=pidgin-xmpp-receipts
+pkgver=0.6
+pkgrel=3
+pkgdesc="This pidgin-plugin implements xmpp message delivery receipts 
(XEP-0184)"
+url="http://devel.kondorgulasch.de/pidgin-xmpp-receipts/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('pidgin' 'libpurple')
+source=(http://devel.kondorgulasch.de/pidgin-xmpp-receipts/files/pidgin-xmpp-receipts-${pkgver}.tar.gz
+makefile.patch)
+sha512sums=('160270206d0d6394bddaa15ca59896756ab3a546f7c74cc9e3d4ec634f70b829ae3b013ee6086a5d4a5376b7d2b81341c44c3ef0ecab2a66d612b96fd37dfeff'
+
'4dbc5dede45446339357908395ec8447c407c1c18af514cf67cb2b7cca372c95937c2a9c8edd032e20e8ab1cf5e74493f4f12c11af417d1b9af1aee4aae05859')
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+  patch -p1 < "${srcdir}/makefile.patch"
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PLUGINDIR="/usr/lib/pidgin" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: pidgin-xmpp-receipts/repos/community-i686/makefile.patch (from rev 
153329, pidgin-xmpp-receipts/trunk/makefile.patch)
===
--- community-i686/makefile.patch   (rev 0)
+++ community-i686/makefile.patch   2015-12-14 23:32:27 UTC (rev 153330)
@@ -0,0 +1,45 @@
+From fbea49705cbac8554d4cdc99ef04a1c9288e7033 Mon Sep 17 00:00:00 2001
+From: anthraxx 
+Date: Mon, 14 Dec 2015 23:43:29 +0100
+Subject: [PATCH] improve Makefile with adaptive and overridable variables
+
+---
+ Makefile | 14 --
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 1581be4..92dbeaa 100644
+--- a/Makefile
 b/Makefile
+@@ -1,20 +1,22 @@
+ GTK_PIDGIN_INCLUDES= `pkg-config --cflags gtk+-2.0 pidgin`
+ 
+-CFLAGS= -O2 -Wall -fpic -g
+-LDFLAGS= -shared
++CC ?= gcc
++CFLAGS += -O2 -Wall -fpic
++LDFLAGS += -shared
++DESTDIR =
++PLUGINDIR = ~/.purple/plugins/
+ 
+ INCLUDES = \
+   $(GTK_PIDGIN_INCLUDES)
+ 
+ xmpp-receipts.so: xmpp-receipts.c
+-  gcc xmpp-receipts.c $(CFLAGS) $(INCLUDES) $(LDFLAGS) -o 

[arch-commits] Commit in (graphene graphene/repos graphene/trunk)

2015-12-14 Thread Jan Steffens
Date: Tuesday, December 15, 2015 @ 00:44:08
  Author: heftig
Revision: 256086

Add graphene

Added:
  graphene/
  graphene/repos/
  graphene/trunk/


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

2015-12-14 Thread Levente Polyak
Date: Tuesday, December 15, 2015 @ 01:28:59
  Author: anthraxx
Revision: 15

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

Added:
  tlsh/repos/community-i686/
  tlsh/repos/community-i686/PKGBUILD
(from rev 153332, tlsh/trunk/PKGBUILD)
  tlsh/repos/community-i686/fix-python3.patch
(from rev 153332, tlsh/trunk/fix-python3.patch)
  tlsh/repos/community-x86_64/
  tlsh/repos/community-x86_64/PKGBUILD
(from rev 153332, tlsh/trunk/PKGBUILD)
  tlsh/repos/community-x86_64/fix-python3.patch
(from rev 153332, tlsh/trunk/fix-python3.patch)

+
 community-i686/PKGBUILD|   71 +++
 community-i686/fix-python3.patch   |   35 +
 community-x86_64/PKGBUILD  |   71 +++
 community-x86_64/fix-python3.patch |   35 +
 4 files changed, 212 insertions(+)

Copied: tlsh/repos/community-i686/PKGBUILD (from rev 153332, 
tlsh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-15 00:28:59 UTC (rev 15)
@@ -0,0 +1,71 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=tlsh
+pkgname=('tlsh' 'python-tlsh' 'python2-tlsh')
+pkgver=3.4.4
+pkgrel=1
+pkgdesc='Fuzzy matching library that generates a hash value which can be used 
for similarity comparisons'
+url='https://github.com/trendmicro/tlsh'
+arch=('i686' 'x86_64')
+license=('Apache')
+makedepends=('cmake' 'python' 'python2' 'gcc-libs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/trendmicro/${pkgname}/archive/v${pkgver}.tar.gz
+fix-python3.patch)
+sha512sums=('c4897cf70cfef555638b14e2a77e550fd52dc3c23ca7dd98077d37478d944282b93c0019593c6e13a40df298a439fbdf20d0aa893aa1a78de0ea7b39ef76b572'
+
'aeafea636656fc974d0486acd37d210ffab14cd868c0e621170b5abc45ba68702826cea39cec41e2c8fe286b6ac0b85b3499c92e065abda21ce215a4c0a69bc4')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -p1 < "${srcdir}/fix-python3.patch"
+  cp -ra py_ext{,-py2}
+  cp Testing/python_test.sh Testing/python2_test.sh
+  sed 's|py_ext|py_ext-py2|g' -i Testing/python2_test.sh
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  mkdir -p build
+  (cd build
+cmake ..
+make
+  )
+  (cd py_ext
+python setup.py build
+  )
+  (cd py_ext-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  (cd build
+make test
+  )
+  Testing/python_test.sh
+  Testing/python2_test.sh python2
+}
+
+package_tlsh() {
+  depends=('gcc-libs')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dm 755 bin/tlsh_unittest "${pkgdir}/usr/bin/tlsh_unittest"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}
+
+package_python-tlsh() {
+  depends=('python')
+
+  cd ${pkgbase}-${pkgver}/py_ext
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+}
+
+package_python2-tlsh() {
+  depends=('python2')
+
+  cd ${pkgbase}-${pkgver}/py_ext-py2
+  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
+}
+
+# vim: ts=2 sw=2 et:

Copied: tlsh/repos/community-i686/fix-python3.patch (from rev 153332, 
tlsh/trunk/fix-python3.patch)
===
--- community-i686/fix-python3.patch(rev 0)
+++ community-i686/fix-python3.patch2015-12-15 00:28:59 UTC (rev 15)
@@ -0,0 +1,35 @@
+From 243124159ad0fcbbb1329100c233bbfae40ca0de Mon Sep 17 00:00:00 2001
+From: anthraxx 
+Date: Sat, 5 Dec 2015 21:56:21 +0100
+Subject: [PATCH] convert arg to bytes object before passing to
+ PyBytes_AsStringAndSize
+
+this fixes python3 and ensures for both, python2 and python3 that
+the passed argument is a string.
+---
+ py_ext/tlshmodule.cpp | 12 
+ 1 file changed, 12 insertions(+)
+
+diff --git a/py_ext/tlshmodule.cpp b/py_ext/tlshmodule.cpp
+index 409501b..8ed2335 100644
+--- a/py_ext/tlshmodule.cpp
 b/py_ext/tlshmodule.cpp
+@@ -178,6 +178,18 @@ Tlsh_fromTlshStr(tlsh_TlshObject *self, PyObject *args)
+ return PyErr_Format(PyExc_TypeError, "function takes exactly 1 
argument (%lu given)", PyTuple_Size(args));
+ 
+ arg = PyTuple_GetItem(args, 0);
++#if PY_MAJOR_VERSION >= 3
++if (!PyUnicode_Check(arg) || (arg = PyUnicode_AsASCIIString(arg)) == 
NULL) {
++  PyErr_SetString(PyExc_ValueError, "argument is not a TLSH hex string");
++  return NULL;
++}
++#else
++if (!PyString_Check(arg)) {
++  PyErr_SetString(PyExc_ValueError, "argument is not a TLSH hex string");
++  return NULL;
++}
++#endif
++
+ if (PyBytes_AsStringAndSize(arg, , ) == -1) {
+ PyErr_SetString(PyExc_ValueError, "argument is not a TLSH hex 
string");
+ return NULL;

Copied: tlsh/repos/community-x86_64/PKGBUILD (from rev 153332, 
tlsh/trunk/PKGBUILD)

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

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 02:47:44
  Author: fyan
Revision: 256093

upgpkg: python-urllib3 1.13-1

Modified:
  python-urllib3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-15 01:46:53 UTC (rev 256092)
+++ PKGBUILD2015-12-15 01:47:44 UTC (rev 256093)
@@ -6,9 +6,8 @@
 
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.12
-_commit=e91c16169e463118ce662345461933bb3a7dedef
-pkgrel=3
+pkgver=1.13
+pkgrel=1
 pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
 arch=("any")
 url="https://github.com/shazow/urllib3;
@@ -18,7 +17,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
   'python-coverage' 'python2-coverage' 'python-tornado' 
'python2-tornado'
   'twine' 'python2-twine' 'python2-pyopenssl')
-source=("git+https://github.com/shazow/urllib3.git#commit=$_commit;)
+source=("git+https://github.com/shazow/urllib3.git#tag=$pkgver;)
 md5sums=('SKIP')
 
 prepare() {
@@ -70,4 +69,4 @@
   install -d "$pkgdir/usr/share/doc"
   cp -r _build/html "$pkgdir/usr/share/doc/python-urllib3"
   install -Dm644 ../LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}
\ No newline at end of file
+}


[arch-commits] Commit in python-urllib3/repos/extra-any (4 files)

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 02:48:14
  Author: fyan
Revision: 256094

archrelease: copy trunk to extra-any

Added:
  python-urllib3/repos/extra-any/LICENSE
(from rev 256093, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/extra-any/PKGBUILD
(from rev 256093, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/extra-any/LICENSE
  python-urllib3/repos/extra-any/PKGBUILD

--+
 LICENSE  |   64 +-
 PKGBUILD |  145 ++---
 2 files changed, 104 insertions(+), 105 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-12-15 01:47:44 UTC (rev 256093)
+++ LICENSE 2015-12-15 01:48:14 UTC (rev 256094)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c)  
-
-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: python-urllib3/repos/extra-any/LICENSE (from rev 256093, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-12-15 01:48:14 UTC (rev 256094)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c)  
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-15 01:47:44 UTC (rev 256093)
+++ PKGBUILD2015-12-15 01:48:14 UTC (rev 256094)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: Chris Brannon 
-# Contributor: BorgHunter 
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.12
-_commit=e91c16169e463118ce662345461933bb3a7dedef
-pkgrel=3
-pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
-arch=("any")
-url="https://github.com/shazow/urllib3;
-license=("MIT")
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-sphinx' 'git'
- 'python2-ndg-httpsclient')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-  'python-coverage' 'python2-coverage' 'python-tornado' 
'python2-tornado'
-  'twine' 'python2-twine' 'python2-pyopenssl')

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

2015-12-14 Thread Jan Steffens
Date: Tuesday, December 15, 2015 @ 01:07:21
  Author: heftig
Revision: 256087

1.2.10

Added:
  graphene/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-15 00:07:21 UTC (rev 256087)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+ 
+pkgname=graphene
+pkgver=1.2.10
+pkgrel=1
+pkgdesc="A thin layer of graphic data types"
+arch=(i686 x86_64)
+license=(MIT)
+url="https://github.com/ebassi/graphene;
+depends=(glib2)
+makedepends=(git gtk-doc gobject-introspection)
+source=("git+$url#tag=$pkgver")
+md5sums=('SKIP')
+
+_confargs=
+[[ $CARCH == i686 ]] && _confargs=--disable-sse2
+
+prepare() {
+  cd $pkgname
+  sed -i '1s/python$/&2/' build/identfilter.py
+  NOCONFIGURE=1 ./autogen.sh
+}
+ 
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc $_confargs
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+ 
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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


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

2015-12-14 Thread Jan Steffens
Date: Tuesday, December 15, 2015 @ 01:46:40
  Author: heftig
Revision: 153334

2.6

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-15 00:28:59 UTC (rev 15)
+++ PKGBUILD2015-12-15 00:46:40 UTC (rev 153334)
@@ -3,8 +3,8 @@
 
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
-pkgver=2.5.8
-pkgrel=3
+pkgver=2.6
+pkgrel=1
 pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
 arch=(i686 x86_64)
 url="http://rubini.us;
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
 gemrc dirs.patch)
-sha256sums=('d6b411732aa035865f2855845abe5405119560f0979062672d576601de89e59a'
+sha256sums=('f63bbcca7d1bc71b4c20a3bd5748430be001f3a39b14a903d3d4ca39a657cfe0'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
 'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
 


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

2015-12-14 Thread Allan McRae
Date: Tuesday, December 15, 2015 @ 02:46:00
  Author: allan
Revision: 256091

upgpkg: gmp 6.1.0-3

disable fat builds to fix skylake issues

Modified:
  gmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-15 00:27:51 UTC (rev 256090)
+++ PKGBUILD2015-12-15 01:46:00 UTC (rev 256091)
@@ -4,7 +4,7 @@
 
 pkgname=gmp
 pkgver=6.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A free library for arbitrary precision arithmetic"
 arch=('i686' 'x86_64')
 url="http://gmplib.org/;
@@ -21,7 +21,8 @@
 
   ./configure --build=${CHOST} \
 --prefix=/usr \
---enable-fat --enable-cxx
+--enable-cxx
+# do not --enable-fat - see https://bugs.archlinux.org/task/47284 
   make
 }
 


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

2015-12-14 Thread Allan McRae
Date: Tuesday, December 15, 2015 @ 02:46:53
  Author: allan
Revision: 256092

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

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

+
 testing-i686/PKGBUILD  |   37 +
 testing-i686/gmp.install   |   20 
 testing-x86_64/PKGBUILD|   37 +
 testing-x86_64/gmp.install |   20 
 4 files changed, 114 insertions(+)

Copied: gmp/repos/testing-i686/PKGBUILD (from rev 256091, gmp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-15 01:46:53 UTC (rev 256092)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributer: Jan de Groot 
+
+pkgname=gmp
+pkgver=6.1.0
+pkgrel=3
+pkgdesc="A free library for arbitrary precision arithmetic"
+arch=('i686' 'x86_64')
+url="http://gmplib.org/;
+depends=('gcc-libs' 'sh')
+license=('LGPL3' 'GPL')
+install=gmp.install
+source=(https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('a9868ef2556ad6a2909babcd1428f3c7'
+ 'SKIP')
+validpgpkeys=('5972C48224C1E7E62AA0275D1150EE33C1A000B0')   # Marco Bodrato
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --build=${CHOST} \
+--prefix=/usr \
+--enable-cxx
+# do not --enable-fat - see https://bugs.archlinux.org/task/47284 
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gmp/repos/testing-i686/gmp.install (from rev 256091, 
gmp/trunk/gmp.install)
===
--- testing-i686/gmp.install(rev 0)
+++ testing-i686/gmp.install2015-12-15 01:46:53 UTC (rev 256092)
@@ -0,0 +1,20 @@
+info_dir=usr/share/info
+info_files=(gmp.info gmp.info-1 gmp.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Copied: gmp/repos/testing-x86_64/PKGBUILD (from rev 256091, gmp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-15 01:46:53 UTC (rev 256092)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributer: Jan de Groot 
+
+pkgname=gmp
+pkgver=6.1.0
+pkgrel=3
+pkgdesc="A free library for arbitrary precision arithmetic"
+arch=('i686' 'x86_64')
+url="http://gmplib.org/;
+depends=('gcc-libs' 'sh')
+license=('LGPL3' 'GPL')
+install=gmp.install
+source=(https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('a9868ef2556ad6a2909babcd1428f3c7'
+ 'SKIP')
+validpgpkeys=('5972C48224C1E7E62AA0275D1150EE33C1A000B0')   # Marco Bodrato
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --build=${CHOST} \
+--prefix=/usr \
+--enable-cxx
+# do not --enable-fat - see https://bugs.archlinux.org/task/47284 
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gmp/repos/testing-x86_64/gmp.install (from rev 256091, 
gmp/trunk/gmp.install)
===
--- testing-x86_64/gmp.install  (rev 0)
+++ testing-x86_64/gmp.install  2015-12-15 01:46:53 UTC (rev 256092)
@@ -0,0 +1,20 @@
+info_dir=usr/share/info
+info_files=(gmp.info gmp.info-1 gmp.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}


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

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 03:03:58
  Author: fyan
Revision: 153342

upgpkg: python-hypothesis 1.16.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-15 01:51:07 UTC (rev 153341)
+++ PKGBUILD2015-12-15 02:03:58 UTC (rev 153342)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=1.16.0
+pkgver=1.16.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')


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

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 03:04:24
  Author: fyan
Revision: 153343

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-15 02:03:58 UTC (rev 153342)
+++ PKGBUILD2015-12-15 02:04:24 UTC (rev 153343)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=1.16.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 153342, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-15 02:04:24 UTC (rev 153343)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=1.16.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 pidgin-xmpp-receipts/trunk (PKGBUILD makefile.patch)

2015-12-14 Thread Levente Polyak
Date: Tuesday, December 15, 2015 @ 00:32:17
  Author: anthraxx
Revision: 153329

upgpkg: pidgin-xmpp-receipts 0.6-3

upgpkg: pidgin-xmpp-receipts 0.6-3

Added:
  pidgin-xmpp-receipts/trunk/makefile.patch
Modified:
  pidgin-xmpp-receipts/trunk/PKGBUILD

+
 PKGBUILD   |   13 +++--
 makefile.patch |   45 +
 2 files changed, 52 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 23:21:40 UTC (rev 153328)
+++ PKGBUILD2015-12-14 23:32:17 UTC (rev 153329)
@@ -3,19 +3,20 @@
 
 pkgname=pidgin-xmpp-receipts
 pkgver=0.6
-pkgrel=2
+pkgrel=3
 pkgdesc="This pidgin-plugin implements xmpp message delivery receipts 
(XEP-0184)"
 url="http://devel.kondorgulasch.de/pidgin-xmpp-receipts/;
 arch=('i686' 'x86_64')
 license=('GPL3')
 depends=('pidgin' 'libpurple')
-source=(http://devel.kondorgulasch.de/pidgin-xmpp-receipts/files/pidgin-xmpp-receipts-${pkgver}.tar.gz);
-sha512sums=('160270206d0d6394bddaa15ca59896756ab3a546f7c74cc9e3d4ec634f70b829ae3b013ee6086a5d4a5376b7d2b81341c44c3ef0ecab2a66d612b96fd37dfeff')
+source=(http://devel.kondorgulasch.de/pidgin-xmpp-receipts/files/pidgin-xmpp-receipts-${pkgver}.tar.gz
+makefile.patch)
+sha512sums=('160270206d0d6394bddaa15ca59896756ab3a546f7c74cc9e3d4ec634f70b829ae3b013ee6086a5d4a5376b7d2b81341c44c3ef0ecab2a66d612b96fd37dfeff'
+
'4dbc5dede45446339357908395ec8447c407c1c18af514cf67cb2b7cca372c95937c2a9c8edd032e20e8ab1cf5e74493f4f12c11af417d1b9af1aee4aae05859')
 
 prepare() {
cd ${pkgname}-${pkgver}
-  sed -r 's|(CFLAGS)=|\1+=|g' -i Makefile
-  sed -r 's|(LDFLAGS)=|\1+=|g' -i Makefile
+  patch -p1 < "${srcdir}/makefile.patch"
 }
 
 build() {
@@ -25,7 +26,7 @@
 
 package() {
   cd ${pkgname}-${pkgver}
-  install -Dm 755 xmpp-receipts.so -t "${pkgdir}/usr/lib/pidgin"
+  make DESTDIR="${pkgdir}" PLUGINDIR="/usr/lib/pidgin" install
 }
 
 # vim: ts=2 sw=2 et:

Added: makefile.patch
===
--- makefile.patch  (rev 0)
+++ makefile.patch  2015-12-14 23:32:17 UTC (rev 153329)
@@ -0,0 +1,45 @@
+From fbea49705cbac8554d4cdc99ef04a1c9288e7033 Mon Sep 17 00:00:00 2001
+From: anthraxx 
+Date: Mon, 14 Dec 2015 23:43:29 +0100
+Subject: [PATCH] improve Makefile with adaptive and overridable variables
+
+---
+ Makefile | 14 --
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 1581be4..92dbeaa 100644
+--- a/Makefile
 b/Makefile
+@@ -1,20 +1,22 @@
+ GTK_PIDGIN_INCLUDES= `pkg-config --cflags gtk+-2.0 pidgin`
+ 
+-CFLAGS= -O2 -Wall -fpic -g
+-LDFLAGS= -shared
++CC ?= gcc
++CFLAGS += -O2 -Wall -fpic
++LDFLAGS += -shared
++DESTDIR =
++PLUGINDIR = ~/.purple/plugins/
+ 
+ INCLUDES = \
+   $(GTK_PIDGIN_INCLUDES)
+ 
+ xmpp-receipts.so: xmpp-receipts.c
+-  gcc xmpp-receipts.c $(CFLAGS) $(INCLUDES) $(LDFLAGS) -o xmpp-receipts.so
++  $(CC) xmpp-receipts.c $(CFLAGS) $(INCLUDES) $(LDFLAGS) -o 
xmpp-receipts.so
+ 
+ install: xmpp-receipts.so
+-  mkdir -p ~/.purple/plugins
+-  cp xmpp-receipts.so ~/.purple/plugins/
++  install -Dm755 xmpp-receipts.so -t $(DESTDIR)$(PLUGINDIR)
+ 
+ uninstall:
+-  rm -f ~/.purple/plugins/xmpp-receipts.so
++  rm -f $(DESTDIR)$(PLUGINDIR)/xmpp-receipts.so
+ 
+ clean:
+   rm -f xmpp-receipts.so
+-- 
+2.6.4
+


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

2015-12-14 Thread Jan Steffens
Date: Tuesday, December 15, 2015 @ 01:25:52
  Author: heftig
Revision: 256089

Add graphene and Qt

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-15 00:08:25 UTC (rev 256088)
+++ PKGBUILD2015-12-15 00:25:52 UTC (rev 256089)
@@ -3,14 +3,17 @@
 
 pkgname=gst-plugins-bad
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 arch=('i686' 'x86_64')
 license=('LGPL')
 url="http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc' 'rtmpdump' 'libgudev')
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca'
+ 'soundtouch' 'spandsp' 'libdvdnav' 'libmodplug' 'libgme' 'opus' 
'wayland' 'neon' 'libofa' 'fluidsynth'
+ 'openjpeg' 'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc' 
'rtmpdump' 'libgudev' 'graphene')
 makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
- 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
+ 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb'
+ 'qt5-declarative' 'qt5-x11extras' 'qt5-wayland')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
 sha256sums=('650855e39ff56a8bb6cb0c192109c5926ce12f536d06e19ebf829de71ef396fe')


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

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 02:44:14
  Author: fyan
Revision: 153339

archrelease: copy trunk to community-any

Added:
  typescript/repos/community-any/PKGBUILD
(from rev 153338, typescript/trunk/PKGBUILD)
Deleted:
  typescript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-15 01:43:50 UTC (rev 153338)
+++ PKGBUILD2015-12-15 01:44:14 UTC (rev 153339)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=typescript
-pkgver=1.7.3
-pkgrel=1
-pkgdesc="TypeScript is a language for application scale JavaScript development"
-arch=('any')
-url="http://typescriptlang.org/;
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('001dfd389cc40be620ebc376718ddaf32e9940355604cdf4312e873bd6f4acc1')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: typescript/repos/community-any/PKGBUILD (from rev 153338, 
typescript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-15 01:44:14 UTC (rev 153339)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=typescript
+pkgver=1.7.5
+pkgrel=1
+pkgdesc="TypeScript is a language for application scale JavaScript development"
+arch=('any')
+url="http://typescriptlang.org/;
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('54dc3865c8aff5bfbdbb470514c8e01c9adbd175ef5746e77441bdfbc231f518')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 02:43:50
  Author: fyan
Revision: 153338

upgpkg: typescript 1.7.5-1

Modified:
  typescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-15 01:39:02 UTC (rev 153337)
+++ PKGBUILD2015-12-15 01:43:50 UTC (rev 153338)
@@ -3,7 +3,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=typescript
-pkgver=1.7.3
+pkgver=1.7.5
 pkgrel=1
 pkgdesc="TypeScript is a language for application scale JavaScript development"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('001dfd389cc40be620ebc376718ddaf32e9940355604cdf4312e873bd6f4acc1')
+sha256sums=('54dc3865c8aff5bfbdbb470514c8e01c9adbd175ef5746e77441bdfbc231f518')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2015-12-14 Thread Jan Steffens
Date: Tuesday, December 15, 2015 @ 01:08:25
  Author: heftig
Revision: 256088

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

Added:
  graphene/repos/extra-i686/
  graphene/repos/extra-i686/PKGBUILD
(from rev 256087, graphene/trunk/PKGBUILD)
  graphene/repos/extra-x86_64/
  graphene/repos/extra-x86_64/PKGBUILD
(from rev 256087, graphene/trunk/PKGBUILD)

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

Copied: graphene/repos/extra-i686/PKGBUILD (from rev 256087, 
graphene/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-15 00:08:25 UTC (rev 256088)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+ 
+pkgname=graphene
+pkgver=1.2.10
+pkgrel=1
+pkgdesc="A thin layer of graphic data types"
+arch=(i686 x86_64)
+license=(MIT)
+url="https://github.com/ebassi/graphene;
+depends=(glib2)
+makedepends=(git gtk-doc gobject-introspection)
+source=("git+$url#tag=$pkgver")
+md5sums=('SKIP')
+
+_confargs=
+[[ $CARCH == i686 ]] && _confargs=--disable-sse2
+
+prepare() {
+  cd $pkgname
+  sed -i '1s/python$/&2/' build/identfilter.py
+  NOCONFIGURE=1 ./autogen.sh
+}
+ 
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc $_confargs
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+ 
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: graphene/repos/extra-x86_64/PKGBUILD (from rev 256087, 
graphene/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-15 00:08:25 UTC (rev 256088)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+ 
+pkgname=graphene
+pkgver=1.2.10
+pkgrel=1
+pkgdesc="A thin layer of graphic data types"
+arch=(i686 x86_64)
+license=(MIT)
+url="https://github.com/ebassi/graphene;
+depends=(glib2)
+makedepends=(git gtk-doc gobject-introspection)
+source=("git+$url#tag=$pkgver")
+md5sums=('SKIP')
+
+_confargs=
+[[ $CARCH == i686 ]] && _confargs=--disable-sse2
+
+prepare() {
+  cd $pkgname
+  sed -i '1s/python$/&2/' build/identfilter.py
+  NOCONFIGURE=1 ./autogen.sh
+}
+ 
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc $_confargs
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+ 
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-12-14 Thread Antonio Rojas
Date: Monday, December 14, 2015 @ 10:44:19
  Author: arojas
Revision: 153237

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

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

---+
 /PKGBUILD |   84 
 /discover.install |   24 ++
 community-i686/PKGBUILD   |   36 ---
 community-i686/discover.install   |   12 -
 community-x86_64/PKGBUILD |   36 ---
 community-x86_64/discover.install |   12 -
 6 files changed, 108 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-14 09:43:49 UTC (rev 153236)
+++ community-i686/PKGBUILD 2015-12-14 09:44:19 UTC (rev 153237)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=discover
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='A collection of package management tools for KDE'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/discover'
-license=(LGPL)
-depends=(packagekit-qt5 knewstuff kdeclarative appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
-makedepends=(extra-cmake-modules python plasma-framework)
-conflicts=(muon)
-replaces=(muon)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('992c92983197ddc4826eddfd72721e2e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: discover/repos/community-i686/PKGBUILD (from rev 153236, 
discover/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-14 09:44:19 UTC (rev 153237)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=discover
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='A collection of package management tools for KDE'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/discover'
+license=(LGPL)
+depends=(packagekit-qt5 knewstuff kdeclarative appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
+makedepends=(extra-cmake-modules python plasma-framework)
+conflicts=(muon)
+replaces=(muon)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;
+   
fix-metadata.patch::"https://quickgit.kde.org/?p=discover.git=commitdiff=fbb13a4b=plain;)
+install=$pkgname.install
+md5sums=('992c92983197ddc4826eddfd72721e2e'
+ 'a913837026f52c34f602a59063d65c4c')
+
+prepare() {
+  mkdir -p build
+
+# Fix desktiop file metadata http://bugs.kde.org/show_bug.cgi?id=356568
+  cd $pkgname-$pkgver
+  patch -p1 -i ../fix-metadata.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/discover.install
===
--- community-i686/discover.install 2015-12-14 09:43:49 UTC (rev 153236)
+++ community-i686/discover.install 2015-12-14 09:44:19 UTC (rev 153237)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: discover/repos/community-i686/discover.install (from rev 153236, 
discover/trunk/discover.install)
===
--- community-i686/discover.install (rev 0)
+++ community-i686/discover.install 2015-12-14 09:44:19 UTC (rev 153237)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- 

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

2015-12-14 Thread Ronald van Haren
Date: Monday, December 14, 2015 @ 12:02:48
  Author: ronald
Revision: 256045

prepare for 1.16.0

Modified:
  evas_generic_loaders/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 11:02:14 UTC (rev 256044)
+++ PKGBUILD2015-12-14 11:02:48 UTC (rev 256045)
@@ -3,8 +3,8 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=evas_generic_loaders
-pkgver=1.15.0
-pkgrel=4
+pkgver=1.16.0
+pkgrel=1
 pkgdesc="Additional generic loaders for Evas"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org;
@@ -12,7 +12,7 @@
 depends=('librsvg' 'poppler' 'libraw' 'libspectre' 'efl')
 options=('!emptydirs')
 
source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('0065d710a13a2da32e427ea3a1c956953cee3870')
+sha1sums=('cd760ea82bb63d7c24a437cce18999d3e37d22e2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 10:41:51
  Author: fyan
Revision: 256040

upgpkg: qt5 5.5.1-6

- make qt5-base depends on libxkbcommon-x11
- enable proprietary_codecs (FS#45652)
- use system yasm
- remove -no-use-gold-linker (gold issue has been fixed)
- remove -no-reduce-relocations (adopted by major distributions already, 
downstream projects should adapt to it)

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 08:19:36 UTC (rev 256039)
+++ PKGBUILD2015-12-14 09:41:51 UTC (rev 256040)
@@ -30,7 +30,7 @@
  'qt5-x11extras'
  'qt5-xmlpatterns')
 pkgver=5.5.1
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url='http://www.qt.io/developers'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -40,7 +40,7 @@
 'libmariadbclient' 'sqlite' 'unixodbc' 'libfbclient' 'libmng' 
'python2' 'ruby'
 'gperf' 'libxslt' 'libxcomposite' 'fontconfig' 'bluez-libs' 
'openal' 'gtk2'
 'libxkbcommon-x11' 'mtdev' 'harfbuzz' 'libwebp' 'leveldb' 
'geoclue' 'pciutils'
-'libinput')
+'libinput' 'yasm' 'git')
 groups=('qt' 'qt5')
 _pkgfqn="qt-everywhere-opensource-src-${pkgver}"
 
source=("http://download.qt-project.org/official_releases/qt/${pkgver%.*}/${pkgver}/single/${_pkgfqn}.tar.xz;
@@ -67,6 +67,11 @@
   # in qtwebengine there are still a lot of relative calls which need a 
workaround
   mkdir "${srcdir}"/python2-path
   ln -s /usr/bin/python2 "${srcdir}"/python2-path/python
+
+  # Try to enable proprietary_codecs and use some system yasm
+  sed -e 's/contains(WEBENGINE_CONFIG, proprietary_codecs): //' \
+  -e '/use_system_ffmpeg=0"/a GYP_ARGS += "-Duse_system_yasm=1"' \
+  -i qtwebengine/src/core/gyp_run.pro
 }
 
 build() {
@@ -100,9 +105,7 @@
 -dbus-linked \
 -system-harfbuzz \
 -journald \
--libinput \
--no-use-gold-linker \
--no-reduce-relocations ${SSE2}
+-libinput ${SSE2}
 
   make
 
@@ -140,7 +143,7 @@
   pkgdesc='A cross-platform application and UI framework'
   depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'dbus' 'fontconfig' 
'systemd'
'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu'
-   'qtchooser' 'libinput')
+   'qtchooser' 'libinput' 'libsm' 'libxkbcommon-x11')
   optdepends=('qt5-svg: to use SVG icon themes'
   'postgresql-libs: PostgreSQL driver'
   'libmariadbclient: MariaDB driver'
@@ -147,8 +150,6 @@
   'unixodbc: ODBC driver'
   'libfbclient: Firebird/iBase driver'
   'mtdev: evdev plugin'
-  'libxkbcommon-x11: xcb plugin'
-  'libsm: xcb plugin'
   'gtk2: GTK2 plugin')
   conflicts=('qt')
 
@@ -203,7 +204,7 @@
 
 package_qt5-declarative() {
   pkgdesc='Classes for QML and JavaScript languages'
-  depends=('qt5-xmlpatterns' 'libxkbcommon-x11' 'libsm')
+  depends=('qt5-xmlpatterns')
   conflicts=('qt')
 
   cd ${_pkgfqn}/qtdeclarative
@@ -464,7 +465,7 @@
 
 package_qt5-wayland() {
   pkgdesc='Provides APIs for Wayland'
-  depends=('qt5-base' 'libxcomposite' 'libxkbcommon')
+  depends=('qt5-base' 'libxcomposite')
 
   cd ${_pkgfqn}/qtwayland
   make INSTALL_ROOT="${pkgdir}" install


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 13:20:01
  Author: fyan
Revision: 153241

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 153240, haskell-http-client-tls/trunk/PKGBUILD)
  
haskell-http-client-tls/repos/community-staging-i686/haskell-http-client-tls.install
(from rev 153240, 
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 153240, haskell-http-client-tls/trunk/PKGBUILD)
  
haskell-http-client-tls/repos/community-staging-x86_64/haskell-http-client-tls.install
(from rev 153240, 
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 
153240, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-14 12:20:01 UTC (rev 153241)
@@ -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=10
+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 153240, 
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-14 
12:20:01 UTC (rev 153241)
@@ -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 153240, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-14 12:20:01 UTC (rev 153241)
@@ -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=10
+pkgdesc="http-client 

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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 13:19:28
  Author: fyan
Revision: 153240

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

rebuild with http-client-0.4.26

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

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 12:10:23 UTC (rev 153239)
+++ PKGBUILD2015-12-14 12:19:28 UTC (rev 153240)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.2.2
-pkgrel=9
+pkgrel=10
 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/trunk (PKGBUILD)

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 13:09:54
  Author: fyan
Revision: 153238

upgpkg: haskell-http-client 0.4.26-1

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 09:44:19 UTC (rev 153237)
+++ PKGBUILD2015-12-14 12:09:54 UTC (rev 153238)
@@ -4,7 +4,7 @@
 
 _hkgname=http-client
 pkgname=haskell-http-client
-pkgver=0.4.25
+pkgver=0.4.26
 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=('2aaefe7d75a0052b32a14cd3749c2a94602a64d87195722cebe75ebde014ec6d')
+sha256sums=('55d472e830a46c9002bffa921275584d5afa49e3b964e1dcce758579b2aa083d')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 13:10:23
  Author: fyan
Revision: 153239

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 153238, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-i686/haskell-http-client.install
(from rev 153238, 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 153238, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-x86_64/haskell-http-client.install
(from rev 153238, 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 
153238, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-14 12:10:23 UTC (rev 153239)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.4.26
+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=('55d472e830a46c9002bffa921275584d5afa49e3b964e1dcce758579b2aa083d')
+
+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 153238, 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-14 12:10:23 UTC 
(rev 153239)
@@ -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 
153238, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-14 12:10:23 UTC (rev 153239)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2015-12-14 Thread Ronald van Haren
Date: Monday, December 14, 2015 @ 12:04:46
  Author: ronald
Revision: 256046

prepare for 0.20.0

Modified:
  enlightenment/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 11:02:48 UTC (rev 256045)
+++ PKGBUILD2015-12-14 11:04:46 UTC (rev 256046)
@@ -2,7 +2,7 @@
 # Contributor: Enlightenment Developers 
>
 
 pkgname=enlightenment
-pkgver=0.19.10
+pkgver=0.20.0
 pkgrel=1
 pkgdesc="Enlightenment window manager"
 arch=('i686' 'x86_64')
@@ -12,14 +12,12 @@
  'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
 optdepends=('connman: network module'
 'acpid: power events on laptop lid close')
-provides=("enlightenment17=$pkgver" 'notification-daemon')
-conflicts=("enlightenment17")
-replaces=("enlightenment17")
+provides=('notification-daemon')
 backup=('etc/enlightenment/sysactions.conf'
 'etc/xdg/menus/e-applications.menu')
 
source=(http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz)
 install=enlightenment.install
-sha1sums=('c9e40c017388976dd9dd96128c4c082f05e4847a')  

+sha1sums=('1a5f05ca4a275e85a604dd5c6fc3c8fc01d913ce')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:54:27
  Author: fyan
Revision: 153290

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 153289, haskell-pandoc-crossref/trunk/PKGBUILD)
  
haskell-pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
(from rev 153289, 
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 153289, haskell-pandoc-crossref/trunk/PKGBUILD)
  
haskell-pandoc-crossref/repos/community-staging-x86_64/haskell-pandoc-crossref.install
(from rev 153289, 
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 
153289, haskell-pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-14 14:54:27 UTC (rev 153290)
@@ -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=5
+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 153289, 
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-14 
14:54:27 UTC (rev 153290)
@@ -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 153289, haskell-pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-14 14:54:27 UTC (rev 153290)
@@ -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=5
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("GPL2")
+arch=('i686' 'x86_64')

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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 16:24:58
  Author: fyan
Revision: 153301

upgpkg: shadowsocks-libev 2.4.2-1

Modified:
  shadowsocks-libev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 15:02:08 UTC (rev 153300)
+++ PKGBUILD2015-12-14 15:24:58 UTC (rev 153301)
@@ -5,9 +5,8 @@
 # Contributor: 4679kun 
 
 pkgname=shadowsocks-libev
-pkgver=2.4.1.20151031
-_commit=4fe15c4868921724dec64c70ba236226b83d41b9
-pkgrel=2
+pkgver=2.4.2
+pkgrel=1
 pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
 arch=('i686' 'x86_64')
 url='https://github.com/shadowsocks/shadowsocks-libev'
@@ -15,7 +14,7 @@
 depends=('libcap' 'openssl' 'libsodium' 'libev' 'udns')
 makedepends=('git')
 install=${pkgname}.install
-source=("git+https://github.com/shadowsocks/${pkgname}.git#commit=$_commit;
+source=("git+https://github.com/shadowsocks/${pkgname}.git#tag=v$pkgver;
 'shadowsocks-libev@.service'
 'shadowsocks-libev-server@.service'
 'shadowsocks-libev-redir@.service'


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

2015-12-14 Thread Antonio Rojas
Date: Monday, December 14, 2015 @ 17:13:39
  Author: arojas
Revision: 153307

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-14 16:13:10 UTC (rev 153306)
+++ community-i686/PKGBUILD 2015-12-14 16:13:39 UTC (rev 153307)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgbase=python-rpy2
-pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.7.4
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(i686 x86_64)
-url="http://rpy.sourceforge.net/;
-license=(MPL GPL LGPL)
-makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
-source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-md5sums=('62e6037388078a3bcf47642771e043ef')
-
-prepare() {
-  cd rpy2-$pkgver
-  sed -i "s:Rlapack:lapack:" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-}
-
-package_python2-rpy2() {
-  depends=(python2-numpy r python2-singledispatch)
-  cd rpy2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
-}
-
-package_python-rpy2() {
-  depends=(python-numpy r)
-  cd rpy2-$pkgver
-  
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-

Copied: python-rpy2/repos/community-i686/PKGBUILD (from rev 153306, 
python-rpy2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-14 16:13:39 UTC (rev 153307)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Oliver Sherouse 
+# Contributor: David Scholl  
+# Contributor: David Pretty  
+
+pkgbase=python-rpy2
+pkgname=(python2-rpy2 python-rpy2)
+pkgver=2.7.5
+pkgrel=1
+pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
+arch=(i686 x86_64)
+url="http://rpy.sourceforge.net/;
+license=(MPL GPL LGPL)
+makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
+source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
+md5sums=('459118a2eebdaa362157ae09637b4f77')
+
+prepare() {
+  cd rpy2-$pkgver
+  sed -i "s:Rlapack:lapack:" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+}
+
+package_python2-rpy2() {
+  depends=(python2-numpy r python2-singledispatch)
+  cd rpy2-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
+}
+
+package_python-rpy2() {
+  depends=(python-numpy r)
+  cd rpy2-$pkgver
+  
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-14 16:13:10 UTC (rev 153306)
+++ community-x86_64/PKGBUILD   2015-12-14 16:13:39 UTC (rev 153307)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgbase=python-rpy2
-pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.7.4
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(i686 x86_64)
-url="http://rpy.sourceforge.net/;
-license=(MPL GPL LGPL)
-makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
-source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-md5sums=('62e6037388078a3bcf47642771e043ef')
-
-prepare() {
-  cd rpy2-$pkgver
-  sed -i "s:Rlapack:lapack:" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 

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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 10:43:33
  Author: fyan
Revision: 256041

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

Added:
  qt5/repos/testing-i686/
  qt5/repos/testing-i686/PKGBUILD
(from rev 256040, qt5/trunk/PKGBUILD)
  qt5/repos/testing-i686/assistant.desktop
(from rev 256040, qt5/trunk/assistant.desktop)
  qt5/repos/testing-i686/designer.desktop
(from rev 256040, qt5/trunk/designer.desktop)
  
qt5/repos/testing-i686/ibus-get-display-number-when-screen-number-is-omitted.patch
(from rev 256040, 
qt5/trunk/ibus-get-display-number-when-screen-number-is-omitted.patch)
  qt5/repos/testing-i686/linguist.desktop
(from rev 256040, qt5/trunk/linguist.desktop)
  qt5/repos/testing-i686/qdbusviewer.desktop
(from rev 256040, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/testing-i686/qt5-tools.install
(from rev 256040, qt5/trunk/qt5-tools.install)
  qt5/repos/testing-i686/rebuild.list
(from rev 256040, qt5/trunk/rebuild.list)
  qt5/repos/testing-x86_64/
  qt5/repos/testing-x86_64/PKGBUILD
(from rev 256040, qt5/trunk/PKGBUILD)
  qt5/repos/testing-x86_64/assistant.desktop
(from rev 256040, qt5/trunk/assistant.desktop)
  qt5/repos/testing-x86_64/designer.desktop
(from rev 256040, qt5/trunk/designer.desktop)
  
qt5/repos/testing-x86_64/ibus-get-display-number-when-screen-number-is-omitted.patch
(from rev 256040, 
qt5/trunk/ibus-get-display-number-when-screen-number-is-omitted.patch)
  qt5/repos/testing-x86_64/linguist.desktop
(from rev 256040, qt5/trunk/linguist.desktop)
  qt5/repos/testing-x86_64/qdbusviewer.desktop
(from rev 256040, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/testing-x86_64/qt5-tools.install
(from rev 256040, qt5/trunk/qt5-tools.install)
  qt5/repos/testing-x86_64/rebuild.list
(from rev 256040, qt5/trunk/rebuild.list)

+
 testing-i686/PKGBUILD  |  
575 ++
 testing-i686/assistant.desktop |   
 8 
 testing-i686/designer.desktop  |   
10 
 testing-i686/ibus-get-display-number-when-screen-number-is-omitted.patch   |   
32 
 testing-i686/linguist.desktop  |   
 9 
 testing-i686/qdbusviewer.desktop   |   
 9 
 testing-i686/qt5-tools.install |   
12 
 testing-i686/rebuild.list  |   
 6 
 testing-x86_64/PKGBUILD|  
575 ++
 testing-x86_64/assistant.desktop   |   
 8 
 testing-x86_64/designer.desktop|   
10 
 testing-x86_64/ibus-get-display-number-when-screen-number-is-omitted.patch |   
32 
 testing-x86_64/linguist.desktop|   
 9 
 testing-x86_64/qdbusviewer.desktop |   
 9 
 testing-x86_64/qt5-tools.install   |   
12 
 testing-x86_64/rebuild.list|   
 6 
 16 files changed, 1322 insertions(+)

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


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

2015-12-14 Thread Antonio Rojas
Date: Monday, December 14, 2015 @ 10:43:49
  Author: arojas
Revision: 153236

Fix desktop file metadata (FS#47339)

Modified:
  discover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 08:48:17 UTC (rev 153235)
+++ PKGBUILD2015-12-14 09:43:49 UTC (rev 153236)
@@ -3,7 +3,7 @@
 
 pkgname=discover
 pkgver=5.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A collection of package management tools for KDE'
 arch=(i686 x86_64)
 url='https://projects.kde.org/projects/kde/workspace/discover'
@@ -12,12 +12,18 @@
 makedepends=(extra-cmake-modules python plasma-framework)
 conflicts=(muon)
 replaces=(muon)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;
+   
fix-metadata.patch::"https://quickgit.kde.org/?p=discover.git=commitdiff=fbb13a4b=plain;)
 install=$pkgname.install
-md5sums=('992c92983197ddc4826eddfd72721e2e')
+md5sums=('992c92983197ddc4826eddfd72721e2e'
+ 'a913837026f52c34f602a59063d65c4c')
 
 prepare() {
   mkdir -p build
+
+# Fix desktiop file metadata http://bugs.kde.org/show_bug.cgi?id=356568
+  cd $pkgname-$pkgver
+  patch -p1 -i ../fix-metadata.patch
 }
 
 build() {


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

2015-12-14 Thread Ronald van Haren
Date: Monday, December 14, 2015 @ 12:01:00
  Author: ronald
Revision: 256042

prepare for 1.16.0

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 09:43:33 UTC (rev 256041)
+++ PKGBUILD2015-12-14 11:01:00 UTC (rev 256042)
@@ -4,8 +4,8 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.15.1
-pkgrel=2
+pkgver=1.16.0
+pkgrel=1
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org;
@@ -23,7 +23,7 @@
 
source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
'eina_doxygen.patch')
 install=efl.install
-sha1sums=('52ac42d561b4ec88e224832609df7d655b650a31'
+sha1sums=('2535101d7ca0e2bfe59995942fc21d8f5162d7ce'
   'ef2b961e793c711685623a149ab55b1bec9a3676')
 
 prepare() {


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

2015-12-14 Thread Antonio Rojas
Date: Monday, December 14, 2015 @ 17:11:41
  Author: arojas
Revision: 153304

Update to 14.4.1

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 15:51:14 UTC (rev 153303)
+++ PKGBUILD2015-12-14 16:11:41 UTC (rev 153304)
@@ -3,8 +3,8 @@
 # Contributor: James Spencer 
 
 pkgname=jmol
-pkgver=14.4.0
-_pkgver=14.4.0_2015.10.13
+pkgver=14.4.1
+_pkgver=14.4.1_2015.12.13
 pkgrel=1
 pkgdesc="a Java 3D viewer for chemical structures"
 arch=(any)
@@ -13,7 +13,7 @@
 depends=(java-runtime)
 makedepends=(unzip)
 
source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%2014.4/Version%20$pkgver/Jmol-$_pkgver-binary.tar.gz;)
-sha1sums=('23f80c993783d0dd0ae071330033e56df9215848')
+sha1sums=('e301d00ef776842d555c5c1fbbbcf3d0dcf388ea')
 
 package() {
   cd $pkgname-$_pkgver


[arch-commits] Commit in shadowsocks-libev/repos (24 files)

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 16:26:11
  Author: fyan
Revision: 153302

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

Added:
  shadowsocks-libev/repos/community-i686/PKGBUILD
(from rev 153301, shadowsocks-libev/trunk/PKGBUILD)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-redir@.service
(from rev 153301, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-server@.service
(from rev 153301, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-tunnel@.service
(from rev 153301, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev.install
(from rev 153301, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev@.service
(from rev 153301, shadowsocks-libev/trunk/shadowsocks-libev@.service)
  shadowsocks-libev/repos/community-x86_64/PKGBUILD
(from rev 153301, shadowsocks-libev/trunk/PKGBUILD)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-redir@.service
(from rev 153301, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-server@.service
(from rev 153301, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-tunnel@.service
(from rev 153301, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev.install
(from rev 153301, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev@.service
(from rev 153301, shadowsocks-libev/trunk/shadowsocks-libev@.service)
Deleted:
  shadowsocks-libev/repos/community-i686/PKGBUILD
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-redir@.service
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-server@.service
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-tunnel@.service
  shadowsocks-libev/repos/community-i686/shadowsocks-libev.install
  shadowsocks-libev/repos/community-i686/shadowsocks-libev@.service
  shadowsocks-libev/repos/community-x86_64/PKGBUILD
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-redir@.service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-server@.service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-tunnel@.service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev.install
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev@.service

+
 /PKGBUILD  |   86 +++
 /shadowsocks-libev-redir@.service  |   24 +
 /shadowsocks-libev-server@.service |   24 +
 /shadowsocks-libev-tunnel@.service |   24 +
 /shadowsocks-libev.install |   20 
 /shadowsocks-libev@.service|   24 +
 community-i686/PKGBUILD|   44 -
 community-i686/shadowsocks-libev-redir@.service|   12 --
 community-i686/shadowsocks-libev-server@.service   |   12 --
 community-i686/shadowsocks-libev-tunnel@.service   |   12 --
 community-i686/shadowsocks-libev.install   |   10 --
 community-i686/shadowsocks-libev@.service  |   12 --
 community-x86_64/PKGBUILD  |   44 -
 community-x86_64/shadowsocks-libev-redir@.service  |   12 --
 community-x86_64/shadowsocks-libev-server@.service |   12 --
 community-x86_64/shadowsocks-libev-tunnel@.service |   12 --
 community-x86_64/shadowsocks-libev.install |   10 --
 community-x86_64/shadowsocks-libev@.service|   12 --
 18 files changed, 202 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-14 15:24:58 UTC (rev 153301)
+++ community-i686/PKGBUILD 2015-12-14 15:26:11 UTC (rev 153302)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jiangxq 
-# Contributor: zh8 
-# Contributor: 4679kun 
-
-pkgname=shadowsocks-libev
-pkgver=2.4.1.20151031
-_commit=4fe15c4868921724dec64c70ba236226b83d41b9
-pkgrel=2
-pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
-arch=('i686' 'x86_64')
-url='https://github.com/shadowsocks/shadowsocks-libev'
-license=('GPL3')
-depends=('libcap' 'openssl' 'libsodium' 'libev' 'udns')
-makedepends=('git')
-install=${pkgname}.install
-source=("git+https://github.com/shadowsocks/${pkgname}.git#commit=$_commit;
-'shadowsocks-libev@.service'
-'shadowsocks-libev-server@.service'
-'shadowsocks-libev-redir@.service'
-  

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

2015-12-14 Thread Antonio Rojas
Date: Monday, December 14, 2015 @ 17:13:10
  Author: arojas
Revision: 153306

Update to 2.7.5

Modified:
  python-rpy2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 16:11:56 UTC (rev 153305)
+++ PKGBUILD2015-12-14 16:13:10 UTC (rev 153306)
@@ -6,7 +6,7 @@
 
 pkgbase=python-rpy2
 pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.7.4
+pkgver=2.7.5
 pkgrel=1
 pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 license=(MPL GPL LGPL)
 makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
 source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-md5sums=('62e6037388078a3bcf47642771e043ef')
+md5sums=('459118a2eebdaa362157ae09637b4f77')
 
 prepare() {
   cd rpy2-$pkgver


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

2015-12-14 Thread Antonio Rojas
Date: Monday, December 14, 2015 @ 17:11:56
  Author: arojas
Revision: 153305

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 153304, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-14 16:11:41 UTC (rev 153304)
+++ PKGBUILD2015-12-14 16:11:56 UTC (rev 153305)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgname=jmol
-pkgver=14.4.0
-_pkgver=14.4.0_2015.10.13
-pkgrel=1
-pkgdesc="a Java 3D viewer for chemical structures"
-arch=(any)
-url="http://jmol.sourceforge.net;
-license=(LGPL)
-depends=(java-runtime)
-makedepends=(unzip)
-source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%2014.4/Version%20$pkgver/Jmol-$_pkgver-binary.tar.gz;)
-sha1sums=('23f80c993783d0dd0ae071330033e56df9215848')
-
-package() {
-  cd $pkgname-$_pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-  rm jsmol.zip
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 153304, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-14 16:11:56 UTC (rev 153305)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgname=jmol
+pkgver=14.4.1
+_pkgver=14.4.1_2015.12.13
+pkgrel=1
+pkgdesc="a Java 3D viewer for chemical structures"
+arch=(any)
+url="http://jmol.sourceforge.net;
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
+source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%2014.4/Version%20$pkgver/Jmol-$_pkgver-binary.tar.gz;)
+sha1sums=('e301d00ef776842d555c5c1fbbbcf3d0dcf388ea')
+
+package() {
+  cd $pkgname-$_pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+  rm jsmol.zip
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}


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

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 07:03:31
  Author: fyan
Revision: 153347

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

Added:
  xnoise/repos/community-i686/PKGBUILD
(from rev 153346, xnoise/trunk/PKGBUILD)
  xnoise/repos/community-i686/xnoise-ListStore.patch
(from rev 153346, xnoise/trunk/xnoise-ListStore.patch)
  xnoise/repos/community-i686/xnoise-compilation-fix.patch
(from rev 153346, xnoise/trunk/xnoise-compilation-fix.patch)
  xnoise/repos/community-i686/xnoise.install
(from rev 153346, xnoise/trunk/xnoise.install)
  xnoise/repos/community-x86_64/PKGBUILD
(from rev 153346, xnoise/trunk/PKGBUILD)
  xnoise/repos/community-x86_64/xnoise-ListStore.patch
(from rev 153346, xnoise/trunk/xnoise-ListStore.patch)
  xnoise/repos/community-x86_64/xnoise-compilation-fix.patch
(from rev 153346, xnoise/trunk/xnoise-compilation-fix.patch)
  xnoise/repos/community-x86_64/xnoise.install
(from rev 153346, xnoise/trunk/xnoise.install)
Deleted:
  xnoise/repos/community-i686/PKGBUILD
  xnoise/repos/community-i686/xnoise.install
  xnoise/repos/community-x86_64/PKGBUILD
  xnoise/repos/community-x86_64/xnoise.install

---+
 /PKGBUILD |   94 ++
 /xnoise.install   |   30 +++
 community-i686/PKGBUILD   |   37 
 community-i686/xnoise-ListStore.patch |  211 
 community-i686/xnoise-compilation-fix.patch   |   77 
 community-i686/xnoise.install |   15 -
 community-x86_64/PKGBUILD |   37 
 community-x86_64/xnoise-ListStore.patch   |  211 
 community-x86_64/xnoise-compilation-fix.patch |   77 
 community-x86_64/xnoise.install   |   15 -
 10 files changed, 700 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-15 06:02:34 UTC (rev 153346)
+++ community-i686/PKGBUILD 2015-12-15 06:03:31 UTC (rev 153347)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: archtux 
-
-pkgname=xnoise
-pkgver=0.2.21
-pkgrel=2
-pkgdesc="Media player with a slick GUI, great speed and lots of features."
-arch=('i686' 'x86_64')
-url="http://www.xnoise-media-player.com/;
-license=('GPL2')
-depends=('desktop-file-utils' 'gnome-icon-theme' 'gst-plugins-base-libs' 
'gst-plugins-good' 'gtk3' 'libsoup' 'sqlite' 'libtaginfo>=0.2' 'librsvg')
-optdepends=('gst-plugins-base: Basic media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-   'gst-libav: Extra media codecs'
-   'gvfs: Needed for fetching album art')
-makedepends=('vala' 'intltool' 'git' 'gnome-common')
-install=$pkgname.install
-source=("git+https://bitbucket.org/shuerhaaken/xnoise.git#tag=$pkgver;)
-
-build() {
-  cd $pkgname
-  
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  
-  # Remove obsolete files
-  rm -rf "$pkgdir/usr/include" "$pkgdir/usr/share/vala"
-}
-
-sha512sums=('SKIP')

Copied: xnoise/repos/community-i686/PKGBUILD (from rev 153346, 
xnoise/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-15 06:03:31 UTC (rev 153347)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: archtux 
+
+pkgname=xnoise
+pkgver=0.2.21
+pkgrel=3
+pkgdesc="Media player with a slick GUI, great speed and lots of features."
+arch=('i686' 'x86_64')
+url="http://www.xnoise-media-player.com/;
+license=('GPL2')
+depends=('desktop-file-utils' 'gst-plugins-base-libs' 'gst-plugins-good' 
'gtk3' 'libsoup' 'sqlite' 'libtaginfo>=0.2' 'librsvg')
+optdepends=('gst-plugins-base: Basic media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+   'gst-libav: Extra media codecs'
+   'gvfs: Needed for fetching album art')
+makedepends=('vala' 'intltool' 'git' 'gnome-common')
+install=$pkgname.install
+source=("git+https://bitbucket.org/shuerhaaken/xnoise.git#tag=$pkgver;
+xnoise-ListStore.patch
+xnoise-compilation-fix.patch)
+sha512sums=('SKIP'
+
'b47297bda23fc4dcd22bf44a84ad2c5e3b5ed0d648ef78a3bbe4de4d481c82e8ab0c52193dc8c4373e74cd389537faf66bd434cd8d695eeff4b2820c67bf1423'
+
'f2d11322d61465894f59e89cf55582c6f669ed2e8bc300b30a1a0f6f81eb587a0021ebeafabb0cee23ea883450066d96609d5dfc67b7eafc7dbddb55609a0775')
+
+prepare() {
+  cd $pkgname
+  # Patches from openSUSE. Thanks!
+  patch -p1 -i ../xnoise-ListStore.patch
+  patch -p1 -i ../xnoise-compilation-fix.patch
+}
+
+build() {
+  cd $pkgname
+  
+  ./autogen.sh --prefix=/usr
+  make
+}
+

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

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 07:49:44
  Author: fyan
Revision: 153350

upgpkg: bcloud 3.8.1-3

FS#47379 remove dependency on gnome-icon-theme-symbolic

Modified:
  bcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-15 06:27:14 UTC (rev 153349)
+++ PKGBUILD2015-12-15 06:49:44 UTC (rev 153350)
@@ -7,13 +7,13 @@
 
 pkgname=bcloud
 pkgver=3.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Baidu Pan client for Linux Desktop users'
 arch=('any')
 license=('GPL3')
 url="https://github.com/LiuLang/bcloud;
 depends=('python-crypto' 'libnotify' 'python-keyring' 'python-dbus' 
'python-gobject'
- 'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect' 'gtk3' 
'python-pyinotify')
+ 'python-lxml' 'python-cssselect' 'gtk3' 'python-pyinotify')
 optdepends=('gnome-keyring: To store password in GNOME Keyring'
 'libgnome-keyring: To store password in GNOME Keyring'
 'kdebindings-python: To store password in KWallet'


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

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 07:50:09
  Author: fyan
Revision: 153351

archrelease: copy trunk to community-any

Added:
  bcloud/repos/community-any/PKGBUILD
(from rev 153350, bcloud/trunk/PKGBUILD)
  bcloud/repos/community-any/bcloud.install
(from rev 153350, bcloud/trunk/bcloud.install)
Deleted:
  bcloud/repos/community-any/PKGBUILD
  bcloud/repos/community-any/bcloud.install

+
 PKGBUILD   |   66 +++
 bcloud.install |   24 ++--
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-15 06:49:44 UTC (rev 153350)
+++ PKGBUILD2015-12-15 06:50:09 UTC (rev 153351)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Firef0x 
-# Contributor: MJsaka 
-# Copyright
-# This PKGBUILD released with the GPLv3 license
-
-pkgname=bcloud
-pkgver=3.8.1
-pkgrel=2
-pkgdesc='Baidu Pan client for Linux Desktop users'
-arch=('any')
-license=('GPL3')
-url="https://github.com/LiuLang/bcloud;
-depends=('python-crypto' 'libnotify' 'python-keyring' 'python-dbus' 
'python-gobject'
- 'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect' 'gtk3' 
'python-pyinotify')
-optdepends=('gnome-keyring: To store password in GNOME Keyring'
-'libgnome-keyring: To store password in GNOME Keyring'
-'kdebindings-python: To store password in KWallet'
-'kwallet: To store password in KWallet')
-install=bcloud.install
-source=("https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7a420d83e5d9114782db2251e28b8a6c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python setup.py install -O1 --skip-build --root="$pkgdir"
-}

Copied: bcloud/repos/community-any/PKGBUILD (from rev 153350, 
bcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-15 06:50:09 UTC (rev 153351)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Firef0x 
+# Contributor: MJsaka 
+# Copyright
+# This PKGBUILD released with the GPLv3 license
+
+pkgname=bcloud
+pkgver=3.8.1
+pkgrel=3
+pkgdesc='Baidu Pan client for Linux Desktop users'
+arch=('any')
+license=('GPL3')
+url="https://github.com/LiuLang/bcloud;
+depends=('python-crypto' 'libnotify' 'python-keyring' 'python-dbus' 
'python-gobject'
+ 'python-lxml' 'python-cssselect' 'gtk3' 'python-pyinotify')
+optdepends=('gnome-keyring: To store password in GNOME Keyring'
+'libgnome-keyring: To store password in GNOME Keyring'
+'kdebindings-python: To store password in KWallet'
+'kwallet: To store password in KWallet')
+install=bcloud.install
+source=("https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('7a420d83e5d9114782db2251e28b8a6c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python setup.py install -O1 --skip-build --root="$pkgdir"
+}

Deleted: bcloud.install
===
--- bcloud.install  2015-12-15 06:49:44 UTC (rev 153350)
+++ bcloud.install  2015-12-15 06:50:09 UTC (rev 153351)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: bcloud/repos/community-any/bcloud.install (from rev 153350, 
bcloud/trunk/bcloud.install)
===
--- bcloud.install  (rev 0)
+++ bcloud.install  2015-12-15 06:50:09 UTC (rev 153351)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-12-14 Thread Massimiliano Torromeo
Date: Tuesday, December 15, 2015 @ 08:53:30
  Author: mtorromeo
Revision: 153352

upgpkg: rmlint 2.4.2-1

Updated to 2.4.2

Modified:
  rmlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-15 06:50:09 UTC (rev 153351)
+++ PKGBUILD2015-12-15 07:53:30 UTC (rev 153352)
@@ -5,7 +5,7 @@
 
 pkgbase=rmlint
 pkgname=(rmlint rmlint-shredder)
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 url="https://github.com/sahib/rmlint;
 license=('GPL3')
@@ -14,7 +14,7 @@
  'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
  'dconf' 'gtksourceview3' 'librsvg' 'xdg-utils')
 
source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;)
-sha256sums=('c09dce651f23568767b732a7529aeda8e81b1875cf81edc9e09b4e194d1e47c9')
+sha256sums=('8e59bffc0389ba15902251014bc00080e25d259665a1d7e5313f219eabfacf65')
 
 prepare() {
 cd "$srcdir"/$pkgbase-$pkgver


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

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 05:11:14
  Author: fyan
Revision: 153344

upgpkg: jenkins 1.642-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-15 02:04:24 UTC (rev 153343)
+++ PKGBUILD2015-12-15 04:11:14 UTC (rev 153344)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=1.641
+pkgver=1.642
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('f8929496d9d4081ff87f26a60965b1a3d5eb93e8c04d76a219541ddeb2d3da7fef7f39fa94199b4436c6759ed2ba5d516c32cc3825605aced2c7c1db90b1fe67'
+sha512sums=('1a24cb111c0967f240cad3ff0b11bde93d37718d4dc0a86f667c6cc360cbdb69c33dc7fb85ed73e6852f6bf697984036bf6e8d71bd39dcd292058975fdb0e131'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 05:12:05
  Author: fyan
Revision: 153345

archrelease: copy trunk to community-any

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

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-15 04:11:14 UTC (rev 153344)
+++ PKGBUILD2015-12-15 04:12:05 UTC (rev 153345)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=1.641
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')

[arch-commits] Commit in xnoise/trunk (3 files)

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 07:02:34
  Author: fyan
Revision: 153346

upgpkg: xnoise 0.2.21-3

- add patches from opensuse to fix build
- FS#47379 remove dependency on gnome-icon-theme

Added:
  xnoise/trunk/xnoise-ListStore.patch
  xnoise/trunk/xnoise-compilation-fix.patch
Modified:
  xnoise/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++-
 xnoise-ListStore.patch   |  211 +
 xnoise-compilation-fix.patch |   77 ++
 3 files changed, 303 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-15 04:12:05 UTC (rev 153345)
+++ PKGBUILD2015-12-15 06:02:34 UTC (rev 153346)
@@ -4,12 +4,12 @@
 
 pkgname=xnoise
 pkgver=0.2.21
-pkgrel=2
+pkgrel=3
 pkgdesc="Media player with a slick GUI, great speed and lots of features."
 arch=('i686' 'x86_64')
 url="http://www.xnoise-media-player.com/;
 license=('GPL2')
-depends=('desktop-file-utils' 'gnome-icon-theme' 'gst-plugins-base-libs' 
'gst-plugins-good' 'gtk3' 'libsoup' 'sqlite' 'libtaginfo>=0.2' 'librsvg')
+depends=('desktop-file-utils' 'gst-plugins-base-libs' 'gst-plugins-good' 
'gtk3' 'libsoup' 'sqlite' 'libtaginfo>=0.2' 'librsvg')
 optdepends=('gst-plugins-base: Basic media codecs'
 'gst-plugins-bad: Extra media codecs'
 'gst-plugins-ugly: Extra media codecs'
@@ -17,8 +17,20 @@
'gvfs: Needed for fetching album art')
 makedepends=('vala' 'intltool' 'git' 'gnome-common')
 install=$pkgname.install
-source=("git+https://bitbucket.org/shuerhaaken/xnoise.git#tag=$pkgver;)
+source=("git+https://bitbucket.org/shuerhaaken/xnoise.git#tag=$pkgver;
+xnoise-ListStore.patch
+xnoise-compilation-fix.patch)
+sha512sums=('SKIP'
+
'b47297bda23fc4dcd22bf44a84ad2c5e3b5ed0d648ef78a3bbe4de4d481c82e8ab0c52193dc8c4373e74cd389537faf66bd434cd8d695eeff4b2820c67bf1423'
+
'f2d11322d61465894f59e89cf55582c6f669ed2e8bc300b30a1a0f6f81eb587a0021ebeafabb0cee23ea883450066d96609d5dfc67b7eafc7dbddb55609a0775')
 
+prepare() {
+  cd $pkgname
+  # Patches from openSUSE. Thanks!
+  patch -p1 -i ../xnoise-ListStore.patch
+  patch -p1 -i ../xnoise-compilation-fix.patch
+}
+
 build() {
   cd $pkgname
   
@@ -33,5 +45,3 @@
   # Remove obsolete files
   rm -rf "$pkgdir/usr/include" "$pkgdir/usr/share/vala"
 }
-
-sha512sums=('SKIP')

Added: xnoise-ListStore.patch
===
--- xnoise-ListStore.patch  (rev 0)
+++ xnoise-ListStore.patch  2015-12-15 06:02:34 UTC (rev 153346)
@@ -0,0 +1,211 @@
+Index: xnoise-0.2.21/libxnoise/MainWindow/xnoise-main-window.vala
+===
+--- xnoise-0.2.21.orig/libxnoise/MainWindow/xnoise-main-window.vala
 xnoise-0.2.21/libxnoise/MainWindow/xnoise-main-window.vala
+@@ -1239,7 +1239,7 @@ public class Xnoise.MainWindow : Gtk.Win
+ 
+ private void on_remove_all_button_clicked() {
+ global.position_reference = null;
+-var store = (ListStore)trackList.get_model();
++var store = (Gtk.ListStore)trackList.get_model();
+ store.clear();
+ }
+ 
+@@ -1821,7 +1821,7 @@ public class Xnoise.MainWindow : Gtk.Win
+ tbx.pack_start(removeAllButton, false, false, 0);
+ removeAllButton.clicked.connect( () => {
+ global.position_reference = null;
+-var store = (ListStore)tlm;
++var store = (Gtk.ListStore)tlm;
+ store.clear();
+ });
+ var posjumper = new Gtk.Button();
+@@ -1848,7 +1848,7 @@ public class Xnoise.MainWindow : Gtk.Win
+ if(global.position_reference == null || 
!global.position_reference.valid())
+ return;
+ TreePath path = global.position_reference.get_path();
+-var store = (ListStore)tlm;
++var store = (Gtk.ListStore)tlm;
+ TreeIter iter;
+ store.get_iter(out iter, path);
+ tl.set_focus_on_iter(ref iter);
+@@ -2285,7 +2285,7 @@ public class Xnoise.MainWindow : Gtk.Win
+ }
+ 
+ private class Xnoise.SideBarHeadline : Gtk.TreeView {
+-private ListStore store;
++private Gtk.ListStore store;
+ private string headline = "";
+ 
+ public SideBarHeadline(string headline = "") {
+@@ -2334,7 +2334,7 @@ private class Xnoise.SideBarHeadline : G
+ }
+ 
+ private void setup_widgets() {
+-store = new ListStore(Column.N_COUNT, typeof(string), typeof(int));
++store = new Gtk.ListStore(Column.N_COUNT, typeof(string), 
typeof(int));
+ 
+ var renderer = new CustomCellRendererHeadline();
+ var column = new TreeViewColumn();
+Index: 
xnoise-0.2.21/libxnoise/ExtraWidgets/AddMedia/xnoise-add-media-widget.vala

[arch-commits] Commit in (vte290)

2015-12-14 Thread Evangelos Foutras
Date: Tuesday, December 15, 2015 @ 08:09:48
  Author: foutrelis
Revision: 256097

Drop vte290 (FS#47359)

Deleted:
  vte290/


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

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 07:27:14
  Author: fyan
Revision: 153349

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-15 06:26:51 UTC (rev 153348)
+++ PKGBUILD2015-12-15 06:27:14 UTC (rev 153349)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-flaky
-pkgname=('python-flaky' 'python2-flaky')
-_pypiname=flaky
-pkgver=2.4.1
-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#tag=v$pkgver;)
-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 153348, 
python-flaky/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-15 06:27:14 UTC (rev 153349)
@@ -0,0 +1,72 @@
+# $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/

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

2015-12-14 Thread Felix Yan
Date: Tuesday, December 15, 2015 @ 07:26:51
  Author: fyan
Revision: 153348

upgpkg: python-flaky 3.0.0.20151215-1

Modified:
  python-flaky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-15 06:03:31 UTC (rev 153347)
+++ PKGBUILD2015-12-15 06:26:51 UTC (rev 153348)
@@ -4,7 +4,8 @@
 pkgbase=python-flaky
 pkgname=('python-flaky' 'python2-flaky')
 _pypiname=flaky
-pkgver=2.4.1
+pkgver=3.0.0.20151215
+_commit=ac5604f3a4dcd0e97edc443ceaf73843663b0e4c
 pkgrel=1
 pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
 arch=('any')
@@ -13,7 +14,7 @@
 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#tag=v$pkgver;)
+source=("git+https://github.com/box/flaky.git#commit=$_commit;)
 md5sums=('SKIP')
 
 prepare() {


[arch-commits] Commit in deepin-account-faces/repos/community-any (PKGBUILD PKGBUILD)

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 14:37:46
  Author: fyan
Revision: 153247

archrelease: copy trunk to community-any

Added:
  deepin-account-faces/repos/community-any/PKGBUILD
(from rev 153246, deepin-account-faces/trunk/PKGBUILD)
Deleted:
  deepin-account-faces/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-14 13:37:24 UTC (rev 153246)
+++ PKGBUILD2015-12-14 13:37:46 UTC (rev 153247)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-account-faces
-pkgver=1.0.9
-pkgrel=1
-pkgdesc='Account faces for Linux Deepin'
-arch=('any')
-license=('GPL3')
-url="https://github.com/linuxdeepin/dde-account-faces;
-makedepends=('git')
-conflicts=('dde-account-faces')
-replaces=('dde-account-faces')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/dde-account-faces.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-package() {
-  cd dde-account-faces
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-account-faces/repos/community-any/PKGBUILD (from rev 153246, 
deepin-account-faces/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-14 13:37:46 UTC (rev 153247)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-account-faces
+pkgver=1.0.9.20151210
+_commit=799e6aa0605167bab6b283aa1114c8aee555a45f
+pkgrel=1
+pkgdesc='Account faces for Linux Deepin'
+arch=('any')
+license=('GPL3')
+url="https://github.com/linuxdeepin/dde-account-faces;
+makedepends=('git')
+conflicts=('dde-account-faces')
+replaces=('dde-account-faces')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/dde-account-faces.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+package() {
+  cd dde-account-faces
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:00:48
  Author: fyan
Revision: 153260

upgpkg: deepin-mutter 3.18.2.0.20151214-1

Modified:
  deepin-mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 14:00:40 UTC (rev 153259)
+++ PKGBUILD2015-12-14 14:00:48 UTC (rev 153260)
@@ -4,7 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-mutter
-pkgver=3.18.1.4
+pkgver=3.18.2.0.20151214
+_commit=319cede09f5c969c8fa9bf12d5acc80cb60c1788
 pkgrel=1
 pkgdesc="Base window manager for deepin, fork of gnome mutter"
 arch=('i686' 'x86_64')
@@ -16,7 +17,7 @@
 makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool' 'git')
 options=('!emptydirs')
 install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-mutter.git#tag=$pkgver;)
+source=("git+https://github.com/linuxdeepin/deepin-mutter.git#commit=$_commit;)
 md5sums=('SKIP')
 
 build() {


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:10:03
  Author: fyan
Revision: 153269

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-14 14:09:20 UTC (rev 153268)
+++ community-i686/PKGBUILD 2015-12-14 14:10:03 UTC (rev 153269)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=2.90.3.20151211
-_commit=dd434a326663ed293f8f76956f2819cfd868c5c5
-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-i686/PKGBUILD (from rev 153268, 
deepin-dock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-14 14:10:03 UTC (rev 153269)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=2.90.3.20151214
+_commit=086daf66bf25730acfcf33a6774a5933c91f5ef8
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-14 14:09:20 UTC (rev 153268)
+++ community-x86_64/PKGBUILD   2015-12-14 14:10:03 UTC (rev 153269)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=2.90.3.20151211
-_commit=dd434a326663ed293f8f76956f2819cfd868c5c5
-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-x86_64/PKGBUILD (from rev 153268, 
deepin-dock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-14 14:10:03 UTC (rev 153269)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=2.90.3.20151214
+_commit=086daf66bf25730acfcf33a6774a5933c91f5ef8
+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 

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

2015-12-14 Thread Ronald van Haren
Date: Monday, December 14, 2015 @ 14:43:47
  Author: ronald
Revision: 256048

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-14 13:43:29 UTC (rev 256047)
+++ extra-i686/PKGBUILD 2015-12-14 13:43:47 UTC (rev 256048)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgbase=elementary
-pkgname=('elementary' 'elementary-docs')
-pkgver=1.15.1
-pkgrel=1
-pkgdesc="Enlightenment's widget set"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'evas_generic_loaders')
-makedepends=('doxygen' 'imagemagick' 'texlive-core' 'ghostscript')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('a519bd279d1da32edc8654832de181392f96a638')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-  #make -j1 doc # building docs hangs the compilation
-  cd doc
-  doxygen
-}
-
-package_elementary(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=${pkgdir} install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_elementary-docs() {
-  pkgdesc="Documentation for Elementary GUI toolkit"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-}
-
-

Copied: elementary/repos/extra-i686/PKGBUILD (from rev 256047, 
elementary/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-14 13:43:47 UTC (rev 256048)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgbase=elementary
+pkgname=('elementary' 'elementary-docs')
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="Enlightenment's widget set"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'evas_generic_loaders')
+makedepends=('doxygen' 'imagemagick' 'texlive-core' 'ghostscript')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('98278dc7ba8acb92268dc43ab6dc5e22a7f59a05')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+  #make -j1 doc # building docs hangs the compilation
+  cd doc
+  doxygen
+}
+
+package_elementary(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_elementary-docs() {
+  pkgdesc="Documentation for Elementary GUI toolkit"
+  depends=()
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
+  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
+  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
+}
+
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-14 13:43:29 UTC (rev 256047)
+++ extra-x86_64/PKGBUILD   2015-12-14 13:43:47 UTC (rev 256048)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgbase=elementary
-pkgname=('elementary' 'elementary-docs')
-pkgver=1.15.1
-pkgrel=1
-pkgdesc="Enlightenment's widget set"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'evas_generic_loaders')
-makedepends=('doxygen' 'imagemagick' 'texlive-core' 'ghostscript')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('a519bd279d1da32edc8654832de181392f96a638')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export 

[arch-commits] Commit in evas_generic_loaders/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2015-12-14 Thread Ronald van Haren
Date: Monday, December 14, 2015 @ 14:44:04
  Author: ronald
Revision: 256050

archrelease: copy trunk to extra-x86_64

Added:
  evas_generic_loaders/repos/extra-x86_64/PKGBUILD
(from rev 256049, evas_generic_loaders/trunk/PKGBUILD)
Deleted:
  evas_generic_loaders/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-14 13:43:58 UTC (rev 256049)
+++ PKGBUILD2015-12-14 13:44:04 UTC (rev 256050)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=evas_generic_loaders
-pkgver=1.15.0
-pkgrel=4
-pkgdesc="Additional generic loaders for Evas"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('GPL2')
-depends=('librsvg' 'poppler' 'libraw' 'libspectre' 'efl')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('0065d710a13a2da32e427ea3a1c956953cee3870')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/evas \
---enable-poppler \
---enable-spectre \
---enable-libraw \
---enable-svg \
---enable-gstreamer
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: evas_generic_loaders/repos/extra-x86_64/PKGBUILD (from rev 256049, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-14 13:44:04 UTC (rev 256050)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=evas_generic_loaders
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="Additional generic loaders for Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('GPL2')
+depends=('librsvg' 'poppler' 'libraw' 'libspectre' 'efl')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('cd760ea82bb63d7c24a437cce18999d3e37d22e2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+


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

2015-12-14 Thread Ronald van Haren
Date: Monday, December 14, 2015 @ 14:43:58
  Author: ronald
Revision: 256049

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-14 13:43:47 UTC (rev 256048)
+++ extra-i686/PKGBUILD 2015-12-14 13:43:58 UTC (rev 256049)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgname=emotion_generic_players
-pkgver=1.15.0
-pkgrel=1
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'vlc')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('b0930eebcbb43db4c2e89fd3541bbd487d65b1cb')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=${pkgdir} install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-   "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: emotion_generic_players/repos/extra-i686/PKGBUILD (from rev 256048, 
emotion_generic_players/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-14 13:43:58 UTC (rev 256049)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgname=emotion_generic_players
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'vlc')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('1ed6288bcd057c9483717571138d48bcabfe3da1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure \
+--prefix=/usr
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+   "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-14 13:43:47 UTC (rev 256048)
+++ extra-x86_64/PKGBUILD   2015-12-14 13:43:58 UTC (rev 256049)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgname=emotion_generic_players
-pkgver=1.15.0
-pkgrel=1
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'vlc')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('b0930eebcbb43db4c2e89fd3541bbd487d65b1cb')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=${pkgdir} install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-   "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: emotion_generic_players/repos/extra-x86_64/PKGBUILD (from rev 256048, 
emotion_generic_players/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-14 13:43:58 UTC (rev 256049)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgname=emotion_generic_players
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'vlc')

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

2015-12-14 Thread Ronald van Haren
Date: Monday, December 14, 2015 @ 14:44:25
  Author: ronald
Revision: 256053

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

Added:
  terminology/repos/extra-i686/PKGBUILD
(from rev 256052, terminology/trunk/PKGBUILD)
  terminology/repos/extra-i686/terminology.install
(from rev 256052, terminology/trunk/terminology.install)
  terminology/repos/extra-x86_64/PKGBUILD
(from rev 256052, terminology/trunk/PKGBUILD)
  terminology/repos/extra-x86_64/terminology.install
(from rev 256052, terminology/trunk/terminology.install)
Deleted:
  terminology/repos/extra-i686/PKGBUILD
  terminology/repos/extra-i686/terminology.install
  terminology/repos/extra-x86_64/PKGBUILD
  terminology/repos/extra-x86_64/terminology.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-14 13:44:18 UTC (rev 256052)
+++ extra-i686/PKGBUILD 2015-12-14 13:44:25 UTC (rev 256053)
@@ -1,37 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="EFL based terminal emulator"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org/p.php?p=about/terminology;
-license=('BSD')
-depends=('elementary')
-optdepends=('emotion_generic_players: video support')
-source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-install=terminology.install
-sha1sums=('0cc3fc757e9f52243df8bd497a84e07b10168ef6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: terminology/repos/extra-i686/PKGBUILD (from rev 256052, 
terminology/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-14 13:44:25 UTC (rev 256053)
@@ -0,0 +1,37 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="EFL based terminal emulator"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org/p.php?p=about/terminology;
+license=('BSD')
+depends=('elementary')
+optdepends=('emotion_generic_players: video support')
+source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+install=terminology.install
+sha1sums=('5b3dd4f0ce8c8a2384c8019843664cfb71f0bc37')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+  
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/terminology.install
===
--- extra-i686/terminology.install  2015-12-14 13:44:18 UTC (rev 256052)
+++ extra-i686/terminology.install  2015-12-14 13:44:25 UTC (rev 256053)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: terminology/repos/extra-i686/terminology.install (from rev 256052, 
terminology/trunk/terminology.install)
===
--- extra-i686/terminology.install  (rev 0)
+++ extra-i686/terminology.install  2015-12-14 13:44:25 UTC (rev 256053)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-14 13:44:18 UTC (rev 256052)
+++ extra-x86_64/PKGBUILD   2015-12-14 13:44:25 UTC (rev 256053)
@@ -1,37 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=0.9.0
-pkgrel=1

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

2015-12-14 Thread Ronald van Haren
Date: Monday, December 14, 2015 @ 14:44:11
  Author: ronald
Revision: 256051

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

Added:
  enlightenment/repos/extra-i686/PKGBUILD
(from rev 256050, enlightenment/trunk/PKGBUILD)
  enlightenment/repos/extra-i686/enlightenment.install
(from rev 256050, enlightenment/trunk/enlightenment.install)
  enlightenment/repos/extra-x86_64/PKGBUILD
(from rev 256050, enlightenment/trunk/PKGBUILD)
  enlightenment/repos/extra-x86_64/enlightenment.install
(from rev 256050, enlightenment/trunk/enlightenment.install)
Deleted:
  enlightenment/repos/extra-i686/PKGBUILD
  enlightenment/repos/extra-i686/enlightenment.install
  enlightenment/repos/extra-x86_64/PKGBUILD
  enlightenment/repos/extra-x86_64/enlightenment.install

+
 /PKGBUILD  |   74 +++
 /enlightenment.install |   24 +++
 extra-i686/PKGBUILD|   39 --
 extra-i686/enlightenment.install   |   12 -
 extra-x86_64/PKGBUILD  |   39 --
 extra-x86_64/enlightenment.install |   12 -
 6 files changed, 98 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-14 13:44:04 UTC (rev 256050)
+++ extra-i686/PKGBUILD 2015-12-14 13:44:11 UTC (rev 256051)
@@ -1,39 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
>
-
-pkgname=enlightenment
-pkgver=0.19.10
-pkgrel=1
-pkgdesc="Enlightenment window manager"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD')
-depends=('elementary' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
- 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
-optdepends=('connman: network module'
-'acpid: power events on laptop lid close')
-provides=("enlightenment17=$pkgver" 'notification-daemon')
-conflicts=("enlightenment17")
-replaces=("enlightenment17")
-backup=('etc/enlightenment/sysactions.conf'
-'etc/xdg/menus/e-applications.menu')
-source=(http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz)
-install=enlightenment.install
-sha1sums=('c9e40c017388976dd9dd96128c4c082f05e4847a')  

-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR="$pkgdir" install
-
-  # install LICENSE
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: enlightenment/repos/extra-i686/PKGBUILD (from rev 256050, 
enlightenment/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-14 13:44:11 UTC (rev 256051)
@@ -0,0 +1,37 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
>
+
+pkgname=enlightenment
+pkgver=0.20.0
+pkgrel=1
+pkgdesc="Enlightenment window manager"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('elementary' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
+ 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
+optdepends=('connman: network module'
+'acpid: power events on laptop lid close')
+provides=('notification-daemon')
+backup=('etc/enlightenment/sysactions.conf'
+'etc/xdg/menus/e-applications.menu')
+source=(http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz)
+install=enlightenment.install
+sha1sums=('1a5f05ca4a275e85a604dd5c6fc3c8fc01d913ce')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="$pkgdir" install
+
+  # install LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: extra-i686/enlightenment.install
===
--- extra-i686/enlightenment.install2015-12-14 13:44:04 UTC (rev 256050)
+++ extra-i686/enlightenment.install2015-12-14 13:44:11 UTC (rev 256051)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime > /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: enlightenment/repos/extra-i686/enlightenment.install (from rev 256050, 
enlightenment/trunk/enlightenment.install)
===
--- extra-i686/enlightenment.install   

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

2015-12-14 Thread Ronald van Haren
Date: Monday, December 14, 2015 @ 14:44:18
  Author: ronald
Revision: 256052

upgpkg: terminology 0.9.1-1

update enlightenment and libs

Modified:
  terminology/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 13:44:11 UTC (rev 256051)
+++ PKGBUILD2015-12-14 13:44:18 UTC (rev 256052)
@@ -3,7 +3,7 @@
 # Contributor: Paul Ezvan 
 
 pkgname=terminology
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc="EFL based terminal emulator"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('emotion_generic_players: video support')
 
source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 install=terminology.install
-sha1sums=('0cc3fc757e9f52243df8bd497a84e07b10168ef6')
+sha1sums=('5b3dd4f0ce8c8a2384c8019843664cfb71f0bc37')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:15:09
  Author: fyan
Revision: 153272

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-x86_64/
  haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD
(from rev 153271, haskell-persistent-sqlite/trunk/PKGBUILD)
  
haskell-persistent-sqlite/repos/community-staging-x86_64/haskell-persistent-sqlite.install
(from rev 153271, 
haskell-persistent-sqlite/trunk/haskell-persistent-sqlite.install)

---+
 PKGBUILD  |   45 
 haskell-persistent-sqlite.install |   18 ++
 2 files changed, 63 insertions(+)

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 153271, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-14 14:15:09 UTC (rev 153272)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.2
+pkgrel=6
+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-x86_64/haskell-persistent-sqlite.install
 (from rev 153271, 
haskell-persistent-sqlite/trunk/haskell-persistent-sqlite.install)
===
--- community-staging-x86_64/haskell-persistent-sqlite.install  
(rev 0)
+++ community-staging-x86_64/haskell-persistent-sqlite.install  2015-12-14 
14:15:09 UTC (rev 153272)
@@ -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)
+}


[arch-commits] Commit in deepin-dbus-factory/repos (8 files)

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:18:45
  Author: fyan
Revision: 153273

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

Added:
  deepin-dbus-factory/repos/community-i686/PKGBUILD
(from rev 153272, deepin-dbus-factory/trunk/PKGBUILD)
  deepin-dbus-factory/repos/community-i686/fix-arch.patch
(from rev 153272, deepin-dbus-factory/trunk/fix-arch.patch)
  deepin-dbus-factory/repos/community-x86_64/PKGBUILD
(from rev 153272, deepin-dbus-factory/trunk/PKGBUILD)
  deepin-dbus-factory/repos/community-x86_64/fix-arch.patch
(from rev 153272, deepin-dbus-factory/trunk/fix-arch.patch)
Deleted:
  deepin-dbus-factory/repos/community-i686/PKGBUILD
  deepin-dbus-factory/repos/community-i686/fix-arch.patch
  deepin-dbus-factory/repos/community-x86_64/PKGBUILD
  deepin-dbus-factory/repos/community-x86_64/fix-arch.patch

-+
 /PKGBUILD   |   68 ++
 /fix-arch.patch |   26 ++
 community-i686/PKGBUILD |   34 ---
 community-i686/fix-arch.patch   |   13 ---
 community-x86_64/PKGBUILD   |   34 ---
 community-x86_64/fix-arch.patch |   13 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-14 14:15:09 UTC (rev 153272)
+++ community-i686/PKGBUILD 2015-12-14 14:18:45 UTC (rev 153273)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dbus-factory
-pkgver=2.92.2
-_commit=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
-pkgrel=1
-pkgdesc='QML DBus factory for DDE'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/dbus-factory;
-license=('GPL3')
-depends=('qt5-declarative')
-makedepends=('git' 'deepin-dbus-generator')
-source=("git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_commit;
-fix-arch.patch)
-sha256sums=('SKIP'
-'0195e1258534ef14d8ec63cde5389f8cfad39d5308ab8ddf73966018a34bd300')
-
-prepare() {
-  cd dbus-factory
-  patch -p1 -i ../fix-arch.patch
-}
-
-build(){
-  cd dbus-factory
-  make build-qml
-}
-
-package() {
-  cd dbus-factory
-  make DESTDIR="${pkgdir}" install-qml
-}

Copied: deepin-dbus-factory/repos/community-i686/PKGBUILD (from rev 153272, 
deepin-dbus-factory/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-14 14:18:45 UTC (rev 153273)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dbus-factory
+pkgver=2.92.2.20151214
+_commit=2141b28feabadb94c20721f8f7ee2a2d5d373227
+pkgrel=1
+pkgdesc='QML DBus factory for DDE'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dbus-factory;
+license=('GPL3')
+depends=('qt5-declarative')
+makedepends=('git' 'deepin-dbus-generator')
+source=("git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_commit;
+fix-arch.patch)
+sha256sums=('SKIP'
+'0195e1258534ef14d8ec63cde5389f8cfad39d5308ab8ddf73966018a34bd300')
+
+prepare() {
+  cd dbus-factory
+  patch -p1 -i ../fix-arch.patch
+}
+
+build(){
+  cd dbus-factory
+  make build-qml
+}
+
+package() {
+  cd dbus-factory
+  make DESTDIR="${pkgdir}" install-qml
+}

Deleted: community-i686/fix-arch.patch
===
--- community-i686/fix-arch.patch   2015-12-14 14:15:09 UTC (rev 153272)
+++ community-i686/fix-arch.patch   2015-12-14 14:18:45 UTC (rev 153273)
@@ -1,13 +0,0 @@
-diff -ruN a/in.json/Makefile b/in.json/Makefile
 a/in.json/Makefile  2014-12-30 20:01:39.978997830 +0100
-+++ b/in.json/Makefile  2014-12-30 20:08:45.569012561 +0100
-@@ -1,7 +1,7 @@
- PREFIX  = /usr
- 
--GOPATH := $(shell go env GOPATH)
--QT5_LIBDIR ?= $(PREFIX)/lib/qt5
-+GOPATH := $(PREFIX)/lib/go
-+QT5_LIBDIR ?= $(PREFIX)/lib/qt
- QMLDIR ?= $(QT5_LIBDIR)/qml
- 
- JSONS  := $(wildcard *.in.json)

Copied: deepin-dbus-factory/repos/community-i686/fix-arch.patch (from rev 
153272, deepin-dbus-factory/trunk/fix-arch.patch)
===
--- community-i686/fix-arch.patch   (rev 0)
+++ community-i686/fix-arch.patch   2015-12-14 14:18:45 UTC (rev 153273)
@@ -0,0 +1,13 @@
+diff -ruN a/in.json/Makefile b/in.json/Makefile
+--- a/in.json/Makefile  2014-12-30 20:01:39.978997830 +0100
 b/in.json/Makefile  2014-12-30 20:08:45.569012561 +0100
+@@ -1,7 +1,7 @@
+ PREFIX  = /usr
+ 
+-GOPATH := $(shell go env GOPATH)
+-QT5_LIBDIR ?= $(PREFIX)/lib/qt5
++GOPATH := $(PREFIX)/lib/go
++QT5_LIBDIR ?= 

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

2015-12-14 Thread Ronald van Haren
Date: Monday, December 14, 2015 @ 15:19:07
  Author: ronald
Revision: 256054

upgpkg: e_dbus 1.7.10-1

update to 1.7.10

Modified:
  e_dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 13:44:25 UTC (rev 256053)
+++ PKGBUILD2015-12-14 14:19:07 UTC (rev 256054)
@@ -3,8 +3,8 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=e_dbus
-pkgver=1.7.9
-pkgrel=3
+pkgver=1.7.10
+pkgrel=1
 pkgdesc="D-Bus integration with Ecore"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org;
@@ -12,7 +12,7 @@
 depends=('efl' 'dbus')
 options=('!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('d1c30cf95cf6eea07c5be54bd8cfbf7eba9fb20b')
+sha1sums=('bac1ea8fd37d5bdeac7db0940264ae30d7e38330')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:38:29
  Author: fyan
Revision: 153280

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-14 14:37:37 UTC (rev 153279)
+++ community-i686/PKGBUILD 2015-12-14 14:38:29 UTC (rev 153280)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=2.90.3
-_commit=5c3667b090d1665140cac447deef78db00bc87e8
-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-i686/PKGBUILD (from rev 153279, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-14 14:38:29 UTC (rev 153280)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=2.90.3.20151214
+_commit=3bc9b3fdc8293c18e31dac100e51cde2370906e9
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-14 14:37:37 UTC (rev 153279)
+++ community-x86_64/PKGBUILD   2015-12-14 14:38:29 UTC (rev 153280)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=2.90.3
-_commit=5c3667b090d1665140cac447deef78db00bc87e8
-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-x86_64/PKGBUILD (from rev 153279, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-14 14:38:29 UTC (rev 153280)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui

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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:44:31
  Author: fyan
Revision: 153282

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 153281, haskell-pandoc-citeproc/trunk/PKGBUILD)
  
haskell-pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
(from rev 153281, 
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 153281, haskell-pandoc-citeproc/trunk/PKGBUILD)
  
haskell-pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install
(from rev 153281, 
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 
153281, haskell-pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-14 14:44:31 UTC (rev 153282)
@@ -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=14
+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 153281, 
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-14 
14:44:31 UTC (rev 153282)
@@ -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 153281, haskell-pandoc-citeproc/trunk/PKGBUILD)

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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:50:09
  Author: fyan
Revision: 153283

upgpkg: haskell-esqueleto 2.4.1-7

rebuild with http-client-0.4.26, persistent-2.2.4

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 14:44:31 UTC (rev 153282)
+++ PKGBUILD2015-12-14 14:50:09 UTC (rev 153283)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.4.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/prowdsponsor/esqueleto;
 license=("custom:BSD3")


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

2015-12-14 Thread Ronald van Haren
Date: Monday, December 14, 2015 @ 14:43:29
  Author: ronald
Revision: 256047

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

Added:
  efl/repos/extra-i686/PKGBUILD
(from rev 256046, efl/trunk/PKGBUILD)
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
(from rev 256046, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-i686/efl.install
(from rev 256046, efl/trunk/efl.install)
  efl/repos/extra-i686/eina_doxygen.patch
(from rev 256046, efl/trunk/eina_doxygen.patch)
  efl/repos/extra-x86_64/PKGBUILD
(from rev 256046, efl/trunk/PKGBUILD)
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
(from rev 256046, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-x86_64/efl.install
(from rev 256046, efl/trunk/efl.install)
  efl/repos/extra-x86_64/eina_doxygen.patch
(from rev 256046, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/extra-i686/PKGBUILD
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-i686/efl.install
  efl/repos/extra-i686/eina_doxygen.patch
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-x86_64/efl.install
  efl/repos/extra-x86_64/eina_doxygen.patch

+
 /PKGBUILD  |  144 +++
 /efl-1.10.0-giflib-5.1.0.patch |   78 ++
 /efl.install   |   32 ++
 /eina_doxygen.patch|   20 +++
 extra-i686/PKGBUILD|   72 -
 extra-i686/efl-1.10.0-giflib-5.1.0.patch   |   39 ---
 extra-i686/efl.install |   16 ---
 extra-i686/eina_doxygen.patch  |   10 -
 extra-x86_64/PKGBUILD  |   72 -
 extra-x86_64/efl-1.10.0-giflib-5.1.0.patch |   39 ---
 extra-x86_64/efl.install   |   16 ---
 extra-x86_64/eina_doxygen.patch|   10 -
 12 files changed, 274 insertions(+), 274 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-14 11:04:46 UTC (rev 256046)
+++ extra-i686/PKGBUILD 2015-12-14 13:43:29 UTC (rev 256047)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.15.1
-pkgrel=2
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi')
-optdepends=('python2: einabench-cmp')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
-replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
-  'emotion' 'ethumb' 'evas')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
-   'eina_doxygen.patch')
-install=efl.install
-sha1sums=('52ac42d561b4ec88e224832609df7d655b650a31'
-  'ef2b961e793c711685623a149ab55b1bec9a3676')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
-
-  # fix docs building
-  patch -Np0 -i ${srcdir}/eina_doxygen.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
-  --enable-liblz4
-
-  make
-  make -j1 doc
-}
-
-package_efl(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR=${pkgdir} install
-
-  # install non-standard license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
-}
-
-package_efl-docs() {
-  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-}
-

Copied: efl/repos/extra-i686/PKGBUILD (from rev 256046, efl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-14 13:43:29 UTC (rev 256047)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: 

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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 14:42:38
  Author: fyan
Revision: 153248

upgpkg: haskell-persistent 2.2.4-1

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 13:37:46 UTC (rev 153247)
+++ PKGBUILD2015-12-14 13:42:38 UTC (rev 153248)
@@ -4,8 +4,8 @@
 
 _hkgname=persistent
 pkgname=haskell-persistent
-pkgver=2.2.3
-pkgrel=4
+pkgver=2.2.4
+pkgrel=1
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")
@@ -20,7 +20,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('93f3cb4201e58dfe8566ac9577a467c122ffa98e05c9566d836c4db5ff25d2d4')
+sha256sums=('ae56121abbef8ecca7aa7c62b2e77a47e583d4dded0f8e4bfe1cd6b1fea70bbe')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 14:43:07
  Author: fyan
Revision: 153249

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 153248, haskell-persistent/trunk/PKGBUILD)
  haskell-persistent/repos/community-staging-i686/haskell-persistent.install
(from rev 153248, haskell-persistent/trunk/haskell-persistent.install)
  haskell-persistent/repos/community-staging-x86_64/
  haskell-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 153248, haskell-persistent/trunk/PKGBUILD)
  haskell-persistent/repos/community-staging-x86_64/haskell-persistent.install
(from rev 153248, 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 
153248, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-14 13:43:07 UTC (rev 153249)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.2.4
+pkgrel=1
+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 153248, haskell-persistent/trunk/haskell-persistent.install)
===
--- community-staging-i686/haskell-persistent.install   
(rev 0)
+++ community-staging-i686/haskell-persistent.install   2015-12-14 13:43:07 UTC 
(rev 153249)
@@ -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 
153248, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ 

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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 14:50:47
  Author: fyan
Revision: 153253

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-14 13:50:09 UTC (rev 153252)
+++ community-i686/PKGBUILD 2015-12-14 13:50:47 UTC (rev 153253)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=libdui
-pkgver=1.2.3.20151211
-_commit=c1847ccce8a5fcf023fcbe4a52489304e21712ce
-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-i686/PKGBUILD (from rev 153252, 
libdui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-14 13:50:47 UTC (rev 153253)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=libdui
+pkgver=1.2.3.20151214
+_commit=82c897d37dcb6427ff732cbacb15e3cf8da0aa69
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-14 13:50:09 UTC (rev 153252)
+++ community-x86_64/PKGBUILD   2015-12-14 13:50:47 UTC (rev 153253)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=libdui
-pkgver=1.2.3.20151211
-_commit=c1847ccce8a5fcf023fcbe4a52489304e21712ce
-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-x86_64/PKGBUILD (from rev 153252, 
libdui/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-14 13:50:47 UTC (rev 153253)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=libdui
+pkgver=1.2.3.20151214
+_commit=82c897d37dcb6427ff732cbacb15e3cf8da0aa69
+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 libdui/trunk (PKGBUILD)

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 14:50:09
  Author: fyan
Revision: 153252

upgpkg: libdui 1.2.3.20151214-1

Modified:
  libdui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 13:47:22 UTC (rev 153251)
+++ PKGBUILD2015-12-14 13:50:09 UTC (rev 153252)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=libdui
-pkgver=1.2.3.20151211
-_commit=c1847ccce8a5fcf023fcbe4a52489304e21712ce
+pkgver=1.2.3.20151214
+_commit=82c897d37dcb6427ff732cbacb15e3cf8da0aa69
 pkgrel=1
 pkgdesc='Deepin graphical user interface library'
 arch=('i686' 'x86_64')


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:00:05
  Author: fyan
Revision: 153257

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-14 13:59:26 UTC (rev 153256)
+++ community-i686/PKGBUILD 2015-12-14 14:00:05 UTC (rev 153257)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-wm-switcher
-pkgver=0.0.2
-_commit=ad83c8cd59edc6becc092882f610cb65361bc10e
-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')
-makedepends=('git' 'cmake' 'qt5-x11extras')
-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-i686/PKGBUILD (from rev 153256, 
deepin-wm-switcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-14 14:00:05 UTC (rev 153257)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-wm-switcher
+pkgver=0.0.3.20151214
+_commit=9227bf6fbae668b9928d0d4e8b78034a70d1cb0a
+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')
+makedepends=('git' 'cmake' 'qt5-x11extras')
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-14 13:59:26 UTC (rev 153256)
+++ community-x86_64/PKGBUILD   2015-12-14 14:00:05 UTC (rev 153257)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-wm-switcher
-pkgver=0.0.2
-_commit=ad83c8cd59edc6becc092882f610cb65361bc10e
-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')
-makedepends=('git' 'cmake' 'qt5-x11extras')
-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-x86_64/PKGBUILD (from rev 153256, 
deepin-wm-switcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-14 14:00:05 UTC (rev 153257)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-wm-switcher
+pkgver=0.0.3.20151214
+_commit=9227bf6fbae668b9928d0d4e8b78034a70d1cb0a
+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')
+makedepends=('git' 'cmake' 'qt5-x11extras')
+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 pandoc/repos (6 files)

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:00:40
  Author: fyan
Revision: 153259

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 153258, pandoc/trunk/PKGBUILD)
  pandoc/repos/community-staging-i686/pandoc.install
(from rev 153258, pandoc/trunk/pandoc.install)
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 153258, pandoc/trunk/PKGBUILD)
  pandoc/repos/community-staging-x86_64/pandoc.install
(from rev 153258, 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 153258, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-14 14:00:40 UTC (rev 153259)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=1.15.2.1
+pkgrel=10
+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 153258, 
pandoc/trunk/pandoc.install)
===
--- community-staging-i686/pandoc.install   (rev 0)
+++ community-staging-i686/pandoc.install   2015-12-14 14:00:40 UTC (rev 
153259)
@@ -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-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:00:10
  Author: fyan
Revision: 153258

upgpkg: pandoc 1.15.2.1-10

rebuild with http-client-0.4.26

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 14:00:05 UTC (rev 153257)
+++ PKGBUILD2015-12-14 14:00:10 UTC (rev 153258)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=1.15.2.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:04:19
  Author: fyan
Revision: 153264

upgpkg: deepin-notifications 2.3.4.20151214-1

Modified:
  deepin-notifications/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 14:02:06 UTC (rev 153263)
+++ PKGBUILD2015-12-14 14:04:19 UTC (rev 153264)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-notifications
-pkgver=2.3.4
-_commit=692640abb9bd1c3a74f686abbe2e9163a9e2020d
+pkgver=2.3.4.20151214
+_commit=868be45cc5c802e1f5b14db368978cc4f6b68d32
 pkgrel=1
 pkgdesc="System notifications for linuxdeepin desktop environment"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 license=('GPL3')
 depends=('qt5-declarative' 'qt5-svg')
 makedepends=('git')
+provides=('notification-daemon')
 groups=('deepin')
-conflicts=('notify-osd')
 
source=("git+https://github.com/linuxdeepin/deepin-notifications.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:19:30
  Author: fyan
Revision: 153274

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

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

+
 /PKGBUILD  |   45 +++
 /haskell-persistent-sqlite.install |   18 
 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 
 6 files changed, 126 insertions(+), 63 deletions(-)

Copied: haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD (from 
rev 153273, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-14 14:19:30 UTC (rev 153274)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.2
+pkgrel=6
+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 153273, 
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-14 
14:19:30 UTC (rev 153274)
@@ -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)
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2015-12-14 14:18:45 UTC (rev 153273)
+++ community-staging-x86_64/PKGBUILD   

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

2015-12-14 Thread Ronald van Haren
Date: Monday, December 14, 2015 @ 15:19:19
  Author: ronald
Revision: 256055

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-14 14:19:07 UTC (rev 256054)
+++ extra-i686/PKGBUILD 2015-12-14 14:19:19 UTC (rev 256055)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=e_dbus
-pkgver=1.7.9
-pkgrel=3
-pkgdesc="D-Bus integration with Ecore"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'dbus')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('d1c30cf95cf6eea07c5be54bd8cfbf7eba9fb20b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---enable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
---disable-edbus-async-test \
---disable-edbus-performance-test \
---disable-doc
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: e_dbus/repos/extra-i686/PKGBUILD (from rev 256054, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-14 14:19:19 UTC (rev 256055)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=e_dbus
+pkgver=1.7.10
+pkgrel=1
+pkgdesc="D-Bus integration with Ecore"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'dbus')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('bac1ea8fd37d5bdeac7db0940264ae30d7e38330')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--disable-doc
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-14 14:19:07 UTC (rev 256054)
+++ extra-x86_64/PKGBUILD   2015-12-14 14:19:19 UTC (rev 256055)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=e_dbus
-pkgver=1.7.9
-pkgrel=3
-pkgdesc="D-Bus integration with Ecore"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'dbus')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('d1c30cf95cf6eea07c5be54bd8cfbf7eba9fb20b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---enable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
-

[arch-commits] Commit in deepin-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:20:26
  Author: fyan
Revision: 153276

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-14 14:20:03 UTC (rev 153275)
+++ PKGBUILD2015-12-14 14:20:26 UTC (rev 153276)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-icon-theme
-pkgver=15.10.4
-_commit=9f8f8a39d819872621f014bd5a90bf2b5c3c3f79
-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}"
-  install -d "${pkgdir}"/usr/share/icons
-  cp -r build/deepin "${pkgdir}"/usr/share/icons/Deepin
-
-  make DESTDIR="$pkgdir" install-cursors
-}

Copied: deepin-icon-theme/repos/community-any/PKGBUILD (from rev 153275, 
deepin-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-14 14:20:26 UTC (rev 153276)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-icon-theme
+pkgver=15.10.4.20151214
+_commit=9c3672f9608fd245997800b703956dd7b7fd2861
+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 -j1
+}


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:20:03
  Author: fyan
Revision: 153275

upgpkg: deepin-icon-theme 15.10.4.20151214-1

Modified:
  deepin-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 14:19:30 UTC (rev 153274)
+++ PKGBUILD2015-12-14 14:20:03 UTC (rev 153275)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-icon-theme
-pkgver=15.10.4
-_commit=9f8f8a39d819872621f014bd5a90bf2b5c3c3f79
+pkgver=15.10.4.20151214
+_commit=9c3672f9608fd245997800b703956dd7b7fd2861
 pkgrel=1
 pkgdesc="Deepin Icons"
 arch=('any')
@@ -33,8 +33,5 @@
 
 package() {
   cd "${pkgname}"
-  install -d "${pkgdir}"/usr/share/icons
-  cp -r build/deepin "${pkgdir}"/usr/share/icons/Deepin
-
-  make DESTDIR="$pkgdir" install-cursors
+  make DESTDIR="$pkgdir" install -j1
 }


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:34:22
  Author: fyan
Revision: 153277

upgpkg: deepin-daemon 2.93.4.20151214-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 14:20:26 UTC (rev 153276)
+++ PKGBUILD2015-12-14 14:34:22 UTC (rev 153277)
@@ -4,16 +4,16 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=2.93.4.20151211
-_commit=0e2350d9a0acca6dbc6c631984d5f42b326842dd
+pkgver=2.93.4.20151214
+_commit=3fa5785eeaea2937347c1bcc9c9a6d2d76a6f4f4
 #_golibver=0.4.3
-_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
+_golibrev=9ad64e8fa5f92ede669f94a3a770a64f7ca88e60
 #_deepinapiver=2.92.3
 _deepinapirev=67c7eb27e302655c4046ceec121b7e75e287e591
 #_dbusfactoryver=2.92.2
-_dbusfactoryrev=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
+_dbusfactoryrev=2141b28feabadb94c20721f8f7ee2a2d5d373227
 _desktopbaserev=af086a257aafc81a854dfe7accd9e5600b849960
-pkgrel=2
+pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-daemon;


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:50:42
  Author: fyan
Revision: 153284

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 153283, haskell-esqueleto/trunk/PKGBUILD)
  haskell-esqueleto/repos/community-staging-i686/haskell-esqueleto.install
(from rev 153283, haskell-esqueleto/trunk/haskell-esqueleto.install)
  haskell-esqueleto/repos/community-staging-x86_64/
  haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD
(from rev 153283, haskell-esqueleto/trunk/PKGBUILD)
  haskell-esqueleto/repos/community-staging-x86_64/haskell-esqueleto.install
(from rev 153283, 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 
153283, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-14 14:50:42 UTC (rev 153284)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.4.1
+pkgrel=7
+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 153283, haskell-esqueleto/trunk/haskell-esqueleto.install)
===
--- community-staging-i686/haskell-esqueleto.install
(rev 0)
+++ community-staging-i686/haskell-esqueleto.install2015-12-14 14:50:42 UTC 
(rev 153284)
@@ -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 
153283, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-14 14:50:42 UTC (rev 153284)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.4.1
+pkgrel=7
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."

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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:50:48
  Author: fyan
Revision: 153285

upgpkg: haskell-persistent-template 2.1.4-7

rebuild with http-client-0.4.26, persistent-2.2.4

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 14:50:42 UTC (rev 153284)
+++ PKGBUILD2015-12-14 14:50:48 UTC (rev 153285)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.1.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:53:57
  Author: fyan
Revision: 153289

upgpkg: haskell-pandoc-crossref 0.1.6.0-5

rebuild with http-client-0.4.26, persistent-2.2.4

Modified:
  haskell-pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 14:52:57 UTC (rev 153288)
+++ PKGBUILD2015-12-14 14:53:57 UTC (rev 153289)
@@ -5,7 +5,7 @@
 _hkgname=pandoc-crossref
 pkgname=haskell-pandoc-crossref
 pkgver=0.1.6.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("GPL2")


[arch-commits] Commit in smuxi/trunk (PKGBUILD boehm.patch)

2015-12-14 Thread Balló György
Date: Monday, December 14, 2015 @ 14:08:06
  Author: bgyorgy
Revision: 153244

upgpkg: smuxi 1.0.1-1

Update to new version

Modified:
  smuxi/trunk/PKGBUILD
Deleted:
  smuxi/trunk/boehm.patch

-+
 PKGBUILD|   17 -
 boehm.patch |   51 ---
 2 files changed, 4 insertions(+), 64 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 13:04:04 UTC (rev 153243)
+++ PKGBUILD2015-12-14 13:08:06 UTC (rev 153244)
@@ -7,8 +7,8 @@
 
 pkgbase=smuxi
 pkgname=('smuxi-server' 'smuxi')
-pkgver=1.0
-pkgrel=3
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="User-friendly and cross-platform IRC client for sophisticated users 
for GNOME/GTK+"
 arch=('any')
 url="https://smuxi.im/;
@@ -15,18 +15,9 @@
 license=('GPL')
 makedepends=('notify-sharp' 'log4net' 'nini' 'gtkspell' 'stfl' 'intltool')
 options=('!emptydirs')
-source=(https://smuxi.im/jaws/data/files/$pkgbase-$pkgver.tar.gz
-boehm.patch)
-md5sums=('8568485702e032d10a70b13a869400a2'
- '2b2c372e2c128196083e639a9b91c2f6')
+source=(https://smuxi.im/jaws/data/files/$pkgbase-$pkgver.tar.gz)
+md5sums=('97190130e57ddf8c603cb2d967e598a3')
 
-prepare() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  # Revert broken commit
-  patch -RNp1 -i ../boehm.patch
-}
-
 build() {
   cd "$srcdir/$pkgbase-$pkgver"
 

Deleted: boehm.patch
===
--- boehm.patch 2015-12-14 13:04:04 UTC (rev 153243)
+++ boehm.patch 2015-12-14 13:08:06 UTC (rev 153244)
@@ -1,51 +0,0 @@
-commit b4b87f46ec4457ca8da31329bb9f784c6e119fc1
-Author: Mirco Bauer 
-Date:   Sat Jun 6 03:15:23 2015 +0200
-
-Server, Frontend-GNOME: use Boehm as GC instead of SGen (closes: #1062)
-
-Mono 3.2.8 (and possibly newer versions) SEGVs in Mono.Data.Sqlite when 
the GC
-is SGen and huge datasets are read from more than one thread at the same 
time
-using different databases. With Boehm this does not happen. Since Smuxi 
switched
-to SQLite by default this is a show stopper for the 1.0 release and thus 
Boehm
-will be used to workaround this issue till the Mono SGen GC or the
-Mono.Data.Sqlite binding will be fixed in a later Mono version. Or the used
-SQLite binding will be replaced with sqlite-net [0] or Hyena's SQLite 
binding [1].
-
- [0]: https://github.com/praeclarum/sqlite-net
- [1]: https://github.com/GNOME/hyena/tree/master/Hyena.Data.Sqlite
-
-diff --git a/src/Frontend-GNOME/smuxi-frontend-gnome.in 
b/src/Frontend-GNOME/smuxi-frontend-gnome.in
-index 3422198..2c16c35 100644
 a/src/Frontend-GNOME/smuxi-frontend-gnome.in
-+++ b/src/Frontend-GNOME/smuxi-frontend-gnome.in
-@@ -5,6 +5,13 @@
- MONO_TLS_SESSION_CACHE_TIMEOUT=0
- export MONO_TLS_SESSION_CACHE_TIMEOUT
- 
-+# HACK: forcibly disabled SGen, as it has a known SEGV bug related to the
-+# Mono.Data.Sqlite binding that does not happen with the boehm GC, see:
-+# https://smuxi.im/issues/show/1062
-+MONO_ENV_OPTIONS="$(echo $MONO_ENV_OPTIONS | sed s/--gc=sgen//)"
-+MONO_ENV_OPTIONS="--gc=boehm $MONO_ENV_OPTIONS"
-+export MONO_ENV_OPTIONS
-+
- # Smuxi uses an IPC channel for the single application instance feature and it
- # also allows to pass links from commandline to an existing Smuxi instance. 
This
- # IPC channel must be private to the user that executes Smuxi, else other 
system
-diff --git a/src/Server/smuxi-server.in b/src/Server/smuxi-server.in
-index 48fc4c9..fbc7b5b 100644
 a/src/Server/smuxi-server.in
-+++ b/src/Server/smuxi-server.in
-@@ -5,4 +5,11 @@
- MONO_TLS_SESSION_CACHE_TIMEOUT=0
- export MONO_TLS_SESSION_CACHE_TIMEOUT
- 
-+# HACK: forcibly disabled SGen, as it has a known SEGV bug related to the
-+# Mono.Data.Sqlite binding that does not happen with the boehm GC, see:
-+# https://smuxi.im/issues/show/1062
-+MONO_ENV_OPTIONS="$(echo $MONO_ENV_OPTIONS | sed s/--gc=sgen//)"
-+MONO_ENV_OPTIONS="--gc=boehm $MONO_ENV_OPTIONS"
-+export MONO_ENV_OPTIONS
-+
- exec mono --debug "@expanded_libdir@/@PACKAGE@/smuxi-server.exe" "$@"


[arch-commits] Commit in smuxi/repos/community-any (5 files)

2015-12-14 Thread Balló György
Date: Monday, December 14, 2015 @ 14:08:11
  Author: bgyorgy
Revision: 153245

archrelease: copy trunk to community-any

Added:
  smuxi/repos/community-any/PKGBUILD
(from rev 153244, smuxi/trunk/PKGBUILD)
  smuxi/repos/community-any/smuxi.install
(from rev 153244, smuxi/trunk/smuxi.install)
Deleted:
  smuxi/repos/community-any/PKGBUILD
  smuxi/repos/community-any/boehm.patch
  smuxi/repos/community-any/smuxi.install

---+
 PKGBUILD  |  129 ++--
 boehm.patch   |   51 --
 smuxi.install |   22 -
 3 files changed, 71 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-14 13:08:06 UTC (rev 153244)
+++ PKGBUILD2015-12-14 13:08:11 UTC (rev 153245)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Madek 
-# Contributor: Marcelo Cavalcante 
-# Contributor: Jens Kleikamp 
-# Contributor: Philipp Gildein 
-
-pkgbase=smuxi
-pkgname=('smuxi-server' 'smuxi')
-pkgver=1.0
-pkgrel=3
-pkgdesc="User-friendly and cross-platform IRC client for sophisticated users 
for GNOME/GTK+"
-arch=('any')
-url="https://smuxi.im/;
-license=('GPL')
-makedepends=('notify-sharp' 'log4net' 'nini' 'gtkspell' 'stfl' 'intltool')
-options=('!emptydirs')
-source=(https://smuxi.im/jaws/data/files/$pkgbase-$pkgver.tar.gz
-boehm.patch)
-md5sums=('8568485702e032d10a70b13a869400a2'
- '2b2c372e2c128196083e639a9b91c2f6')
-
-prepare() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  # Revert broken commit
-  patch -RNp1 -i ../boehm.patch
-}
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --enable-frontend-stfl \
-  --with-vendor-package-version="Arch Linux $pkgver-$pkgrel"
-  LANG=C make
-}
-
-package_smuxi-server() {
-  pkgdesc+=" (common files and server)"
-  depends=('log4net' 'nini')
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # Split frontend
-  [[ -d $srcdir/frontend ]] && rm -r "$srcdir/frontend/"
-  mkdir "$srcdir"/frontend
-  mv "$pkgdir"/usr/bin/smuxi-frontend-{gnome,stfl} \
- "$pkgdir"/usr/lib/pkgconfig/smuxi-frontend.pc \
- "$pkgdir"/usr/lib/smuxi/smuxi-frontend* \
- "$pkgdir"/usr/share/{appdata,applications,icons} \
- "$pkgdir"/usr/share/man/man1/smuxi-frontend* \
- "$srcdir/frontend/"
-}
-
-package_smuxi() {
-  pkgdesc+=" (frontend)" 
-  depends=('smuxi-server' 'notify-sharp' 'gtkspell' 'stfl')
-  install=smuxi.install
-  cd "$srcdir/frontend"
-
-  mkdir -p "$pkgdir"/usr/{bin,lib/{pkgconfig,smuxi},share/man/man1}
-  mv smuxi-frontend-{gnome,stfl} "$pkgdir/usr/bin"
-  mv smuxi-frontend.pc "$pkgdir/usr/lib/pkgconfig"
-  mv smuxi-frontend*.1 "$pkgdir/usr/share/man/man1"
-  mv smuxi-frontend* "$pkgdir/usr/lib/smuxi"
-  mv {appdata,applications,icons} "$pkgdir/usr/share"
-}

Copied: smuxi/repos/community-any/PKGBUILD (from rev 153244, 
smuxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-14 13:08:11 UTC (rev 153245)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Madek 
+# Contributor: Marcelo Cavalcante 
+# Contributor: Jens Kleikamp 
+# Contributor: Philipp Gildein 
+
+pkgbase=smuxi
+pkgname=('smuxi-server' 'smuxi')
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="User-friendly and cross-platform IRC client for sophisticated users 
for GNOME/GTK+"
+arch=('any')
+url="https://smuxi.im/;
+license=('GPL')
+makedepends=('notify-sharp' 'log4net' 'nini' 'gtkspell' 'stfl' 'intltool')
+options=('!emptydirs')
+source=(https://smuxi.im/jaws/data/files/$pkgbase-$pkgver.tar.gz)
+md5sums=('97190130e57ddf8c603cb2d967e598a3')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-frontend-stfl \
+  --with-vendor-package-version="Arch Linux $pkgver-$pkgrel"
+  LANG=C make
+}
+
+package_smuxi-server() {
+  pkgdesc+=" (common files and server)"
+  depends=('log4net' 'nini')
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Split frontend
+  [[ -d $srcdir/frontend ]] && rm -r "$srcdir/frontend/"
+  mkdir "$srcdir"/frontend
+  mv "$pkgdir"/usr/bin/smuxi-frontend-{gnome,stfl} \
+ "$pkgdir"/usr/lib/pkgconfig/smuxi-frontend.pc \
+ "$pkgdir"/usr/lib/smuxi/smuxi-frontend* \
+ "$pkgdir"/usr/share/{appdata,applications,icons} \
+ "$pkgdir"/usr/share/man/man1/smuxi-frontend* \
+ "$srcdir/frontend/"
+}
+
+package_smuxi() {
+  pkgdesc+=" (frontend)" 
+  

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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 14:37:24
  Author: fyan
Revision: 153246

upgpkg: deepin-account-faces 1.0.9.20151210-1

Modified:
  deepin-account-faces/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 13:08:11 UTC (rev 153245)
+++ PKGBUILD2015-12-14 13:37:24 UTC (rev 153246)
@@ -4,7 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-account-faces
-pkgver=1.0.9
+pkgver=1.0.9.20151210
+_commit=799e6aa0605167bab6b283aa1114c8aee555a45f
 pkgrel=1
 pkgdesc='Account faces for Linux Deepin'
 arch=('any')
@@ -14,7 +15,7 @@
 conflicts=('dde-account-faces')
 replaces=('dde-account-faces')
 groups=('deepin')
-source=("git+https://github.com/linuxdeepin/dde-account-faces.git#tag=$pkgver;)
+source=("git+https://github.com/linuxdeepin/dde-account-faces.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 package() {


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 14:47:00
  Author: fyan
Revision: 153250

upgpkg: python-httpretty 0.8.12-1

Modified:
  python-httpretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 13:43:07 UTC (rev 153249)
+++ PKGBUILD2015-12-14 13:47:00 UTC (rev 153250)
@@ -3,7 +3,8 @@
 
 pkgbase=python-httpretty
 pkgname=("python-httpretty" "python2-httpretty")
-pkgver=0.8.11
+pkgver=0.8.12
+_commit=f8e89e8ac5d7cd187b4ae65776c5069aafe35933
 pkgrel=1
 pkgdesc="HTTP client mock for Python"
 arch=('any')
@@ -13,14 +14,11 @@
 checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'python-mock' 'python2-mock'
   'python-sure' 'python2-sure' 'python-tornado' 'python2-tornado' 
'python-requests' 'python2-requests'
   'python-httplib2' 'python2-httplib2')
-source=("git+https://github.com/gabrielfalcao/HTTPretty.git#tag=$pkgver;)
+source=("git+https://github.com/gabrielfalcao/HTTPretty.git#commit=$_commit;)
 md5sums=('SKIP')
 
 prepare() {
   cp -a HTTPretty{,-py2}
-
-  # Fix the encoding issue
-  sed -i 's/key=lambda (matcher, _): matcher.priority,/key=lambda matcher, _: 
matcher.priority,/' -i HTTPretty/httpretty/core.py
 }
 
 check() {


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 14:52:49
  Author: fyan
Revision: 153255

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-14 13:52:27 UTC (rev 153254)
+++ PKGBUILD2015-12-14 13:52:49 UTC (rev 153255)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Weißschuh 
-# Contributor: George Brooke 
-# Contributor: Sebastian Wiesner 
-
-pkgbase=python-tox
-pkgname=(python-tox python2-tox)
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='Python virtualenv management and testing tool'
-arch=('any')
-url='http://testrun.org/tox/latest/'
-license=('GPL2')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv' 'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
-checkdepends=('python-pytest' 'python2-pytest' 'python-pip' 'python2-pip')
-source=("http://pypi.python.org/packages/source/t/tox/tox-${pkgver}.tar.gz;)
-sha256sums=('b73fa8a74a9fa7ad5c942bee8a28eadd9d25882fd21b04f86bec051cc2cdadf5')
-
-prepare() {
-  cp -a tox-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/tox-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/tox-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/tox-$pkgver"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  XDG_CACHE_HOME="$srcdir" PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir/tox-$pkgver-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  XDG_CACHE_HOME="$srcdir" PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_python-tox() {
-  depends=('python-py' 'python-virtualenv' 'python-setuptools' 'python-pluggy')
-
-  cd "$srcdir/tox-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  ln -s tox "${pkgdir}/usr/bin/tox3"
-}
-
-package_python2-tox() {
-  depends=('python2-py' 'python2-virtualenv' 'python2-setuptools' 
'python2-pluggy')
-
-  cd "$srcdir/tox-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "${pkgdir}"/usr/bin/tox{,2}
-  mv "${pkgdir}"/usr/bin/{tox-quickstart,tox2-quickstart}
-}

Copied: python-tox/repos/community-any/PKGBUILD (from rev 153254, 
python-tox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-14 13:52:49 UTC (rev 153255)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Weißschuh 
+# Contributor: George Brooke 
+# Contributor: Sebastian Wiesner 
+
+pkgbase=python-tox
+pkgname=(python-tox python2-tox)
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Python virtualenv management and testing tool'
+arch=('any')
+url='http://testrun.org/tox/latest/'
+license=('GPL2')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv' 'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
+checkdepends=('python-pytest' 'python2-pytest' 'python-pip' 'python2-pip')
+source=("http://pypi.python.org/packages/source/t/tox/tox-${pkgver}.tar.gz;)
+sha256sums=('bf7fcc140863820700d3ccd65b33820ba747b61c5fe4e2b91bb8c64cb21a47ee')
+
+prepare() {
+  cp -a tox-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/tox-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/tox-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/tox-$pkgver"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  XDG_CACHE_HOME="$srcdir" PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir/tox-$pkgver-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  XDG_CACHE_HOME="$srcdir" PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+}
+
+package_python-tox() {
+  depends=('python-py' 'python-virtualenv' 'python-setuptools' 'python-pluggy')
+
+  cd "$srcdir/tox-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  ln -s tox "${pkgdir}/usr/bin/tox3"
+}
+
+package_python2-tox() {
+  depends=('python2-py' 'python2-virtualenv' 'python2-setuptools' 
'python2-pluggy')
+
+  cd "$srcdir/tox-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "${pkgdir}"/usr/bin/tox{,2}
+  mv 

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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 14:52:27
  Author: fyan
Revision: 153254

upgpkg: python-tox 2.3.1-1

Modified:
  python-tox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 13:50:47 UTC (rev 153253)
+++ PKGBUILD2015-12-14 13:52:27 UTC (rev 153254)
@@ -6,7 +6,7 @@
 
 pkgbase=python-tox
 pkgname=(python-tox python2-tox)
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc='Python virtualenv management and testing tool'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv' 'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
 checkdepends=('python-pytest' 'python2-pytest' 'python-pip' 'python2-pip')
 source=("http://pypi.python.org/packages/source/t/tox/tox-${pkgver}.tar.gz;)
-sha256sums=('b73fa8a74a9fa7ad5c942bee8a28eadd9d25882fd21b04f86bec051cc2cdadf5')
+sha256sums=('bf7fcc140863820700d3ccd65b33820ba747b61c5fe4e2b91bb8c64cb21a47ee')
 
 prepare() {
   cp -a tox-$pkgver{,-py2}


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:09:04
  Author: fyan
Revision: 153267

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

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

+
 /PKGBUILD  |   68 +++
 /deepin-control-center.install |   22 +++
 community-i686/PKGBUILD|   34 ---
 community-i686/deepin-control-center.install   |   11 ---
 community-x86_64/PKGBUILD  |   34 ---
 community-x86_64/deepin-control-center.install |   11 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-14 14:08:29 UTC (rev 153266)
+++ community-i686/PKGBUILD 2015-12-14 14:09:04 UTC (rev 153267)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=2.91.4.20151211
-_commit=95a1977754acc5c110e0c1849b8e3c1e5cef8b11
-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
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-i686/PKGBUILD (from rev 153266, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-14 14:09:04 UTC (rev 153267)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=2.91.4.20151214
+_commit=70b79a2ae8752e0fb361979e47ac1439c1c91868
+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
+}

Deleted: community-i686/deepin-control-center.install
===
--- community-i686/deepin-control-center.install2015-12-14 14:08:29 UTC 
(rev 153266)
+++ community-i686/deepin-control-center.install2015-12-14 14:09:04 UTC 
(rev 153267)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-post_remove() {
-  post_install "$1"
-}

Copied: 
deepin-control-center/repos/community-i686/deepin-control-center.install (from 
rev 153266, deepin-control-center/trunk/deepin-control-center.install)

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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:09:20
  Author: fyan
Revision: 153268

upgpkg: deepin-dock 2.90.3.20151214-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 14:09:04 UTC (rev 153267)
+++ PKGBUILD2015-12-14 14:09:20 UTC (rev 153268)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=2.90.3.20151211
-_commit=dd434a326663ed293f8f76956f2819cfd868c5c5
+pkgver=2.90.3.20151214
+_commit=086daf66bf25730acfcf33a6774a5933c91f5ef8
 pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('i686' 'x86_64')


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:14:22
  Author: fyan
Revision: 153270

upgpkg: deepin-dbus-factory 2.92.2.20151214-1

Modified:
  deepin-dbus-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 14:10:03 UTC (rev 153269)
+++ PKGBUILD2015-12-14 14:14:22 UTC (rev 153270)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dbus-factory
-pkgver=2.92.2
-_commit=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
+pkgver=2.92.2.20151214
+_commit=2141b28feabadb94c20721f8f7ee2a2d5d373227
 pkgrel=1
 pkgdesc='QML DBus factory for DDE'
 arch=('i686' 'x86_64')


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:14:36
  Author: fyan
Revision: 153271

upgpkg: haskell-persistent-sqlite 2.2-6

rebuild with http-client-0.4.26, persistent-2.2.4

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 14:14:22 UTC (rev 153270)
+++ PKGBUILD2015-12-14 14:14:36 UTC (rev 153271)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


[arch-commits] Commit in evas_generic_loaders/repos/extra-i686 (PKGBUILD PKGBUILD)

2015-12-14 Thread Ronald van Haren
Date: Monday, December 14, 2015 @ 15:21:09
  Author: ronald
Revision: 256056

archrelease: copy trunk to extra-i686

Added:
  evas_generic_loaders/repos/extra-i686/PKGBUILD
(from rev 256055, evas_generic_loaders/trunk/PKGBUILD)
Deleted:
  evas_generic_loaders/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-14 14:19:19 UTC (rev 256055)
+++ PKGBUILD2015-12-14 14:21:09 UTC (rev 256056)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=evas_generic_loaders
-pkgver=1.15.0
-pkgrel=4
-pkgdesc="Additional generic loaders for Evas"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('GPL2')
-depends=('librsvg' 'poppler' 'libraw' 'libspectre' 'efl')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('0065d710a13a2da32e427ea3a1c956953cee3870')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/evas \
---enable-poppler \
---enable-spectre \
---enable-libraw \
---enable-svg \
---enable-gstreamer
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: evas_generic_loaders/repos/extra-i686/PKGBUILD (from rev 256055, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-14 14:21:09 UTC (rev 256056)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=evas_generic_loaders
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="Additional generic loaders for Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('GPL2')
+depends=('librsvg' 'poppler' 'libraw' 'libspectre' 'efl')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('cd760ea82bb63d7c24a437cce18999d3e37d22e2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+


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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:35:18
  Author: fyan
Revision: 153278

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-14 14:34:22 UTC (rev 153277)
+++ community-i686/PKGBUILD 2015-12-14 14:35:18 UTC (rev 153278)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-daemon
-pkgver=2.93.4.20151211
-_commit=0e2350d9a0acca6dbc6c631984d5f42b326842dd
-#_golibver=0.4.3
-_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
-#_deepinapiver=2.92.3
-_deepinapirev=67c7eb27e302655c4046ceec121b7e75e287e591
-#_dbusfactoryver=2.92.2
-_dbusfactoryrev=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
-_desktopbaserev=af086a257aafc81a854dfe7accd9e5600b849960
-pkgrel=2
-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-go'
- 'libxkbfile' 'accountsservice')
-makedepends=('deepin-dbus-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;
-

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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:52:57
  Author: fyan
Revision: 153288

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 153287, haskell-http-conduit/trunk/PKGBUILD)
  haskell-http-conduit/repos/community-staging-i686/haskell-http-conduit.install
(from rev 153287, 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 153287, haskell-http-conduit/trunk/PKGBUILD)
  
haskell-http-conduit/repos/community-staging-x86_64/haskell-http-conduit.install
(from rev 153287, 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 
153287, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-14 14:52:57 UTC (rev 153288)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.8
+pkgrel=6
+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 153287, 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-14 14:52:57 UTC 
(rev 153288)
@@ -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 
153287, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-14 14:52:57 UTC (rev 153288)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.8
+pkgrel=6
+pkgdesc="HTTP client package with conduit 

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

2015-12-14 Thread Felix Yan
Date: Monday, December 14, 2015 @ 15:52:28
  Author: fyan
Revision: 153287

upgpkg: haskell-http-conduit 2.1.8-6

rebuild with http-client-0.4.26, persistent-2.2.4

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 14:51:19 UTC (rev 153286)
+++ PKGBUILD2015-12-14 14:52:28 UTC (rev 153287)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.1.8
-pkgrel=5
+pkgrel=6
 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 log4net/repos/community-any (4 files)

2015-12-14 Thread Balló György
Date: Monday, December 14, 2015 @ 14:04:04
  Author: bgyorgy
Revision: 153243

archrelease: copy trunk to community-any

Added:
  log4net/repos/community-any/PKGBUILD
(from rev 153242, log4net/trunk/PKGBUILD)
  log4net/repos/community-any/log4net.pc
(from rev 153242, log4net/trunk/log4net.pc)
Deleted:
  log4net/repos/community-any/PKGBUILD
  log4net/repos/community-any/log4net.pc

+
 PKGBUILD   |   72 +--
 log4net.pc |   16 ++---
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-14 13:03:59 UTC (rev 153242)
+++ PKGBUILD2015-12-14 13:04:04 UTC (rev 153243)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Frane Bandov 
-# Contributor: Thijs Vermeir 
-
-pkgname=log4net
-pkgver=1.2.14
-pkgrel=1
-pkgdesc="A tool to help the programmer output log statements to a variety of 
output targets"
-arch=('any')
-url="http://logging.apache.org/log4net/;
-license=('Apache')
-depends=('mono')
-source=(http://www.apache.org/dist/logging/$pkgname/source/$pkgname-$pkgver-src.zip
-$pkgname.pc)
-md5sums=('74b6862f67bbd08f064e01398df65f75'
- 'a292da72afbd6bd705e02f4ddb564fd7')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i "s/@VERSION@/$pkgver/" "$srcdir/$pkgname.pc"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir bin
-  dmcs -t:library -out:bin/$pkgname.dll -keyfile:$pkgname.snk -d:NET_2_0 \
-   
-r:System,System.Data,System.Xml,System.Web,System.Net,System.Configuration \
-   $(find src -name "*.cs")
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  gacutil -i bin/$pkgname.dll -package $pkgname-$pkgver -root 
"$pkgdir/usr/lib/"
-  install -Dm644 "$srcdir/$pkgname.pc" "$pkgdir/usr/lib/pkgconfig/$pkgname.pc"
-}

Copied: log4net/repos/community-any/PKGBUILD (from rev 153242, 
log4net/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-14 13:04:04 UTC (rev 153243)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Frane Bandov 
+# Contributor: Thijs Vermeir 
+
+pkgname=log4net
+pkgver=1.2.15
+pkgrel=1
+pkgdesc="A tool to help the programmer output log statements to a variety of 
output targets"
+arch=('any')
+url="http://logging.apache.org/log4net/;
+license=('Apache')
+depends=('mono')
+source=(http://www.apache.org/dist/logging/$pkgname/source/$pkgname-$pkgver-src.zip
+$pkgname.pc)
+md5sums=('f87a8553222a70a58cf51d9f8d6c5947'
+ 'a292da72afbd6bd705e02f4ddb564fd7')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i "s/@VERSION@/$pkgver/" "$srcdir/$pkgname.pc"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir bin
+  dmcs -t:library -out:bin/$pkgname.dll -keyfile:$pkgname.snk -d:NET_2_0 \
+   
-r:System,System.Data,System.Xml,System.Web,System.Net,System.Configuration \
+   $(find src -name "*.cs")
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  gacutil -i bin/$pkgname.dll -package $pkgname-$pkgver -root 
"$pkgdir/usr/lib/"
+  install -Dm644 "$srcdir/$pkgname.pc" "$pkgdir/usr/lib/pkgconfig/$pkgname.pc"
+}

Deleted: log4net.pc
===
--- log4net.pc  2015-12-14 13:03:59 UTC (rev 153242)
+++ log4net.pc  2015-12-14 13:04:04 UTC (rev 153243)
@@ -1,8 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-
-Name: Log4net
-Description: Log4net - Logging library for C# and VB.NET
-Version: @VERSION@
-Libs: -r:${libdir}/mono/log4net-@VERSION@/log4net.dll

Copied: log4net/repos/community-any/log4net.pc (from rev 153242, 
log4net/trunk/log4net.pc)
===
--- log4net.pc  (rev 0)
+++ log4net.pc  2015-12-14 13:04:04 UTC (rev 153243)
@@ -0,0 +1,8 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+
+Name: Log4net
+Description: Log4net - Logging library for C# and VB.NET
+Version: @VERSION@
+Libs: -r:${libdir}/mono/log4net-@VERSION@/log4net.dll


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

2015-12-14 Thread Balló György
Date: Monday, December 14, 2015 @ 14:03:59
  Author: bgyorgy
Revision: 153242

upgpkg: log4net 1.2.15-1

Update to new version

Modified:
  log4net/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 12:20:01 UTC (rev 153241)
+++ PKGBUILD2015-12-14 13:03:59 UTC (rev 153242)
@@ -4,7 +4,7 @@
 # Contributor: Thijs Vermeir 
 
 pkgname=log4net
-pkgver=1.2.14
+pkgver=1.2.15
 pkgrel=1
 pkgdesc="A tool to help the programmer output log statements to a variety of 
output targets"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('mono')
 
source=(http://www.apache.org/dist/logging/$pkgname/source/$pkgname-$pkgver-src.zip
 $pkgname.pc)
-md5sums=('74b6862f67bbd08f064e01398df65f75'
+md5sums=('f87a8553222a70a58cf51d9f8d6c5947'
  'a292da72afbd6bd705e02f4ddb564fd7')
 
 prepare() {


  1   2   >