[arch-commits] Commit in linux/repos (14 files)

2016-10-30 Thread Tobias Powalowski
Date: Monday, October 31, 2016 @ 05:58:50
  Author: tpowa
Revision: 279510

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 279509, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 279509, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 279509, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 279509, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 279509, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 279509, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 279509, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 279509, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 279509, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 279509, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 279509, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 279509, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  302 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8207 +
 testing-i686/config.x86_64   | 7957 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  302 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8207 +
 testing-x86_64/config.x86_64 | 7957 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 33056 insertions(+)

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


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

2016-10-30 Thread Tobias Powalowski
Date: Monday, October 31, 2016 @ 05:58:29
  Author: tpowa
Revision: 279509

upgpkg: linux 4.8.5-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-31 03:48:09 UTC (rev 279508)
+++ PKGBUILD2016-10-31 05:58:29 UTC (rev 279509)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.8
-pkgver=4.8.4
+pkgver=4.8.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -25,7 +25,7 @@
 
 sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
 'SKIP'
-'86e246b19253ee3aa971403a5990376a5e33667122f7c8742cc0ee807f204403'
+'99f5e8f3836580440f12de9c00c9faab10f09529e2734fab584ef4baa84fd7ca'
 'SKIP'
 '2ac8818414beb7dbacbd3ad450c516e6ada804827132a7132f63b8189e5f5151'
 '93a4ad4f6c7bb9296fddec436ed7477a5a5c11cf4d6e68482fa6610442cbcb1f'


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

2016-10-30 Thread Sven-Hendrik Haase
Date: Monday, October 31, 2016 @ 03:48:09
  Author: svenstaro
Revision: 279508

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

Added:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 279507, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 279507, libtorrent-rasterbar/trunk/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-31 03:48:00 UTC (rev 279507)
+++ extra-i686/PKGBUILD 2016-10-31 03:48:09 UTC (rev 279508)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=libtorrent-rasterbar
-pkgver=1.1.1
-pkgrel=2
-epoch=1
-pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
-url="http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs')
-makedepends=('boost' 'python2' 'python3')
-options=('!emptydirs')
-_pkgver=${pkgver//./_}
-source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
-sha1sums=('8b8285adb93355df7c20bea4cb4cb446f0e8af6a')
-
-prepare() {
-  mkdir py2 py3
-  cd libtorrent-libtorrent-${_pkgver}
-
-  # Avoid depending on newer processors
-  sed -i 's/-msse4.2//' configure.ac
-
-  ./autotool.sh
-}
-
-_build() (
-  cd py$1
-  # 
https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
-  CXXFLAGS="$CXXFLAGS -std=c++11" \
-  PYTHON=/usr/bin/python$1 \
-  ../libtorrent-libtorrent-${_pkgver}/configure \
---prefix=/usr \
---enable-python-binding \
---enable-examples \
---disable-static \
---with-libiconv
-)
-
-build() {
-  _build 2
-  _build 3
-}
-
-package() {
-  make -C py2 DESTDIR="$pkgdir" install
-  make -C py3 DESTDIR="$pkgdir" install
-  install -Dm644 libtorrent-libtorrent-${_pkgver}/COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Remove most example binaries
-  rm "$pkgdir"/usr/bin/{*_test,*_tester,simple_client,stats_counters}
-}

Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 279507, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-31 03:48:09 UTC (rev 279508)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.1.1
+pkgrel=3
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs')
+makedepends=('boost' 'python2' 'python3')
+options=('!emptydirs')
+_pkgver=${pkgver//./_}
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
+sha1sums=('8b8285adb93355df7c20bea4cb4cb446f0e8af6a')
+
+prepare() {
+  mkdir py2 py3
+  cd libtorrent-libtorrent-${_pkgver}
+
+  # Avoid depending on newer processors
+  sed -i 's/-msse4.2//' configure.ac
+
+  ./autotool.sh
+}
+
+_build() (
+  cd py$1
+  # 
https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
+  CXXFLAGS="$CXXFLAGS -std=c++11" \
+  PYTHON=/usr/bin/python$1 \
+  ../libtorrent-libtorrent-${_pkgver}/configure \
+--prefix=/usr \
+--enable-python-binding \
+--enable-examples \
+--disable-static \
+--with-libiconv
+)
+
+build() {
+  _build 2
+  _build 3
+}
+
+package() {
+  make -C py2 DESTDIR="$pkgdir" install
+  make -C py3 DESTDIR="$pkgdir" install
+  install -Dm644 libtorrent-libtorrent-${_pkgver}/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Remove most example binaries
+  rm "$pkgdir"/usr/bin/{*_test,*_tester,simple_client,stats_counters}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-31 03:48:00 UTC (rev 279507)
+++ extra-x86_64/PKGBUILD   2016-10-31 03:48:09 UTC (rev 279508)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=libtorrent-rasterbar
-pkgver=1.1.1
-pkgrel=2
-epoch=1
-pkgdesc="A C++ BitTorrent library that aims to be a good 

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

2016-10-30 Thread Sven-Hendrik Haase
Date: Monday, October 31, 2016 @ 03:48:00
  Author: svenstaro
Revision: 279507

upgpkg: libtorrent-rasterbar 1:1.1.1-3

rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 22:42:57 UTC (rev 279506)
+++ PKGBUILD2016-10-31 03:48:00 UTC (rev 279507)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


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

2016-10-30 Thread Felix Yan
Date: Monday, October 31, 2016 @ 02:31:40
  Author: felixonmars
Revision: 194119

upgpkg: debootstrap 1.0.86-1

Modified:
  debootstrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 23:07:41 UTC (rev 194118)
+++ PKGBUILD2016-10-31 02:31:40 UTC (rev 194119)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=debootstrap
-pkgver=1.0.85
+pkgver=1.0.86
 pkgrel=1
 pkgdesc="Bootstrap a basic Debian system"
 arch=('any')


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

2016-10-30 Thread Felix Yan
Date: Monday, October 31, 2016 @ 02:31:56
  Author: felixonmars
Revision: 194120

archrelease: copy trunk to community-any

Added:
  debootstrap/repos/community-any/PKGBUILD
(from rev 194119, debootstrap/trunk/PKGBUILD)
  debootstrap/repos/community-any/arch-detect.patch
(from rev 194119, debootstrap/trunk/arch-detect.patch)
Deleted:
  debootstrap/repos/community-any/PKGBUILD
  debootstrap/repos/community-any/arch-detect.patch

---+
 PKGBUILD  |   76 ++--
 arch-detect.patch |   36 
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-31 02:31:40 UTC (rev 194119)
+++ PKGBUILD2016-10-31 02:31:56 UTC (rev 194120)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=debootstrap
-pkgver=1.0.85
-pkgrel=1
-pkgdesc="Bootstrap a basic Debian system"
-arch=('any')
-license=('GPL')
-url="https://tracker.debian.org/pkg/debootstrap;
-depends=('wget' 'binutils')
-makedepends=('git')
-source=("git+https://anonscm.debian.org/git/d-i/debootstrap.git#tag=$pkgver;
-arch-detect.patch)
-optdepends=('gnupg: check release signatures'
-'debian-archive-keyring: check release signatures for Debian'
-'ubuntu-keyring: check release signatures for Ubuntu')
-md5sums=('SKIP'
- 'af21c8c6e073dbedcd472d876f5a50c2')
-
-prepare() {
-  cd debootstrap
-
-  sed -i 's/sbin/bin/g' Makefile
-
-  # Debian defaults
-  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
-
-  # Detect Architecture
-  patch -p1 -i ../arch-detect.patch
-}
-
-package() {
-  cd debootstrap
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
-}

Copied: debootstrap/repos/community-any/PKGBUILD (from rev 194119, 
debootstrap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-31 02:31:56 UTC (rev 194120)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=debootstrap
+pkgver=1.0.86
+pkgrel=1
+pkgdesc="Bootstrap a basic Debian system"
+arch=('any')
+license=('GPL')
+url="https://tracker.debian.org/pkg/debootstrap;
+depends=('wget' 'binutils')
+makedepends=('git')
+source=("git+https://anonscm.debian.org/git/d-i/debootstrap.git#tag=$pkgver;
+arch-detect.patch)
+optdepends=('gnupg: check release signatures'
+'debian-archive-keyring: check release signatures for Debian'
+'ubuntu-keyring: check release signatures for Ubuntu')
+md5sums=('SKIP'
+ 'af21c8c6e073dbedcd472d876f5a50c2')
+
+prepare() {
+  cd debootstrap
+
+  sed -i 's/sbin/bin/g' Makefile
+
+  # Debian defaults
+  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
+
+  # Detect Architecture
+  patch -p1 -i ../arch-detect.patch
+}
+
+package() {
+  cd debootstrap
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
+}

Deleted: arch-detect.patch
===
--- arch-detect.patch   2016-10-31 02:31:40 UTC (rev 194119)
+++ arch-detect.patch   2016-10-31 02:31:56 UTC (rev 194120)
@@ -1,18 +0,0 @@
 a/debootstrap  2016-03-22 21:13:58.0 +0800
-+++ b/debootstrap  2016-03-22 21:13:09.573621800 +0800
-@@ -419,6 +419,15 @@
-   HOST_ARCH=`/usr/bin/udpkg --print-architecture`
- elif [ -e $DEBOOTSTRAP_DIR/arch ]; then
-   HOST_ARCH=`cat $DEBOOTSTRAP_DIR/arch`
-+elif in_path pacman; then
-+  CARCH="$(. /etc/makepkg.conf && echo $CARCH)"
-+case "$CARCH" in
-+"i686")   HOST_ARCH="i386" ;;
-+"x86_64") HOST_ARCH="amd64" ;;
-+"armv7h") HOST_ARCH="armhf" ;;
-+"aarch64") HOST_ARCH="arm64" ;;
-+*) echo "Unknown architecture: $CARCH" && exit 1
-+esac
- fi
- HOST_OS="$HOST_ARCH"
- # basic host OS guessing for non-Debian systems

Copied: debootstrap/repos/community-any/arch-detect.patch (from rev 194119, 
debootstrap/trunk/arch-detect.patch)
===
--- arch-detect.patch   (rev 0)
+++ arch-detect.patch   2016-10-31 02:31:56 UTC (rev 194120)
@@ -0,0 +1,18 @@
+--- a/debootstrap  2016-03-22 21:13:58.0 +0800
 b/debootstrap  2016-03-22 21:13:09.573621800 +0800
+@@ -419,6 +419,15 @@
+   HOST_ARCH=`/usr/bin/udpkg --print-architecture`
+ elif [ -e $DEBOOTSTRAP_DIR/arch ]; then
+   HOST_ARCH=`cat $DEBOOTSTRAP_DIR/arch`
++elif in_path pacman; then
++  CARCH="$(. /etc/makepkg.conf && echo $CARCH)"
++case "$CARCH" in
++"i686")   HOST_ARCH="i386" ;;
++"x86_64") HOST_ARCH="amd64" ;;
++  

[arch-commits] Commit in (4 files)

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 23:07:41
  Author: nicohood
Revision: 194118

Initital commit of snap-pac

Added:
  snap-pac/
  snap-pac/repos/
  snap-pac/trunk/
  snap-pac/trunk/PKGBUILD

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

Index: snap-pac/trunk/PKGBUILD
===
--- snap-pac/trunk/PKGBUILD 2016-10-30 22:56:04 UTC (rev 194117)
+++ snap-pac/trunk/PKGBUILD 2016-10-30 23:07:41 UTC (rev 194118)

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


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

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 22:56:04
  Author: nicohood
Revision: 194117

archrelease: copy trunk to community-any

Added:
  python-pyusb/repos/community-any/
  python-pyusb/repos/community-any/PKGBUILD
(from rev 194116, python-pyusb/trunk/PKGBUILD)

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

