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

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 12:19:16
  Author: arojas
Revision: 257454

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

Added:
  plasma-workspace/repos/extra-i686/PKGBUILD
(from rev 257453, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-i686/kde.pam
(from rev 257453, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 257453, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/kde.pam
(from rev 257453, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/extra-i686/PKGBUILD
  plasma-workspace/repos/extra-i686/kde.pam
  plasma-workspace/repos/extra-x86_64/PKGBUILD
  plasma-workspace/repos/extra-x86_64/kde.pam

---+
 /PKGBUILD |  198 
 /kde.pam  |   18 
 extra-i686/PKGBUILD   |   81 ---
 extra-i686/kde.pam|9 --
 extra-x86_64/PKGBUILD |   81 ---
 extra-x86_64/kde.pam  |9 --
 6 files changed, 216 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-02 11:17:40 UTC (rev 257453)
+++ extra-i686/PKGBUILD 2016-01-02 11:19:16 UTC (rev 257454)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. 
-
-pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi' 'plasma-wayland-session')
-pkgver=5.5.2
-pkgrel=1
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-# note on libxdamage:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxdamage
-depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'libkscreen' 
'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
- 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks' 
'kwin')
-makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo'
- 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
-groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
 'kde.pam')
-md5sums=('771be8128b03bc50d79b3579e631ae15'
- '378ee33a9ec2870a1a899f2e05ee00d4')
-
-prepare() {
-  mkdir -p build
-
-  cd ${pkgbase}-${pkgver}
-  # be sure to use the Qt5 version of qtpaths
-  sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.cmake
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation')
-  conflicts=('kdebase-workspace')
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}"/kde.pam \
-"${pkgdir}"/etc/pam.d/kde
-
-  # Remove conflicts with drkonqi
-  rm "${pkgdir}"/usr/lib/drkonqi
-  rm -r "${pkgdir}"/usr/share/drkonqi
-
-  # Split plasma-wayland scripts
-  rm -r "$pkgdir"/usr/share/wayland-sessions
-}
-
-package_drkonqi() {
-  pkgdesc='KDE crash handler'
-  depends=('kxmlrpcclient' 'gdb')
-
-  cd build/drkonqi
-  make DESTDIR="${pkgdir}" install
-}
-
-package_plasma-wayland-session() {
-  pkgdesc='Plasma Wayland session'
-  depends=('plasma-workspace' 'qt5-wayland' 'kwayland-integration' 
'xorg-server-xwayland')
-  groups=()
-
-  install -Dm644 build/plasmawayland.desktop 
"$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
-}

Copied: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 257453, 
plasma-workspace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-02 11:19:16 UTC (rev 257454)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. 
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
+pkgver=5.5.2
+pkgrel=2
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+# note on libxdamage:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
+depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'libkscreen' 
'ktexteditor' 'libqalculate'
+ 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
+ 

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

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 11:19:20
  Author: arojas
Revision: 155179

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

Added:
  python-rpy2/repos/community-i686/PKGBUILD
(from rev 155178, python-rpy2/trunk/PKGBUILD)
  python-rpy2/repos/community-x86_64/PKGBUILD
(from rev 155178, 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 2016-01-02 10:15:36 UTC (rev 155178)
+++ community-i686/PKGBUILD 2016-01-02 10:19:20 UTC (rev 155179)
@@ -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.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
-}
-

