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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 06:12:53
  Author: kkeen
Revision: 118324

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

Added:
  gqrx/repos/community-staging-i686/PKGBUILD
(from rev 118323, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-i686/gqrx.desktop
(from rev 118323, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-staging-i686/gqrx.png
(from rev 118323, gqrx/trunk/gqrx.png)
  gqrx/repos/community-staging-x86_64/PKGBUILD
(from rev 118323, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-x86_64/gqrx.desktop
(from rev 118323, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-staging-x86_64/gqrx.png
(from rev 118323, gqrx/trunk/gqrx.png)
Deleted:
  gqrx/repos/community-staging-i686/PKGBUILD
  gqrx/repos/community-staging-i686/gqrx.desktop
  gqrx/repos/community-staging-i686/gqrx.png
  gqrx/repos/community-staging-x86_64/PKGBUILD
  gqrx/repos/community-staging-x86_64/gqrx.desktop
  gqrx/repos/community-staging-x86_64/gqrx.png

---+
 /PKGBUILD |  108 
 /gqrx.desktop |   20 +
 community-staging-i686/PKGBUILD   |   54 
 community-staging-i686/gqrx.desktop   |   10 --
 community-staging-x86_64/PKGBUILD |   54 
 community-staging-x86_64/gqrx.desktop |   10 --
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-09-05 04:12:29 UTC (rev 118323)
+++ community-staging-i686/PKGBUILD 2014-09-05 04:12:53 UTC (rev 118324)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-pkgname=gqrx
-pkgver=2.3.0
-pkgrel=2
-pkgdesc="Interactive SDR receiver waterfall for many devices."
-arch=('i686' 'x86_64')
-url="http://gqrx.dk/";
-license=('GPL')
-depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
-makedepends=('boost')
-source=("https://github.com/csete/gqrx/archive/v$pkgver.tar.gz";
-"$pkgname.png"
-"$pkgname.desktop")
-md5sums=('06b717507f2641b717fd7795b2bcfbae'
- 'f7032a8883c89bd80e0d0fd36f861c59'
- '810f89195231c18f32af92522aade721')
-
-prepare() {
-  cd "$srcdir"
-  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
-  cd gqrx-$pkgver-alsa
-  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  rm -rf build
-  mkdir build
-  cd build
-  qmake PREFIX=/usr/ ..
-  make
-  cd "$srcdir/$pkgname-$pkgver-alsa"
-  rm -rf build
-  mkdir build
-  cd build
-  qmake PREFIX=/usr/ ..
-  make
-}
-
-package() {
-  cd "$srcdir"
-  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make install INSTALL_ROOT="$pkgdir"
-
-  cd "$srcdir/$pkgname-$pkgver-alsa/build"
-  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
-}
-

Copied: gqrx/repos/community-staging-i686/PKGBUILD (from rev 118323, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-05 04:12:53 UTC (rev 118324)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.3.1
+pkgrel=2
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/";
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("https://github.com/csete/gqrx/archive/v$pkgver.tar.gz";
+"$pkgname.png"
+"$pkgname.desktop")
+md5sums=('84dca4975fe118f7672d7ae821b54605'
+ 'f7032a8883c89bd80e0d0fd36f861c59'
+ '810f89195231c18f32af92522aade721')
+
+prepare() {
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+

Deleted: community-staging-i686/gqrx.desktop
===
--- community-staging-i686/gqrx.desktop 2014-09-05 04:12:29 UTC (rev 118323)
+++ community-staging-i686/gqrx.desktop 2014-09-05 0

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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 06:12:29
  Author: kkeen
Revision: 118323

upgpkg: gqrx 2.3.1-2 boost rebuild

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-05 04:05:13 UTC (rev 118322)
+++ PKGBUILD2014-09-05 04:12:29 UTC (rev 118323)
@@ -4,7 +4,7 @@
 
 pkgname=gqrx
 pkgver=2.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive SDR receiver waterfall for many devices."
 arch=('i686' 'x86_64')
 url="http://gqrx.dk/";



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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 06:04:49
  Author: kkeen
Revision: 118321

upgpkg: gnuradio-osmosdr 0.1.3-2 boost rebuild

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-05 04:00:37 UTC (rev 118320)
+++ PKGBUILD2014-09-05 04:04:49 UTC (rev 118321)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
 pkgver=0.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices"
 url="http://sdr.osmocom.org/trac/";
 arch=('i686' 'x86_64')



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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 06:05:13
  Author: kkeen
Revision: 118322

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

Added:
  gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD
(from rev 118321, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD
(from rev 118321, gnuradio-osmosdr/trunk/PKGBUILD)
Deleted:
  gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD
  gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-staging-i686/PKGBUILD   |   41 --
 community-staging-x86_64/PKGBUILD |   41 --
 3 files changed, 78 insertions(+), 82 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-09-05 04:04:49 UTC (rev 118321)
+++ community-staging-i686/PKGBUILD 2014-09-05 04:05:13 UTC (rev 118322)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-pkgname=gnuradio-osmosdr
-_pkgname=gr-osmosdr
-pkgver=0.1.1
-pkgrel=11
-#_commit=c65d205d3b
-pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices"
-url="http://sdr.osmocom.org/trac/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf')
-makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
-conflicts=('gr-osmosdr-git')
-replaces=('gr-osmosdr')
-source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
-#source=("git://git.osmocom.org/gr-osmosdr#commit=$_commit")
-md5sums=('SKIP')
-
-# add airspy support?
-
-build() {
-  cd "$srcdir/$_pkgname"
-  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
-  mkdir build
-  cd build
-  cmake \
--Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DPYTHON_EXECUTABLE=$(which python2) \
--DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
--DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
--DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgname/build/"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD (from rev 
118321, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-05 04:05:13 UTC (rev 118322)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.3
+pkgrel=2
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices"
+url="http://sdr.osmocom.org/trac/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add airspy support? miri? osmo?
+
+build() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2014-09-05 04:04:49 UTC (rev 118321)
+++ community-staging-x86_64/PKGBUILD   2014-09-05 04:05:13 UTC (rev 118322)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-pkgname=gnuradio-osmosdr
-_pkgname=gr-osmosdr
-pkgver=0.1.1
-pkgrel=11
-#_commit=c65d205d3b
-pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices"
-url="http://sdr.osmocom.org/trac/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf')
-makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
-conflicts=('gr-osmosdr-git')
-replaces=('gr-osmosdr')
-source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
-#source=("git://git.osmocom.org/gr-osmosdr#commit=$_commit")
-md5sums=('SKIP')
-
-# add airspy support?
-
-build() {
-  cd "$srcdir/$_pkgname"
-  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
-  mkdir build
-  cd build
-  cmake \
--Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DPYTHON_EXECUTABLE=$(which python2) \
--DPYTHON_INCLUDE_DIR=$(echo /usr/include

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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 06:00:37
  Author: kkeen
Revision: 118320

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

Added:
  gnuradio-iqbal/repos/community-staging-i686/PKGBUILD
(from rev 118319, gnuradio-iqbal/trunk/PKGBUILD)
  gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD
(from rev 118319, gnuradio-iqbal/trunk/PKGBUILD)
Deleted:
  gnuradio-iqbal/repos/community-staging-i686/PKGBUILD
  gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-staging-i686/PKGBUILD   |   39 --
 community-staging-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-09-05 04:00:19 UTC (rev 118319)
+++ community-staging-i686/PKGBUILD 2014-09-05 04:00:37 UTC (rev 118320)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-pkgname=gnuradio-iqbal
-_pkgname=gr-iqbal
-pkgver=0.37.2
-pkgrel=1
-pkgdesc="Gnuradio I/Q balancing"
-arch=('i686' 'x86_64')
-url="http://cgit.osmocom.org/gr-iqbal/";
-license=('GPL')
-depends=('gnuradio' 'fftw')
-replaces=('gr-iqbal')
-makedepends=('git' 'cmake' 'boost' 'swig')
-source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir/$_pkgname"
-  git submodule init
-  git submodule update
-  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
-  mkdir build
-  cd build
-  cmake \
--Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DPYTHON_EXECUTABLE=$(which python2) \
--DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
--DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
--DCMAKE_LIBRARY_PATH=/usr/lib \
--DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgname/build/"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnuradio-iqbal/repos/community-staging-i686/PKGBUILD (from rev 118319, 
gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-05 04:00:37 UTC (rev 118320)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=3
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/";
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2014-09-05 04:00:19 UTC (rev 118319)
+++ community-staging-x86_64/PKGBUILD   2014-09-05 04:00:37 UTC (rev 118320)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-pkgname=gnuradio-iqbal
-_pkgname=gr-iqbal
-pkgver=0.37.2
-pkgrel=1
-pkgdesc="Gnuradio I/Q balancing"
-arch=('i686' 'x86_64')
-url="http://cgit.osmocom.org/gr-iqbal/";
-license=('GPL')
-depends=('gnuradio' 'fftw')
-replaces=('gr-iqbal')
-makedepends=('git' 'cmake' 'boost' 'swig')
-source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir/$_pkgname"
-  git submodule init
-  git submodule update
-  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
-  mkdir build
-  cd build
-  cmake \
--Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DPYTHON_EXECUTABLE=$(which python2) \
--DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
--DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
--DCMAKE_LIBRARY_PATH=/usr/lib \
--DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgname/build/"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD (from rev 
118319, gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   

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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 06:00:19
  Author: kkeen
Revision: 118319

upgpkg: gnuradio-iqbal 0.37.2-3 boost rebuild

Modified:
  gnuradio-iqbal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-05 03:56:45 UTC (rev 118318)
+++ PKGBUILD2014-09-05 04:00:19 UTC (rev 118319)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-iqbal
 _pkgname=gr-iqbal
 pkgver=0.37.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Gnuradio I/Q balancing"
 arch=('i686' 'x86_64')
 url="http://cgit.osmocom.org/gr-iqbal/";



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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 05:56:45
  Author: kkeen
Revision: 118318

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

Added:
  gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules
(from rev 118317, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD
(from rev 118317, gnuradio-fcdproplus/trunk/PKGBUILD)
  gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules
(from rev 118317, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD
(from rev 118317, gnuradio-fcdproplus/trunk/PKGBUILD)
Deleted:
  gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules
  gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD
  gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules
  gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD

--+
 /88-fcdproplus.rules |   18 ++
 /PKGBUILD|   74 +
 community-staging-i686/88-fcdproplus.rules   |9 ---
 community-staging-i686/PKGBUILD  |   37 
 community-staging-x86_64/88-fcdproplus.rules |9 ---
 community-staging-x86_64/PKGBUILD|   37 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-staging-i686/88-fcdproplus.rules
===
--- community-staging-i686/88-fcdproplus.rules  2014-09-05 03:56:24 UTC (rev 
118317)
+++ community-staging-i686/88-fcdproplus.rules  2014-09-05 03:56:45 UTC (rev 
118318)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules 
(from rev 118317, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-i686/88-fcdproplus.rules  (rev 0)
+++ community-staging-i686/88-fcdproplus.rules  2014-09-05 03:56:45 UTC (rev 
118318)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-09-05 03:56:24 UTC (rev 118317)
+++ community-staging-i686/PKGBUILD 2014-09-05 03:56:45 UTC (rev 118318)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-pkgname=gnuradio-fcdproplus
-_pkgname=gr-fcdproplus
-pkgver=3.7.4
-pkgrel=5
-_tag=v3.7_hidraw
-pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
-arch=('i686' 'x86_64')
-url="https://github.com/dl1ksv/gr-fcdproplus";
-license=('GPL3')
-depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs')
-makedepends=('git' 'cmake' 'boost' 'swig')
-replaces=('gr-fcdproplus')
-source=("git://github.com/dl1ksv/gr-fcdproplus.git#tag=$_tag"
-"88-fcdproplus.rules")
-md5sums=('SKIP'
- '465e12c454c6a22ebec9849181af7bdc')
-
-build() {
-  cd "$srcdir/$_pkgname"
-  mkdir build
-  cd build
-  cmake \
--DPYTHON_EXECUTABLE=$(which python2) \
--DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
--DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
--DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgname/build/"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 "$srcdir/88-fcdproplus.rules" 
"$pkgdir/etc/udev/rules.d/88-fcdproplus.rules"
-}

Copied: gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD (from rev 
118317, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-05 03:56:45 UTC (rev 118318)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.4
+pkgrel=7
+_tag=v3.7_hidraw
+pkgdesc="GNU Radio source block

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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 05:56:24
  Author: kkeen
Revision: 118317

upgpkg: gnuradio-fcdproplus 3.7.4-7 boost rebuild

Modified:
  gnuradio-fcdproplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-05 03:32:44 UTC (rev 118316)
+++ PKGBUILD2014-09-05 03:56:24 UTC (rev 118317)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-fcdproplus
 _pkgname=gr-fcdproplus
 pkgver=3.7.4
-pkgrel=6
+pkgrel=7
 _tag=v3.7_hidraw
 pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
 arch=('i686' 'x86_64')



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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 05:32:44
  Author: kkeen
Revision: 118316

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

Added:
  gnuradio/repos/community-staging-i686/21-fcd.rules
(from rev 118315, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-i686/PKGBUILD
(from rev 118315, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-i686/gnuradio.install
(from rev 118315, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 118315, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 118315, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-x86_64/gnuradio.install
(from rev 118315, gnuradio/trunk/gnuradio.install)
Deleted:
  gnuradio/repos/community-staging-i686/21-fcd.rules
  gnuradio/repos/community-staging-i686/PKGBUILD
  gnuradio/repos/community-staging-i686/gnuradio.install
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
  gnuradio/repos/community-staging-x86_64/PKGBUILD
  gnuradio/repos/community-staging-x86_64/gnuradio.install

---+
 /21-fcd.rules |   18 ++
 /PKGBUILD |  210 
 /gnuradio.install |  100 +
 community-staging-i686/21-fcd.rules   |9 -
 community-staging-i686/PKGBUILD   |  105 --
 community-staging-i686/gnuradio.install   |   50 --
 community-staging-x86_64/21-fcd.rules |9 -
 community-staging-x86_64/PKGBUILD |  105 --
 community-staging-x86_64/gnuradio.install |   50 --
 9 files changed, 328 insertions(+), 328 deletions(-)

Deleted: community-staging-i686/21-fcd.rules
===
--- community-staging-i686/21-fcd.rules 2014-09-05 03:31:44 UTC (rev 118315)
+++ community-staging-i686/21-fcd.rules 2014-09-05 03:32:44 UTC (rev 118316)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-staging-i686/21-fcd.rules (from rev 118315, 
gnuradio/trunk/21-fcd.rules)
===
--- community-staging-i686/21-fcd.rules (rev 0)
+++ community-staging-i686/21-fcd.rules 2014-09-05 03:32:44 UTC (rev 118316)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-09-05 03:31:44 UTC (rev 118315)
+++ community-staging-i686/PKGBUILD 2014-09-05 03:32:44 UTC (rev 118316)
@@ -1,105 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-# Contributor: Jonatan Sastre 
-pkgname=gnuradio
-pkgver=3.7.4
-pkgrel=2
-pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
-arch=('i686' 'x86_64')
-url="http://gnuradio.org";
-license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 
'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd' 'zeromq')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah' 'glu' 'swig' )
-optdepends=('gnuradio-osmosdr: pile of driver blocks'
-'python2-cheetah: gnuradio-companion'
-'python2-lxml: gnuradio-companion'
-'pygtk: gnuradio-companion'
-'wxpython: gr-wxgui'
-'python2-opengl: gr-wxgui'
-'boost: gr_modtool'
-'swig: gr_modtool'
-'cmake: gr_modtool'
-'pkgconfig: libuhd')
-conflicts=('gnuradio-git')
-install=gnuradio.install
-
-# gr-qtgui todo
-# talk to ronald about adding qwt5 to qwt package
-# bring pyqwt in from AUR
-# update optdepends
-#'qwtplot3d: gr-qtgui'
-#'pyqwt: gr-qtgui'
-# update makedepends
-#'qwtplot3d'
-# http://gnuradio.org/doc/doxygen/page_qtgui.html
-
-# gr-video-sdl ?
-
-# todo
-# split the gui components?
-# build doxygen docs?
-# icons
-# gnuradio-osmosdr 

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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 05:31:44
  Author: kkeen
Revision: 118315

upgpkg: gnuradio 3.7.5-2 boost rebuild

Modified:
  gnuradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-05 01:55:54 UTC (rev 118314)
+++ PKGBUILD2014-09-05 03:31:44 UTC (rev 118315)
@@ -4,7 +4,7 @@
 # Contributor: Jonatan Sastre 
 pkgname=gnuradio
 pkgver=3.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('i686' 'x86_64')
 url="http://gnuradio.org";



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

2014-09-04 Thread Felix Yan
Date: Friday, September 5, 2014 @ 03:55:13
  Author: fyan
Revision: 118313

upgpkg: python-kombu 3.0.22-1

Modified:
  python-kombu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-05 00:10:35 UTC (rev 118312)
+++ PKGBUILD2014-09-05 01:55:13 UTC (rev 118313)
@@ -4,8 +4,8 @@
 
 pkgbase=python-kombu
 pkgname=('python-kombu' 'python2-kombu')
-pkgver=3.0.21
-pkgrel=3
+pkgver=3.0.22
+pkgrel=1
 pkgdesc='A messaging library for Python'
 arch=('any')
 url="http://kombu.readthedocs.org/";
@@ -16,7 +16,7 @@
   'python-boto' 'python2-boto' 'python-pycurl' 'python2-pycurl' 
'python-nose' 'python2-nose'
   'python-amqp' 'python2-amqp' 'python-mock' 'python2-mock')
 
source=("http://pypi.python.org/packages/source/k/kombu/kombu-${pkgver}.tar.gz"{,.asc})
-sha256sums=('2eaca88496bcfcf9b6d597999776853792ef35f919c37e2f0f151dfe38a60d3a'
+sha256sums=('bcb7c30b6b2fa8a147ceea811e866f80ce383c9f82066644cd5460e951a04943'
 'SKIP')
 
 prepare() {



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

2014-09-04 Thread Felix Yan
Date: Friday, September 5, 2014 @ 03:55:54
  Author: fyan
Revision: 118314

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-05 01:55:13 UTC (rev 118313)
+++ PKGBUILD2014-09-05 01:55:54 UTC (rev 118314)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: mutantmonkey 
-
-pkgbase=python-kombu
-pkgname=('python-kombu' 'python2-kombu')
-pkgver=3.0.21
-pkgrel=3
-pkgdesc='A messaging library for Python'
-arch=('any')
-url="http://kombu.readthedocs.org/";
-license=('BSD')
-options=('!emptydirs')
-makedepends=('python-anyjson' 'python2-anyjson')
-checkdepends=('python-redis' 'python2-redis' 'python-yaml' 'python2-yaml' 
'python-msgpack' 'python2-msgpack'
-  'python-boto' 'python2-boto' 'python-pycurl' 'python2-pycurl' 
'python-nose' 'python2-nose'
-  'python-amqp' 'python2-amqp' 'python-mock' 'python2-mock')
-source=("http://pypi.python.org/packages/source/k/kombu/kombu-${pkgver}.tar.gz"{,.asc})
-sha256sums=('2eaca88496bcfcf9b6d597999776853792ef35f919c37e2f0f151dfe38a60d3a'
-'SKIP')
-
-prepare() {
-  cp -a kombu-$pkgver{,-py2}
-}
-
-check() {
-  cd kombu-$pkgver
-  nosetests3 || warning "Tests failed"
-
-  cd ../kombu-$pkgver-py2
-  nosetests2
-}
-
-package_python-kombu() {
-  depends=('python-amqp' 'python-anyjson')
-  optdepends=('python-pymongo: for MongoDB support'
-  'python-msgpack: for MessagePack support'
-  'python-pyro: for Pyro support'
-  'python-redis: for Redis support'
-  'python-sqlalchemy: for SQLAlchemy support'
-  'python-boto: for Amazon SQS support'
-  'python-yaml: for YAML support'
-  'python-pyzmq: for ZeroMQ support')
-  # 'python-couchdb: for CouchDB support': Not packaged yet
-  # 'python-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python-kazoo: for Zookeeper support': Not packaged yet
-  # 'python-librabbitmq: C optimization for AMQP transport' Not 
available for python 3 yet
-  # 'python-beanstalkc: for Beanstalk Support' Not available for 
python 3 yet
-
-  cd "$srcdir/kombu-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-kombu() {
-  depends=('python2-amqp' 'python2-anyjson')
-  optdepends=('python2-pymongo: for MongoDB support'
-  'python2-msgpack: for MessagePack support'
-  'python2-pyro: for Pyro support'
-  'python2-redis: for Redis support'
-  'python2-sqlalchemy: for SQLAlchemy support'
-  'python2-boto: for Amazon SQS support'
-  'python2-yaml: for YAML support'
-  'python2-pyzmq: for ZeroMQ support'
-  'python2-librabbitmq: C optimization for AMQP transport')
-  # 'python2-couchdb: for CouchDB support': In AUR
-  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python2-kazoo: for Zookeeper support': Not packaged yet
-  # 'python2-beanstalkc: for Beanstalk Support' Not packaged yet
-
-  cd "$srcdir/kombu-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-kombu/repos/community-any/PKGBUILD (from rev 118313, 
python-kombu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-05 01:55:54 UTC (rev 118314)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-kombu
+pkgname=('python-kombu' 'python2-kombu')
+pkgver=3.0.22
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="http://kombu.readthedocs.org/";
+license=('BSD')
+options=('!emptydirs')
+makedepends=('python-anyjson' 'python2-anyjson')
+checkdepends=('python-redis' 'python2-redis' 'python-yaml' 'python2-yaml' 
'python-msgpack' 'python2-msgpack'
+  'python-boto' 'python2-boto' 'python-pycurl' 'python2-pycurl' 
'python-nose' 'python2-nose'
+  'python-amqp' 'python2-amqp' 'python-mock' 'python2-mock')
+source=("http://pypi.python.org/packages/source/k/kombu/kombu-${pkgver}.tar.gz"{,.asc})
+sha256sums=('bcb7c30b6b2fa8a147ceea811e866f80ce383c9f82066644cd5460e951a04943'
+'SKIP')
+
+prepare() {
+  cp -a kombu-$pkgver{,-py2}
+}
+
+check() {
+  cd kombu-$pkgver
+  

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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 02:10:35
  Author: kkeen
Revision: 118312

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

Added:
  libuhd/repos/community-staging-i686/PKGBUILD
(from rev 118311, libuhd/trunk/PKGBUILD)
  libuhd/repos/community-staging-x86_64/PKGBUILD
(from rev 118311, libuhd/trunk/PKGBUILD)
  libuhd/repos/community-testing-i686/
  libuhd/repos/community-testing-i686/PKGBUILD
(from rev 118310, libuhd/trunk/PKGBUILD)
  libuhd/repos/community-testing-x86_64/
  libuhd/repos/community-testing-x86_64/PKGBUILD
(from rev 118310, libuhd/trunk/PKGBUILD)
Deleted:
  libuhd/repos/community-staging-i686/PKGBUILD
  libuhd/repos/community-staging-x86_64/PKGBUILD
  libuhd/repos/community-testing-i686/PKGBUILD
  libuhd/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |  196 
 community-staging-i686/PKGBUILD   |   49 -
 community-staging-x86_64/PKGBUILD |   49 -
 community-testing-i686/PKGBUILD   |   49 -
 community-testing-x86_64/PKGBUILD |   49 -
 5 files changed, 196 insertions(+), 196 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-09-05 00:07:25 UTC (rev 118311)
+++ community-staging-i686/PKGBUILD 2014-09-05 00:10:35 UTC (rev 118312)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-pkgname=libuhd
-pkgver=3.7.1
-_verstring=003_007_001
-pkgrel=2
-pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
-arch=('x86_64' 'i686')
-url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki";
-license=('GPL')
-depends=('boost-libs' 'orc' 'libusbx')
-optdepends=('python2: usrp utils')
-makedepends=('cmake' 'boost' 'python2-cheetah')
-
-source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz";)
-md5sums=('0f53757cc5452ceb53baab88471a6043')
-
-# consider making a firmware package
-# http://files.ettus.com/binaries/master_images/archive/
-
-build() {
-  cd "$srcdir/uhd-release_$_verstring/host"
-  # fix for py2
-  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|"
-  
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
-   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-   -DENABLE_EXAMPLES=OFF \
-   -DENABLE_UTILS=ON \
-   -DENABLE_TESTS=OFF \
-   -DENABLE_E100=ON
-  make
-}
-
-check() {
-  cd "$srcdir/uhd-release_$_verstring/host/build"
-  make test
-}
-
-package() {
-  cd "$srcdir/uhd-release_$_verstring/host/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "../utils/uhd-usrp.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
-} 
-

Copied: libuhd/repos/community-staging-i686/PKGBUILD (from rev 118311, 
libuhd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-05 00:10:35 UTC (rev 118312)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd
+pkgver=3.7.2
+_verstring=003_007_002
+pkgrel=3
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64' 'i686')
+url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki";
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+
+source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz";)
+md5sums=('515387ad594a1ca1e4447e97d4f78aa7')
+
+# consider making a firmware package
+# http://files.ettus.com/binaries/master_images/archive/
+
+build() {
+  cd "$srcdir/uhd-release_$_verstring/host"
+  # fix for py2
+  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|"
+  
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../utils/uhd-usrp.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 
+

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2014-09-05 00:07:25 UTC (rev 118311)
+++ community-staging-x86_64/PKGBUILD   2014-09-05 00:10:35 UTC (rev 118312)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-

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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 02:07:25
  Author: kkeen
Revision: 118311

upgpkg: libuhd 3.7.2-3 boost rebuild

Modified:
  libuhd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 23:31:26 UTC (rev 118310)
+++ PKGBUILD2014-09-05 00:07:25 UTC (rev 118311)
@@ -5,7 +5,7 @@
 pkgname=libuhd
 pkgver=3.7.2
 _verstring=003_007_002
-pkgrel=2
+pkgrel=3
 pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
 arch=('x86_64' 'i686')
 url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki";



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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 01:31:26
  Author: kkeen
Revision: 118310

upgpkg: libuhd 3.7.2-2 boost rebuild

Modified:
  libuhd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 23:22:23 UTC (rev 118309)
+++ PKGBUILD2014-09-04 23:31:26 UTC (rev 118310)
@@ -5,7 +5,7 @@
 pkgname=libuhd
 pkgver=3.7.2
 _verstring=003_007_002
-pkgrel=1
+pkgrel=2
 pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
 arch=('x86_64' 'i686')
 url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki";



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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 01:19:24
  Author: kkeen
Revision: 118302

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

Added:
  gqrx/repos/community-testing-i686/
  gqrx/repos/community-testing-i686/PKGBUILD
(from rev 118301, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-testing-i686/gqrx.desktop
(from rev 118301, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-testing-i686/gqrx.png
(from rev 118301, gqrx/trunk/gqrx.png)
  gqrx/repos/community-testing-x86_64/
  gqrx/repos/community-testing-x86_64/PKGBUILD
(from rev 118301, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-testing-x86_64/gqrx.desktop
(from rev 118301, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-testing-x86_64/gqrx.png
(from rev 118301, gqrx/trunk/gqrx.png)

---+
 community-testing-i686/PKGBUILD   |   54 
 community-testing-i686/gqrx.desktop   |   10 +
 community-testing-x86_64/PKGBUILD |   54 
 community-testing-x86_64/gqrx.desktop |   10 +
 4 files changed, 128 insertions(+)

Copied: gqrx/repos/community-testing-i686/PKGBUILD (from rev 118301, 
gqrx/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-04 23:19:24 UTC (rev 118302)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/";
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("https://github.com/csete/gqrx/archive/v$pkgver.tar.gz";
+"$pkgname.png"
+"$pkgname.desktop")
+md5sums=('84dca4975fe118f7672d7ae821b54605'
+ 'f7032a8883c89bd80e0d0fd36f861c59'
+ '810f89195231c18f32af92522aade721')
+
+prepare() {
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+

Copied: gqrx/repos/community-testing-i686/gqrx.desktop (from rev 118301, 
gqrx/trunk/gqrx.desktop)
===
--- community-testing-i686/gqrx.desktop (rev 0)
+++ community-testing-i686/gqrx.desktop 2014-09-04 23:19:24 UTC (rev 118302)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=GQRX SDR
+GenericName=Funcube SDR Software
+Comment=Controller application for the Funcube Dongle and operating 
application.
+Exec=gqrx
+Icon=gqrx
+Terminal=false
+Type=Application
+Categories=AudioVideo;Audio;HamRadio;
+StartupNotify=false

Copied: gqrx/repos/community-testing-i686/gqrx.png (from rev 118301, 
gqrx/trunk/gqrx.png)
===
(Binary files differ)

Copied: gqrx/repos/community-testing-x86_64/PKGBUILD (from rev 118301, 
gqrx/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-04 23:19:24 UTC (rev 118302)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/";
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("https://github.com/csete/gqrx/archive/v$pkgver.tar.gz";
+"$pkgname.png"
+"$pkgname.desktop")
+md5sums=('84dca4975fe118f7672d7ae821b54605'
+ 'f7032a8883c89bd80e0d0fd36f861c59'
+ '810f89195231c18f32af92522aade721')
+
+prepare() {
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"

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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 01:18:50
  Author: kkeen
Revision: 118301

upgpkg: gqrx 2.3.1-1

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 23:05:38 UTC (rev 118300)
+++ PKGBUILD2014-09-04 23:18:50 UTC (rev 118301)
@@ -3,8 +3,8 @@
 # Contributor: Dominik Heidler 
 
 pkgname=gqrx
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.3.1
+pkgrel=1
 pkgdesc="Interactive SDR receiver waterfall for many devices."
 arch=('i686' 'x86_64')
 url="http://gqrx.dk/";
@@ -14,7 +14,7 @@
 source=("https://github.com/csete/gqrx/archive/v$pkgver.tar.gz";
 "$pkgname.png"
 "$pkgname.desktop")
-md5sums=('06b717507f2641b717fd7795b2bcfbae'
+md5sums=('84dca4975fe118f7672d7ae821b54605'
  'f7032a8883c89bd80e0d0fd36f861c59'
  '810f89195231c18f32af92522aade721')
 



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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 01:05:38
  Author: kkeen
Revision: 118300

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

Added:
  gnuradio-osmosdr/repos/community-testing-i686/
  gnuradio-osmosdr/repos/community-testing-i686/PKGBUILD
(from rev 118299, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-testing-x86_64/
  gnuradio-osmosdr/repos/community-testing-x86_64/PKGBUILD
(from rev 118299, gnuradio-osmosdr/trunk/PKGBUILD)

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

Copied: gnuradio-osmosdr/repos/community-testing-i686/PKGBUILD (from rev 
118299, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-04 23:05:38 UTC (rev 118300)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices"
+url="http://sdr.osmocom.org/trac/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add airspy support? miri? osmo?
+
+build() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-osmosdr/repos/community-testing-x86_64/PKGBUILD (from rev 
118299, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-04 23:05:38 UTC (rev 118300)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices"
+url="http://sdr.osmocom.org/trac/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add airspy support? miri? osmo?
+
+build() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}



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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 01:05:19
  Author: kkeen
Revision: 118299

upgpkg: gnuradio-osmosdr 0.1.3-1

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 22:42:24 UTC (rev 118298)
+++ PKGBUILD2014-09-04 23:05:19 UTC (rev 118299)
@@ -3,9 +3,8 @@
 # Contributor: Dominik Heidler 
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
-pkgver=0.1.1
-pkgrel=11
-#_commit=c65d205d3b
+pkgver=0.1.3
+pkgrel=1
 pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices"
 url="http://sdr.osmocom.org/trac/";
 arch=('i686' 'x86_64')
@@ -15,10 +14,9 @@
 conflicts=('gr-osmosdr-git')
 replaces=('gr-osmosdr')
 source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
-#source=("git://git.osmocom.org/gr-osmosdr#commit=$_commit")
 md5sums=('SKIP')
 
-# add airspy support?
+# add airspy support? miri? osmo?
 
 build() {
   cd "$srcdir/$_pkgname"



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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 00:42:24
  Author: kkeen
Revision: 118298

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

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

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

Copied: bladerf/repos/community-testing-i686/PKGBUILD (from rev 118297, 
bladerf/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-04 22:42:24 UTC (rev 118298)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=bladerf
+pkgver=0.16.2
+_CLIver=0.11.1
+_FPGAver=0.0.6
+_firmver=1.7.0
+pkgrel=1
+pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
+url="https://github.com/Nuand/bladeRF";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libusb')
+makedepends=('cmake' 'help2man')
+#backup=("etc/bladerf.cfg")
+
+source=(
+"https://github.com/Nuand/bladeRF/archive/libbladeRF_v$pkgver.tar.gz";
+"http://nuand.com/fpga/v$_FPGAver/hostedx40.rbf";
+"http://nuand.com/fpga/v$_FPGAver/hostedx115.rbf";
+"http://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img";)
+
+md5sums=('d77c86cf6ba5b253591a59eacf24072c'
+ '85b91b0caeb64750e8d0ca8dd3358992'
+ 'eb91ecda1d1203750f0f2b9859c9c20f'
+ '73ace21e693049e475cceb88bed900d7')
+
+# bladeRF-cli can use libtecla (aur)?
+
+build() {
+  cd "$srcdir/bladeRF-libbladeRF_v$pkgver"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DINSTALL_UDEV_RULES=ON \
+-DBUILD_DOCUMENTATION=ON \
+-DCMAKE_INSTALL_LIBDIR:PATH=lib \
+-Dusb_LIBRARY:FILEPATH=/usr/lib/libusb-1.0.so \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+  # ENABLE_FX3_BUILD needs cypress toolchain
+  # really really wants to put files in /usr/lib64
+}
+
+package() {
+  cd "$srcdir/bladeRF-libbladeRF_v$pkgver/build"
+  make DESTDIR="${pkgdir}" install
+  cd "$srcdir"
+  install -Dm644 "bladeRF_fw_v$_firmver.img" 
"$pkgdir/usr/share/bladerf/firmware/bladeRF_fw_v$_firmver.img"
+  install -Dm644 hostedx40.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx40.rbf"
+  install -Dm644 hostedx115.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx115.rbf"
+}

Copied: bladerf/repos/community-testing-x86_64/PKGBUILD (from rev 118297, 
bladerf/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-04 22:42:24 UTC (rev 118298)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=bladerf
+pkgver=0.16.2
+_CLIver=0.11.1
+_FPGAver=0.0.6
+_firmver=1.7.0
+pkgrel=1
+pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
+url="https://github.com/Nuand/bladeRF";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libusb')
+makedepends=('cmake' 'help2man')
+#backup=("etc/bladerf.cfg")
+
+source=(
+"https://github.com/Nuand/bladeRF/archive/libbladeRF_v$pkgver.tar.gz";
+"http://nuand.com/fpga/v$_FPGAver/hostedx40.rbf";
+"http://nuand.com/fpga/v$_FPGAver/hostedx115.rbf";
+"http://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img";)
+
+md5sums=('d77c86cf6ba5b253591a59eacf24072c'
+ '85b91b0caeb64750e8d0ca8dd3358992'
+ 'eb91ecda1d1203750f0f2b9859c9c20f'
+ '73ace21e693049e475cceb88bed900d7')
+
+# bladeRF-cli can use libtecla (aur)?
+
+build() {
+  cd "$srcdir/bladeRF-libbladeRF_v$pkgver"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DINSTALL_UDEV_RULES=ON \
+-DBUILD_DOCUMENTATION=ON \
+-DCMAKE_INSTALL_LIBDIR:PATH=lib \
+-Dusb_LIBRARY:FILEPATH=/usr/lib/libusb-1.0.so \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+  # ENABLE_FX3_BUILD needs cypress toolchain
+  # really really wants to put files in /usr/lib64
+}
+
+package() {
+  cd "$srcdir/bladeRF-libbladeRF_v$pkgver/build"
+  make DESTDIR="${pkgdir}" install
+  cd "$srcdir"
+  install -Dm644 "bladeRF_fw_v$_firmver.img" 
"$pkgdir/usr/share/bladerf/firmware/bladeRF_fw_v$_firmver.img"
+  install -Dm644 hostedx40.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx40.rbf"
+  install -Dm644 hostedx115.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx115.rbf"
+}



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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 00:42:00
  Author: kkeen
Revision: 118297

upgpkg: bladerf 0.16.2-1

Modified:
  bladerf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 22:28:54 UTC (rev 118296)
+++ PKGBUILD2014-09-04 22:42:00 UTC (rev 118297)
@@ -2,9 +2,9 @@
 # Maintainer: Kyle Keen 
 # Contributor: Dominik Heidler 
 pkgname=bladerf
-pkgver=0.16.0
-_CLIver=0.11.0
-_FPGAver=0.0.5
+pkgver=0.16.2
+_CLIver=0.11.1
+_FPGAver=0.0.6
 _firmver=1.7.0
 pkgrel=1
 pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
@@ -21,9 +21,9 @@
 "http://nuand.com/fpga/v$_FPGAver/hostedx115.rbf";
 "http://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img";)
 
-md5sums=('3a3dd03382a0f649a442851ef094f864'
- 'a474050c832cbe528fb8635b36c36a34'
- 'd3ca5dc09115daf0bab731744b081165'
+md5sums=('d77c86cf6ba5b253591a59eacf24072c'
+ '85b91b0caeb64750e8d0ca8dd3358992'
+ 'eb91ecda1d1203750f0f2b9859c9c20f'
  '73ace21e693049e475cceb88bed900d7')
 
 # bladeRF-cli can use libtecla (aur)?



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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 00:28:54
  Author: kkeen
Revision: 118296

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

Added:
  gnuradio-iqbal/repos/community-testing-i686/
  gnuradio-iqbal/repos/community-testing-i686/PKGBUILD
(from rev 118295, gnuradio-iqbal/trunk/PKGBUILD)
  gnuradio-iqbal/repos/community-testing-x86_64/
  gnuradio-iqbal/repos/community-testing-x86_64/PKGBUILD
(from rev 118295, gnuradio-iqbal/trunk/PKGBUILD)

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

Copied: gnuradio-iqbal/repos/community-testing-i686/PKGBUILD (from rev 118295, 
gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-04 22:28:54 UTC (rev 118296)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=2
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/";
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-iqbal/repos/community-testing-x86_64/PKGBUILD (from rev 
118295, gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-04 22:28:54 UTC (rev 118296)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=2
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/";
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}



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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 00:28:28
  Author: kkeen
Revision: 118295

upgpkg: gnuradio-iqbal 0.37.2-2

Modified:
  gnuradio-iqbal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 22:18:46 UTC (rev 118294)
+++ PKGBUILD2014-09-04 22:28:28 UTC (rev 118295)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-iqbal
 _pkgname=gr-iqbal
 pkgver=0.37.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Gnuradio I/Q balancing"
 arch=('i686' 'x86_64')
 url="http://cgit.osmocom.org/gr-iqbal/";



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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 00:18:25
  Author: kkeen
Revision: 118293

upgpkg: gnuradio-fcdproplus 3.7.4-6

Modified:
  gnuradio-fcdproplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 22:17:17 UTC (rev 118292)
+++ PKGBUILD2014-09-04 22:18:25 UTC (rev 118293)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-fcdproplus
 _pkgname=gr-fcdproplus
 pkgver=3.7.4
-pkgrel=5
+pkgrel=6
 _tag=v3.7_hidraw
 pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
 arch=('i686' 'x86_64')



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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 00:18:46
  Author: kkeen
Revision: 118294

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

Added:
  gnuradio-fcdproplus/repos/community-testing-i686/
  gnuradio-fcdproplus/repos/community-testing-i686/88-fcdproplus.rules
(from rev 118293, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-testing-i686/PKGBUILD
(from rev 118293, gnuradio-fcdproplus/trunk/PKGBUILD)
  gnuradio-fcdproplus/repos/community-testing-x86_64/
  gnuradio-fcdproplus/repos/community-testing-x86_64/88-fcdproplus.rules
(from rev 118293, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-testing-x86_64/PKGBUILD
(from rev 118293, gnuradio-fcdproplus/trunk/PKGBUILD)

--+
 community-testing-i686/88-fcdproplus.rules   |9 ++
 community-testing-i686/PKGBUILD  |   37 +
 community-testing-x86_64/88-fcdproplus.rules |9 ++
 community-testing-x86_64/PKGBUILD|   37 +
 4 files changed, 92 insertions(+)

Copied: gnuradio-fcdproplus/repos/community-testing-i686/88-fcdproplus.rules 
(from rev 118293, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-testing-i686/88-fcdproplus.rules  (rev 0)
+++ community-testing-i686/88-fcdproplus.rules  2014-09-04 22:18:46 UTC (rev 
118294)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-testing-i686/PKGBUILD (from rev 
118293, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-04 22:18:46 UTC (rev 118294)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.4
+pkgrel=6
+_tag=v3.7_hidraw
+pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
+arch=('i686' 'x86_64')
+url="https://github.com/dl1ksv/gr-fcdproplus";
+license=('GPL3')
+depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs')
+makedepends=('git' 'cmake' 'boost' 'swig')
+replaces=('gr-fcdproplus')
+source=("git://github.com/dl1ksv/gr-fcdproplus.git#tag=$_tag"
+"88-fcdproplus.rules")
+md5sums=('SKIP'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 "$srcdir/88-fcdproplus.rules" 
"$pkgdir/etc/udev/rules.d/88-fcdproplus.rules"
+}

Copied: gnuradio-fcdproplus/repos/community-testing-x86_64/88-fcdproplus.rules 
(from rev 118293, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-testing-x86_64/88-fcdproplus.rules
(rev 0)
+++ community-testing-x86_64/88-fcdproplus.rules2014-09-04 22:18:46 UTC 
(rev 118294)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-testing-x86_64/PKGBUILD (from rev 
118293, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-04 22:18:46 UTC (rev 118294)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.4
+pkgrel=6
+_tag=v3.7_hidraw
+pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
+arch=('i686' 'x86_64')
+url="https://github.com/dl1ksv/gr-fcdproplus";
+license=('GP

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

2014-09-04 Thread Jonathan Steel
Date: Friday, September 5, 2014 @ 00:16:55
  Author: jsteel
Revision: 118291

upgpkg: vagrant 1.6.5-1

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 22:07:24 UTC (rev 118290)
+++ PKGBUILD2014-09-04 22:16:55 UTC (rev 118291)
@@ -10,7 +10,7 @@
 # Contributor: Steven Nance 
 
 pkgname=vagrant
-pkgver=1.6.4
+pkgver=1.6.5
 pkgrel=1
 pkgdesc="Build and distribute virtualized development environments"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 makedepends=('git')
 
source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
 
http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_$CARCH.zip)
-md5sums=('a7981a9ead12f67db3c4720e0322af80')
+md5sums=('0c7aa7c0262a1822a1c0e0f349984a97')
 [[ $CARCH == i686 ]] && md5sums[3]='c04042b24de56d18a041bc005e5ecaa4'
 [[ $CARCH == x86_64 ]] && md5sums[3]='53d8a137e0b50fee8509a7d1c15fd33b'
 



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

2014-09-04 Thread Jonathan Steel
Date: Friday, September 5, 2014 @ 00:17:17
  Author: jsteel
Revision: 118292

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

Added:
  vagrant/repos/community-i686/PKGBUILD
(from rev 118291, vagrant/trunk/PKGBUILD)
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 118291, vagrant/trunk/PKGBUILD)
Deleted:
  vagrant/repos/community-i686/PKGBUILD
  vagrant/repos/community-i686/nfs.patch
  vagrant/repos/community-x86_64/PKGBUILD
  vagrant/repos/community-x86_64/nfs.patch

+
 /PKGBUILD  |  110 +++
 community-i686/PKGBUILD|   62 
 community-i686/nfs.patch   |   20 ---
 community-x86_64/PKGBUILD  |   62 
 community-x86_64/nfs.patch |   20 ---
 5 files changed, 110 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-04 22:16:55 UTC (rev 118291)
+++ community-i686/PKGBUILD 2014-09-04 22:17:17 UTC (rev 118292)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=1.6.3
-pkgrel=2
-pkgdesc="Build and distribute virtualized development environments"
-arch=('i686' 'x86_64')
-url="http://vagrantup.com";
-license=('MIT')
-options=('!emptydirs')
-depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
-makedepends=('git')
-source=(http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-nfs.patch
-
http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
-md5sums=('55a91a9d9cba7b8b9d126c75b114e510' 'a670dd93057fbd782176e0275b034bee')
-[[ $CARCH == i686 ]] && md5sums[3]='c04042b24de56d18a041bc005e5ecaa4'
-[[ $CARCH == x86_64 ]] && md5sums[3]='53d8a137e0b50fee8509a7d1c15fd33b'
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  patch -Np0 -i "$srcdir"/nfs.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  EMBEDDED_DIR="$srcdir"/substrate/embedded
-
-  echo -n $pkgver > "$srcdir"/substrate/${pkgname}_version
-
-  "$EMBEDDED_DIR"/bin/gem build $pkgname.gemspec
-
-  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc CPPFLAGS="-I$EMBEDDED_DIR"/include \
-  LDFLAGS="-L$EMBEDDED_DIR"/lib PATH="$EMBEDDED_DIR/bin:$PATH" \
-"$EMBEDDED_DIR"/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
-}
-
-package() {
-  install -d "$pkgdir"/{opt/,usr/bin/,usr/share/bash-completion/completions/}
-
-  cp -r "$srcdir"/substrate/ "$pkgdir"/opt/$pkgname/
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  ln -s 
/opt/$pkgname/embedded/gems/gems/$pkgname-$pkgver/contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-i686/PKGBUILD (from rev 118291, 
vagrant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-04 22:17:17 UTC (rev 118292)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=1.6.5
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('i686' 'x86_64')
+url="http://vagrantup.com";
+license=('MIT')
+options=('!emptydirs')
+depends=('ruby' 'curl' 'lzo' 'libidn' 'rtmpdump')
+makedepends=('git')
+source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_$CARCH.zip)
+md5sums=('0c7aa7c0262a1822a1c0e0f349984a97')
+[[ $CARCH == i686 ]] && md5sums[3]='c04042b24de56d18a041bc005e5ecaa4'
+[[ $CARCH == x86_64 ]] && md5sums[3]='53d8a137e0b50fee8509a7d1c15fd33b'
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  EMBEDDED_DIR="$srcdir"/substrate/embedded
+
+  echo -n $pkgver > "$srcdir"/substrate/${pkgname}_version
+
+  "$EMBEDDED_DIR"/bin/gem build $pkgname.gemspec
+
+  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc CPPFLAGS="-I$EMBEDDED_DIR"/include \
+  LDFLAGS="-L$EMBEDDED_DIR"/lib PATH="$EMBEDDED_DIR/bin:$PATH" \
+"$EMBEDDED_DIR"/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
+}
+
+package() {
+  install -d "$pkgdir"/{opt/,usr/bin/,usr/share/bash-completion/completions/}
+
+  cp -r "$srcdir"/substrate/ "$pkgdir"/opt/$pkgname/
+
+  

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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 00:07:24
  Author: kkeen
Revision: 118290

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

Added:
  gnuradio/repos/community-testing-i686/
  gnuradio/repos/community-testing-i686/21-fcd.rules
(from rev 118289, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-testing-i686/PKGBUILD
(from rev 118289, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-testing-i686/gnuradio.install
(from rev 118289, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-testing-x86_64/
  gnuradio/repos/community-testing-x86_64/21-fcd.rules
(from rev 118289, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-testing-x86_64/PKGBUILD
(from rev 118289, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-testing-x86_64/gnuradio.install
(from rev 118289, gnuradio/trunk/gnuradio.install)

---+
 community-testing-i686/21-fcd.rules   |9 ++
 community-testing-i686/PKGBUILD   |  105 
 community-testing-i686/gnuradio.install   |   50 +
 community-testing-x86_64/21-fcd.rules |9 ++
 community-testing-x86_64/PKGBUILD |  105 
 community-testing-x86_64/gnuradio.install |   50 +
 6 files changed, 328 insertions(+)

Copied: gnuradio/repos/community-testing-i686/21-fcd.rules (from rev 118289, 
gnuradio/trunk/21-fcd.rules)
===
--- community-testing-i686/21-fcd.rules (rev 0)
+++ community-testing-i686/21-fcd.rules 2014-09-04 22:07:24 UTC (rev 118290)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-testing-i686/PKGBUILD (from rev 118289, 
gnuradio/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-04 22:07:24 UTC (rev 118290)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+# Contributor: Jonatan Sastre 
+pkgname=gnuradio
+pkgver=3.7.5
+pkgrel=1
+pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
+arch=('i686' 'x86_64')
+url="http://gnuradio.org";
+license=('GPL')
+depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 
'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd' 'zeromq')
+makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah' 'glu' 'swig' )
+optdepends=('gnuradio-osmosdr: pile of driver blocks'
+'python2-cheetah: gnuradio-companion'
+'python2-lxml: gnuradio-companion'
+'pygtk: gnuradio-companion'
+'wxpython: gr-wxgui'
+'python2-opengl: gr-wxgui'
+'boost: gr_modtool'
+'swig: gr_modtool'
+'cmake: gr_modtool'
+'pkgconfig: libuhd')
+conflicts=('gnuradio-git')
+install=gnuradio.install
+
+# gr-qtgui todo
+# talk to ronald about adding qwt5 to qwt package
+# bring pyqwt in from AUR
+# update optdepends
+#'qwtplot3d: gr-qtgui'
+#'pyqwt: gr-qtgui'
+# update makedepends
+#'qwtplot3d'
+# http://gnuradio.org/doc/doxygen/page_qtgui.html
+
+# gr-video-sdl ?
+
+# todo
+# split the gui components?
+# build doxygen docs?
+# icons
+# gnuradio-osmosdr is not an optdep
+
+# comedilib: gr-comedi
+# zeroc-ice: gr-ctrlport
+# doxygen: C++ autogenerated documentation
+# python2-sphinx: Python autogenerated documentation
+
+source=("http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";
+"21-fcd.rules")
+md5sums=('b4a917a548f41ce25c6c88f9bc864bca'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+build() {
+  export PYTHON=python2
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" 
grc/freedesktop/CMakeLists.txt
+  sed -i -e "s|/qwt$|/qwt5|" -e "s| qwt | qwt5 |" cmake/Modules/FindQwt.cmake
+  sed -i -e "s| sphinx-build$| sphinx-build2|" cmake/Modules/FindSphinx.cmake
+  msg "Starting build."
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DENABLE_GRC=ON \
+-DENABLE_GR_WXGUI=ON \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  export PYTHON=python2
+  #make test
+}
+
+package() {
+  cd "$srcdir

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

2014-09-04 Thread Kyle Keen
Date: Friday, September 5, 2014 @ 00:06:58
  Author: kkeen
Revision: 118289

upgpkg: gnuradio 3.7.5-1

Modified:
  gnuradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 21:51:15 UTC (rev 118288)
+++ PKGBUILD2014-09-04 22:06:58 UTC (rev 118289)
@@ -3,8 +3,8 @@
 # Contributor: Dominik Heidler 
 # Contributor: Jonatan Sastre 
 pkgname=gnuradio
-pkgver=3.7.4
-pkgrel=2
+pkgver=3.7.5
+pkgrel=1
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('i686' 'x86_64')
 url="http://gnuradio.org";
@@ -49,7 +49,7 @@
 
 source=("http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";
 "21-fcd.rules")
-md5sums=('94e7115ad7b46b5bc9e0b336cf74d8ba'
+md5sums=('b4a917a548f41ce25c6c88f9bc864bca'
  '465e12c454c6a22ebec9849181af7bdc')
 
 build() {



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

2014-09-04 Thread Kyle Keen
Date: Thursday, September 4, 2014 @ 23:51:15
  Author: kkeen
Revision: 118288

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

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

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

Copied: libuhd/repos/community-testing-i686/PKGBUILD (from rev 118287, 
libuhd/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-04 21:51:15 UTC (rev 118288)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd
+pkgver=3.7.2
+_verstring=003_007_002
+pkgrel=1
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64' 'i686')
+url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki";
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+
+source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz";)
+md5sums=('515387ad594a1ca1e4447e97d4f78aa7')
+
+# consider making a firmware package
+# http://files.ettus.com/binaries/master_images/archive/
+
+build() {
+  cd "$srcdir/uhd-release_$_verstring/host"
+  # fix for py2
+  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|"
+  
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../utils/uhd-usrp.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 
+

Copied: libuhd/repos/community-testing-x86_64/PKGBUILD (from rev 118287, 
libuhd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-04 21:51:15 UTC (rev 118288)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd
+pkgver=3.7.2
+_verstring=003_007_002
+pkgrel=1
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64' 'i686')
+url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki";
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+
+source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz";)
+md5sums=('515387ad594a1ca1e4447e97d4f78aa7')
+
+# consider making a firmware package
+# http://files.ettus.com/binaries/master_images/archive/
+
+build() {
+  cd "$srcdir/uhd-release_$_verstring/host"
+  # fix for py2
+  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|"
+  
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../utils/uhd-usrp.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 
+



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

2014-09-04 Thread Kyle Keen
Date: Thursday, September 4, 2014 @ 23:50:56
  Author: kkeen
Revision: 118287

upgpkg: libuhd 3.7.2-1

Modified:
  libuhd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 21:07:27 UTC (rev 118286)
+++ PKGBUILD2014-09-04 21:50:56 UTC (rev 118287)
@@ -3,9 +3,9 @@
 # Contributor: Dominik Heidler 
 
 pkgname=libuhd
-pkgver=3.7.1
-_verstring=003_007_001
-pkgrel=2
+pkgver=3.7.2
+_verstring=003_007_002
+pkgrel=1
 pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
 arch=('x86_64' 'i686')
 url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki";
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'boost' 'python2-cheetah')
 
 
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz";)
-md5sums=('0f53757cc5452ceb53baab88471a6043')
+md5sums=('515387ad594a1ca1e4447e97d4f78aa7')
 
 # consider making a firmware package
 # http://files.ettus.com/binaries/master_images/archive/



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 23:09:22
  Author: jgc
Revision: 220992

upgpkg: rest 0.7.92-1

Modified:
  rest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 21:06:13 UTC (rev 220991)
+++ PKGBUILD2014-09-04 21:09:22 UTC (rev 220992)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=rest
-pkgver=0.7.91
+pkgver=0.7.92
 pkgrel=1
 pkgdesc="A helper library for RESTful services."
 arch=(i686 x86_64)
@@ -9,9 +9,9 @@
 url="http://www.gtk.org/";
 license=(GPL2)
 depends=(glib2 libxml2 'libsoup')
-makedepends=(gobject-introspection)
+makedepends=(gobject-introspection python2)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('838814d935143f2dc99eb79f1ac69c615e7b547339f6cd226dd0ed4d7c16b67a')
+sha256sums=('07548c8785a3e743daf54a82b952ff5f32af94fee68997df4c83b00d52f9c0ec')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 23:09:28
  Author: jgc
Revision: 220993

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  rest/repos/gnome-unstable-i686/
  rest/repos/gnome-unstable-i686/PKGBUILD
(from rev 220992, rest/trunk/PKGBUILD)
  rest/repos/gnome-unstable-x86_64/
  rest/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220992, rest/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   29 +
 gnome-unstable-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: rest/repos/gnome-unstable-i686/PKGBUILD (from rev 220992, 
rest/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 21:09:28 UTC (rev 220993)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=rest
+pkgver=0.7.92
+pkgrel=1
+pkgdesc="A helper library for RESTful services."
+arch=(i686 x86_64)
+url="http://www.gtk.org/";
+license=(GPL2)
+depends=(glib2 libxml2 'libsoup')
+makedepends=(gobject-introspection python2)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('07548c8785a3e743daf54a82b952ff5f32af94fee68997df4c83b00d52f9c0ec')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: rest/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220992, 
rest/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-04 21:09:28 UTC (rev 220993)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=rest
+pkgver=0.7.92
+pkgrel=1
+pkgdesc="A helper library for RESTful services."
+arch=(i686 x86_64)
+url="http://www.gtk.org/";
+license=(GPL2)
+depends=(glib2 libxml2 'libsoup')
+makedepends=(gobject-introspection python2)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('07548c8785a3e743daf54a82b952ff5f32af94fee68997df4c83b00d52f9c0ec')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-09-04 Thread Ike Devolder
Date: Thursday, September 4, 2014 @ 23:07:27
  Author: idevolder
Revision: 118286

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

Added:
  par2cmdline/repos/community-i686/PKGBUILD
(from rev 118285, par2cmdline/trunk/PKGBUILD)
  par2cmdline/repos/community-x86_64/PKGBUILD
(from rev 118285, par2cmdline/trunk/PKGBUILD)
Deleted:
  par2cmdline/repos/community-i686/PKGBUILD
  par2cmdline/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 2014-09-04 21:07:13 UTC (rev 118285)
+++ community-i686/PKGBUILD 2014-09-04 21:07:27 UTC (rev 118286)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Maintainer: Sébastien Luttringer https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('1b3486717744d2a42e41ee89f7935a229dc720c73f4e679493b8f06290fdac14')
-
-build() {
-   cd "$pkgname-$pkgver"
-   aclocal
-   automake --add-missing
-   autoconf
-   ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   make check
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: par2cmdline/repos/community-i686/PKGBUILD (from rev 118285, 
par2cmdline/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-04 21:07:27 UTC (rev 118286)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Sébastien Luttringer https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz";)
+sha256sums=('fd917e0a10f28e10cc50db4a742cc85da34b8fffa5a71182f317dfa60643ab9d')
+
+build() {
+   cd "$pkgname-$pkgver"
+   aclocal
+   automake --add-missing
+   autoconf
+   ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-04 21:07:13 UTC (rev 118285)
+++ community-x86_64/PKGBUILD   2014-09-04 21:07:27 UTC (rev 118286)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Maintainer: Sébastien Luttringer https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('1b3486717744d2a42e41ee89f7935a229dc720c73f4e679493b8f06290fdac14')
-
-build() {
-   cd "$pkgname-$pkgver"
-   aclocal
-   automake --add-missing
-   autoconf
-   ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   make check
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: par2cmdline/repos/community-x86_64/PKGBUILD (from rev 118285, 
par2cmdline/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-04 21:07:27 UTC (rev 118286)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Sébastien Luttringer https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz";)
+sha256sums=('fd917e0a10f28e10cc50db4a742cc85da34b8fffa5a71182f317dfa60643ab9d')
+
+build() {
+   cd "$pkgname-$pkgver"
+   aclocal
+   automake --add-missing
+   autoconf
+   ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-09-04 Thread Ike Devolder
Date: Thursday, September 4, 2014 @ 23:07:13
  Author: idevolder
Revision: 118285

par2cmdline :: 0.6.9

Modified:
  par2cmdline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 17:26:55 UTC (rev 118284)
+++ PKGBUILD2014-09-04 21:07:13 UTC (rev 118285)
@@ -3,7 +3,7 @@
 # Maintainer: Sébastien Luttringer https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('1b3486717744d2a42e41ee89f7935a229dc720c73f4e679493b8f06290fdac14')
+sha256sums=('fd917e0a10f28e10cc50db4a742cc85da34b8fffa5a71182f317dfa60643ab9d')
 
 build() {
cd "$pkgname-$pkgver"



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 23:06:13
  Author: jgc
Revision: 220991

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  geocode-glib/repos/gnome-unstable-i686/
  geocode-glib/repos/gnome-unstable-i686/PKGBUILD
(from rev 220990, geocode-glib/trunk/PKGBUILD)
  geocode-glib/repos/gnome-unstable-x86_64/
  geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220990, geocode-glib/trunk/PKGBUILD)

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

Copied: geocode-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 220990, 
geocode-glib/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 21:06:13 UTC (rev 220991)
@@ -0,0 +1,27 @@
+#$Id:
+#Maintainer: Jan de Groot 
+
+pkgname=geocode-glib
+pkgver=3.13.3
+pkgrel=1
+pkgdesc="Geocode Helper library"
+arch=(i686 x86_64)
+license=('GPL')
+url="https://git.gnome.org/browse/geocode-glib/";
+depends=('glib2' 'json-glib' 'libsoup')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ed0bf25441b9713cd430a7a1da99c14e5e3d5d374d363e306a3702e4c20224df')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220990, 
geocode-glib/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-04 21:06:13 UTC (rev 220991)
@@ -0,0 +1,27 @@
+#$Id:
+#Maintainer: Jan de Groot 
+
+pkgname=geocode-glib
+pkgver=3.13.3
+pkgrel=1
+pkgdesc="Geocode Helper library"
+arch=(i686 x86_64)
+license=('GPL')
+url="https://git.gnome.org/browse/geocode-glib/";
+depends=('glib2' 'json-glib' 'libsoup')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ed0bf25441b9713cd430a7a1da99c14e5e3d5d374d363e306a3702e4c20224df')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 23:06:06
  Author: jgc
Revision: 220990

upgpkg: geocode-glib 3.13.3-1

Modified:
  geocode-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 21:04:06 UTC (rev 220989)
+++ PKGBUILD2014-09-04 21:06:06 UTC (rev 220990)
@@ -1,7 +1,8 @@
+#$Id:
 #Maintainer: Jan de Groot 
 
 pkgname=geocode-glib
-pkgver=3.12.2
+pkgver=3.13.3
 pkgrel=1
 pkgdesc="Geocode Helper library"
 arch=(i686 x86_64)
@@ -8,10 +9,10 @@
 license=('GPL')
 url="https://git.gnome.org/browse/geocode-glib/";
 depends=('glib2' 'json-glib' 'libsoup')
-makedepends=('intltool' 'gobject-introspection')
+makedepends=('intltool' 'gobject-introspection' 'python2')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5ca581a927cac3025adc2afadfdaf9a493ca887537a548aa47296bc77bcfa49e')
+sha256sums=('ed0bf25441b9713cd430a7a1da99c14e5e3d5d374d363e306a3702e4c20224df')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 23:04:06
  Author: jgc
Revision: 220989

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libsoup/repos/gnome-unstable-i686/
  libsoup/repos/gnome-unstable-i686/PKGBUILD
(from rev 220988, libsoup/trunk/PKGBUILD)
  libsoup/repos/gnome-unstable-i686/cache-control-dontcrash.patch
(from rev 220988, libsoup/trunk/cache-control-dontcrash.patch)
  libsoup/repos/gnome-unstable-x86_64/
  libsoup/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220988, libsoup/trunk/PKGBUILD)
  libsoup/repos/gnome-unstable-x86_64/cache-control-dontcrash.patch
(from rev 220988, libsoup/trunk/cache-control-dontcrash.patch)

-+
 gnome-unstable-i686/PKGBUILD|   43 ++
 gnome-unstable-i686/cache-control-dontcrash.patch   |   27 +++
 gnome-unstable-x86_64/PKGBUILD  |   43 ++
 gnome-unstable-x86_64/cache-control-dontcrash.patch |   27 +++
 4 files changed, 140 insertions(+)

Copied: libsoup/repos/gnome-unstable-i686/PKGBUILD (from rev 220988, 
libsoup/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 21:04:06 UTC (rev 220989)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.47.4
+pkgrel=1
+pkgdesc="GNOME HTTP Library"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://www.gnome.org";
+depends=(glib2 libxml2 glib-networking sqlite)
+makedepends=(intltool gobject-introspection python python2)
+checkdepends=(apache php php-apache)
+provides=("libsoup-gnome=$pkgver-$pkgrel")
+conflicts=(libsoup-gnome)
+replaces=(libsoup-gnome)
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+cache-control-dontcrash.patch)
+sha256sums=('2e8c1ea1e47c0c1b17d5fa7eba0ba663e0999f75a9e5fdc2607c2bcd418d4086'
+'bba8516f72a295daabda013ed98db44d280732eb77deea312bbaa2486682aa40')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../cache-control-dontcrash.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libsoup/repos/gnome-unstable-i686/cache-control-dontcrash.patch (from 
rev 220988, libsoup/trunk/cache-control-dontcrash.patch)
===
--- gnome-unstable-i686/cache-control-dontcrash.patch   
(rev 0)
+++ gnome-unstable-i686/cache-control-dontcrash.patch   2014-09-04 21:04:06 UTC 
(rev 220989)
@@ -0,0 +1,27 @@
+From 3520c010c74dd7cc3d11e0ab5d8f07df70a4bfc9 Mon Sep 17 00:00:00 2001
+From: Raveendra Karu 
+Date: Wed, 23 Jul 2014 09:04:43 +0530
+Subject: soup-cache: don't crash on invalid Cache-Control header
+
+If a response had a Cache-Control header with a "max-age" attribute
+with no value (which is invalid), SoupCache would end up dereferencing
+a NULL pointer.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=733587
+
+diff --git a/libsoup/soup-cache.c b/libsoup/soup-cache.c
+index c17e537..533a175 100644
+--- a/libsoup/soup-cache.c
 b/libsoup/soup-cache.c
+@@ -1155,7 +1155,7 @@ soup_cache_has_response (SoupCache *cache, SoupMessage 
*msg)
+   return SOUP_CACHE_RESPONSE_STALE;
+   }
+ 
+-  if (g_hash_table_lookup_extended (hash, "max-age", NULL, 
&value)) {
++  if (g_hash_table_lookup_extended (hash, "max-age", NULL, 
&value) && value) {
+   max_age = (int)MIN (g_ascii_strtoll (value, NULL, 10), 
G_MAXINT32);
+   /* Forcing cache revalidaton
+*/
+-- 
+cgit v0.10.1
+

Copied: libsoup/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220988, 
libsoup/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-04 21:04:06 UTC (rev 220989)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.47.4
+pkgrel=1
+pkgdesc="GNOME HTTP Library"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://www.gnome.org";
+depends=(glib2 libxml2 glib-networking sqlite)
+makedepends=(intltool gobject-introspection python python2)
+checkdepends=(apache php php-apache)
+provides=("libsoup-gnome=$pkgver-$pkgrel")
+conflicts=(libsoup-gnome)
+replaces=(libsoup-gnome)
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+cache-control-dontcrash.patch)
+sha256sums=('2e8c1ea1e47c0c1b17d5fa7eba0ba663e0999f75a9e5fdc2607c2bcd418d40

[arch-commits] Commit in libsoup/trunk (PKGBUILD cache-control-dontcrash.patch)

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 23:04:01
  Author: jgc
Revision: 220988

upgpkg: libsoup 2.47.4-1

Added:
  libsoup/trunk/cache-control-dontcrash.patch
Modified:
  libsoup/trunk/PKGBUILD

---+
 PKGBUILD  |   15 +++
 cache-control-dontcrash.patch |   27 +++
 2 files changed, 38 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 20:58:46 UTC (rev 220987)
+++ PKGBUILD2014-09-04 21:04:01 UTC (rev 220988)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libsoup
-pkgver=2.46.0
+pkgver=2.47.4
 pkgrel=1
 pkgdesc="GNOME HTTP Library"
 arch=(i686 x86_64)
@@ -9,15 +9,22 @@
 license=(LGPL)
 url="http://www.gnome.org";
 depends=(glib2 libxml2 glib-networking sqlite)
-makedepends=(intltool gobject-introspection python)
+makedepends=(intltool gobject-introspection python python2)
 checkdepends=(apache php php-apache)
 provides=("libsoup-gnome=$pkgver-$pkgrel")
 conflicts=(libsoup-gnome)
 replaces=(libsoup-gnome)
 options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fa3d5574c1a2df521242e2ca624a2b3057121798cab9f8f40525aa186a7b15a3')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+cache-control-dontcrash.patch)
+sha256sums=('2e8c1ea1e47c0c1b17d5fa7eba0ba663e0999f75a9e5fdc2607c2bcd418d4086'
+'bba8516f72a295daabda013ed98db44d280732eb77deea312bbaa2486682aa40')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../cache-control-dontcrash.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \

Added: cache-control-dontcrash.patch
===
--- cache-control-dontcrash.patch   (rev 0)
+++ cache-control-dontcrash.patch   2014-09-04 21:04:01 UTC (rev 220988)
@@ -0,0 +1,27 @@
+From 3520c010c74dd7cc3d11e0ab5d8f07df70a4bfc9 Mon Sep 17 00:00:00 2001
+From: Raveendra Karu 
+Date: Wed, 23 Jul 2014 09:04:43 +0530
+Subject: soup-cache: don't crash on invalid Cache-Control header
+
+If a response had a Cache-Control header with a "max-age" attribute
+with no value (which is invalid), SoupCache would end up dereferencing
+a NULL pointer.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=733587
+
+diff --git a/libsoup/soup-cache.c b/libsoup/soup-cache.c
+index c17e537..533a175 100644
+--- a/libsoup/soup-cache.c
 b/libsoup/soup-cache.c
+@@ -1155,7 +1155,7 @@ soup_cache_has_response (SoupCache *cache, SoupMessage 
*msg)
+   return SOUP_CACHE_RESPONSE_STALE;
+   }
+ 
+-  if (g_hash_table_lookup_extended (hash, "max-age", NULL, 
&value)) {
++  if (g_hash_table_lookup_extended (hash, "max-age", NULL, 
&value) && value) {
+   max_age = (int)MIN (g_ascii_strtoll (value, NULL, 10), 
G_MAXINT32);
+   /* Forcing cache revalidaton
+*/
+-- 
+cgit v0.10.1
+



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:58:46
  Author: jgc
Revision: 220987

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  glib-networking/repos/gnome-unstable-i686/
  glib-networking/repos/gnome-unstable-i686/PKGBUILD
(from rev 220986, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/gnome-unstable-i686/glib-networking.install
(from rev 220986, glib-networking/trunk/glib-networking.install)
  glib-networking/repos/gnome-unstable-x86_64/
  glib-networking/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220986, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/gnome-unstable-x86_64/glib-networking.install
(from rev 220986, glib-networking/trunk/glib-networking.install)

---+
 gnome-unstable-i686/PKGBUILD  |   35 
 gnome-unstable-i686/glib-networking.install   |   11 +++
 gnome-unstable-x86_64/PKGBUILD|   35 
 gnome-unstable-x86_64/glib-networking.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: glib-networking/repos/gnome-unstable-i686/PKGBUILD (from rev 220986, 
glib-networking/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 20:58:46 UTC (rev 220987)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=glib-networking
+pkgver=2.41.4
+pkgrel=1
+pkgdesc="Network-related giomodules for glib"
+arch=(i686 x86_64)
+url="http://www.gtk.org/";
+license=(GPL2)
+depends=(glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas)
+makedepends=(intltool)
+install=glib-networking.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('930ad618865dcf81765d0f48cb6f13e22d76203efa59d30604aed0384ce80fd7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--disable-installed-tests
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install testfiles_DATA=
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/gnome-unstable-i686/glib-networking.install (from 
rev 220986, glib-networking/trunk/glib-networking.install)
===
--- gnome-unstable-i686/glib-networking.install (rev 0)
+++ gnome-unstable-i686/glib-networking.install 2014-09-04 20:58:46 UTC (rev 
220987)
@@ -0,0 +1,11 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: glib-networking/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220986, 
glib-networking/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-04 20:58:46 UTC (rev 220987)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=glib-networking
+pkgver=2.41.4
+pkgrel=1
+pkgdesc="Network-related giomodules for glib"
+arch=(i686 x86_64)
+url="http://www.gtk.org/";
+license=(GPL2)
+depends=(glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas)
+makedepends=(intltool)
+install=glib-networking.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('930ad618865dcf81765d0f48cb6f13e22d76203efa59d30604aed0384ce80fd7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--disable-installed-tests
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install testfiles_DATA=
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/gnome-unstable-x86_64/glib-networking.install 
(from rev 220986, glib-networking/trunk/glib-networking.install)
===
--- gnome-unstable-x86_64/glib-networking.install   
(rev 0)
+++ gnome-unstable-x86_64/glib-networking.install   2014-09-04 20:58:46 UTC 
(rev 220987)
@@ -0,0 +1,11 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:58:39
  Author: jgc
Revision: 220986

upgpkg: glib-networking 2.41.4-1

Modified:
  glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 20:56:17 UTC (rev 220985)
+++ PKGBUILD2014-09-04 20:58:39 UTC (rev 220986)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=glib-networking
-pkgver=2.40.1
+pkgver=2.41.4
 pkgrel=1
 pkgdesc="Network-related giomodules for glib"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(intltool)
 install=glib-networking.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9fb3e54d049a480afdb814ff7452e7ab67e5d5f607ade230d7713f19922b5a28')
+sha256sums=('930ad618865dcf81765d0f48cb6f13e22d76203efa59d30604aed0384ce80fd7')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:56:17
  Author: jgc
Revision: 220985

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 220984, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 220984, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)

---+
 PKGBUILD  |   29 +
 gsettings-desktop-schemas.install |   11 +++
 2 files changed, 40 insertions(+)

Copied: gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD (from rev 
220984, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2014-09-04 20:56:17 UTC (rev 220985)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Adam Hani Schakaki (krzd) 
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.13.92
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=(any)
+url="http://live.gnome.org/";
+license=(GPL)
+depends=(glib2)
+makedepends=(intltool gobject-introspection python2)
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('82338a066b48cf39f190ef7a82db46bc6a6a451cbe08d43dca7d03364bf9c034')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: 
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 220984, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gnome-unstable-any/gsettings-desktop-schemas.install
(rev 0)
+++ gnome-unstable-any/gsettings-desktop-schemas.install2014-09-04 
20:56:17 UTC (rev 220985)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:56:13
  Author: jgc
Revision: 220984

upgpkg: gsettings-desktop-schemas 3.13.92-1

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 20:51:43 UTC (rev 220983)
+++ PKGBUILD2014-09-04 20:56:13 UTC (rev 220984)
@@ -4,7 +4,7 @@
 # Contributor: Adam Hani Schakaki (krzd) 
 
 pkgname=gsettings-desktop-schemas
-pkgver=3.12.2
+pkgver=3.13.92
 pkgrel=1
 pkgdesc="Shared GSettings schemas for the desktop"
 arch=(any)
@@ -11,10 +11,10 @@
 url="http://live.gnome.org/";
 license=(GPL)
 depends=(glib2)
-makedepends=(intltool gobject-introspection)
+makedepends=(intltool gobject-introspection python2)
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('da75021e9c45a60d0a97ea3486f93444275d0ace86dbd1b97e5d09000d8c4ad1')
+sha256sums=('82338a066b48cf39f190ef7a82db46bc6a6a451cbe08d43dca7d03364bf9c034')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:51:43
  Author: jgc
Revision: 220983

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gdk-pixbuf2/repos/gnome-unstable-i686/
  gdk-pixbuf2/repos/gnome-unstable-i686/PKGBUILD
(from rev 220982, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/gnome-unstable-i686/gdk-pixbuf2.install
(from rev 220982, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/gnome-unstable-x86_64/
  gdk-pixbuf2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220982, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/gnome-unstable-x86_64/gdk-pixbuf2.install
(from rev 220982, gdk-pixbuf2/trunk/gdk-pixbuf2.install)

---+
 gnome-unstable-i686/PKGBUILD  |   33 
 gnome-unstable-i686/gdk-pixbuf2.install   |   11 +
 gnome-unstable-x86_64/PKGBUILD|   33 
 gnome-unstable-x86_64/gdk-pixbuf2.install |   11 +
 4 files changed, 88 insertions(+)

Copied: gdk-pixbuf2/repos/gnome-unstable-i686/PKGBUILD (from rev 220982, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 20:51:43 UTC (rev 220983)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gdk-pixbuf2
+pkgver=2.31.1
+pkgrel=1
+pkgdesc="An image loading library"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/";
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('25a75e3c61dac11e6ff6416ad846951ccafac6486b1c6a1bfb0b213b99db52cd')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/gnome-unstable-i686/gdk-pixbuf2.install (from rev 
220982, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- gnome-unstable-i686/gdk-pixbuf2.install (rev 0)
+++ gnome-unstable-i686/gdk-pixbuf2.install 2014-09-04 20:51:43 UTC (rev 
220983)
@@ -0,0 +1,11 @@
+post_install() {
+   gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}

Copied: gdk-pixbuf2/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220982, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-04 20:51:43 UTC (rev 220983)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gdk-pixbuf2
+pkgver=2.31.1
+pkgrel=1
+pkgdesc="An image loading library"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/";
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('25a75e3c61dac11e6ff6416ad846951ccafac6486b1c6a1bfb0b213b99db52cd')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/gnome-unstable-x86_64/gdk-pixbuf2.install (from rev 
220982, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- gnome-unstable-x86_64/gdk-pixbuf2.install   (rev 0)
+++ gnome-unstable-x86_64/gdk-pixbuf2.install   2014-09-04 20:51:43 UTC (rev 
220983)
@@ -0,0 +1,11 @@
+post_install() {
+   gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:51:38
  Author: jgc
Revision: 220982

upgpkg: gdk-pixbuf2 2.31.1-1

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 20:47:40 UTC (rev 220981)
+++ PKGBUILD2014-09-04 20:51:38 UTC (rev 220982)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gdk-pixbuf2
-pkgver=2.30.8
+pkgver=2.31.1
 pkgrel=1
 pkgdesc="An image loading library"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('gtk-doc' 'gobject-introspection')
 install=gdk-pixbuf2.install
 
source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('4853830616113db4435837992c0aebd94cbb993c44dc55063cee7f72a7bef8be')
+sha256sums=('25a75e3c61dac11e6ff6416ad846951ccafac6486b1c6a1bfb0b213b99db52cd')
 
 build() {
   cd gdk-pixbuf-$pkgver



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:47:40
  Author: jgc
Revision: 220981

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  dconf/repos/gnome-unstable-i686/
  dconf/repos/gnome-unstable-i686/PKGBUILD
(from rev 220980, dconf/trunk/PKGBUILD)
  dconf/repos/gnome-unstable-i686/dconf.install
(from rev 220980, dconf/trunk/dconf.install)
  dconf/repos/gnome-unstable-x86_64/
  dconf/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220980, dconf/trunk/PKGBUILD)
  dconf/repos/gnome-unstable-x86_64/dconf.install
(from rev 220980, dconf/trunk/dconf.install)

-+
 gnome-unstable-i686/PKGBUILD|   31 +++
 gnome-unstable-i686/dconf.install   |   15 +++
 gnome-unstable-x86_64/PKGBUILD  |   31 +++
 gnome-unstable-x86_64/dconf.install |   15 +++
 4 files changed, 92 insertions(+)

Copied: dconf/repos/gnome-unstable-i686/PKGBUILD (from rev 220980, 
dconf/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 20:47:40 UTC (rev 220981)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=dconf
+pkgver=0.21.0
+pkgrel=1
+pkgdesc="A low-level configuration system."
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf";
+license=('LGPL2.1')
+depends=('glib2')
+makedepends=('vala' 'gtk3' 'intltool' 'docbook-xsl' 'python' 'python2')
+optdepends=('gtk3: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('600a620db8367fd757ffc4cf2f44d76ea14e90279ac289b269424e773a1d950b')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/dconf
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dconf/repos/gnome-unstable-i686/dconf.install (from rev 220980, 
dconf/trunk/dconf.install)
===
--- gnome-unstable-i686/dconf.install   (rev 0)
+++ gnome-unstable-i686/dconf.install   2014-09-04 20:47:40 UTC (rev 220981)
@@ -0,0 +1,15 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  if [[ -x /usr/bin/gtk-update-icon-cache ]]; then
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  fi
+}
+
+post_upgrade(){
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: dconf/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220980, 
dconf/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-04 20:47:40 UTC (rev 220981)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=dconf
+pkgver=0.21.0
+pkgrel=1
+pkgdesc="A low-level configuration system."
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf";
+license=('LGPL2.1')
+depends=('glib2')
+makedepends=('vala' 'gtk3' 'intltool' 'docbook-xsl' 'python' 'python2')
+optdepends=('gtk3: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('600a620db8367fd757ffc4cf2f44d76ea14e90279ac289b269424e773a1d950b')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/dconf
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dconf/repos/gnome-unstable-x86_64/dconf.install (from rev 220980, 
dconf/trunk/dconf.install)
===
--- gnome-unstable-x86_64/dconf.install (rev 0)
+++ gnome-unstable-x86_64/dconf.install 2014-09-04 20:47:40 UTC (rev 220981)
@@ -0,0 +1,15 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  if [[ -x /usr/bin/gtk-update-icon-cache ]]; then
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  fi
+}
+
+post_upgrade(){
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:47:35
  Author: jgc
Revision: 220980

upgpkg: dconf 0.21.0-1

Modified:
  dconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 20:45:54 UTC (rev 220979)
+++ PKGBUILD2014-09-04 20:47:35 UTC (rev 220980)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=dconf
-pkgver=0.20.0
+pkgver=0.21.0
 pkgrel=1
 pkgdesc="A low-level configuration system."
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 optdepends=('gtk3: for dconf-editor')
 install=dconf.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('22c046a247d05ea65ad181e3aef4009c898a5531f76c0181f8ec0dfef83447d9')
+sha256sums=('600a620db8367fd757ffc4cf2f44d76ea14e90279ac289b269424e773a1d950b')
 
 build() {
   cd "$pkgname-$pkgver"



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:45:54
  Author: jgc
Revision: 220979

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  clutter-gtk/repos/gnome-unstable-i686/
  clutter-gtk/repos/gnome-unstable-i686/PKGBUILD
(from rev 220978, clutter-gtk/trunk/PKGBUILD)
  clutter-gtk/repos/gnome-unstable-x86_64/
  clutter-gtk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220978, clutter-gtk/trunk/PKGBUILD)

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

Copied: clutter-gtk/repos/gnome-unstable-i686/PKGBUILD (from rev 220978, 
clutter-gtk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 20:45:54 UTC (rev 220979)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=clutter-gtk
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="GTK clutter widget"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/";
+license=('LGPL')
+depends=('clutter' 'gtk3')
+makedepends=('gobject-introspection' 'python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db9c710ea3970620278c58d0bc522018353a75c83ac6ad60e272d2532533e772')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: clutter-gtk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220978, 
clutter-gtk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-04 20:45:54 UTC (rev 220979)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=clutter-gtk
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="GTK clutter widget"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/";
+license=('LGPL')
+depends=('clutter' 'gtk3')
+makedepends=('gobject-introspection' 'python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db9c710ea3970620278c58d0bc522018353a75c83ac6ad60e272d2532533e772')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:45:48
  Author: jgc
Revision: 220978

upgpkg: clutter-gtk 1.5.4-1

Modified:
  clutter-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 20:40:56 UTC (rev 220977)
+++ PKGBUILD2014-09-04 20:45:48 UTC (rev 220978)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=clutter-gtk
-pkgver=1.5.2
+pkgver=1.5.4
 pkgrel=1
 pkgdesc="GTK clutter widget"
 arch=('i686' 'x86_64')
@@ -9,9 +9,9 @@
 url="http://clutter-project.org/";
 license=('LGPL')
 depends=('clutter' 'gtk3')
-makedepends=('gobject-introspection')
+makedepends=('gobject-introspection' 'python2')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3f57438ab01c249cb020e8787e8a72c51a92f817517ee8c0c696111c83891fc8')
+sha256sums=('db9c710ea3970620278c58d0bc522018353a75c83ac6ad60e272d2532533e772')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in clutter/trunk (5 files)

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:40:50
  Author: jgc
Revision: 220976

upgpkg: clutter 1.19.8-1

Modified:
  clutter/trunk/PKGBUILD
Deleted:
  clutter/trunk/fix_a_segfault_on_device_removal.diff
  clutter/trunk/fix_buffer_age.patch
  clutter/trunk/stop_using_deprecated_libevdev_api.diff
  clutter/trunk/unref_devices_on_removal.diff

-+
 PKGBUILD|6 -
 fix_a_segfault_on_device_removal.diff   |   31 ---
 fix_buffer_age.patch|   34 
 stop_using_deprecated_libevdev_api.diff |  117 --
 unref_devices_on_removal.diff   |   22 -
 5 files changed, 3 insertions(+), 207 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 20:37:30 UTC (rev 220975)
+++ PKGBUILD2014-09-04 20:40:50 UTC (rev 220976)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=clutter
-pkgver=1.18.4
+pkgver=1.19.8
 pkgrel=1
 pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
 arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@
 url="http://clutter-project.org/";
 license=('LGPL')
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libinput')
-makedepends=('gobject-introspection')
+makedepends=('gobject-introspection' 'python2')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4eea1015cd6d4b4945cb5d4a60e52275b0d70e13852d6d99c9abc0cd4deeb60c')
+sha256sums=('d68786bba6af230176b5aaaf255d64ee27a7293e85ed2e064c1005939779b88c')
 
 build() {
   cd "$pkgname-$pkgver"

Deleted: fix_a_segfault_on_device_removal.diff
===
--- fix_a_segfault_on_device_removal.diff   2014-09-04 20:37:30 UTC (rev 
220975)
+++ fix_a_segfault_on_device_removal.diff   2014-09-04 20:40:50 UTC (rev 
220976)
@@ -1,31 +0,0 @@
-From 05e6bcc666e345ed4619c1a40a298212d1075b99 Mon Sep 17 00:00:00 2001
-From: Rui Matos 
-Date: Thu, 21 Nov 2013 13:51:26 +
-Subject: device-manager-evdev: Fix a segfault on device removal
-
-Master devices have a NULL sysfs path so use g_strcmp0 to handle them
-without crashing.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=712812

-diff --git a/clutter/evdev/clutter-device-manager-evdev.c 
b/clutter/evdev/clutter-device-manager-evdev.c
-index 256fd0e..38d707f 100644
 a/clutter/evdev/clutter-device-manager-evdev.c
-+++ b/clutter/evdev/clutter-device-manager-evdev.c
-@@ -943,11 +943,8 @@ find_device_by_udev_device (ClutterDeviceManagerEvdev 
*manager_evdev,
- {
-   ClutterInputDeviceEvdev *device = l->data;
- 
--  if (strcmp (sysfs_path,
--  _clutter_input_device_evdev_get_sysfs_path (device)) == 0)
--{
--  return device;
--}
-+  if (g_strcmp0 (sysfs_path, _clutter_input_device_evdev_get_sysfs_path 
(device)) == 0)
-+return device;
- }
- 
-   return NULL;
---
-cgit v0.9.2
-

Deleted: fix_buffer_age.patch
===
--- fix_buffer_age.patch2014-09-04 20:37:30 UTC (rev 220975)
+++ fix_buffer_age.patch2014-09-04 20:40:50 UTC (rev 220976)
@@ -1,34 +0,0 @@
-From 6665f47d66a871b6e1a5f4200282f42da043a0e8 Mon Sep 17 00:00:00 2001
-From: Adel Gadllah 
-Date: Sun, 16 Feb 2014 21:07:43 +
-Subject: stage-cogl: Fix buffer_age code path
-
-Currently we where checking whether the damage_history list contains
-more or equal then buffer_age entries. This is wrong because we prepend
-our current clip to the list just before the check.
-
-Fix that to check whether we have more entries instead of more or equal.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=724788

-diff --git a/clutter/cogl/clutter-stage-cogl.c 
b/clutter/cogl/clutter-stage-cogl.c
-index 86546b1..cff8444 100644
 a/clutter/cogl/clutter-stage-cogl.c
-+++ b/clutter/cogl/clutter-stage-cogl.c
-@@ -483,11 +483,12 @@ clutter_stage_cogl_redraw (ClutterStageWindow 
*stage_window)
- 
- stage_cogl->damage_history = g_slist_prepend 
(stage_cogl->damage_history, current_damage);
- 
--if (age != 0 && !stage_cogl->dirty_backbuffer && g_slist_length 
(stage_cogl->damage_history) >= age)
-+if (age != 0 && !stage_cogl->dirty_backbuffer && g_slist_length 
(stage_cogl->damage_history) > age)
-   {
- int i = 0;
- GSList *tmp = NULL;
--for (tmp = stage_cogl->damage_history; tmp; tmp = tmp->next)
-+/* We skip the first entry because it is the clip_region itself */
-+for (tmp = stage_cogl->damage_history->next; tmp; tmp = tmp->next)
-   {
- _clutter_util_rectangle_union (clip_region, tmp->data, 
clip_region);
- i++;
---
-cgit v0.9.2

Deleted: stop_using_deprecated_libevdev_api.diff
=

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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:40:56
  Author: jgc
Revision: 220977

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  clutter/repos/gnome-unstable-i686/
  clutter/repos/gnome-unstable-i686/PKGBUILD
(from rev 220976, clutter/trunk/PKGBUILD)
  clutter/repos/gnome-unstable-x86_64/
  clutter/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220976, clutter/trunk/PKGBUILD)

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

Copied: clutter/repos/gnome-unstable-i686/PKGBUILD (from rev 220976, 
clutter/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 20:40:56 UTC (rev 220977)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=clutter
+pkgver=1.19.8
+pkgrel=1
+pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/";
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libinput')
+makedepends=('gobject-introspection' 'python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d68786bba6af230176b5aaaf255d64ee27a7293e85ed2e064c1005939779b88c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --enable-introspection \
+--enable-wayland-backend --enable-egl-backend --enable-evdev-input \
+--enable-wayland-compositor
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: clutter/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220976, 
clutter/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-04 20:40:56 UTC (rev 220977)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=clutter
+pkgver=1.19.8
+pkgrel=1
+pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/";
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libinput')
+makedepends=('gobject-introspection' 'python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d68786bba6af230176b5aaaf255d64ee27a7293e85ed2e064c1005939779b88c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --enable-introspection \
+--enable-wayland-backend --enable-egl-backend --enable-evdev-input \
+--enable-wayland-compositor
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:37:30
  Author: jgc
Revision: 220975

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libinput/repos/gnome-unstable-i686/
  libinput/repos/gnome-unstable-i686/PKGBUILD
(from rev 220974, libinput/trunk/PKGBUILD)
  libinput/repos/gnome-unstable-x86_64/
  libinput/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220974, libinput/trunk/PKGBUILD)

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

Copied: libinput/repos/gnome-unstable-i686/PKGBUILD (from rev 220974, 
libinput/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 20:37:30 UTC (rev 220975)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/";
+license=(custom:X11)
+depends=('mtdev' 'libsystemd' 'libevdev')
+makedepends=('systemd')
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('349c63d8819ddfc1a35fc8bcf352256b952ae22b1ff370fd819a16f67e801ea7'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: libinput/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220974, 
libinput/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-04 20:37:30 UTC (rev 220975)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/";
+license=(custom:X11)
+depends=('mtdev' 'libsystemd' 'libevdev')
+makedepends=('systemd')
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('349c63d8819ddfc1a35fc8bcf352256b952ae22b1ff370fd819a16f67e801ea7'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:37:25
  Author: jgc
Revision: 220974

upgpkg: libinput 0.5.0-1

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 20:32:34 UTC (rev 220973)
+++ PKGBUILD2014-09-04 20:37:25 UTC (rev 220974)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=0.3.0
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
 arch=(i686 x86_64)
@@ -11,8 +11,9 @@
 depends=('mtdev' 'libsystemd' 'libevdev')
 makedepends=('systemd')
 options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('5859dfc30d5a1a8c0141be0880b5e84c842230c621b8b0d45610ff3c1366b913')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('349c63d8819ddfc1a35fc8bcf352256b952ae22b1ff370fd819a16f67e801ea7'
+'SKIP')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:32:34
  Author: jgc
Revision: 220973

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gtk3/repos/gnome-unstable-i686/
  gtk3/repos/gnome-unstable-i686/PKGBUILD
(from rev 220972, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-i686/gtk3.install
(from rev 220972, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-i686/settings.ini
(from rev 220972, gtk3/trunk/settings.ini)
  gtk3/repos/gnome-unstable-x86_64/
  gtk3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220972, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-x86_64/gtk3.install
(from rev 220972, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-x86_64/settings.ini
(from rev 220972, gtk3/trunk/settings.ini)

+
 gnome-unstable-i686/PKGBUILD   |   40 +++
 gnome-unstable-i686/gtk3.install   |   18 +++
 gnome-unstable-i686/settings.ini   |4 +++
 gnome-unstable-x86_64/PKGBUILD |   40 +++
 gnome-unstable-x86_64/gtk3.install |   18 +++
 gnome-unstable-x86_64/settings.ini |4 +++
 6 files changed, 124 insertions(+)

Copied: gtk3/repos/gnome-unstable-i686/PKGBUILD (from rev 220972, 
gtk3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 20:32:34 UTC (rev 220973)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gtk3
+pkgver=3.13.8
+pkgrel=1
+pkgdesc="GObject-based multi-platform GUI toolkit (v3)"
+arch=(i686 x86_64)
+url="http://www.gtk.org/";
+install=gtk3.install
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
+ libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon adwaita-icon-theme)
+makedepends=(gobject-introspection python2)
+license=(LGPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
+sha256sums=('c4bcb3a4bcbfda7eb8737e557fc5ff0e628c367cb7997e56e1e90092a0ab8f3f')
+
+build() {
+cd "gtk+-$pkgver"
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile \
+--enable-x11-backend \
+--enable-broadway-backend \
+--enable-wayland-backend
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "gtk+-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Copied: gtk3/repos/gnome-unstable-i686/gtk3.install (from rev 220972, 
gtk3/trunk/gtk3.install)
===
--- gnome-unstable-i686/gtk3.install(rev 0)
+++ gnome-unstable-i686/gtk3.install2014-09-04 20:32:34 UTC (rev 220973)
@@ -0,0 +1,18 @@
+post_install() {
+/usr/bin/gtk-query-immodules-3.0 --update-cache
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+/usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gtk-3.0/3.0.0/immodules.cache
+}
+
+post_remove() {
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+/usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

Copied: gtk3/repos/gnome-unstable-i686/settings.ini (from rev 220972, 
gtk3/trunk/settings.ini)
===
--- gnome-unstable-i686/settings.ini(rev 0)
+++ gnome-unstable-i686/settings.ini2014-09-04 20:32:34 UTC (rev 220973)
@@ -0,0 +1,4 @@
+[Settings]
+gtk-icon-theme-name = gnome
+gtk-theme-name = Adwaita
+gtk-font-name = Cantarell 11

Copied: gtk3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220972, 
gtk3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-04 20:32:34 UTC (rev 220973)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gtk3
+pkgver=3.13.8
+pkgrel=1
+pkgdesc="GObject-based multi-platform GUI toolkit (v3)"
+arch=(i686 x86_64)
+url="http://www.gtk.org/";
+install=gtk3.install
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
+ libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon adwaita-icon-theme)
+makedepends=(gobject-introspection python2)
+license=(LGPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
+sha256sums=('c4bcb3a4bcbfda7eb8737e557fc5ff0e628c367cb7997e56e

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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:32:27
  Author: jgc
Revision: 220972

upgpkg: gtk3 3.13.8-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 20:25:22 UTC (rev 220971)
+++ PKGBUILD2014-09-04 20:32:27 UTC (rev 220972)
@@ -3,7 +3,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gtk3
-pkgver=3.12.2
+pkgver=3.13.8
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit (v3)"
 arch=(i686 x86_64)
@@ -10,15 +10,11 @@
 url="http://www.gtk.org/";
 install=gtk3.install
 depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon)
-makedepends=(gobject-introspection)
-optdepends=('gnome-themes-standard: Default widget theme'
-'gnome-icon-theme: Default icon theme')
+ libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon adwaita-icon-theme)
+makedepends=(gobject-introspection python2)
 license=(LGPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
-settings.ini)
-sha256sums=('61d74eea74231b1ea4b53084a9d6fc9917ab0e1d71b69d92cbf60a4b4fb385d0'
-'14369dfd1d325c393e17c105d5d5cc5501663277bd4047ea04a50abb3cfbd119')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
+sha256sums=('c4bcb3a4bcbfda7eb8737e557fc5ff0e628c367cb7997e56e1e90092a0ab8f3f')
 
 build() {
 cd "gtk+-$pkgver"
@@ -41,5 +37,4 @@
 package() {
 cd "gtk+-$pkgver"
 make DESTDIR="$pkgdir" install
-install -Dm644 ../settings.ini "$pkgdir/usr/share/gtk-3.0/settings.ini"
 }



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:25:16
  Author: jgc
Revision: 220970

upgpkg: wayland 1.5.91-1

Modified:
  wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 20:17:59 UTC (rev 220969)
+++ PKGBUILD2014-09-04 20:25:16 UTC (rev 220970)
@@ -4,7 +4,7 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=wayland
-pkgver=1.5.0
+pkgver=1.5.91
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('libffi' 'expat')
 makedepends=('doxygen')
 source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";)
-sha1sums=('bace08b4a531ea4b80b4cf4e953320bc48ed7efe')
+sha1sums=('0b0513706eee5a43d33f5e4bc9cafa5d78037db5')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:25:22
  Author: jgc
Revision: 220971

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  wayland/repos/gnome-unstable-i686/
  wayland/repos/gnome-unstable-i686/PKGBUILD
(from rev 220970, wayland/trunk/PKGBUILD)
  wayland/repos/gnome-unstable-x86_64/
  wayland/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220970, wayland/trunk/PKGBUILD)

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

Copied: wayland/repos/gnome-unstable-i686/PKGBUILD (from rev 220970, 
wayland/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 20:25:22 UTC (rev 220971)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=wayland
+pkgver=1.5.91
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";)
+sha1sums=('0b0513706eee5a43d33f5e4bc9cafa5d78037db5')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: wayland/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220970, 
wayland/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-04 20:25:22 UTC (rev 220971)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=wayland
+pkgver=1.5.91
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";)
+sha1sums=('0b0513706eee5a43d33f5e4bc9cafa5d78037db5')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



[arch-commits] Commit in adwaita-icon-theme/repos (3 files)

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:17:59
  Author: jgc
Revision: 220969

archrelease: copy trunk to gnome-unstable-any

Added:
  adwaita-icon-theme/repos/gnome-unstable-any/
  adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD
(from rev 220968, adwaita-icon-theme/trunk/PKGBUILD)
  adwaita-icon-theme/repos/gnome-unstable-any/adwaita-icon-theme.install
(from rev 220968, adwaita-icon-theme/trunk/adwaita-icon-theme.install)

+
 PKGBUILD   |   28 
 adwaita-icon-theme.install |   11 +++
 2 files changed, 39 insertions(+)

Copied: adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD (from rev 220968, 
adwaita-icon-theme/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2014-09-04 20:17:59 UTC (rev 220969)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 214086 2014-06-03 12:25:52Z jgc $
+# Maintainer: Jan de Groot 
+
+pkgname=adwaita-icon-theme
+pkgver=3.13.91
+pkgrel=1
+pkgdesc="Adwaita icon theme"
+arch=(any)
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache')
+makedepends=('intltool' 'icon-naming-utils')
+url="http://www.gnome.org";
+license=('GPL')
+groups=('gnome')
+install=adwaita-icon-theme.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d0cf4705d3439c68d344431b62cca5fe6fcf91bd38c745c48b2476d0aa41b8ad')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Copied: adwaita-icon-theme/repos/gnome-unstable-any/adwaita-icon-theme.install 
(from rev 220968, adwaita-icon-theme/trunk/adwaita-icon-theme.install)
===
--- gnome-unstable-any/adwaita-icon-theme.install   
(rev 0)
+++ gnome-unstable-any/adwaita-icon-theme.install   2014-09-04 20:17:59 UTC 
(rev 220969)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/Adwaita
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in (5 files)

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:17:39
  Author: jgc
Revision: 220968

Add new icon theme package, basic icons for gtk3

Added:
  adwaita-icon-theme/
  adwaita-icon-theme/repos/
  adwaita-icon-theme/trunk/
  adwaita-icon-theme/trunk/PKGBUILD
  adwaita-icon-theme/trunk/adwaita-icon-theme.install

+
 PKGBUILD   |   28 
 adwaita-icon-theme.install |   11 +++
 2 files changed, 39 insertions(+)

Added: adwaita-icon-theme/trunk/PKGBUILD
===
--- adwaita-icon-theme/trunk/PKGBUILD   (rev 0)
+++ adwaita-icon-theme/trunk/PKGBUILD   2014-09-04 20:17:39 UTC (rev 220968)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 214086 2014-06-03 12:25:52Z jgc $
+# Maintainer: Jan de Groot 
+
+pkgname=adwaita-icon-theme
+pkgver=3.13.91
+pkgrel=1
+pkgdesc="Adwaita icon theme"
+arch=(any)
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache')
+makedepends=('intltool' 'icon-naming-utils')
+url="http://www.gnome.org";
+license=('GPL')
+groups=('gnome')
+install=adwaita-icon-theme.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d0cf4705d3439c68d344431b62cca5fe6fcf91bd38c745c48b2476d0aa41b8ad')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Added: adwaita-icon-theme/trunk/adwaita-icon-theme.install
===
--- adwaita-icon-theme/trunk/adwaita-icon-theme.install 
(rev 0)
+++ adwaita-icon-theme/trunk/adwaita-icon-theme.install 2014-09-04 20:17:39 UTC 
(rev 220968)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/Adwaita
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:07:13
  Author: jgc
Revision: 220966

upgpkg: at-spi2-atk 2.13.4-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 20:05:52 UTC (rev 220965)
+++ PKGBUILD2014-09-04 20:07:13 UTC (rev 220966)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.12.1
+pkgver=2.13.4
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5fa9c527bdec028e06797563cd52d49bcf06f638549df983424d88db89bb1336')
+sha256sums=('b20ede423cdf95ae34feca08b1f01afccafd75c37a3c8060b04beed31b18af15')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/repos (4 files)

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:07:18
  Author: jgc
Revision: 220967

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  at-spi2-atk/repos/gnome-unstable-i686/
  at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD
(from rev 220966, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/gnome-unstable-x86_64/
  at-spi2-atk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220966, at-spi2-atk/trunk/PKGBUILD)

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

Copied: at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD (from rev 220966, 
at-spi2-atk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 20:07:18 UTC (rev 220967)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-atk
+pkgver=2.13.4
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk')
+makedepends=('intltool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b20ede423cdf95ae34feca08b1f01afccafd75c37a3c8060b04beed31b18af15')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220966, 
at-spi2-atk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-04 20:07:18 UTC (rev 220967)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-atk
+pkgver=2.13.4
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk')
+makedepends=('intltool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b20ede423cdf95ae34feca08b1f01afccafd75c37a3c8060b04beed31b18af15')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in at-spi2-core/repos (4 files)

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:05:52
  Author: jgc
Revision: 220965

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  at-spi2-core/repos/gnome-unstable-i686/
  at-spi2-core/repos/gnome-unstable-i686/PKGBUILD
(from rev 220964, at-spi2-core/trunk/PKGBUILD)
  at-spi2-core/repos/gnome-unstable-x86_64/
  at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220964, at-spi2-core/trunk/PKGBUILD)

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

Copied: at-spi2-core/repos/gnome-unstable-i686/PKGBUILD (from rev 220964, 
at-spi2-core/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 20:05:52 UTC (rev 220965)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-core
+pkgver=2.13.90
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('dbus' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f09f261156945280da9a253419423efa7369f267d54b2bf43597c998f31d5cda')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220964, 
at-spi2-core/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-04 20:05:52 UTC (rev 220965)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-core
+pkgver=2.13.90
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('dbus' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f09f261156945280da9a253419423efa7369f267d54b2bf43597c998f31d5cda')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in at-spi2-core/trunk (PKGBUILD)

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:05:46
  Author: jgc
Revision: 220964

upgpkg: at-spi2-core 2.13.90-1

Modified:
  at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 20:01:46 UTC (rev 220963)
+++ PKGBUILD2014-09-04 20:05:46 UTC (rev 220964)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-core
-pkgver=2.12.0
+pkgver=2.13.90
 pkgrel=1
 pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -9,9 +9,9 @@
 url="http://www.gnome.org";
 license=('GPL2')
 depends=('dbus' 'glib2' 'libxtst')
-makedepends=('intltool' 'gobject-introspection')
+makedepends=('intltool' 'gobject-introspection' 'python2')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('db550edd98e53b4252521459c2dcaf0f3b060a9bad52489b9dbadbaedad3fb89')
+sha256sums=('f09f261156945280da9a253419423efa7369f267d54b2bf43597c998f31d5cda')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:01:46
  Author: jgc
Revision: 220963

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  pango/repos/gnome-unstable-i686/
  pango/repos/gnome-unstable-i686/PKGBUILD
(from rev 220962, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-i686/pango.install
(from rev 220962, pango/trunk/pango.install)
  pango/repos/gnome-unstable-x86_64/
  pango/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220962, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-x86_64/pango.install
(from rev 220962, pango/trunk/pango.install)

-+
 gnome-unstable-i686/PKGBUILD|   31 +++
 gnome-unstable-i686/pango.install   |   14 ++
 gnome-unstable-x86_64/PKGBUILD  |   31 +++
 gnome-unstable-x86_64/pango.install |   14 ++
 4 files changed, 90 insertions(+)

Copied: pango/repos/gnome-unstable-i686/PKGBUILD (from rev 220962, 
pango/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 20:01:46 UTC (rev 220963)
@@ -0,0 +1,31 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.36.7
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
+makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man' 'python2')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/";
+sha256sums=('1f7b527423a1b3044fd9ae7fbe054107b06723ff1c73e0b5f7bf9b84358d404a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  rm -f pango-view/pango-view.1.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/etc/pango"
+}

Copied: pango/repos/gnome-unstable-i686/pango.install (from rev 220962, 
pango/trunk/pango.install)
===
--- gnome-unstable-i686/pango.install   (rev 0)
+++ gnome-unstable-i686/pango.install   2014-09-04 20:01:46 UTC (rev 220963)
@@ -0,0 +1,14 @@
+post_install() {
+   usr/bin/pango-querymodules >etc/pango/pango.modules
+}
+
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install
+}
+
+pre_remove() {
+   rm etc/pango/pango.modules
+}

Copied: pango/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220962, 
pango/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-04 20:01:46 UTC (rev 220963)
@@ -0,0 +1,31 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.36.7
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
+makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man' 'python2')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/";
+sha256sums=('1f7b527423a1b3044fd9ae7fbe054107b06723ff1c73e0b5f7bf9b84358d404a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  rm -f pango-view/pango-view.1.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/etc/pango"
+}

Copied: pango/repos/gnome-unstable-x86_64/pango.install (from rev 220962, 
pango/trunk/pango.install)
===
--- gnome-unstable-x86_64/pango.install (rev 0)
+++ gnome-unstable-x86_64/pango.install 2014-09-04 20:01:46 UTC (rev 220963)
@@ -0,0 +1,14 @@
+post_install() {
+   usr/bin/pango-querymodules >etc/pango/pango.modules
+}
+
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install
+}
+
+pre_remove() {
+   rm etc/pango/pango.modules
+}



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 22:01:41
  Author: jgc
Revision: 220962

upgpkg: pango 1.36.7-1

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 19:57:01 UTC (rev 220961)
+++ PKGBUILD2014-09-04 20:01:41 UTC (rev 220962)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot 
 
 pkgname=pango
-pkgver=1.36.6
+pkgver=1.36.7
 pkgrel=1
 pkgdesc="A library for layout and rendering of text"
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
-makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man')
+makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man' 'python2')
 install=pango.install
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
 url="http://www.pango.org/";
-sha256sums=('4c53c752823723875078b91340f32136aadb99e91c0f6483f024f978a02c8624')
+sha256sums=('1f7b527423a1b3044fd9ae7fbe054107b06723ff1c73e0b5f7bf9b84358d404a')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 21:57:01
  Author: jgc
Revision: 220961

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  cairo/repos/gnome-unstable-i686/
  cairo/repos/gnome-unstable-i686/PKGBUILD
(from rev 220960, cairo/trunk/PKGBUILD)
  cairo/repos/gnome-unstable-i686/cairo-1.12.16-lto-optional.patch
(from rev 220960, cairo/trunk/cairo-1.12.16-lto-optional.patch)
  cairo/repos/gnome-unstable-x86_64/
  cairo/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220960, cairo/trunk/PKGBUILD)
  cairo/repos/gnome-unstable-x86_64/cairo-1.12.16-lto-optional.patch
(from rev 220960, cairo/trunk/cairo-1.12.16-lto-optional.patch)

+
 gnome-unstable-i686/PKGBUILD   |   62 +++
 gnome-unstable-i686/cairo-1.12.16-lto-optional.patch   |   29 +++
 gnome-unstable-x86_64/PKGBUILD |   62 +++
 gnome-unstable-x86_64/cairo-1.12.16-lto-optional.patch |   29 +++
 4 files changed, 182 insertions(+)

Copied: cairo/repos/gnome-unstable-i686/PKGBUILD (from rev 220960, 
cairo/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 19:57:01 UTC (rev 220961)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Brice Carpentier 
+
+pkgname=cairo
+pkgver=1.13.1
+pkgrel=1
+pkgdesc="Cairo vector graphics library"
+arch=(i686 x86_64)
+license=('LGPL' 'MPL')
+url="http://cairographics.org/";
+depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman>=0.28.0' 'glib2' 
'mesa' 'libgl' 'lzo')
+makedepends=('mesa-libgl' 'librsvg' 'gtk2' 'poppler-glib' 'libspectre' 
'gtk-doc' 'valgrind' 'git')
+ # for the test suite:
+ #'ttf-dejavu' 'gsfonts' 'xorg-server-xvfb' ) # 'libdrm')
+#optdepends=('xcb-util: for XCB backend') # really needed?
+provides=('cairo-xcb')
+replaces=('cairo-xcb')
+source=('git://anongit.freedesktop.org/cairo#commit=29a8b4e970379ca04a7db8e63c71bb34c0e349ce')
+sha1sums=('SKIP')
+
+build() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-lto \
+   --enable-tee \
+   --enable-gl \
+   --enable-egl \
+   --enable-svg \
+   --enable-ps \
+   --enable-pdf \
+   --enable-gobject \
+--enable-gtk-doc #\
+   # --enable-test-surfaces
+   
+   #--disable-xlib-xcb \
+   # --enable-test-surfaces \ takes ages
+   #--enable-drm # breaks build
+   
+  make
+}
+
+check() {
+  cd $pkgname
+  #make -j1 -k test || /bin/true
+  
+  # results:
+  # 1.12.8-1   # 162 Passed, 328 Failed [8 crashed, 10 expected], 26 Skipped
+  # 1.12.12-2: # 29 Passed, 464 Failed [460 crashed, 2 expected], 26 Skipped
+  # 1.12.16-1: 144 Passed, 364 Failed [6 crashed, 12 expected], 27 Skipped
+
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: cairo/repos/gnome-unstable-i686/cairo-1.12.16-lto-optional.patch (from 
rev 220960, cairo/trunk/cairo-1.12.16-lto-optional.patch)
===
--- gnome-unstable-i686/cairo-1.12.16-lto-optional.patch
(rev 0)
+++ gnome-unstable-i686/cairo-1.12.16-lto-optional.patch2014-09-04 
19:57:01 UTC (rev 220961)
@@ -0,0 +1,29 @@
+diff --git a/build/configure.ac.warnings b/build/configure.ac.warnings
+index f984eb2..15b3da2 100644
+--- a/build/configure.ac.warnings
 b/build/configure.ac.warnings
+@@ -38,13 +38,18 @@ dnl options.  Namely, the following:
+ 
+ dnl -flto working really needs a test link, not just a compile
+ 
+-safe_MAYBE_WARN="$MAYBE_WARN"
+-MAYBE_WARN="$MAYBE_WARN -flto"
+-AC_TRY_LINK([],[
++AC_ARG_ENABLE(lto,
++  AS_HELP_STRING([--disable-lto],
++ [Do not try to use Link-Time Optimization]))
++if test "x$enable_lto" != "xno"; then
++  safe_MAYBE_WARN="$MAYBE_WARN"
++  MAYBE_WARN="$MAYBE_WARN -flto"
++  AC_TRY_LINK([],[
+   int main(int argc, char **argv) { return 0; }
+-],[],[
++  ],[],[
+   MAYBE_WARN="$safe_MAYBE_WARN"
+-])
++  ])
++fi
+ 
+ MAYBE_WARN="$MAYBE_WARN -fno-strict-aliasing -fno-common"
+ 
+

Copied: cairo/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220960, 
cairo/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-04 19:57:01 UTC (rev 220961)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Brice Carpentier 
+
+pkgname=cairo
+pkgver=1.13.1
+pkgrel=1
+pkgdesc="Cairo vector graphics library"
+arch=(i686 x86_64)
+license=('LGPL' 'MPL')
+url="http://cairographics.org/";
+depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman>=0.

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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 21:56:57
  Author: jgc
Revision: 220960

upgpkg: cairo 1.13.1-1

Update to git snapshot

Modified:
  cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 19:00:08 UTC (rev 220959)
+++ PKGBUILD2014-09-04 19:56:57 UTC (rev 220960)
@@ -3,34 +3,25 @@
 # Contributor: Brice Carpentier 
 
 pkgname=cairo
-pkgver=1.12.16
-pkgrel=3
+pkgver=1.13.1
+pkgrel=1
 pkgdesc="Cairo vector graphics library"
 arch=(i686 x86_64)
 license=('LGPL' 'MPL')
 url="http://cairographics.org/";
-depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman>=0.28.0' 'glib2' 
'mesa' 'libgl' 'sh' 'lzo')
-makedepends=('mesa-libgl' 'librsvg' 'gtk2' 'poppler-glib' 'libspectre' 
'gtk-doc' 'valgrind'
+depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman>=0.28.0' 'glib2' 
'mesa' 'libgl' 'lzo')
+makedepends=('mesa-libgl' 'librsvg' 'gtk2' 'poppler-glib' 'libspectre' 
'gtk-doc' 'valgrind' 'git')
  # for the test suite:
- 'ttf-dejavu' 'gsfonts' 'xorg-server-xvfb' ) # 'libdrm')
+ #'ttf-dejavu' 'gsfonts' 'xorg-server-xvfb' ) # 'libdrm')
 #optdepends=('xcb-util: for XCB backend') # really needed?
 provides=('cairo-xcb')
 replaces=('cairo-xcb')
-source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.xz
-cairo-1.12.16-lto-optional.patch)
-sha1sums=('4f6e337d5d3edd7ea79d1426f575331552b003ec'
-  '80883e44a57942762995aea2f136701b1fa54568')
+source=('git://anongit.freedesktop.org/cairo#commit=29a8b4e970379ca04a7db8e63c71bb34c0e349ce')
+sha1sums=('SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # https://bugs.archlinux.org/task/40313 + https://bugs.gentoo.org/510782
-  # patch to make it optional is taken from Gentoo
-  patch -Np1 -i $srcdir/cairo-1.12.16-lto-optional.patch
-  autoreconf -vfi
-}
-
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
 
   ./configure --prefix=/usr \
--sysconfdir=/etc \
@@ -43,7 +34,8 @@
--enable-svg \
--enable-ps \
--enable-pdf \
-   --enable-gobject #\
+   --enable-gobject \
+--enable-gtk-doc #\
# --enable-test-surfaces

#--disable-xlib-xcb \
@@ -54,8 +46,8 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
-  make -k test || /bin/true
+  cd $pkgname
+  #make -j1 -k test || /bin/true
   
   # results:
   # 1.12.8-1   # 162 Passed, 328 Failed [8 crashed, 10 expected], 26 Skipped
@@ -65,6 +57,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 21:00:08
  Author: jgc
Revision: 220959

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  atk/repos/gnome-unstable-i686/
  atk/repos/gnome-unstable-i686/PKGBUILD
(from rev 220958, atk/trunk/PKGBUILD)
  atk/repos/gnome-unstable-x86_64/
  atk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220958, atk/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   25 +
 gnome-unstable-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: atk/repos/gnome-unstable-i686/PKGBUILD (from rev 220958, 
atk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 19:00:08 UTC (rev 220959)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=atk
+pkgver=2.13.90
+pkgrel=1
+pkgdesc="A library providing a set of interfaces for accessibility"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection' 'python2')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url='http://www.gtk.org/'
+sha256sums=('66a1ddf2ee3e8251012d428740549d7ac176135451927bcc4c332e3ed12dfc47')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: atk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220958, 
atk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-04 19:00:08 UTC (rev 220959)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=atk
+pkgver=2.13.90
+pkgrel=1
+pkgdesc="A library providing a set of interfaces for accessibility"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection' 'python2')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url='http://www.gtk.org/'
+sha256sums=('66a1ddf2ee3e8251012d428740549d7ac176135451927bcc4c332e3ed12dfc47')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 21:00:02
  Author: jgc
Revision: 220958

upgpkg: atk 2.13.90-1

Modified:
  atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 18:53:41 UTC (rev 220957)
+++ PKGBUILD2014-09-04 19:00:02 UTC (rev 220958)
@@ -2,16 +2,16 @@
 # Maintainer: Jan de Groot 
 
 pkgname=atk
-pkgver=2.12.0
+pkgver=2.13.90
 pkgrel=1
 pkgdesc="A library providing a set of interfaces for accessibility"
 arch=(i686 x86_64)
 license=('LGPL')
 depends=('glib2')
-makedepends=('gobject-introspection')
+makedepends=('gobject-introspection' 'python2')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 url='http://www.gtk.org/'
-sha256sums=('48a8431974639c5a59c24fcd3ece1a19709872d5dfe78907524d9f5e9993f18f')
+sha256sums=('66a1ddf2ee3e8251012d428740549d7ac176135451927bcc4c332e3ed12dfc47')
 
 build() {
   cd "$pkgname-$pkgver"



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 20:53:41
  Author: jgc
Revision: 220957

archrelease: copy trunk to gnome-unstable-x86_64, gnome-unstable-i686

Added:
  gobject-introspection/repos/gnome-unstable-i686/
  gobject-introspection/repos/gnome-unstable-i686/PKGBUILD
(from rev 220956, gobject-introspection/trunk/PKGBUILD)
  gobject-introspection/repos/gnome-unstable-x86_64/
  gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220956, gobject-introspection/trunk/PKGBUILD)

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

Copied: gobject-introspection/repos/gnome-unstable-i686/PKGBUILD (from rev 
220956, gobject-introspection/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 18:53:41 UTC (rev 220957)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gobject-introspection
+pkgver=1.41.91
+pkgrel=1
+pkgdesc="Introspection system for GObject-based libraries"
+url="https://live.gnome.org/GObjectIntrospection";
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('glib2')
+makedepends=('cairo' 'python2' 'python2-mako')
+optdepends=('python2: gir development tools'
+'python2-mako: g-ir-doc-tool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a1ea708eeaa13dcc5a3078b1ae5aae178f22410023a56c699560f4e068722d9e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1s|#!/usr/bin/env python$|&2|' giscanner/*.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static 
--enable-doctool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
220956, gobject-introspection/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-04 18:53:41 UTC (rev 220957)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gobject-introspection
+pkgver=1.41.91
+pkgrel=1
+pkgdesc="Introspection system for GObject-based libraries"
+url="https://live.gnome.org/GObjectIntrospection";
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('glib2')
+makedepends=('cairo' 'python2' 'python2-mako')
+optdepends=('python2: gir development tools'
+'python2-mako: g-ir-doc-tool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a1ea708eeaa13dcc5a3078b1ae5aae178f22410023a56c699560f4e068722d9e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1s|#!/usr/bin/env python$|&2|' giscanner/*.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static 
--enable-doctool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 20:53:35
  Author: jgc
Revision: 220956

upgpkg: gobject-introspection 1.41.91-1

Move python2 and python2-mako to optdepends. Not that this will require 
additional makedepends for modules using gobject-introspection during build

Modified:
  gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 18:38:48 UTC (rev 220955)
+++ PKGBUILD2014-09-04 18:53:35 UTC (rev 220956)
@@ -2,27 +2,31 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gobject-introspection
-pkgver=1.40.0
+pkgver=1.41.91
 pkgrel=1
 pkgdesc="Introspection system for GObject-based libraries"
 url="https://live.gnome.org/GObjectIntrospection";
 arch=('x86_64' 'i686')
 license=('LGPL' 'GPL')
-depends=('glib2' 'python2' 'python2-mako')
-makedepends=('cairo')
+depends=('glib2')
+makedepends=('cairo' 'python2' 'python2-mako')
+optdepends=('python2: gir development tools'
+'python2-mako: g-ir-doc-tool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('96ea75e9679083e7fe39a105e810e2ead2d708abf189a5ba420bfccfffa24e98')
+sha256sums=('a1ea708eeaa13dcc5a3078b1ae5aae178f22410023a56c699560f4e068722d9e')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1s|#!/usr/bin/env python$|&2|' giscanner/*.py
+}
+
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static 
--enable-doctool
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-
-  sed -i '1s|#!/usr/bin/env python$|&2|' \
-"$pkgdir"/usr/lib/gobject-introspection/giscanner/*.py
 }



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

2014-09-04 Thread Eric Bélanger
Date: Thursday, September 4, 2014 @ 20:38:48
  Author: eric
Revision: 220955

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

Added:
  intel-tbb/repos/extra-i686/PKGBUILD
(from rev 220952, intel-tbb/trunk/PKGBUILD)
  intel-tbb/repos/extra-x86_64/PKGBUILD
(from rev 220954, intel-tbb/trunk/PKGBUILD)
Deleted:
  intel-tbb/repos/extra-i686/PKGBUILD
  intel-tbb/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-04 18:37:59 UTC (rev 220954)
+++ extra-i686/PKGBUILD 2014-09-04 18:38:48 UTC (rev 220955)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Denis Martinez 
-
-pkgname=intel-tbb
-pkgver=4.2_20140601
-pkgrel=1
-pkgdesc='High level abstract threading library'
-arch=('i686' 'x86_64')
-url='http://www.threadingbuildingblocks.org/'
-license=('GPL')
-depends=('gcc-libs')
-source=("http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz";)
-sha1sums=('f50c04a27f5e37c920a03be134dc57ccf909515d')
-
-build() {
-  cd tbb${pkgver/\./}oss
-  make
-}
-
-package() {
-  cd tbb${pkgver/\./}oss
-  install -d "${pkgdir}"/usr/lib
-  install -m755 build/linux_*/*.so* "${pkgdir}"/usr/lib
-  install -d "${pkgdir}"/usr/include
-  cp -a include/tbb "${pkgdir}"/usr/include
-}

Copied: intel-tbb/repos/extra-i686/PKGBUILD (from rev 220952, 
intel-tbb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-04 18:38:48 UTC (rev 220955)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Denis Martinez 
+
+pkgname=intel-tbb
+pkgver=4.3_20140724
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=('i686' 'x86_64')
+url='http://www.threadingbuildingblocks.org/'
+license=('GPL')
+depends=('gcc-libs')
+source=("http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz";)
+sha1sums=('4cb73cd0ac61b790318358ae4782f80255715278')
+
+build() {
+  cd tbb${pkgver/\./}oss
+  make
+}
+
+package() {
+  cd tbb${pkgver/\./}oss
+  install -d "${pkgdir}"/usr/lib
+  install -m755 build/linux_*/*.so* "${pkgdir}"/usr/lib
+  install -d "${pkgdir}"/usr/include
+  cp -a include/tbb "${pkgdir}"/usr/include
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-04 18:37:59 UTC (rev 220954)
+++ extra-x86_64/PKGBUILD   2014-09-04 18:38:48 UTC (rev 220955)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Denis Martinez 
-
-pkgname=intel-tbb
-pkgver=4.2_20140601
-pkgrel=1
-pkgdesc='High level abstract threading library'
-arch=('i686' 'x86_64')
-url='http://www.threadingbuildingblocks.org/'
-license=('GPL')
-depends=('gcc-libs')
-source=("http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz";)
-sha1sums=('f50c04a27f5e37c920a03be134dc57ccf909515d')
-
-build() {
-  cd tbb${pkgver/\./}oss
-  make
-}
-
-package() {
-  cd tbb${pkgver/\./}oss
-  install -d "${pkgdir}"/usr/lib
-  install -m755 build/linux_*/*.so* "${pkgdir}"/usr/lib
-  install -d "${pkgdir}"/usr/include
-  cp -a include/tbb "${pkgdir}"/usr/include
-}

Copied: intel-tbb/repos/extra-x86_64/PKGBUILD (from rev 220954, 
intel-tbb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-04 18:38:48 UTC (rev 220955)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Denis Martinez 
+
+pkgname=intel-tbb
+pkgver=4.3_20140724
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=('i686' 'x86_64')
+url='http://www.threadingbuildingblocks.org/'
+license=('GPL')
+depends=('gcc-libs')
+source=("http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz";)
+sha1sums=('4cb73cd0ac61b790318358ae4782f80255715278')
+
+build() {
+  cd tbb${pkgver/\./}oss
+  make
+}
+
+package() {
+  cd tbb${pkgver/\./}oss
+  install -d "${pkgdir}"/usr/lib
+  install -m755 build/linux_*/*.so* "${pkgdir}"/usr/lib
+  install -d "${pkgdir}"/usr/include
+  cp -a include/tbb "${pkgdir}"/usr/include
+}



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 20:37:59
  Author: jgc
Revision: 220954

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  glib2/repos/gnome-unstable-i686/
  glib2/repos/gnome-unstable-i686/PKGBUILD
(from rev 220953, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch
(from rev 220953, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/gnome-unstable-x86_64/
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 220953, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 220953, glib2/trunk/revert-warn-glib-compile-schemas.patch)

--+
 gnome-unstable-i686/PKGBUILD |   67 ++
 gnome-unstable-i686/revert-warn-glib-compile-schemas.patch   |   33 
 gnome-unstable-x86_64/PKGBUILD   |   67 ++
 gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch |   33 
 4 files changed, 200 insertions(+)

Copied: glib2/repos/gnome-unstable-i686/PKGBUILD (from rev 220953, 
glib2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-04 18:37:59 UTC (rev 220954)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.41.4
+pkgrel=1
+pkgdesc="Common C routines used by GTK+ and other libs"
+url="http://www.gtk.org/";
+arch=(i686 x86_64)
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-$pkgver.tar.xz
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('1661bc4abfd1b0b59ae7abbef9d6a60c32192a7a65122753d5d8cc2db110fbf7'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+prepare() {
+  cd glib-$pkgver
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+}
+  
+build() {
+  cd glib-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+check() {
+  cd glib-$pkgver
+  #make -k check || :
+}
+
+package_glib2() {
+  depends=('pcre' 'libffi')
+  optdepends=('python2: for gdbus-codegen and gtester-report'
+  'elfutils: gresource inspection tool')
+  options=('!docs' '!emptydirs')
+  license=('LGPL')
+
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
+
+  for _i in "$pkgdir/usr/share/bash-completion/completions/"*; do
+  chmod -x "$_i"
+  done
+
+  # Our gdb does not ship the required python modules, so remove it
+  rm -rf "$pkgdir/usr/share/gdb/"
+}
+
+package_glib2-docs() {
+  pkgdesc="Documentation for glib2"
+  conflicts=('gobject2-docs')
+  replaces=('gobject2-docs')
+  license=('custom')
+  options=('docs' '!emptydirs')
+  
+  cd glib-$pkgver/docs
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/glib2-docs"
+  install -m644 reference/COPYING "${pkgdir}/usr/share/licenses/glib2-docs/"
+
+  rm -rf "${pkgdir}/usr/share/man"
+}

Copied: glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch 
(from rev 220953, glib2/trunk/revert-warn-glib-compile-schemas.patch)
===
--- gnome-unstable-i686/revert-warn-glib-compile-schemas.patch  
(rev 0)
+++ gnome-unstable-i686/revert-warn-glib-compile-schemas.patch  2014-09-04 
18:37:59 UTC (rev 220954)
@@ -0,0 +1,33 @@
+From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
+From: Ryan Lortie 
+Date: Thu, 12 Apr 2012 23:55:34 +
+Subject: glib-compile-schemas: warn about bad dconf paths
+
+For quite some time the recommended usage of GSettings and dconf has
+been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
+over from GConf and is continuing to make its way into a number of
+applications as they port.
+
+glib-compile-schemas will now warn about these types of paths being
+used.  This generates a lot of noise, but hopefully it will reduce the
+number of ported applications making this mistake.
+---
+diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
+index cf02389..27d0181 100644
+--- a/gio/glib-compile-schemas.c
 b/gio/glib-compile-schemas.c
+@@ -1204,6 +1204,12 @@ parse_state_start_schema (ParseState  *state,
+   return;
+ }
+ 
++  if (path && (g_str_has_prefix (path, "/apps/") ||
++   g_str_has_prefix (path, "/desktop/") ||
++   g_str_has_prefix (path, "/system/")))
++g_printerr ("warning: Schema '%s' has path '%s'.  Paths starting with "
++"'/apps/', '/desktop/' or '/system/' are deprecated.\n", id,

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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 20:37:53
  Author: jgc
Revision: 220953

upgpkg: glib2 2.41.4-1

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 18:36:12 UTC (rev 220952)
+++ PKGBUILD2014-09-04 18:37:53 UTC (rev 220953)
@@ -3,35 +3,33 @@
 
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
-pkgver=2.40.0
-pkgrel=2
+pkgver=2.41.4
+pkgrel=1
 pkgdesc="Common C routines used by GTK+ and other libs"
 url="http://www.gtk.org/";
 arch=(i686 x86_64)
-makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils' 'gtk-doc' 'git')
-source=('git://git.gnome.org/glib#commit=938a468acf58499b7347fa923384829d488b0ef6'
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-$pkgver.tar.xz
 revert-warn-glib-compile-schemas.patch)
-sha256sums=('SKIP'
+sha256sums=('1661bc4abfd1b0b59ae7abbef9d6a60c32192a7a65122753d5d8cc2db110fbf7'
 '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
 
 prepare() {
-  cd glib
+  cd glib-$pkgver
   patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
 }
   
 build() {
-  cd glib
-  NOCONFIGURE=1 ./autogen.sh
+  cd glib-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
   --sysconfdir=/etc \
   --with-pcre=system \
-  --disable-fam \
-  --enable-gtk-doc
+  --disable-fam
   make
 }
 
 check() {
-  cd glib
+  cd glib-$pkgver
   #make -k check || :
 }
 
@@ -42,7 +40,7 @@
   options=('!docs' '!emptydirs')
   license=('LGPL')
 
-  cd glib
+  cd glib-$pkgver
   make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
 
   for _i in "$pkgdir/usr/share/bash-completion/completions/"*; do
@@ -60,7 +58,7 @@
   license=('custom')
   options=('docs' '!emptydirs')
   
-  cd glib/docs
+  cd glib-$pkgver/docs
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/glib2-docs"
   install -m644 reference/COPYING "${pkgdir}/usr/share/licenses/glib2-docs/"



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

2014-09-04 Thread Eric Bélanger
Date: Thursday, September 4, 2014 @ 20:36:12
  Author: eric
Revision: 220952

upgpkg: intel-tbb 4.3_20140724-1

Upstream update

Modified:
  intel-tbb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 18:28:53 UTC (rev 220951)
+++ PKGBUILD2014-09-04 18:36:12 UTC (rev 220952)
@@ -4,7 +4,7 @@
 # Contributor: Denis Martinez 
 
 pkgname=intel-tbb
-pkgver=4.2_20140601
+pkgver=4.3_20140724
 pkgrel=1
 pkgdesc='High level abstract threading library'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('gcc-libs')
 
source=("http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz";)
-sha1sums=('f50c04a27f5e37c920a03be134dc57ccf909515d')
+sha1sums=('4cb73cd0ac61b790318358ae4782f80255715278')
 
 build() {
   cd tbb${pkgver/\./}oss



[arch-commits] Commit in tomcat8/repos/extra-any (8 files)

2014-09-04 Thread Guillaume Alaux
Date: Thursday, September 4, 2014 @ 20:28:53
  Author: guillaume
Revision: 220951

archrelease: copy trunk to extra-any

Added:
  tomcat8/repos/extra-any/PKGBUILD
(from rev 220950, tomcat8/trunk/PKGBUILD)
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
(from rev 220950, tomcat8/trunk/systemd_tmpfiles.d_tomcat8.conf)
  tomcat8/repos/extra-any/systemd_tomcat8.service
(from rev 220950, tomcat8/trunk/systemd_tomcat8.service)
  tomcat8/repos/extra-any/tomcat8.install
(from rev 220950, tomcat8/trunk/tomcat8.install)
Deleted:
  tomcat8/repos/extra-any/PKGBUILD
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
  tomcat8/repos/extra-any/systemd_tomcat8.service
  tomcat8/repos/extra-any/tomcat8.install

-+
 PKGBUILD|  150 +++---
 systemd_tmpfiles.d_tomcat8.conf |6 -
 systemd_tomcat8.service |   66 
 tomcat8.install |   70 -
 4 files changed, 146 insertions(+), 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-04 18:28:02 UTC (rev 220950)
+++ PKGBUILD2014-09-04 18:28:53 UTC (rev 220951)
@@ -1,75 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-pkgname=tomcat8
-pkgver=8.0.11
-pkgrel=1
-pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('java-runtime>=7' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(etc/${pkgname}/catalina.policy
-etc/${pkgname}/catalina.properties
-etc/${pkgname}/context.xml
-etc/${pkgname}/logging.properties
-etc/${pkgname}/server.xml
-etc/${pkgname}/tomcat-users.xml
-etc/${pkgname}/web.xml)
-install=${pkgname}.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-8/v${pkgver}/bin/apache-tomcat-${pkgver}.zip
-systemd_${pkgname}.service
-systemd_tmpfiles.d_${pkgname}.conf
-${pkgname}.install)
-
-sha256sums=('41e4cdf505321f54eb387c4dc6ffd005cea8ce36607994e6a31db33f9e367ccf'
-'4f895aa4834489411a1b19027e12e8eb0d3a7408127be720e5aad8f9a0e1d660'
-'cd637d5b1a0e816c149c868a72d3d315ea0061efc9e544cadfbc73859dedb847'
-'32fcb0f44e32cd8901e936ebad4942a399efa8b98fdc42f5345dd8929b6c1887')
-
-_gid_log=19
-_gid_tomcat=57
-_uid_tomcat=57
-
-package() {
-  cd "${srcdir}/apache-tomcat-${pkgver}"
-
-  # Tomcat general files
-  install -dm755 "${pkgdir}"/usr/share/{,java/}${pkgname}
-  cp -r bin "${pkgdir}"/usr/share/${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm 
"${pkgdir}"/usr/share/${pkgname}/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  ln -s /usr/share/java/commons-daemon.jar 
"${pkgdir}"/usr/share/${pkgname}/bin/commons-daemon.jar
-
-  install -m644 lib/* "${pkgdir}"/usr/share/java/${pkgname}
-  # eclipse-ecj is packaged on its own
-  rm "${pkgdir}"/usr/share/java/${pkgname}/ecj-*.jar
-  ln -s ../eclipse-ecj.jar "${pkgdir}"/usr/share/java/${pkgname}/ecj.jar
-
-  ln -s /usr/share/java/${pkgname} "${pkgdir}"/usr/share/${pkgname}/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_log} 
"${pkgdir}"/var/log/${pkgname}
-  ln -s /var/log/${pkgname} "${pkgdir}"/usr/share/${pkgname}/logs
-  touch "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-  chgrp ${_gid_log} "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-
-  install -dm775 "${pkgdir}"/etc/${pkgname}
-  install -g ${_gid_tomcat} -m640 conf/* "${pkgdir}"/etc/${pkgname}
-  install -d -g ${_gid_tomcat} -m775 "${pkgdir}"/etc/${pkgname}/Catalina
-  ln -s /etc/${pkgname} "${pkgdir}"/usr/share/${pkgname}/conf
-
-  install -dm775 "${pkgdir}"/var/lib/${pkgname}
-  cp -r webapps "${pkgdir}"/var/lib/${pkgname}
-  chown -R ${_uid_tomcat}:${_gid_tomcat} "${pkgdir}"/var/lib/${pkgname}
-  ln -s /var/lib/${pkgname}/webapps "${pkgdir}"/usr/share/${pkgname}/webapps
-
-  install -dm1777 "${pkgdir}"/var/tmp
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_tomcat} 
"${pkgdir}"/var/tmp/${pkgname}/{temp,work}
-  ln -s /var/tmp/${pkgname}/temp "${pkgdir}"/usr/share/${pkgname}/temp
-  ln -s /var/tmp/${pkgname}/work "${pkgdir}"/usr/share/${pkgname}/work
-
-  install -Dm644 "${srcdir}"/systemd_${pkgname}.service \
- "${pkgdir}"/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 "${srcdir}"/systemd_tmpfiles.d_${pkgname}.conf \
- "${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-}

Copied: tomcat8/repos/extra-any/PKGBUILD (from rev 220950, 
tomcat8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-04 18:28:53 UTC (rev 220951)
@@ -0,0 +1

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

2014-09-04 Thread Guillaume Alaux
Date: Thursday, September 4, 2014 @ 20:28:02
  Author: guillaume
Revision: 220950

Upstream release 8.0.12

Modified:
  tomcat8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 18:27:21 UTC (rev 220949)
+++ PKGBUILD2014-09-04 18:28:02 UTC (rev 220950)
@@ -1,6 +1,6 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=tomcat8
-pkgver=8.0.11
+pkgver=8.0.12
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
 arch=('any')
@@ -21,7 +21,7 @@
 systemd_tmpfiles.d_${pkgname}.conf
 ${pkgname}.install)
 
-sha256sums=('41e4cdf505321f54eb387c4dc6ffd005cea8ce36607994e6a31db33f9e367ccf'
+sha256sums=('5fd0b8a6b69f1a24fd65b969923ba5109f007a537b3c0696b801f76849a41d60'
 '4f895aa4834489411a1b19027e12e8eb0d3a7408127be720e5aad8f9a0e1d660'
 'cd637d5b1a0e816c149c868a72d3d315ea0061efc9e544cadfbc73859dedb847'
 '32fcb0f44e32cd8901e936ebad4942a399efa8b98fdc42f5345dd8929b6c1887')



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 20:27:16
  Author: jgc
Revision: 220948

upgpkg: glib2 2.40.0-2

Update to git snapshot from 2.40 branch. Should fix VLC segfaults by marking 
the library as unloadable

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 17:20:39 UTC (rev 220947)
+++ PKGBUILD2014-09-04 18:27:16 UTC (rev 220948)
@@ -4,32 +4,34 @@
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
 pkgver=2.40.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Common C routines used by GTK+ and other libs"
 url="http://www.gtk.org/";
 arch=(i686 x86_64)
-makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-$pkgver.tar.xz
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils' 'gtk-doc' 'git')
+source=('git://git.gnome.org/glib#commit=938a468acf58499b7347fa923384829d488b0ef6'
 revert-warn-glib-compile-schemas.patch)
-sha256sums=('0d27f195966ecb1995dcce0754129fd66ebe820c7cd29200d264b02af1aa28b5'
+sha256sums=('SKIP'
 '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
 
 prepare() {
-  cd glib-$pkgver
+  cd glib
   patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
 }
   
 build() {
-  cd glib-$pkgver
+  cd glib
+  NOCONFIGURE=1 ./autogen.sh
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
   --sysconfdir=/etc \
   --with-pcre=system \
-  --disable-fam
+  --disable-fam \
+  --enable-gtk-doc
   make
 }
 
 check() {
-  cd glib-$pkgver
+  cd glib
   #make -k check || :
 }
 
@@ -40,7 +42,7 @@
   options=('!docs' '!emptydirs')
   license=('LGPL')
 
-  cd glib-$pkgver
+  cd glib
   make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
 
   for _i in "$pkgdir/usr/share/bash-completion/completions/"*; do
@@ -58,7 +60,7 @@
   license=('custom')
   options=('docs' '!emptydirs')
   
-  cd glib-$pkgver/docs
+  cd glib/docs
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/glib2-docs"
   install -m644 reference/COPYING "${pkgdir}/usr/share/licenses/glib2-docs/"



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

2014-09-04 Thread Jan de Groot
Date: Thursday, September 4, 2014 @ 20:27:21
  Author: jgc
Revision: 220949

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

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 220948, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 220948, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 220948, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 220948, glib2/trunk/revert-warn-glib-compile-schemas.patch)

---+
 testing-i686/PKGBUILD |   69 
 testing-i686/revert-warn-glib-compile-schemas.patch   |   33 +++
 testing-x86_64/PKGBUILD   |   69 
 testing-x86_64/revert-warn-glib-compile-schemas.patch |   33 +++
 4 files changed, 204 insertions(+)

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 220948, 
glib2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-04 18:27:21 UTC (rev 220949)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.40.0
+pkgrel=2
+pkgdesc="Common C routines used by GTK+ and other libs"
+url="http://www.gtk.org/";
+arch=(i686 x86_64)
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils' 'gtk-doc' 'git')
+source=('git://git.gnome.org/glib#commit=938a468acf58499b7347fa923384829d488b0ef6'
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('SKIP'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+prepare() {
+  cd glib
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+}
+  
+build() {
+  cd glib
+  NOCONFIGURE=1 ./autogen.sh
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam \
+  --enable-gtk-doc
+  make
+}
+
+check() {
+  cd glib
+  #make -k check || :
+}
+
+package_glib2() {
+  depends=('pcre' 'libffi')
+  optdepends=('python2: for gdbus-codegen and gtester-report'
+  'elfutils: gresource inspection tool')
+  options=('!docs' '!emptydirs')
+  license=('LGPL')
+
+  cd glib
+  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
+
+  for _i in "$pkgdir/usr/share/bash-completion/completions/"*; do
+  chmod -x "$_i"
+  done
+
+  # Our gdb does not ship the required python modules, so remove it
+  rm -rf "$pkgdir/usr/share/gdb/"
+}
+
+package_glib2-docs() {
+  pkgdesc="Documentation for glib2"
+  conflicts=('gobject2-docs')
+  replaces=('gobject2-docs')
+  license=('custom')
+  options=('docs' '!emptydirs')
+  
+  cd glib/docs
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/glib2-docs"
+  install -m644 reference/COPYING "${pkgdir}/usr/share/licenses/glib2-docs/"
+
+  rm -rf "${pkgdir}/usr/share/man"
+}

Copied: glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch (from 
rev 220948, glib2/trunk/revert-warn-glib-compile-schemas.patch)
===
--- testing-i686/revert-warn-glib-compile-schemas.patch 
(rev 0)
+++ testing-i686/revert-warn-glib-compile-schemas.patch 2014-09-04 18:27:21 UTC 
(rev 220949)
@@ -0,0 +1,33 @@
+From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
+From: Ryan Lortie 
+Date: Thu, 12 Apr 2012 23:55:34 +
+Subject: glib-compile-schemas: warn about bad dconf paths
+
+For quite some time the recommended usage of GSettings and dconf has
+been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
+over from GConf and is continuing to make its way into a number of
+applications as they port.
+
+glib-compile-schemas will now warn about these types of paths being
+used.  This generates a lot of noise, but hopefully it will reduce the
+number of ported applications making this mistake.
+---
+diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
+index cf02389..27d0181 100644
+--- a/gio/glib-compile-schemas.c
 b/gio/glib-compile-schemas.c
+@@ -1204,6 +1204,12 @@ parse_state_start_schema (ParseState  *state,
+   return;
+ }
+ 
++  if (path && (g_str_has_prefix (path, "/apps/") ||
++   g_str_has_prefix (path, "/desktop/") ||
++   g_str_has_prefix (path, "/system/")))
++g_printerr ("warning: Schema '%s' has path '%s'.  Paths starting with "
++"'/apps/', '/desktop/' or '/system/' are deprecated.\n", id, 
path);
++
+   state->schema_state = schema_state_new (path, gettext_domain,
+   extends, extends_name, list_

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

2014-09-04 Thread Eric Bélanger
Date: Thursday, September 4, 2014 @ 19:26:55
  Author: eric
Revision: 118284

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 118283, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-04 17:25:32 UTC (rev 118283)
+++ PKGBUILD2014-09-04 17:26:55 UTC (rev 118284)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2014.09.01.2
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('67599beffd42863554de90bc14b71e96c4035695'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
-"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 118283, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-04 17:26:55 UTC (rev 118284)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2014.09.04.3
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('2dce554aa60d84b688580f3f357190ab86b8c247'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2014-09-04 Thread Eric Bélanger
Date: Thursday, September 4, 2014 @ 19:25:32
  Author: eric
Revision: 118283

upgpkg: youtube-dl 2014.09.04.3-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 16:24:06 UTC (rev 118282)
+++ PKGBUILD2014-09-04 17:25:32 UTC (rev 118283)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2014.09.01.2
+pkgver=2014.09.04.3
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('67599beffd42863554de90bc14b71e96c4035695'
+sha1sums=('2dce554aa60d84b688580f3f357190ab86b8c247'
   'SKIP')
 
 prepare() {



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

2014-09-04 Thread Andreas Radke
Date: Thursday, September 4, 2014 @ 19:20:29
  Author: andyrtr
Revision: 220946

upgpkg: getmail 4.46.0-2

fix bad mtime

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 17:05:21 UTC (rev 220945)
+++ PKGBUILD2014-09-04 17:20:29 UTC (rev 220946)
@@ -4,7 +4,7 @@
 
 pkgname=getmail
 pkgver=4.46.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
 url="http://pyropus.ca/software/getmail";
@@ -14,15 +14,21 @@
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
 md5sums=('aa094ebe558f47246c8af2ca8e1d12f9')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix broken shebang calls
+  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
getmailcore/__init__.py
+  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find . 
-name '*.py')
+  # recheck
+  head -1 $(find . -name '*.py')
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   python2 setup.py build
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   python2 setup.py install --root=${pkgdir}
-  # fix some broken shebang calls
-  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
-  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find 
$pkgdir -name '*.py')
 }



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

2014-09-04 Thread Andreas Radke
Date: Thursday, September 4, 2014 @ 19:20:39
  Author: andyrtr
Revision: 220947

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 220946, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-04 17:20:29 UTC (rev 220946)
+++ PKGBUILD2014-09-04 17:20:39 UTC (rev 220947)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Committer: Manolis Tzanidakis 
-
-pkgname=getmail
-pkgver=4.46.0
-pkgrel=1
-pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
-arch=(any)
-url="http://pyropus.ca/software/getmail";
-license=("GPL")
-depends=('python2')
-optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('aa094ebe558f47246c8af2ca8e1d12f9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  # fix some broken shebang calls
-  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
-  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find 
$pkgdir -name '*.py')
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 220946, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-04 17:20:39 UTC (rev 220947)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Committer: Manolis Tzanidakis 
+
+pkgname=getmail
+pkgver=4.46.0
+pkgrel=2
+pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
+arch=(any)
+url="http://pyropus.ca/software/getmail";
+license=("GPL")
+depends=('python2')
+optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+md5sums=('aa094ebe558f47246c8af2ca8e1d12f9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix broken shebang calls
+  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
getmailcore/__init__.py
+  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find . 
-name '*.py')
+  # recheck
+  head -1 $(find . -name '*.py')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+}



[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

2014-09-04 Thread Andreas Radke
Date: Thursday, September 4, 2014 @ 19:05:12
  Author: andyrtr
Revision: 220944

upgpkg: xf86-video-nouveau 1.0.11-1

upstream update 1.0.11

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 17:01:47 UTC (rev 220943)
+++ PKGBUILD2014-09-04 17:05:12 UTC (rev 220944)
@@ -3,8 +3,8 @@
 # Contributor: buddabrod 
 
 pkgname=xf86-video-nouveau
-pkgver=1.0.10
-pkgrel=3
+pkgver=1.0.11
+pkgrel=1
 pkgdesc="Open Source 2D acceleration driver for nVidia cards"
 arch=('i686' 'x86_64')
 url="http://nouveau.freedesktop.org/";
@@ -15,7 +15,7 @@
 groups=('xorg-drivers' 'xorg')
 install=$pkgname.install
 
source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c1bab3160bae96d485fc93a048d19775398aa85b407bac53020675f7e995db9d')
+sha256sums=('f84fe2b2787f3ea9419eac3aa86462b929a551b3dbc4de550cc83b67f3216848')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in xf86-video-nouveau/repos (6 files)

2014-09-04 Thread Andreas Radke
Date: Thursday, September 4, 2014 @ 19:05:21
  Author: andyrtr
Revision: 220945

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

Added:
  xf86-video-nouveau/repos/testing-i686/
  xf86-video-nouveau/repos/testing-i686/PKGBUILD
(from rev 220944, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install
(from rev 220944, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/testing-x86_64/
  xf86-video-nouveau/repos/testing-x86_64/PKGBUILD
(from rev 220944, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install
(from rev 220944, xf86-video-nouveau/trunk/xf86-video-nouveau.install)

---+
 testing-i686/PKGBUILD |   29 
 testing-i686/xf86-video-nouveau.install   |6 +
 testing-x86_64/PKGBUILD   |   29 
 testing-x86_64/xf86-video-nouveau.install |6 +
 4 files changed, 70 insertions(+)

Copied: xf86-video-nouveau/repos/testing-i686/PKGBUILD (from rev 220944, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-04 17:05:21 UTC (rev 220945)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: buddabrod 
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.11
+pkgrel=1
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/";
+license=('GPL')
+depends=('libdrm' 'systemd' 'nouveau-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<18' 
'X-ABI-VIDEODRV_VERSION>=19')
+groups=('xorg-drivers' 'xorg')
+install=$pkgname.install
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f84fe2b2787f3ea9419eac3aa86462b929a551b3dbc4de550cc83b67f3216848')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install (from 
rev 220944, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===
--- testing-i686/xf86-video-nouveau.install (rev 0)
+++ testing-i686/xf86-video-nouveau.install 2014-09-04 17:05:21 UTC (rev 
220945)
@@ -0,0 +1,6 @@
+post_install () {
+   cat << _EOF
+  ==> make sure you use KernelModeSetting (KMS)
+  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}

Copied: xf86-video-nouveau/repos/testing-x86_64/PKGBUILD (from rev 220944, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-04 17:05:21 UTC (rev 220945)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: buddabrod 
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.11
+pkgrel=1
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/";
+license=('GPL')
+depends=('libdrm' 'systemd' 'nouveau-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<18' 
'X-ABI-VIDEODRV_VERSION>=19')
+groups=('xorg-drivers' 'xorg')
+install=$pkgname.install
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f84fe2b2787f3ea9419eac3aa86462b929a551b3dbc4de550cc83b67f3216848')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install 
(from rev 220944, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===
--- testing-x86_64/xf86-video-nouveau.install   (rev 0)
+++ testing-x86_64/xf86-video-nouveau.install   2014-09-04 17:05:21 UTC (rev 
220945)
@@ -0,0 +1,6 @@
+post_install () {
+   cat << _EOF
+  ==> make sure you use KernelModeSetting (KMS)
+  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}



[arch-commits] Commit in tzdata/repos (testing-any testing-any/PKGBUILD)

2014-09-04 Thread Andreas Radke
Date: Thursday, September 4, 2014 @ 19:01:47
  Author: andyrtr
Revision: 220943

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 220942, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 220942, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-09-04 17:01:47 UTC (rev 220943)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=tzdata
+pkgver=2014g
+pkgrel=1
+pkgdesc="Sources for time zone and daylight saving time data"
+arch=('any')
+url="http://www.iana.org/time-zones";
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
+sha1sums=('20be4323055278a4a789d9c95926dd38733afa8d'
+  'SKIP')
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone1970.tab 
zone.tab # zone.tab is depricated and will go soon
+}



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

2014-09-04 Thread Andreas Radke
Date: Thursday, September 4, 2014 @ 19:01:39
  Author: andyrtr
Revision: 220942

upgpkg: tzdata 2014g-1

upstream update 2014g

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 16:08:32 UTC (rev 220941)
+++ PKGBUILD2014-09-04 17:01:39 UTC (rev 220942)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=tzdata
-pkgver=2014f
+pkgver=2014g
 pkgrel=1
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
-sha1sums=('1369848ff99a3b51c325b27cb0e41ef23fd35b8a'
+sha1sums=('20be4323055278a4a789d9c95926dd38733afa8d'
   'SKIP')
 
 timezones=('africa' 'antarctica' 'asia' 'australasia'



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

2014-09-04 Thread Felix Yan
Date: Thursday, September 4, 2014 @ 18:24:06
  Author: fyan
Revision: 118282

archrelease: copy trunk to community-any

Added:
  ibus-table/repos/community-any/PKGBUILD
(from rev 118281, ibus-table/trunk/PKGBUILD)
  ibus-table/repos/community-any/sgml_fix.patch
(from rev 118281, ibus-table/trunk/sgml_fix.patch)
Deleted:
  ibus-table/repos/community-any/PKGBUILD
  ibus-table/repos/community-any/sgml_fix.patch

+
 PKGBUILD   |   84 +++
 sgml_fix.patch |   48 +++
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-04 16:23:43 UTC (rev 118281)
+++ PKGBUILD2014-09-04 16:24:06 UTC (rev 118282)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: coderoar 
-# Contributor: leemars 
-# Contributor: Daniel J Griffiths 
-
-pkgname=ibus-table
-pkgver=1.8.9
-pkgrel=1
-pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
-arch=('any')
-url="http://code.google.com/p/ibus/";
-license=('LGPL')
-makedepends=('git' 'docbook2x' 'docbook-sgml')
-depends=('python-pyenchant' 'ibus' 'aspell-en')
-source=("git+https://github.com/kaio/ibus-table.git#tag=$pkgver";
-sgml_fix.patch)
-sha512sums=('SKIP'
-
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -p1 -i ../sgml_fix.patch
-}
-
-build() {
-  cd $pkgname
-
-  PYTHON=/usr/bin/python3 ./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd ${pkgname}
-
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: ibus-table/repos/community-any/PKGBUILD (from rev 118281, 
ibus-table/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-04 16:24:06 UTC (rev 118282)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: coderoar 
+# Contributor: leemars 
+# Contributor: Daniel J Griffiths 
+
+pkgname=ibus-table
+pkgver=1.8.10
+pkgrel=1
+pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
+arch=('any')
+url="http://code.google.com/p/ibus/";
+license=('LGPL')
+makedepends=('git' 'docbook2x' 'docbook-sgml')
+depends=('python-pyenchant' 'ibus' 'aspell-en')
+source=("git+https://github.com/kaio/ibus-table.git#tag=$pkgver";
+sgml_fix.patch)
+sha512sums=('SKIP'
+
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
+
+prepare() {
+  cd ${pkgname}
+
+  patch -p1 -i ../sgml_fix.patch
+}
+
+build() {
+  cd $pkgname
+
+  PYTHON=/usr/bin/python3 ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: sgml_fix.patch
===
--- sgml_fix.patch  2014-09-04 16:23:43 UTC (rev 118281)
+++ sgml_fix.patch  2014-09-04 16:24:06 UTC (rev 118282)
@@ -1,24 +0,0 @@
-diff --git a/engine/Makefile.am b/engine/Makefile.am
-index 1334876..1836439 100644
 a/engine/Makefile.am
-+++ b/engine/Makefile.am
-@@ -21,6 +21,7 @@
- 
- DOC2MAN = docbook2man
- SGML = ibus-table-createdb.sgml
-+XML = ibus-table-createdb.xml
- BUILT_MANS = ibus-table-createdb.1
- man_MANS = $(BUILT_MANS)
- 
-@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
- 
- ${man_MANS}: ${SGML}
-   $(AM_V_GEN) $(RM) $@; \
--  $(DOC2MAN) ${SGML}; \
--  $(RM) manpage.*
-+  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML} > 
${XML}; \
-+  $(DOC2MAN) ${XML}; \
-+  $(RM) manpage.* ${XML}
- 
- table.xml: table.xml.in
-   ( \

Copied: ibus-table/repos/community-any/sgml_fix.patch (from rev 118281, 
ibus-table/trunk/sgml_fix.patch)
===
--- sgml_fix.patch  (rev 0)
+++ sgml_fix.patch  2014-09-04 16:24:06 UTC (rev 118282)
@@ -0,0 +1,24 @@
+diff --git a/engine/Makefile.am b/engine/Makefile.am
+index 1334876..1836439 100644
+--- a/engine/Makefile.am
 b/engine/Makefile.am
+@@ -21,6 +21,7 @@
+ 
+ DOC2MAN = docbook2man
+ SGML = ibus-table-createdb.sgml
++XML = ibus-table-createdb.xml
+ BUILT_MANS = ibus-table-createdb.1
+ man_MANS = $(BUILT_MANS)
+ 
+@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
+ 
+ ${man_MANS}: ${SGML}
+   $(AM_V_GEN) $(RM) $@; \
+-  $(DOC2MAN) ${SGML}; \
+-  $(RM) manpage.*
++  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML} > 
${XML}; \
++  $(DOC2MAN) ${XML}; \
++  $(RM) manpage.* ${XML}
+ 
+ table.xml: table.xml.in
+   ( \



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

2014-09-04 Thread Felix Yan
Date: Thursday, September 4, 2014 @ 18:23:43
  Author: fyan
Revision: 118281

upgpkg: ibus-table 1.8.10-1

Modified:
  ibus-table/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 11:46:25 UTC (rev 118280)
+++ PKGBUILD2014-09-04 16:23:43 UTC (rev 118281)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=ibus-table
-pkgver=1.8.9
+pkgver=1.8.10
 pkgrel=1
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
 arch=('any')



[arch-commits] Commit in java-common/repos/extra-any (14 files)

2014-09-04 Thread Guillaume Alaux
Date: Thursday, September 4, 2014 @ 15:51:20
  Author: guillaume
Revision: 220940

archrelease: copy trunk to extra-any

Added:
  java-common/repos/extra-any/PKGBUILD
(from rev 220939, java-common/trunk/PKGBUILD)
  java-common/repos/extra-any/bin_archlinux-java
(from rev 220939, java-common/trunk/bin_archlinux-java)
  java-common/repos/extra-any/bin_java-common-wrapper
(from rev 220939, java-common/trunk/bin_java-common-wrapper)
  java-common/repos/extra-any/install_java-common.sh
(from rev 220939, java-common/trunk/install_java-common.sh)
  java-common/repos/extra-any/profile_jre.csh
(from rev 220939, java-common/trunk/profile_jre.csh)
  java-common/repos/extra-any/profile_jre.sh
(from rev 220939, java-common/trunk/profile_jre.sh)
  java-common/repos/extra-any/test_archlinux-java
(from rev 220939, java-common/trunk/test_archlinux-java)
Deleted:
  java-common/repos/extra-any/PKGBUILD
  java-common/repos/extra-any/bin_archlinux-java
  java-common/repos/extra-any/bin_java-common-wrapper
  java-common/repos/extra-any/install_java-common.sh
  java-common/repos/extra-any/profile_jre.csh
  java-common/repos/extra-any/profile_jre.sh
  java-common/repos/extra-any/test_archlinux-java

-+
 PKGBUILD|   82 +++---
 bin_archlinux-java  |  396 ++---
 bin_java-common-wrapper |4 
 install_java-common.sh  |   94 +++
 profile_jre.csh |   12 
 profile_jre.sh  |   12 
 test_archlinux-java |  610 +++---
 7 files changed, 605 insertions(+), 605 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-04 13:50:20 UTC (rev 220939)
+++ PKGBUILD2014-09-04 13:51:20 UTC (rev 220940)
@@ -1,41 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-pkgname=java-common
-pkgver=1
-pkgrel=6
-pkgdesc='Common files for Java Environments'
-arch=('any')
-url='www.archlinux.org'
-license=('GPL')
-checkdepends=('wget')
-backup=(etc/profile.d/jre.sh
-etc/profile.d/jre.csh)
-# TODO remove after a while
-replaces=('java-runtime-headless-meta' 'java-runtime-meta' 
'java-environment-meta')
-install=install_java-common.sh
-source=(profile_jre.csh
-profile_jre.sh
-bin_archlinux-java
-test_archlinux-java
-bin_java-common-wrapper
-https://shunit2.googlecode.com/files/shunit2-2.1.6.tgz)
-
-sha256sums=('72fa8a6d2d38f37ab51d36f383fa94bf424d494f0d3712b3af73daaf30046b2b'
-'ffef7d042be3f20e3225780def56bcbadd75a74a3ceecc57c0af23d78e39cb54'
-'00af7fe1894e0edc7663bfbdd626c68171cad7bc7d499f343f2eee9637d4b4c7'
-'c28ffd3acc702e8cb02b3ec18516c0c4287614dd1f5803f9357a7a4c7c798f35'
-'16a4fde19bd34210ff2d06480085f681b4e41e85ec89853e3cafaa8377bcedfb'
-'65a313a76fd5cc1c58c9e19fbc80fc0e418a4cbfbd46d54b35ed5b6e0025d4ee')
-
-check() {
-  cd "${srcdir}"
-  ./test_archlinux-java
-}
-
-build() {
-  cd "${srcdir}"
-
-  install -D -m 644 profile_jre.sh  "${pkgdir}/etc/profile.d/jre.sh"
-  install -D -m 644 profile_jre.csh "${pkgdir}/etc/profile.d/jre.csh"
-  install -D -m 755 bin_java-common-wrapper 
"${pkgdir}/usr/lib/java-common-wrapper"
-  install -D -m 755 bin_archlinux-java "${pkgdir}/usr/bin/archlinux-java"
-}

Copied: java-common/repos/extra-any/PKGBUILD (from rev 220939, 
java-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-04 13:51:20 UTC (rev 220940)
@@ -0,0 +1,41 @@
+# Maintainer: Guillaume ALAUX 
+pkgname=java-common
+pkgver=1
+pkgrel=7
+pkgdesc='Common files for Java Environments'
+arch=('any')
+url='www.archlinux.org'
+license=('GPL')
+checkdepends=('wget')
+backup=(etc/profile.d/jre.sh
+etc/profile.d/jre.csh)
+# TODO remove after a while
+replaces=('java-runtime-headless-meta' 'java-runtime-meta' 
'java-environment-meta')
+install=install_java-common.sh
+source=(profile_jre.csh
+profile_jre.sh
+bin_archlinux-java
+test_archlinux-java
+bin_java-common-wrapper
+https://shunit2.googlecode.com/files/shunit2-2.1.6.tgz)
+
+sha256sums=('72fa8a6d2d38f37ab51d36f383fa94bf424d494f0d3712b3af73daaf30046b2b'
+'ffef7d042be3f20e3225780def56bcbadd75a74a3ceecc57c0af23d78e39cb54'
+'00af7fe1894e0edc7663bfbdd626c68171cad7bc7d499f343f2eee9637d4b4c7'
+'c28ffd3acc702e8cb02b3ec18516c0c4287614dd1f5803f9357a7a4c7c798f35'
+'16a4fde19bd34210ff2d06480085f681b4e41e85ec89853e3cafaa8377bcedfb'
+'65a313a76fd5cc1c58c9e19fbc80fc0e418a4cbfbd46d54b35ed5b6e0025d4ee')
+
+check() {
+  cd "${srcdir}"
+  ./test_archlinux-java
+}
+
+build() {
+  cd "${srcdir}"
+
+  install -D -m 644 profile_jre.sh  "${pkgdir}/etc/profile.d/jre.sh"
+  install -D -m 644 profile_jre.csh "${pkgdir}/etc/profile.d/jre.csh"
+  install -D -m 755 bin_java-common-wrapper 
"${pkgdir}/usr/lib/

[arch-commits] Commit in java-common/trunk (PKGBUILD install_java-common.sh)

2014-09-04 Thread Guillaume Alaux
Date: Thursday, September 4, 2014 @ 15:50:20
  Author: guillaume
Revision: 220939

Fix FS#41814 add missing double quotes on current JDK check

Modified:
  java-common/trunk/PKGBUILD
  java-common/trunk/install_java-common.sh

+
 PKGBUILD   |2 +-
 install_java-common.sh |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 11:56:08 UTC (rev 220938)
+++ PKGBUILD2014-09-04 13:50:20 UTC (rev 220939)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=java-common
 pkgver=1
-pkgrel=6
+pkgrel=7
 pkgdesc='Common files for Java Environments'
 arch=('any')
 url='www.archlinux.org'

Modified: install_java-common.sh
===
--- install_java-common.sh  2014-09-04 11:56:08 UTC (rev 220938)
+++ install_java-common.sh  2014-09-04 13:50:20 UTC (rev 220939)
@@ -22,7 +22,7 @@
 
 pre_install() {
   _curr_def=$(readlink ${OLD_DEFAULT_PATH} && true)
-  if [ -n ${_curr_def} ]; then
+  if [ -n "${_curr_def}" ]; then
 unlink ${OLD_DEFAULT_PATH} > /dev/null 2>&1
 ln -sf ${DEFAULT_NAME} ${OLD_DEFAULT_PATH}
 



[arch-commits] Commit in llvm/trunk (5 files)

2014-09-04 Thread Evangelos Foutras
Date: Thursday, September 4, 2014 @ 13:56:08
  Author: foutrelis
Revision: 220938

Prepare llvm 3.5.0; can't push yet due to boost rebuild

Added:
  llvm/trunk/llvm-3.5.0-force-link-pass.o.patch
Modified:
  llvm/trunk/PKGBUILD
Deleted:
  llvm/trunk/clang-3.3-use-gold-linker.patch
  llvm/trunk/clang-3.4-fstack-protector-strong.patch
  llvm/trunk/llvm-3.4-provide-cmake-modules.patch

-+
 PKGBUILD|   89 +++-
 clang-3.3-use-gold-linker.patch |   12 -
 clang-3.4-fstack-protector-strong.patch |  165 ---
 llvm-3.4-provide-cmake-modules.patch|  319 --
 llvm-3.5.0-force-link-pass.o.patch  |   28 ++
 5 files changed, 66 insertions(+), 547 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 11:18:07 UTC (rev 220937)
+++ PKGBUILD2014-09-04 11:56:08 UTC (rev 220938)
@@ -11,73 +11,57 @@
 
 pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'clang' 'clang-analyzer'
  'clang-tools-extra')
-pkgver=3.4.2
-_base_ver=3.4
+pkgver=3.5.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://llvm.org/";
 license=('custom:University of Illinois/NCSA Open Source License')
-makedepends=('libffi' 'python2' 'ocaml' 'python-sphinx')
+makedepends=('libffi' 'python2' 'ocaml' 'python-sphinx' 'chrpath')
 options=('staticlibs')
-source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.gz{,.sig}
-http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.gz{,.sig}
-
http://llvm.org/releases/$_base_ver/clang-tools-extra-$_base_ver.src.tar.gz{,.sig}
-
http://llvm.org/releases/$_base_ver/compiler-rt-$_base_ver.src.tar.gz{,.sig}
-clang-3.3-use-gold-linker.patch
-clang-3.4-fstack-protector-strong.patch
-llvm-3.4-provide-cmake-modules.patch
+source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
+http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
+
http://llvm.org/releases/$pkgver/clang-tools-extra-$pkgver.src.tar.xz{,.sig}
+http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig}
+llvm-3.5.0-force-link-pass.o.patch
 llvm-Config-config.h
 llvm-Config-llvm-config.h)
-sha256sums=('17038d47069ad0700c063caed76f0c7259628b0e79651ce2b540d506f2f1efd7'
+sha256sums=('28e199f368ef0a4666708f31c7991ad3bcc3a578342b0306526dd35f07595c03'
 'SKIP'
-'5ba6f5772f8d00f445209356a7daf83c5bca2da5acd10de517ad2359ae95bc10'
+'fc80992e004b06f6c7afb612de1cdaa9ac9d25811c55f94fcf7331d9b81cdb8b'
 'SKIP'
-'ba85187551ae97fe1c8ab569903beae5ff0900e21233e5eb5389f6ceab1028b4'
+'2981beb378afb5aa5c50ed017720a42a33e77e902c7086ad2d412ef4fa931f69'
 'SKIP'
-'f37c89b1383ce462d47537a0245ac798600887a9be9f63073e16b79ed536ab5c'
+'a4b3e655832bf8d9a357ea2c771db347237460e131988cbb96cda40ff39a8136'
 'SKIP'
-'8240adda155d7961eeb5d07ed50ead10cb7125f70283dff7f1c9fee9df3cea09'
-'7a2a1ddc94f67e643c1ab74601ec07deb6d5d344d4b19ed17c900afb2f6f2863'
-'b6bb154d5ec998328e818bb09acfc6229e41367ba45cea7cc5b2dd2a7c835cf5'
+'5702053503d49448598eda1b8dc8c263f0df9ad7486833273e3987b5dec25a19'
 '312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
 '597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
 
 prepare() {
-  # Change directory names to release names so we don't need to change the
-  # whole PKGBUILD
-  mv llvm-$pkgver{.src,}
-  mv cfe-$pkgver.src clang-$pkgver
+  cd "$srcdir/llvm-$pkgver.src"
 
-  cd "$srcdir/llvm-$pkgver"
-
   # At the present, clang must reside inside the LLVM source code tree to build
   # See http://llvm.org/bugs/show_bug.cgi?id=4840
-  mv "$srcdir/clang-$pkgver" tools/clang
+  mv "$srcdir/cfe-$pkgver.src" tools/clang
 
-  mv "$srcdir/clang-tools-extra-$_base_ver" tools/clang/tools/extra
+  mv "$srcdir/clang-tools-extra-$pkgver.src" tools/clang/tools/extra
 
-  mv "$srcdir/compiler-rt-$_base_ver" projects/compiler-rt
+  mv "$srcdir/compiler-rt-$pkgver.src" projects/compiler-rt
 
   # Fix docs installation directory
   sed -i 's:\$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
 Makefile.config.in
 
-  # Make -flto work; use ld.gold instead of the default linker
-  patch -d tools/clang -Np1 -i "$srcdir/clang-3.3-use-gold-linker.patch"
+  # Fix definition of LLVM_CMAKE_DIR in LLVMConfig.cmake
+  sed -i 's/$(DESTDIR)$(PROJ_prefix)/$(PROJ_prefix)/' cmake/modules/Makefile
 
-  # Add command line option -fstack-protector-strong
-  # http://reviews.llvm.org/rL201120
-  patch -d tools/clang -Np0 -i 
"$srcdir/clang-3.4-fstack-protector-strong.patch"
-
-  # Provide CMake modules (FS#38705)
-  # http://reviews.llvm.org/rL201047
-  # http://reviews.llvm.org/rL201048
-  # http://reviews.llvm.org/rL201053
-  patch -Np0 -i "$srcdir/llvm-

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

2014-09-04 Thread Sergej Pupykin
Date: Thursday, September 4, 2014 @ 13:46:25
  Author: spupykin
Revision: 118280

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

Added:
  mediainfo-gui/repos/community-i686/PKGBUILD
(from rev 118279, mediainfo-gui/trunk/PKGBUILD)
  mediainfo-gui/repos/community-i686/mediainfo-gui.install
(from rev 118279, mediainfo-gui/trunk/mediainfo-gui.install)
  mediainfo-gui/repos/community-x86_64/PKGBUILD
(from rev 118279, mediainfo-gui/trunk/PKGBUILD)
  mediainfo-gui/repos/community-x86_64/mediainfo-gui.install
(from rev 118279, mediainfo-gui/trunk/mediainfo-gui.install)
Deleted:
  mediainfo-gui/repos/community-i686/PKGBUILD
  mediainfo-gui/repos/community-i686/mediainfo-gui.install
  mediainfo-gui/repos/community-x86_64/PKGBUILD
  mediainfo-gui/repos/community-x86_64/mediainfo-gui.install

+
 /PKGBUILD  |   70 +++
 /mediainfo-gui.install |   24 ++
 community-i686/PKGBUILD|   35 ---
 community-i686/mediainfo-gui.install   |   12 -
 community-x86_64/PKGBUILD  |   35 ---
 community-x86_64/mediainfo-gui.install |   12 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-04 11:46:12 UTC (rev 118279)
+++ community-i686/PKGBUILD 2014-09-04 11:46:25 UTC (rev 118280)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo-gui
-pkgver=0.7.69
-pkgrel=2
-pkgdesc="GUI for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediainfo.sourceforge.net";
-license=('GPL')
-depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
-makedepends=('imagemagick')
-install=mediainfo-gui.install
-source=(http://downloads.sourceforge.net/mediainfo/mediainfo_${pkgver}.tar.bz2)
-md5sums=('ec6fd980cc02f072c8671bdef158e6eb')
-
-build() {
-  cd MediaInfo/Project/GNU/GUI
-  sh ./autogen
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd MediaInfo/Project/GNU/GUI
-  make DESTDIR="$pkgdir" install
-  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
-  install -D -m 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
-
"$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png"
-  install -D -m 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
-"$pkgdir/usr/share/pixmaps/mediainfo-gui.png"
-  install -D -m 644 "$srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop" \
-"$pkgdir/usr/share/applications/mediainfo-gui.desktop"
-}

Copied: mediainfo-gui/repos/community-i686/PKGBUILD (from rev 118279, 
mediainfo-gui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-04 11:46:25 UTC (rev 118280)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo-gui
+pkgver=0.7.70
+pkgrel=1
+pkgdesc="GUI for mediainfo"
+arch=('i686' 'x86_64')
+url="http://mediainfo.sourceforge.net";
+license=('GPL')
+depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
+makedepends=('imagemagick')
+install=mediainfo-gui.install
+source=(http://downloads.sourceforge.net/mediainfo/mediainfo_${pkgver}.tar.bz2)
+md5sums=('35c38e4e0d08232e65acec74d6bfc509')
+
+build() {
+  cd MediaInfo/Project/GNU/GUI
+  sh ./autogen
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd MediaInfo/Project/GNU/GUI
+  make DESTDIR="$pkgdir" install
+  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
+  install -D -m 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
+
"$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png"
+  install -D -m 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
+"$pkgdir/usr/share/pixmaps/mediainfo-gui.png"
+  install -D -m 644 "$srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop" \
+"$pkgdir/usr/share/applications/mediainfo-gui.desktop"
+}

Deleted: community-i686/mediainfo-gui.install
===
--- community-i686/mediainfo-gui.install2014-09-04 11:46:12 UTC (rev 
118279)
+++ community-i686/mediainfo-gui.install2014-09-04 11:46:25 UTC (rev 
118280)
@@ -1,12 +0,0 @@
-post_install() {
-  which gtk-update-icon-cache >/dev/null && gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mediainfo-gui/repos/community-i686/mediainfo-gui.install (from rev 
118279, mediainfo-gui/trunk/mediainfo-gui

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

2014-09-04 Thread Sergej Pupykin
Date: Thursday, September 4, 2014 @ 13:46:12
  Author: spupykin
Revision: 118279

upgpkg: mediainfo-gui 0.7.70-1

upd

Modified:
  mediainfo-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 11:46:09 UTC (rev 118278)
+++ PKGBUILD2014-09-04 11:46:12 UTC (rev 118279)
@@ -3,8 +3,8 @@
 # Maintainer: hydro 
 
 pkgname=mediainfo-gui
-pkgver=0.7.69
-pkgrel=2
+pkgver=0.7.70
+pkgrel=1
 pkgdesc="GUI for mediainfo"
 arch=('i686' 'x86_64')
 url="http://mediainfo.sourceforge.net";
@@ -13,7 +13,7 @@
 makedepends=('imagemagick')
 install=mediainfo-gui.install
 source=(http://downloads.sourceforge.net/mediainfo/mediainfo_${pkgver}.tar.bz2)
-md5sums=('ec6fd980cc02f072c8671bdef158e6eb')
+md5sums=('35c38e4e0d08232e65acec74d6bfc509')
 
 build() {
   cd MediaInfo/Project/GNU/GUI



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

2014-09-04 Thread Sergej Pupykin
Date: Thursday, September 4, 2014 @ 13:46:09
  Author: spupykin
Revision: 118278

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-04 11:45:56 UTC (rev 118277)
+++ community-i686/PKGBUILD 2014-09-04 11:46:09 UTC (rev 118278)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo
-pkgver=0.7.69
-pkgrel=1
-pkgdesc="supplies technical and tag information about a video or audio file"
-arch=('i686' 'x86_64')
-url="http://mediainfo.sourceforge.net";
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2)
-md5sums=('ec6fd980cc02f072c8671bdef158e6eb')
-
-build() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  sh ./autogen
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  make DESTDIR=$pkgdir install
-}

Copied: mediainfo/repos/community-i686/PKGBUILD (from rev 118277, 
mediainfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-04 11:46:09 UTC (rev 118278)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo
+pkgver=0.7.70
+pkgrel=1
+pkgdesc="supplies technical and tag information about a video or audio file"
+arch=('i686' 'x86_64')
+url="http://mediainfo.sourceforge.net";
+license=('GPL')
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2)
+md5sums=('35c38e4e0d08232e65acec74d6bfc509')
+
+build() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  sh ./autogen
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-04 11:45:56 UTC (rev 118277)
+++ community-x86_64/PKGBUILD   2014-09-04 11:46:09 UTC (rev 118278)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo
-pkgver=0.7.69
-pkgrel=1
-pkgdesc="supplies technical and tag information about a video or audio file"
-arch=('i686' 'x86_64')
-url="http://mediainfo.sourceforge.net";
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2)
-md5sums=('ec6fd980cc02f072c8671bdef158e6eb')
-
-build() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  sh ./autogen
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  make DESTDIR=$pkgdir install
-}

Copied: mediainfo/repos/community-x86_64/PKGBUILD (from rev 118277, 
mediainfo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-04 11:46:09 UTC (rev 118278)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo
+pkgver=0.7.70
+pkgrel=1
+pkgdesc="supplies technical and tag information about a video or audio file"
+arch=('i686' 'x86_64')
+url="http://mediainfo.sourceforge.net";
+license=('GPL')
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2)
+md5sums=('35c38e4e0d08232e65acec74d6bfc509')
+
+build() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  sh ./autogen
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  make DESTDIR=$pkgdir install
+}



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

2014-09-04 Thread Sergej Pupykin
Date: Thursday, September 4, 2014 @ 13:45:31
  Author: spupykin
Revision: 118275

upgpkg: libmediainfo 0.7.70-1

upd

Modified:
  libmediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 11:12:14 UTC (rev 118274)
+++ PKGBUILD2014-09-04 11:45:31 UTC (rev 118275)
@@ -3,7 +3,7 @@
 # Maintainer:  hydro 
 
 pkgname=libmediainfo
-pkgver=0.7.69
+pkgver=0.7.70
 pkgrel=1
 pkgdesc="shared library for mediainfo"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('libtool' 'automake' 'autoconf')
 source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2
libmediainfo-0.7.50-libmms.patch)
-md5sums=('eeff431e358720e71741ad9a8aaf08cd'
+md5sums=('1d241e049a8d6e7c647a1d2df8dadd02'
  '2f4b21cc250f663d52b497dedb963e3b')
 
 build() {



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

2014-09-04 Thread Sergej Pupykin
Date: Thursday, September 4, 2014 @ 13:45:56
  Author: spupykin
Revision: 118277

upgpkg: mediainfo 0.7.70-1

upd

Modified:
  mediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 11:45:51 UTC (rev 118276)
+++ PKGBUILD2014-09-04 11:45:56 UTC (rev 118277)
@@ -3,7 +3,7 @@
 # Maintainer: hydro 
 
 pkgname=mediainfo
-pkgver=0.7.69
+pkgver=0.7.70
 pkgrel=1
 pkgdesc="supplies technical and tag information about a video or audio file"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libmediainfo')
 makedepends=('libtool' 'automake' 'autoconf')
 
source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2)
-md5sums=('ec6fd980cc02f072c8671bdef158e6eb')
+md5sums=('35c38e4e0d08232e65acec74d6bfc509')
 
 build() {
   cd $srcdir/MediaInfo/Project/GNU/CLI



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

2014-09-04 Thread Sergej Pupykin
Date: Thursday, September 4, 2014 @ 13:45:51
  Author: spupykin
Revision: 118276

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

Added:
  libmediainfo/repos/community-i686/PKGBUILD
(from rev 118275, libmediainfo/trunk/PKGBUILD)
  libmediainfo/repos/community-i686/libmediainfo-0.7.50-libmms.patch
(from rev 118275, libmediainfo/trunk/libmediainfo-0.7.50-libmms.patch)
  libmediainfo/repos/community-x86_64/PKGBUILD
(from rev 118275, libmediainfo/trunk/PKGBUILD)
  libmediainfo/repos/community-x86_64/libmediainfo-0.7.50-libmms.patch
(from rev 118275, libmediainfo/trunk/libmediainfo-0.7.50-libmms.patch)
Deleted:
  libmediainfo/repos/community-i686/PKGBUILD
  libmediainfo/repos/community-i686/libmediainfo-0.7.50-libmms.patch
  libmediainfo/repos/community-x86_64/PKGBUILD
  libmediainfo/repos/community-x86_64/libmediainfo-0.7.50-libmms.patch

---+
 /PKGBUILD |   76 +++
 /libmediainfo-0.7.50-libmms.patch |  100 
 community-i686/PKGBUILD   |   38 ---
 community-i686/libmediainfo-0.7.50-libmms.patch   |   50 --
 community-x86_64/PKGBUILD |   38 ---
 community-x86_64/libmediainfo-0.7.50-libmms.patch |   50 --
 6 files changed, 176 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-04 11:45:31 UTC (rev 118275)
+++ community-i686/PKGBUILD 2014-09-04 11:45:51 UTC (rev 118276)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  hydro 
-
-pkgname=libmediainfo
-pkgver=0.7.69
-pkgrel=1
-pkgdesc="shared library for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediainfo.sourceforge.net";
-license=('GPL')
-depends=( 'curl' 'libmms' 'libzen')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2
-   libmediainfo-0.7.50-libmms.patch)
-md5sums=('eeff431e358720e71741ad9a8aaf08cd'
- '2f4b21cc250f663d52b497dedb963e3b')
-
-build() {
-  cd $srcdir/MediaInfoLib/Project/GNU/Library
-  sh ./autogen
-  ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl 
--with-libmms
-  make clean
-  (cd ../../.. && patch -p1 <$srcdir/libmediainfo-0.7.50-libmms.patch)
-  make
-}
-
-package() {
-  cd $srcdir/MediaInfoLib/Project/GNU/Library
-  make DESTDIR=$pkgdir install
-  for i in MediaInfo MediaInfoDLL; do
-install -dm 755 $pkgdir/usr/include/$i
-install -m 644 $srcdir/MediaInfoLib/Source/$i/*.h $pkgdir/usr/include/$i
-  done
-  install -dm 755 $pkgdir/usr/lib/pkgconfig
-  install -m 644 $srcdir/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
$pkgdir/usr/lib/pkgconfig
-  sed -i -e 's|Version: |Version: '$pkgver'|g' 
$pkgdir/usr/lib/pkgconfig/libmediainfo.pc
-}

Copied: libmediainfo/repos/community-i686/PKGBUILD (from rev 118275, 
libmediainfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-04 11:45:51 UTC (rev 118276)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:  hydro 
+
+pkgname=libmediainfo
+pkgver=0.7.70
+pkgrel=1
+pkgdesc="shared library for mediainfo"
+arch=('i686' 'x86_64')
+url="http://mediainfo.sourceforge.net";
+license=('GPL')
+depends=( 'curl' 'libmms' 'libzen')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2
+   libmediainfo-0.7.50-libmms.patch)
+md5sums=('1d241e049a8d6e7c647a1d2df8dadd02'
+ '2f4b21cc250f663d52b497dedb963e3b')
+
+build() {
+  cd $srcdir/MediaInfoLib/Project/GNU/Library
+  sh ./autogen
+  ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl 
--with-libmms
+  make clean
+  (cd ../../.. && patch -p1 <$srcdir/libmediainfo-0.7.50-libmms.patch)
+  make
+}
+
+package() {
+  cd $srcdir/MediaInfoLib/Project/GNU/Library
+  make DESTDIR=$pkgdir install
+  for i in MediaInfo MediaInfoDLL; do
+install -dm 755 $pkgdir/usr/include/$i
+install -m 644 $srcdir/MediaInfoLib/Source/$i/*.h $pkgdir/usr/include/$i
+  done
+  install -dm 755 $pkgdir/usr/lib/pkgconfig
+  install -m 644 $srcdir/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
$pkgdir/usr/lib/pkgconfig
+  sed -i -e 's|Version: |Version: '$pkgver'|g' 
$pkgdir/usr/lib/pkgconfig/libmediainfo.pc
+}

Deleted: community-i686/libmediainfo-0.7.50-libmms.patch
===
--- community-i686/libmediainfo-0.7.50-libmms.patch 2014-09-04 11:45:31 UTC 
(rev 118275)
+++ community-i686/libmediainfo-0.7.50-libmms.patch 2014-09-04 11:45:51 UTC 
(rev 118276)
@@ -1,50 +0,0 @@
-diff -wbBur MediaInfoLib/Source/MediaInfo/Reader/Reader_libmms.cpp 
MediaInfoLib.m

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

2014-09-04 Thread Thomas Bächler
Date: Thursday, September 4, 2014 @ 13:17:56
  Author: thomas
Revision: 220936

upgpkg: thin-provisioning-tools 0.4.1-1

Modified:
  thin-provisioning-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 11:10:33 UTC (rev 220935)
+++ PKGBUILD2014-09-04 11:17:56 UTC (rev 220936)
@@ -3,7 +3,7 @@
 # Contributor: Jason Hall 
 
 pkgname=thin-provisioning-tools
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc="A suite of tools for manipulating the metadata of the dm-thin 
device-mapper target"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('expat' 'gcc-libs' 'libaio')
 makedepends=('boost')
 source=(https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
-sha1sums=('4bb74cd7043a0ea35b18d3d2ef0efa18afcc9277')
+sha1sums=('af7cbaf3c7cd8f15e618bd5136afb89077afceb7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2014-09-04 Thread Thomas Bächler
Date: Thursday, September 4, 2014 @ 13:18:07
  Author: thomas
Revision: 220937

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

Added:
  thin-provisioning-tools/repos/testing-i686/PKGBUILD
(from rev 220936, thin-provisioning-tools/trunk/PKGBUILD)
  thin-provisioning-tools/repos/testing-x86_64/PKGBUILD
(from rev 220936, thin-provisioning-tools/trunk/PKGBUILD)
Deleted:
  thin-provisioning-tools/repos/testing-i686/PKGBUILD
  thin-provisioning-tools/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-09-04 11:17:56 UTC (rev 220936)
+++ testing-i686/PKGBUILD   2014-09-04 11:18:07 UTC (rev 220937)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Contributor: Jason Hall 
-
-pkgname=thin-provisioning-tools
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="A suite of tools for manipulating the metadata of the dm-thin 
device-mapper target"
-arch=('i686' 'x86_64')
-url="https://github.com/jthornber/thin-provisioning-tools";
-license=('GPL3')
-depends=('expat' 'gcc-libs' 'libaio')
-makedepends=('boost')
-source=(https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
-sha1sums=('4bb74cd7043a0ea35b18d3d2ef0efa18afcc9277')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  autoconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" BINDIR="${pkgdir}"/usr/bin MANDIR=/usr/share/man 
install 
-}
-

Copied: thin-provisioning-tools/repos/testing-i686/PKGBUILD (from rev 220936, 
thin-provisioning-tools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-04 11:18:07 UTC (rev 220937)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Jason Hall 
+
+pkgname=thin-provisioning-tools
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="A suite of tools for manipulating the metadata of the dm-thin 
device-mapper target"
+arch=('i686' 'x86_64')
+url="https://github.com/jthornber/thin-provisioning-tools";
+license=('GPL3')
+depends=('expat' 'gcc-libs' 'libaio')
+makedepends=('boost')
+source=(https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
+sha1sums=('af7cbaf3c7cd8f15e618bd5136afb89077afceb7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" BINDIR="${pkgdir}"/usr/bin MANDIR=/usr/share/man 
install 
+}
+

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-09-04 11:17:56 UTC (rev 220936)
+++ testing-x86_64/PKGBUILD 2014-09-04 11:18:07 UTC (rev 220937)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Contributor: Jason Hall 
-
-pkgname=thin-provisioning-tools
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="A suite of tools for manipulating the metadata of the dm-thin 
device-mapper target"
-arch=('i686' 'x86_64')
-url="https://github.com/jthornber/thin-provisioning-tools";
-license=('GPL3')
-depends=('expat' 'gcc-libs' 'libaio')
-makedepends=('boost')
-source=(https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
-sha1sums=('4bb74cd7043a0ea35b18d3d2ef0efa18afcc9277')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  autoconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" BINDIR="${pkgdir}"/usr/bin MANDIR=/usr/share/man 
install 
-}
-

Copied: thin-provisioning-tools/repos/testing-x86_64/PKGBUILD (from rev 220936, 
thin-provisioning-tools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-04 11:18:07 UTC (rev 220937)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Jason Hall 
+
+pkgname=thin-provisioning-tools
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="A suite of tools for manipulating the metadata of the dm-thin 
device-mapper target"
+arch=('i686' 'x86_64')
+url="https://github.com/jthornber/thin-provisioning-tools";
+license=('GPL3')
+depends=('expat' 'gcc-libs' 'libaio')
+makedepends=('boost')
+source=(https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
+sha1sums=('af7cbaf3c7cd8f15e618bd5136afb89077afceb7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" BINDIR="${pkgdir}"/usr/bin MANDIR=/us

  1   2   >