Copied: python-pyusb/repos/community-any/PKGBUILD (from rev 194116, 
python-pyusb/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-10-30 22:56:04 UTC (rev 194117)
@@ -0,0 +1,42 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Martchus 
+# Contributor: Nuno Araujo 
+# Contributor: Limao Luo 
+# Contributor: Jason Giangrande 
+
+_pkgname=pyusb
+pkgbase=python-pyusb
+pkgname=('python-pyusb' 'python2-pyusb')
+pkgver=1.0.0
+pkgrel=4
+arch=('any')
+url="https://github.com/walac/${_pkgname};
+license=('custom')
+makedepends=('python-distribute' 'python2-distribute')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/walac/${_pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('af5549750140d12229202e8c32f48d6f2bbcda632b43763f7cefc51f63c61d5d9c4bf816842019729c911aedca792269a2cacad08d668d7ec569038b9979e3de')
+
+prepare() {
+# Create a copy for the python2 package
+cp -r "${_pkgname}-${pkgver}" "python2-${_pkgname}-${pkgver}"
+}
+
+package_python-pyusb() {
+pkgdesc="USB access on python3"
+depends=('python' 'libusb')
+
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pyusb() {
+pkgdesc="USB access on python2"
+depends=('python2' 'libusb')
+replaces=('python2-pyusb-beta')
+
+cd "${srcdir}/python2-${_pkgname}-${pkgver}"
+python2 setup.py install --root="${pkgdir}" --optimize=1
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 22:55:48
  Author: nicohood
Revision: 194116

pkgrel: python-pyusb 1.0.0-4

Modified:
  python-pyusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 22:50:55 UTC (rev 194115)
+++ PKGBUILD2016-10-30 22:55:48 UTC (rev 194116)
@@ -0,0 +1,42 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Martchus 
+# Contributor: Nuno Araujo 
+# Contributor: Limao Luo 
+# Contributor: Jason Giangrande 
+
+_pkgname=pyusb
+pkgbase=python-pyusb
+pkgname=('python-pyusb' 'python2-pyusb')
+pkgver=1.0.0
+pkgrel=4
+arch=('any')
+url="https://github.com/walac/${_pkgname};
+license=('custom')
+makedepends=('python-distribute' 'python2-distribute')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/walac/${_pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('af5549750140d12229202e8c32f48d6f2bbcda632b43763f7cefc51f63c61d5d9c4bf816842019729c911aedca792269a2cacad08d668d7ec569038b9979e3de')
+
+prepare() {
+# Create a copy for the python2 package
+cp -r "${_pkgname}-${pkgver}" "python2-${_pkgname}-${pkgver}"
+}
+
+package_python-pyusb() {
+pkgdesc="USB access on python3"
+depends=('python' 'libusb')
+
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pyusb() {
+pkgdesc="USB access on python2"
+depends=('python2' 'libusb')
+replaces=('python2-pyusb-beta')
+
+cd "${srcdir}/python2-${_pkgname}-${pkgver}"
+python2 setup.py install --root="${pkgdir}" --optimize=1
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (7 files)

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 22:50:55
  Author: nicohood
Revision: 194115

Initital commit of python-pyusb

Added:
  python-pyusb/
  python-pyusb/repos/
  python-pyusb/trunk/
  python-pyusb/trunk/PKGBUILD
Modified:
  arc-icon-theme/trunk/PKGBUILD
  create_ap/trunk/PKGBUILD
  gtk-theme-arc/trunk/PKGBUILD

---+
 arc-icon-theme/trunk/PKGBUILD |   36 
 create_ap/trunk/PKGBUILD  |4 ++--
 gtk-theme-arc/trunk/PKGBUILD  |   37 +
 python-pyusb/trunk/PKGBUILD   |1 +
 4 files changed, 64 insertions(+), 14 deletions(-)

Modified: arc-icon-theme/trunk/PKGBUILD
===
--- arc-icon-theme/trunk/PKGBUILD   2016-10-30 22:35:34 UTC (rev 194114)
+++ arc-icon-theme/trunk/PKGBUILD   2016-10-30 22:50:55 UTC (rev 194115)
@@ -0,0 +1,36 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: ELmoussaoui Bilal 
+
+pkgname=arc-icon-theme
+pkgver=20160605
+pkgrel=2
+pkgdesc='Arc icon theme. Official releases only.'
+arch=('any')
+url="https://github.com/horst3180/arc-icon-theme;
+license=('GPL3')
+depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
+optdepends=( #'moka-icon-theme-git: Arc icon theme was built to be used on top 
of Moka icon theme'
+ #'faba-icon-theme: Smaller version of moka with no application 
icons'
+'elementary: Secondary icon theme fallback')
+options=('!emptydirs' '!strip')
+source=("https://github.com/horst3180/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('cb5ae5b828c2945614885672d2bd741dffe7cd77c0b7bf2d060bdcac046b7cee7dc5c6643e51bd2954b54d40aa05afddc555e2a1523ba8443cedf7997ad218d1')
+conflicts=('arc-icon-theme-git')
+
+prepare() {
+# Add moka, faba and elementary theme as fallback theme
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i 
"s/Inherits=.*/Inherits=Moka,Faba,elementary,Adwaita,gnome,hicolor/" 
Arc/index.theme
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./autogen.sh --prefix=/usr
+make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Modified: create_ap/trunk/PKGBUILD
===
--- create_ap/trunk/PKGBUILD2016-10-30 22:35:34 UTC (rev 194114)
+++ create_ap/trunk/PKGBUILD2016-10-30 22:50:55 UTC (rev 194115)
@@ -3,8 +3,8 @@
 # Contributor: Xiaoxiao Pu 
 
 pkgname=create_ap
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.4.3
+pkgrel=1
 pkgdesc="A shell script to create a NATed/Bridged Software Access Point"
 arch=('any')
 url="https://github.com/oblique/create_ap;

Modified: gtk-theme-arc/trunk/PKGBUILD
===
--- gtk-theme-arc/trunk/PKGBUILD2016-10-30 22:35:34 UTC (rev 194114)
+++ gtk-theme-arc/trunk/PKGBUILD2016-10-30 22:50:55 UTC (rev 194115)
@@ -1,27 +1,40 @@
-# Maintainer: NicoHood 
+# Maintainer: NicoHood 
 # PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
 # Contributor: zach 
 # Contributor: Gordian Edenhofer 
 
-pkgname=gtk-theme-arc
+pkgbase=gtk-theme-arc
 _pkgname=arc-theme
+pkgname=('gtk-theme-arc' 'gtk-theme-arc-solid')
 pkgver=20161005
-pkgrel=1
-pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and 
Gnome-Shell. Official releases only."
+pkgrel=2
 arch=('any')
 url="https://github.com/horst3180/${_pkgname};
 license=('GPL3')
 depends=('gtk3' 'gtk-engine-murrine')
-source=("https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz;)
-conflicts=('gtk-theme-arc-git')
-provides=('gtk-theme-arc')
-sha512sums=('09167228e286c3decedd2197ed6915d70d8601e7274f81cd368ac097f6c4f7e4')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('cbdb73424f85532d756f2b7ed781fbc49598be44e01715490c0f95a60d7e1ab1c4f58a02f1a60bc9aec7f9625a9b7190ed680888af9c6fdf8a192b935c2ebe33')
 
 build() {
-   cd "${_pkgname}-$pkgver"
-   ./autogen.sh --prefix=/usr
+cd "${_pkgname}-$pkgver"
+./autogen.sh --prefix=/usr
 }
 
-package() {
-   make -C "${_pkgname}-$pkgver" DESTDIR="${pkgdir}" install
+package_gtk-theme-arc() {
+pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and 
Gnome-Shell"
+
+cd "${_pkgname}-$pkgver"
+   ./configure --prefix=/usr
+make DESTDIR="${pkgdir}" install
 }
+
+package_gtk-theme-arc-solid() {
+pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without 
transparency)"
+conflicts=('gtk-theme-arc')
+provides=('gtk-theme-arc')
+
+cd "${_pkgname}-$pkgver"
+./configure --prefix=/usr --disable-transparency
+make DESTDIR="${pkgdir}" install
+}

Index: python-pyusb/trunk/PKGBUILD

[arch-commits] Commit in vim/repos (14 files)

2016-10-30 Thread Anatol Pomozov
Date: Sunday, October 30, 2016 @ 22:42:57
  Author: anatolik
Revision: 279506

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

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(from rev 279505, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
  vim/repos/testing-i686/0002-Further-fix-widget-sizing.patch
(from rev 279505, vim/trunk/0002-Further-fix-widget-sizing.patch)
  vim/repos/testing-i686/PKGBUILD
(from rev 279505, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 279505, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/vimdoc.hook
(from rev 279505, vim/trunk/vimdoc.hook)
  vim/repos/testing-i686/vimrc
(from rev 279505, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  
vim/repos/testing-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(from rev 279505, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
  vim/repos/testing-x86_64/0002-Further-fix-widget-sizing.patch
(from rev 279505, vim/trunk/0002-Further-fix-widget-sizing.patch)
  vim/repos/testing-x86_64/PKGBUILD
(from rev 279505, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 279505, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/vimdoc.hook
(from rev 279505, vim/trunk/vimdoc.hook)
  vim/repos/testing-x86_64/vimrc
(from rev 279505, vim/trunk/vimrc)

+
 testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch   |   39 +
 testing-i686/0002-Further-fix-widget-sizing.patch  |   29 +
 testing-i686/PKGBUILD  |  217 
++
 testing-i686/archlinux.vim |   25 +
 testing-i686/vimdoc.hook   |   11 
 testing-i686/vimrc |   18 
 testing-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch |   39 +
 testing-x86_64/0002-Further-fix-widget-sizing.patch|   29 +
 testing-x86_64/PKGBUILD|  217 
++
 testing-x86_64/archlinux.vim   |   25 +
 testing-x86_64/vimdoc.hook |   11 
 testing-x86_64/vimrc   |   18 
 12 files changed, 678 insertions(+)

Copied: 
vim/repos/testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch 
(from rev 279505, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
===
--- testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(rev 0)
+++ testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
2016-10-30 22:42:57 UTC (rev 279506)
@@ -0,0 +1,39 @@
+From 0060136ccbe78ff791e5bd732510cff12094bec9 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sun, 23 Oct 2016 21:12:15 +0200
+Subject: [PATCH 1/2] Fix widget sizing on current Gtk+ 3.22 branch
+
+Gtk recently started emitting configure events when repositioning child
+windows[1]. Events for the form's child windows bubble up the widget
+hierarchy, get caught by our configure event handler, and treated as if
+they were reporting the size of the form window. As a result, the shell
+was sized using far too small dimensions[2][3]. This change will be part
+of Gtk+ 3.22.2.
+
+Solve this by checking whether the configure event we get is really for
+the form widget.
+
+[1]: 
https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-22=12579fe71b3b8f79eb9c1b80e429443bcc437dd0
+[2]: https://bugs.archlinux.org/task/51509
+[3]: https://bugzilla.gnome.org/show_bug.cgi?id=773387
+---
+ src/gui_gtk_x11.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c
+index 388464215fadc3b5..bf3c99ad9a043ad9 100644
+--- a/src/gui_gtk_x11.c
 b/src/gui_gtk_x11.c
+@@ -4429,6 +4429,9 @@ form_configure_event(GtkWidget *widget UNUSED,
+ {
+ int usable_height = event->height;
+ 
++if (event->window != gtk_widget_get_window (gui.formwin))
++  return TRUE;
++
+ /* When in a GtkPlug, we can't guarantee valid heights (as a round
+  * no. of char-heights), so we have to manually sanitise them.
+  * Widths seem to sort themselves out, don't ask me why.
+-- 
+2.10.1
+

Copied: vim/repos/testing-i686/0002-Further-fix-widget-sizing.patch (from rev 
279505, vim/trunk/0002-Further-fix-widget-sizing.patch)
===
--- testing-i686/0002-Further-fix-widget-sizing.patch   
(rev 0)
+++ testing-i686/0002-Further-fix-widget-sizing.patch   2016-10-30 22:42:57 UTC 
(rev 279506)
@@ 

[arch-commits] Commit in vim/trunk (PKGBUILD vimdoc.hook)

2016-10-30 Thread Anatol Pomozov
Date: Sunday, October 30, 2016 @ 22:41:55
  Author: anatolik
Revision: 279505

upgpkg: vim 8.0.0055-1

FS#51591 Add vimdoc hook

Added:
  vim/trunk/vimdoc.hook
Modified:
  vim/trunk/PKGBUILD

-+
 PKGBUILD|   16 +++-
 vimdoc.hook |   11 +++
 2 files changed, 22 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 21:05:59 UTC (rev 279504)
+++ PKGBUILD2016-10-30 22:41:55 UTC (rev 279505)
@@ -5,12 +5,13 @@
 # Contributor: tobias [ tobias at archlinux org ]
 # Contributor: Daniel J Griffiths 
 # Contributor: Christian Hesse 
+# Contributor: Eli Schwartz
 
 pkgbase=vim
 pkgname=(vim gvim vim-runtime)
-pkgver=8.0.0046
+pkgver=8.0.0055
 _versiondir=80
-pkgrel=4
+pkgrel=1
 arch=(i686 x86_64)
 license=('custom:vim')
 url='http://www.vim.org'
@@ -19,12 +20,14 @@
 0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
 0002-Further-fix-widget-sizing.patch
 vimrc
-archlinux.vim)
-sha1sums=('28b81536dfa01abd86f084dd6c02f5a2c47b7dec'
+archlinux.vim
+vimdoc.hook)
+sha1sums=('20f144e8dc42bb2f5201b18b2f3a9990efc294f6'
   'ca4a3bdf8b512336bff4af3ae93d95a8580e0eaf'
   '04b86163bb379a7d42058d932aed3075ed49d2a9'
   '539bfaa0517dfff6d61c37f9c2d81a0db756a4c9'
-  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2')
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  'adc4c82b6c4097944e5a767270a772721455eb8c')
 
 prepare() {
   cd vim-$pkgver/src
@@ -133,6 +136,9 @@
   install -dm755 "${pkgdir}"/usr/share/licenses/vim-runtime
   ln -s /usr/share/vim/vim${_versiondir}/doc/uganda.txt \
 "${pkgdir}"/usr/share/licenses/vim-runtime/license.txt
+
+  # pacman hook for documentation helptags
+  install -Dm644 "${srcdir}"/vimdoc.hook 
"${pkgdir}"/usr/share/libalpm/hooks/vimdoc.hook
 }
 
 package_vim() {

Added: vimdoc.hook
===
--- vimdoc.hook (rev 0)
+++ vimdoc.hook 2016-10-30 22:41:55 UTC (rev 279505)
@@ -0,0 +1,11 @@
+[Trigger]
+Operation = Install
+Operation = Upgrade
+Operation= Remove
+Type = File
+Target = usr/share/vim/vimfiles/doc/
+
+[Action]
+Description = Updating Vim help tags...
+Exec = /usr/bin/vim -es --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd 
":q"
+When = PostTransaction


[arch-commits] Commit in arduino-avr-core/repos (3 files)

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 22:35:34
  Author: nicohood
Revision: 194114

archrelease: copy trunk to community-any

Added:
  arduino-avr-core/repos/community-any/
  arduino-avr-core/repos/community-any/PKGBUILD
(from rev 194113, arduino-avr-core/trunk/PKGBUILD)
  arduino-avr-core/repos/community-any/platform.patch
(from rev 194113, arduino-avr-core/trunk/platform.patch)

+
 PKGBUILD   |   35 +++
 platform.patch |   38 ++
 2 files changed, 73 insertions(+)

Copied: arduino-avr-core/repos/community-any/PKGBUILD (from rev 194113, 
arduino-avr-core/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-10-30 22:35:34 UTC (rev 194114)
@@ -0,0 +1,35 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+
+pkgname=arduino-avr-core
+pkgver=1.6.14
+pkgrel=3
+pkgdesc="Arduino AVR core with upstream avr-gcc and avrdude"
+arch=('any')
+url="https://github.com/arduino/Arduino;
+license=('GPL')
+depends=('avrdude' 'avr-gcc' 'avr-libc')
+makedepends=('')
+optdepends=('arduino: Arduino IDE')
+options=(!strip)
+source=("https://downloads.arduino.cc/cores/avr-1.6.14.tar.bz2;
+"platform.patch")
+sha512sums=('06fff5e62ffa6d3d2b11c75fd54fafe689f8d3fbc6ea38ceb14389ace8f0720a6ba0bd29c6ee6096075fb287bb91fa635533e92904f098c55854be438f6f1514'
+
'8c1b21222bd65d7985a71f6ac037aa69a608e99fe633528f9161ac39d57329499fd32cd8ff0021e15dc2239612edde8cded1a22882f46dc6433388eabc9f24c2')
+
+prepare()
+{
+# Prepare arduino avr core to be used with internal avr-gcc
+cd "${srcdir}/avr"
+patch -Np1 -i "${srcdir}/platform.patch"
+
+# Remove elf files
+find . -name "*.elf" -type f -exec rm -f {} \;
+find . -name "*.a" -type f -exec rm -f {} \;
+}
+
+package() {
+# Copy archlinux arduino avr core
+install -dm755 "${pkgdir}/usr/share/arduino/hardware/archlinux-arduino"
+cp -a "${srcdir}/avr" 
"${pkgdir}/usr/share/arduino/hardware/archlinux-arduino"
+}

Copied: arduino-avr-core/repos/community-any/platform.patch (from rev 194113, 
arduino-avr-core/trunk/platform.patch)
===
--- community-any/platform.patch(rev 0)
+++ community-any/platform.patch2016-10-30 22:35:34 UTC (rev 194114)
@@ -0,0 +1,38 @@
+diff -aur avr/platform.txt avr.new/platform.txt
+--- avr/platform.txt   2016-09-21 10:05:40.0 +0200
 avr.new/platform.txt   2016-10-08 16:52:00.513630471 +0200
+@@ -5,7 +5,7 @@
+ # For more info:
+ # 
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification
+ 
+-name=Arduino AVR Boards
++name=Arch Linux Arduino AVR Boards
+ version=1.6.14
+ 
+ # AVR compile variables
+@@ -18,14 +18,14 @@
+ compiler.warning_flags.all=-Wall -Wextra
+ 
+ # Default "compiler.path" is correct, change only if you want to override the 
initial value
+-compiler.path={runtime.tools.avr-gcc.path}/bin/
++compiler.path=/usr/bin/
+ compiler.c.cmd=avr-gcc
+ compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 
-ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects
+ compiler.c.elf.flags={compiler.warning_flags} -Os -flto -fuse-linker-plugin 
-Wl,--gc-sections
+ compiler.c.elf.cmd=avr-gcc
+ compiler.S.flags=-c -g -x assembler-with-cpp -flto
+ compiler.cpp.cmd=avr-g++
+-compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 
-fpermissive -fno-exceptions -ffunction-sections -fdata-sections 
-fno-threadsafe-statics -MMD -flto
++compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 
-fpermissive -fno-exceptions -ffunction-sections -fdata-sections 
-fno-threadsafe-statics -MMD -flto -fno-devirtualize -fno-use-cxa-atexit
+ compiler.ar.cmd=avr-gcc-ar
+ compiler.ar.flags=rcs
+ compiler.objcopy.cmd=avr-objcopy
+@@ -91,7 +91,7 @@
+ # AVR Uploader/Programmers tools
+ # --
+ 
+-tools.avrdude.path={runtime.tools.avrdude.path}
++tools.avrdude.path=/
+ tools.avrdude.cmd.path={path}/bin/avrdude
+ tools.avrdude.config.path={path}/etc/avrdude.conf
+ 


[arch-commits] Commit in arduino-avr-core/trunk (PKGBUILD platform.patch)

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 22:34:11
  Author: nicohood
Revision: 194113

pkgrel: arduino-avr-core 1.6.14-3

Added:
  arduino-avr-core/trunk/platform.patch
Modified:
  arduino-avr-core/trunk/PKGBUILD

+
 PKGBUILD   |   35 +++
 platform.patch |   38 ++
 2 files changed, 73 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 22:18:16 UTC (rev 194112)
+++ PKGBUILD2016-10-30 22:34:11 UTC (rev 194113)
@@ -0,0 +1,35 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+
+pkgname=arduino-avr-core
+pkgver=1.6.14
+pkgrel=3
+pkgdesc="Arduino AVR core with upstream avr-gcc and avrdude"
+arch=('any')
+url="https://github.com/arduino/Arduino;
+license=('GPL')
+depends=('avrdude' 'avr-gcc' 'avr-libc')
+makedepends=('')
+optdepends=('arduino: Arduino IDE')
+options=(!strip)
+source=("https://downloads.arduino.cc/cores/avr-1.6.14.tar.bz2;
+"platform.patch")
+sha512sums=('06fff5e62ffa6d3d2b11c75fd54fafe689f8d3fbc6ea38ceb14389ace8f0720a6ba0bd29c6ee6096075fb287bb91fa635533e92904f098c55854be438f6f1514'
+
'8c1b21222bd65d7985a71f6ac037aa69a608e99fe633528f9161ac39d57329499fd32cd8ff0021e15dc2239612edde8cded1a22882f46dc6433388eabc9f24c2')
+
+prepare()
+{
+# Prepare arduino avr core to be used with internal avr-gcc
+cd "${srcdir}/avr"
+patch -Np1 -i "${srcdir}/platform.patch"
+
+# Remove elf files
+find . -name "*.elf" -type f -exec rm -f {} \;
+find . -name "*.a" -type f -exec rm -f {} \;
+}
+
+package() {
+# Copy archlinux arduino avr core
+install -dm755 "${pkgdir}/usr/share/arduino/hardware/archlinux-arduino"
+cp -a "${srcdir}/avr" 
"${pkgdir}/usr/share/arduino/hardware/archlinux-arduino"
+}

Added: platform.patch
===
--- platform.patch  (rev 0)
+++ platform.patch  2016-10-30 22:34:11 UTC (rev 194113)
@@ -0,0 +1,38 @@
+diff -aur avr/platform.txt avr.new/platform.txt
+--- avr/platform.txt   2016-09-21 10:05:40.0 +0200
 avr.new/platform.txt   2016-10-08 16:52:00.513630471 +0200
+@@ -5,7 +5,7 @@
+ # For more info:
+ # 
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification
+ 
+-name=Arduino AVR Boards
++name=Arch Linux Arduino AVR Boards
+ version=1.6.14
+ 
+ # AVR compile variables
+@@ -18,14 +18,14 @@
+ compiler.warning_flags.all=-Wall -Wextra
+ 
+ # Default "compiler.path" is correct, change only if you want to override the 
initial value
+-compiler.path={runtime.tools.avr-gcc.path}/bin/
++compiler.path=/usr/bin/
+ compiler.c.cmd=avr-gcc
+ compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 
-ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects
+ compiler.c.elf.flags={compiler.warning_flags} -Os -flto -fuse-linker-plugin 
-Wl,--gc-sections
+ compiler.c.elf.cmd=avr-gcc
+ compiler.S.flags=-c -g -x assembler-with-cpp -flto
+ compiler.cpp.cmd=avr-g++
+-compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 
-fpermissive -fno-exceptions -ffunction-sections -fdata-sections 
-fno-threadsafe-statics -MMD -flto
++compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 
-fpermissive -fno-exceptions -ffunction-sections -fdata-sections 
-fno-threadsafe-statics -MMD -flto -fno-devirtualize -fno-use-cxa-atexit
+ compiler.ar.cmd=avr-gcc-ar
+ compiler.ar.flags=rcs
+ compiler.objcopy.cmd=avr-objcopy
+@@ -91,7 +91,7 @@
+ # AVR Uploader/Programmers tools
+ # --
+ 
+-tools.avrdude.path={runtime.tools.avrdude.path}
++tools.avrdude.path=/
+ tools.avrdude.cmd.path={path}/bin/avrdude
+ tools.avrdude.config.path={path}/etc/avrdude.conf
+ 


[arch-commits] Commit in arduino-docs (3 files)

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 22:18:16
  Author: nicohood
Revision: 194112

archrelease: copy trunk to community-any

Added:
  arduino-docs/repos/
  arduino-docs/repos/community-any/
  arduino-docs/repos/community-any/PKGBUILD
(from rev 194111, arduino-docs/trunk/PKGBUILD)

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

Copied: arduino-docs/repos/community-any/PKGBUILD (from rev 194111, 
arduino-docs/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2016-10-30 22:18:16 UTC (rev 194112)
@@ -0,0 +1,34 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+
+pkgname=arduino-docs
+pkgver=1.6.6
+pkgrel=3
+pkgdesc="Arduino IDE reference documentation"
+arch=('any')
+url="https://www.arduino.cc/;
+license=('CCPL')
+optdepends=('arduino: Arduino IDE')
+options=(!strip)
+source=("https://downloads.arduino.cc/reference-1.6.6-3.zip;
+"https://downloads.arduino.cc/Galileo_help_files-1.6.2.zip;
+"https://downloads.arduino.cc/Edison_help_files-1.6.2.zip;)
+sha512sums=('65962322b6dcb15da6c119d47c382052d1183772c855b8e8fcdd108b54e730e2374d93741737f3b51e57288a0e8842a6a7f79dce4377ea3630293e6c3e7e8b73'
+
'411fcfad9e9877078de62c02accd66ed5e44daf2979cad38c12962c22d73412d084670db77d5b50b3a32f35977961943e90d85ac80484f926468aa994f8b107b'
+
'63d4005036b43f09347814433578e8c75a7af5caa0923516deab146ef0867af4e60aad0c9d5d47870dcec0ddb4e5396363e4312425f95a8d8da8725f77da8f3a')
+
+prepare() {
+# Delete all links to source .zip files
+find "${srcdir}" -maxdepth 1 -type l -exec rm -f {} \;
+
+# Fix folder permissions of downloads
+find "${srcdir}" -type d -exec chmod 755 {} \;
+}
+
+package() {
+# Create directory
+install -dm755 "${pkgdir}/usr/share/doc/arduino"
+
+# Copy docs
+cp -a . "${pkgdir}/usr/share/doc/arduino"
+}


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

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 22:17:17
  Author: nicohood
Revision: 194111

initital commit: arduino-docs 1.6.6-3

Added:
  arduino-docs/trunk/
  arduino-docs/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2016-10-30 22:17:17 UTC (rev 194111)
@@ -0,0 +1,34 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+
+pkgname=arduino-docs
+pkgver=1.6.6
+pkgrel=3
+pkgdesc="Arduino IDE reference documentation"
+arch=('any')
+url="https://www.arduino.cc/;
+license=('CCPL')
+optdepends=('arduino: Arduino IDE')
+options=(!strip)
+source=("https://downloads.arduino.cc/reference-1.6.6-3.zip;
+"https://downloads.arduino.cc/Galileo_help_files-1.6.2.zip;
+"https://downloads.arduino.cc/Edison_help_files-1.6.2.zip;)
+sha512sums=('65962322b6dcb15da6c119d47c382052d1183772c855b8e8fcdd108b54e730e2374d93741737f3b51e57288a0e8842a6a7f79dce4377ea3630293e6c3e7e8b73'
+
'411fcfad9e9877078de62c02accd66ed5e44daf2979cad38c12962c22d73412d084670db77d5b50b3a32f35977961943e90d85ac80484f926468aa994f8b107b'
+
'63d4005036b43f09347814433578e8c75a7af5caa0923516deab146ef0867af4e60aad0c9d5d47870dcec0ddb4e5396363e4312425f95a8d8da8725f77da8f3a')
+
+prepare() {
+# Delete all links to source .zip files
+find "${srcdir}" -maxdepth 1 -type l -exec rm -f {} \;
+
+# Fix folder permissions of downloads
+find "${srcdir}" -type d -exec chmod 755 {} \;
+}
+
+package() {
+# Create directory
+install -dm755 "${pkgdir}/usr/share/doc/arduino"
+
+# Copy docs
+cp -a . "${pkgdir}/usr/share/doc/arduino"
+}


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

2016-10-30 Thread Antonio Rojas
Date: Sunday, October 30, 2016 @ 21:24:50
  Author: arojas
Revision: 194110

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-30 21:24:19 UTC (rev 194109)
+++ community-i686/PKGBUILD 2016-10-30 21:24:50 UTC (rev 194110)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=0.9.6
-pkgrel=1
-pkgdesc="WYSIWYG ebook editor"
-arch=('i686' 'x86_64')
-url="http://sigil-ebook.com/;
-license=('GPL3')
-depends=('qt5-webkit' 'python' 'hicolor-icon-theme' 'python-lxml' 'minizip' 
'hunspell')
-makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake')
-source=("Sigil-${pkgver}.zip::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.zip;)
-md5sums=('6c17efbd60eba5cf6dc7d60848ab1ba5')
-
-build() {
-  cd "${srcdir}/Sigil-${pkgver}"
-
-  mkdir -p build
-  cd build
-
-  cmake -G "Unix Makefiles" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON .. \
--DUSE_SYSTEM_LIBS=ON
-
-  make
-}
-
-package() {
-  cd "${srcdir}"/Sigil-${pkgver}/build
-  make install DESTDIR="${pkgdir}"
-
-  for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
-  "${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-  done
-  install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-}

Copied: sigil/repos/community-i686/PKGBUILD (from rev 194109, 
sigil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-30 21:24:50 UTC (rev 194110)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="WYSIWYG ebook editor"
+arch=('i686' 'x86_64')
+url="http://sigil-ebook.com/;
+license=('GPL3')
+depends=('qt5-webkit' 'python' 'hicolor-icon-theme' 'python-lxml' 'minizip' 
'hunspell')
+makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake')
+source=("Sigil-${pkgver}.zip::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.zip;)
+md5sums=('bbf90064d088c21eb4021980e5cd0d29')
+
+build() {
+  cd "${srcdir}/Sigil-${pkgver}"
+
+  mkdir -p build
+  cd build
+
+  cmake -G "Unix Makefiles" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON .. \
+-DUSE_SYSTEM_LIBS=ON
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/Sigil-${pkgver}/build
+  make install DESTDIR="${pkgdir}"
+
+  for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
+  "${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+  done
+  install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-30 21:24:19 UTC (rev 194109)
+++ community-x86_64/PKGBUILD   2016-10-30 21:24:50 UTC (rev 194110)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=0.9.6
-pkgrel=1
-pkgdesc="WYSIWYG ebook editor"
-arch=('i686' 'x86_64')
-url="http://sigil-ebook.com/;
-license=('GPL3')
-depends=('qt5-webkit' 'python' 'hicolor-icon-theme' 'python-lxml' 'minizip' 
'hunspell')
-makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake')
-source=("Sigil-${pkgver}.zip::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.zip;)
-md5sums=('6c17efbd60eba5cf6dc7d60848ab1ba5')
-
-build() {
-  cd "${srcdir}/Sigil-${pkgver}"
-
-  mkdir -p build
-  cd build
-
-  cmake -G "Unix Makefiles" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON .. \
--DUSE_SYSTEM_LIBS=ON
-
-  make
-}
-
-package() {
-  cd "${srcdir}"/Sigil-${pkgver}/build
-  make install 

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

2016-10-30 Thread Antonio Rojas
Date: Sunday, October 30, 2016 @ 21:24:19
  Author: arojas
Revision: 194109

Update to 0.9.7

Modified:
  sigil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 20:08:26 UTC (rev 194108)
+++ PKGBUILD2016-10-30 21:24:19 UTC (rev 194109)
@@ -3,7 +3,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=sigil
-pkgver=0.9.6
+pkgver=0.9.7
 pkgrel=1
 pkgdesc="WYSIWYG ebook editor"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt5-webkit' 'python' 'hicolor-icon-theme' 'python-lxml' 'minizip' 
'hunspell')
 makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake')
 
source=("Sigil-${pkgver}.zip::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.zip;)
-md5sums=('6c17efbd60eba5cf6dc7d60848ab1ba5')
+md5sums=('bbf90064d088c21eb4021980e5cd0d29')
 
 build() {
   cd "${srcdir}/Sigil-${pkgver}"


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

2016-10-30 Thread Dan McGee
Date: Sunday, October 30, 2016 @ 21:05:59
  Author: dan
Revision: 279504

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 279503, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 279503, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 279503, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 279503, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 279503, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 279503, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 279503, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 279503, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-30 21:05:47 UTC (rev 279503)
+++ extra-i686/PKGBUILD 2016-10-30 21:05:59 UTC (rev 279504)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.10.1
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('a9e1bf842497fc3a23e86424018b3499'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  

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

2016-10-30 Thread Dan McGee
Date: Sunday, October 30, 2016 @ 21:05:47
  Author: dan
Revision: 279503

upgpkg: git 2.10.2-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 20:05:45 UTC (rev 279502)
+++ PKGBUILD2016-10-30 21:05:47 UTC (rev 279503)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.10.1
+pkgver=2.10.2
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -27,7 +27,7 @@
 "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
 git-daemon@.service
 git-daemon.socket)
-md5sums=('a9e1bf842497fc3a23e86424018b3499'
+md5sums=('3cd1dca37be60668f482545716923b72'
  'SKIP'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')


[arch-commits] Commit in (4 files)

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 19:11:16
  Author: nicohood
Revision: 194045

Initital commit of arc-icon-theme

Added:
  arc-icon-theme/
  arc-icon-theme/repos/
  arc-icon-theme/trunk/
  arc-icon-theme/trunk/PKGBUILD

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

Index: arc-icon-theme/trunk/PKGBUILD
===
--- arc-icon-theme/trunk/PKGBUILD   2016-10-30 19:05:56 UTC (rev 194044)
+++ arc-icon-theme/trunk/PKGBUILD   2016-10-30 19:11:16 UTC (rev 194045)

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


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

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 19:05:56
  Author: nicohood
Revision: 194044

Added id for create_ap

Modified:
  create_ap/trunk/PKGBUILD  (contents, properties)
  gtk-theme-arc/trunk/PKGBUILD

--+
 create_ap/trunk/PKGBUILD |5 ++---
 gtk-theme-arc/trunk/PKGBUILD |   27 +++
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: create_ap/trunk/PKGBUILD
===
--- create_ap/trunk/PKGBUILD2016-10-30 18:24:10 UTC (rev 194043)
+++ create_ap/trunk/PKGBUILD2016-10-30 19:05:56 UTC (rev 194044)
@@ -4,7 +4,7 @@
 
 pkgname=create_ap
 pkgver=0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A shell script to create a NATed/Bridged Software Access Point"
 arch=('any')
 url="https://github.com/oblique/create_ap;
@@ -12,9 +12,8 @@
 depends=('bash' 'hostapd' 'iproute2' 'iw' 'dnsmasq'
  'iptables' 'util-linux' 'procps-ng')
 optdepends=('haveged: boost low entropy')
-makedepends=('')
 backup=('etc/create_ap.conf')
-source=("https://github.com/oblique/${pkgname}/archive/v${pkgver}.tar.gz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/oblique/${pkgname}/archive/v${pkgver}.tar.gz;)
 
sha512sums=('4c252ad17f07a36cee82bb1b6b49d4f7024b32d52e80b4e95d77b70803575005e37ee086c161d12070722de1a250fcb76cca6165792302869fd27b69ceca93b3')
 
 package() {


Property changes on: create_ap/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: gtk-theme-arc/trunk/PKGBUILD
===
--- gtk-theme-arc/trunk/PKGBUILD2016-10-30 18:24:10 UTC (rev 194043)
+++ gtk-theme-arc/trunk/PKGBUILD2016-10-30 19:05:56 UTC (rev 194044)
@@ -0,0 +1,27 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: zach 
+# Contributor: Gordian Edenhofer 

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

2016-10-30 Thread Antonio Rojas
Date: Sunday, October 30, 2016 @ 18:45:27
  Author: arojas
Revision: 279482

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-30 18:44:52 UTC (rev 279481)
+++ extra-i686/PKGBUILD 2016-10-30 18:45:27 UTC (rev 279482)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libindi
-pkgver=1.2.0
-pkgrel=5
-pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
-url="http://www.indilib.org/index.php?title=Main_Page;
-license=(GPL2)
-arch=(i686 x86_64)
-depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
-makedepends=(cmake boost)
-source=("http://downloads.sourceforge.net/project/indi/${pkgname}_$pkgver.tar.gz;)
-md5sums=('21eae8f5ccfef8a28cc0c3a763a1f4fb')
-
-prepare() {
-  mkdir -p build
-
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/*/*.rules
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}_$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libindi/repos/extra-i686/PKGBUILD (from rev 279481, 
libindi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-30 18:45:27 UTC (rev 279482)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libindi
+pkgver=1.3
+pkgrel=1
+pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
+url="http://www.indilib.org/index.php?title=Main_Page;
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(libnova cfitsio libusb libjpeg gsl curl)
+makedepends=(cmake boost qt5-base)
+source=("http://downloads.sourceforge.net/project/indi/indi-$pkgver.zip;)
+md5sums=('1104a3343b9728637c58eeb680fbd575')
+
+prepare() {
+  mkdir -p build
+
+  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
indi-$pkgver/libindi/drivers/*/*.rules
+}
+
+build() {
+  cd build
+  cmake ../indi-$pkgver/libindi \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-30 18:44:52 UTC (rev 279481)
+++ extra-x86_64/PKGBUILD   2016-10-30 18:45:27 UTC (rev 279482)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libindi
-pkgver=1.2.0
-pkgrel=5
-pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
-url="http://www.indilib.org/index.php?title=Main_Page;
-license=(GPL2)
-arch=(i686 x86_64)
-depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
-makedepends=(cmake boost)
-source=("http://downloads.sourceforge.net/project/indi/${pkgname}_$pkgver.tar.gz;)
-md5sums=('21eae8f5ccfef8a28cc0c3a763a1f4fb')
-
-prepare() {
-  mkdir -p build
-
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/*/*.rules
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}_$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libindi/repos/extra-x86_64/PKGBUILD (from rev 279481, 
libindi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-30 18:45:27 UTC (rev 279482)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libindi
+pkgver=1.3

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

2016-10-30 Thread Antonio Rojas
Date: Sunday, October 30, 2016 @ 18:44:52
  Author: arojas
Revision: 279481

Update to 1.3

Modified:
  libindi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 18:40:21 UTC (rev 279480)
+++ PKGBUILD2016-10-30 18:44:52 UTC (rev 279481)
@@ -4,28 +4,29 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libindi
-pkgver=1.2.0
-pkgrel=5
+pkgver=1.3
+pkgrel=1
 pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
 url="http://www.indilib.org/index.php?title=Main_Page;
 license=(GPL2)
 arch=(i686 x86_64)
-depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
-makedepends=(cmake boost)
-source=("http://downloads.sourceforge.net/project/indi/${pkgname}_$pkgver.tar.gz;)
-md5sums=('21eae8f5ccfef8a28cc0c3a763a1f4fb')
+depends=(libnova cfitsio libusb libjpeg gsl curl)
+makedepends=(cmake boost qt5-base)
+source=("http://downloads.sourceforge.net/project/indi/indi-$pkgver.zip;)
+md5sums=('1104a3343b9728637c58eeb680fbd575')
 
 prepare() {
   mkdir -p build
 
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/*/*.rules
+  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
indi-$pkgver/libindi/drivers/*/*.rules
 }
 
 build() {
   cd build
-  cmake ../${pkgname}_$pkgver \
+  cmake ../indi-$pkgver/libindi \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
 -DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
   make
 }


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

2016-10-30 Thread Gerardo Exequiel Pozzi
Date: Sunday, October 30, 2016 @ 18:40:21
  Author: djgera
Revision: 279480

archrelease: copy trunk to extra-any

Added:
  archiso/repos/extra-any/PKGBUILD
(from rev 279479, archiso/trunk/PKGBUILD)
Deleted:
  archiso/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-30 18:39:39 UTC (rev 279479)
+++ PKGBUILD2016-10-30 18:40:21 UTC (rev 279480)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Gerardo Exequiel Pozzi 
-# Maintainer: Pierre Schmitz 
-
-pkgname=archiso
-pkgver=27
-pkgrel=1
-pkgdesc='Tools for creating Arch Linux live and install iso images'
-arch=('any')
-license=('GPL')
-url='https://projects.archlinux.org/archiso.git/'
-depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
-source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-sha256sums=('5d2116143e2014d52819b7d8fc1ad4d7bc3904b34ae877580a158804741b96b2'
-'SKIP')
-validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel 
Pozzi
-
-package() {
-make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-}

Copied: archiso/repos/extra-any/PKGBUILD (from rev 279479, 
archiso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-30 18:40:21 UTC (rev 279480)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Gerardo Exequiel Pozzi 
+# Maintainer: Pierre Schmitz 
+
+pkgname=archiso
+pkgver=28
+pkgrel=1
+pkgdesc='Tools for creating Arch Linux live and install iso images'
+arch=('any')
+license=('GPL')
+url='https://projects.archlinux.org/archiso.git/'
+depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
+source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+sha256sums=('6576ca2f55cda532dd5893b132fdc46f05be3e014d31f4f9639eaea0a8c6ae02'
+'SKIP')
+validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel 
Pozzi
+
+package() {
+make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
+}


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

2016-10-30 Thread Gerardo Exequiel Pozzi
Date: Sunday, October 30, 2016 @ 18:39:39
  Author: djgera
Revision: 279479

upgpkg: archiso 28-1

Modified:
  archiso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 16:53:01 UTC (rev 279478)
+++ PKGBUILD2016-10-30 18:39:39 UTC (rev 279479)
@@ -3,7 +3,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=archiso
-pkgver=27
+pkgver=28
 pkgrel=1
 pkgdesc='Tools for creating Arch Linux live and install iso images'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
 
source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-sha256sums=('5d2116143e2014d52819b7d8fc1ad4d7bc3904b34ae877580a158804741b96b2'
+sha256sums=('6576ca2f55cda532dd5893b132fdc46f05be3e014d31f4f9639eaea0a8c6ae02'
 'SKIP')
 validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel 
Pozzi
 


[arch-commits] Commit in (5 files)

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 18:24:10
  Author: nicohood
Revision: 194043

Initital commit of gtk-theme-arc

Added:
  gtk-theme-arc/
  gtk-theme-arc/repos/
  gtk-theme-arc/trunk/
  gtk-theme-arc/trunk/PKGBUILD
Modified:
  create_ap/trunk/PKGBUILD

--+
 create_ap/trunk/PKGBUILD |1 +
 gtk-theme-arc/trunk/PKGBUILD |1 +
 2 files changed, 2 insertions(+)

Modified: create_ap/trunk/PKGBUILD
===
--- create_ap/trunk/PKGBUILD2016-10-30 18:22:28 UTC (rev 194042)
+++ create_ap/trunk/PKGBUILD2016-10-30 18:24:10 UTC (rev 194043)
@@ -1,4 +1,5 @@
 # Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
 # Contributor: Xiaoxiao Pu 
 
 pkgname=create_ap

Index: gtk-theme-arc/trunk/PKGBUILD
===
--- gtk-theme-arc/trunk/PKGBUILD2016-10-30 18:22:28 UTC (rev 194042)
+++ gtk-theme-arc/trunk/PKGBUILD2016-10-30 18:24:10 UTC (rev 194043)

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


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

2016-10-30 Thread Nicola Squartini
Date: Sunday, October 30, 2016 @ 18:22:28
  Author: tensor5
Revision: 194042

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

Added:
  geth/repos/community-i686/
  geth/repos/community-i686/PKGBUILD
(from rev 194041, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/
  geth/repos/community-x86_64/PKGBUILD
(from rev 194041, geth/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   27 +++
 community-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: geth/repos/community-i686/PKGBUILD (from rev 194041, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-30 18:22:28 UTC (rev 194042)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.4.18
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz;)
+sha256sums=('a584b52f432c4171ce3c00ee0742d44ec3dd78796d6f7bb8e4b82f6b3cfa707b')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -dm755 "${pkgdir}"/usr/bin
+install -m755 build/bin/* "${pkgdir}"/usr/bin
+}

Copied: geth/repos/community-x86_64/PKGBUILD (from rev 194041, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-30 18:22:28 UTC (rev 194042)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.4.18
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz;)
+sha256sums=('a584b52f432c4171ce3c00ee0742d44ec3dd78796d6f7bb8e4b82f6b3cfa707b')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -dm755 "${pkgdir}"/usr/bin
+install -m755 build/bin/* "${pkgdir}"/usr/bin
+}


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

2016-10-30 Thread Nicola Squartini
Date: Sunday, October 30, 2016 @ 18:21:35
  Author: tensor5
Revision: 194041

addpkg: geth 1.4.18-1

Added:
  geth/
  geth/repos/
  geth/trunk/
  geth/trunk/PKGBUILD

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

Added: geth/trunk/PKGBUILD
===
--- geth/trunk/PKGBUILD (rev 0)
+++ geth/trunk/PKGBUILD 2016-10-30 18:21:35 UTC (rev 194041)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.4.18
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz;)
+sha256sums=('a584b52f432c4171ce3c00ee0742d44ec3dd78796d6f7bb8e4b82f6b3cfa707b')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -dm755 "${pkgdir}"/usr/bin
+install -m755 build/bin/* "${pkgdir}"/usr/bin
+}


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


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

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 18:10:50
  Author: nicohood
Revision: 194040

archrelease: copy trunk to community-any

Added:
  create_ap/repos/community-any/PKGBUILD
(from rev 194039, create_ap/trunk/PKGBUILD)

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

Copied: create_ap/repos/community-any/PKGBUILD (from rev 194039, 
create_ap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-30 18:10:50 UTC (rev 194040)
@@ -0,0 +1,22 @@
+# Maintainer: NicoHood 
+# Contributor: Xiaoxiao Pu 
+
+pkgname=create_ap
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="A shell script to create a NATed/Bridged Software Access Point"
+arch=('any')
+url="https://github.com/oblique/create_ap;
+license=('BSD')
+depends=('bash' 'hostapd' 'iproute2' 'iw' 'dnsmasq'
+ 'iptables' 'util-linux' 'procps-ng')
+optdepends=('haveged: boost low entropy')
+makedepends=('')
+backup=('etc/create_ap.conf')
+source=("https://github.com/oblique/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('4c252ad17f07a36cee82bb1b6b49d4f7024b32d52e80b4e95d77b70803575005e37ee086c161d12070722de1a250fcb76cca6165792302869fd27b69ceca93b3')
+
+package() {
+make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
+install -Dm 644 "${pkgname}-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 18:09:02
  Author: nicohood
Revision: 194039

added trunk

Added:
  create_ap/trunk/
  create_ap/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2016-10-30 18:09:02 UTC (rev 194039)
@@ -0,0 +1,22 @@
+# Maintainer: NicoHood 
+# Contributor: Xiaoxiao Pu 
+
+pkgname=create_ap
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="A shell script to create a NATed/Bridged Software Access Point"
+arch=('any')
+url="https://github.com/oblique/create_ap;
+license=('BSD')
+depends=('bash' 'hostapd' 'iproute2' 'iw' 'dnsmasq'
+ 'iptables' 'util-linux' 'procps-ng')
+optdepends=('haveged: boost low entropy')
+makedepends=('')
+backup=('etc/create_ap.conf')
+source=("https://github.com/oblique/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('4c252ad17f07a36cee82bb1b6b49d4f7024b32d52e80b4e95d77b70803575005e37ee086c161d12070722de1a250fcb76cca6165792302869fd27b69ceca93b3')
+
+package() {
+make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
+install -Dm 644 "${pkgname}-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-10-30 Thread Anatol Pomozov
Date: Sunday, October 30, 2016 @ 18:02:08
  Author: anatolik
Revision: 194038

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

Added:
  avr-binutils/repos/community-testing-i686/
  avr-binutils/repos/community-testing-i686/PKGBUILD
(from rev 194037, avr-binutils/trunk/PKGBUILD)
  avr-binutils/repos/community-testing-i686/avr-size.patch
(from rev 194037, avr-binutils/trunk/avr-size.patch)
  avr-binutils/repos/community-testing-i686/fix_relaxation.patch
(from rev 194037, avr-binutils/trunk/fix_relaxation.patch)
  avr-binutils/repos/community-testing-x86_64/
  avr-binutils/repos/community-testing-x86_64/PKGBUILD
(from rev 194037, avr-binutils/trunk/PKGBUILD)
  avr-binutils/repos/community-testing-x86_64/avr-size.patch
(from rev 194037, avr-binutils/trunk/avr-size.patch)
  avr-binutils/repos/community-testing-x86_64/fix_relaxation.patch
(from rev 194037, avr-binutils/trunk/fix_relaxation.patch)

---+
 community-testing-i686/PKGBUILD   |   90 
 community-testing-i686/avr-size.patch |  523 
 community-testing-i686/fix_relaxation.patch   |  256 +++
 community-testing-x86_64/PKGBUILD |   90 
 community-testing-x86_64/avr-size.patch   |  523 
 community-testing-x86_64/fix_relaxation.patch |  256 +++
 6 files changed, 1738 insertions(+)

Copied: avr-binutils/repos/community-testing-i686/PKGBUILD (from rev 194037, 
avr-binutils/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-30 18:02:08 UTC (rev 194038)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Brad Fanella 
+# Contributor: Corrado Primier 
+# Contributor: danst0 
+
+# Build order: avr-binutils -> avr-gcc -> avr-libc
+
+pkgname=avr-binutils
+pkgver=2.27
+pkgrel=2
+pkgdesc="A set of programs to assemble and manipulate binary and object files 
for the AVR architecture"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/binutils/;
+license=('GPL')
+depends=('glibc>=2.17' 'zlib' 'binutils')
+options=('!distcc' '!ccache')
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
+avr-size.patch
+# fix for https://bugs.archlinux.org/task/49284
+# from 
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bf1865065f64af2f32798c0327143baf99634e8d
+fix_relaxation.patch)
+sha1sums=('6e472ddae565a2b1447e6f2393809bb8799982cf'
+  'SKIP'
+  'b6d1ff7084b1f0a3fd2dee5383019ffb202e6c9a'
+  '3c43bc9d27ecb2773afd5859864bdfdb2706d7d7')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold
+
+_builddir=binutils-build
+
+prepare() {
+cd ${srcdir}/binutils-${pkgver}
+
+# See https://bugs.archlinux.org/task/32504
+# And https://bugs.archlinux.org/task/40986
+patch -Np0 < ${srcdir}/avr-size.patch
+
+patch -p1 < ${srcdir}/fix_relaxation.patch 
+
+# https://bugs.archlinux.org/task/34629
+sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+
+rm -rf ${srcdir}/${_builddir}
+mkdir ${srcdir}/${_builddir}
+}
+
+build() {
+cd ${srcdir}/binutils-${pkgver}
+
+config_guess=$(./config.guess)
+
+cd ${srcdir}/${_builddir}
+
+${srcdir}/binutils-${pkgver}/configure \
+--prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
+--with-bugurl=https://bugs.archlinux.org/ \
+--enable-ld=default \
+--enable-gold \
+--enable-plugins \
+--enable-threads \
+--with-pic \
+--enable-shared \
+--disable-werror \
+--disable-multilib \
+--build=${config_guess} \
+--target=avr \
+$CONFIGFLAG
+
+# This checks the host environment and makes sure all the necessary tools 
are available to compile Binutils.
+make configure-host
+
+make tooldir=/usr
+}
+
+package() {
+cd ${srcdir}/${_builddir}
+
+make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
+
+for bin in ar as nm objcopy objdump ranlib strip readelf; do
+rm -f ${pkgdir}/usr/bin/${bin}
+done
+
+for info in as bfd binutils gprof ld; do
+mv ${pkgdir}/usr/share/info/${info}.info 
${pkgdir}/usr/share/info/avr-${info}.info
+done
+
+rm -r ${pkgdir}/usr/share/locale
+}

Copied: avr-binutils/repos/community-testing-i686/avr-size.patch (from rev 
194037, avr-binutils/trunk/avr-size.patch)
===
--- community-testing-i686/avr-size.patch   (rev 0)
+++ community-testing-i686/avr-size.patch   2016-10-30 18:02:08 UTC (rev 
194038)
@@ -0,0 +1,523 @@
+AVR only; support -C for AVR 

[arch-commits] Commit in avr-binutils/trunk (PKGBUILD fix_relaxation.patch)

2016-10-30 Thread Anatol Pomozov
Date: Sunday, October 30, 2016 @ 18:01:28
  Author: anatolik
Revision: 194037

FS#49284: cherry-pick upstream fix

Added:
  avr-binutils/trunk/fix_relaxation.patch
Modified:
  avr-binutils/trunk/PKGBUILD

--+
 PKGBUILD |   12 +-
 fix_relaxation.patch |  256 +
 2 files changed, 265 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 17:56:05 UTC (rev 194036)
+++ PKGBUILD2016-10-30 18:01:28 UTC (rev 194037)
@@ -8,7 +8,7 @@
 
 pkgname=avr-binutils
 pkgver=2.27
-pkgrel=1
+pkgrel=2
 pkgdesc="A set of programs to assemble and manipulate binary and object files 
for the AVR architecture"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/binutils/;
@@ -16,10 +16,14 @@
 depends=('glibc>=2.17' 'zlib' 'binutils')
 options=('!distcc' '!ccache')
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
-avr-size.patch)
+avr-size.patch
+# fix for https://bugs.archlinux.org/task/49284
+# from 
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bf1865065f64af2f32798c0327143baf99634e8d
+fix_relaxation.patch)
 sha1sums=('6e472ddae565a2b1447e6f2393809bb8799982cf'
   'SKIP'
-  'b6d1ff7084b1f0a3fd2dee5383019ffb202e6c9a')
+  'b6d1ff7084b1f0a3fd2dee5383019ffb202e6c9a'
+  '3c43bc9d27ecb2773afd5859864bdfdb2706d7d7')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold
 
 _builddir=binutils-build
@@ -31,6 +35,8 @@
 # And https://bugs.archlinux.org/task/40986
 patch -Np0 < ${srcdir}/avr-size.patch
 
+patch -p1 < ${srcdir}/fix_relaxation.patch 
+
 # https://bugs.archlinux.org/task/34629
 sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
 

Added: fix_relaxation.patch
===
--- fix_relaxation.patch(rev 0)
+++ fix_relaxation.patch2016-10-30 18:01:28 UTC (rev 194037)
@@ -0,0 +1,256 @@
+From bf1865065f64af2f32798c0327143baf99634e8d Mon Sep 17 00:00:00 2001
+From: Senthil Kumar Selvaraj 
+Date: Tue, 6 Sep 2016 12:28:37 +0530
+Subject: [PATCH] Fix PR ld/20545 - relaxation bugs in avr backend
+
+Prior to the patch, addends for relocs were being adjusted even if
+they went beyond an alignment boundary. This is wrong - to
+preserve alignment constraints, the relaxation logic adds as many padding
+bytes at the alignment boundary as was deleted, so addends beyond the
+boundary should not be adjusted. avr-prop-7.s reproduces this
+scenario.
+
+Also, prior to this patch, the relaxation logic assumed that the addr
+parameter pointed to the middle of the instruction to be deleted, and
+that addr - count would therefore be the shrinked instruction's
+address. This is true when actually shrinking instructions.
+
+The alignment constraints handling logic also invokes the same logic
+though, with addr as the starting offset of padding bytes and
+with count as the number of bytes to be deleted. Calculating the
+shrinked insn's address as addr - count is obviously wrong in this
+case - that offset would point to count bytes before the last
+non-padded byte. avr-prop-8.s reproduces this scenario.
+
+To fix scenario 1, the patch adds an additional check to ensure reloc addends
+aren't adjusted if they cross a shrink boundary. The shrink boundary
+is either the section size or an alignment boundary. Addends pointing
+at an alignment boundary don't need to be adjusted, as padding would
+occur and keep the boundary the same. Addends pointing at section size
+need to be adjusted though, as no padding occurs and the section size
+itself would get decremented. The patch records whether padding
+occured (did_pad) and uses that to detect and handle this condition.
+
+To fix scenario 2, the patch adds an additional parameter
+(delete_shrinks_insn) to elf32_avr_relax_delete_bytes to distinguish
+instruction bytes deletion from padding bytes deletion. It then uses that to
+correctly set shrinked_insn_address.
+
+bfd/ChangeLog:
+
+2016-09-02  Senthil Kumar Selvaraj  
+
+   PR ld/20545
+   * elf32-avr.c (elf32_avr_relax_delete_bytes): Add parameter
+   delete_shrinks_insn. Modify computation of shrinked_insn_address.
+   Compute shrink_boundary and adjust addend only if
+   addend_within_shrink_boundary.
+   (elf32_avr_relax_section): Modify calls to
+   elf32_avr_relax_delete_bytes to pass extra parameter.
+
+ld/ChangeLog:
+
+2016-09-02  Senthil Kumar Selvaraj  
+
+   PR ld/20545
+   * testsuite/ld-avr/avr-prop-7.d: New test.
+   * testsuite/ld-avr/avr-prop-7.s: New test.
+   * testsuite/ld-avr/avr-prop-8.d: New test.
+   * testsuite/ld-avr/avr-prop-8.s: New test.
+---
+ 

[arch-commits] Commit in lib32-sdl2/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 17:56:05
  Author: alucryd
Revision: 194036

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sdl2/repos/multilib-x86_64/PKGBUILD
(from rev 194035, lib32-sdl2/trunk/PKGBUILD)
Deleted:
  lib32-sdl2/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-30 17:55:49 UTC (rev 194035)
+++ PKGBUILD2016-10-30 17:56:05 UTC (rev 194036)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jameson Pugh 
-# Contributor: J0k3r 
-
-pkgname=lib32-sdl2
-pkgver=2.0.5
-pkgrel=1
-pkgdesc='Simple DirectMedia Layer'
-arch=('x86_64')
-url='http://www.libsdl.org'
-license=('MIT')
-depends=('lib32-libgl' 'lib32-libx11' 'lib32-libxext' 'lib32-libxrender'
- 'sdl2')
-makedepends=('gcc-multilib' 'lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse'
- 'lib32-libxinerama' 'lib32-libxkbcommon' 'lib32-libxrandr'
- 'lib32-wayland')
-optdepends=('lib32-alsa-lib: ALSA audio driver'
-'lib32-libpulse: PulseAudio audio driver')
-source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
-sha256sums=('442038cf55965969f2ff06d976031813de643af9c9edc9e331bd761c242e8785'
-'SKIP')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
-
-build() {
-  cd SDL2-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---enable-{alsa,pulseaudio-shared,sdl-dlopen,video-wayland} \
---disable-{arts,esd,nas} \
---disable-input-tslib \
---disable-rpath
-  make
-}
-
-package() {
-  cd SDL2-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s sdl2 "${pkgdir}"/usr/share/licenses/lib32-sdl2
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-sdl2/repos/multilib-x86_64/PKGBUILD (from rev 194035, 
lib32-sdl2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-30 17:56:05 UTC (rev 194036)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jameson Pugh 
+# Contributor: J0k3r 
+
+pkgname=lib32-sdl2
+pkgver=2.0.5
+pkgrel=2
+pkgdesc='Simple DirectMedia Layer'
+arch=('x86_64')
+url='http://www.libsdl.org'
+license=('MIT')
+depends=('lib32-libgl' 'lib32-libx11' 'lib32-libxext' 'lib32-libxrender'
+ 'sdl2')
+makedepends=('gcc-multilib' 'lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse'
+ 'lib32-libxinerama' 'lib32-libxkbcommon' 'lib32-libxrandr'
+ 'lib32-wayland' 'wayland-protocols')
+optdepends=('lib32-alsa-lib: ALSA audio driver'
+'lib32-libpulse: PulseAudio audio driver')
+source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
+sha256sums=('442038cf55965969f2ff06d976031813de643af9c9edc9e331bd761c242e8785'
+'SKIP')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
+
+build() {
+  cd SDL2-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--enable-{alsa,pulseaudio-shared,sdl-dlopen,video-wayland} \
+--disable-{arts,esd,nas} \
+--disable-rpath
+  make
+}
+
+package() {
+  cd SDL2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s sdl2 "${pkgdir}"/usr/share/licenses/lib32-sdl2
+}
+
+# vim: ts=2 sw=2 et:


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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 17:55:49
  Author: alucryd
Revision: 194035

FS#51589: lib32-sdl2 2.0.5-2

Modified:
  lib32-sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 17:52:26 UTC (rev 194034)
+++ PKGBUILD2016-10-30 17:55:49 UTC (rev 194035)
@@ -5,7 +5,7 @@
 
 pkgname=lib32-sdl2
 pkgver=2.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple DirectMedia Layer'
 arch=('x86_64')
 url='http://www.libsdl.org'
@@ -14,7 +14,7 @@
  'sdl2')
 makedepends=('gcc-multilib' 'lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse'
  'lib32-libxinerama' 'lib32-libxkbcommon' 'lib32-libxrandr'
- 'lib32-wayland')
+ 'lib32-wayland' 'wayland-protocols')
 optdepends=('lib32-alsa-lib: ALSA audio driver'
 'lib32-libpulse: PulseAudio audio driver')
 source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
@@ -34,7 +34,6 @@
 --libdir='/usr/lib32' \
 --enable-{alsa,pulseaudio-shared,sdl-dlopen,video-wayland} \
 --disable-{arts,esd,nas} \
---disable-input-tslib \
 --disable-rpath
   make
 }


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

2016-10-30 Thread Nicola Squartini
Date: Sunday, October 30, 2016 @ 17:52:26
  Author: tensor5
Revision: 194034

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

Added:
  solidity/repos/community-i686/
  solidity/repos/community-i686/PKGBUILD
(from rev 194033, solidity/trunk/PKGBUILD)
  solidity/repos/community-x86_64/
  solidity/repos/community-x86_64/PKGBUILD
(from rev 194033, solidity/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   32 
 community-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: solidity/repos/community-i686/PKGBUILD (from rev 194033, 
solidity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-30 17:52:26 UTC (rev 194034)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('i686' 'x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('boost-libs' 'jsoncpp')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#tag=v${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 194033, 
solidity/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-30 17:52:26 UTC (rev 194034)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('i686' 'x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('boost-libs' 'jsoncpp')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#tag=v${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in renpy/repos (20 files)

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 17:51:38
  Author: alucryd
Revision: 194033

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

Added:
  renpy/repos/community-i686/PKGBUILD
(from rev 194032, renpy/trunk/PKGBUILD)
  renpy/repos/community-i686/renpy
(from rev 194032, renpy/trunk/renpy)
  renpy/repos/community-i686/renpy-ffmpeg30.patch
(from rev 194032, renpy/trunk/renpy-ffmpeg30.patch)
  renpy/repos/community-i686/renpy.desktop
(from rev 194032, renpy/trunk/renpy.desktop)
  renpy/repos/community-i686/renpy.png
(from rev 194032, renpy/trunk/renpy.png)
  renpy/repos/community-x86_64/PKGBUILD
(from rev 194032, renpy/trunk/PKGBUILD)
  renpy/repos/community-x86_64/renpy
(from rev 194032, renpy/trunk/renpy)
  renpy/repos/community-x86_64/renpy-ffmpeg30.patch
(from rev 194032, renpy/trunk/renpy-ffmpeg30.patch)
  renpy/repos/community-x86_64/renpy.desktop
(from rev 194032, renpy/trunk/renpy.desktop)
  renpy/repos/community-x86_64/renpy.png
(from rev 194032, renpy/trunk/renpy.png)
Deleted:
  renpy/repos/community-i686/PKGBUILD
  renpy/repos/community-i686/renpy
  renpy/repos/community-i686/renpy-ffmpeg30.patch
  renpy/repos/community-i686/renpy.desktop
  renpy/repos/community-i686/renpy.png
  renpy/repos/community-x86_64/PKGBUILD
  renpy/repos/community-x86_64/renpy
  renpy/repos/community-x86_64/renpy-ffmpeg30.patch
  renpy/repos/community-x86_64/renpy.desktop
  renpy/repos/community-x86_64/renpy.png

---+
 /PKGBUILD |  150 +
 /renpy|6 +
 /renpy-ffmpeg30.patch |  188 
 /renpy.desktop|   18 +++
 community-i686/PKGBUILD   |   78 -
 community-i686/renpy  |3 
 community-i686/renpy-ffmpeg30.patch   |   94 
 community-i686/renpy.desktop  |9 -
 community-x86_64/PKGBUILD |   78 -
 community-x86_64/renpy|3 
 community-x86_64/renpy-ffmpeg30.patch |   94 
 community-x86_64/renpy.desktop|9 -
 12 files changed, 362 insertions(+), 368 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-30 17:51:14 UTC (rev 194032)
+++ community-i686/PKGBUILD 2016-10-30 17:51:38 UTC (rev 194033)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Cravix 
-# Contributor: AlexanderR 
-# Contributor: zhn 
-
-pkgbase=renpy
-pkgname=('renpy' 'renpy-demos')
-pkgver=6.99.8
-pkgrel=3
-pkgdesc="The Ren'Py Visual Novel Engine"
-arch=('i686' 'x86_64')
-url='http://www.renpy.org'
-license=('MIT')
-depends=('ffmpeg' 'glew' 'python2-pygame-sdl2')
-makedepends=('cython2')
-source=("http://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2;
-'renpy'
-'renpy.desktop'
-'renpy.png'
-'renpy-ffmpeg30.patch')
-sha256sums=('0eb0c763bf7e977db06039c69751f1ed5e69c4b738f7f6d975e99e8729eff58e'
-'d12cccb8d5acbe28f6740d7efc58ceb78fb4f303a50724a43c47812d51897c6a'
-'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
-'611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5'
-'c2d27a3f6b74f874a790ce6c12e9d4b718784478d8a8aa23c879d186f60a25ab')
-
-prepare() {
-  cd renpy-${pkgver}-source
-
-  patch -Np1 -i ../renpy-ffmpeg30.patch
-  sed 's/python/python2/' -i renpy.py launcher/game/tkaskdir.py
-}
-
-build() {
-  cd renpy-${pkgver}-source
-
-  export RENPY_CYTHON='cython2'
-
-  python2 module/setup.py build
-}
-
-package_renpy() {
-  optdepends=('renpy-demos: Tutorial and The Question demos'
-  'tk: Set projects directory')
-  replaces=('python-renpy' 'python2-renpy')
-
-  cd renpy-${pkgver}-source
-
-  python2 module/setup.py install --root="${pkgdir}" --prefix='/usr' 
--optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps,renpy,doc}}
-
-  cp -dr --no-preserve='ownership' doc launcher renpy renpy.py templates 
"${pkgdir}"/usr/share/renpy/
-  ln -s /usr/share/renpy/doc "${pkgdir}"/usr/share/doc/renpy
-
-  install -m 755 ../renpy "${pkgdir}"/usr/bin/
-  install -m 644 ../renpy.desktop "${pkgdir}"/usr/share/applications/
-  install -m 644 ../renpy.png "${pkgdir}"/usr/share/pixmaps/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/renpy
-  install -m 644 LICENSE.txt "${pkgdir}"/usr/share/licenses/renpy/
-}
-
-package_renpy-demos() {
-  depends=('renpy')
-
-  cd renpy-${pkgver}-source
-
-  install -dm 755 "${pkgdir}"/usr/share/renpy
-
-  cp -dr --no-preserve='ownership' the_question tutorial 
"${pkgdir}"/usr/share/renpy/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s renpy "${pkgdir}"/usr/share/licenses/renpy-demos
-}
-
-# 

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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 17:51:14
  Author: alucryd
Revision: 194032

upgpkg: renpy 6.99.11-1

Modified:
  renpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 17:49:33 UTC (rev 194031)
+++ PKGBUILD2016-10-30 17:51:14 UTC (rev 194032)
@@ -6,8 +6,8 @@
 
 pkgbase=renpy
 pkgname=('renpy' 'renpy-demos')
-pkgver=6.99.8
-pkgrel=3
+pkgver=6.99.11
+pkgrel=1
 pkgdesc="The Ren'Py Visual Novel Engine"
 arch=('i686' 'x86_64')
 url='http://www.renpy.org'
@@ -17,18 +17,15 @@
 source=("http://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2;
 'renpy'
 'renpy.desktop'
-'renpy.png'
-'renpy-ffmpeg30.patch')
-sha256sums=('0eb0c763bf7e977db06039c69751f1ed5e69c4b738f7f6d975e99e8729eff58e'
+'renpy.png')
+sha256sums=('25237ff5cf1960d8772ae803f0ecb7b45b993953ed2ccb8d6d7b1d7755b55bad'
 'd12cccb8d5acbe28f6740d7efc58ceb78fb4f303a50724a43c47812d51897c6a'
 'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
-'611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5'
-'c2d27a3f6b74f874a790ce6c12e9d4b718784478d8a8aa23c879d186f60a25ab')
+'611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5')
 
 prepare() {
   cd renpy-${pkgver}-source
 
-  patch -Np1 -i ../renpy-ffmpeg30.patch
   sed 's/python/python2/' -i renpy.py launcher/game/tkaskdir.py
 }
 


[arch-commits] Commit in (4 files)

2016-10-30 Thread Nicola Squartini
Date: Sunday, October 30, 2016 @ 17:49:33
  Author: tensor5
Revision: 194031

addpkg: solidity 0.4.3-1

Added:
  solidity/
  solidity/repos/
  solidity/trunk/
  solidity/trunk/PKGBUILD

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

Added: solidity/trunk/PKGBUILD
===
--- solidity/trunk/PKGBUILD (rev 0)
+++ solidity/trunk/PKGBUILD 2016-10-30 17:49:33 UTC (rev 194031)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('i686' 'x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('boost-libs' 'jsoncpp')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#tag=v${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}


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


[arch-commits] Commit in python2-pygame-sdl2/repos (8 files)

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 17:26:11
  Author: alucryd
Revision: 194030

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

Added:
  python2-pygame-sdl2/repos/community-i686/PKGBUILD
(from rev 194029, python2-pygame-sdl2/trunk/PKGBUILD)
  python2-pygame-sdl2/repos/community-i686/cython.patch
(from rev 194029, python2-pygame-sdl2/trunk/cython.patch)
  python2-pygame-sdl2/repos/community-x86_64/PKGBUILD
(from rev 194029, python2-pygame-sdl2/trunk/PKGBUILD)
  python2-pygame-sdl2/repos/community-x86_64/cython.patch
(from rev 194029, python2-pygame-sdl2/trunk/cython.patch)
Deleted:
  python2-pygame-sdl2/repos/community-i686/PKGBUILD
  python2-pygame-sdl2/repos/community-i686/cython.patch
  python2-pygame-sdl2/repos/community-x86_64/PKGBUILD
  python2-pygame-sdl2/repos/community-x86_64/cython.patch

---+
 /PKGBUILD |   96 
 /cython.patch |   24 ++
 community-i686/PKGBUILD   |   40 
 community-i686/cython.patch   |   12 -
 community-x86_64/PKGBUILD |   40 
 community-x86_64/cython.patch |   12 -
 6 files changed, 120 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-30 17:25:58 UTC (rev 194029)
+++ community-i686/PKGBUILD 2016-10-30 17:26:11 UTC (rev 194030)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Cravix 
-
-pkgname=python2-pygame-sdl2
-pkgver=6.99.8
-pkgrel=1
-pkgdesc='Reimplementation of portions of the pygame API using SDL2'
-arch=('i686' 'x86_64')
-url='https://github.com/renpy/pygame_sdl2'
-license=('LGPL2.1' 'zlib')
-depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
-makedepends=('cython2')
-source=("http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2;
-'cython.patch')
-sha256sums=('cf6c5acd21af92554c404a24d66af9292f126e10d0d8eea1f7d44432e80b0942'
-'fe2ec4d8ee72c3607ac9e02bf309f069c2b289b5f3d43483db145d741b01')
-
-prepare() {
-  cd pygame-sdl2-for-renpy-${pkgver}
-
-  patch -Np1 -i ../cython.patch
-}
-
-build() {
-  cd pygame-sdl2-for-renpy-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd pygame-sdl2-for-renpy-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2
-  install -m 644 COPYING.ZLIB 
"${pkgdir}"/usr/share/licenses/python2-pygame-sdl2/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-pygame-sdl2/repos/community-i686/PKGBUILD (from rev 194029, 
python2-pygame-sdl2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-30 17:26:11 UTC (rev 194030)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Cravix 
+
+pkgname=python2-pygame-sdl2
+pkgver=2.1.0.r317.907e2eb
+pkgrel=1
+epoch=1
+pkgdesc='Reimplementation of portions of the pygame API using SDL2'
+arch=('i686' 'x86_64')
+url='https://github.com/renpy/pygame_sdl2'
+license=('LGPL2.1' 'zlib')
+depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
+makedepends=('cython2' 'git')
+_commit='907e2ebf7f72c88c83b2575340861b6c9cbc569a'
+source=("git+https://github.com/renpy/pygame_sdl2.git#commit=${_commit};
+'cython.patch')
+sha256sums=('SKIP'
+'fe2ec4d8ee72c3607ac9e02bf309f069c2b289b5f3d43483db145d741b01')
+
+pkgver() {
+  cd pygame_sdl2
+
+ echo "2.1.0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+}
+
+prepare() {
+  cd pygame_sdl2
+
+  patch -Np1 -i ../cython.patch
+}
+
+build() {
+  cd pygame_sdl2
+
+  python2 setup.py build
+}
+
+package() {
+  cd pygame_sdl2
+
+  python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2
+  install -m 644 COPYING.ZLIB 
"${pkgdir}"/usr/share/licenses/python2-pygame-sdl2/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/cython.patch
===
--- community-i686/cython.patch 2016-10-30 17:25:58 UTC (rev 194029)
+++ community-i686/cython.patch 2016-10-30 17:26:11 UTC (rev 194030)
@@ -1,12 +0,0 @@
-diff -rupN pygame-sdl2-for-renpy-6.99.8.orig/setuplib.py 
pygame-sdl2-for-renpy-6.99.8/setuplib.py
 pygame-sdl2-for-renpy-6.99.8.orig/setuplib.py  2015-12-26 
17:20:24.573648895 +0100
-+++ pygame-sdl2-for-renpy-6.99.8/setuplib.py   2015-12-26 17:20:42.733819376 
+0100
-@@ -58,7 +58,7 @@ windows = platform.win32_ver()[0]
- if windows:
- cython_command = os.path.join(os.path.dirname(sys.executable), "Scripts", 
"cython.exe")
- else:
--cython_command = "cython"
-+

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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 17:25:58
  Author: alucryd
Revision: 194029

upgpkg: python2-pygame-sdl2 1:2.1.0.r317.907e2eb-1

Modified:
  python2-pygame-sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 16:53:54 UTC (rev 194028)
+++ PKGBUILD2016-10-30 17:25:58 UTC (rev 194029)
@@ -3,33 +3,41 @@
 # Contributor: Cravix 
 
 pkgname=python2-pygame-sdl2
-pkgver=6.99.8
+pkgver=2.1.0.r317.907e2eb
 pkgrel=1
+epoch=1
 pkgdesc='Reimplementation of portions of the pygame API using SDL2'
 arch=('i686' 'x86_64')
 url='https://github.com/renpy/pygame_sdl2'
 license=('LGPL2.1' 'zlib')
 depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
-makedepends=('cython2')
-source=("http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2;
+makedepends=('cython2' 'git')
+_commit='907e2ebf7f72c88c83b2575340861b6c9cbc569a'
+source=("git+https://github.com/renpy/pygame_sdl2.git#commit=${_commit};
 'cython.patch')
-sha256sums=('cf6c5acd21af92554c404a24d66af9292f126e10d0d8eea1f7d44432e80b0942'
+sha256sums=('SKIP'
 'fe2ec4d8ee72c3607ac9e02bf309f069c2b289b5f3d43483db145d741b01')
 
+pkgver() {
+  cd pygame_sdl2
+
+ echo "2.1.0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+}
+
 prepare() {
-  cd pygame-sdl2-for-renpy-${pkgver}
+  cd pygame_sdl2
 
   patch -Np1 -i ../cython.patch
 }
 
 build() {
-  cd pygame-sdl2-for-renpy-${pkgver}
+  cd pygame_sdl2
 
   python2 setup.py build
 }
 
 package() {
-  cd pygame-sdl2-for-renpy-${pkgver}
+  cd pygame_sdl2
 
   python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1'
 


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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 16:51:07
  Author: alucryd
Revision: 194026

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

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

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

Copied: mpv/repos/community-staging-i686/PKGBUILD (from rev 194025, 
mpv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-30 16:51:07 UTC (rev 194026)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+pkgver=0.21.0
+pkgrel=2
+_waf_version=1.8.12
+pkgdesc='a free, open source, and cross-platform media player'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libxrandr' 'jack' 'smbclient' 'rubberband'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
+  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version};)
+sha256sums=('d05f8ece859c500ef1649cdfea911ec1529df1898b8fda3e217766dc28dc9bd3'
+  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  install -m755 "${srcdir}"/waf-${_waf_version} waf
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-cdda \
+--enable-encoding \
+--enable-libmpv-shared \
+--enable-zsh-comp
+
+  ./waf build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf install --destdir="$pkgdir"
+
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Copied: mpv/repos/community-staging-x86_64/PKGBUILD (from rev 194025, 
mpv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-30 16:51:07 UTC (rev 194026)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+pkgver=0.21.0
+pkgrel=2
+_waf_version=1.8.12
+pkgdesc='a free, open source, and cross-platform media player'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libxrandr' 'jack' 'smbclient' 'rubberband'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
+  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version};)
+sha256sums=('d05f8ece859c500ef1649cdfea911ec1529df1898b8fda3e217766dc28dc9bd3'
+  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  install -m755 "${srcdir}"/waf-${_waf_version} waf
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-cdda \
+--enable-encoding \
+--enable-libmpv-shared \
+--enable-zsh-comp
+
+  ./waf build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf install --destdir="$pkgdir"
+
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}


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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 16:50:48
  Author: alucryd
Revision: 194025

ffmpeg 3.2 rebuild: mpv 1:0.21.0-2

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 16:20:35 UTC (rev 194024)
+++ PKGBUILD2016-10-30 16:50:48 UTC (rev 194025)
@@ -6,7 +6,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.21.0
-pkgrel=1
+pkgrel=2
 _waf_version=1.8.12
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('i686' 'x86_64')


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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 16:36:28
  Author: alucryd
Revision: 279476

upgpkg: ffmpeg 1:3.2-2

Replace sdl with sdl2 and add more sodepends

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 16:11:21 UTC (rev 279475)
+++ PKGBUILD2016-10-30 16:36:28 UTC (rev 279476)
@@ -7,19 +7,20 @@
 
 pkgname=ffmpeg
 pkgver=3.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
 url='http://ffmpeg.org/'
 license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'jack'
- 'lame' 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
- 'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
- 'opencore-amr' 'openjpeg2' 'opus' 'schroedinger' 'sdl' 'speex'
- 'v4l-utils' 'xvidcore' 'zlib'
- 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
- 'libx264.so' 'libx265.so' 'libnetcdf.so')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+ 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
+ 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
+ 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
+ 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
+ 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
+ 'libx264.so' 'libx265.so' 'libxvidcore.so')
 makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'


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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 16:36:43
  Author: alucryd
Revision: 279477

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

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

-+
 /PKGBUILD   |  184 ++
 staging-i686/PKGBUILD   |   91 --
 staging-x86_64/PKGBUILD |   91 --
 3 files changed, 184 insertions(+), 182 deletions(-)

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

Copied: ffmpeg/repos/staging-i686/PKGBUILD (from rev 279476, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-10-30 16:36:43 UTC (rev 279477)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=3.2
+pkgrel=2
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+ 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
+ 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
+ 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
+ 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
+ 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
+ 

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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 16:20:35
  Author: alucryd
Revision: 194024

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

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

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

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

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


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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 16:20:23
  Author: alucryd
Revision: 194023

ffmpeg 3.2 rebuild: ffms2 2.23-2

Modified:
  ffms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 16:05:18 UTC (rev 194022)
+++ PKGBUILD2016-10-30 16:20:23 UTC (rev 194023)
@@ -3,7 +3,7 @@
 
 pkgname=ffms2
 pkgver=2.23
-pkgrel=1
+pkgrel=2
 pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
 arch=('i686' 'x86_64')
 url='https://github.com/FFMS/ffms2'


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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 16:11:21
  Author: alucryd
Revision: 279475

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

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

-+
 staging-i686/PKGBUILD   |   91 ++
 staging-x86_64/PKGBUILD |   91 ++
 2 files changed, 182 insertions(+)

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

Copied: ffmpeg/repos/staging-x86_64/PKGBUILD (from rev 279474, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-10-30 16:11:21 UTC (rev 279475)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=3.2
+pkgrel=1
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'jack'
+ 'lame' 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
+ 'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
+ 'opencore-amr' 'openjpeg2' 'opus' 'schroedinger' 'sdl' 'speex'
+ 'v4l-utils' 'xvidcore' 'zlib'
+ 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
+ 'libx264.so' 'libx265.so' 'libnetcdf.so')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 

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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 16:11:06
  Author: alucryd
Revision: 279474

upgpkg: ffmpeg 1:3.2-1

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 11:11:27 UTC (rev 279473)
+++ PKGBUILD2016-10-30 16:11:06 UTC (rev 279474)
@@ -6,7 +6,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.1.5
+pkgver=3.2
 pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
@@ -16,7 +16,7 @@
 depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'jack'
  'lame' 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
  'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
- 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
+ 'opencore-amr' 'openjpeg2' 'opus' 'schroedinger' 'sdl' 'speex'
  'v4l-utils' 'xvidcore' 'zlib'
  'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
  'libx264.so' 'libx265.so' 'libnetcdf.so')
@@ -27,7 +27,7 @@
   'libswscale.so')
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('49cc3105f7891c5637f8fabb1b75ebb19c9b5123b311a3ccc6182aa35d58b89a'
+sha256sums=('88f70c1b8cab108f494ecbab5ba302cdb35d59a84cea88008b5fe49be068d5da'
 'SKIP')
 
 build() {


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

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 16:05:18
  Author: arodseth
Revision: 194022

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-30 16:03:46 UTC (rev 194021)
+++ community-i686/PKGBUILD 2016-10-30 16:05:18 UTC (rev 194022)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=libgexiv2
-pkgver=0.10.3
-pkgrel=4
-pkgdesc='GObject-based wrapper around the Exiv2 library'
-url='https://wiki.gnome.org/Projects/gexiv2'
-arch=('x86_64' 'i686')
-license=('GPL2')
-depends=('exiv2' 'glib2')
-makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection')
-source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz;)
-sha256sums=('390cfb966197fa9f3f32200bc578d7c7f3560358c235e6419657206a362d3988')
-
-build() {
-  cd "${pkgname/lib/}-$pkgver"
-
-  # In order for the build process to include any python-related files,
-  # 'import gi; print(gi._overridesdir)' must work with either python or
-  # python2. The gi module is provided by python-gobject and python2-gobject.
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgexiv2/repos/community-i686/PKGBUILD (from rev 194021, 
libgexiv2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-30 16:05:18 UTC (rev 194022)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=libgexiv2
+pkgver=0.10.4
+pkgrel=1
+pkgdesc='GObject-based wrapper around the Exiv2 library'
+url='https://wiki.gnome.org/Projects/gexiv2'
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('exiv2' 'glib2')
+makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection')
+source=("https://download.gnome.org/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz;)
+sha256sums=('ad8d31afdc0a1932cc44c4cfcea449497c0d0b445c0ad2f9735707b306e71ca4')
+
+build() {
+  cd "${pkgname/lib/}-$pkgver"
+
+  # In order for the build process to include any python-related files,
+  # 'import gi; print(gi._overridesdir)' must work with either python or
+  # python2. The gi module is provided by python-gobject and python2-gobject.
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-30 16:03:46 UTC (rev 194021)
+++ community-x86_64/PKGBUILD   2016-10-30 16:05:18 UTC (rev 194022)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=libgexiv2
-pkgver=0.10.3
-pkgrel=4
-pkgdesc='GObject-based wrapper around the Exiv2 library'
-url='https://wiki.gnome.org/Projects/gexiv2'
-arch=('x86_64' 'i686')
-license=('GPL2')
-depends=('exiv2' 'glib2')
-makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection')
-source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz;)
-sha256sums=('390cfb966197fa9f3f32200bc578d7c7f3560358c235e6419657206a362d3988')
-
-build() {
-  cd "${pkgname/lib/}-$pkgver"
-
-  # In order for the build process to include any python-related files,
-  # 'import gi; print(gi._overridesdir)' must work with either python or
-  # python2. The gi module is provided by python-gobject and python2-gobject.
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgexiv2/repos/community-x86_64/PKGBUILD (from rev 194021, 
libgexiv2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-30 16:05:18 UTC (rev 194022)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander F 

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

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 16:03:46
  Author: arodseth
Revision: 194021

upgpkg: libgexiv2 0.10.4-1

Modified:
  libgexiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 15:59:15 UTC (rev 194020)
+++ PKGBUILD2016-10-30 16:03:46 UTC (rev 194021)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Ionut Biru 
 
 pkgname=libgexiv2
-pkgver=0.10.3
-pkgrel=4
+pkgver=0.10.4
+pkgrel=1
 pkgdesc='GObject-based wrapper around the Exiv2 library'
 url='https://wiki.gnome.org/Projects/gexiv2'
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 depends=('exiv2' 'glib2')
 makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection')
 
source=("https://download.gnome.org/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz;)
-sha256sums=('390cfb966197fa9f3f32200bc578d7c7f3560358c235e6419657206a362d3988')
+sha256sums=('ad8d31afdc0a1932cc44c4cfcea449497c0d0b445c0ad2f9735707b306e71ca4')
 
 build() {
   cd "${pkgname/lib/}-$pkgver"


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

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 15:59:15
  Author: arodseth
Revision: 194020

Add svn id tag

Modified:
  xdo/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 15:53:15 UTC (rev 194019)
+++ PKGBUILD2016-10-30 15:59:15 UTC (rev 194020)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 194006 2016-10-30 14:58:09Z arodseth $
+# $Id$
 # Maintainer: Alexander F Rødseth 
 # Contributor: Thomas Berryhill 
 # Contributor: Bastien Dejean 


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


[arch-commits] Commit in xdo/repos (community-i686/PKGBUILD community-x86_64/PKGBUILD)

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 15:53:15
  Author: arodseth
Revision: 194019

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

Added:
  xdo/repos/community-i686/PKGBUILD
(from rev 194018, xdo/trunk/PKGBUILD)
  xdo/repos/community-x86_64/PKGBUILD
(from rev 194018, xdo/trunk/PKGBUILD)

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

Copied: xdo/repos/community-i686/PKGBUILD (from rev 194018, xdo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-30 15:53:15 UTC (rev 194019)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 194006 2016-10-30 14:58:09Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Thomas Berryhill 
+# Contributor: Bastien Dejean 
+
+pkgname=xdo
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Utility for performing actions on windows in X'
+arch=('x86_64' 'i686')
+url='https://github.com/baskerville/xdo'
+license=('BSD')
+depends=('libxcb' 'xcb-util-wm')
+makedepends=('git')
+source=("git://github.com/baskerville/xdo.git#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C xdo PREFIX=/usr
+}
+
+package() {
+  make -C xdo PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 xdo/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/baskerville/xdo/blob/master/VERSION
+# vim:set ts=2 sw=2 et:

Copied: xdo/repos/community-x86_64/PKGBUILD (from rev 194018, 
xdo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-30 15:53:15 UTC (rev 194019)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 194006 2016-10-30 14:58:09Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Thomas Berryhill 
+# Contributor: Bastien Dejean 
+
+pkgname=xdo
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Utility for performing actions on windows in X'
+arch=('x86_64' 'i686')
+url='https://github.com/baskerville/xdo'
+license=('BSD')
+depends=('libxcb' 'xcb-util-wm')
+makedepends=('git')
+source=("git://github.com/baskerville/xdo.git#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C xdo PREFIX=/usr
+}
+
+package() {
+  make -C xdo PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 xdo/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/baskerville/xdo/blob/master/VERSION
+# vim:set ts=2 sw=2 et:


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

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 15:51:45
  Author: arodseth
Revision: 194018

upgpkg: xdo 0.5.3-1

Modified:
  xdo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 15:50:38 UTC (rev 194017)
+++ PKGBUILD2016-10-30 15:51:45 UTC (rev 194018)
@@ -20,7 +20,7 @@
 }
 
 package() {
-  make -C xdo DESTDIR="$pkgdir" install
+  make -C xdo PREFIX=/usr DESTDIR="$pkgdir" install
   install -Dm644 xdo/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 


[arch-commits] Commit in (6 files)

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 15:50:38
  Author: arodseth
Revision: 194017

Needed by bspwm

Added:
  xdo/
  xdo/repos/
  xdo/repos/community-i686/
  xdo/repos/community-x86_64/
  xdo/trunk/
  xdo/trunk/PKGBUILD

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

Added: xdo/trunk/PKGBUILD
===
--- xdo/trunk/PKGBUILD  (rev 0)
+++ xdo/trunk/PKGBUILD  2016-10-30 15:50:38 UTC (rev 194017)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 194006 2016-10-30 14:58:09Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Thomas Berryhill 
+# Contributor: Bastien Dejean 
+
+pkgname=xdo
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Utility for performing actions on windows in X'
+arch=('x86_64' 'i686')
+url='https://github.com/baskerville/xdo'
+license=('BSD')
+depends=('libxcb' 'xcb-util-wm')
+makedepends=('git')
+source=("git://github.com/baskerville/xdo.git#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C xdo PREFIX=/usr
+}
+
+package() {
+  make -C xdo DESTDIR="$pkgdir" install
+  install -Dm644 xdo/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/baskerville/xdo/blob/master/VERSION
+# vim:set ts=2 sw=2 et:


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

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 15:46:02
  Author: arodseth
Revision: 194016

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-30 15:44:16 UTC (rev 194015)
+++ community-i686/PKGBUILD 2016-10-30 15:46:02 UTC (rev 194016)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bastien Dejean 
-
-pkgname=bspwm
-pkgver=0.9.1
-pkgrel=2
-pkgdesc='Tiling window manager based on binary space partitioning'
-arch=('x86_64' 'i686')
-url='https://github.com/baskerville/bspwm'
-license=('custom:BSD')
-depends=('libxcb' 'xcb-util' 'xcb-util-wm')
-makedepends=('git')
-optdepends=('sxhkd: to define keyboard and pointer bindings'
-'terminus-font: for the example panel'
-'bar-aint-recursive: for the example panel'
-'xtitle: for the example panel'
-'sutils: for the example panel')
-source=("git://github.com/baskerville/$pkgname#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  make -C "$pkgname" PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname"
-
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1
-# vim:set ts=2 sw=2 et:

Copied: bspwm/repos/community-i686/PKGBUILD (from rev 194015, 
bspwm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-30 15:46:02 UTC (rev 194016)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bastien Dejean 
+
+pkgname=bspwm
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Tiling window manager based on binary space partitioning'
+arch=('x86_64' 'i686')
+url='https://github.com/baskerville/bspwm'
+license=('custom:BSD')
+depends=('bash' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
+makedepends=('git')
+optdepends=('sxhkd: to define keyboard and pointer bindings'
+'bar-aint-recursive: for the example panel'
+'xtitle: for the example panel'
+'sutils: for the example panel'
+'xdo: for the example panel')
+source=("git://github.com/baskerville/$pkgname#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname" PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname"
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-30 15:44:16 UTC (rev 194015)
+++ community-x86_64/PKGBUILD   2016-10-30 15:46:02 UTC (rev 194016)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bastien Dejean 
-
-pkgname=bspwm
-pkgver=0.9.1
-pkgrel=2
-pkgdesc='Tiling window manager based on binary space partitioning'
-arch=('x86_64' 'i686')
-url='https://github.com/baskerville/bspwm'
-license=('custom:BSD')
-depends=('libxcb' 'xcb-util' 'xcb-util-wm')
-makedepends=('git')
-optdepends=('sxhkd: to define keyboard and pointer bindings'
-'terminus-font: for the example panel'
-'bar-aint-recursive: for the example panel'
-'xtitle: for the example panel'
-'sutils: for the example panel')
-source=("git://github.com/baskerville/$pkgname#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  make -C "$pkgname" PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname"
-
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1
-# vim:set ts=2 sw=2 et:

Copied: bspwm/repos/community-x86_64/PKGBUILD (from rev 194015, 
bspwm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-30 15:46:02 UTC (rev 194016)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 

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

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 15:44:16
  Author: arodseth
Revision: 194015

upgpkg: bspwm 0.9.2-1

Modified:
  bspwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 15:27:15 UTC (rev 194014)
+++ PKGBUILD2016-10-30 15:44:16 UTC (rev 194015)
@@ -3,19 +3,19 @@
 # Contributor: Bastien Dejean 
 
 pkgname=bspwm
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=('x86_64' 'i686')
 url='https://github.com/baskerville/bspwm'
 license=('custom:BSD')
-depends=('libxcb' 'xcb-util' 'xcb-util-wm')
+depends=('bash' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
 makedepends=('git')
 optdepends=('sxhkd: to define keyboard and pointer bindings'
-'terminus-font: for the example panel'
 'bar-aint-recursive: for the example panel'
 'xtitle: for the example panel'
-'sutils: for the example panel')
+'sutils: for the example panel'
+'xdo: for the example panel')
 source=("git://github.com/baskerville/$pkgname#tag=$pkgver")
 md5sums=('SKIP')
 


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

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 15:27:15
  Author: arodseth
Revision: 194014

archrelease: copy trunk to community-any

Added:
  setconf/repos/community-any/PKGBUILD
(from rev 194013, setconf/trunk/PKGBUILD)

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

Copied: setconf/repos/community-any/PKGBUILD (from rev 194013, 
setconf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-30 15:27:15 UTC (rev 194014)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=setconf
+pkgver=0.7.4
+pkgrel=1
+pkgdesc='Utility for easily changing settings in configuration files'
+arch=('any')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('python')
+source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
+sha256sums=('6368a5785e56ac1c697332e318e1346421278ad22112775c16017c82c0937aea')
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 15:19:42
  Author: arodseth
Revision: 194013

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-30 15:18:10 UTC (rev 194012)
+++ community-i686/PKGBUILD 2016-10-30 15:19:42 UTC (rev 194013)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Thomas S Hatch 
-# Contributor: Corrado 'bardo' Primier 
-# Contributor: Jochem Kossen 
-# Contributor: Daniel J Griffiths 
-
-pkgname=scite
-pkgver=3.6.6
-pkgrel=1
-pkgdesc='Editor with facilities for building and running programs'
-arch=('x86_64' 'i686')
-url='http://www.scintilla.org/SciTE.html'
-license=('custom:scite')
-depends=('gtk2')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('22218673f53bc587c1cb8d9ddc5c3058a9906c2a530d9270f31f943625e0dffa')
-
-prepare() {
-  if [ $?CXXBASEFLAGS == 1 ]; then
-sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
-setconf scite/gtk/makefile CXXTFLAGS "-DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)"
-  fi
-  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
-  setconf scintilla/gtk/makefile CXXFLAGS \
-"-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)"
-  setconf scintilla/gtk/makefile CXXBASEFLAGS \
-"-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)"
-}
-
-build() {
-  make -C "scintilla/gtk"
-  make -C "$pkgname/gtk"
-}
-
-package() {
-  make -C "$pkgname/gtk" DESTDIR="$pkgdir" install
-  install -Dm644 "$pkgname/License.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite"
-  install -Dm644 "scintilla/License.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla"
-  ln -sf "/usr/bin/SciTE" "$pkgdir/usr/bin/scite"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scite/repos/community-i686/PKGBUILD (from rev 194012, 
scite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-30 15:19:42 UTC (rev 194013)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Thomas S Hatch 
+# Contributor: Corrado 'bardo' Primier 
+# Contributor: Jochem Kossen 
+# Contributor: Daniel J Griffiths 
+
+pkgname=scite
+pkgver=3.7.0
+pkgrel=1
+pkgdesc='Editor with facilities for building and running programs'
+arch=('x86_64' 'i686')
+url='http://www.scintilla.org/SciTE.html'
+license=('custom:scite')
+depends=('gtk2')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
+sha256sums=('034dca55b58d8c3af554900956ea20ca25be6d5157b394ecc3a055788496753b')
+
+prepare() {
+  if [ $?CXXBASEFLAGS == 1 ]; then
+sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
+setconf scite/gtk/makefile CXXTFLAGS "-DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)"
+  fi
+  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
+  setconf scintilla/gtk/makefile CXXFLAGS \
+"-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)"
+  setconf scintilla/gtk/makefile CXXBASEFLAGS \
+"-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)"
+}
+
+build() {
+  make -C "scintilla/gtk"
+  make -C "$pkgname/gtk"
+}
+
+package() {
+  make -C "$pkgname/gtk" DESTDIR="$pkgdir" install
+  install -Dm644 "$pkgname/License.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite"
+  install -Dm644 "scintilla/License.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla"
+  ln -sf "/usr/bin/SciTE" "$pkgdir/usr/bin/scite"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-30 15:18:10 UTC (rev 194012)
+++ community-x86_64/PKGBUILD   2016-10-30 15:19:42 UTC (rev 194013)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Thomas S Hatch 

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

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 15:18:10
  Author: arodseth
Revision: 194012

upgpkg: scite 3.7.0-1

Modified:
  scite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 15:04:22 UTC (rev 194011)
+++ PKGBUILD2016-10-30 15:18:10 UTC (rev 194012)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=3.6.6
+pkgver=3.7.0
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 makedepends=('setconf')
 backup=('usr/share/scite/SciTEGlobal.properties')
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('22218673f53bc587c1cb8d9ddc5c3058a9906c2a530d9270f31f943625e0dffa')
+sha256sums=('034dca55b58d8c3af554900956ea20ca25be6d5157b394ecc3a055788496753b')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then


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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 15:04:15
  Author: alucryd
Revision: 194010

upgpkg: numix-themes 2.6.5-1

Modified:
  numix-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 14:59:06 UTC (rev 194009)
+++ PKGBUILD2016-10-30 15:04:15 UTC (rev 194010)
@@ -3,7 +3,7 @@
 # Contributor: Diego 
 
 pkgname=numix-themes
-pkgver=2.6.4
+pkgver=2.6.5
 pkgrel=1
 pkgdesc='A flat and light theme with a modern look (GNOME, Openbox, Unity, 
Xfce)'
 arch=('any')
@@ -14,7 +14,7 @@
 _commit='a6be63453516d3be718ddffc9f791ecc34da70bf'
 
source=("numix-themes-${pkgver}.tar.gz::https://github.com/numixproject/numix-gtk-theme/archive/${pkgver}.tar.gz;
 "Gemfile")
-sha256sums=('f70cad6608d9a1b4819eaf6b51fc03d5c75971ff8f08080ac2eb9a5d8e386e6f'
+sha256sums=('0511b9a183324e81a72118016844726bd965e5a763490383dda539d56b44f1b7'
 'b1061ba7ce09c9eb3e41f59362aa8c21d27073b0658f13fb5eabdaea654afe2c')
 
 build() {


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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 15:04:22
  Author: alucryd
Revision: 194011

archrelease: copy trunk to community-any

Added:
  numix-themes/repos/community-any/Gemfile
(from rev 194010, numix-themes/trunk/Gemfile)
  numix-themes/repos/community-any/PKGBUILD
(from rev 194010, numix-themes/trunk/PKGBUILD)
Deleted:
  numix-themes/repos/community-any/Gemfile
  numix-themes/repos/community-any/PKGBUILD

--+
 Gemfile  |4 +--
 PKGBUILD |   66 ++---
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: Gemfile
===
--- Gemfile 2016-10-30 15:04:15 UTC (rev 194010)
+++ Gemfile 2016-10-30 15:04:22 UTC (rev 194011)
@@ -1,2 +0,0 @@
-source "https://rubygems.org;
-gem "sass"

Copied: numix-themes/repos/community-any/Gemfile (from rev 194010, 
numix-themes/trunk/Gemfile)
===
--- Gemfile (rev 0)
+++ Gemfile 2016-10-30 15:04:22 UTC (rev 194011)
@@ -0,0 +1,2 @@
+source "https://rubygems.org;
+gem "sass"

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-30 15:04:15 UTC (rev 194010)
+++ PKGBUILD2016-10-30 15:04:22 UTC (rev 194011)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Diego 
-
-pkgname=numix-themes
-pkgver=2.6.4
-pkgrel=1
-pkgdesc='A flat and light theme with a modern look (GNOME, Openbox, Unity, 
Xfce)'
-arch=('any')
-url='http://numixproject.org/'
-license=('GPL3')
-depends=('gtk-engine-murrine')
-makedepends=('git' 'ruby-bundler')
-_commit='a6be63453516d3be718ddffc9f791ecc34da70bf'
-source=("numix-themes-${pkgver}.tar.gz::https://github.com/numixproject/numix-gtk-theme/archive/${pkgver}.tar.gz;
-"Gemfile")
-sha256sums=('f70cad6608d9a1b4819eaf6b51fc03d5c75971ff8f08080ac2eb9a5d8e386e6f'
-'b1061ba7ce09c9eb3e41f59362aa8c21d27073b0658f13fb5eabdaea654afe2c')
-
-build() {
-  cd numix-gtk-theme-${pkgver}
-
-  bundle install --path .
-  make SASS="bundle exec sass"
-}
-
-package() {
-  cd numix-gtk-theme-${pkgver}
-
-  make SASS="bundle exec sass" DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: numix-themes/repos/community-any/PKGBUILD (from rev 194010, 
numix-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-30 15:04:22 UTC (rev 194011)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Diego 
+
+pkgname=numix-themes
+pkgver=2.6.5
+pkgrel=1
+pkgdesc='A flat and light theme with a modern look (GNOME, Openbox, Unity, 
Xfce)'
+arch=('any')
+url='http://numixproject.org/'
+license=('GPL3')
+depends=('gtk-engine-murrine')
+makedepends=('git' 'ruby-bundler')
+_commit='a6be63453516d3be718ddffc9f791ecc34da70bf'
+source=("numix-themes-${pkgver}.tar.gz::https://github.com/numixproject/numix-gtk-theme/archive/${pkgver}.tar.gz;
+"Gemfile")
+sha256sums=('0511b9a183324e81a72118016844726bd965e5a763490383dda539d56b44f1b7'
+'b1061ba7ce09c9eb3e41f59362aa8c21d27073b0658f13fb5eabdaea654afe2c')
+
+build() {
+  cd numix-gtk-theme-${pkgver}
+
+  bundle install --path .
+  make SASS="bundle exec sass"
+}
+
+package() {
+  cd numix-gtk-theme-${pkgver}
+
+  make SASS="bundle exec sass" DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 14:59:06
  Author: arodseth
Revision: 194009

archrelease: copy trunk to community-any

Deleted:
  setconf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-30 14:58:36 UTC (rev 194008)
+++ PKGBUILD2016-10-30 14:59:06 UTC (rev 194009)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=setconf
-pkgver=0.7.3
-pkgrel=1
-pkgdesc='Utility for easily changing settings in configuration files'
-arch=('any')
-url='http://setconf.roboticoverlords.org/'
-license=('GPL2')
-depends=('python')
-source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('a10d8667d03113e42209cca993a9276b6b998678ce4d27c0913faecb555dc259')
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 14:58:36
  Author: alucryd
Revision: 194008

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

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

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

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

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

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

Copied: ffms2/repos/community-x86_64/PKGBUILD (from rev 194007, 
ffms2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-30 14:58:36 UTC (rev 194008)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.23
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'
+  'libffms2.so')

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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 14:58:18
  Author: alucryd
Revision: 194007

upgpkg: ffms2 2.23-1

Modified:
  ffms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 14:58:09 UTC (rev 194006)
+++ PKGBUILD2016-10-30 14:58:18 UTC (rev 194007)
@@ -2,8 +2,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=ffms2
-pkgver=2.22
-pkgrel=3
+pkgver=2.23
+pkgrel=1
 pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
 arch=('i686' 'x86_64')
 url='https://github.com/FFMS/ffms2'
@@ -13,7 +13,7 @@
 provides=('vapoursynth-plugin-ffms2'
   'libffms2.so')
 
source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
-sha256sums=('7c5202fa2e49186fb3bb815e5b12ca71f05ec09cb707ffd9465852e21a06fdad')
+sha256sums=('b09b2aa2b1c6f87f94a0a0dd8284b3c791cbe77f0f3df57af99ddebcd15273ed')
 
 build() {
   cd ffms2-${pkgver}


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

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 14:58:09
  Author: arodseth
Revision: 194006

upgpkg: setconf 0.7.4-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 14:48:09 UTC (rev 194005)
+++ PKGBUILD2016-10-30 14:58:09 UTC (rev 194006)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=setconf
-pkgver=0.7.3
+pkgver=0.7.4
 pkgrel=1
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('python')
 source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('a10d8667d03113e42209cca993a9276b6b998678ce4d27c0913faecb555dc259')
+sha256sums=('6368a5785e56ac1c697332e318e1346421278ad22112775c16017c82c0937aea')
 
 package() {
   cd "$pkgname-$pkgver"


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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 14:48:09
  Author: alucryd
Revision: 194005

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

Added:
  vapoursynth/repos/community-i686/PKGBUILD
(from rev 194004, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-i686/vapoursynth.xml
(from rev 194004, vapoursynth/trunk/vapoursynth.xml)
  vapoursynth/repos/community-x86_64/PKGBUILD
(from rev 194004, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-x86_64/vapoursynth.xml
(from rev 194004, vapoursynth/trunk/vapoursynth.xml)
Deleted:
  vapoursynth/repos/community-i686/PKGBUILD
  vapoursynth/repos/community-i686/vapoursynth.xml
  vapoursynth/repos/community-x86_64/PKGBUILD
  vapoursynth/repos/community-x86_64/vapoursynth.xml

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-30 14:47:46 UTC (rev 194004)
+++ community-i686/PKGBUILD 2016-10-30 14:48:09 UTC (rev 194005)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sl1pkn07 
-# Contributor: jackoneill 
-
-pkgname=vapoursynth
-pkgver=R33.1
-pkgrel=1
-pkgdesc='A video processing framework with the future in mind'
-arch=('i686' 'x86_64')
-url='http://www.vapoursynth.com/'
-license=('LGPL2.1' 'custom:OFL')
-depends=('gcc-libs' 'glibc' 'imagemagick' 'python' 'tesseract'
- 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 
'libzimg.so')
-makedepends=('cython' 'python-sphinx' 'yasm')
-source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
-'vapoursynth.xml')
-sha256sums=('8c448e67bccbb56af96ed0e6ba65f0ec60bc33482efd0534f5b4614fb8920494'
-'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
-
-build() {
-  cd vapoursynth-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---enable-imwri \
---disable-static
-  make
-}
-
-package() {
-  cd vapoursynth-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
-  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
-  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/PKGBUILD (from rev 194004, 
vapoursynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-30 14:48:09 UTC (rev 194005)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sl1pkn07 
+# Contributor: jackoneill 
+
+pkgname=vapoursynth
+pkgver=R35
+pkgrel=1
+pkgdesc='A video processing framework with the future in mind'
+arch=('i686' 'x86_64')
+url='http://www.vapoursynth.com/'
+license=('LGPL2.1' 'custom:OFL')
+depends=('gcc-libs' 'glibc' 'imagemagick' 'python' 'tesseract'
+ 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 
'libzimg.so')
+makedepends=('cython' 'python-sphinx' 'yasm')
+source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
+'vapoursynth.xml')
+sha256sums=('762cada84d2f975ec925a1eb719dd8a2f40dfaa69d10c358b228184785f64918'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--enable-imwri \
+--disable-static
+  make
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
+  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
+  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/vapoursynth.xml
===
(Binary files differ)

Copied: vapoursynth/repos/community-i686/vapoursynth.xml (from rev 194004, 
vapoursynth/trunk/vapoursynth.xml)
===
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-30 14:47:46 UTC (rev 194004)
+++ community-x86_64/PKGBUILD   2016-10-30 14:48:09 UTC (rev 194005)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sl1pkn07 

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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 14:47:46
  Author: alucryd
Revision: 194004

upgpkg: vapoursynth R35-1

Modified:
  vapoursynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 14:32:32 UTC (rev 194003)
+++ PKGBUILD2016-10-30 14:47:46 UTC (rev 194004)
@@ -4,7 +4,7 @@
 # Contributor: jackoneill 
 
 pkgname=vapoursynth
-pkgver=R33.1
+pkgver=R35
 pkgrel=1
 pkgdesc='A video processing framework with the future in mind'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cython' 'python-sphinx' 'yasm')
 
source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
 'vapoursynth.xml')
-sha256sums=('8c448e67bccbb56af96ed0e6ba65f0ec60bc33482efd0534f5b4614fb8920494'
+sha256sums=('762cada84d2f975ec925a1eb719dd8a2f40dfaa69d10c358b228184785f64918'
 '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
 
 build() {


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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 14:32:32
  Author: alucryd
Revision: 194003

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-30 14:32:22 UTC (rev 194002)
+++ community-i686/PKGBUILD 2016-10-30 14:32:32 UTC (rev 194003)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: TingPing 
-
-pkgname=hexchat
-pkgver=2.12.2
-pkgrel=1
-pkgdesc='A popular and easy to use graphical IRC (chat) client'
-arch=('i686' 'x86_64')
-url='http://hexchat.github.io/'
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
- 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
-makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python')
-optdepends=('enchant: Spell check'
-'lua: Lua plugin'
-'perl: Perl plugin'
-'python: Python plugin')
-source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
-sha256sums=('6dad783f37aac32a8301a12d498af7a74900f011aec4e77bb378ae9797a3ccf6'
-'SKIP')
-validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis
-
-build() {
-  cd hexchat-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-python='python3' \
---enable-textfe
-  make
-}
-
-package() {
-  cd hexchat-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-i686/PKGBUILD (from rev 194002, 
hexchat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-30 14:32:32 UTC (rev 194003)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: TingPing 
+
+pkgname=hexchat
+pkgver=2.12.3
+pkgrel=1
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
+arch=('i686' 'x86_64')
+url='http://hexchat.github.io/'
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+ 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python')
+optdepends=('enchant: Spell check'
+'iso-codes: Display language names instead of codes'
+'lua: Lua plugin'
+'perl: Perl plugin'
+'python: Python plugin')
+source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
+sha256sums=('6f2b22372c7a9ed8ffab817079638e8f4178f5f8ba63c89cb3baa01be614f2ba'
+'SKIP')
+validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis
+
+build() {
+  cd hexchat-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-python='python3' \
+--enable-textfe
+  make
+}
+
+package() {
+  cd hexchat-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-30 14:32:22 UTC (rev 194002)
+++ community-x86_64/PKGBUILD   2016-10-30 14:32:32 UTC (rev 194003)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: TingPing 
-
-pkgname=hexchat
-pkgver=2.12.2
-pkgrel=1
-pkgdesc='A popular and easy to use graphical IRC (chat) client'
-arch=('i686' 'x86_64')
-url='http://hexchat.github.io/'
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
- 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
-makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python')
-optdepends=('enchant: Spell check'
-'lua: Lua plugin'
-'perl: Perl plugin'
-'python: Python plugin')
-source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
-sha256sums=('6dad783f37aac32a8301a12d498af7a74900f011aec4e77bb378ae9797a3ccf6'
-'SKIP')
-validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis
-
-build() {
-  cd hexchat-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-python='python3' \
---enable-textfe
-  make
-}
-
-package() {
-  cd hexchat-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 14:32:22
  Author: alucryd
Revision: 194002

upgpkg: hexchat 2.12.3-1

Modified:
  hexchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 14:21:07 UTC (rev 194001)
+++ PKGBUILD2016-10-30 14:32:22 UTC (rev 194002)
@@ -3,7 +3,7 @@
 # Contributor: TingPing 
 
 pkgname=hexchat
-pkgver=2.12.2
+pkgver=2.12.3
 pkgrel=1
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('i686' 'x86_64')
@@ -13,11 +13,12 @@
  'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
 makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python')
 optdepends=('enchant: Spell check'
+'iso-codes: Display language names instead of codes'
 'lua: Lua plugin'
 'perl: Perl plugin'
 'python: Python plugin')
 source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
-sha256sums=('6dad783f37aac32a8301a12d498af7a74900f011aec4e77bb378ae9797a3ccf6'
+sha256sums=('6f2b22372c7a9ed8ffab817079638e8f4178f5f8ba63c89cb3baa01be614f2ba'
 'SKIP')
 validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis
 


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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 14:20:59
  Author: alucryd
Revision: 194000

upgpkg: lollypop 0.9.213-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 14:13:26 UTC (rev 193999)
+++ PKGBUILD2016-10-30 14:20:59 UTC (rev 194000)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.211
+pkgver=0.9.213
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -20,7 +20,7 @@
 'python-wikipedia: Wikipedia support'
 'youtube-dl: YouTube playback')
 
source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('9f0dd24b3d98b54c1731fd9cabf8d99e04f9d1b64554c8f03d47bfbc0b49f3a5')
+sha256sums=('13abba534af349756d8b69728392706c395c294f43b3baf6c522f836dca1b7cf')
 
 build() {
   cd lollypop-${pkgver}


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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 14:21:07
  Author: alucryd
Revision: 194001

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 194000, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-30 14:20:59 UTC (rev 194000)
+++ PKGBUILD2016-10-30 14:21:07 UTC (rev 194001)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.211
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://github.com/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gst-python' 'gtk3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
-optdepends=('gst-libav: FFmpeg plugin for GStreamer'
-'kid3-qt: Store covers in tags'
-'libsecret: Last.FM support'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support'
-'youtube-dl: YouTube playback')
-source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('9f0dd24b3d98b54c1731fd9cabf8d99e04f9d1b64554c8f03d47bfbc0b49f3a5')
-
-build() {
-  cd lollypop-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 194000, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-30 14:21:07 UTC (rev 194001)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.213
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gst-python' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
+optdepends=('gst-libav: FFmpeg plugin for GStreamer'
+'kid3-qt: Store covers in tags'
+'libsecret: Last.FM support'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support'
+'youtube-dl: YouTube playback')
+source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
+sha256sums=('13abba534af349756d8b69728392706c395c294f43b3baf6c522f836dca1b7cf')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 14:13:19
  Author: alucryd
Revision: 193998

upgpkg: lib32-sdl2 2.0.5-1

Modified:
  lib32-sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 13:40:55 UTC (rev 193997)
+++ PKGBUILD2016-10-30 14:13:19 UTC (rev 193998)
@@ -4,8 +4,8 @@
 # Contributor: J0k3r 
 
 pkgname=lib32-sdl2
-pkgver=2.0.4
-pkgrel=2
+pkgver=2.0.5
+pkgrel=1
 pkgdesc='Simple DirectMedia Layer'
 arch=('x86_64')
 url='http://www.libsdl.org'
@@ -17,8 +17,10 @@
  'lib32-wayland')
 optdepends=('lib32-alsa-lib: ALSA audio driver'
 'lib32-libpulse: PulseAudio audio driver')
-source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-sha256sums=('da55e540bf6331824153805d58b590a29c39d2d506c6d02fa409aedeab21174b')
+source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
+sha256sums=('442038cf55965969f2ff06d976031813de643af9c9edc9e331bd761c242e8785'
+'SKIP')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
 
 build() {
   cd SDL2-${pkgver}


[arch-commits] Commit in lib32-sdl2/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 14:13:26
  Author: alucryd
Revision: 193999

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sdl2/repos/multilib-x86_64/PKGBUILD
(from rev 193998, lib32-sdl2/trunk/PKGBUILD)
Deleted:
  lib32-sdl2/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-30 14:13:19 UTC (rev 193998)
+++ PKGBUILD2016-10-30 14:13:26 UTC (rev 193999)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jameson Pugh 
-# Contributor: J0k3r 
-
-pkgname=lib32-sdl2
-pkgver=2.0.4
-pkgrel=2
-pkgdesc='Simple DirectMedia Layer'
-arch=('x86_64')
-url='http://www.libsdl.org'
-license=('MIT')
-depends=('lib32-libgl' 'lib32-libx11' 'lib32-libxext' 'lib32-libxrender'
- 'sdl2')
-makedepends=('gcc-multilib' 'lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse'
- 'lib32-libxinerama' 'lib32-libxkbcommon' 'lib32-libxrandr'
- 'lib32-wayland')
-optdepends=('lib32-alsa-lib: ALSA audio driver'
-'lib32-libpulse: PulseAudio audio driver')
-source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-sha256sums=('da55e540bf6331824153805d58b590a29c39d2d506c6d02fa409aedeab21174b')
-
-build() {
-  cd SDL2-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---enable-{alsa,pulseaudio-shared,sdl-dlopen,video-wayland} \
---disable-{arts,esd,nas} \
---disable-input-tslib \
---disable-rpath
-  make
-}
-
-package() {
-  cd SDL2-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s sdl2 "${pkgdir}"/usr/share/licenses/lib32-sdl2
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-sdl2/repos/multilib-x86_64/PKGBUILD (from rev 193998, 
lib32-sdl2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-30 14:13:26 UTC (rev 193999)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jameson Pugh 
+# Contributor: J0k3r 
+
+pkgname=lib32-sdl2
+pkgver=2.0.5
+pkgrel=1
+pkgdesc='Simple DirectMedia Layer'
+arch=('x86_64')
+url='http://www.libsdl.org'
+license=('MIT')
+depends=('lib32-libgl' 'lib32-libx11' 'lib32-libxext' 'lib32-libxrender'
+ 'sdl2')
+makedepends=('gcc-multilib' 'lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse'
+ 'lib32-libxinerama' 'lib32-libxkbcommon' 'lib32-libxrandr'
+ 'lib32-wayland')
+optdepends=('lib32-alsa-lib: ALSA audio driver'
+'lib32-libpulse: PulseAudio audio driver')
+source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
+sha256sums=('442038cf55965969f2ff06d976031813de643af9c9edc9e331bd761c242e8785'
+'SKIP')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
+
+build() {
+  cd SDL2-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--enable-{alsa,pulseaudio-shared,sdl-dlopen,video-wayland} \
+--disable-{arts,esd,nas} \
+--disable-input-tslib \
+--disable-rpath
+  make
+}
+
+package() {
+  cd SDL2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s sdl2 "${pkgdir}"/usr/share/licenses/lib32-sdl2
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in create_ap ({repos,trunk})

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 13:40:55
  Author: nicohood
Revision: 193997

removed dirs

Deleted:
  create_ap/{repos,trunk}/


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

2016-10-30 Thread Evangelos Foutras
Date: Sunday, October 30, 2016 @ 13:32:49
  Author: foutrelis
Revision: 193996

archrelease: copy trunk to community-any

Added:
  gaupol/repos/community-any/PKGBUILD
(from rev 193995, gaupol/trunk/PKGBUILD)
Deleted:
  gaupol/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-30 13:32:42 UTC (rev 193995)
+++ PKGBUILD2016-10-30 13:32:49 UTC (rev 193996)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: FJ 
-# Contributor: Sebastien Piccand 
-
-pkgname=gaupol
-pkgver=0.92
-pkgrel=1
-pkgdesc="Editor for text-based subtitles"
-arch=('any')
-url="http://otsaloma.io/gaupol/;
-license=('GPL')
-depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
- 'iso-codes' 'python-cairo' 'python-pyenchant' 'python-chardet'
- 'gtkspell3' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('mpv: subtitle preview'
-'vlc: subtitle preview'
-'mplayer: subtitle preview'
-'gst-plugins-bad: extra media codecs'
-'gst-plugins-ugly: extra media codecs'
-'gst-libav: extra media codecs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('790928bb7863d4f1484bcd907f23f8b938f71b491860d51e497e63729e1e3bf8')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/PKGBUILD (from rev 193995, 
gaupol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-30 13:32:49 UTC (rev 193996)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: FJ 
+# Contributor: Sebastien Piccand 
+
+pkgname=gaupol
+pkgver=1.0
+pkgrel=1
+pkgdesc="Editor for text-based subtitles"
+arch=('any')
+url="http://otsaloma.io/gaupol/;
+license=('GPL')
+depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
+ 'iso-codes' 'python-cairo' 'python-pyenchant' 'python-chardet'
+ 'gtkspell3' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('mpv: subtitle preview'
+'vlc: subtitle preview'
+'mplayer: subtitle preview'
+'gst-plugins-bad: extra media codecs'
+'gst-plugins-ugly: extra media codecs'
+'gst-libav: extra media codecs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('bc407489855eb0a7a8bda6f6fcc7fcbe6136582cc588ec081750b8546f311e3b')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-10-30 Thread Evangelos Foutras
Date: Sunday, October 30, 2016 @ 13:32:42
  Author: foutrelis
Revision: 193995

upgpkg: gaupol 1.0-1

New upstream release.

Modified:
  gaupol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 13:10:51 UTC (rev 193994)
+++ PKGBUILD2016-10-30 13:32:42 UTC (rev 193995)
@@ -6,7 +6,7 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=gaupol
-pkgver=0.92
+pkgver=1.0
 pkgrel=1
 pkgdesc="Editor for text-based subtitles"
 arch=('any')
@@ -23,7 +23,7 @@
 'gst-plugins-ugly: extra media codecs'
 'gst-libav: extra media codecs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('790928bb7863d4f1484bcd907f23f8b938f71b491860d51e497e63729e1e3bf8')
+sha256sums=('bc407489855eb0a7a8bda6f6fcc7fcbe6136582cc588ec081750b8546f311e3b')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 13:10:51
  Author: nicohood
Revision: 193994

archrelease: copy trunk to community-any

Added:
  create_ap/repos/
  create_ap/repos/community-any/


[arch-commits] Commit in (4 files)

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 13:05:46
  Author: nicohood
Revision: 193993

Initial commit

Added:
  arduino-avr-core/
  arduino-avr-core/repos/
  arduino-avr-core/trunk/
  arduino-avr-core/trunk/PKGBUILD

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

Index: arduino-avr-core/trunk/PKGBUILD
===
--- arduino-avr-core/trunk/PKGBUILD 2016-10-30 13:01:21 UTC (rev 193992)
+++ arduino-avr-core/trunk/PKGBUILD 2016-10-30 13:05:46 UTC (rev 193993)

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


[arch-commits] Commit in (arduino-docs arduino-docs/{repos, trunk})

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 13:01:21
  Author: nicohood
Revision: 193992

Initial commit

Added:
  arduino-docs/
  arduino-docs/{repos,trunk}/


[arch-commits] Commit in (4 files)

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 12:59:37
  Author: nicohood
Revision: 193991

Initial commit

Added:
  create_ap/
  create_ap/{repos,trunk}/
Modified:
  arduino-builder/trunk/PKGBUILD
  arduino/trunk/PKGBUILD

+
 arduino-builder/trunk/PKGBUILD |7 ++-
 arduino/trunk/PKGBUILD |   69 +--
 2 files changed, 57 insertions(+), 19 deletions(-)

Modified: arduino/trunk/PKGBUILD
===
--- arduino/trunk/PKGBUILD  2016-10-30 11:21:47 UTC (rev 193990)
+++ arduino/trunk/PKGBUILD  2016-10-30 12:59:37 UTC (rev 193991)
@@ -8,28 +8,57 @@
 # Contributor: tty0 
 
 pkgname=arduino
-pkgver=1.6.11
-pkgrel=5
+pkgver=1.6.12
+pkgrel=3
 epoch=1
 pkgdesc="Arduino prototyping platform SDK"
 arch=('i686' 'x86_64')
 url="https://github.com/arduino/Arduino;
 license=('GPL' 'LGPL')
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'java-runtime=8' 
'avrdude')
-makedepends=('java-environment=8' 'apache-ant' 'unzip')
-provides=('arduino-builder')
-conflicts=('arduino-builder')
-options=(!strip staticlibs)
+depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'java-runtime=8' 
'arduino-builder')
+makedepends=('java-environment=8' 'apache-ant' 'unzip') # TODO remove unzip 
once all deps are resolved
+optdepends=('arduino-docs: Offline documentation for arduino'
+'arduino-avr-core: AVR core with upstream avr-gcc and avrdude'
+'python2: Intel Galileo Board installation')
+options=(!strip)
 install="arduino.install"
 source=("https://github.com/arduino/Arduino/archive/${pkgver}.tar.gz;
-"arduino.sh")
-sha512sums=('f18f173c95aea1b60aa4e7ef98e0dc1a44595571d522569b53842fe8c110e92da82902c25aea6b1affe4e3dfe0098ce0c173cf73c42b2237ce353a5a70932f68'
-
'6dae08b8687e897ed370cc51cfeeba9020bb749356acfd367c796bf34fb43b763888340501be6a577859c19c37fe857be2b8fb52f1295769403b8e826c4e3f28')
+
"https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.8.0/WiFi101-Updater-ArduinoIDE-Plugin-0.8.0.zip;
+"https://downloads.arduino.cc/libastylej-2.05.1-3.zip;
+"https://downloads.arduino.cc/liblistSerials/liblistSerials-1.1.4.zip;
+"arduino.sh"
+"build.patch")
+source_i686=("https://downloads.arduino.cc/tools/arduino-builder-linux32-1.3.21_r1.tar.bz2;)
+source_x86_64=("https://downloads.arduino.cc/tools/arduino-builder-linux64-1.3.21_r1.tar.bz2;)
+sha512sums=('2d386ddf26babc920767db9062304b75bf0b6b12ac469a33597b9b8abcc306a1ea6c18dd8b59f51fa2ecd7ffd66f36e80ade1953fd104cf29f0d74b5ab9da2d9'
+
'b4ef0f253c56529eef52fad353f8e448f1756714a7fcd61370d7fabab61d4d09867b82301b2d30e4698f2c5b70b202e7536fa16a98e5fab0210c2c7d8f977e78'
+
'7f82d64e34ef2d85a6b037caeecfa338b72f8edfc57a9903af3ab89b1d42cf7dfd9a6170abe8131ae3e6506850d82ed5092c3b08983a16d9c80319cd24c14555'
+
'db605a53bbe8ce9da2387e991da2401054bf25f6172c4ffc72cba1fff8c44d819ed967f7f0e666e38ce967359573f6e3c544774832dd446f8107849ee76aaaba'
+
'6dae08b8687e897ed370cc51cfeeba9020bb749356acfd367c796bf34fb43b763888340501be6a577859c19c37fe857be2b8fb52f1295769403b8e826c4e3f28'
+
'71d36dcc21b399a9ebe70801f5738687d8c309ef0410bfb8b7f540d12d5df1771c09ecef8a271cdff492523b5a15e2ffb1b51b62cfccd6761eae28d0ffabcc02')
+sha512sums_i686=('a0df7ba3d7f313aeac4c32365b9aaf32feb374c18e0b82516d61e51be10db897f368e46b6ff4e1574fec8b78fe584c39a76215974b32b440e85e27a1434e3d12')
+sha512sums_x86_64=('223b81ae4cdb14962e3e6b271f78a88c055185785991d0ff32b3dbb3db9a4861cec495e5e726718df484e8c9901f5d3f0650d4d1e3b8d7bdb8f197c23222e748')
 
+prepare()
+{
+# Patch arduino build process. See PR: 
https://github.com/arduino/Arduino/pull/5438
+cd "${srcdir}/Arduino-${pkgver}"
+patch -Np1 -i "${srcdir}/build.patch"
+
+# echo -e "\n# By default, don't notify the user of a new upstream 
version." \
+# "\n# https://bugzilla.redhat.com/show_bug.cgi?id=773519; \
+# "\nupdate.check=false" \
+# >> build/shared/lib/preferences.txt
+}
+
 build() {
 cd "Arduino-${pkgver}/build"
+
+# Compile with java8
 export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH
-ant clean build
+
+# Do not include their avr-core + tools and no docs. We build them 
seperately
+ant clean build -Dlight_bundle=true -Dno_docs=true -Dlocal_sources=true
 }
 
 package() {
@@ -43,12 +72,20 @@
 
 # Create wrapper for java8 + buider and documentation symlink
 install -Dm755 "${srcdir}/arduino.sh" "${pkgdir}/usr/bin/arduino"
-ln -s /usr/share/arduino/arduino-builder 
"${pkgdir}/usr/bin/arduino-builder"
-ln -s /usr/share/arduino/reference "${pkgdir}/usr/share/doc/arduino"
 
-# Fix avrdude (see https://github.com/arduino/Arduino/issues/5094)
-rm -f "${pkgdir}/usr/share/arduino/hardware/tools/avr/bin/avrdude"{,_bin}
-ln -s /usr/bin/avrdude 

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

2016-10-30 Thread Lukas Fleischer
Date: Sunday, October 30, 2016 @ 11:21:41
  Author: lfleischer
Revision: 193989

upgpkg: calcurse 4.2.1-1

Upstream update.

Modified:
  calcurse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 11:20:04 UTC (rev 193988)
+++ PKGBUILD2016-10-30 11:21:41 UTC (rev 193989)
@@ -3,7 +3,7 @@
 # Contributor: wain 
 
 pkgname=calcurse
-pkgver=4.2.0
+pkgver=4.2.1
 pkgrel=1
 pkgdesc='A text-based personal organizer.'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('python: for CalDAV support')
 install='calcurse.install'
 source=("http://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('f36f70df3b981a5d204dfa91096fb65e'
+md5sums=('8c06097174ede9f306226b11565724d8'
  'SKIP')
 validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
 


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

2016-10-30 Thread Lukas Fleischer
Date: Sunday, October 30, 2016 @ 11:21:47
  Author: lfleischer
Revision: 193990

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

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

---+
 /PKGBUILD |   64 
 /calcurse.install |   16 +
 community-i686/PKGBUILD   |   32 --
 community-i686/calcurse.install   |8 
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/calcurse.install |8 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-30 11:21:41 UTC (rev 193989)
+++ community-i686/PKGBUILD 2016-10-30 11:21:47 UTC (rev 193990)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Ronald van Haren 
-# Contributor: wain 
-
-pkgname=calcurse
-pkgver=4.2.0
-pkgrel=1
-pkgdesc='A text-based personal organizer.'
-arch=('i686' 'x86_64')
-url='http://calcurse.org/'
-license=('BSD')
-depends=('ncurses')
-optdepends=('python: for CalDAV support')
-install='calcurse.install'
-source=("http://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('f36f70df3b981a5d204dfa91096fb65e'
- 'SKIP')
-validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --enable-docs --without-asciidoc --prefix=/usr 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: calcurse/repos/community-i686/PKGBUILD (from rev 193989, 
calcurse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-30 11:21:47 UTC (rev 193990)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Ronald van Haren 
+# Contributor: wain 
+
+pkgname=calcurse
+pkgver=4.2.1
+pkgrel=1
+pkgdesc='A text-based personal organizer.'
+arch=('i686' 'x86_64')
+url='http://calcurse.org/'
+license=('BSD')
+depends=('ncurses')
+optdepends=('python: for CalDAV support')
+install='calcurse.install'
+source=("http://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('8c06097174ede9f306226b11565724d8'
+ 'SKIP')
+validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --enable-docs --without-asciidoc --prefix=/usr 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: community-i686/calcurse.install
===
--- community-i686/calcurse.install 2016-10-30 11:21:41 UTC (rev 193989)
+++ community-i686/calcurse.install 2016-10-30 11:21:47 UTC (rev 193990)
@@ -1,8 +0,0 @@
-post_upgrade() {
-  if (( $(vercmp $2 3.0.0) < 0 )); then
-cat <<"EOF"
-==> The configuration file format has changed in calcurse 3.0.0.
-==> Run `calcurse-upgrade` to upgrade your configuration files.
-EOF
-  fi
-}

Copied: calcurse/repos/community-i686/calcurse.install (from rev 193989, 
calcurse/trunk/calcurse.install)
===
--- community-i686/calcurse.install (rev 0)
+++ community-i686/calcurse.install 2016-10-30 11:21:47 UTC (rev 193990)
@@ -0,0 +1,8 @@
+post_upgrade() {
+  if (( $(vercmp $2 3.0.0) < 0 )); then
+cat <<"EOF"
+==> The configuration file format has changed in calcurse 3.0.0.
+==> Run `calcurse-upgrade` to upgrade your configuration files.
+EOF
+  fi
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-30 11:21:41 UTC (rev 193989)
+++ community-x86_64/PKGBUILD   2016-10-30 11:21:47 UTC (rev 193990)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Ronald van Haren 
-# Contributor: wain 
-
-pkgname=calcurse

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

2016-10-30 Thread Felix Yan
Date: Sunday, October 30, 2016 @ 11:20:04
  Author: felixonmars
Revision: 193988

archrelease: copy trunk to community-any

Added:
  python-pytest-mock/repos/community-any/PKGBUILD
(from rev 193987, python-pytest-mock/trunk/PKGBUILD)
Deleted:
  python-pytest-mock/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-30 11:19:05 UTC (rev 193987)
+++ PKGBUILD2016-10-30 11:20:04 UTC (rev 193988)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-mock
-pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=1.2
-pkgrel=1
-pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
-arch=('any')
-license=('LGPL3')
-url="https://github.com/pytest-dev/pytest-mock/;
-makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 'git')
-source=("git+https://github.com/pytest-dev/pytest-mock.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a pytest-mock{,-py2}
-}
-
-build() {
-  cd "$srcdir/pytest-mock"
-  python setup.py build
-
-  cd "$srcdir/pytest-mock-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/pytest-mock"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
-
-  cd "$srcdir/pytest-mock-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2
-}
-
-package_python-pytest-mock() {
-  depends=('python-pytest')
-
-  cd pytest-mock
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-pytest-mock() {
-  depends=('python2-pytest' 'python2-mock')
-
-  cd pytest-mock-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-pytest-mock/repos/community-any/PKGBUILD (from rev 193987, 
python-pytest-mock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-30 11:20:04 UTC (rev 193988)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-mock
+pkgname=('python-pytest-mock' 'python2-pytest-mock')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
+arch=('any')
+license=('LGPL3')
+url="https://github.com/pytest-dev/pytest-mock/;
+makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 'git')
+source=("git+https://github.com/pytest-dev/pytest-mock.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pytest-mock{,-py2}
+}
+
+build() {
+  cd "$srcdir/pytest-mock"
+  python setup.py build
+
+  cd "$srcdir/pytest-mock-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/pytest-mock"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
+
+  cd "$srcdir/pytest-mock-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2
+}
+
+package_python-pytest-mock() {
+  depends=('python-pytest')
+
+  cd pytest-mock
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-pytest-mock() {
+  depends=('python2-pytest' 'python2-mock')
+
+  cd pytest-mock-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2016-10-30 Thread Felix Yan
Date: Sunday, October 30, 2016 @ 11:19:05
  Author: felixonmars
Revision: 193987

upgpkg: python-pytest-mock 1.3.0-1

Modified:
  python-pytest-mock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 08:30:04 UTC (rev 193986)
+++ PKGBUILD2016-10-30 11:19:05 UTC (rev 193987)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-mock
 pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=1.2
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
 arch=('any')


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

2016-10-30 Thread Felix Yan
Date: Sunday, October 30, 2016 @ 11:11:27
  Author: felixonmars
Revision: 279473

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  160 ++---
 1 file changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-30 11:10:58 UTC (rev 279472)
+++ PKGBUILD2016-10-30 11:11:27 UTC (rev 279473)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=28.7.0
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'python-appdirs'
- 'python2-appdirs' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove vendored packages
-  rm -rv setuptools/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.utf8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools
-  python setup.py ptr
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 279472, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-30 11:11:27 UTC (rev 279473)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=28.7.1
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'python-appdirs'
+ 'python2-appdirs' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python bootstrap.py
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 bootstrap.py
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+  export LC_CTYPE=en_US.utf8
+
+  # https://github.com/pypa/setuptools/pull/810
+  export PYTHONDONTWRITEBYTECODE=1
+
+  cd "$srcdir"/setuptools
+  python setup.py ptr
+
+  cd 

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

2016-10-30 Thread Felix Yan
Date: Sunday, October 30, 2016 @ 11:10:58
  Author: felixonmars
Revision: 279472

upgpkg: python-setuptools 1:28.7.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 11:08:21 UTC (rev 279471)
+++ PKGBUILD2016-10-30 11:10:58 UTC (rev 279472)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=28.7.0
+pkgver=28.7.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -15,7 +15,7 @@
  'python2-appdirs' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
   'python2-pytest-flake8' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+source=("git+https://github.com/pypa/setuptools.git#tag=$pkgver;)
 sha512sums=('SKIP')
 
 prepare() {


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

2016-10-30 Thread Felix Yan
Date: Sunday, October 30, 2016 @ 11:08:21
  Author: felixonmars
Revision: 279471

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-30 11:07:55 UTC (rev 279470)
+++ PKGBUILD2016-10-30 11:08:21 UTC (rev 279471)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-packaging
-pkgname=(python-packaging python2-packaging)
-pkgver=16.7
-pkgrel=1
-pkgdesc="Core utilities for Python packages"
-arch=('any')
-url="https://github.com/pypa/packaging;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend' 'python-coverage' 'python2-coverage')
-source=("git+https://github.com/pypa/packaging.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a packaging{,-py2}
-}
-
-build() {
-  cd "$srcdir"/packaging
-  python setup.py build
-
-  cd "$srcdir"/packaging-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/packaging
-  python setup.py ptr
-
-  cd "$srcdir"/packaging-py2
-  python2 setup.py ptr
-}
-
-package_python-packaging() {
-  depends=('python-pyparsing' 'python-six')
-
-  cd "$srcdir"/packaging
-  python setup.py install --root "$pkgdir"
-}
-
-package_python2-packaging() {
-  depends=('python2-pyparsing' 'python2-six')
-
-  cd "$srcdir"/packaging-py2
-  python2 setup.py install --root "$pkgdir"
-}

Copied: python-packaging/repos/extra-any/PKGBUILD (from rev 279470, 
python-packaging/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-30 11:08:21 UTC (rev 279471)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-packaging
+pkgname=(python-packaging python2-packaging)
+pkgver=16.8
+pkgrel=1
+pkgdesc="Core utilities for Python packages"
+arch=('any')
+url="https://github.com/pypa/packaging;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend' 'python-coverage' 'python2-coverage')
+source=("git+https://github.com/pypa/packaging.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a packaging{,-py2}
+}
+
+build() {
+  cd "$srcdir"/packaging
+  python setup.py build
+
+  cd "$srcdir"/packaging-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/packaging
+  python setup.py ptr
+
+  cd "$srcdir"/packaging-py2
+  python2 setup.py ptr
+}
+
+package_python-packaging() {
+  depends=('python-pyparsing' 'python-six')
+
+  cd "$srcdir"/packaging
+  python setup.py install --root "$pkgdir"
+}
+
+package_python2-packaging() {
+  depends=('python2-pyparsing' 'python2-six')
+
+  cd "$srcdir"/packaging-py2
+  python2 setup.py install --root "$pkgdir"
+}


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

2016-10-30 Thread Felix Yan
Date: Sunday, October 30, 2016 @ 11:07:55
  Author: felixonmars
Revision: 279470

upgpkg: python-packaging 16.8-1

Modified:
  python-packaging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 10:46:48 UTC (rev 279469)
+++ PKGBUILD2016-10-30 11:07:55 UTC (rev 279470)
@@ -3,7 +3,7 @@
 
 pkgbase=python-packaging
 pkgname=(python-packaging python2-packaging)
-pkgver=16.7
+pkgver=16.8
 pkgrel=1
 pkgdesc="Core utilities for Python packages"
 arch=('any')


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

2016-10-30 Thread Felix Yan
Date: Sunday, October 30, 2016 @ 10:46:48
  Author: felixonmars
Revision: 279469

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-30 10:44:43 UTC (rev 279468)
+++ PKGBUILD2016-10-30 10:46:48 UTC (rev 279469)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Justin Dray 
-# Contributor: Alexander Rødseth 
-# Contributor: lang2 
-
-pkgbase=python-pycparser
-pkgname=(python-pycparser python2-pycparser)
-pkgver=2.16
-pkgrel=1
-pkgdesc='C parser and AST generator written in Python'
-url='https://github.com/eliben/pycparser'
-makedepends=('python-ply' 'python2-ply' 'python-setuptools' 
'python2-setuptools' 'git')
-arch=('any')
-license=('BSD')
-source=("git+https://github.com/eliben/pycparser.git#tag=release_v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a pycparser{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pycparser
-  python setup.py build
-  cd pycparser
-  python _build_tables.py
-
-  cd "$srcdir"/pycparser-py2
-  python2 setup.py build
-  cd pycparser
-  python2 _build_tables.py
-}
-
-check() {
-  cd "$srcdir"/pycparser
-  python tests/all_tests.py
-
-  cd "$srcdir"/pycparser-py2
-  python2 tests/all_tests.py
-}
-
-package_python-pycparser() {
-  depends=('python-ply')
-
-  cd pycparser
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pycparser() {
-  depends=('python2-ply')
-
-  cd pycparser-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pycparser/repos/extra-any/PKGBUILD (from rev 279468, 
python-pycparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-30 10:46:48 UTC (rev 279469)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin Dray 
+# Contributor: Alexander Rødseth 
+# Contributor: lang2 
+
+pkgbase=python-pycparser
+pkgname=(python-pycparser python2-pycparser)
+pkgver=2.17
+pkgrel=1
+pkgdesc='C parser and AST generator written in Python'
+url='https://github.com/eliben/pycparser'
+makedepends=('python-ply' 'python2-ply' 'python-setuptools' 
'python2-setuptools' 'git')
+arch=('any')
+license=('BSD')
+source=("git+https://github.com/eliben/pycparser.git#tag=release_v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a pycparser{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pycparser
+  python setup.py build
+  cd pycparser
+  python _build_tables.py
+
+  cd "$srcdir"/pycparser-py2
+  python2 setup.py build
+  cd pycparser
+  python2 _build_tables.py
+}
+
+check() {
+  cd "$srcdir"/pycparser
+  python tests/all_tests.py
+
+  cd "$srcdir"/pycparser-py2
+  python2 tests/all_tests.py
+}
+
+package_python-pycparser() {
+  depends=('python-ply')
+
+  cd pycparser
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pycparser() {
+  depends=('python2-ply')
+
+  cd pycparser-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-10-30 Thread Felix Yan
Date: Sunday, October 30, 2016 @ 10:44:43
  Author: felixonmars
Revision: 279468

upgpkg: python-pycparser 2.17-1

Modified:
  python-pycparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 03:58:39 UTC (rev 279467)
+++ PKGBUILD2016-10-30 10:44:43 UTC (rev 279468)
@@ -6,7 +6,7 @@
 
 pkgbase=python-pycparser
 pkgname=(python-pycparser python2-pycparser)
-pkgver=2.16
+pkgver=2.17
 pkgrel=1
 pkgdesc='C parser and AST generator written in Python'
 url='https://github.com/eliben/pycparser'


[arch-commits] Commit in sage-data-graphs/repos/community-any (PKGBUILD PKGBUILD)

2016-10-30 Thread Antonio Rojas
Date: Sunday, October 30, 2016 @ 08:30:04
  Author: arojas
Revision: 193986

archrelease: copy trunk to community-any

Added:
  sage-data-graphs/repos/community-any/PKGBUILD
(from rev 193985, sage-data-graphs/trunk/PKGBUILD)
Deleted:
  sage-data-graphs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-30 08:29:35 UTC (rev 193985)
+++ PKGBUILD2016-10-30 08:30:04 UTC (rev 193986)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-_dbname=graphs
-pkgname=sage-data-$_dbname
-pkgver=20151224
-pkgrel=2
-pkgdesc="A database of graphs for Sage"
-arch=(any)
-url="http://www.sagemath.org;
-license=(GPL)
-depends=()
-makedepends=()
-#source=("http://www.sagemath.org/packages/upstream/graphs/$_dbname-$pkgver.tar.bz2;)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/graphs/$_dbname-$pkgver.tar.bz2;)
-md5sums=('3881c431d20f382dfba6ccede3955f6a')
-
-package() {
-  cd $_dbname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/$_dbname
-  install -m644 * "$pkgdir"/usr/share/$_dbname
-}

Copied: sage-data-graphs/repos/community-any/PKGBUILD (from rev 193985, 
sage-data-graphs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-30 08:30:04 UTC (rev 193986)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+_dbname=graphs
+pkgname=sage-data-$_dbname
+pkgver=20161026
+pkgrel=1
+pkgdesc="A database of graphs for Sage"
+arch=(any)
+url="http://www.sagemath.org;
+license=(GPL)
+depends=()
+makedepends=()
+#source=("http://www.sagemath.org/packages/upstream/graphs/$_dbname-$pkgver.tar.bz2;)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/graphs/$_dbname-$pkgver.tar.bz2;)
+md5sums=('31facc13f47f63b3aa716f3bc35482d4')
+
+package() {
+  cd $_dbname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/$_dbname
+  install -m644 * "$pkgdir"/usr/share/$_dbname
+}


[arch-commits] Commit in sage-data-graphs/trunk (PKGBUILD)

2016-10-30 Thread Antonio Rojas
Date: Sunday, October 30, 2016 @ 08:29:35
  Author: arojas
Revision: 193985

Update to 20161026

Modified:
  sage-data-graphs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 07:47:40 UTC (rev 193984)
+++ PKGBUILD2016-10-30 08:29:35 UTC (rev 193985)
@@ -3,8 +3,8 @@
 
 _dbname=graphs
 pkgname=sage-data-$_dbname
-pkgver=20151224
-pkgrel=2
+pkgver=20161026
+pkgrel=1
 pkgdesc="A database of graphs for Sage"
 arch=(any)
 url="http://www.sagemath.org;
@@ -13,7 +13,7 @@
 makedepends=()
 
#source=("http://www.sagemath.org/packages/upstream/graphs/$_dbname-$pkgver.tar.bz2;)
 
source=("http://mirrors.mit.edu/sage/spkg/upstream/graphs/$_dbname-$pkgver.tar.bz2;)
-md5sums=('3881c431d20f382dfba6ccede3955f6a')
+md5sums=('31facc13f47f63b3aa716f3bc35482d4')
 
 package() {
   cd $_dbname-$pkgver


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

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 07:47:40
  Author: nicohood
Revision: 193984

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

Added:
  arduino-builder/repos/community-i686/
  arduino-builder/repos/community-i686/PKGBUILD
(from rev 193983, arduino-builder/trunk/PKGBUILD)
  arduino-builder/repos/community-x86_64/
  arduino-builder/repos/community-x86_64/PKGBUILD
(from rev 193983, arduino-builder/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   41 +
 community-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: arduino-builder/repos/community-i686/PKGBUILD (from rev 193983, 
arduino-builder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-30 07:47:40 UTC (rev 193984)
@@ -0,0 +1,41 @@
+# Maintainer: NicoHood 
+
+pkgname=arduino-builder
+pkgver=1.3.21
+pkgrel=1
+pkgdesc="A command line tool for compiling Arduino sketches"
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+url="https://github.com/arduino/arduino-builder;
+license=('GPL')
+depends=('')
+makedepends=('go' 'git' 'unzip')
+optdepends=('ctags')
+options=(!strip)
+source=("https://github.com/arduino/arduino-builder/archive/${pkgver}.tar.gz;)
+sha512sums=('9d724585294f1107fb0d1f55cfbbe831a15e11460d5152329fb76e2794ac8b98f62b0c149cb8bb6de8cbe6090222c0f199478f7030c6505f49561e891a27ed04')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export GOPATH="${srcdir}/${pkgname}-${pkgver}"
+   go get -fix github.com/go-errors/errors
+   go get -fix github.com/stretchr/testify
+   go get -fix github.com/jstemmer/go-junit-report
+   go build arduino.cc/arduino-builder
+}
+
+check() {
+   # Test will download ~1GB of testfiles
+echo "Running check() for the first time might take a while as it 
downloads ~1GB of testfiles. Skip with --nocheck"
+   export GOPATH="${srcdir}/${pkgname}-${pkgver}"
+   go test -timeout 60m arduino.cc/...
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # Install main tool
+   install -Dm755 "arduino-builder" "${pkgdir}/usr/bin/arduino-builder"
+
+   # Add documentation
+   install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}" README.md
+}

Copied: arduino-builder/repos/community-x86_64/PKGBUILD (from rev 193983, 
arduino-builder/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-30 07:47:40 UTC (rev 193984)
@@ -0,0 +1,41 @@
+# Maintainer: NicoHood 
+
+pkgname=arduino-builder
+pkgver=1.3.21
+pkgrel=1
+pkgdesc="A command line tool for compiling Arduino sketches"
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+url="https://github.com/arduino/arduino-builder;
+license=('GPL')
+depends=('')
+makedepends=('go' 'git' 'unzip')
+optdepends=('ctags')
+options=(!strip)
+source=("https://github.com/arduino/arduino-builder/archive/${pkgver}.tar.gz;)
+sha512sums=('9d724585294f1107fb0d1f55cfbbe831a15e11460d5152329fb76e2794ac8b98f62b0c149cb8bb6de8cbe6090222c0f199478f7030c6505f49561e891a27ed04')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export GOPATH="${srcdir}/${pkgname}-${pkgver}"
+   go get -fix github.com/go-errors/errors
+   go get -fix github.com/stretchr/testify
+   go get -fix github.com/jstemmer/go-junit-report
+   go build arduino.cc/arduino-builder
+}
+
+check() {
+   # Test will download ~1GB of testfiles
+echo "Running check() for the first time might take a while as it 
downloads ~1GB of testfiles. Skip with --nocheck"
+   export GOPATH="${srcdir}/${pkgname}-${pkgver}"
+   go test -timeout 60m arduino.cc/...
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # Install main tool
+   install -Dm755 "arduino-builder" "${pkgdir}/usr/bin/arduino-builder"
+
+   # Add documentation
+   install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}" README.md
+}


[arch-commits] Commit in (4 files)

2016-10-30 Thread NicoHood
Date: Sunday, October 30, 2016 @ 07:45:56
  Author: nicohood
Revision: 193983

Added arduino-builder

Added:
  arduino-builder/
  arduino-builder/repos/
  arduino-builder/trunk/
  arduino-builder/trunk/PKGBUILD

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

Added: arduino-builder/trunk/PKGBUILD
===
--- arduino-builder/trunk/PKGBUILD  (rev 0)
+++ arduino-builder/trunk/PKGBUILD  2016-10-30 07:45:56 UTC (rev 193983)
@@ -0,0 +1,41 @@
+# Maintainer: NicoHood 
+
+pkgname=arduino-builder
+pkgver=1.3.21
+pkgrel=1
+pkgdesc="A command line tool for compiling Arduino sketches"
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+url="https://github.com/arduino/arduino-builder;
+license=('GPL')
+depends=('')
+makedepends=('go' 'git' 'unzip')
+optdepends=('ctags')
+options=(!strip)
+source=("https://github.com/arduino/arduino-builder/archive/${pkgver}.tar.gz;)
+sha512sums=('9d724585294f1107fb0d1f55cfbbe831a15e11460d5152329fb76e2794ac8b98f62b0c149cb8bb6de8cbe6090222c0f199478f7030c6505f49561e891a27ed04')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export GOPATH="${srcdir}/${pkgname}-${pkgver}"
+   go get -fix github.com/go-errors/errors
+   go get -fix github.com/stretchr/testify
+   go get -fix github.com/jstemmer/go-junit-report
+   go build arduino.cc/arduino-builder
+}
+
+check() {
+   # Test will download ~1GB of testfiles
+echo "Running check() for the first time might take a while as it 
downloads ~1GB of testfiles. Skip with --nocheck"
+   export GOPATH="${srcdir}/${pkgname}-${pkgver}"
+   go test -timeout 60m arduino.cc/...
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # Install main tool
+   install -Dm755 "arduino-builder" "${pkgdir}/usr/bin/arduino-builder"
+
+   # Add documentation
+   install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}" README.md
+}


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