Copied: python-rpy2/repos/community-i686/PKGBUILD (from rev 155178, 
python-rpy2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-02 10:19:20 UTC (rev 155179)
@@ -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.6
+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=('e2fdcbc5bbd3803256c39568c423dcd9')
+
+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   2016-01-02 10:15:36 UTC (rev 155178)
+++ community-x86_64/PKGBUILD   2016-01-02 10:19:20 UTC (rev 155179)
@@ -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.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(), 

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

2016-01-02 Thread Massimiliano Torromeo
Date: Saturday, January 2, 2016 @ 13:58:49
  Author: mtorromeo
Revision: 155181

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

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

+
 /PKGBUILD  |   88 +++
 /r8168.install |   34 +++
 community-i686/PKGBUILD|   44 ---
 community-i686/r8168.install   |   17 ---
 community-x86_64/PKGBUILD  |   44 ---
 community-x86_64/r8168.install |   17 ---
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-02 12:58:32 UTC (rev 155180)
+++ community-i686/PKGBUILD 2016-01-02 12:58:49 UTC (rev 155181)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.040.00
-pkgrel=9
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw;
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-i686/PKGBUILD (from rev 155180, 
r8168/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-02 12:58:49 UTC (rev 155181)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.041.00
+pkgrel=2
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   install -Dm644 src/$pkgname.ko 

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

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 11:00:49
  Author: arojas
Revision: 257450

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

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

-+
 testing-i686/PKGBUILD   |   33 +
 testing-i686/liblouis.install   |   20 
 testing-x86_64/PKGBUILD |   33 +
 testing-x86_64/liblouis.install |   20 
 4 files changed, 106 insertions(+)

Copied: liblouis/repos/testing-i686/PKGBUILD (from rev 257449, 
liblouis/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-02 10:00:49 UTC (rev 257450)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=liblouis
+pkgver=2.6.5
+pkgrel=1
+pkgdesc="Open-source braille translator and back-translator"
+arch=(i686 x86_64)
+url="http://liblouis.org/;
+license=('GPL3')
+depends=(glibc)
+makedepends=(help2man python2 python)
+install=liblouis.install
+source=(https://github.com/liblouis/liblouis/archive/v$pkgver.tar.gz)
+sha1sums=('2e6dd4b3afe61861f197a8166f1f8e23a7c4f49f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  cd python
+  LD_PRELOAD+=":$srcdir/$pkgname-$pkgver/liblouis/.libs/liblouis.so"
+  python2 setup.py install --root="$pkgdir" --prefix="/usr" --optimize=1
+  python setup.py install --root="$pkgdir" --prefix="/usr" --optimize=1
+}
+# vim:set ts=2 sw=2 et:

Copied: liblouis/repos/testing-i686/liblouis.install (from rev 257449, 
liblouis/trunk/liblouis.install)
===
--- testing-i686/liblouis.install   (rev 0)
+++ testing-i686/liblouis.install   2016-01-02 10:00:49 UTC (rev 257450)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(liblouis.info)
+
+post_install() {
+[ -x usr/bin/install-info ] || return 0
+for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+done
+}
+
+post_upgrade() {
+post_install $1
+}
+
+pre_remove() {
+[ -x usr/bin/install-info ] || return 0
+for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+done
+}

Copied: liblouis/repos/testing-x86_64/PKGBUILD (from rev 257449, 
liblouis/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-01-02 10:00:49 UTC (rev 257450)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=liblouis
+pkgver=2.6.5
+pkgrel=1
+pkgdesc="Open-source braille translator and back-translator"
+arch=(i686 x86_64)
+url="http://liblouis.org/;
+license=('GPL3')
+depends=(glibc)
+makedepends=(help2man python2 python)
+install=liblouis.install
+source=(https://github.com/liblouis/liblouis/archive/v$pkgver.tar.gz)
+sha1sums=('2e6dd4b3afe61861f197a8166f1f8e23a7c4f49f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  cd python
+  LD_PRELOAD+=":$srcdir/$pkgname-$pkgver/liblouis/.libs/liblouis.so"
+  python2 setup.py install --root="$pkgdir" --prefix="/usr" --optimize=1
+  python setup.py install --root="$pkgdir" --prefix="/usr" --optimize=1
+}
+# vim:set ts=2 sw=2 et:

Copied: liblouis/repos/testing-x86_64/liblouis.install (from rev 257449, 
liblouis/trunk/liblouis.install)
===
--- testing-x86_64/liblouis.install (rev 0)
+++ testing-x86_64/liblouis.install 2016-01-02 10:00:49 UTC (rev 257450)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(liblouis.info)
+
+post_install() {
+[ -x usr/bin/install-info ] || return 0
+for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+done
+}
+
+post_upgrade() {
+post_install $1
+}
+
+pre_remove() {
+[ -x usr/bin/install-info ] || return 0
+for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+done
+}


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

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 11:00:15
  Author: arojas
Revision: 257449

Update to 2.6.5

Modified:
  liblouis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 09:43:12 UTC (rev 257448)
+++ PKGBUILD2016-01-02 10:00:15 UTC (rev 257449)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru 
 
 pkgname=liblouis
-pkgver=2.6.3
-pkgrel=2
+pkgver=2.6.5
+pkgrel=1
 pkgdesc="Open-source braille translator and back-translator"
 arch=(i686 x86_64)
 url="http://liblouis.org/;
@@ -11,11 +11,12 @@
 depends=(glibc)
 makedepends=(help2man python2 python)
 install=liblouis.install
-source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha1sums=('b4673678966efcc140ead49aab5e975280b815ce')
+source=(https://github.com/liblouis/liblouis/archive/v$pkgver.tar.gz)
+sha1sums=('2e6dd4b3afe61861f197a8166f1f8e23a7c4f49f')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
   ./configure --prefix=/usr --disable-static
   make
 }


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

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 11:32:15
  Author: arojas
Revision: 257452

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

Added:
  brltty/repos/testing-i686/
  brltty/repos/testing-i686/PKGBUILD
(from rev 257451, brltty/trunk/PKGBUILD)
  brltty/repos/testing-i686/brltty.install
(from rev 257451, brltty/trunk/brltty.install)
  brltty/repos/testing-i686/brltty.service
(from rev 257451, brltty/trunk/brltty.service)
  brltty/repos/testing-x86_64/
  brltty/repos/testing-x86_64/PKGBUILD
(from rev 257451, brltty/trunk/PKGBUILD)
  brltty/repos/testing-x86_64/brltty.install
(from rev 257451, brltty/trunk/brltty.install)
  brltty/repos/testing-x86_64/brltty.service
(from rev 257451, brltty/trunk/brltty.service)

---+
 testing-i686/PKGBUILD |   43 
 testing-i686/brltty.install   |   20 ++
 testing-i686/brltty.service   |   12 +++
 testing-x86_64/PKGBUILD   |   43 
 testing-x86_64/brltty.install |   20 ++
 testing-x86_64/brltty.service |   12 +++
 6 files changed, 150 insertions(+)

Copied: brltty/repos/testing-i686/PKGBUILD (from rev 257451, 
brltty/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-02 10:32:15 UTC (rev 257452)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=brltty
+pkgver=5.3.1
+pkgrel=1
+pkgdesc="Braille display driver for Linux/Unix"
+arch=(i686 x86_64)
+url="http://mielke.cc/brltty;
+license=(GPL LGPL)
+depends=(libxaw gpm icu tcl cython bluez-libs)
+makedepends=(at-spi2-core tcl)
+optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
+'atk: ATK bridge for X11/GNOME accessibility')
+backup=(etc/brltty.conf)
+options=('!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/brltty/archive/brltty-$pkgver.tar.xz
+brltty.service)
+md5sums=('7835871c911effd286040225bf5355f8'
+ '0cad54bb5470122535f5e3a11d5ca123')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--mandir=/usr/share/man \
+--with-tables-directory=/usr/share/brltty \
+--with-screen-driver=lx \
+--enable-gpm \
+--disable-java-bindings \
+--disable-static
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+  install -Dm644 Documents/brltty.conf "$pkgdir/etc/brltty.conf"
+  install -Dm644 ../brltty.service 
"$pkgdir/usr/lib/systemd/system/brltty.service"
+}

Copied: brltty/repos/testing-i686/brltty.install (from rev 257451, 
brltty/trunk/brltty.install)
===
--- testing-i686/brltty.install (rev 0)
+++ testing-i686/brltty.install 2016-01-02 10:32:15 UTC (rev 257452)
@@ -0,0 +1,20 @@
+post_install () {
+ getent group brlapi  &>/dev/null || groupadd -r brlapi
+ if [ ! -e /etc/brlapi.key ]; then
+ mcookie >/etc/brlapi.key
+ chmod 0640 /etc/brlapi.key
+ chgrp brlapi /etc/brlapi.key
+ echo "Please add your user to the brlapi group."
+ fi
+}
+
+post_upgrade () {
+post_install
+}
+
+post_remove () {
+getent group brlapi >/dev/null 2>&1 && groupdel brlapi
+if [ -e /etc/brlapi.key ]; then
+rm -f /etc/brlapi.key
+fi
+}

Copied: brltty/repos/testing-i686/brltty.service (from rev 257451, 
brltty/trunk/brltty.service)
===
--- testing-i686/brltty.service (rev 0)
+++ testing-i686/brltty.service 2016-01-02 10:32:15 UTC (rev 257452)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Braille Console Driver
+DefaultDependencies=no
+Before=sysinit.target
+
+[Service]
+ExecStart=/usr/bin/brltty --pid-file=/run/brltty.pid
+Type=forking
+PIDFile=/run/brltty.pid
+
+[Install]
+WantedBy=sysinit.target

Copied: brltty/repos/testing-x86_64/PKGBUILD (from rev 257451, 
brltty/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-01-02 10:32:15 UTC (rev 257452)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=brltty
+pkgver=5.3.1
+pkgrel=1
+pkgdesc="Braille display driver for Linux/Unix"
+arch=(i686 x86_64)
+url="http://mielke.cc/brltty;
+license=(GPL LGPL)
+depends=(libxaw gpm icu tcl cython bluez-libs)
+makedepends=(at-spi2-core tcl)
+optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
+'atk: ATK bridge for X11/GNOME 

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

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 11:31:41
  Author: arojas
Revision: 257451

Update to 5.3.1

Modified:
  brltty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 10:00:49 UTC (rev 257450)
+++ PKGBUILD2016-01-02 10:31:41 UTC (rev 257451)
@@ -4,8 +4,8 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=brltty
-pkgver=5.2
-pkgrel=6
+pkgver=5.3.1
+pkgrel=1
 pkgdesc="Braille display driver for Linux/Unix"
 arch=(i686 x86_64)
 url="http://mielke.cc/brltty;
@@ -19,7 +19,7 @@
 install=brltty.install
 source=(http://mielke.cc/brltty/archive/brltty-$pkgver.tar.xz
 brltty.service)
-md5sums=('b484343461b5a45f95fedfb21d1ceca3'
+md5sums=('7835871c911effd286040225bf5355f8'
  '0cad54bb5470122535f5e3a11d5ca123')
 
 build() {


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

2016-01-02 Thread Massimiliano Torromeo
Date: Saturday, January 2, 2016 @ 13:58:32
  Author: mtorromeo
Revision: 155180

upgpkg: r8168 8.041.00-2

Reupdated to 8.041.00

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 10:19:20 UTC (rev 155179)
+++ PKGBUILD2016-01-02 12:58:32 UTC (rev 155180)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.041.00
-pkgrel=1
+pkgrel=2
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2016-01-02 Thread Martin Wimpress
Date: Saturday, January 2, 2016 @ 09:49:04
  Author: flexiondotorg
Revision: 155167

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

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

+
 /PKGBUILD  |   98 +++
 /atril.install |   26 ++
 community-i686/PKGBUILD|   49 ---
 community-i686/atril.install   |   13 -
 community-x86_64/PKGBUILD  |   49 ---
 community-x86_64/atril.install |   13 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-02 08:48:51 UTC (rev 155166)
+++ community-i686/PKGBUILD 2016-01-02 08:49:04 UTC (rev 155167)
@@ -1,49 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=atril
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
-pkgrel=2
-pkgdesc="MATE document viewer (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
- 'mate-desktop>=1.12' 'mathjax' 'poppler-glib' 'webkitgtk2' 'zlib')
-makedepends=('caja>=1.12' 'djvulibre' 'gobject-introspection' 'libgxps'
- 'mate-common' 'texlive-bin' 'yelp-tools')
-optdepends=('caja: Document Properties extension'
-'djvulibre: DjVu support'
-'libgxps: XPS support'
-'texlive-bin: DVI support'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('06787a4ff05ce7698a99849850fafa66206b5e4d')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: atril/repos/community-i686/PKGBUILD (from rev 155166, 
atril/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-02 08:49:04 UTC (rev 155167)
@@ -0,0 +1,49 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=atril
+pkgname=(${_pkgbase})
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="MATE document viewer (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
+ 'mate-desktop>=1.12' 'mathjax' 'poppler-glib' 'webkitgtk2' 'zlib')
+makedepends=('caja>=1.12' 'djvulibre' 'gobject-introspection' 'libgxps'
+ 'mate-common' 'texlive-bin' 'yelp-tools')
+optdepends=('caja: Document Properties extension'
+'djvulibre: DjVu support'
+'libgxps: XPS support'
+'texlive-bin: DVI support'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('c8d9ecf779f398439d67899e31722dd15d8b3b85')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/atril.install
===
--- community-i686/atril.install2016-01-02 08:48:51 UTC (rev 155166)
+++ community-i686/atril.install2016-01-02 08:49:04 UTC (rev 

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

2016-01-02 Thread Martin Wimpress
Date: Saturday, January 2, 2016 @ 09:49:40
  Author: flexiondotorg
Revision: 155169

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

Added:
  atril-gtk3/repos/community-i686/PKGBUILD
(from rev 155168, atril-gtk3/trunk/PKGBUILD)
  atril-gtk3/repos/community-i686/atril.install
(from rev 155168, atril-gtk3/trunk/atril.install)
  atril-gtk3/repos/community-x86_64/PKGBUILD
(from rev 155168, atril-gtk3/trunk/PKGBUILD)
  atril-gtk3/repos/community-x86_64/atril.install
(from rev 155168, atril-gtk3/trunk/atril.install)
Deleted:
  atril-gtk3/repos/community-i686/PKGBUILD
  atril-gtk3/repos/community-i686/atril.install
  atril-gtk3/repos/community-x86_64/PKGBUILD
  atril-gtk3/repos/community-x86_64/atril.install

+
 /PKGBUILD  |  100 +++
 /atril.install |   26 ++
 community-i686/PKGBUILD|   50 ---
 community-i686/atril.install   |   13 -
 community-x86_64/PKGBUILD  |   50 ---
 community-x86_64/atril.install |   13 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-02 08:49:32 UTC (rev 155168)
+++ community-i686/PKGBUILD 2016-01-02 08:49:40 UTC (rev 155169)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=atril
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
-pkgrel=2
-pkgdesc="MATE document viewer (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk3' 'libsecret' 'libsm' 
'libspectre'
- 'mate-desktop-gtk3>=1.12' 'mathjax' 'poppler-glib' 'webkit2gtk' 
'zlib')
-makedepends=('caja-gtk3>=1.12' 'djvulibre' 'gobject-introspection' 'libgxps'
- 'mate-common' 'texlive-bin' 'yelp-tools')
-optdepends=('caja-gtk3: Document Properties extension'
-'djvulibre: DjVu support'
-'libgxps: XPS support'
-'texlive-bin: DVI support'
-'yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('06787a4ff05ce7698a99849850fafa66206b5e4d')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: atril-gtk3/repos/community-i686/PKGBUILD (from rev 155168, 
atril-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-02 08:49:40 UTC (rev 155169)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=atril
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="MATE document viewer (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk3' 'libsecret' 'libsm' 
'libspectre'
+ 'mate-desktop-gtk3>=1.12' 'mathjax' 'poppler-glib' 'webkit2gtk' 
'zlib')
+makedepends=('caja-gtk3>=1.12' 'djvulibre' 'gobject-introspection' 'libgxps'
+ 'mate-common' 'texlive-bin' 'yelp-tools')
+optdepends=('caja-gtk3: Document Properties extension'
+'djvulibre: DjVu support'
+'libgxps: XPS support'
+'texlive-bin: DVI support'
+'yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('c8d9ecf779f398439d67899e31722dd15d8b3b85')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/atril.install

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

2016-01-02 Thread Martin Wimpress
Date: Saturday, January 2, 2016 @ 09:49:32
  Author: flexiondotorg
Revision: 155168

upgpkg: atril-gtk3 1.12.2-1 - New upstream release

Modified:
  atril-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 08:49:04 UTC (rev 155167)
+++ PKGBUILD2016-01-02 08:49:32 UTC (rev 155168)
@@ -4,8 +4,8 @@
 _ver=1.12
 _pkgbase=atril
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
-pkgrel=2
+pkgver=${_ver}.2
+pkgrel=1
 pkgdesc="MATE document viewer (GTK3 version [EXPERIMENTAL])"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('06787a4ff05ce7698a99849850fafa66206b5e4d')
+sha1sums=('c8d9ecf779f398439d67899e31722dd15d8b3b85')
 install=${_pkgbase}.install
 
 build() {


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

2016-01-02 Thread Martin Wimpress
Date: Saturday, January 2, 2016 @ 09:48:51
  Author: flexiondotorg
Revision: 155166

upgpkg: atril 1.12.2-1 - New upstream release

Modified:
  atril/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 04:47:06 UTC (rev 155165)
+++ PKGBUILD2016-01-02 08:48:51 UTC (rev 155166)
@@ -3,8 +3,8 @@
 _ver=1.12
 _pkgbase=atril
 pkgname=(${_pkgbase})
-pkgver=${_ver}.1
-pkgrel=2
+pkgver=${_ver}.2
+pkgrel=1
 pkgdesc="MATE document viewer (GTK2 version)"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('06787a4ff05ce7698a99849850fafa66206b5e4d')
+sha1sums=('c8d9ecf779f398439d67899e31722dd15d8b3b85')
 install=${_pkgbase}.install
 
 build() {


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

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 11:15:36
  Author: arojas
Revision: 155178

Update to 2.7.6

Modified:
  python-rpy2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 08:56:53 UTC (rev 155177)
+++ PKGBUILD2016-01-02 10:15:36 UTC (rev 155178)
@@ -6,7 +6,7 @@
 
 pkgbase=python-rpy2
 pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.7.5
+pkgver=2.7.6
 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=('459118a2eebdaa362157ae09637b4f77')
+md5sums=('e2fdcbc5bbd3803256c39568c423dcd9')
 
 prepare() {
   cd rpy2-$pkgver


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

2016-01-02 Thread Martin Wimpress
Date: Saturday, January 2, 2016 @ 09:52:58
  Author: flexiondotorg
Revision: 155171

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

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

---+
 /PKGBUILD |   80 
 /caja.install |   28 ++
 community-i686/PKGBUILD   |   40 
 community-i686/caja.install   |   14 ---
 community-x86_64/PKGBUILD |   40 
 community-x86_64/caja.install |   14 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-02 08:52:50 UTC (rev 155170)
+++ community-i686/PKGBUILD 2016-01-02 08:52:58 UTC (rev 155171)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=caja
-pkgname=${_pkgbase}
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="File manager for the MATE desktop (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk2' 'gvfs' 'libexif'
- 'libunique' 'libxt' 'mate-desktop>=1.12' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b97d33c8a589e92fa7bbf157f7f69f520c6b3167')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: caja/repos/community-i686/PKGBUILD (from rev 155170, 
caja/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-02 08:52:58 UTC (rev 155171)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=caja
+pkgname=${_pkgbase}
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="File manager for the MATE desktop (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk2' 'gvfs' 'libexif'
+ 'libunique' 'libxt' 'mate-desktop>=1.12' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('5587144ef314d1034220ddc1a1b0bc27a64c8303')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/caja.install
===
--- community-i686/caja.install 2016-01-02 08:52:50 UTC (rev 155170)
+++ community-i686/caja.install 2016-01-02 08:52:58 UTC (rev 155171)
@@ -1,14 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-update-mime-database /usr/share/mime/ > /dev/null
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: caja/repos/community-i686/caja.install (from rev 155170, 
caja/trunk/caja.install)
===
--- community-i686/caja.install (rev 0)
+++ community-i686/caja.install 2016-01-02 

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

2016-01-02 Thread Martin Wimpress
Date: Saturday, January 2, 2016 @ 09:53:25
  Author: flexiondotorg
Revision: 155173

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

Added:
  caja-gtk3/repos/community-i686/PKGBUILD
(from rev 155172, caja-gtk3/trunk/PKGBUILD)
  caja-gtk3/repos/community-i686/caja.install
(from rev 155172, caja-gtk3/trunk/caja.install)
  caja-gtk3/repos/community-x86_64/PKGBUILD
(from rev 155172, caja-gtk3/trunk/PKGBUILD)
  caja-gtk3/repos/community-x86_64/caja.install
(from rev 155172, caja-gtk3/trunk/caja.install)
Deleted:
  caja-gtk3/repos/community-i686/PKGBUILD
  caja-gtk3/repos/community-i686/caja.install
  caja-gtk3/repos/community-x86_64/PKGBUILD
  caja-gtk3/repos/community-x86_64/caja.install

---+
 /PKGBUILD |   80 
 /caja.install |   28 ++
 community-i686/PKGBUILD   |   40 
 community-i686/caja.install   |   14 ---
 community-x86_64/PKGBUILD |   40 
 community-x86_64/caja.install |   14 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-02 08:53:18 UTC (rev 155172)
+++ community-i686/PKGBUILD 2016-01-02 08:53:25 UTC (rev 155173)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=caja
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3>=1.12' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b97d33c8a589e92fa7bbf157f7f69f520c6b3167')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: caja-gtk3/repos/community-i686/PKGBUILD (from rev 155172, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-02 08:53:25 UTC (rev 155173)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=caja
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3>=1.12' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('5587144ef314d1034220ddc1a1b0bc27a64c8303')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/caja.install
===
--- community-i686/caja.install 2016-01-02 08:53:18 UTC (rev 155172)
+++ community-i686/caja.install 2016-01-02 08:53:25 UTC (rev 155173)
@@ -1,14 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-update-mime-database /usr/share/mime/ > /dev/null
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: caja-gtk3/repos/community-i686/caja.install (from rev 155172, 
caja-gtk3/trunk/caja.install)

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

2016-01-02 Thread Martin Wimpress
Date: Saturday, January 2, 2016 @ 09:53:18
  Author: flexiondotorg
Revision: 155172

upgpkg: caja-gtk3 1.12.2-1 - New upstream release

Modified:
  caja-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 08:52:58 UTC (rev 155171)
+++ PKGBUILD2016-01-02 08:53:18 UTC (rev 155172)
@@ -3,7 +3,7 @@
 _ver=1.12
 _pkgbase=caja
 pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc="File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])"
 url="http://mate-desktop.org;
@@ -18,7 +18,7 @@
 groups=('mate-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b97d33c8a589e92fa7bbf157f7f69f520c6b3167')
+sha1sums=('5587144ef314d1034220ddc1a1b0bc27a64c8303')
 install=${_pkgbase}.install
 
 build() {


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

2016-01-02 Thread Martin Wimpress
Date: Saturday, January 2, 2016 @ 09:52:50
  Author: flexiondotorg
Revision: 155170

upgpkg: caja 1.12.2-1 - New upstream release

Modified:
  caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 08:49:40 UTC (rev 155169)
+++ PKGBUILD2016-01-02 08:52:50 UTC (rev 155170)
@@ -3,7 +3,7 @@
 _ver=1.12
 _pkgbase=caja
 pkgname=${_pkgbase}
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc="File manager for the MATE desktop (GTK2 version)"
 url="http://mate-desktop.org;
@@ -18,7 +18,7 @@
 groups=('mate')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b97d33c8a589e92fa7bbf157f7f69f520c6b3167')
+sha1sums=('5587144ef314d1034220ddc1a1b0bc27a64c8303')
 install=${_pkgbase}.install
 
 build() {


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

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 12:26:11
  Author: arojas
Revision: 257456

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

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

--+
 /PKGBUILD|   86 +
 /dolphin.install |   26 
 extra-i686/PKGBUILD  |   42 
 extra-i686/dolphin.install   |   13 --
 extra-x86_64/PKGBUILD|   42 
 extra-x86_64/dolphin.install |   13 --
 6 files changed, 112 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-02 11:25:35 UTC (rev 257455)
+++ extra-i686/PKGBUILD 2016-01-02 11:26:11 UTC (rev 257456)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=15.12.0
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kactivities)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: For editing file type options' 'ffmpegthumbs: 
Video thumbnails' 'ruby: installing new service menus with GHNS')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('30f452fd08914cd302b37c29143428f9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 257455, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-02 11:26:11 UTC (rev 257456)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=15.12.0
+pkgrel=2
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kactivities kuiserver)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: For editing file type options' 'ffmpegthumbs: 
Video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('30f452fd08914cd302b37c29143428f9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/dolphin.install
===
--- extra-i686/dolphin.install  2016-01-02 11:25:35 UTC (rev 257455)
+++ extra-i686/dolphin.install  2016-01-02 11:26:11 UTC (rev 257456)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: dolphin/repos/extra-i686/dolphin.install (from rev 257455, 
dolphin/trunk/dolphin.install)
===
--- extra-i686/dolphin.install  (rev 0)
+++ extra-i686/dolphin.install  2016-01-02 11:26:11 UTC (rev 257456)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+

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

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 12:25:35
  Author: arojas
Revision: 257455

Depend on kuiserver (FS#46730)

Modified:
  dolphin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 11:19:16 UTC (rev 257454)
+++ PKGBUILD2016-01-02 11:25:35 UTC (rev 257455)
@@ -6,12 +6,12 @@
 
 pkgname=dolphin
 pkgver=15.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="File Manager"
 arch=(i686 x86_64)
 url="http://kde.org/applications/system/dolphin/;
 license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kactivities)
+depends=(baloo-widgets knewstuff kio-extras kactivities kuiserver)
 makedepends=(extra-cmake-modules kdoctools python)
 optdepends=('kde-cli-tools: For editing file type options' 'ffmpegthumbs: 
Video thumbnails' 
 'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol')


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

2016-01-02 Thread Felix Yan
Date: Saturday, January 2, 2016 @ 14:24:48
  Author: fyan
Revision: 155183

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

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

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

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

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

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

Copied: 

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

2016-01-02 Thread Felix Yan
Date: Saturday, January 2, 2016 @ 14:24:09
  Author: fyan
Revision: 155182

upgpkg: rclone 1.26-1

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 12:58:49 UTC (rev 155181)
+++ PKGBUILD2016-01-02 13:24:09 UTC (rev 155182)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rclone
-pkgver=1.25
-pkgrel=2
+pkgver=1.26
+pkgrel=1
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
 arch=('i686' 'x86_64')
 url="http://rclone.org/;


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

2016-01-02 Thread Jan Steffens
Date: Saturday, January 2, 2016 @ 09:24:51
  Author: heftig
Revision: 257445

6.15

Modified:
  perl-libwww/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 04:32:35 UTC (rev 257444)
+++ PKGBUILD2016-01-02 08:24:51 UTC (rev 257445)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=perl-libwww
-pkgver=6.08
+pkgver=6.15
 pkgrel=1
 pkgdesc="The World-Wide Web library for Perl"
 arch=('any')
@@ -15,8 +15,8 @@
  'perl-http-message')
 optdepends=('perl-lwp-protocol-https: for https:// url schemes')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/libwww-perl-${pkgver}.tar.gz)
-sha1sums=('400977d632eaf6e9dc3fb517114995d93cb3f6d2')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/libwww-perl-${pkgver}.tar.gz)
+sha1sums=('9e27f58108135b7871bbe406e39353a1dbc99462')
 
 build() {
   cd libwww-perl-${pkgver}


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

2016-01-02 Thread Jan Steffens
Date: Saturday, January 2, 2016 @ 09:25:32
  Author: heftig
Revision: 257446

archrelease: copy trunk to extra-any

Added:
  perl-libwww/repos/extra-any/PKGBUILD
(from rev 257445, perl-libwww/trunk/PKGBUILD)
Deleted:
  perl-libwww/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-02 08:24:51 UTC (rev 257445)
+++ PKGBUILD2016-01-02 08:25:32 UTC (rev 257446)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=perl-libwww
-pkgver=6.08
-pkgrel=1
-pkgdesc="The World-Wide Web library for Perl"
-arch=('any')
-url="https://metacpan.org/release/libwww-perl;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-encode-locale' 'perl-file-listing'
- 'perl-html-parser' 'perl-http-cookies' 'perl-http-daemon'
- 'perl-http-date' 'perl-http-negotiate' 'perl-lwp-mediatypes'
- 'perl-net-http' 'perl-uri' 'perl-www-robotrules'
- 'perl-http-message')
-optdepends=('perl-lwp-protocol-https: for https:// url schemes')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/libwww-perl-${pkgver}.tar.gz)
-sha1sums=('400977d632eaf6e9dc3fb517114995d93cb3f6d2')
-
-build() {
-  cd libwww-perl-${pkgver}
-  perl Makefile.PL --aliases INSTALLDIRS=vendor
-  make
-}
-
-check()  {
-  cd libwww-perl-${pkgver}
-  make test
-}
-
-package() {
-  cd libwww-perl-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-libwww/repos/extra-any/PKGBUILD (from rev 257445, 
perl-libwww/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-02 08:25:32 UTC (rev 257446)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=perl-libwww
+pkgver=6.15
+pkgrel=1
+pkgdesc="The World-Wide Web library for Perl"
+arch=('any')
+url="https://metacpan.org/release/libwww-perl;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-encode-locale' 'perl-file-listing'
+ 'perl-html-parser' 'perl-http-cookies' 'perl-http-daemon'
+ 'perl-http-date' 'perl-http-negotiate' 'perl-lwp-mediatypes'
+ 'perl-net-http' 'perl-uri' 'perl-www-robotrules'
+ 'perl-http-message')
+optdepends=('perl-lwp-protocol-https: for https:// url schemes')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/libwww-perl-${pkgver}.tar.gz)
+sha1sums=('9e27f58108135b7871bbe406e39353a1dbc99462')
+
+build() {
+  cd libwww-perl-${pkgver}
+  perl Makefile.PL --aliases INSTALLDIRS=vendor
+  make
+}
+
+check()  {
+  cd libwww-perl-${pkgver}
+  make test
+}
+
+package() {
+  cd libwww-perl-${pkgver}
+  make DESTDIR="$pkgdir" install
+}


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

2016-01-02 Thread Martin Wimpress
Date: Saturday, January 2, 2016 @ 09:56:53
  Author: flexiondotorg
Revision: 155177

archrelease: copy trunk to community-any

Added:
  mozo-gtk3/repos/community-any/PKGBUILD
(from rev 155176, mozo-gtk3/trunk/PKGBUILD)
  mozo-gtk3/repos/community-any/mozo.install
(from rev 155176, mozo-gtk3/trunk/mozo.install)
Deleted:
  mozo-gtk3/repos/community-any/PKGBUILD
  mozo-gtk3/repos/community-any/mozo.install

--+
 PKGBUILD |   70 -
 mozo.install |   22 -
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-02 08:56:48 UTC (rev 155176)
+++ PKGBUILD2016-01-02 08:56:53 UTC (rev 155177)
@@ -1,35 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mozo
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="MATE menu editing tool (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org;
-arch=('any')
-license=('GPL')
-depends=('mate-menus>=1.12' 'python-gobject')
-makedepends=('git' 'mate-common')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("${_pkgbase}"::"git+https://github.com/mate-desktop/${_pkgbase}.git#branch=gtk3;)
-sha1sums=('SKIP')
-install=${_pkgbase}.install
-
-prepare() {
-cd "${srcdir}/${_pkgbase}"
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mozo-gtk3/repos/community-any/PKGBUILD (from rev 155176, 
mozo-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-02 08:56:53 UTC (rev 155177)
@@ -0,0 +1,35 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mozo
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="MATE menu editing tool (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('mate-menus>=1.12' 'python2-gobject')
+makedepends=('git' 'mate-common')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("${_pkgbase}"::"git+https://github.com/mate-desktop/${_pkgbase}.git#branch=gtk3;)
+sha1sums=('SKIP')
+install=${_pkgbase}.install
+
+prepare() {
+cd "${srcdir}/${_pkgbase}"
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: mozo.install
===
--- mozo.install2016-01-02 08:56:48 UTC (rev 155176)
+++ mozo.install2016-01-02 08:56:53 UTC (rev 155177)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mozo-gtk3/repos/community-any/mozo.install (from rev 155176, 
mozo-gtk3/trunk/mozo.install)
===
--- mozo.install(rev 0)
+++ mozo.install2016-01-02 08:56:53 UTC (rev 155177)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2016-01-02 Thread Martin Wimpress
Date: Saturday, January 2, 2016 @ 09:56:48
  Author: flexiondotorg
Revision: 155176

upgpkg: mozo-gtk3 1.12.0-2 - Fixes FS:47507

Modified:
  mozo-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 08:55:55 UTC (rev 155175)
+++ PKGBUILD2016-01-02 08:56:48 UTC (rev 155176)
@@ -4,12 +4,12 @@
 _pkgbase=mozo
 pkgname=${_pkgbase}-gtk3
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="MATE menu editing tool (GTK3 version [EXPERIMENTAL])"
 url="http://mate-desktop.org;
 arch=('any')
 license=('GPL')
-depends=('mate-menus>=1.12' 'python-gobject')
+depends=('mate-menus>=1.12' 'python2-gobject')
 makedepends=('git' 'mate-common')
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")


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

2016-01-02 Thread Martin Wimpress
Date: Saturday, January 2, 2016 @ 09:55:49
  Author: flexiondotorg
Revision: 155174

upgpkg: mate-themes 1.12.2-1 - New upstream release

Modified:
  mate-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 08:53:25 UTC (rev 155173)
+++ PKGBUILD2016-01-02 08:55:49 UTC (rev 155174)
@@ -3,7 +3,7 @@
 _ver=1.12
 _gtkver=3.18
 pkgname=mate-themes
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc="Default themes for the MATE desktop"
 url="http://mate-desktop.org;
@@ -13,7 +13,7 @@
 makedepends=('mate-common' 'icon-naming-utils')
 groups=('mate' 'mate-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz;)
-sha1sums=('6700f116e9474b0e0c93f3aa1be67ad66f66a3f2')
+sha1sums=('255b6d7e2d3089627f5fd91da459f329ea4f38ef')
 install=${pkgname}.install
 
 build() {


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

2016-01-02 Thread Martin Wimpress
Date: Saturday, January 2, 2016 @ 09:55:55
  Author: flexiondotorg
Revision: 155175

archrelease: copy trunk to community-any

Added:
  mate-themes/repos/community-any/PKGBUILD
(from rev 155174, mate-themes/trunk/PKGBUILD)
  mate-themes/repos/community-any/mate-themes.install
(from rev 155174, mate-themes/trunk/mate-themes.install)
Deleted:
  mate-themes/repos/community-any/PKGBUILD
  mate-themes/repos/community-any/mate-themes.install

-+
 PKGBUILD|   64 +-
 mate-themes.install |   24 +-
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-02 08:55:49 UTC (rev 155174)
+++ PKGBUILD2016-01-02 08:55:55 UTC (rev 155175)
@@ -1,32 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_gtkver=3.18
-pkgname=mate-themes
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="Default themes for the MATE desktop"
-url="http://mate-desktop.org;
-arch=('any')
-license=('GPL')
-depends=('gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
-makedepends=('mate-common' 'icon-naming-utils')
-groups=('mate' 'mate-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz;)
-sha1sums=('6700f116e9474b0e0c93f3aa1be67ad66f66a3f2')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
-./configure \
---prefix=/usr \
---enable-all-themes \
---enable-test-themes \
---disable-placeholders
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 155174, 
mate-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-02 08:55:55 UTC (rev 155175)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_gtkver=3.18
+pkgname=mate-themes
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils')
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz;)
+sha1sums=('255b6d7e2d3089627f5fd91da459f329ea4f38ef')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+./configure \
+--prefix=/usr \
+--enable-all-themes \
+--enable-test-themes \
+--disable-placeholders
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: mate-themes.install
===
--- mate-themes.install 2016-01-02 08:55:49 UTC (rev 155174)
+++ mate-themes.install 2016-01-02 08:55:55 UTC (rev 155175)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-themes/repos/community-any/mate-themes.install (from rev 155174, 
mate-themes/trunk/mate-themes.install)
===
--- mate-themes.install (rev 0)
+++ mate-themes.install 2016-01-02 08:55:55 UTC (rev 155175)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in docbook-xsl/repos (3 files)

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 10:43:12
  Author: arojas
Revision: 257448

archrelease: copy trunk to testing-any

Added:
  docbook-xsl/repos/testing-any/
  docbook-xsl/repos/testing-any/PKGBUILD
(from rev 257447, docbook-xsl/trunk/PKGBUILD)
  docbook-xsl/repos/testing-any/docbook-xsl.install
(from rev 257447, docbook-xsl/trunk/docbook-xsl.install)

-+
 PKGBUILD|   35 +++
 docbook-xsl.install |   41 +
 2 files changed, 76 insertions(+)

Copied: docbook-xsl/repos/testing-any/PKGBUILD (from rev 257447, 
docbook-xsl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-01-02 09:43:12 UTC (rev 257448)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Jan de Groot 
+# Contributor: Sean Middleditch 
+# Contributor: Daniel J Griffiths 
+
+pkgname=docbook-xsl
+pkgver=1.79.1
+pkgrel=1
+pkgdesc='XML stylesheets for Docbook-xml transformations'
+arch=('any')
+license=('custom')
+url='http://docbook.sourceforge.net/'
+depends=('libxml2' 'libxslt' 'docbook-xml')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/docbook/${pkgname}-${pkgver}.tar.bz2;)
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   _pkgroot=${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}
+
+install -dm755 ${_pkgroot}
+   install -m644 VERSION VERSION.xsl ${_pkgroot}
+
+   for fn in assembly common eclipse epub epub3 fo highlighting html 
htmlhelp javahelp lib \
+  manpages params profiling roundtrip template website xhtml 
xhtml-1_1 xhtml5; do
+   install -dm755 ${_pkgroot}/${fn}
+   install -m644 ${fn}/*.{xml,xsl,dtd,ent} ${_pkgroot}/${fn} || 
true  # ignore missing files
+   done
+
+   install -dm755 ${pkgdir}/etc/xml
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+md5sums=('b48cbf929a2ad85e6672f710777ca7bc')

Copied: docbook-xsl/repos/testing-any/docbook-xsl.install (from rev 257447, 
docbook-xsl/trunk/docbook-xsl.install)
===
--- testing-any/docbook-xsl.install (rev 0)
+++ testing-any/docbook-xsl.install 2016-01-02 09:43:12 UTC (rev 257448)
@@ -0,0 +1,41 @@
+post_install() {
+  if [ ! -f etc/xml/catalog ]; then
+xmlcatalog --noout --create etc/xml/catalog
+  fi
+  _NEW=`echo $1 | sed 's|\(.*\)\-.*|\1|'`
+
+  xmlcatalog --noout --add "rewriteSystem" \
+"http://docbook.sourceforge.net/release/xsl/${_NEW}; \
+"/usr/share/xml/docbook/xsl-stylesheets-${_NEW}" \
+etc/xml/catalog
+
+  xmlcatalog --noout --add "rewriteURI" \
+"http://docbook.sourceforge.net/release/xsl/${_NEW}; \
+"/usr/share/xml/docbook/xsl-stylesheets-${_NEW}" \
+etc/xml/catalog &&
+
+  xmlcatalog --noout --add "rewriteSystem" \
+"http://docbook.sourceforge.net/release/xsl/current; \
+"/usr/share/xml/docbook/xsl-stylesheets-${_NEW}" \
+etc/xml/catalog &&
+
+  xmlcatalog --noout --add "rewriteURI" \
+"http://docbook.sourceforge.net/release/xsl/current; \
+"/usr/share/xml/docbook/xsl-stylesheets-${_NEW}" \
+etc/xml/catalog
+}
+
+post_upgrade() {
+  post_remove $2
+  post_install $1
+}
+
+post_remove() {
+  _OLD=`echo $1 | sed 's|\(.*\)\-.*|\1|'`
+  xmlcatalog --noout --del "/usr/share/xml/docbook/xsl-stylesheets-${_OLD}" 
etc/xml/catalog
+
+  if [ $(vercmp $1 1.72.0-3) -lt 0 ]; then
+xmlcatalog --noout --del "/usr/share/xml/docbook" etc/xml/catalog
+xmlcatalog --noout --del "file:///etc/xml/docbook" etc/xml/catalog
+  fi
+}


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

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 10:42:44
  Author: arojas
Revision: 257447

Update to 1.79.1

Modified:
  docbook-xsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 08:25:32 UTC (rev 257446)
+++ PKGBUILD2016-01-02 09:42:44 UTC (rev 257447)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=docbook-xsl
-pkgver=1.78.1
+pkgver=1.79.1
 pkgrel=1
 pkgdesc='XML stylesheets for Docbook-xml transformations'
 arch=('any')
@@ -32,4 +32,4 @@
install -dm755 ${pkgdir}/etc/xml
install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
-md5sums=('6dd0f89131cc35bf4f2ed105a1c17771')
+md5sums=('b48cbf929a2ad85e6672f710777ca7bc')


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

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 12:17:40
  Author: arojas
Revision: 257453

Split kuiserver (FS#46730)

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 10:32:15 UTC (rev 257452)
+++ PKGBUILD2016-01-02 11:17:40 UTC (rev 257453)
@@ -5,9 +5,9 @@
 # Contributor: Alexey D. 
 
 pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi' 'plasma-wayland-session')
+pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
 pkgver=5.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
@@ -21,9 +21,11 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo'
  'krunner' 'kxmlrpcclient' 'networkmanager-qt')
 groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
 'kde.pam')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
 'kde.pam'
+   
xembedsniproxy-crash.patch::"https://bugsfiles.kde.org/attachment.cgi?id=96251;)
 md5sums=('771be8128b03bc50d79b3579e631ae15'
- '378ee33a9ec2870a1a899f2e05ee00d4')
+ '378ee33a9ec2870a1a899f2e05ee00d4'
+ '28113c15b8609db604b779a8d732fa91')
 
 prepare() {
   mkdir -p build
@@ -31,6 +33,8 @@
   cd ${pkgbase}-${pkgver}
   # be sure to use the Qt5 version of qtpaths
   sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.cmake
+
+  patch -p1 -i ../xembedsniproxy-crash.patch
 }
 
 build() {
@@ -46,20 +50,26 @@
 }
 
 package_plasma-workspace() {
+  depends+=('kuiserver')
   optdepends=('plasma-workspace-wallpapers: additional wallpapers'
   'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation')
   conflicts=('kdebase-workspace')
 
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 
-  install -Dm644 "${srcdir}"/kde.pam \
-"${pkgdir}"/etc/pam.d/kde
+  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
 
   # Remove conflicts with drkonqi
-  rm "${pkgdir}"/usr/lib/drkonqi
-  rm -r "${pkgdir}"/usr/share/drkonqi
+  rm "$pkgdir"/usr/lib/drkonqi
+  rm -r "$pkgdir"/usr/share/drkonqi
 
+  # Remove conflicts with kuiserver
+  rm "$pkgdir"/usr/bin/kuiserver5
+  rm "$pkgdir"/usr/lib/libkdeinit5_kuiserver5.so
+  rm "$pkgdir"/usr/share/dbus-1/services/kf5_org.kde.kuiserver.service
+  rm "$pkgdir"/usr/share/kservices5/kuiserver.desktop
+
   # Split plasma-wayland scripts
   rm -r "$pkgdir"/usr/share/wayland-sessions
 }
@@ -69,9 +79,17 @@
   depends=('kxmlrpcclient' 'gdb')
 
   cd build/drkonqi
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }
 
+package_kuiserver() {
+  pkgdesc='KDE Progress Info UI server'
+  depends=('kxmlgui')
+
+  cd build/kuiserver
+  make DESTDIR="$pkgdir" install
+}
+
 package_plasma-wayland-session() {
   pkgdesc='Plasma Wayland session'
   depends=('plasma-workspace' 'qt5-wayland' 'kwayland-integration' 
'xorg-server-xwayland')


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

2016-01-02 Thread Levente Polyak
Date: Saturday, January 2, 2016 @ 20:11:54
  Author: anthraxx
Revision: 155193

upgpkg: ropper 1.7.3-1

upgpkg: ropper 1.7.3-1

Modified:
  ropper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 15:20:39 UTC (rev 155192)
+++ PKGBUILD2016-01-02 19:11:54 UTC (rev 155193)
@@ -2,7 +2,7 @@
 
 pkgname=ropper
 _pkgname=Ropper
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="Show information about binary files and find gadgets to build rop 
chains for different architectures"
 url="https://github.com/sashs/Ropper;
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 checkdepends=('sqlite')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('6ba6fb8de35ba73ff54b2eb469487cf05129641220b34d263f23fbd42d3d93eae4c00d25c471632839a00383ea4049a6e6f1de984b7b6e931c3b335c1f736070')
+sha512sums=('af3b849aae588b050b378429fc04083cf7c660647a0bc9022660b783a8a7aff01eac21a26a9e5fb4564917f5d54701e97c9ba2c0150e91a0f549c673bdfb7a27')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2016-01-02 Thread Levente Polyak
Date: Saturday, January 2, 2016 @ 20:12:01
  Author: anthraxx
Revision: 155194

archrelease: copy trunk to community-any

Added:
  ropper/repos/community-any/PKGBUILD
(from rev 155193, ropper/trunk/PKGBUILD)
Deleted:
  ropper/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-02 19:11:54 UTC (rev 155193)
+++ PKGBUILD2016-01-02 19:12:01 UTC (rev 155194)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=ropper
-_pkgname=Ropper
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Show information about binary files and find gadgets to build rop 
chains for different architectures"
-url="https://github.com/sashs/Ropper;
-arch=('any')
-license=('GPL2')
-depends=('python-capstone')
-optdepends=('sqlite: gadgets database support')
-makedepends=('python-setuptools')
-checkdepends=('sqlite')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('6ba6fb8de35ba73ff54b2eb469487cf05129641220b34d263f23fbd42d3d93eae4c00d25c471632839a00383ea4049a6e6f1de984b7b6e931c3b335c1f736070')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python test.py
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm 644 sample.py "${pkgdir}/usr/share/doc/${pkgname}/sample.py"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ropper/repos/community-any/PKGBUILD (from rev 155193, 
ropper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-02 19:12:01 UTC (rev 155194)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+pkgname=ropper
+_pkgname=Ropper
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="Show information about binary files and find gadgets to build rop 
chains for different architectures"
+url="https://github.com/sashs/Ropper;
+arch=('any')
+license=('GPL2')
+depends=('python-capstone')
+optdepends=('sqlite: gadgets database support')
+makedepends=('python-setuptools')
+checkdepends=('sqlite')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('af3b849aae588b050b378429fc04083cf7c660647a0bc9022660b783a8a7aff01eac21a26a9e5fb4564917f5d54701e97c9ba2c0150e91a0f549c673bdfb7a27')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python test.py
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm 644 sample.py "${pkgdir}/usr/share/doc/${pkgname}/sample.py"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-01-02 Thread Pierre Schmitz
Date: Saturday, January 2, 2016 @ 16:29:19
  Author: pierre
Revision: 257465

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

Added:
  lighttpd/repos/extra-i686/PKGBUILD
(from rev 257464, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-i686/lighttpd.conf
(from rev 257464, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-i686/lighttpd.install
(from rev 257464, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
(from rev 257464, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-i686/lighttpd.service
(from rev 257464, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
(from rev 257464, lighttpd/trunk/lighttpd.tmpfiles)
  lighttpd/repos/extra-x86_64/PKGBUILD
(from rev 257464, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-x86_64/lighttpd.conf
(from rev 257464, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-x86_64/lighttpd.install
(from rev 257464, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
(from rev 257464, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-x86_64/lighttpd.service
(from rev 257464, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles
(from rev 257464, lighttpd/trunk/lighttpd.tmpfiles)
Deleted:
  lighttpd/repos/extra-i686/PKGBUILD
  lighttpd/repos/extra-i686/lighttpd.conf
  lighttpd/repos/extra-i686/lighttpd.install
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
  lighttpd/repos/extra-i686/lighttpd.service
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
  lighttpd/repos/extra-x86_64/PKGBUILD
  lighttpd/repos/extra-x86_64/lighttpd.conf
  lighttpd/repos/extra-x86_64/lighttpd.install
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
  lighttpd/repos/extra-x86_64/lighttpd.service
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles

---+
 /PKGBUILD |  144 
 /lighttpd.conf|   44 +++
 /lighttpd.install |   18 
 /lighttpd.logrotate.d |   18 
 /lighttpd.service |   24 ++
 /lighttpd.tmpfiles|4 +
 extra-i686/PKGBUILD   |   72 --
 extra-i686/lighttpd.conf  |   22 -
 extra-i686/lighttpd.install   |9 --
 extra-i686/lighttpd.logrotate.d   |9 --
 extra-i686/lighttpd.service   |   12 ---
 extra-i686/lighttpd.tmpfiles  |2 
 extra-x86_64/PKGBUILD |   72 --
 extra-x86_64/lighttpd.conf|   22 -
 extra-x86_64/lighttpd.install |9 --
 extra-x86_64/lighttpd.logrotate.d |9 --
 extra-x86_64/lighttpd.service |   12 ---
 extra-x86_64/lighttpd.tmpfiles|2 
 18 files changed, 252 insertions(+), 252 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-02 15:28:45 UTC (rev 257464)
+++ extra-i686/PKGBUILD 2016-01-02 15:29:19 UTC (rev 257465)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=lighttpd
-pkgver=1.4.38
-pkgrel=1
-pkgdesc='A secure, fast, compliant and very flexible web-server'
-license=('custom')
-arch=('i686' 'x86_64')
-url="http://www.lighttpd.net/;
-depends=('pcre' 'bzip2' 'libldap' 'util-linux' 'systemd')
-makedepends=('fcgi' 'libmariadbclient' 'lua51' 'libxml2' 'e2fsprogs' 'sqlite' 
'gdbm' 'pkgconfig')
-optdepends=('libxml2: mod_webdav'
-'lua51: mod_cml/mod_magnet'
-'libmariadbclient: mod_mysql_vhost'
-'sqlite: mod_webdav')
-# checkdepends=('git' 'subversion' 'perl-cgi')
-backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
-options=('emptydirs')
-install='lighttpd.install'
-source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
-'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('4912568b7befcf3f552ca4668bd7f38cd85f42a22944359d00816ec27eb1e504'
-'SKIP'
-'41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
-'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
-'d8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
-'0c88403364e732c06090f6807105dedbac25aa82add0499d28007f8aaa780b78')
-validpgpkeys=('C7CA1E9E29DC77F5480894B2E0E7D0171E95BAD7')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libdir=/usr/lib/lighttpd/ \
-   --sysconfdir=/etc/lighttpd \
-   --with-mysql \
-   --with-ldap \
-   --with-attr \
-   --with-openssl \
-   --with-kerberos5 \
-   --without-fam \
-   --with-webdav-props \
-   --with-webdav-locks \
-  

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

2016-01-02 Thread Pierre Schmitz
Date: Saturday, January 2, 2016 @ 16:28:45
  Author: pierre
Revision: 257464

upgpkg: lighttpd 1.4.39-1

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 15:18:56 UTC (rev 257463)
+++ PKGBUILD2016-01-02 15:28:45 UTC (rev 257464)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=lighttpd
-pkgver=1.4.38
+pkgver=1.4.39
 pkgrel=1
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
@@ -20,7 +20,7 @@
 install='lighttpd.install'
 
source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('4912568b7befcf3f552ca4668bd7f38cd85f42a22944359d00816ec27eb1e504'
+sha256sums=('7eb9a1853c3d6dd5851682b0733a729ba4158d6bdff80974d5ef5f1f6887365b'
 'SKIP'
 '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
 'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'


[arch-commits] Commit in php/repos (32 files)

2016-01-02 Thread Pierre Schmitz
Date: Sunday, January 3, 2016 @ 00:54:41
  Author: pierre
Revision: 257472

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

Added:
  php/repos/extra-i686/PKGBUILD
(from rev 257471, php/trunk/PKGBUILD)
  php/repos/extra-i686/apache.conf
(from rev 257471, php/trunk/apache.conf)
  php/repos/extra-i686/apache.patch
(from rev 257471, php/trunk/apache.patch)
  php/repos/extra-i686/generate_patches
(from rev 257471, php/trunk/generate_patches)
  php/repos/extra-i686/php-fpm.install
(from rev 257471, php/trunk/php-fpm.install)
  php/repos/extra-i686/php-fpm.patch
(from rev 257471, php/trunk/php-fpm.patch)
  php/repos/extra-i686/php-fpm.tmpfiles
(from rev 257471, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-i686/php.ini.patch
(from rev 257471, php/trunk/php.ini.patch)
  php/repos/extra-x86_64/PKGBUILD
(from rev 257471, php/trunk/PKGBUILD)
  php/repos/extra-x86_64/apache.conf
(from rev 257471, php/trunk/apache.conf)
  php/repos/extra-x86_64/apache.patch
(from rev 257471, php/trunk/apache.patch)
  php/repos/extra-x86_64/generate_patches
(from rev 257471, php/trunk/generate_patches)
  php/repos/extra-x86_64/php-fpm.install
(from rev 257471, php/trunk/php-fpm.install)
  php/repos/extra-x86_64/php-fpm.patch
(from rev 257471, php/trunk/php-fpm.patch)
  php/repos/extra-x86_64/php-fpm.tmpfiles
(from rev 257471, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-x86_64/php.ini.patch
(from rev 257471, php/trunk/php.ini.patch)
Deleted:
  php/repos/extra-i686/PKGBUILD
  php/repos/extra-i686/apache.conf
  php/repos/extra-i686/apache.patch
  php/repos/extra-i686/generate_patches
  php/repos/extra-i686/php-fpm.install
  php/repos/extra-i686/php-fpm.patch
  php/repos/extra-i686/php-fpm.tmpfiles
  php/repos/extra-i686/php.ini.patch
  php/repos/extra-x86_64/PKGBUILD
  php/repos/extra-x86_64/apache.conf
  php/repos/extra-x86_64/apache.patch
  php/repos/extra-x86_64/generate_patches
  php/repos/extra-x86_64/php-fpm.install
  php/repos/extra-x86_64/php-fpm.patch
  php/repos/extra-x86_64/php-fpm.tmpfiles
  php/repos/extra-x86_64/php.ini.patch

---+
 /PKGBUILD |  640 
 /apache.conf  |   26 +
 /apache.patch |   40 ++
 /generate_patches |   96 ++
 /php-fpm.install  |   18 +
 /php-fpm.patch|  148 +
 /php-fpm.tmpfiles |2 
 /php.ini.patch|  190 +++
 extra-i686/PKGBUILD   |  320 
 extra-i686/apache.conf|   13 
 extra-i686/apache.patch   |   20 -
 extra-i686/generate_patches   |   48 ---
 extra-i686/php-fpm.install|9 
 extra-i686/php-fpm.patch  |   74 
 extra-i686/php-fpm.tmpfiles   |1 
 extra-i686/php.ini.patch  |   95 -
 extra-x86_64/PKGBUILD |  320 
 extra-x86_64/apache.conf  |   13 
 extra-x86_64/apache.patch |   20 -
 extra-x86_64/generate_patches |   48 ---
 extra-x86_64/php-fpm.install  |9 
 extra-x86_64/php-fpm.patch|   74 
 extra-x86_64/php-fpm.tmpfiles |1 
 extra-x86_64/php.ini.patch|   95 -
 24 files changed, 1160 insertions(+), 1160 deletions(-)

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


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

2016-01-02 Thread Levente Polyak
Date: Sunday, January 3, 2016 @ 02:00:38
  Author: anthraxx
Revision: 155212

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 155211, grails/trunk/PKGBUILD)
Deleted:
  grails/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-03 01:00:30 UTC (rev 155211)
+++ PKGBUILD2016-01-03 01:00:38 UTC (rev 155212)
@@ -1,59 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=3.0.10
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-url='http://grails.org/'
-arch=('any')
-license=('Apache')
-makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
-optdepends=(
-  'groovy: the groovy programming language'
-  'grails-docs: documentation for grails'
-)
-options=('!emptydirs')
-noextract=("${pkgname[1]}-${pkgver}.zip")
-source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
-
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('608f8ab77e267af124557e8f095f20dacea672431cfc91f88e3fe3f7de693cb320a2c2427fa121ec22c1641ab69bc482d585c9cd669a2ce23f384f800ed0ea6b'
-
'e40850f3808365356007ecf121d9fb3d004a3fc3186fde7c8975afd37cbe85bb169da1d996c05474e59fe068a1a39b1f940eff284ba282afd1723c6c07e2bf65')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # profile.d script
-  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
-
-  # set APP_HOME
-  setconf bin/grails APP_HOME /usr/share/grails
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash')
-
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/usr/share/pixmaps"
-  cp -r . "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
-  cp media/icons/*.png "${pkgdir}/usr/share/pixmaps/"
-  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
-
-  # clean up
-  cd "${pkgdir}/usr/share/${pkgname}"
-  rm -rf doc INSTALL LICENSE README
-  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-
-  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
-  unzip "grails-docs-${pkgver}.zip" -d 
"${pkgdir}/usr/share/doc/grails-${pkgver}"
-  ln -s "/usr/share/doc/grails-${pkgver}" "${pkgdir}/usr/share/grails/doc"
-}
-
-# vim: ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 155211, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-03 01:00:38 UTC (rev 155212)
@@ -0,0 +1,59 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=3.0.11
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+url='http://grails.org/'
+arch=('any')
+license=('Apache')
+makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
+optdepends=(
+  'groovy: the groovy programming language'
+  'grails-docs: documentation for grails'
+)
+options=('!emptydirs')
+noextract=("${pkgname[1]}-${pkgver}.zip")
+source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
+
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
+sha512sums=('d1204a6897619269f4751041743dec12432c4c058207408508f8d4a746855f5737141f452394adfbdb50f71b63ec2b8e9e22be3ff3ec86ea62cc7b768ebf8493'
+
'4e1fe10b4826e45410f92b1a6edda4dfdef57856d94c08abd22b3b87add1ddd350188e871a6b66f49db0d7f5cbff7352dc159e00133b0dc19586e22aa352c273')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+
+  # profile.d script
+  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
+
+  # set APP_HOME
+  setconf bin/grails APP_HOME /usr/share/grails
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash')
+
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/usr/share/pixmaps"
+  cp -r . "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
+  cp media/icons/*.png "${pkgdir}/usr/share/pixmaps/"
+  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
+
+  # clean up
+  cd "${pkgdir}/usr/share/${pkgname}"
+  rm -rf doc INSTALL LICENSE README
+  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
+}
+
+package_grails-docs() {
+  pkgdesc='Documentation for Grails'
+
+  install -d 

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

2016-01-02 Thread Levente Polyak
Date: Sunday, January 3, 2016 @ 02:00:30
  Author: anthraxx
Revision: 155211

upgpkg: grails 3.0.11-1

upgpkg: grails 3.0.11-1

Modified:
  grails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 00:23:58 UTC (rev 155210)
+++ PKGBUILD2016-01-03 01:00:30 UTC (rev 155211)
@@ -3,7 +3,7 @@
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=3.0.10
+pkgver=3.0.11
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
 url='http://grails.org/'
@@ -18,8 +18,8 @@
 noextract=("${pkgname[1]}-${pkgver}.zip")
 
source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
 
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('608f8ab77e267af124557e8f095f20dacea672431cfc91f88e3fe3f7de693cb320a2c2427fa121ec22c1641ab69bc482d585c9cd669a2ce23f384f800ed0ea6b'
-
'e40850f3808365356007ecf121d9fb3d004a3fc3186fde7c8975afd37cbe85bb169da1d996c05474e59fe068a1a39b1f940eff284ba282afd1723c6c07e2bf65')
+sha512sums=('d1204a6897619269f4751041743dec12432c4c058207408508f8d4a746855f5737141f452394adfbdb50f71b63ec2b8e9e22be3ff3ec86ea62cc7b768ebf8493'
+
'4e1fe10b4826e45410f92b1a6edda4dfdef57856d94c08abd22b3b87add1ddd350188e871a6b66f49db0d7f5cbff7352dc159e00133b0dc19586e22aa352c273')
 
 prepare() {
   cd ${pkgbase}-${pkgver}


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

2016-01-02 Thread Levente Polyak
Date: Saturday, January 2, 2016 @ 22:55:32
  Author: anthraxx
Revision: 155200

archrelease: copy trunk to community-any

Added:
  binwalk/repos/community-any/
  binwalk/repos/community-any/PKGBUILD
(from rev 155199, binwalk/trunk/PKGBUILD)

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

Copied: binwalk/repos/community-any/PKGBUILD (from rev 155199, 
binwalk/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-01-02 21:55:32 UTC (rev 155200)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: Peter Wu 
+# Contributor: Miguel Revilla 
+# Contributor: s1gma 
+
+pkgname=binwalk
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="A tool for searching a given binary image for embedded files"
+url="http://binwalk.org;
+arch=('any')
+license=('MIT')
+depends=('python')
+optdepends=(
+  'python-pyqtgraph: graph and visualization support'
+  'python-opengl: binviz module support'
+  'python-capstone: disassembly support'
+  'arj: ARJ decompression support'
+  'cabextract: CAB archive support'
+  'cpio: CPIO archvie support'
+  'gzip: GZIP decompression support'
+  'lha: LHA decompression support'
+  'mtd-utils: JFFS filesystem support'
+  'p7zip: ZIP, LZMA and ISO decompression support'
+  'squashfs-tools: squashfs support'
+  'tar: TAR archive support'
+  'bzip2: BZIP2 archive support'
+  'unrar: RAR decompression support'
+  'xz: XZ decompression support'
+  'firmware-mod-kit: cramfs support'
+  'lhasa: LHA support'
+  'sleuthkit: forensic analysis support'
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/devttys0/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('373e276a4d6ec845952f1091f85f953d3b0d52d561d9b74a54000ebdef85d13cafc997a4f8f76f25842db8b76fdcd1e602d4d81792a3ea01c9dea6c6ed5c2168')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install -O1 --prefix="${pkgdir}/usr"
+  install -Dm 644 *.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-01-02 Thread Levente Polyak
Date: Saturday, January 2, 2016 @ 22:55:18
  Author: anthraxx
Revision: 155199

addpkg: binwalk 2.1.1-1

Added:
  binwalk/
  binwalk/repos/
  binwalk/trunk/
  binwalk/trunk/PKGBUILD

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

Added: binwalk/trunk/PKGBUILD
===
--- binwalk/trunk/PKGBUILD  (rev 0)
+++ binwalk/trunk/PKGBUILD  2016-01-02 21:55:18 UTC (rev 155199)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: Peter Wu 
+# Contributor: Miguel Revilla 
+# Contributor: s1gma 
+
+pkgname=binwalk
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="A tool for searching a given binary image for embedded files"
+url="http://binwalk.org;
+arch=('any')
+license=('MIT')
+depends=('python')
+optdepends=(
+  'python-pyqtgraph: graph and visualization support'
+  'python-opengl: binviz module support'
+  'python-capstone: disassembly support'
+  'arj: ARJ decompression support'
+  'cabextract: CAB archive support'
+  'cpio: CPIO archvie support'
+  'gzip: GZIP decompression support'
+  'lha: LHA decompression support'
+  'mtd-utils: JFFS filesystem support'
+  'p7zip: ZIP, LZMA and ISO decompression support'
+  'squashfs-tools: squashfs support'
+  'tar: TAR archive support'
+  'bzip2: BZIP2 archive support'
+  'unrar: RAR decompression support'
+  'xz: XZ decompression support'
+  'firmware-mod-kit: cramfs support'
+  'lhasa: LHA support'
+  'sleuthkit: forensic analysis support'
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/devttys0/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('373e276a4d6ec845952f1091f85f953d3b0d52d561d9b74a54000ebdef85d13cafc997a4f8f76f25842db8b76fdcd1e602d4d81792a3ea01c9dea6c6ed5c2168')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install -O1 --prefix="${pkgdir}/usr"
+  install -Dm 644 *.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-01-02 Thread Sven-Hendrik Haase
Date: Saturday, January 2, 2016 @ 23:29:18
  Author: svenstaro
Revision: 257470

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

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 257469, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 257469, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/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 2016-01-02 22:29:10 UTC (rev 257469)
+++ extra-i686/PKGBUILD 2016-01-02 22:29:18 UTC (rev 257470)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('20d214724eb991787e34f43a6c822f67')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 257469, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-02 22:29:18 UTC (rev 257470)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2
+pkgver=2.0.4
+pkgrel=2
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('44fc4a023349933e7f5d7a582f7b886e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../SDL2-$pkgver/configure --prefix=/usr \
+--enable-sdl-dlopen \
+--disable-arts --disable-esd --disable-nas \
+--enable-alsa --enable-pulseaudio-shared \
+--enable-video-wayland \
+--disable-rpath
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-02 22:29:10 UTC (rev 257469)
+++ extra-x86_64/PKGBUILD   2016-01-02 22:29:18 UTC (rev 257470)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('20d214724eb991787e34f43a6c822f67')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 257469, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-01-02 22:29:18 

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

2016-01-02 Thread Sven-Hendrik Haase
Date: Saturday, January 2, 2016 @ 23:29:10
  Author: svenstaro
Revision: 257469

upgpkg: sdl2 2.0.4-2

rebuild with new release 2.0.4

Modified:
  sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 20:40:13 UTC (rev 257468)
+++ PKGBUILD2016-01-02 22:29:10 UTC (rev 257469)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=sdl2
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
 arch=('i686' 'x86_64')
 url="http://www.libsdl.org;
@@ -10,8 +10,8 @@
 makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
 optdepends=('alsa-lib: ALSA audio driver'
 'libpulse: PulseAudio audio driver')
-source=("http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('20d214724eb991787e34f43a6c822f67')
+source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('44fc4a023349933e7f5d7a582f7b886e')
 
 prepare() {
   mkdir build


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

2016-01-02 Thread Levente Polyak
Date: Sunday, January 3, 2016 @ 01:17:40
  Author: anthraxx
Revision: 155208

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

Added:
  pngcrush/repos/community-i686/LICENSE
(from rev 155207, pngcrush/trunk/LICENSE)
  pngcrush/repos/community-i686/PKGBUILD
(from rev 155207, pngcrush/trunk/PKGBUILD)
  pngcrush/repos/community-x86_64/LICENSE
(from rev 155207, pngcrush/trunk/LICENSE)
  pngcrush/repos/community-x86_64/PKGBUILD
(from rev 155207, pngcrush/trunk/PKGBUILD)
Deleted:
  pngcrush/repos/community-i686/LICENSE
  pngcrush/repos/community-i686/PKGBUILD
  pngcrush/repos/community-x86_64/LICENSE
  pngcrush/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   84 
 /PKGBUILD |   78 
 community-i686/LICENSE|   42 --
 community-i686/PKGBUILD   |   36 --
 community-x86_64/LICENSE  |   42 --
 community-x86_64/PKGBUILD |   36 --
 6 files changed, 162 insertions(+), 156 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-01-03 00:17:31 UTC (rev 155207)
+++ community-i686/LICENSE  2016-01-03 00:17:40 UTC (rev 155208)
@@ -1,42 +0,0 @@
-
-NOTICES
-
-If you have modified this source, you may insert additional notices
-immediately after this sentence.
-
-COPYRIGHT:
-
-Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
-  (glennrp at users.sf.net)
-Copyright (C) 2005  Greg Roelofs
-
-DISCLAIMERS:
-
-The pngcrush computer program is supplied "AS IS".  The Author disclaims all
-warranties, expressed or implied, including, without limitation, the
-warranties of merchantability and of fitness for any purpose.  The
-Author assumes no liability for direct, indirect, incidental, special,
-exemplary, or consequential damages, which may result from the use of
-the computer program, even if advised of the possibility of such damage.
-There is no warranty against interference with your enjoyment of the
-computer program or against infringement.  There is no warranty that my
-efforts or the computer program will fulfill any of your particular purposes
-or needs.  This computer program is provided with all faults, and the entire
-risk of satisfactory quality, performance, accuracy, and effort is with
-the user.
-
-LICENSE:
-
-Permission is hereby irrevocably granted to everyone to use, copy, modify,
-and distribute this source code, or portions hereof, or executable programs
-compiled from it, for any purpose, without payment of any fee, subject to
-the following restrictions:
-
-1. The origin of this source code must not be misrepresented.
-
-2. Altered versions must be plainly marked as such and must not be
-   misrepresented as being the original source.
-
-3. This Copyright notice, disclaimer, and license may not be removed
-   or altered from any source or altered source distribution.
-

Copied: pngcrush/repos/community-i686/LICENSE (from rev 155207, 
pngcrush/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-01-03 00:17:40 UTC (rev 155208)
@@ -0,0 +1,42 @@
+
+NOTICES
+
+If you have modified this source, you may insert additional notices
+immediately after this sentence.
+
+COPYRIGHT:
+
+Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
+  (glennrp at users.sf.net)
+Copyright (C) 2005  Greg Roelofs
+
+DISCLAIMERS:
+
+The pngcrush computer program is supplied "AS IS".  The Author disclaims all
+warranties, expressed or implied, including, without limitation, the
+warranties of merchantability and of fitness for any purpose.  The
+Author assumes no liability for direct, indirect, incidental, special,
+exemplary, or consequential damages, which may result from the use of
+the computer program, even if advised of the possibility of such damage.
+There is no warranty against interference with your enjoyment of the
+computer program or against infringement.  There is no warranty that my
+efforts or the computer program will fulfill any of your particular purposes
+or needs.  This computer program is provided with all faults, and the entire
+risk of satisfactory quality, performance, accuracy, and effort is with
+the user.
+
+LICENSE:
+
+Permission is hereby irrevocably granted to everyone to use, copy, modify,
+and distribute this source code, or portions hereof, or executable programs
+compiled from it, for any purpose, without payment of any fee, subject to
+the following restrictions:
+
+1. The origin of this source code must not be misrepresented.
+
+2. Altered versions must be plainly marked as such and must not be
+   misrepresented as being the original source.
+
+3. 

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

2016-01-02 Thread Levente Polyak
Date: Sunday, January 3, 2016 @ 01:17:31
  Author: anthraxx
Revision: 155207

upgpkg: pngcrush 1.7.91-1

upgpkg: pngcrush 1.7.91-1

Modified:
  pngcrush/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 23:46:59 UTC (rev 155206)
+++ PKGBUILD2016-01-03 00:17:31 UTC (rev 155207)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=pngcrush
-pkgver=1.7.88
+pkgver=1.7.91
 pkgrel=1
 pkgdesc="A tool for optimizing the compression of PNG files"
 url="http://pmt.sourceforge.net/pngcrush;
@@ -13,18 +13,21 @@
 depends=('libpng')
 source=(http://downloads.sourceforge.net/pmt/${pkgname}-${pkgver}-nolib.tar.xz
 LICENSE)
-sha512sums=('35eeb4a8bbe0eb4733bc0fd4f6e25169021cd5bccdc268e17f222d4db843993c7b65a737c5d9f66d17f15f2ca507d32fdc94fdf042c30245a0b9d269de29db01'
+sha512sums=('38fc0fdb931f2a6e7ffaee3db500cc0100490309b853edc13e5dc85e645441df98ac1dce3d8bfb548dd143e496089ce7b3b84859d030903b110e9cb49ec66efd'
 
'f18613b9da9b4f31a317411e726def5122246087ff57887fba6b46f0a7a7fae7109388ecb2ce049bbe992cc6ef0a3fbbe0f5c5bc816705efd7583836cbd4e69d')
 
 prepare() {
   cd ${pkgname}-${pkgver}-nolib
-  sed -r "s/^(CFLAGS = .*)$/\\1 ${CFLAGS}/" -i Makefile
-  sed -r "s/^(LDFLAGS =*)$/\\1 ${LDFLAGS}/" -i Makefile
+  sed -r 's| -g||g' -i Makefile
+  sed -r 's|^(CFLAGS )=|\1+=|' -i Makefile
+  sed -r 's|^(LDFLAGS )=|\1+=|' -i Makefile
 }
 
 build() {
   cd ${pkgname}-${pkgver}-nolib
-  make
+  LDFLAGS="${LDFLAGS} -Wl,-z,now -pie" \
+CFLAGS="${CFLAGS} -fPIE" \
+make
 }
 
 package() {


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

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 21:39:23
  Author: arojas
Revision: 257466

Update to 0.17.1

Modified:
  libraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 15:29:19 UTC (rev 257465)
+++ PKGBUILD2016-01-02 20:39:23 UTC (rev 257466)
@@ -6,7 +6,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.17.0
+pkgver=0.17.1
 pkgrel=2
 pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 license=('CDDL' 'LGPL' 'custom')
 depends=('lcms2' 'jasper')
 source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('e643c20945d548aac1eaa1f5573bf74050e0f49ec6a53a6843dc2a2cfb647310')
+sha256sums=('e599651a4cc37e00cfc2d2b56be87c3a4e4dae2c360b680fe9ab3f93d07cdea1')
 
 build() {
   cd LibRaw-${pkgver}


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

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 21:39:33
  Author: arojas
Revision: 257467

Update to 0.17.1

Modified:
  libraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 20:39:23 UTC (rev 257466)
+++ PKGBUILD2016-01-02 20:39:33 UTC (rev 257467)
@@ -7,7 +7,7 @@
 
 pkgname=libraw
 pkgver=0.17.1
-pkgrel=2
+pkgrel=1
 pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
 arch=('i686' 'x86_64')
 url="http://www.libraw.org/;


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

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 21:40:13
  Author: arojas
Revision: 257468

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-02 20:39:33 UTC (rev 257467)
+++ extra-i686/PKGBUILD 2016-01-02 20:40:13 UTC (rev 257468)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andre Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.17.0
-pkgrel=2
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('i686' 'x86_64')
-url="http://www.libraw.org/;
-license=('CDDL' 'LGPL' 'custom')
-depends=('lcms2' 'jasper')
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('e643c20945d548aac1eaa1f5573bf74050e0f49ec6a53a6843dc2a2cfb647310')
-
-build() {
-  cd LibRaw-${pkgver}
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -D -m644 "${srcdir}"/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: libraw/repos/extra-i686/PKGBUILD (from rev 257467, 
libraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-02 20:40:13 UTC (rev 257468)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andre Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.17.1
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('i686' 'x86_64')
+url="http://www.libraw.org/;
+license=('CDDL' 'LGPL' 'custom')
+depends=('lcms2' 'jasper')
+source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
+sha256sums=('e599651a4cc37e00cfc2d2b56be87c3a4e4dae2c360b680fe9ab3f93d07cdea1')
+
+build() {
+  cd LibRaw-${pkgver}
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -D -m644 "${srcdir}"/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-02 20:39:33 UTC (rev 257467)
+++ extra-x86_64/PKGBUILD   2016-01-02 20:40:13 UTC (rev 257468)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andre Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.17.0
-pkgrel=2
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('i686' 'x86_64')
-url="http://www.libraw.org/;
-license=('CDDL' 'LGPL' 'custom')
-depends=('lcms2' 'jasper')
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('e643c20945d548aac1eaa1f5573bf74050e0f49ec6a53a6843dc2a2cfb647310')
-
-build() {
-  cd LibRaw-${pkgver}
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -D -m644 "${srcdir}"/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 257467, 
libraw/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-01-02 20:40:13 UTC (rev 257468)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andre Scarpino 
+# 

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

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 22:01:03
  Author: arojas
Revision: 155196

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

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

---+
 /PKGBUILD |   50 
 community-i686/PKGBUILD   |   24 -
 community-x86_64/PKGBUILD |   24 -
 3 files changed, 50 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-02 21:00:30 UTC (rev 155195)
+++ community-i686/PKGBUILD 2016-01-02 21:01:03 UTC (rev 155196)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=iml
-pkgver=1.0.4
-pkgrel=2
-pkgdesc="C Library of integer matrix algorithms"
-arch=('i686' 'x86_64')
-url="https://cs.uwaterloo.ca/~astorjoh/iml.html;
-license=('GPL')
-depends=('gmp' 'cblas')
-source=("http://www.cs.uwaterloo.ca/~astorjoh/$pkgname-$pkgver.tar.bz2;)
-md5sums=('cfe3ebc69748c4ac240d6e200b6937ca')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-shared --with-cblas=-lcblas
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: iml/repos/community-i686/PKGBUILD (from rev 155195, iml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-02 21:01:03 UTC (rev 155196)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=iml
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="C Library of integer matrix algorithms"
+arch=(i686 x86_64)
+url="https://cs.uwaterloo.ca/~astorjoh/iml.html;
+license=(GPL)
+depends=(gmp cblas)
+source=("http://www.cs.uwaterloo.ca/~astorjoh/$pkgname-$pkgver.tar.bz2;)
+md5sums=('3157d011a3a79d574544ac392fb31e7d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared --with-cblas=-lcblas
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-02 21:00:30 UTC (rev 155195)
+++ community-x86_64/PKGBUILD   2016-01-02 21:01:03 UTC (rev 155196)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=iml
-pkgver=1.0.4
-pkgrel=2
-pkgdesc="C Library of integer matrix algorithms"
-arch=('i686' 'x86_64')
-url="https://cs.uwaterloo.ca/~astorjoh/iml.html;
-license=('GPL')
-depends=('gmp' 'cblas')
-source=("http://www.cs.uwaterloo.ca/~astorjoh/$pkgname-$pkgver.tar.bz2;)
-md5sums=('cfe3ebc69748c4ac240d6e200b6937ca')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-shared --with-cblas=-lcblas
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: iml/repos/community-x86_64/PKGBUILD (from rev 155195, 
iml/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-02 21:01:03 UTC (rev 155196)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=iml
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="C Library of integer matrix algorithms"
+arch=(i686 x86_64)
+url="https://cs.uwaterloo.ca/~astorjoh/iml.html;
+license=(GPL)
+depends=(gmp cblas)
+source=("http://www.cs.uwaterloo.ca/~astorjoh/$pkgname-$pkgver.tar.bz2;)
+md5sums=('3157d011a3a79d574544ac392fb31e7d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared --with-cblas=-lcblas
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 22:00:30
  Author: arojas
Revision: 155195

Update to 1.0.5

Modified:
  iml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 19:12:01 UTC (rev 155194)
+++ PKGBUILD2016-01-02 21:00:30 UTC (rev 155195)
@@ -3,15 +3,15 @@
 # Contributor: Rémy Oudompheng 
 
 pkgname=iml
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
 pkgdesc="C Library of integer matrix algorithms"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="https://cs.uwaterloo.ca/~astorjoh/iml.html;
-license=('GPL')
-depends=('gmp' 'cblas')
+license=(GPL)
+depends=(gmp cblas)
 source=("http://www.cs.uwaterloo.ca/~astorjoh/$pkgname-$pkgver.tar.bz2;)
-md5sums=('cfe3ebc69748c4ac240d6e200b6937ca')
+md5sums=('3157d011a3a79d574544ac392fb31e7d')
 
 build() {
   cd $pkgname-$pkgver


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

2016-01-02 Thread Jaroslav Lichtblau
Date: Saturday, January 2, 2016 @ 23:17:11
  Author: jlichtblau
Revision: 155201

upgpkg: tilda 1.3.1-1 - new upstream release

Modified:
  tilda/trunk/PKGBUILD
  tilda/trunk/tilda.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 21:55:32 UTC (rev 155200)
+++ PKGBUILD2016-01-02 22:17:11 UTC (rev 155201)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=tilda
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="A Gtk based drop down terminal for Linux and Unix"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('vte3' 'confuse')
 changelog=$pkgname.changelog
 source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('bd59481122baf5cde5c77a002f18373cd89def7fdf6ead5178a03f4b9d1376ad')
+sha256sums=('2b4ae3df8dbcdabbc76f9ef13055e66caa0d438ef59522e98b396be3109f00da')
 
 build() {
   cd $pkgname-$pkgname-$pkgver

Modified: tilda.changelog
===
--- tilda.changelog 2016-01-02 21:55:32 UTC (rev 155200)
+++ tilda.changelog 2016-01-02 22:17:11 UTC (rev 155201)
@@ -1,3 +1,6 @@
+2016-01-02 Jaroslav Lichtblau 
+  * tilda 1.3.1-1
+
 2015-11-18 Jaroslav Lichtblau 
   * tilda 1.3.0-1
 


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

2016-01-02 Thread Jaroslav Lichtblau
Date: Saturday, January 2, 2016 @ 23:17:23
  Author: jlichtblau
Revision: 155202

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

Added:
  tilda/repos/community-i686/PKGBUILD
(from rev 155201, tilda/trunk/PKGBUILD)
  tilda/repos/community-i686/tilda.changelog
(from rev 155201, tilda/trunk/tilda.changelog)
  tilda/repos/community-x86_64/PKGBUILD
(from rev 155201, tilda/trunk/PKGBUILD)
  tilda/repos/community-x86_64/tilda.changelog
(from rev 155201, tilda/trunk/tilda.changelog)
Deleted:
  tilda/repos/community-i686/PKGBUILD
  tilda/repos/community-i686/tilda.changelog
  tilda/repos/community-x86_64/PKGBUILD
  tilda/repos/community-x86_64/tilda.changelog

--+
 /PKGBUILD|   60 +
 /tilda.changelog |  104 +
 community-i686/PKGBUILD  |   30 --
 community-i686/tilda.changelog   |   49 -
 community-x86_64/PKGBUILD|   30 --
 community-x86_64/tilda.changelog |   49 -
 6 files changed, 164 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-02 22:17:11 UTC (rev 155201)
+++ community-i686/PKGBUILD 2016-01-02 22:17:23 UTC (rev 155202)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: William Rea 
-
-pkgname=tilda
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="A Gtk based drop down terminal for Linux and Unix"
-arch=('i686' 'x86_64')
-url="https://github.com/lanoxx/tilda;
-license=('GPL')
-depends=('vte3' 'confuse')
-changelog=$pkgname.changelog
-source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('bd59481122baf5cde5c77a002f18373cd89def7fdf6ead5178a03f4b9d1376ad')
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: tilda/repos/community-i686/PKGBUILD (from rev 155201, 
tilda/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-02 22:17:23 UTC (rev 155202)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+
+pkgname=tilda
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="A Gtk based drop down terminal for Linux and Unix"
+arch=('i686' 'x86_64')
+url="https://github.com/lanoxx/tilda;
+license=('GPL')
+depends=('vte3' 'confuse')
+changelog=$pkgname.changelog
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('2b4ae3df8dbcdabbc76f9ef13055e66caa0d438ef59522e98b396be3109f00da')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/tilda.changelog
===
--- community-i686/tilda.changelog  2016-01-02 22:17:11 UTC (rev 155201)
+++ community-i686/tilda.changelog  2016-01-02 22:17:23 UTC (rev 155202)
@@ -1,49 +0,0 @@
-2015-11-18 Jaroslav Lichtblau 
-  * tilda 1.3.0-1
-
-2015-06-28 Jaroslav Lichtblau 
-  * tilda 1.2.4-1
-
-2014-10-31 Jaroslav Lichtblau 
-  * tilda 1.2.2-1
-
-2014-10-17 Jaroslav Lichtblau 
-  * tilda 1.2.1-1
-
-2014-10-16 Jaroslav Lichtblau 
-  * tilda 1.2-1
-
-2014-09-26 Jaroslav Lichtblau 
-  * tilda 1.1.13-1
-
-2014-06-05 Jaroslav Lichtblau 
-  * tilda 1.1.12-1
-
-2013-12-14 Jaroslav Lichtblau 
-  * tilda 1.1.10-1
-
-2013-11-17 Jaroslav Lichtblau 
-  * tilda 1.1.8-1
-
-2013-08-22 Maxime Gauduin 
-  * tilda 1.1.7-3
-  * Fixes FS#36542, FS#36516 and FS#36543
-
-2013-08-08 Jaroslav Lichtblau 
-  * tilda 1.1.7-1
-
-2012-06-02 Jaroslav Lichtblau 
-  * FS#29754 fixed
-
-2011-08-28 Jaroslav Lichtblau 
-  * FS#25762 fixed
-
-2008-04-29 Mateusz Herych 
-  * Updated for x86_64 - 0.9.6
-
-2008-04-28 Douglas Soares de Andrade 
-  * Updated for i686 - 0.9.6
-
-2007-12-30 Douglas Soares de Andrade 
-  * Updated to newer version - 0.9.5
-

Copied: tilda/repos/community-i686/tilda.changelog (from rev 155201, 
tilda/trunk/tilda.changelog)

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

2016-01-02 Thread Jaroslav Lichtblau
Date: Sunday, January 3, 2016 @ 00:32:26
  Author: jlichtblau
Revision: 155203

upgpkg: qmmp 1.0.5-1 - new upstream release

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 22:17:23 UTC (rev 155202)
+++ PKGBUILD2016-01-02 23:32:26 UTC (rev 155203)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=qmmp
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc="Qt5 based audio-player"
 arch=('i686' 'x86_64')
@@ -32,7 +32,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9867fcb7ad7389f1c01d3bf31829fbe40a89eb8b05c104225257cea98c49ea85')
+sha256sums=('64952bfbe8b4bc6b74e04c4384fb923d0495f8380773ad7170b5a87fd2661ce1')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: qmmp.changelog
===
--- qmmp.changelog  2016-01-02 22:17:23 UTC (rev 155202)
+++ qmmp.changelog  2016-01-02 23:32:26 UTC (rev 155203)
@@ -1,3 +1,6 @@
+2016-01-02 Jaroslav Lichtblau 
+   * qmmp 1.0.5-1
+
 2015-12-21 Jaroslav Lichtblau 
* qmmp 1.0.4-1
 


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

2016-01-02 Thread Jaroslav Lichtblau
Date: Sunday, January 3, 2016 @ 00:32:40
  Author: jlichtblau
Revision: 155204

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

Added:
  qmmp/repos/community-i686/PKGBUILD
(from rev 155203, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-i686/qmmp.changelog
(from rev 155203, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-i686/qmmp.install
(from rev 155203, qmmp/trunk/qmmp.install)
  qmmp/repos/community-x86_64/PKGBUILD
(from rev 155203, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-x86_64/qmmp.changelog
(from rev 155203, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-x86_64/qmmp.install
(from rev 155203, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-i686/PKGBUILD
  qmmp/repos/community-i686/qmmp.changelog
  qmmp/repos/community-i686/qmmp.install
  qmmp/repos/community-x86_64/PKGBUILD
  qmmp/repos/community-x86_64/qmmp.changelog
  qmmp/repos/community-x86_64/qmmp.install

-+
 /PKGBUILD   |  100 ++
 /qmmp.changelog |  356 ++
 /qmmp.install   |   24 ++
 community-i686/PKGBUILD |   50 -
 community-i686/qmmp.changelog   |  175 --
 community-i686/qmmp.install |   12 -
 community-x86_64/PKGBUILD   |   50 -
 community-x86_64/qmmp.changelog |  175 --
 community-x86_64/qmmp.install   |   12 -
 9 files changed, 480 insertions(+), 474 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-02 23:32:26 UTC (rev 155203)
+++ community-i686/PKGBUILD 2016-01-02 23:32:40 UTC (rev 155204)
@@ -1,50 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=1.0.4
-pkgrel=1
-pkgdesc="Qt5 based audio-player"
-arch=('i686' 'x86_64')
-url="http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad'
- 'libvorbis' 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 
'qt5-x11extras')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia'
- 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack'
- 'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 'opusfile' 
'wildmidi' 'qt5-tools')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'faad2: ADTS AAC support'
-'libgme: support for chiptunes from various platforms'
-'libsidplayfp: C64 music support'
-'opusfile: Opus support'
-'wildmidi: MIDI support'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9867fcb7ad7389f1c01d3bf31829fbe40a89eb8b05c104225257cea98c49ea85')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DUSE_HAL:BOOL=FALSE
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: qmmp/repos/community-i686/PKGBUILD (from rev 155203, 
qmmp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-02 23:32:40 UTC (rev 155204)
@@ -0,0 +1,50 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Qt5 based audio-player"
+arch=('i686' 'x86_64')
+url="http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad'
+ 'libvorbis' 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 
'qt5-x11extras')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia'
+ 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack'
+ 'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 'opusfile' 
'wildmidi' 'qt5-tools')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+

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

2016-01-02 Thread Felix Yan
Date: Sunday, January 3, 2016 @ 00:46:22
  Author: fyan
Revision: 155205

upgpkg: hlint 1.9.26-1

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 23:32:40 UTC (rev 155204)
+++ PKGBUILD2016-01-02 23:46:22 UTC (rev 155205)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hlint
-pkgver=1.9.25
-pkgrel=5
+pkgver=1.9.26
+pkgrel=1
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
  "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
  "haskell-refact")
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('df91b43493f0c408fc6b7f9a1f65802e9dc49ff5c126b5b8f8464d8db7443f95')
+sha256sums=('f9dcb152d05472c16572e9519494b376c12b748a886f79f74ffcfcb973c33553')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-01-02 Thread Felix Yan
Date: Sunday, January 3, 2016 @ 00:46:59
  Author: fyan
Revision: 155206

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

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

+
 /PKGBUILD  |   64 +++
 /hlint.install |   36 +
 community-i686/PKGBUILD|   32 ---
 community-i686/hlint.install   |   18 --
 community-x86_64/PKGBUILD  |   32 ---
 community-x86_64/hlint.install |   18 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-02 23:46:22 UTC (rev 155205)
+++ community-i686/PKGBUILD 2016-01-02 23:46:59 UTC (rev 155206)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hlint
-pkgver=1.9.25
-pkgrel=5
-pkgdesc="Source code suggestions"
-url="http://community.haskell.org/~ndm/hlint/;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi')
-makedepends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-cmdargs" 
"haskell-cpphs"
- "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
- "haskell-refact")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('df91b43493f0c408fc6b7f9a1f65802e9dc49ff5c126b5b8f8464d8db7443f95')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-runhaskell Setup configure -O --prefix=/usr \
---docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
--fgpl -fthreaded
-runhaskell Setup build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -r "$pkgdir"/usr/{lib,share/doc}
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: hlint/repos/community-i686/PKGBUILD (from rev 155205, 
hlint/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-02 23:46:59 UTC (rev 155206)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hlint
+pkgver=1.9.26
+pkgrel=1
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-cmdargs" 
"haskell-cpphs"
+ "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
+ "haskell-refact")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('f9dcb152d05472c16572e9519494b376c12b748a886f79f74ffcfcb973c33553')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fgpl -fthreaded
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-i686/hlint.install
===
--- community-i686/hlint.install2016-01-02 23:46:22 UTC (rev 155205)
+++ community-i686/hlint.install2016-01-02 23:46:59 UTC (rev 155206)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/hlint
-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: hlint/repos/community-i686/hlint.install (from rev 155205, 
hlint/trunk/hlint.install)
===
--- community-i686/hlint.install(rev 0)

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

2016-01-02 Thread Pierre Schmitz
Date: Sunday, January 3, 2016 @ 00:53:53
  Author: pierre
Revision: 257471

upgpkg: php 7.0.1-4

Fix FS#47600

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 22:29:18 UTC (rev 257470)
+++ PKGBUILD2016-01-02 23:53:53 UTC (rev 257471)
@@ -21,12 +21,12 @@
  'php-tidy'
  'php-xsl')
 pkgver=7.0.1
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
 makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libmcrypt' 'libxslt' 'libzip' 'net-snmp'
- 'postgresql-libs' 'sqlite' 'systemd' 'tidyhtml' 'unixodbc' 'curl' 
'libtool')
+ 'postgresql-libs' 'sqlite' 'systemd' 'tidyhtml' 'unixodbc' 'curl' 
'libtool' 'postfix')
 checkdepends=('procps-ng')
 source=("https://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')


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

2016-01-02 Thread Levente Polyak
Date: Saturday, January 2, 2016 @ 22:17:41
  Author: anthraxx
Revision: 155198

archrelease: copy trunk to community-any

Added:
  python-tblib/repos/community-any/
  python-tblib/repos/community-any/PKGBUILD
(from rev 155197, python-tblib/trunk/PKGBUILD)

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

Copied: python-tblib/repos/community-any/PKGBUILD (from rev 155197, 
python-tblib/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-01-02 21:17:41 UTC (rev 155198)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-tblib
+pkgname=('python-tblib' 'python2-tblib')
+_pyname=tblib
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Python traceback fiddling library"
+url="https://github.com/ionelmc/python-tblib;
+arch=('any')
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(${pkgbase}-${pkgver}.tar.gz::https://pypi.python.org/packages/source/t/${_pyname}/${_pyname}-${pkgver}.tar.gz)
+sha512sums=('39120b506e8e06435a2d04478c8c9a9049d52710110dfc5501931b6547df024ca4087733706982ac01a195b5669458bc0d008abe42ca38b9eb3b171808b67ef8')
+
+check() {
+  cd ${_pyname}-${pkgver}
+  python setup.py test
+  python2 setup.py test
+}
+
+package_python-tblib() {
+  depends=('python-six')
+
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-tblib() {
+  depends=('python2-six')
+
+  cd ${_pyname}-${pkgver}
+  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-01-02 Thread Levente Polyak
Date: Saturday, January 2, 2016 @ 22:17:04
  Author: anthraxx
Revision: 155197

addpkg: python-tblib 1.2.0-1

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

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

Added: python-tblib/trunk/PKGBUILD
===
--- python-tblib/trunk/PKGBUILD (rev 0)
+++ python-tblib/trunk/PKGBUILD 2016-01-02 21:17:04 UTC (rev 155197)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-tblib
+pkgname=('python-tblib' 'python2-tblib')
+_pyname=tblib
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Python traceback fiddling library"
+url="https://github.com/ionelmc/python-tblib;
+arch=('any')
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(${pkgbase}-${pkgver}.tar.gz::https://pypi.python.org/packages/source/t/${_pyname}/${_pyname}-${pkgver}.tar.gz)
+sha512sums=('39120b506e8e06435a2d04478c8c9a9049d52710110dfc5501931b6547df024ca4087733706982ac01a195b5669458bc0d008abe42ca38b9eb3b171808b67ef8')
+
+check() {
+  cd ${_pyname}-${pkgver}
+  python setup.py test
+  python2 setup.py test
+}
+
+package_python-tblib() {
+  depends=('python-six')
+
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-tblib() {
+  depends=('python2-six')
+
+  cd ${_pyname}-${pkgver}
+  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-01-02 Thread Levente Polyak
Date: Sunday, January 3, 2016 @ 01:23:58
  Author: anthraxx
Revision: 155210

archrelease: copy trunk to community-any

Added:
  rabbitmq/repos/community-any/PKGBUILD
(from rev 155209, rabbitmq/trunk/PKGBUILD)
  rabbitmq/repos/community-any/rabbitmq-env.conf
(from rev 155209, rabbitmq/trunk/rabbitmq-env.conf)
  rabbitmq/repos/community-any/rabbitmq.install
(from rev 155209, rabbitmq/trunk/rabbitmq.install)
  rabbitmq/repos/community-any/rabbitmq.service
(from rev 155209, rabbitmq/trunk/rabbitmq.service)
Deleted:
  rabbitmq/repos/community-any/PKGBUILD
  rabbitmq/repos/community-any/rabbitmq-env.conf
  rabbitmq/repos/community-any/rabbitmq.install
  rabbitmq/repos/community-any/rabbitmq.service

---+
 PKGBUILD  |  114 ++--
 rabbitmq-env.conf |   12 ++---
 rabbitmq.install  |   50 +++---
 rabbitmq.service  |   30 ++---
 4 files changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-03 00:23:51 UTC (rev 155209)
+++ PKGBUILD2016-01-03 00:23:58 UTC (rev 155210)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Marcello "mereghost" Rocha 
-# Contributor: Gianni Vialetto 
-# Contributor: Stefan J. Betz 
-# Contributor: p2k 
-# Contributor: Jonathan Liu 
-# Contributor: Christopher Grebs 
-# Contributor: mutantmonkey
-
-pkgname=rabbitmq
-pkgver=3.5.7
-pkgrel=1
-pkgdesc="Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP"
-url="https://rabbitmq.com;
-arch=('any')
-license=('MPL')
-depends=('erlang-nox' 'systemd')
-backup=('etc/rabbitmq/rabbitmq-env.conf')
-install=rabbitmq.install
-source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.gz{,.asc}
-rabbitmq-env.conf
-rabbitmq.service)
-sha512sums=('188ae064f1ae4422bdb4b88ebbc5b5cc41b3c9b829660242cd68e19ab110419abf63168b5fbf30b5255b27fb36590a6ecf9734a4511b63aef4a6512d3c93b11b'
-'SKIP'
-
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
-
'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319')
-validpgpkeys=('F78372A06FF50C80464FC1B4F7B8CEA6056E8E56') # RabbitMQ Release 
Signing Key 
-
-prepare() {
-  cd ${pkgname}_server-${pkgver}
-  sed -r 's|^(SYS_PREFIX=).*$|\1""|' -i sbin/rabbitmq-defaults
-}
-
-package() {
-  cd ${pkgname}_server-${pkgver}
-  local libdir="${pkgdir}/usr/lib/rabbitmq/lib/rabbitmq-server-${pkgver}"
-
-  install -d "${libdir}"
-  install -d "${pkgdir}/usr/bin"
-  install -dm 750 "${pkgdir}/var/log/rabbitmq"
-  install -dm 750 "${pkgdir}/var/lib/rabbitmq"
-   
-  cp -R ebin ${libdir}
-  cp -R include ${libdir}
-  cp -R plugins ${libdir}
-  cp -R sbin ${libdir}
-  cp -R share "${pkgdir}/usr"
-
-  for script in ${libdir}/sbin/*; do
-ln -s "${script#${pkgdir}}" "${pkgdir}/usr/bin/"
-  done
- 
-  install -Dm 644 "${srcdir}/rabbitmq-env.conf" 
"${pkgdir}/etc/rabbitmq/rabbitmq-env.conf"
-  install -Dm 644 "${srcdir}/rabbitmq.service" 
"${pkgdir}/usr/lib/systemd/system/rabbitmq.service"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rabbitmq/repos/community-any/PKGBUILD (from rev 155209, 
rabbitmq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-03 00:23:58 UTC (rev 155210)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Marcello "mereghost" Rocha 
+# Contributor: Gianni Vialetto 
+# Contributor: Stefan J. Betz 
+# Contributor: p2k 
+# Contributor: Jonathan Liu 
+# Contributor: Christopher Grebs 
+# Contributor: mutantmonkey
+
+pkgname=rabbitmq
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP"
+url="https://rabbitmq.com;
+arch=('any')
+license=('MPL')
+depends=('erlang-nox' 'systemd')
+backup=('etc/rabbitmq/rabbitmq-env.conf')
+install=rabbitmq.install
+source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.xz{,.asc}
+rabbitmq-env.conf
+rabbitmq.service)
+sha512sums=('f5693ed68ba9ab3c08e4f34bc3da4461e65a84ae763dde023554eb901fc909153c773dcda9cd8fec4612ffbc6cdb36a628cc0afdcfebb36100f5ab680b7d10b7'
+'SKIP'
+
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
+

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

2016-01-02 Thread Levente Polyak
Date: Sunday, January 3, 2016 @ 01:23:51
  Author: anthraxx
Revision: 155209

upgpkg: rabbitmq 3.6.0-1

upgpkg: rabbitmq 3.6.0-1

Modified:
  rabbitmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 00:17:40 UTC (rev 155208)
+++ PKGBUILD2016-01-03 00:23:51 UTC (rev 155209)
@@ -8,7 +8,7 @@
 # Contributor: mutantmonkey
 
 pkgname=rabbitmq
-pkgver=3.5.7
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP"
 url="https://rabbitmq.com;
@@ -17,10 +17,10 @@
 depends=('erlang-nox' 'systemd')
 backup=('etc/rabbitmq/rabbitmq-env.conf')
 install=rabbitmq.install
-source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.gz{,.asc}
+source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.xz{,.asc}
 rabbitmq-env.conf
 rabbitmq.service)
-sha512sums=('188ae064f1ae4422bdb4b88ebbc5b5cc41b3c9b829660242cd68e19ab110419abf63168b5fbf30b5255b27fb36590a6ecf9734a4511b63aef4a6512d3c93b11b'
+sha512sums=('f5693ed68ba9ab3c08e4f34bc3da4461e65a84ae763dde023554eb901fc909153c773dcda9cd8fec4612ffbc6cdb36a628cc0afdcfebb36100f5ab680b7d10b7'
 'SKIP'
 
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
 
'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319')


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

2016-01-02 Thread Pierre Schmitz
Date: Sunday, January 3, 2016 @ 08:12:30
  Author: pierre
Revision: 257473

Add a check to prevent FS#47600 from happening again

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 23:54:41 UTC (rev 257472)
+++ PKGBUILD2016-01-03 07:12:30 UTC (rev 257473)
@@ -155,6 +155,9 @@
 check() {
cd ${srcdir}/${pkgbase}-${pkgver}
 
+   # Check if sendmail was configured correctly (FS#47600)
+   ${srcdir}/build/sapi/cli/php -n -r 'echo ini_get("sendmail_path");' | 
grep -q '/usr/bin/sendmail'
+
export REPORT_EXIT_STATUS=1
export NO_INTERACTION=1
export SKIP_ONLINE_TESTS=1


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

2016-01-02 Thread Felix Yan
Date: Sunday, January 3, 2016 @ 08:58:10
  Author: fyan
Revision: 257476

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-03 07:57:34 UTC (rev 257475)
+++ extra-i686/PKGBUILD 2016-01-03 07:58:10 UTC (rev 257476)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Tom Newsom 
-
-pkgname=swig
-pkgver=3.0.7
-pkgrel=3
-pkgdesc="Generate scripting interfaces to C/C++ code"
-arch=('i686' 'x86_64')
-url="http://www.swig.org/;
-license=('custom')
-depends=('pcre' 'gcc-libs')
-checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('ab2a9725c18ef10dd6bf6f628e3b6dac5b43e2b0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check || warning "Tests failed"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-i686/PKGBUILD (from rev 257475, swig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-03 07:58:10 UTC (rev 257476)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Tom Newsom 
+
+pkgname=swig
+pkgver=3.0.8
+pkgrel=1
+pkgdesc="Generate scripting interfaces to C/C++ code"
+arch=('i686' 'x86_64')
+url="http://www.swig.org/;
+license=('custom')
+depends=('pcre' 'gcc-libs')
+checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('1f45e96219536b3423b8d4dbd03614ffccca9c33')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check || warning "Tests failed"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-03 07:57:34 UTC (rev 257475)
+++ extra-x86_64/PKGBUILD   2016-01-03 07:58:10 UTC (rev 257476)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Tom Newsom 
-
-pkgname=swig
-pkgver=3.0.7
-pkgrel=3
-pkgdesc="Generate scripting interfaces to C/C++ code"
-arch=('i686' 'x86_64')
-url="http://www.swig.org/;
-license=('custom')
-depends=('pcre' 'gcc-libs')
-checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('ab2a9725c18ef10dd6bf6f628e3b6dac5b43e2b0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check || warning "Tests failed"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-x86_64/PKGBUILD (from rev 257475, swig/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-01-03 07:58:10 UTC (rev 257476)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Tom Newsom 

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

2016-01-02 Thread Pierre Schmitz
Date: Sunday, January 3, 2016 @ 08:57:07
  Author: pierre
Revision: 257474

Fix FS#47601

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 07:12:30 UTC (rev 257473)
+++ PKGBUILD2016-01-03 07:57:07 UTC (rev 257474)
@@ -21,7 +21,7 @@
  'php-tidy'
  'php-xsl')
 pkgver=7.0.1
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -70,6 +70,7 @@
--enable-dba=shared \
--enable-exif=shared \
--enable-ftp=shared \
+   --enable-gd-native-ttf \
--enable-intl=shared \
--enable-mbstring \
--enable-shmop=shared \
@@ -83,6 +84,7 @@
--with-curl=shared \
--with-db4=/usr \
--with-enchant=shared,/usr \
+   --with-freetype-dir=/usr \
--with-gd=shared,/usr \
--with-gdbm \
--with-gettext=shared \


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

2016-01-02 Thread Felix Yan
Date: Sunday, January 3, 2016 @ 08:57:34
  Author: fyan
Revision: 257475

upgpkg: swig 3.0.8-1

Modified:
  swig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 07:57:07 UTC (rev 257474)
+++ PKGBUILD2016-01-03 07:57:34 UTC (rev 257475)
@@ -4,8 +4,8 @@
 # Contributor: Tom Newsom 
 
 pkgname=swig
-pkgver=3.0.7
-pkgrel=3
+pkgver=3.0.8
+pkgrel=1
 pkgdesc="Generate scripting interfaces to C/C++ code"
 arch=('i686' 'x86_64')
 url="http://www.swig.org/;
@@ -13,7 +13,7 @@
 depends=('pcre' 'gcc-libs')
 checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('ab2a9725c18ef10dd6bf6f628e3b6dac5b43e2b0')
+sha1sums=('1f45e96219536b3423b8d4dbd03614ffccca9c33')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-01-02 Thread Xyne
Date: Sunday, January 3, 2016 @ 03:55:15
  Author: xyne
Revision: 155213

upgpkg: asunder 2.8-1

asunder 2.8

Modified:
  asunder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 01:00:38 UTC (rev 155212)
+++ PKGBUILD2016-01-03 02:55:15 UTC (rev 155213)
@@ -5,7 +5,7 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=asunder
-pkgver=2.7
+pkgver=2.8
 pkgrel=1
 pkgdesc="a graphical CD ripper and encoder"
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
'flac: for flac support')
 source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d12743b23180d269263297e4dc4e813d')
-sha256sums=('e69698f9524e443ac564b5d4b2df135ed7e5b2f94d6b3cabeae5bb2a3c828914')
+md5sums=('d3d71cccf9e97d9e8b738d28d9067e03')
+sha256sums=('d8c7014b87ab3c5467876def4d8650fd09fe415ded9de2569c629296499b09db')
 install="$pkgname".install
 
 build() {


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

2016-01-02 Thread Xyne
Date: Sunday, January 3, 2016 @ 03:55:42
  Author: xyne
Revision: 155214

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

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

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

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

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

Deleted: community-i686/asunder.install
===
--- community-i686/asunder.install  2016-01-03 02:55:15 UTC (rev 155213)
+++ community-i686/asunder.install  2016-01-03 02:55:42 UTC (rev 155214)
@@ -1,14 +0,0 @@
-post_install()
-{
-  update-desktop-database -q
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
\ No newline at end of file

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-03 02:55:15 UTC (rev 155213)
+++ community-x86_64/PKGBUILD   2016-01-03 02:55:42 UTC (rev 155214)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.7
-pkgrel=1
-pkgdesc="a graphical