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

2014-08-05 Thread Felix Yan
Date: Tuesday, August 5, 2014 @ 09:28:56
  Author: fyan
Revision: 116881

upgpkg: python-py 1.4.23-1

Modified:
  python-py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 07:01:08 UTC (rev 116880)
+++ PKGBUILD2014-08-05 07:28:56 UTC (rev 116881)
@@ -8,7 +8,7 @@
 
 pkgbase=python-py
 pkgname=('python-py' 'python2-py')
-pkgver=1.4.22
+pkgver=1.4.23
 pkgrel=1
 pkgdesc=library with cross-python path, ini-parsing, io, code, log facilities
 arch=('any')
@@ -17,7 +17,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 source=(http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz;)
-sha512sums=('3cbc75257a7de345f0f23b6374a542608392d05f6600ba8ab743eea4fc46cc88ccaa829c1e2370eabb9892fbef8a16df9f5eb7956571d6f2b465a75817f70d7a')
+sha512sums=('1a38edb1855094a76362eff2afd370eca9ac796ee75a101bd4c3d566a8c75064a790f2032b4ea958f16836e22bea83a53ee9adbb7ca200b0ecb64677fec08515')
 
 prepare() {
   cp -a py-${pkgver}{,-py2}



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

2014-08-05 Thread Felix Yan
Date: Tuesday, August 5, 2014 @ 09:29:20
  Author: fyan
Revision: 116882

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-05 07:28:56 UTC (rev 116881)
+++ PKGBUILD2014-08-05 07:29:20 UTC (rev 116882)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Sebastian Wiesner lunaryorn googlemail com
-# Contributor: Igor Ramos Tiburcio irti...@yahoo.com.br
-# Contributor: Wieland Hoffmann themineo+...@gmail.com
-# Contributor: Hervé Cauwelier herve ¤ oursours.net
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-py
-pkgname=('python-py' 'python2-py')
-pkgver=1.4.22
-pkgrel=1
-pkgdesc=library with cross-python path, ini-parsing, io, code, log facilities
-arch=('any')
-license=('MIT')
-url=http://pylib.readthedocs.org/en/latest/;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz;)
-sha512sums=('3cbc75257a7de345f0f23b6374a542608392d05f6600ba8ab743eea4fc46cc88ccaa829c1e2370eabb9892fbef8a16df9f5eb7956571d6f2b465a75817f70d7a')
-
-prepare() {
-  cp -a py-${pkgver}{,-py2}
-}
-
-build() {
-  cd $srcdir/py-${pkgver}
-  python setup.py build
-
-  cd $srcdir/py-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/py-${pkgver}
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH LANG=en_US.utf8 py.test
-
-  cd $srcdir/py-${pkgver}-py2
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH LANG=en_US.utf8 py.test2
-}
-
-package_python-py() {
-  depends=('python')
-
-  cd py-${pkgver}
-  python setup.py install --root=${pkgdir} --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-py() {
-  depends=('python2')
-
-  cd py-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: python-py/repos/community-any/PKGBUILD (from rev 116881, 
python-py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-05 07:29:20 UTC (rev 116882)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Sebastian Wiesner lunaryorn googlemail com
+# Contributor: Igor Ramos Tiburcio irti...@yahoo.com.br
+# Contributor: Wieland Hoffmann themineo+...@gmail.com
+# Contributor: Hervé Cauwelier herve ¤ oursours.net
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-py
+pkgname=('python-py' 'python2-py')
+pkgver=1.4.23
+pkgrel=1
+pkgdesc=library with cross-python path, ini-parsing, io, code, log facilities
+arch=('any')
+license=('MIT')
+url=http://pylib.readthedocs.org/en/latest/;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz;)
+sha512sums=('1a38edb1855094a76362eff2afd370eca9ac796ee75a101bd4c3d566a8c75064a790f2032b4ea958f16836e22bea83a53ee9adbb7ca200b0ecb64677fec08515')
+
+prepare() {
+  cp -a py-${pkgver}{,-py2}
+}
+
+build() {
+  cd $srcdir/py-${pkgver}
+  python setup.py build
+
+  cd $srcdir/py-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/py-${pkgver}
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH LANG=en_US.utf8 py.test
+
+  cd $srcdir/py-${pkgver}-py2
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH LANG=en_US.utf8 py.test2
+}
+
+package_python-py() {
+  depends=('python')
+
+  cd py-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-py() {
+  depends=('python2')
+
+  cd py-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+



[arch-commits] Commit in wireshark/trunk (2 files)

2014-08-05 Thread Timothy Redaelli
Date: Tuesday, August 5, 2014 @ 09:50:30
  Author: tredaelli
Revision: 116883

upgpkg: wireshark 1.12.0-2

Modified:
  wireshark/trunk/PKGBUILD
Deleted:
  wireshark/trunk/wireshark-1.10.5-fix-flow-crash.patch

---+
 PKGBUILD  |   25 +++---
 wireshark-1.10.5-fix-flow-crash.patch |   55 
 2 files changed, 19 insertions(+), 61 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 07:29:20 UTC (rev 116882)
+++ PKGBUILD2014-08-05 07:50:30 UTC (rev 116883)
@@ -2,19 +2,23 @@
 # Maintainer: Timothy Redaelli timothy.redae...@gmail.com
 # Contributor: Guillaume ALAUX guilla...@archlinux.org
 # Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=('wireshark-cli' 'wireshark-gtk')
+pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
-pkgver=1.10.8
+pkgver=1.12.0
 pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL2')
-makedepends=('gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
+makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
  'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
 url='http://www.wireshark.org/'
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-# https://www.wireshark.org/download/SIGNATURES-1.10.8.txt
-sha1sums=('aa6067ce91637506504c8b954caf75ac98742152')
+sha256sums=('0f59fea1c5b35de90af681067e49113fee0dd7a901750a97fa25f4256dbf13c7')
 
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed -i 's/$(AM_V_RCC)rcc/-qt4/p' ui/qt/Makefile.am
+}
+
 build() {
   cd ${pkgbase}-${pkgver}
 
@@ -21,6 +25,7 @@
   ./autogen.sh
   ./configure \
   --prefix=/usr \
+  --with-qt \
   --with-gtk3=yes \
   --with-pcap \
   --with-zlib \
@@ -44,7 +49,7 @@
   #wireshark uid group is 150
   chgrp 150 ${pkgdir}/usr/bin/dumpcap
   chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm ${pkgdir}/usr/bin/wireshark
+  rm ${pkgdir}/usr/bin/wireshark ${pkgdir}/usr/bin/wireshark-qt
 
   # Headers
   install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
@@ -76,3 +81,11 @@
   done
   install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
 }
+
+package_wireshark-qt() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - Qt 
frontend'
+  depends=('qt4' 'wireshark-cli')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dm755 .libs/wireshark-qt ${pkgdir}/usr/bin/wireshark-qt
+}

Deleted: wireshark-1.10.5-fix-flow-crash.patch
===
--- wireshark-1.10.5-fix-flow-crash.patch   2014-08-05 07:29:20 UTC (rev 
116882)
+++ wireshark-1.10.5-fix-flow-crash.patch   2014-08-05 07:50:30 UTC (rev 
116883)
@@ -1,55 +0,0 @@
 a/ui/gtk/graph_analysis.c
-+++ b/ui/gtk/graph_analysis.c
-@@ -504,28 +504,34 @@ static void dialog_graph_draw(graph_analysis_data_t 
*user_data)
- 
- #if GTK_CHECK_VERSION(2,22,0)
-   /* Paint time title background */
--  cr = cairo_create (user_data-dlg.surface_time);
--  gdk_cairo_set_source_pixbuf (cr, bg_pixbuf, 0, 0);
--  cairo_pattern_set_extend (cairo_get_source (cr), CAIRO_EXTEND_REPEAT);
--  cairo_rectangle (cr, 0, 0, draw_area_time_alloc.width, top_y_border);
--  cairo_fill (cr);
--  cairo_destroy (cr);
-+  if ( user_data-dlg.surface_time ) {
-+  cr = cairo_create (user_data-dlg.surface_time);
-+  gdk_cairo_set_source_pixbuf (cr, bg_pixbuf, 0, 0);
-+  cairo_pattern_set_extend (cairo_get_source (cr), 
CAIRO_EXTEND_REPEAT);
-+  cairo_rectangle (cr, 0, 0, draw_area_time_alloc.width, 
top_y_border);
-+  cairo_fill (cr);
-+  cairo_destroy (cr);
-+  }
- 
-   /* Paint main title background */
--  cr = cairo_create (user_data-dlg.surface_main);
--  gdk_cairo_set_source_pixbuf (cr, bg_pixbuf, 0, 0);
--  cairo_pattern_set_extend (cairo_get_source (cr), CAIRO_EXTEND_REPEAT);
--  cairo_rectangle (cr, 0, 0, draw_area_alloc.width, top_y_border);
--  cairo_fill (cr);
--  cairo_destroy (cr);
-+  if ( user_data-dlg.surface_main ) {
-+  cr = cairo_create (user_data-dlg.surface_main);
-+  gdk_cairo_set_source_pixbuf (cr, bg_pixbuf, 0, 0);
-+  cairo_pattern_set_extend (cairo_get_source (cr), 
CAIRO_EXTEND_REPEAT);
-+  cairo_rectangle (cr, 0, 0, draw_area_alloc.width, top_y_border);
-+  cairo_fill (cr);
-+  cairo_destroy (cr);
-+  }
- 
-   /* Paint main comment background */
--  cr = cairo_create (user_data-dlg.surface_comments);
--  gdk_cairo_set_source_pixbuf (cr, bg_pixbuf, 0, 0);
--  cairo_pattern_set_extend (cairo_get_source (cr), CAIRO_EXTEND_REPEAT);
--  cairo_rectangle (cr, 0, 0, draw_area_comments_alloc.width, 
top_y_border);
--  cairo_fill 

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

2014-08-05 Thread Timothy Redaelli
Date: Tuesday, August 5, 2014 @ 09:50:59
  Author: tredaelli
Revision: 116884

upgpkg: wireshark 1.12.0-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 07:50:30 UTC (rev 116883)
+++ PKGBUILD2014-08-05 07:50:59 UTC (rev 116884)
@@ -5,7 +5,7 @@
 pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
 pkgver=1.12.0
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'



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

2014-08-05 Thread Timothy Redaelli
Date: Tuesday, August 5, 2014 @ 09:52:37
  Author: tredaelli
Revision: 116885

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

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 116884, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/wireshark-gtk.install
(from rev 116884, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-i686/wireshark.install
(from rev 116884, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 116884, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/wireshark-gtk.install
(from rev 116884, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 116884, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/wireshark-1.10.5-fix-flow-crash.patch
  wireshark/repos/community-i686/wireshark-gtk.install
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/wireshark-1.10.5-fix-flow-crash.patch
  wireshark/repos/community-x86_64/wireshark-gtk.install
  wireshark/repos/community-x86_64/wireshark.install

+
 /PKGBUILD  |  182 +++
 /wireshark-gtk.install |   24 +
 /wireshark.install |   36 ++
 community-i686/PKGBUILD|   78 --
 community-i686/wireshark-1.10.5-fix-flow-crash.patch   |   55 
 community-i686/wireshark-gtk.install   |   12 
 community-i686/wireshark.install   |   18 -
 community-x86_64/PKGBUILD  |   78 --
 community-x86_64/wireshark-1.10.5-fix-flow-crash.patch |   55 
 community-x86_64/wireshark-gtk.install |   12 
 community-x86_64/wireshark.install |   18 -
 11 files changed, 242 insertions(+), 326 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-05 07:50:59 UTC (rev 116884)
+++ community-i686/PKGBUILD 2014-08-05 07:52:37 UTC (rev 116885)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=('wireshark-cli' 'wireshark-gtk')
-pkgbase=wireshark
-pkgver=1.10.8
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
- 'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
-url='http://www.wireshark.org/'
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-# https://www.wireshark.org/download/SIGNATURES-1.10.8.txt
-sha1sums=('aa6067ce91637506504c8b954caf75ac98742152')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm ${pkgdir}/usr/bin/wireshark
-
-  # Headers
-  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h ws_symbol_export.h 
${pkgdir}/usr/include/${pkgbase}
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes wiretap 
wsutil; do
-install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('gtk3' 'portaudio' 'wireshark-cli' 'desktop-file-utils' 
'hicolor-icon-theme')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark ${pkgdir}/usr/bin/wireshark
-  for d in 16 32 48; do
-install -Dm644 image/hi${d}-app-wireshark.png  \
-   
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
-  done
-
-  for d in 16 24 32 48 64 128 256 ; do
-install -Dm644 image/WiresharkDoc-${d}.png \
-   
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/mimetypes/application-vnd.tcpdump.pcap.png
-  done
-  install -Dm644 wireshark.desktop 

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

2014-08-05 Thread Timothy Redaelli
Date: Tuesday, August 5, 2014 @ 10:18:44
  Author: tredaelli
Revision: 116887

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

Added:
  tinc/repos/community-i686/PKGBUILD
(from rev 116886, tinc/trunk/PKGBUILD)
  tinc/repos/community-i686/tinc.install
(from rev 116886, tinc/trunk/tinc.install)
  tinc/repos/community-i686/tincd@.service
(from rev 116886, tinc/trunk/tincd@.service)
  tinc/repos/community-x86_64/PKGBUILD
(from rev 116886, tinc/trunk/PKGBUILD)
  tinc/repos/community-x86_64/tinc.install
(from rev 116886, tinc/trunk/tinc.install)
  tinc/repos/community-x86_64/tincd@.service
(from rev 116886, tinc/trunk/tincd@.service)
Deleted:
  tinc/repos/community-i686/PKGBUILD
  tinc/repos/community-i686/tinc.install
  tinc/repos/community-i686/tincd@.service
  tinc/repos/community-x86_64/PKGBUILD
  tinc/repos/community-x86_64/tinc.install
  tinc/repos/community-x86_64/tincd@.service

-+
 /PKGBUILD   |   78 ++
 /tinc.install   |   40 +++
 /tincd@.service |   20 +
 community-i686/PKGBUILD |   39 ---
 community-i686/tinc.install |   20 -
 community-i686/tincd@.service   |   10 
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/tinc.install   |   20 -
 community-x86_64/tincd@.service |   10 
 9 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-05 08:18:32 UTC (rev 116886)
+++ community-i686/PKGBUILD 2014-08-05 08:18:44 UTC (rev 116887)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: helios
-# Contributor: Lothar Gesslein
-# Contributor: Dominik George n...@naturalnet.de
-
-pkgname=tinc
-pkgver=1.0.24
-pkgrel=1
-pkgdesc=VPN (Virtual Private Network) daemon
-arch=('i686' 'x86_64')
-url=http://www.tinc-vpn.org/;
-license=('GPL')
-depends=('lzo2' 'openssl')
-install=tinc.install
-source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
-tincd@.service)
-md5sums=('14a91eb2e85bdc0451a815612521b708'
- 'SKIP'
- '112327da32fdb56ab779fe004712235f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  install -dm755 $pkgdir/usr/share/tinc/examples
-  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
-  find $pkgdir/usr/share/tinc/examples -type f -exec chmod 644 {} +
-  find $pkgdir/usr/share/tinc/examples -type d -exec chmod 755 {} +
-
-  install -Dm644 $srcdir/tincd@.service 
$pkgdir/usr/lib/systemd/system/tincd@.service
-}

Copied: tinc/repos/community-i686/PKGBUILD (from rev 116886, 
tinc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-05 08:18:44 UTC (rev 116887)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: helios
+# Contributor: Lothar Gesslein
+# Contributor: Dominik George n...@naturalnet.de
+
+pkgname=tinc
+pkgver=1.0.24
+pkgrel=2
+pkgdesc=VPN (Virtual Private Network) daemon
+arch=('i686' 'x86_64')
+url=http://www.tinc-vpn.org/;
+license=('GPL')
+depends=('lzo' 'openssl')
+install=tinc.install
+source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
+tincd@.service)
+md5sums=('14a91eb2e85bdc0451a815612521b708'
+ 'SKIP'
+ '112327da32fdb56ab779fe004712235f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -dm755 $pkgdir/usr/share/tinc/examples
+  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
+  find $pkgdir/usr/share/tinc/examples -type f -exec chmod 644 {} +
+  find $pkgdir/usr/share/tinc/examples -type d -exec chmod 755 {} +
+
+  install -Dm644 $srcdir/tincd@.service 
$pkgdir/usr/lib/systemd/system/tincd@.service
+}

Deleted: community-i686/tinc.install
===
--- community-i686/tinc.install 2014-08-05 08:18:32 UTC (rev 116886)
+++ community-i686/tinc.install 2014-08-05 08:18:44 UTC (rev 116887)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(tinc.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file 

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

2014-08-05 Thread Timothy Redaelli
Date: Tuesday, August 5, 2014 @ 10:18:32
  Author: tredaelli
Revision: 116886

upgpkg: tinc 1.0.24-2

Rebuild for lzo2 - lzo rename

Modified:
  tinc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 07:52:37 UTC (rev 116885)
+++ PKGBUILD2014-08-05 08:18:32 UTC (rev 116886)
@@ -6,12 +6,12 @@
 
 pkgname=tinc
 pkgver=1.0.24
-pkgrel=1
+pkgrel=2
 pkgdesc=VPN (Virtual Private Network) daemon
 arch=('i686' 'x86_64')
 url=http://www.tinc-vpn.org/;
 license=('GPL')
-depends=('lzo2' 'openssl')
+depends=('lzo' 'openssl')
 install=tinc.install
 source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
 tincd@.service)



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

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 10:26:31
  Author: jgc
Revision: 219303

upgpkg: wildmidi 0.3.7-1

Modified:
  wildmidi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 04:41:33 UTC (rev 219302)
+++ PKGBUILD2014-08-05 08:26:31 UTC (rev 219303)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Papadopoulos
 
 pkgname=wildmidi
-pkgver=0.3.6
+pkgver=0.3.7
 pkgrel=1
 pkgdesc='Open Source MIDI Synthesizer'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('alsa-lib')
 makedepends=('cmake')
 source=(https://github.com/psi29a/wildmidi/archive/wildmidi-${pkgver}.tar.gz)
-md5sums=('6886940426a6a140f7da0eccbd003528')
+md5sums=('c29ed273500b479e347ac5e77656487f')
 
 prepare() {
   mkdir build



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

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 10:26:38
  Author: jgc
Revision: 219304

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-05 08:26:31 UTC (rev 219303)
+++ extra-i686/PKGBUILD 2014-08-05 08:26:38 UTC (rev 219304)
@@ -1,30 +0,0 @@
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Panagiotis Papadopoulos
-
-pkgname=wildmidi
-pkgver=0.3.6
-pkgrel=1
-pkgdesc='Open Source MIDI Synthesizer'
-arch=('i686' 'x86_64')
-url=http://www.mindwerks.net/projects/wildmidi/;
-license=('LGPL3')
-depends=('alsa-lib')
-makedepends=('cmake')
-source=(https://github.com/psi29a/wildmidi/archive/wildmidi-${pkgver}.tar.gz)
-md5sums=('6886940426a6a140f7da0eccbd003528')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: wildmidi/repos/extra-i686/PKGBUILD (from rev 219303, 
wildmidi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-05 08:26:38 UTC (rev 219304)
@@ -0,0 +1,30 @@
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Panagiotis Papadopoulos
+
+pkgname=wildmidi
+pkgver=0.3.7
+pkgrel=1
+pkgdesc='Open Source MIDI Synthesizer'
+arch=('i686' 'x86_64')
+url=http://www.mindwerks.net/projects/wildmidi/;
+license=('LGPL3')
+depends=('alsa-lib')
+makedepends=('cmake')
+source=(https://github.com/psi29a/wildmidi/archive/wildmidi-${pkgver}.tar.gz)
+md5sums=('c29ed273500b479e347ac5e77656487f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-05 08:26:31 UTC (rev 219303)
+++ extra-x86_64/PKGBUILD   2014-08-05 08:26:38 UTC (rev 219304)
@@ -1,30 +0,0 @@
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Panagiotis Papadopoulos
-
-pkgname=wildmidi
-pkgver=0.3.6
-pkgrel=1
-pkgdesc='Open Source MIDI Synthesizer'
-arch=('i686' 'x86_64')
-url=http://www.mindwerks.net/projects/wildmidi/;
-license=('LGPL3')
-depends=('alsa-lib')
-makedepends=('cmake')
-source=(https://github.com/psi29a/wildmidi/archive/wildmidi-${pkgver}.tar.gz)
-md5sums=('6886940426a6a140f7da0eccbd003528')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: wildmidi/repos/extra-x86_64/PKGBUILD (from rev 219303, 
wildmidi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-05 08:26:38 UTC (rev 219304)
@@ -0,0 +1,30 @@
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Panagiotis Papadopoulos
+
+pkgname=wildmidi
+pkgver=0.3.7
+pkgrel=1
+pkgdesc='Open Source MIDI Synthesizer'
+arch=('i686' 'x86_64')
+url=http://www.mindwerks.net/projects/wildmidi/;
+license=('LGPL3')
+depends=('alsa-lib')
+makedepends=('cmake')
+source=(https://github.com/psi29a/wildmidi/archive/wildmidi-${pkgver}.tar.gz)
+md5sums=('c29ed273500b479e347ac5e77656487f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 10:33:32
  Author: jgc
Revision: 219305

upgpkg: goffice 0.10.17-1

Modified:
  goffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 08:26:38 UTC (rev 219304)
+++ PKGBUILD2014-08-05 08:33:32 UTC (rev 219305)
@@ -2,7 +2,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=goffice
-pkgver=0.10.16
+pkgver=0.10.17
 pkgrel=1
 pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
 depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('3ffd4c9c84d2128aebc17f05c60722fe2a9deb8802705636926b82a484c752dd')
+sha256sums=('43e6556480870fd0a6faf25016ca07c9988e528c68c94ccb114eab158d9e0310')
 
 build() {
   cd $pkgname-$pkgver



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

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 10:33:39
  Author: jgc
Revision: 219306

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-05 08:33:32 UTC (rev 219305)
+++ extra-i686/PKGBUILD 2014-08-05 08:33:39 UTC (rev 219306)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgname=goffice
-pkgver=0.10.16
-pkgrel=1
-pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
-depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('3ffd4c9c84d2128aebc17f05c60722fe2a9deb8802705636926b82a484c752dd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: goffice/repos/extra-i686/PKGBUILD (from rev 219305, 
goffice/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-05 08:33:39 UTC (rev 219306)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=goffice
+pkgver=0.10.17
+pkgrel=1
+pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
+depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('43e6556480870fd0a6faf25016ca07c9988e528c68c94ccb114eab158d9e0310')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-05 08:33:32 UTC (rev 219305)
+++ extra-x86_64/PKGBUILD   2014-08-05 08:33:39 UTC (rev 219306)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgname=goffice
-pkgver=0.10.16
-pkgrel=1
-pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
-depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('3ffd4c9c84d2128aebc17f05c60722fe2a9deb8802705636926b82a484c752dd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: goffice/repos/extra-x86_64/PKGBUILD (from rev 219305, 
goffice/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-05 08:33:39 UTC (rev 219306)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=goffice
+pkgver=0.10.17
+pkgrel=1
+pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
+depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('43e6556480870fd0a6faf25016ca07c9988e528c68c94ccb114eab158d9e0310')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} 

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

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 10:43:55
  Author: jgc
Revision: 219307

upgpkg: gnumeric 1.12.17-1

Modified:
  gnumeric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 08:33:39 UTC (rev 219306)
+++ PKGBUILD2014-08-05 08:43:55 UTC (rev 219307)
@@ -3,8 +3,8 @@
 # Contributor: Kritoke typeoli...@yahoo.com
 
 pkgname=gnumeric
-pkgver=1.12.16
-pkgrel=2
+pkgver=1.12.17
+pkgrel=1
 pkgdesc=A GNOME Spreadsheet Program
 arch=('i686' 'x86_64')
 url=http://www.gnome.org/projects/gnumeric/;
@@ -19,7 +19,7 @@
 install=gnumeric.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
 revert-warnings.patch)
-sha256sums=('fb2e3507c787b73d63872877063728c481cefe18de96bd4b8ab003e924cccba3'
+sha256sums=('ec5cb6cc02b3de7f86619e258deb68a3dcfd4c85e83a4048b924c307ef607ba1'
 'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
 
 prepare() {



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

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 10:44:16
  Author: jgc
Revision: 219308

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

Added:
  gnumeric/repos/extra-i686/PKGBUILD
(from rev 219307, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-i686/gnumeric.install
(from rev 219307, gnumeric/trunk/gnumeric.install)
  gnumeric/repos/extra-i686/revert-warnings.patch
(from rev 219307, gnumeric/trunk/revert-warnings.patch)
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 219307, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/gnumeric.install
(from rev 219307, gnumeric/trunk/gnumeric.install)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 219307, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-i686/PKGBUILD
  gnumeric/repos/extra-i686/gnumeric.install
  gnumeric/repos/extra-i686/revert-warnings.patch
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/gnumeric.install
  gnumeric/repos/extra-x86_64/revert-warnings.patch

+
 /PKGBUILD  |   92 +++
 /gnumeric.install  |   38 ++
 /revert-warnings.patch |   22 
 extra-i686/PKGBUILD|   46 -
 extra-i686/gnumeric.install|   19 ---
 extra-i686/revert-warnings.patch   |   11 
 extra-x86_64/PKGBUILD  |   46 -
 extra-x86_64/gnumeric.install  |   19 ---
 extra-x86_64/revert-warnings.patch |   11 
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-05 08:43:55 UTC (rev 219307)
+++ extra-i686/PKGBUILD 2014-08-05 08:44:16 UTC (rev 219308)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-# Contributor: Kritoke typeoli...@yahoo.com
-
-pkgname=gnumeric
-pkgver=1.12.16
-pkgrel=2
-pkgdesc=A GNOME Spreadsheet Program
-arch=('i686' 'x86_64')
-url=http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' 'gnome-doc-utils'
- 'gobject-introspection')
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-install=gnumeric.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
-revert-warnings.patch)
-sha256sums=('fb2e3507c787b73d63872877063728c481cefe18de96bd4b8ab003e924cccba3'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np0 -i ../revert-warnings.patch
-
-  # Remove invalid mime type. (FS#26338)
-  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
-
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-schemas-compile --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gnumeric/repos/extra-i686/PKGBUILD (from rev 219307, 
gnumeric/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-05 08:44:16 UTC (rev 219308)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Kritoke typeoli...@yahoo.com
+
+pkgname=gnumeric
+pkgver=1.12.17
+pkgrel=1
+pkgdesc=A GNOME Spreadsheet Program
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' 'gnome-doc-utils'
+ 'gobject-introspection')
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+install=gnumeric.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
+revert-warnings.patch)
+sha256sums=('ec5cb6cc02b3de7f86619e258deb68a3dcfd4c85e83a4048b924c307ef607ba1'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np0 -i ../revert-warnings.patch
+
+  # Remove invalid mime type. (FS#26338)
+  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-compile --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} 

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

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 10:47:03
  Author: jgc
Revision: 219310

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

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

--+
 /PKGBUILD|   78 +
 /libpeas.install |   22 +++
 extra-i686/PKGBUILD  |   39 
 extra-i686/libpeas.install   |   11 -
 extra-x86_64/PKGBUILD|   39 
 extra-x86_64/libpeas.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-05 08:46:57 UTC (rev 219309)
+++ extra-i686/PKGBUILD 2014-08-05 08:47:03 UTC (rev 219310)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libpeas
-pkgver=1.10.0
-pkgrel=1
-pkgdesc=A GObject-based plugins engine
-arch=(i686 x86_64)
-url=http://www.gtk.org/;
-license=(GPL2)
-depends=(gtk3 hicolor-icon-theme gobject-introspection)
-makedepends=(gtk-doc intltool python-gobject python2-gobject seed glade)
-optdepends=('seed: gobject-based plugin engine - seed runtime loader')
-install=libpeas.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('4695bc40e4885a903dbc5ce6a3704392feae63af51fd4da7a3888bb88ca78c47')
-
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/extra-i686/PKGBUILD (from rev 219309, 
libpeas/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-05 08:47:03 UTC (rev 219310)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.10.1
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme gobject-introspection)
+makedepends=(gtk-doc intltool python-gobject python2-gobject seed glade)
+optdepends=('seed: gobject-based plugin engine - seed runtime loader')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('ba9fb1ff0b1bf6921b10fcd9d89d3995713e11a3e373f6852278699d03d2571d')
+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/libpeas.install
===
--- extra-i686/libpeas.install  2014-08-05 08:46:57 UTC (rev 219309)
+++ extra-i686/libpeas.install  2014-08-05 08:47:03 UTC (rev 219310)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libpeas/repos/extra-i686/libpeas.install (from rev 219309, 
libpeas/trunk/libpeas.install)
===
--- extra-i686/libpeas.install  (rev 0)
+++ extra-i686/libpeas.install  2014-08-05 08:47:03 UTC (rev 219310)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-05 08:46:57 UTC (rev 219309)
+++ extra-x86_64/PKGBUILD   2014-08-05 08:47:03 UTC (rev 219310)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libpeas
-pkgver=1.10.0
-pkgrel=1
-pkgdesc=A GObject-based plugins engine
-arch=(i686 x86_64)
-url=http://www.gtk.org/;

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

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 10:46:57
  Author: jgc
Revision: 219309

upgpkg: libpeas 1.10.1-1

Modified:
  libpeas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 08:44:16 UTC (rev 219308)
+++ PKGBUILD2014-08-05 08:46:57 UTC (rev 219309)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libpeas
-pkgver=1.10.0
+pkgver=1.10.1
 pkgrel=1
 pkgdesc=A GObject-based plugins engine
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 optdepends=('seed: gobject-based plugin engine - seed runtime loader')
 install=libpeas.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('4695bc40e4885a903dbc5ce6a3704392feae63af51fd4da7a3888bb88ca78c47')
+sha256sums=('ba9fb1ff0b1bf6921b10fcd9d89d3995713e11a3e373f6852278699d03d2571d')
 
 
 build() {



[arch-commits] Commit in evolution/trunk (PKGBUILD git-fixes.patch)

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 11:04:03
  Author: jgc
Revision: 219311

upgpkg: evolution 3.12.4-2

Added:
  evolution/trunk/git-fixes.patch
Modified:
  evolution/trunk/PKGBUILD

-+
 PKGBUILD|   15 
 git-fixes.patch | 1473 ++
 2 files changed, 1485 insertions(+), 3 deletions(-)

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


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

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 11:04:11
  Author: jgc
Revision: 219312

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

Added:
  evolution/repos/extra-i686/PKGBUILD
(from rev 219311, evolution/trunk/PKGBUILD)
  evolution/repos/extra-i686/evolution.install
(from rev 219311, evolution/trunk/evolution.install)
  evolution/repos/extra-i686/git-fixes.patch
(from rev 219311, evolution/trunk/git-fixes.patch)
  evolution/repos/extra-x86_64/PKGBUILD
(from rev 219311, evolution/trunk/PKGBUILD)
  evolution/repos/extra-x86_64/evolution.install
(from rev 219311, evolution/trunk/evolution.install)
  evolution/repos/extra-x86_64/git-fixes.patch
(from rev 219311, evolution/trunk/git-fixes.patch)
Deleted:
  evolution/repos/extra-i686/PKGBUILD
  evolution/repos/extra-i686/evolution.install
  evolution/repos/extra-x86_64/PKGBUILD
  evolution/repos/extra-x86_64/evolution.install

+
 /PKGBUILD  |  104 ++
 /evolution.install |   38 +
 extra-i686/PKGBUILD|   43 -
 extra-i686/evolution.install   |   19 
 extra-i686/git-fixes.patch | 1473 +++
 extra-x86_64/PKGBUILD  |   43 -
 extra-x86_64/evolution.install |   19 
 extra-x86_64/git-fixes.patch   | 1473 +++
 8 files changed, 3088 insertions(+), 124 deletions(-)

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


[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 11:10:52
  Author: jgc
Revision: 219313

upgpkg: evolution-data-server 3.12.4-3

When adding a patch, also apply it

Modified:
  evolution-data-server/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 09:04:11 UTC (rev 219312)
+++ PKGBUILD2014-08-05 09:10:52 UTC (rev 219313)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-data-server
 pkgver=3.12.4
-pkgrel=2
+pkgrel=3
 pkgdesc=Centralized access to appointments and contacts
 arch=(i686 x86_64)
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
@@ -16,6 +16,12 @@
 sha256sums=('5e424ec560e46e0b26d290d04ad5146d9b313a956abcf99ef46ac3d8633060c7'
 '554ab45b943910e32c20c5aa3771416f3a48294ef1716a5130cea20bbdd07ef3')
 
+prepare() {
+  # git version 6f210eeba1cfaa300aa4931e580514de0f7b11d5, configure.ac parts 
reverted
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../git-fixes.patch
+}
+ 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \



[arch-commits] Commit in evolution-data-server/repos (4 files)

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 11:10:59
  Author: jgc
Revision: 219314

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

Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-i686/evolution-data-server.install
  evolution-data-server/repos/extra-x86_64/PKGBUILD
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install

+
 extra-i686/PKGBUILD|   33 ---
 extra-i686/evolution-data-server.install   |   11 -
 extra-x86_64/PKGBUILD  |   33 ---
 extra-x86_64/evolution-data-server.install |   11 -
 4 files changed, 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-05 09:10:52 UTC (rev 219313)
+++ extra-i686/PKGBUILD 2014-08-05 09:10:59 UTC (rev 219314)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-data-server
-pkgver=3.12.4
-pkgrel=2
-pkgdesc=Centralized access to appointments and contacts
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
-makedepends=(intltool gperf gobject-introspection vala python2)
-install=$pkgname.install
-url=https://wiki.gnome.org/Apps/Evolution;
-license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-git-fixes.patch)
-sha256sums=('5e424ec560e46e0b26d290d04ad5146d9b313a956abcf99ef46ac3d8633060c7'
-'554ab45b943910e32c20c5aa3771416f3a48294ef1716a5130cea20bbdd07ef3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings --disable-uoa
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Deleted: extra-i686/evolution-data-server.install
===
--- extra-i686/evolution-data-server.install2014-08-05 09:10:52 UTC (rev 
219313)
+++ extra-i686/evolution-data-server.install2014-08-05 09:10:59 UTC (rev 
219314)
@@ -1,11 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove () {
-post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-05 09:10:52 UTC (rev 219313)
+++ extra-x86_64/PKGBUILD   2014-08-05 09:10:59 UTC (rev 219314)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-data-server
-pkgver=3.12.4
-pkgrel=2
-pkgdesc=Centralized access to appointments and contacts
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
-makedepends=(intltool gperf gobject-introspection vala python2)
-install=$pkgname.install
-url=https://wiki.gnome.org/Apps/Evolution;
-license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-git-fixes.patch)
-sha256sums=('5e424ec560e46e0b26d290d04ad5146d9b313a956abcf99ef46ac3d8633060c7'
-'554ab45b943910e32c20c5aa3771416f3a48294ef1716a5130cea20bbdd07ef3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings --disable-uoa
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Deleted: extra-x86_64/evolution-data-server.install
===
--- extra-x86_64/evolution-data-server.install  2014-08-05 09:10:52 UTC (rev 
219313)
+++ extra-x86_64/evolution-data-server.install  2014-08-05 09:10:59 UTC (rev 
219314)
@@ -1,11 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove () {
-post_install
-}



[arch-commits] Commit in evolution-data-server/repos (8 files)

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 11:12:47
  Author: jgc
Revision: 219316

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

Added:
  evolution-data-server/repos/extra-i686/
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 219315, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-i686/evolution-data-server.install
(from rev 219315, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/extra-i686/git-fixes.patch
(from rev 219315, evolution-data-server/trunk/git-fixes.patch)
  evolution-data-server/repos/extra-x86_64/
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 219315, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install
(from rev 219315, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/extra-x86_64/git-fixes.patch
(from rev 219315, evolution-data-server/trunk/git-fixes.patch)

+
 extra-i686/PKGBUILD|   39 
 extra-i686/evolution-data-server.install   |   11 
 extra-i686/git-fixes.patch | 7856 +++
 extra-x86_64/PKGBUILD  |   39 
 extra-x86_64/evolution-data-server.install |   11 
 extra-x86_64/git-fixes.patch   | 7856 +++
 6 files changed, 15812 insertions(+)

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


[arch-commits] Commit in evolution-data-server/repos (extra-i686 extra-x86_64)

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 11:12:37
  Author: jgc
Revision: 219315

Deleted:
  evolution-data-server/repos/extra-i686/
  evolution-data-server/repos/extra-x86_64/



[arch-commits] Commit in epiphany/trunk (PKGBUILD git-fixes.patch)

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 11:33:27
  Author: jgc
Revision: 219317

upgpkg: epiphany 3.12.1-2

Update to git snapshot

Added:
  epiphany/trunk/git-fixes.patch
Modified:
  epiphany/trunk/PKGBUILD

-+
 PKGBUILD|   15 
 git-fixes.patch | 7621 ++
 2 files changed, 7633 insertions(+), 3 deletions(-)

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


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

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 11:33:36
  Author: jgc
Revision: 219318

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

Added:
  epiphany/repos/extra-i686/PKGBUILD
(from rev 219317, epiphany/trunk/PKGBUILD)
  epiphany/repos/extra-i686/epiphany.install
(from rev 219317, epiphany/trunk/epiphany.install)
  epiphany/repos/extra-i686/git-fixes.patch
(from rev 219317, epiphany/trunk/git-fixes.patch)
  epiphany/repos/extra-x86_64/PKGBUILD
(from rev 219317, epiphany/trunk/PKGBUILD)
  epiphany/repos/extra-x86_64/epiphany.install
(from rev 219317, epiphany/trunk/epiphany.install)
  epiphany/repos/extra-x86_64/git-fixes.patch
(from rev 219317, epiphany/trunk/git-fixes.patch)
Deleted:
  epiphany/repos/extra-i686/PKGBUILD
  epiphany/repos/extra-i686/epiphany.install
  epiphany/repos/extra-x86_64/PKGBUILD
  epiphany/repos/extra-x86_64/epiphany.install

---+
 /PKGBUILD |   84 
 /epiphany.install |   26 
 extra-i686/PKGBUILD   |   33 
 extra-i686/epiphany.install   |   13 
 extra-i686/git-fixes.patch| 7621 
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/epiphany.install |   13 
 extra-x86_64/git-fixes.patch  | 7621 
 8 files changed, 15352 insertions(+), 92 deletions(-)

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


[arch-commits] Commit in gstreamer0.10/trunk (PKGBUILD)

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 11:46:38
  Author: jgc
Revision: 219319

Remove optdepends (FS#38826)

Modified:
  gstreamer0.10/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 09:33:36 UTC (rev 219318)
+++ PKGBUILD2014-08-05 09:46:38 UTC (rev 219319)
@@ -9,7 +9,6 @@
 license=('LGPL')
 url=http://gstreamer.com;
 depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
 makedepends=('intltool' 'pkgconfig' 'gobject-introspection' 'git')
 
source=(git://anongit.freedesktop.org/gstreamer-sdk/gstreamer#commit=3ddc31eaa18c3be1613e43430eca78a3e445639e
 tests-remove-silly-test_fail_abstract_new-check.patch



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

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 11:53:21
  Author: jgc
Revision: 219320

upgpkg: libmediaart 0.4.0-2

Add gobject-introspection makedepend (FS#40695)

Modified:
  libmediaart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 09:46:38 UTC (rev 219319)
+++ PKGBUILD2014-08-05 09:53:21 UTC (rev 219320)
@@ -3,12 +3,12 @@
 
 pkgname=libmediaart
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Library tasked with managing, extracting and handling media art 
caches
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('gdk-pixbuf2')
-makedepends=('vala')
+makedepends=('vala' 'gobject-introspection')
 url=https://github.com/curlybeast/libmediaart;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
 sha256sums=('e8ec92a642f4df7f988364f6451adf89e1611d7379a636d8c7eff4ca21a0fd1c')



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

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 11:53:28
  Author: jgc
Revision: 219321

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-05 09:53:21 UTC (rev 219320)
+++ extra-i686/PKGBUILD 2014-08-05 09:53:28 UTC (rev 219321)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libmediaart
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=Library tasked with managing, extracting and handling media art 
caches
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gdk-pixbuf2')
-makedepends=('vala')
-url=https://github.com/curlybeast/libmediaart;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e8ec92a642f4df7f988364f6451adf89e1611d7379a636d8c7eff4ca21a0fd1c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --enable-gdkpixbuf --disable-qt
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libmediaart/repos/extra-i686/PKGBUILD (from rev 219320, 
libmediaart/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-05 09:53:28 UTC (rev 219321)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libmediaart
+pkgver=0.4.0
+pkgrel=2
+pkgdesc=Library tasked with managing, extracting and handling media art 
caches
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gdk-pixbuf2')
+makedepends=('vala' 'gobject-introspection')
+url=https://github.com/curlybeast/libmediaart;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e8ec92a642f4df7f988364f6451adf89e1611d7379a636d8c7eff4ca21a0fd1c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-gdkpixbuf --disable-qt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-05 09:53:21 UTC (rev 219320)
+++ extra-x86_64/PKGBUILD   2014-08-05 09:53:28 UTC (rev 219321)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libmediaart
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=Library tasked with managing, extracting and handling media art 
caches
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gdk-pixbuf2')
-makedepends=('vala')
-url=https://github.com/curlybeast/libmediaart;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e8ec92a642f4df7f988364f6451adf89e1611d7379a636d8c7eff4ca21a0fd1c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --enable-gdkpixbuf --disable-qt
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libmediaart/repos/extra-x86_64/PKGBUILD (from rev 219320, 
libmediaart/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-05 09:53:28 UTC (rev 219321)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libmediaart
+pkgver=0.4.0
+pkgrel=2
+pkgdesc=Library tasked with managing, extracting and handling media art 
caches
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gdk-pixbuf2')
+makedepends=('vala' 'gobject-introspection')
+url=https://github.com/curlybeast/libmediaart;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e8ec92a642f4df7f988364f6451adf89e1611d7379a636d8c7eff4ca21a0fd1c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-gdkpixbuf --disable-qt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-08-05 Thread Ray Rashif
Date: Tuesday, August 5, 2014 @ 12:02:22
  Author: schiv
Revision: 219322

upgpkg: opencv 2.4.9-2

FS#41452 add java support

Modified:
  opencv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 09:53:28 UTC (rev 219321)
+++ PKGBUILD2014-08-05 10:02:22 UTC (rev 219322)
@@ -5,7 +5,7 @@
 pkgbase=opencv
 pkgname=('opencv' 'opencv-samples')
 pkgver=2.4.9
-pkgrel=1
+pkgrel=2
 pkgdesc=Open Source Computer Vision Library
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -12,7 +12,7 @@
 url=http://opencv.org/;
 depends=('gstreamer0.10-base' 'intel-tbb' 'openexr'
  'xine-lib' 'libdc1394' 'gtkglext')
-makedepends=('cmake' 'python2-numpy' 'mesa' 'eigen2')
+makedepends=('cmake' 'python2-numpy' 'mesa' 'eigen2' 'apache-ant')
 optdepends=('opencv-samples'
 'eigen2'
 'libcl: For coding with OpenCL'



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

2014-08-05 Thread Ray Rashif
Date: Tuesday, August 5, 2014 @ 12:03:08
  Author: schiv
Revision: 219323

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

Added:
  opencv/repos/extra-i686/PKGBUILD
(from rev 219322, opencv/trunk/PKGBUILD)
  opencv/repos/extra-i686/fsh.patch
(from rev 219322, opencv/trunk/fsh.patch)
  opencv/repos/extra-i686/pkgconfig.patch
(from rev 219322, opencv/trunk/pkgconfig.patch)
  opencv/repos/extra-x86_64/PKGBUILD
(from rev 219322, opencv/trunk/PKGBUILD)
  opencv/repos/extra-x86_64/fsh.patch
(from rev 219322, opencv/trunk/fsh.patch)
  opencv/repos/extra-x86_64/pkgconfig.patch
(from rev 219322, opencv/trunk/pkgconfig.patch)
Deleted:
  opencv/repos/extra-i686/PKGBUILD
  opencv/repos/extra-i686/fsh.patch
  opencv/repos/extra-i686/pkgconfig.patch
  opencv/repos/extra-x86_64/PKGBUILD
  opencv/repos/extra-x86_64/fsh.patch
  opencv/repos/extra-x86_64/pkgconfig.patch

--+
 /PKGBUILD|  224 +
 /fsh.patch   |  272 +
 /pkgconfig.patch |   70 ++
 extra-i686/PKGBUILD  |  112 
 extra-i686/fsh.patch |  136 
 extra-i686/pkgconfig.patch   |   35 -
 extra-x86_64/PKGBUILD|  112 
 extra-x86_64/fsh.patch   |  136 
 extra-x86_64/pkgconfig.patch |   35 -
 9 files changed, 566 insertions(+), 566 deletions(-)

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


[arch-commits] Commit in firefox-adblock-plus/trunk (PKGBUILD)

2014-08-05 Thread Sergej Pupykin
Date: Tuesday, August 5, 2014 @ 12:09:39
  Author: spupykin
Revision: 116888

upgpkg: firefox-adblock-plus 2.6.4-1

upd

Modified:
  firefox-adblock-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 08:18:44 UTC (rev 116887)
+++ PKGBUILD2014-08-05 10:09:39 UTC (rev 116888)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-adblock-plus
-pkgver=2.6.3
+pkgver=2.6.4
 pkgrel=1
 pkgdesc=Extension for firefox which block ads and banners
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('unzip')
 noextract=(adblockplus-$pkgver.xpi)
 source=(https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
-md5sums=('7a19a9662bb5f5dbfa132e74cd36d244')
+md5sums=('aabde142299853c2b551b54d97720d29')
 
 package() {
   cd $srcdir



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

2014-08-05 Thread Sergej Pupykin
Date: Tuesday, August 5, 2014 @ 12:09:56
  Author: spupykin
Revision: 116890

upgpkg: squashfs-tools 4.3-3

upd

Modified:
  squashfs-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 10:09:51 UTC (rev 116889)
+++ PKGBUILD2014-08-05 10:09:56 UTC (rev 116890)
@@ -6,7 +6,7 @@
 
 pkgname=squashfs-tools
 pkgver=4.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Tools for squashfs, a highly compressed read-only filesystem for 
Linux.
 url=http://squashfs.sourceforge.net;
 license=(GPL)



[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)

2014-08-05 Thread Sergej Pupykin
Date: Tuesday, August 5, 2014 @ 12:09:51
  Author: spupykin
Revision: 116889

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 116888, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-05 10:09:39 UTC (rev 116888)
+++ PKGBUILD2014-08-05 10:09:51 UTC (rev 116889)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-adblock-plus
-pkgver=2.6.3
-pkgrel=1
-pkgdesc=plugin for firefox which block ads and banners
-arch=('any')
-url=http://adblockplus.org/;
-license=('GPL')
-depends=(firefox)
-makedepends=('unzip')
-noextract=(adblockplus-$pkgver.xpi)
-source=(https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
-md5sums=('7a19a9662bb5f5dbfa132e74cd36d244')
-
-package() {
-  cd $srcdir
-  unzip adblockplus-$pkgver.xpi
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  [ -n ${emid} ] || return 1
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/*.xpi
-  find $pkgdir -type d -exec chmod 0755 {} \;
-  find $pkgdir -type f -exec chmod 0644 {} \;
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 116888, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-05 10:09:51 UTC (rev 116889)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-adblock-plus
+pkgver=2.6.4
+pkgrel=1
+pkgdesc=Extension for firefox which block ads and banners
+arch=('any')
+url=http://adblockplus.org/;
+license=('GPL')
+depends=(firefox)
+makedepends=('unzip')
+noextract=(adblockplus-$pkgver.xpi)
+source=(https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
+md5sums=('aabde142299853c2b551b54d97720d29')
+
+package() {
+  cd $srcdir
+  unzip adblockplus-$pkgver.xpi
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  [ -n ${emid} ] || return 1
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/*.xpi
+  find $pkgdir -type d -exec chmod 0755 {} \;
+  find $pkgdir -type f -exec chmod 0644 {} \;
+}



[arch-commits] Commit in tigervnc/trunk (PKGBUILD xserver116.patch)

2014-08-05 Thread Sergej Pupykin
Date: Tuesday, August 5, 2014 @ 12:10:14
  Author: spupykin
Revision: 116892

upgpkg: tigervnc 1.3.1-5

upd

Modified:
  tigervnc/trunk/PKGBUILD
  tigervnc/trunk/xserver116.patch

--+
 PKGBUILD |6 +++---
 xserver116.patch |   30 ++
 2 files changed, 29 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 10:10:11 UTC (rev 116891)
+++ PKGBUILD2014-08-05 10:10:14 UTC (rev 116892)
@@ -3,7 +3,7 @@
 
 pkgname=tigervnc
 pkgver=1.3.1
-pkgrel=4
+pkgrel=5
 _xorgver=1.16.0
 pkgdesc=Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC.
 arch=('i686' 'x86_64')
@@ -33,7 +33,7 @@
  '22f1523a0eca56ad79cfabd0db6e2cf6'
  'e056a2502dfe0cb3b02e08cab689482f'
  'e212f9d268a62af0349183a495bc55a5'
- '8b735b553efedd34cdeafc600be50a2a')
+ '948218a19eac135484267d9990502bf6')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -62,7 +62,7 @@
--disable-xwin --disable-xephyr --disable-kdrive --disable-xwayland \
--disable-config-hal --disable-config-udev --with-pic \
--disable-unit-tests --disable-devel-docs --disable-selective-werror \
-   --disable-dri --enable-dri2 --disable-dri3 --enable-glx --enable-glx-tls
+   --disable-dri --enable-dri2 --enable-dri3 --enable-glx --enable-glx-tls
   make
 }
 

Modified: xserver116.patch
===
--- xserver116.patch2014-08-05 10:10:11 UTC (rev 116891)
+++ xserver116.patch2014-08-05 10:10:14 UTC (rev 116892)
@@ -1,6 +1,6 @@
 diff -ur xorg-server-1.16.0.orig/configure.ac xorg-server-1.16.0/configure.ac
 --- xorg-server-1.16.0.orig/configure.ac   2014-07-17 09:00:51.0 
+0200
-+++ xorg-server-1.16.0/configure.ac2014-07-19 00:46:53.492489158 +0200
 xorg-server-1.16.0/configure.ac2014-08-04 20:43:26.856687998 +0200
 @@ -74,6 +74,7 @@
  AC_CONFIG_HEADERS(include/version-config.h)
  
@@ -47,7 +47,7 @@
  hw/xwin/Makefile
 diff -ur xorg-server-1.16.0.orig/hw/Makefile.am 
xorg-server-1.16.0/hw/Makefile.am
 --- xorg-server-1.16.0.orig/hw/Makefile.am 2014-04-16 22:24:00.0 
+0200
-+++ xorg-server-1.16.0/hw/Makefile.am  2014-07-19 00:46:53.492489158 +0200
 xorg-server-1.16.0/hw/Makefile.am  2014-08-04 20:43:26.856687998 +0200
 @@ -38,7 +38,8 @@
$(DMX_SUBDIRS)  \
$(KDRIVE_SUBDIRS)   \
@@ -60,7 +60,7 @@
  
 diff -ur xorg-server-1.16.0.orig/mi/miinitext.c 
xorg-server-1.16.0/mi/miinitext.c
 --- xorg-server-1.16.0.orig/mi/miinitext.c 2014-04-16 22:24:00.0 
+0200
-+++ xorg-server-1.16.0/mi/miinitext.c  2014-07-19 00:46:53.492489158 +0200
 xorg-server-1.16.0/mi/miinitext.c  2014-08-04 20:43:26.856687998 +0200
 @@ -111,6 +111,10 @@
  #include micmap.h
  #include globals.h
@@ -84,7 +84,7 @@
  #ifdef MITSHM
 diff -ur xorg-server-1.16.0.orig/os/WaitFor.c xorg-server-1.16.0/os/WaitFor.c
 --- xorg-server-1.16.0.orig/os/WaitFor.c   2014-02-05 04:08:57.0 
+0100
-+++ xorg-server-1.16.0/os/WaitFor.c2014-07-19 00:46:53.493489158 +0200
 xorg-server-1.16.0/os/WaitFor.c2014-08-04 20:44:26.350690385 +0200
 @@ -125,6 +125,9 @@
  static void CheckAllTimers(void);
  static OsTimerPtr timers = NULL;
@@ -113,3 +113,25 @@
  BlockHandler((void *) wt, (void *) LastSelectMask);
  if (NewOutputPending)
  FlushAllOutput();
+@@ -223,10 +230,20 @@
+ i = Select(MaxClients, LastSelectMask, clientsWritable, NULL, 
wt);
+ }
+ else {
+-i = Select(MaxClients, LastSelectMask, NULL, NULL, wt);
++if (AnyClientsWriteBlocked)
++XFD_ORSET(socketsWritable, ClientsWriteBlocked, 
socketsWritable);
++
++if (XFD_ANYSET(socketsWritable)) {
++i = Select (MaxClients, LastSelectMask, socketsWritable, 
NULL, wt);
++if (AnyClientsWriteBlocked)
++XFD_ANDSET(clientsWritable, socketsWritable, 
ClientsWriteBlocked);
++} else {
++i = Select (MaxClients, LastSelectMask, NULL, NULL, wt);
++}
+ }
+ selecterr = GetErrno();
+ WakeupHandler(i, (void *) LastSelectMask);
++vncWriteWakeupHandler(i, socketsWritable);
+ if (i = 0) {   /* An error or timeout occurred */
+ if (dispatchException)
+ return 0;



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

2014-08-05 Thread Sergej Pupykin
Date: Tuesday, August 5, 2014 @ 12:10:11
  Author: spupykin
Revision: 116891

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

Added:
  squashfs-tools/repos/community-i686/PKGBUILD
(from rev 116890, squashfs-tools/trunk/PKGBUILD)
  squashfs-tools/repos/community-x86_64/PKGBUILD
(from rev 116890, squashfs-tools/trunk/PKGBUILD)
Deleted:
  squashfs-tools/repos/community-i686/PKGBUILD
  squashfs-tools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-05 10:09:56 UTC (rev 116890)
+++ community-i686/PKGBUILD 2014-08-05 10:10:11 UTC (rev 116891)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Original TU: Jeff Mickey j...@codemac.net
-# Contributor: ciccio.a
-
-pkgname=squashfs-tools
-pkgver=4.3
-pkgrel=2
-pkgdesc=Tools for squashfs, a highly compressed read-only filesystem for 
Linux.
-url=http://squashfs.sourceforge.net;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('zlib' 'lzo2' 'xz' 'lz4')
-source=(http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz;)
-md5sums=('d92ab59aabf5173f2a59089531e30dbf')
-
-build() {
-cd ${srcdir}/squashfs${pkgver}/${pkgname}
-make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1
-}
-
-package() {
-cd ${srcdir}/squashfs${pkgver}/${pkgname}
-install -Dm755 mksquashfs ${pkgdir}/usr/bin/mksquashfs
-install -m755 unsquashfs ${pkgdir}/usr/bin/unsquashfs
-}

Copied: squashfs-tools/repos/community-i686/PKGBUILD (from rev 116890, 
squashfs-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-05 10:10:11 UTC (rev 116891)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Original TU: Jeff Mickey j...@codemac.net
+# Contributor: ciccio.a
+
+pkgname=squashfs-tools
+pkgver=4.3
+pkgrel=3
+pkgdesc=Tools for squashfs, a highly compressed read-only filesystem for 
Linux.
+url=http://squashfs.sourceforge.net;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('zlib' 'lzo' 'xz' 'lz4')
+source=(http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz;)
+md5sums=('d92ab59aabf5173f2a59089531e30dbf')
+
+build() {
+cd ${srcdir}/squashfs${pkgver}/${pkgname}
+make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1
+}
+
+package() {
+cd ${srcdir}/squashfs${pkgver}/${pkgname}
+install -Dm755 mksquashfs ${pkgdir}/usr/bin/mksquashfs
+install -m755 unsquashfs ${pkgdir}/usr/bin/unsquashfs
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-05 10:09:56 UTC (rev 116890)
+++ community-x86_64/PKGBUILD   2014-08-05 10:10:11 UTC (rev 116891)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Original TU: Jeff Mickey j...@codemac.net
-# Contributor: ciccio.a
-
-pkgname=squashfs-tools
-pkgver=4.3
-pkgrel=2
-pkgdesc=Tools for squashfs, a highly compressed read-only filesystem for 
Linux.
-url=http://squashfs.sourceforge.net;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('zlib' 'lzo2' 'xz' 'lz4')
-source=(http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz;)
-md5sums=('d92ab59aabf5173f2a59089531e30dbf')
-
-build() {
-cd ${srcdir}/squashfs${pkgver}/${pkgname}
-make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1
-}
-
-package() {
-cd ${srcdir}/squashfs${pkgver}/${pkgname}
-install -Dm755 mksquashfs ${pkgdir}/usr/bin/mksquashfs
-install -m755 unsquashfs ${pkgdir}/usr/bin/unsquashfs
-}

Copied: squashfs-tools/repos/community-x86_64/PKGBUILD (from rev 116890, 
squashfs-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-05 10:10:11 UTC (rev 116891)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Original TU: Jeff Mickey j...@codemac.net
+# Contributor: ciccio.a
+
+pkgname=squashfs-tools
+pkgver=4.3
+pkgrel=3
+pkgdesc=Tools for squashfs, a highly compressed read-only filesystem for 
Linux.
+url=http://squashfs.sourceforge.net;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('zlib' 'lzo' 'xz' 'lz4')

[arch-commits] Commit in tigervnc/repos (28 files)

2014-08-05 Thread Sergej Pupykin
Date: Tuesday, August 5, 2014 @ 12:10:43
  Author: spupykin
Revision: 116893

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

Added:
  tigervnc/repos/community-i686/PKGBUILD
(from rev 116892, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-i686/gethomedir.patch
(from rev 116892, tigervnc/trunk/gethomedir.patch)
  tigervnc/repos/community-i686/getmaster.patch
(from rev 116892, tigervnc/trunk/getmaster.patch)
  tigervnc/repos/community-i686/vncserver.service
(from rev 116892, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-i686/vncviewer.desktop
(from rev 116892, tigervnc/trunk/vncviewer.desktop)
  tigervnc/repos/community-i686/xorg116.patch
(from rev 116892, tigervnc/trunk/xorg116.patch)
  tigervnc/repos/community-i686/xserver116.patch
(from rev 116892, tigervnc/trunk/xserver116.patch)
  tigervnc/repos/community-x86_64/PKGBUILD
(from rev 116892, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-x86_64/gethomedir.patch
(from rev 116892, tigervnc/trunk/gethomedir.patch)
  tigervnc/repos/community-x86_64/getmaster.patch
(from rev 116892, tigervnc/trunk/getmaster.patch)
  tigervnc/repos/community-x86_64/vncserver.service
(from rev 116892, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-x86_64/vncviewer.desktop
(from rev 116892, tigervnc/trunk/vncviewer.desktop)
  tigervnc/repos/community-x86_64/xorg116.patch
(from rev 116892, tigervnc/trunk/xorg116.patch)
  tigervnc/repos/community-x86_64/xserver116.patch
(from rev 116892, tigervnc/trunk/xserver116.patch)
Deleted:
  tigervnc/repos/community-i686/PKGBUILD
  tigervnc/repos/community-i686/gethomedir.patch
  tigervnc/repos/community-i686/getmaster.patch
  tigervnc/repos/community-i686/vncserver.service
  tigervnc/repos/community-i686/vncviewer.desktop
  tigervnc/repos/community-i686/xorg116.patch
  tigervnc/repos/community-i686/xserver116.patch
  tigervnc/repos/community-x86_64/PKGBUILD
  tigervnc/repos/community-x86_64/gethomedir.patch
  tigervnc/repos/community-x86_64/getmaster.patch
  tigervnc/repos/community-x86_64/vncserver.service
  tigervnc/repos/community-x86_64/vncviewer.desktop
  tigervnc/repos/community-x86_64/xorg116.patch
  tigervnc/repos/community-x86_64/xserver116.patch

+
 /PKGBUILD  |  152 +
 /gethomedir.patch  |   40 ++
 /getmaster.patch   |  192 +++
 /vncserver.service |   56 +++
 /vncviewer.desktop |   18 +
 /xorg116.patch |  570 +++
 /xserver116.patch  |  274 
 community-i686/PKGBUILD|   76 
 community-i686/gethomedir.patch|   20 -
 community-i686/getmaster.patch |   96 -
 community-i686/vncserver.service   |   28 -
 community-i686/vncviewer.desktop   |9 
 community-i686/xorg116.patch   |  285 -
 community-i686/xserver116.patch|  115 ---
 community-x86_64/PKGBUILD  |   76 
 community-x86_64/gethomedir.patch  |   20 -
 community-x86_64/getmaster.patch   |   96 -
 community-x86_64/vncserver.service |   28 -
 community-x86_64/vncviewer.desktop |9 
 community-x86_64/xorg116.patch |  285 -
 community-x86_64/xserver116.patch  |  115 ---
 21 files changed, 1302 insertions(+), 1258 deletions(-)

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


[arch-commits] Commit in (62 files)

2014-08-05 Thread Andrea Scarpino
Date: Tuesday, August 5, 2014 @ 13:08:13
  Author: andrea
Revision: 219324

KDE Frameworks 5.1

Modified:
  attica-qt5/trunk/PKGBUILD
  extra-cmake-modules/trunk/PKGBUILD
  frameworkintegration/trunk/PKGBUILD
  kactivities-frameworks/trunk/PKGBUILD
  kapidox/trunk/PKGBUILD
  karchive/trunk/PKGBUILD
  kauth/trunk/PKGBUILD
  kbookmarks/trunk/PKGBUILD
  kcmutils/trunk/PKGBUILD
  kcodecs/trunk/PKGBUILD
  kcompletion/trunk/PKGBUILD
  kconfig/trunk/PKGBUILD
  kconfigwidgets/trunk/PKGBUILD
  kcoreaddons/trunk/PKGBUILD
  kcrash/trunk/PKGBUILD
  kdbusaddons/trunk/PKGBUILD
  kdeclarative/trunk/PKGBUILD
  kded/trunk/PKGBUILD
  kdelibs4support/trunk/PKGBUILD
  kdesignerplugin/trunk/PKGBUILD
  kdesu/trunk/PKGBUILD
  kdewebkit/trunk/PKGBUILD
  kdnssd/trunk/PKGBUILD
  kdoctools/trunk/PKGBUILD
  kemoticons/trunk/PKGBUILD
  kglobalaccel/trunk/PKGBUILD
  kguiaddons/trunk/PKGBUILD
  khtml/trunk/PKGBUILD
  ki18n/trunk/PKGBUILD
  kiconthemes/trunk/PKGBUILD
  kidletime/trunk/PKGBUILD
  kimageformats/trunk/PKGBUILD
  kinit/trunk/PKGBUILD
  kio/trunk/PKGBUILD
  kitemmodels/trunk/PKGBUILD
  kitemviews/trunk/PKGBUILD
  kjobwidgets/trunk/PKGBUILD
  kjs/trunk/PKGBUILD
  kjsembed/trunk/PKGBUILD
  kmediaplayer/trunk/PKGBUILD
  knewstuff/trunk/PKGBUILD
  knotifications/trunk/PKGBUILD
  knotifyconfig/trunk/PKGBUILD
  kparts/trunk/PKGBUILD
  kplotting/trunk/PKGBUILD
  kpty/trunk/PKGBUILD
  kross/trunk/PKGBUILD
  krunner/trunk/PKGBUILD
  kservice/trunk/PKGBUILD
  ktexteditor/trunk/PKGBUILD
  ktextwidgets/trunk/PKGBUILD
  kunitconversion/trunk/PKGBUILD
  kwallet/trunk/PKGBUILD
  kwidgetsaddons/trunk/PKGBUILD
  kwindowsystem/trunk/PKGBUILD
  kxmlgui/trunk/PKGBUILD
  plasma-framework/trunk/PKGBUILD
  solid/trunk/PKGBUILD
  sonnet/trunk/PKGBUILD
  threadweaver/trunk/PKGBUILD
Deleted:
  kauth/trunk/kauth-cve-2014-5033.patch
  kdelibs4support/trunk/update-FindGettext.patch

+
 attica-qt5/trunk/PKGBUILD  |4 +-
 extra-cmake-modules/trunk/PKGBUILD |6 +--
 frameworkintegration/trunk/PKGBUILD|4 +-
 kactivities-frameworks/trunk/PKGBUILD  |4 +-
 kapidox/trunk/PKGBUILD |4 +-
 karchive/trunk/PKGBUILD|4 +-
 kauth/trunk/PKGBUILD   |   14 ++--
 kauth/trunk/kauth-cve-2014-5033.patch  |   36 --
 kbookmarks/trunk/PKGBUILD  |4 +-
 kcmutils/trunk/PKGBUILD|4 +-
 kcodecs/trunk/PKGBUILD |4 +-
 kcompletion/trunk/PKGBUILD |4 +-
 kconfig/trunk/PKGBUILD |4 +-
 kconfigwidgets/trunk/PKGBUILD  |4 +-
 kcoreaddons/trunk/PKGBUILD |4 +-
 kcrash/trunk/PKGBUILD  |4 +-
 kdbusaddons/trunk/PKGBUILD |4 +-
 kdeclarative/trunk/PKGBUILD|4 +-
 kded/trunk/PKGBUILD|4 +-
 kdelibs4support/trunk/PKGBUILD |   13 ++--
 kdelibs4support/trunk/update-FindGettext.patch |   37 ---
 kdesignerplugin/trunk/PKGBUILD |4 +-
 kdesu/trunk/PKGBUILD   |4 +-
 kdewebkit/trunk/PKGBUILD   |4 +-
 kdnssd/trunk/PKGBUILD  |4 +-
 kdoctools/trunk/PKGBUILD   |4 +-
 kemoticons/trunk/PKGBUILD  |4 +-
 kglobalaccel/trunk/PKGBUILD|4 +-
 kguiaddons/trunk/PKGBUILD  |4 +-
 khtml/trunk/PKGBUILD   |4 +-
 ki18n/trunk/PKGBUILD   |4 +-
 kiconthemes/trunk/PKGBUILD |4 +-
 kidletime/trunk/PKGBUILD   |4 +-
 kimageformats/trunk/PKGBUILD   |4 +-
 kinit/trunk/PKGBUILD   |4 +-
 kio/trunk/PKGBUILD |4 +-
 kitemmodels/trunk/PKGBUILD |4 +-
 kitemviews/trunk/PKGBUILD  |4 +-
 kjobwidgets/trunk/PKGBUILD |4 +-
 kjs/trunk/PKGBUILD |4 +-
 kjsembed/trunk/PKGBUILD|4 +-
 kmediaplayer/trunk/PKGBUILD|4 +-
 knewstuff/trunk/PKGBUILD   |4 +-
 knotifications/trunk/PKGBUILD  |4 +-
 knotifyconfig/trunk/PKGBUILD   |4 +-
 kparts/trunk/PKGBUILD  |4 +-
 kplotting/trunk/PKGBUILD   |4 +-
 kpty/trunk/PKGBUILD|4 +-
 kross/trunk/PKGBUILD   |4 +-
 krunner/trunk/PKGBUILD |4 +-
 kservice/trunk/PKGBUILD|4 +-
 ktexteditor/trunk/PKGBUILD |4 +-
 

[arch-commits] Commit in mingw-w64-gcc-base/repos (6 files)

2014-08-05 Thread Sergej Pupykin
Date: Tuesday, August 5, 2014 @ 13:10:56
  Author: spupykin
Revision: 116895

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

Added:
  mingw-w64-gcc-base/repos/community-i686/PKGBUILD
(from rev 116894, mingw-w64-gcc-base/trunk/PKGBUILD)
  mingw-w64-gcc-base/repos/community-i686/isl.patch
(from rev 116894, mingw-w64-gcc-base/trunk/isl.patch)
  mingw-w64-gcc-base/repos/community-x86_64/PKGBUILD
(from rev 116894, mingw-w64-gcc-base/trunk/PKGBUILD)
  mingw-w64-gcc-base/repos/community-x86_64/isl.patch
(from rev 116894, mingw-w64-gcc-base/trunk/isl.patch)
Deleted:
  mingw-w64-gcc-base/repos/community-i686/PKGBUILD
  mingw-w64-gcc-base/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |  130 +++
 community-i686/PKGBUILD|   61 
 community-i686/isl.patch   |   76 +
 community-x86_64/PKGBUILD  |   61 
 community-x86_64/isl.patch |   76 +
 5 files changed, 282 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-05 11:10:41 UTC (rev 116894)
+++ community-i686/PKGBUILD 2014-08-05 11:10:56 UTC (rev 116895)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname=mingw-w64-gcc-base
-pkgver=4.8.2
-pkgrel=2
-pkgdesc=Cross GCC for the MinGW-w64 cross-compiler (bootstrap)
-arch=('i686' 'x86_64')
-url=http://gcc.gnu.org;
-license=('GPL' 'LGPL' 'FDL' 'custom')
-groups=('mingw-w64-bootstrap' 'mingw-w64')
-depends=('zlib' 'libmpc' 'ppl' 'cloog' 'mingw-w64-binutils' 
'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
-conflicts=('mingw-w64-gcc')
-options=('staticlibs' '!emptydirs')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2)
-md5sums=('a3d7d63b9cb6b6ea049469a0c4a43c9d')
-
-prepare() {
-  cd ${srcdir}/gcc-${pkgver}
-
-  #do not install libiberty
-  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
-  # hack! - some configure tests for header files using $CPP $CPPFLAGS
-  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
-}
-
-build() {
-  for _target in ${_targets}; do
-msg Building ${_target} GCC C compiler
-mkdir -p ${srcdir}/gcc-build-${_target}  cd 
${srcdir}/gcc-build-${_target}
-
-${srcdir}/gcc-${pkgver}/configure --prefix=/usr \
---target=${_target} \
---enable-languages=c,lto \
---enable-shared --enable-static \
---enable-threads=win32 \
---with-system-zlib --enable-cloog-backend=isl \
---disable-cloog-version-check --disable-isl-version-check \
---enable-lto --disable-dw2-exceptions --enable-libgomp \
---disable-nls --enable-version-specific-runtime-libs \
---disable-multilib --enable-checking=release
-make all-gcc
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-msg Installing ${_target} GCC C compiler
-cd ${srcdir}/gcc-build-${_target}
-make DESTDIR=${pkgdir} install-gcc
-strip ${pkgdir}/usr/bin/${_target}-*
-strip ${pkgdir}/usr/libexec/gcc/${_target}/${pkgver}/{cc1,collect2,lto*}
-  done
-  # remove unnecessary files
-  msg Removing man and info pages
-  rm -r ${pkgdir}/usr/share/man
-  rm -r ${pkgdir}/usr/share/info
-}

Copied: mingw-w64-gcc-base/repos/community-i686/PKGBUILD (from rev 116894, 
mingw-w64-gcc-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-05 11:10:56 UTC (rev 116895)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-gcc-base
+pkgver=4.9.1
+pkgrel=1
+pkgdesc=Cross GCC for the MinGW-w64 cross-compiler (bootstrap)
+arch=('i686' 'x86_64')
+url=http://gcc.gnu.org;
+license=('GPL' 'LGPL' 'FDL' 'custom')
+groups=('mingw-w64-bootstrap' 'mingw-w64')
+depends=('zlib' 'libmpc' 'ppl' 'cloog' 'mingw-w64-binutils' 
'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
+conflicts=('mingw-w64-gcc')
+options=('staticlibs' '!emptydirs')
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+   isl.patch)
+md5sums=('fddf71348546af523353bd43d34919c1'
+ 'd99c0a484178b890526d180de1c6e8f8')
+
+prepare() {
+  cd ${srcdir}/gcc-${pkgver}
+
+  #do not install libiberty
+  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  patch -p1 $srcdir/isl.patch
+}
+
+build() {

[arch-commits] Commit in mingw-w64-gcc-base/trunk (PKGBUILD)

2014-08-05 Thread Sergej Pupykin
Date: Tuesday, August 5, 2014 @ 13:10:41
  Author: spupykin
Revision: 116894

upgpkg: mingw-w64-gcc-base 4.9.1-1

upd

Modified:
  mingw-w64-gcc-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 10:10:43 UTC (rev 116893)
+++ PKGBUILD2014-08-05 11:10:41 UTC (rev 116894)
@@ -5,7 +5,7 @@
 _targets=i686-w64-mingw32 x86_64-w64-mingw32
 
 pkgname=mingw-w64-gcc-base
-pkgver=4.9.0
+pkgver=4.9.1
 pkgrel=1
 pkgdesc=Cross GCC for the MinGW-w64 cross-compiler (bootstrap)
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 options=('staticlibs' '!emptydirs')
 source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
isl.patch)
-md5sums=('9709b49ae0e904cbb0a6a1b62853b556'
+md5sums=('fddf71348546af523353bd43d34919c1'
  'd99c0a484178b890526d180de1c6e8f8')
 
 prepare() {



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

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 14:15:46
  Author: jgc
Revision: 219326

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

Added:
  zenity/repos/extra-i686/0001-fix-dialog-size.patch
(from rev 219325, zenity/trunk/0001-fix-dialog-size.patch)
  zenity/repos/extra-i686/PKGBUILD
(from rev 219325, zenity/trunk/PKGBUILD)
  zenity/repos/extra-x86_64/0001-fix-dialog-size.patch
(from rev 219325, zenity/trunk/0001-fix-dialog-size.patch)
  zenity/repos/extra-x86_64/PKGBUILD
(from rev 219325, zenity/trunk/PKGBUILD)
Deleted:
  zenity/repos/extra-i686/PKGBUILD
  zenity/repos/extra-x86_64/PKGBUILD

-+
 /PKGBUILD   |   66 ++
 extra-i686/0001-fix-dialog-size.patch   |   48 +
 extra-i686/PKGBUILD |   26 ---
 extra-x86_64/0001-fix-dialog-size.patch |   48 +
 extra-x86_64/PKGBUILD   |   26 ---
 5 files changed, 162 insertions(+), 52 deletions(-)

Copied: zenity/repos/extra-i686/0001-fix-dialog-size.patch (from rev 219325, 
zenity/trunk/0001-fix-dialog-size.patch)
===
--- extra-i686/0001-fix-dialog-size.patch   (rev 0)
+++ extra-i686/0001-fix-dialog-size.patch   2014-08-05 12:15:46 UTC (rev 
219326)
@@ -0,0 +1,48 @@
+From c75c9e877a28e3246eb2f234fea01eb6f1638b6d Mon Sep 17 00:00:00 2001
+From: Jan de Groot j...@archlinux.org
+Date: Tue, 5 Aug 2014 12:10:14 +
+Subject: [PATCH] Fix dialog size
+
+Backport of e5eb127e9779b9a58e53b1a7d268b81284ebd241
+---
+ src/msg.c | 10 +-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+diff --git a/src/msg.c b/src/msg.c
+index f4d5e7a..fe9f1c1 100644
+--- a/src/msg.c
 b/src/msg.c
+@@ -27,7 +27,7 @@
+ #include util.h
+ 
+ static void zenity_msg_dialog_response (GtkWidget *widget, int response, 
gpointer data);
+-
++static void zenity_text_size_allocate (GtkWidget *widget, GtkAllocation 
*allocation, gpointer data);
+ static void
+ zenity_msg_construct_question_dialog (GtkWidget *dialog, ZenityMsgData 
*msg_data, ZenityData *data)
+ {
+@@ -159,6 +159,8 @@ zenity_msg (ZenityData *data, ZenityMsgData *msg_data)
+   gtk_label_set_markup (GTK_LABEL (text), g_strcompress 
(msg_data-dialog_text));
+   }
+ 
++  g_signal_connect_after (G_OBJECT (text), size-allocate, G_CALLBACK 
(zenity_text_size_allocate), data);
++
+   if (msg_data-dialog_icon)
+ gtk_image_set_from_icon_name (GTK_IMAGE (image), msg_data-dialog_icon, 
GTK_ICON_SIZE_DIALOG);
+  
+@@ -177,6 +179,12 @@ zenity_msg (ZenityData *data, ZenityMsgData *msg_data)
+ }
+ 
+ static void
++zenity_text_size_allocate (GtkWidget *widget, GtkAllocation *allocation, 
gpointer data)
++{
++  gtk_widget_set_size_request (widget, allocation-width, -1);
++}
++
++static void
+ zenity_msg_dialog_response (GtkWidget *widget, int response, gpointer data)
+ {
+   ZenityData *zen_data = data;
+-- 
+2.0.4
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-05 12:15:40 UTC (rev 219325)
+++ extra-i686/PKGBUILD 2014-08-05 12:15:46 UTC (rev 219326)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=zenity
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=Display graphical dialog boxes from shell scripts
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gtk3 libnotify)
-makedepends=(intltool gtk-doc itstool docbook-xsl yelp-tools)
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a59705cdd1ea5318fdae3075c1cedcbead479230e9bead204391566d973dae11')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: zenity/repos/extra-i686/PKGBUILD (from rev 219325, 
zenity/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-05 12:15:46 UTC (rev 219326)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=zenity
+pkgver=3.12.1
+pkgrel=2
+pkgdesc=Display graphical dialog boxes from shell scripts
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 libnotify)
+makedepends=(intltool gtk-doc itstool docbook-xsl yelp-tools)
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+0001-fix-dialog-size.patch)
+sha256sums=('a59705cdd1ea5318fdae3075c1cedcbead479230e9bead204391566d973dae11'
+'8978914ecea3a3f643f4aec4c465e12e62ccbfe3384de4fe6a7d0e281ecd43a3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../0001-fix-dialog-size.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr 

[arch-commits] Commit in zenity/trunk (0001-fix-dialog-size.patch PKGBUILD)

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 14:15:40
  Author: jgc
Revision: 219325

upgpkg: zenity 3.12.1-2

Fix dialog size (FS#34164)

Added:
  zenity/trunk/0001-fix-dialog-size.patch
Modified:
  zenity/trunk/PKGBUILD

+
 0001-fix-dialog-size.patch |   48 +++
 PKGBUILD   |   13 ---
 2 files changed, 58 insertions(+), 3 deletions(-)

Added: 0001-fix-dialog-size.patch
===
--- 0001-fix-dialog-size.patch  (rev 0)
+++ 0001-fix-dialog-size.patch  2014-08-05 12:15:40 UTC (rev 219325)
@@ -0,0 +1,48 @@
+From c75c9e877a28e3246eb2f234fea01eb6f1638b6d Mon Sep 17 00:00:00 2001
+From: Jan de Groot j...@archlinux.org
+Date: Tue, 5 Aug 2014 12:10:14 +
+Subject: [PATCH] Fix dialog size
+
+Backport of e5eb127e9779b9a58e53b1a7d268b81284ebd241
+---
+ src/msg.c | 10 +-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+diff --git a/src/msg.c b/src/msg.c
+index f4d5e7a..fe9f1c1 100644
+--- a/src/msg.c
 b/src/msg.c
+@@ -27,7 +27,7 @@
+ #include util.h
+ 
+ static void zenity_msg_dialog_response (GtkWidget *widget, int response, 
gpointer data);
+-
++static void zenity_text_size_allocate (GtkWidget *widget, GtkAllocation 
*allocation, gpointer data);
+ static void
+ zenity_msg_construct_question_dialog (GtkWidget *dialog, ZenityMsgData 
*msg_data, ZenityData *data)
+ {
+@@ -159,6 +159,8 @@ zenity_msg (ZenityData *data, ZenityMsgData *msg_data)
+   gtk_label_set_markup (GTK_LABEL (text), g_strcompress 
(msg_data-dialog_text));
+   }
+ 
++  g_signal_connect_after (G_OBJECT (text), size-allocate, G_CALLBACK 
(zenity_text_size_allocate), data);
++
+   if (msg_data-dialog_icon)
+ gtk_image_set_from_icon_name (GTK_IMAGE (image), msg_data-dialog_icon, 
GTK_ICON_SIZE_DIALOG);
+  
+@@ -177,6 +179,12 @@ zenity_msg (ZenityData *data, ZenityMsgData *msg_data)
+ }
+ 
+ static void
++zenity_text_size_allocate (GtkWidget *widget, GtkAllocation *allocation, 
gpointer data)
++{
++  gtk_widget_set_size_request (widget, allocation-width, -1);
++}
++
++static void
+ zenity_msg_dialog_response (GtkWidget *widget, int response, gpointer data)
+ {
+   ZenityData *zen_data = data;
+-- 
+2.0.4
+

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 11:08:13 UTC (rev 219324)
+++ PKGBUILD2014-08-05 12:15:40 UTC (rev 219325)
@@ -3,7 +3,7 @@
 
 pkgname=zenity
 pkgver=3.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Display graphical dialog boxes from shell scripts
 arch=(i686 x86_64)
 license=(LGPL)
@@ -10,9 +10,16 @@
 depends=(gtk3 libnotify)
 makedepends=(intltool gtk-doc itstool docbook-xsl yelp-tools)
 url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a59705cdd1ea5318fdae3075c1cedcbead479230e9bead204391566d973dae11')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+0001-fix-dialog-size.patch)
+sha256sums=('a59705cdd1ea5318fdae3075c1cedcbead479230e9bead204391566d973dae11'
+'8978914ecea3a3f643f4aec4c465e12e62ccbfe3384de4fe6a7d0e281ecd43a3')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../0001-fix-dialog-size.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \



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

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 14:33:28
  Author: jgc
Revision: 219327

upgpkg: upower 0.99.0-3

Update to git snapshot. Revert version and removal of isDocked API. Maintains 
compatibility with 0.99.0.

Added:
  upower/trunk/revert-isdocked.patch
  upower/trunk/revert-version.patch
Modified:
  upower/trunk/PKGBUILD
Deleted:
  upower/trunk/create-dir-runtime.patch
  upower/trunk/fix-segfault.patch

--+
 PKGBUILD |   30 +++
 create-dir-runtime.patch |   34 
 fix-segfault.patch   |   24 -
 revert-isdocked.patch|  181 +
 revert-version.patch |   49 
 5 files changed, 245 insertions(+), 73 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 12:15:46 UTC (rev 219326)
+++ PKGBUILD2014-08-05 12:33:28 UTC (rev 219327)
@@ -3,31 +3,31 @@
 
 pkgname=upower
 pkgver=0.99.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
 arch=('i686' 'x86_64')
 url=http://upower.freedesktop.org;
 license=('GPL')
-depends=('systemd-tools' 'systemd' 'libusb' 'polkit' 'dbus-glib' 
'libimobiledevice')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
+depends=('systemd-tools' 'systemd' 'libusb' 'dbus-glib' 'libimobiledevice')
+makedepends=('git' 'intltool' 'gtk-doc' 'docbook-xsl' 'gobject-introspection' 
'systemd')
 backup=('etc/UPower/UPower.conf')
-source=($url/releases/$pkgname-$pkgver.tar.xz
-create-dir-runtime.patch
-fix-segfault.patch)
-md5sums=('14f43bc13353e23e7280863f33ac50d2'
- '74901767f9c94451083b3d92396454ab'
- 'fa2f37eec44703e4c10edb5d9abb0f6b')
+source=(git://anongit.freedesktop.org/upower#commit=e4ad754351b67c00438c736c14bb948905708009
+revert-isdocked.patch
+revert-version.patch)
+sha256sums=('SKIP'
+'81e250bc8402f91bf0841abc58ce8effde91a16ce2b889b7b7f15251d1ef8e92'
+'bf11b285dea24000c18fd75206b21c703d1fa5fbfa5e5a7f877383bf8efcbf2e')
 
 prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../create-dir-runtime.patch
-  patch -Np1 -i ../fix-segfault.patch
+  cd $pkgname
+  patch -Np1 -R -i ../revert-version.patch
+  patch -Np1 -R -i ../revert-isdocked.patch
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
 
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
 --localstatedir=/var \
 --libexecdir=/usr/lib/$pkgname \
 --disable-static
@@ -35,6 +35,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR=$pkgdir install
 }

Deleted: create-dir-runtime.patch
===
--- create-dir-runtime.patch2014-08-05 12:15:46 UTC (rev 219326)
+++ create-dir-runtime.patch2014-08-05 12:33:28 UTC (rev 219327)
@@ -1,34 +0,0 @@
-From b9cff29978113aefe3ad18521f383f12ab099a34 Mon Sep 17 00:00:00 2001
-From: Cosimo Cecchi cos...@endlessm.com
-Date: Tue, 25 Feb 2014 09:43:04 +
-Subject: Create the history directory at runtime
-
-In addition to build time - this increases compatibilty with OSTree,
-which starts out with an empty /var.
-
-Signed-off-by: Richard Hughes rich...@hughsie.com

-diff --git a/src/up-history.c b/src/up-history.c
-index f9d0fdf..795b093 100644
 a/src/up-history.c
-+++ b/src/up-history.c
-@@ -414,6 +414,7 @@ up_history_set_directory (UpHistory *history, const gchar 
*dir)
- {
-   g_free (history-priv-dir);
-   history-priv-dir = g_strdup (dir);
-+  g_mkdir_with_parents (dir, 0755);
- }
- 
- /**
-@@ -887,7 +888,8 @@ up_history_init (UpHistory *history)
-   history-priv-data_time_full = g_ptr_array_new_with_free_func 
((GDestroyNotify) g_object_unref);
-   history-priv-data_time_empty = g_ptr_array_new_with_free_func 
((GDestroyNotify) g_object_unref);
-   history-priv-max_data_age = UP_HISTORY_DEFAULT_MAX_DATA_AGE;
--  history-priv-dir = g_build_filename (HISTORY_DIR, NULL);
-+
-+  up_history_set_directory (history, HISTORY_DIR);
- }
- 
- /**
---
-cgit v0.9.0.2-2-gbebe

Deleted: fix-segfault.patch
===
--- fix-segfault.patch  2014-08-05 12:15:46 UTC (rev 219326)
+++ fix-segfault.patch  2014-08-05 12:33:28 UTC (rev 219327)
@@ -1,24 +0,0 @@
-From 0d64bbddaa0078ef148d609a3cfad854cf00d7de Mon Sep 17 00:00:00 2001
-From: Martin Pitt martinp...@gnome.org
-Date: Fri, 08 Nov 2013 13:59:50 +
-Subject: lib: Fix segfault on getting property when daemon is not running
-
-This fixes upower --version when the daemon is not running, and thus the
-client proxy is NULL.

-diff --git a/libupower-glib/up-client.c b/libupower-glib/up-client.c
-index 35d7b5d..17fb02d 100644
 a/libupower-glib/up-client.c
-+++ b/libupower-glib/up-client.c
-@@ -322,6 +322,9 @@ up_client_get_property (GObject *object,

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

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 14:33:34
  Author: jgc
Revision: 219328

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

Added:
  upower/repos/testing-i686/
  upower/repos/testing-i686/PKGBUILD
(from rev 219327, upower/trunk/PKGBUILD)
  upower/repos/testing-i686/revert-isdocked.patch
(from rev 219327, upower/trunk/revert-isdocked.patch)
  upower/repos/testing-i686/revert-version.patch
(from rev 219327, upower/trunk/revert-version.patch)
  upower/repos/testing-x86_64/
  upower/repos/testing-x86_64/PKGBUILD
(from rev 219327, upower/trunk/PKGBUILD)
  upower/repos/testing-x86_64/revert-isdocked.patch
(from rev 219327, upower/trunk/revert-isdocked.patch)
  upower/repos/testing-x86_64/revert-version.patch
(from rev 219327, upower/trunk/revert-version.patch)

--+
 testing-i686/PKGBUILD|   40 +++
 testing-i686/revert-isdocked.patch   |  181 +
 testing-i686/revert-version.patch|   49 
 testing-x86_64/PKGBUILD  |   40 +++
 testing-x86_64/revert-isdocked.patch |  181 +
 testing-x86_64/revert-version.patch  |   49 
 6 files changed, 540 insertions(+)

Copied: upower/repos/testing-i686/PKGBUILD (from rev 219327, 
upower/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-05 12:33:34 UTC (rev 219328)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=upower
+pkgver=0.99.0
+pkgrel=3
+pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
+arch=('i686' 'x86_64')
+url=http://upower.freedesktop.org;
+license=('GPL')
+depends=('systemd-tools' 'systemd' 'libusb' 'dbus-glib' 'libimobiledevice')
+makedepends=('git' 'intltool' 'gtk-doc' 'docbook-xsl' 'gobject-introspection' 
'systemd')
+backup=('etc/UPower/UPower.conf')
+source=(git://anongit.freedesktop.org/upower#commit=e4ad754351b67c00438c736c14bb948905708009
+revert-isdocked.patch
+revert-version.patch)
+sha256sums=('SKIP'
+'81e250bc8402f91bf0841abc58ce8effde91a16ce2b889b7b7f15251d1ef8e92'
+'bf11b285dea24000c18fd75206b21c703d1fa5fbfa5e5a7f877383bf8efcbf2e')
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -R -i ../revert-version.patch
+  patch -Np1 -R -i ../revert-isdocked.patch
+}
+
+build() {
+  cd $pkgname
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}

Copied: upower/repos/testing-i686/revert-isdocked.patch (from rev 219327, 
upower/trunk/revert-isdocked.patch)
===
--- testing-i686/revert-isdocked.patch  (rev 0)
+++ testing-i686/revert-isdocked.patch  2014-08-05 12:33:34 UTC (rev 219328)
@@ -0,0 +1,181 @@
+From 5ed25a7e5f115a71433f137905394ae6b119e450 Mon Sep 17 00:00:00 2001
+From: Bastien Nocera had...@hadess.net
+Date: Wed, 7 May 2014 10:49:37 +0200
+Subject: all: Remove IsDocked property
+
+Removes the deprecated (for not very long) property, before we do a 1.0
+release.
+
+https://bugs.freedesktop.org/show_bug.cgi?id=78380
+
+diff --git a/configure.ac b/configure.ac
+index db25851..9ead3d4 100644
+--- a/configure.ac
 b/configure.ac
+@@ -43,7 +43,7 @@ AC_SUBST(UP_MICRO_VERSION)
+ # CURRENT If the API or ABI interface has changed (reset REVISION to 0)
+ # REVISIONIf the API and ABI remains the same, but bugs are fixed.
+ # AGE Don't use.
+-LT_CURRENT=2
++LT_CURRENT=3
+ LT_REVISION=0
+ LT_AGE=0
+ AC_SUBST(LT_CURRENT)
+diff --git a/libupower-glib/up-client.c b/libupower-glib/up-client.c
+index 1beb220..48d99a0 100644
+--- a/libupower-glib/up-client.c
 b/libupower-glib/up-client.c
+@@ -67,7 +67,6 @@ enum {
+   PROP_ON_BATTERY,
+   PROP_LID_IS_CLOSED,
+   PROP_LID_IS_PRESENT,
+-  PROP_IS_DOCKED,
+   PROP_LAST
+ };
+ 
+@@ -227,24 +226,6 @@ up_client_get_lid_is_present (UpClient *client)
+ }
+ 
+ /**
+- * up_client_get_is_docked:
+- * @client: a #UpClient instance.
+- *
+- * Get whether the machine is docked into a docking station. This property
+- * is deprecated. Use XRandR, for example, to check for external displays
+- * instead.
+- *
+- * Return value: Always %FALSE.
+- *
+- * Since: 0.9.2
+- */
+-gboolean
+-up_client_get_is_docked (UpClient *client)
+-{
+-  return FALSE;
+-}
+-
+-/**
+  * up_client_get_on_battery:
+  * @client: a #UpClient instance.
+  *
+@@ -339,9 +320,6 @@ up_client_get_property (GObject *object,
+   case PROP_LID_IS_PRESENT:
+   g_value_set_boolean (value, up_client_glue_get_lid_is_present 
(client-priv-proxy));
+   break;
+-  case PROP_IS_DOCKED:
+-  

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

2014-08-05 Thread Florian Pritz
Date: Tuesday, August 5, 2014 @ 14:59:24
  Author: bluewind
Revision: 219329

upgpkg: netctl 1.9-1

upstream update

Modified:
  netctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 12:33:34 UTC (rev 219328)
+++ PKGBUILD2014-08-05 12:59:24 UTC (rev 219329)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netctl
-pkgver=1.8
+pkgver=1.9
 pkgrel=1
 pkgdesc='Profile based systemd network management'
 url='http://projects.archlinux.org/netctl.git/'
@@ -20,8 +20,8 @@
)
 
source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
 arch=('any')
-md5sums=('4994bdfa29c835b70a9e11abd6e538b9'
- '084768e839e0bfa8caed9ec43d27fec3')
+md5sums=('bef78b017f9a950c6bd7997ab6f3ea49'
+ 'b581c4db2759874ce1795b777f365398')
 
 package() {
   cd $srcdir/netctl-${pkgver}



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

2014-08-05 Thread Florian Pritz
Date: Tuesday, August 5, 2014 @ 14:59:27
  Author: bluewind
Revision: 219330

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 219329, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 219329, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-08-05 12:59:27 UTC (rev 219330)
@@ -0,0 +1,34 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=1.9
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for pppoe connections'
+   )
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('bef78b017f9a950c6bd7997ab6f3ea49'
+ 'b581c4db2759874ce1795b777f365398')
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+



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

2014-08-05 Thread Sergej Pupykin
Date: Tuesday, August 5, 2014 @ 17:37:11
  Author: spupykin
Revision: 116896

upgpkg: qcad 3.6.3.0-1

upd

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 11:10:56 UTC (rev 116895)
+++ PKGBUILD2014-08-05 15:37:11 UTC (rev 116896)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=qcad
-pkgver=3.6.2.0
+pkgver=3.6.3.0
 pkgrel=1
 pkgdesc=A 2D CAD package based upon Qt
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('libtool')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
 QCad.desktop)
-md5sums=('498bc7e98b29889eedb7ecd72dc12010'
+md5sums=('f940460ee841bbe12c004e320e641a28'
  '84f189dd152e7614a1265659dac6222d')
 
 prepare() {



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

2014-08-05 Thread Sergej Pupykin
Date: Tuesday, August 5, 2014 @ 17:37:31
  Author: spupykin
Revision: 116897

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

Added:
  qcad/repos/community-i686/PKGBUILD
(from rev 116896, qcad/trunk/PKGBUILD)
  qcad/repos/community-i686/QCad.desktop
(from rev 116896, qcad/trunk/QCad.desktop)
  qcad/repos/community-x86_64/PKGBUILD
(from rev 116896, qcad/trunk/PKGBUILD)
  qcad/repos/community-x86_64/QCad.desktop
(from rev 116896, qcad/trunk/QCad.desktop)
Deleted:
  qcad/repos/community-i686/PKGBUILD
  qcad/repos/community-i686/QCad.desktop
  qcad/repos/community-x86_64/PKGBUILD
  qcad/repos/community-x86_64/QCad.desktop

---+
 /PKGBUILD |  134 
 /QCad.desktop |   18 +
 community-i686/PKGBUILD   |   67 
 community-i686/QCad.desktop   |9 --
 community-x86_64/PKGBUILD |   67 
 community-x86_64/QCad.desktop |9 --
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-05 15:37:11 UTC (rev 116896)
+++ community-i686/PKGBUILD 2014-08-05 15:37:31 UTC (rev 116897)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Giovanni Scafora linuxma...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=qcad
-pkgver=3.6.2.0
-pkgrel=1
-pkgdesc=A 2D CAD package based upon Qt
-arch=('i686' 'x86_64')
-url=http://www.qcad.org;
-license=('GPL3')
-depends=('qtwebkit')
-makedepends=('glu')
-options=('libtool')
-source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
-QCad.desktop)
-md5sums=('498bc7e98b29889eedb7ecd72dc12010'
- '84f189dd152e7614a1265659dac6222d')
-
-prepare() {
-  cd ${srcdir}/qcad-$pkgver
-  sed -i '1,1i#include stdint.h' src/core/RThread.cpp
-#  (cd src/3rdparty  cp -a qt-labs-qtscriptgenerator-4.8.5 
qt-labs-qtscriptgenerator-4.8.6)
-#  (cd src/3rdparty/qt-labs-qtscriptgenerator-4.8.6/  mv 
qt-labs-qtscriptgenerator-4.8.5.pro qt-labs-qtscriptgenerator-4.8.6.pro)
-}
-
-build() {
-  cd ${srcdir}/qcad-$pkgver
-  qmake-qt4 -r
-  make all -j1
-}
-
-package() {
-  cd ${srcdir}/qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
-  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
-  cp debug/* ${pkgdir}/usr/share/qcad
-
-  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
-
-  # qtwebkit
-  ln -sf /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
-  # qt
-  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
-  do
-ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/imageformats/${sofiles##/*/}
-  done
-  for sofiles in /usr/lib/qt4/plugins/sqldrivers/*.so
-  do
-ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/sqldrivers/${sofiles##/*/}
-  done
-
-  install -Dm644 scripts/qcad_icon.png 
${pkgdir}/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 $srcdir/QCad.desktop 
${pkgdir}/usr/share/applications/QCad.desktop
-
-  install -dm0755 $pkgdir/usr/bin
-  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}/usr/share/qcad
 exec /usr/share/qcad/qcad-bin $@' $pkgdir/usr/bin/qcad
-
-  chmod 0755 $pkgdir/usr/bin/qcad
-}

Copied: qcad/repos/community-i686/PKGBUILD (from rev 116896, 
qcad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-05 15:37:31 UTC (rev 116897)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Giovanni Scafora linuxma...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=qcad
+pkgver=3.6.3.0
+pkgrel=1
+pkgdesc=A 2D CAD package based upon Qt
+arch=('i686' 'x86_64')
+url=http://www.qcad.org;
+license=('GPL3')
+depends=('qtwebkit')
+makedepends=('glu')
+options=('libtool')
+source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
+QCad.desktop)
+md5sums=('f940460ee841bbe12c004e320e641a28'
+ '84f189dd152e7614a1265659dac6222d')
+
+prepare() {
+  cd ${srcdir}/qcad-$pkgver
+  sed -i '1,1i#include stdint.h' src/core/RThread.cpp
+#  (cd src/3rdparty  cp -a qt-labs-qtscriptgenerator-4.8.5 
qt-labs-qtscriptgenerator-4.8.6)
+#  (cd src/3rdparty/qt-labs-qtscriptgenerator-4.8.6/  mv 
qt-labs-qtscriptgenerator-4.8.5.pro qt-labs-qtscriptgenerator-4.8.6.pro)
+}
+
+build() {
+  cd 

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

2014-08-05 Thread Ray Rashif
Date: Tuesday, August 5, 2014 @ 17:46:33
  Author: schiv
Revision: 219332

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

Added:
  opencv/repos/extra-i686/PKGBUILD
(from rev 219331, opencv/trunk/PKGBUILD)
  opencv/repos/extra-i686/fsh.patch
(from rev 219331, opencv/trunk/fsh.patch)
  opencv/repos/extra-i686/pkgconfig.patch
(from rev 219331, opencv/trunk/pkgconfig.patch)
  opencv/repos/extra-x86_64/PKGBUILD
(from rev 219331, opencv/trunk/PKGBUILD)
  opencv/repos/extra-x86_64/fsh.patch
(from rev 219331, opencv/trunk/fsh.patch)
  opencv/repos/extra-x86_64/pkgconfig.patch
(from rev 219331, opencv/trunk/pkgconfig.patch)
Deleted:
  opencv/repos/extra-i686/PKGBUILD
  opencv/repos/extra-i686/fsh.patch
  opencv/repos/extra-i686/pkgconfig.patch
  opencv/repos/extra-x86_64/PKGBUILD
  opencv/repos/extra-x86_64/fsh.patch
  opencv/repos/extra-x86_64/pkgconfig.patch

--+
 /PKGBUILD|  224 +
 /fsh.patch   |  272 +
 /pkgconfig.patch |   70 ++
 extra-i686/PKGBUILD  |  112 
 extra-i686/fsh.patch |  136 
 extra-i686/pkgconfig.patch   |   35 -
 extra-x86_64/PKGBUILD|  112 
 extra-x86_64/fsh.patch   |  136 
 extra-x86_64/pkgconfig.patch |   35 -
 9 files changed, 566 insertions(+), 566 deletions(-)

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


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

2014-08-05 Thread Ray Rashif
Date: Tuesday, August 5, 2014 @ 17:46:13
  Author: schiv
Revision: 219331

upgpkg: opencv 2.4.9-3

FS#41452 revert update due to regression

Modified:
  opencv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 12:59:27 UTC (rev 219330)
+++ PKGBUILD2014-08-05 15:46:13 UTC (rev 219331)
@@ -5,7 +5,7 @@
 pkgbase=opencv
 pkgname=('opencv' 'opencv-samples')
 pkgver=2.4.9
-pkgrel=2
+pkgrel=3
 pkgdesc=Open Source Computer Vision Library
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -12,7 +12,7 @@
 url=http://opencv.org/;
 depends=('gstreamer0.10-base' 'intel-tbb' 'openexr'
  'xine-lib' 'libdc1394' 'gtkglext')
-makedepends=('cmake' 'python2-numpy' 'mesa' 'eigen2' 'apache-ant')
+makedepends=('cmake' 'python2-numpy' 'mesa' 'eigen2')
 optdepends=('opencv-samples'
 'eigen2'
 'libcl: For coding with OpenCL'



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

2014-08-05 Thread Bartłomiej Piotrowski
Date: Tuesday, August 5, 2014 @ 17:51:11
  Author: bpiotrowski
Revision: 219333

upgpkg: nginx 1.6.1-1

new upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 15:46:33 UTC (rev 219332)
+++ PKGBUILD2014-08-05 15:51:11 UTC (rev 219333)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Micay danielmi...@gmail.com
 
 pkgname=nginx
-pkgver=1.6.0
-pkgrel=5
+pkgver=1.6.1
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -27,7 +27,7 @@
 source=($url/download/nginx-$pkgver.tar.gz
 service
 logrotate)
-md5sums=('8efa354f1c3c2ccf434a50d3fbe82340'
+md5sums=('45e5a11f48b001644676f7767980a2bf'
  '5dd4d09914a4403b9df778ec1d66167c'
  '3441ce77cdd1aab6f0ab7e212698a8a7')
 



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

2014-08-05 Thread Bartłomiej Piotrowski
Date: Tuesday, August 5, 2014 @ 17:51:27
  Author: bpiotrowski
Revision: 219334

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 219333, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 219333, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 219333, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 219333, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 219333, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 219333, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 219333, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 219333, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  206 +++
 /logrotate |   18 +++
 /nginx.install |   42 
 /service   |   34 +++
 extra-i686/PKGBUILD|  103 -
 extra-i686/logrotate   |9 -
 extra-i686/nginx.install   |   21 
 extra-i686/service |   17 ---
 extra-x86_64/PKGBUILD  |  103 -
 extra-x86_64/logrotate |9 -
 extra-x86_64/nginx.install |   21 
 extra-x86_64/service   |   17 ---
 12 files changed, 300 insertions(+), 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-05 15:51:11 UTC (rev 219333)
+++ extra-i686/PKGBUILD 2014-08-05 15:51:27 UTC (rev 219334)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=nginx
-pkgver=1.6.0
-pkgrel=5
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('8efa354f1c3c2ccf434a50d3fbe82340'
- '5dd4d09914a4403b9df778ec1d66167c'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d $pkgdir/usr/share/nginx
-  mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx
-
-  install -Dm644 ../logrotate $pkgdir/etc/logrotate.d/nginx
-  install -Dm644 ../service $pkgdir/usr/lib/systemd/system/nginx.service
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  rmdir $pkgdir/run
-
-  install -d $pkgdir/usr/share/man/man8/
-  gzip -9c 

[arch-commits] Commit in (385 files)

2014-08-05 Thread Lukas Fleischer
Date: Tuesday, August 5, 2014 @ 17:57:14
  Author: lfleischer
Revision: 219335

Remove old PKGBUILDs

Purge all packages that have been removed from the repositories but are
still under version control, cf. [1] for details.

[1] 
https://mailman.archlinux.org/pipermail/arch-dev-public/2014-August/026519.html

Deleted:
  abcm2ps-devel/
  abcm2ps/
  achessclock/
  acroread/
  adzapper/
  aide/
  aif/
  amd-ucode/
  apolos/
  ar9170-fw/
  archlinux-themes-gdm/
  arts/
  ascii/
  azureus/
  bcm43xx-fwcutter/
  bglibs/
  bincimap/
  bioperl/
  bitlbee-devel/
  black-box/
  bluez-gnome/
  bluez-hcidump/
  breeze/
  bumprace/
  bungmeter/
  capi4k-utils/
  catalyst-mm/
  ccmalloc/
  cgoban/
  checkpassword/
  circuslinux/
  clanlib/
  clustalw/
  clusterit/
  clutter-gtk2/
  consolekit/
  dailystrips/
  dbus-core/
  devicekit-disks/
  devicekit-power/
  devicekit/
  dirsync/
  docutils/
  duhdraw/
  ecore/
  edje/
  eet/
  eeze/
  efilinux-efi/
  efreet/
  eggdbus/
  eina/
  eio/
  eject/
  emboss/
  embryo/
  emelfm/
  emotion/
  enlightenment17/
  ethumb/
  evas/
  evolution-exchange/
  expectk/
  farsight2/
  fasta/
  fcpci/
  fcpcmcia/
  fontcacheproto/
  foomatic-db-hpijs/
  foomatic-db-ppd/
  fortune-mod-buffy/
  fortune-mod-xfiles/
  fortunelock/
  fprint_demo/
  freepops/
  frostwire/
  fte/
  fwlogwatch/
  gav/
  gcalctool/
  gcc4.6/
  gdisk/
  gecko-sharp-2.0/
  gen-init-cpio/
  gforth/
  gfpoken/
  ggv/
  ggz-client-libs/
  giftcurs/
  gimp-devel/
  gimp-print-lprng/
  ginac/
  gir-repository/
  gluezilla/
  gmoo/
  gnash-kde/
  gnome-build/
  gnome-games-extra-data/
  gnome-games/
  gnome-pilot-conduits/
  gnome-utils/
  gnotime/
  gnu-efi/
  gnupg2/
  go-openoffice/
  gozer/
  gscanbus/
  gspcav1/
  gtk2-themes-collection/
  gtk3-engines/
  gtkatlantic/
  gtkhtml/
  gtklife/
  gwenview-i18n/
  gwenview/
  haskell-hp-parallel/
  haskell-utf8-string/
  heirloom-mailx/
  hibernate-script/
  hmmer/
  host/
  ices/
  ifp-line/
  initscripts/
  intel-536ep/
  intel-537/
  iptraf/
  ipw3945-mm/
  ipw3945-ucode/
  ipw3945/
  ipw3945d/
  ivman/
  iwlwifi-1000-ucode/
  iwlwifi-3945-ucode/
  iwlwifi-4965-ucode/
  iwlwifi-5000-ucode/
  iwlwifi-5150-ucode/
  iwlwifi-6000-ucode/
  j/
  jabberd/
  java-common/
  java-meta/
  jdk/
  jikes/
  jpegpixi/
  jre/
  kde-common/
  kdeaddons/
  kdetv/
  kdmtheme/
  kernel26-lts/
  kernel26/
  kernel26mm/
  kiosktool/
  kkbswitch/
  klogic/
  kmyfirewall/
  knetload/
  knockd/
  konq-plugins/
  kqemu/
  ksensors/
  kvm/
  lablgtk/
  labplot/
  lancelot/
  lde/
  lexter/
  lft/
  libaal/
  libcapsinetwork/
  libdjvu/
  libeap/
  libfwbuilder/
  libggz/
  libgnomecups/
  libiodbc/
  libkexif/
  libmath++/
  libopensync/
  libpano12/
  libticables/
  libticalcs/
  libtifiles/
  libui-sh/
  libusb1/
  libusbx/
  libvisual-bmp/
  libxfontcache/
  lilo/
  lirc-mm/
  madwifi-mm/
  madwifi-utils/
  maelstrom/
  mage/
  magicpoint/
  mailx/
  makepasswd/
  martian-utils/
  mbrowse/
  mcrypt/
  metatheme/
  microcode_ctl/
  miro/
  mkbootcd/
  mkinitrd/
  mod_hosts_access/
  monodevelop-debugger-mdb/
  monodoc/
  mozillaqs/
  mpage/
  mplayer-svn/
  ms-sys/
  muscle/
  mx/
  nacl-toolchain-newlib/
  nagios-nrpe/
  nant/
  netris/
  nhc98/
  nip2-devel/
  nip2/
  njb-sharp/
  nouveau-drm/
  nouveau-firmware/
  nph/
  nvidia-173xx-utils/
  nvidia-173xx/
  nvidia-71xx-utils/
  nvidia-71xx/
  nvidia-96xx-mm/
  nvidia-96xx-utils/
  nvidia-96xx/
  nvidia-mm/
  ocfs2-tools/
  ooodi2/
  oooqs2/
  openoffice-base-beta/
  openoffice-base-devel/
  openoffice-base/
  openoffice-i18n/
  openoffice-spell-de/
  openoffice-spell-en/
  openoffice-spell-es/
  openoffice-spell-fr/
  openoffice-spell-nl/
  openoffice-spell-pt/
  openoffice-spell-ru/
  openoffice-spell-sv/
  openupsmart/
  opera-devel/
  opera/
  pam_fprint/
  pam_passwdqc/
  pavuk/
  pcsx-df/
  pdns/
  penguin-command/
  pente/
  perl-archive-tar/
  perl-lmap-cid2spf/
  perl-newt/
  perl-passwd-md5/
  phylip/
  pipemeter/
  pmt/
  pngwriter/
  prekin/
  procps/
  proxsmtp/
  pycmail/
  python-distribute/
  python-pysqlite-legacy/
  qemu-kvm/
  quick-lounge-applet/
  rasmol/
  reiser4progs/
  rip/
  rt2870usb-fw/
  rt2x00-rt61-fw/
  rt2x00-rt71w-fw/
  sash/
  schafkopf/
  scheme48/
  scsh/
  sdl_perl/
  seahorse-plugins/
  seamonkey/
  selectwm/
  seom-svn/
  setuptools/
  sfs/
  showimg/
  silc-toolkit/
  sim/
  skim/
  sn/
  snapscreenshot/
  sonypid/
  spassgen/
  spicctrl/
  sqlite2/
  ssldump/
  stow/
  streamtuner/
  synaesthesia/
  synaptics/
  tcoffee/
  teg/
  telepathy-butterfly/
  telepathy-farsight/
  telepathy-kde-call-ui/
  telepathy-kde-presence-dataengine/
  telepathy-qt4/
  telepathy-sofiasip/
  termcap-compat/
  terminatorx/
  tetex/
  tiacx-mm/
  tilp/
  tomcat/
  toppler/
  tpop3d/
  trm/
  tunepimp/
  tuxmath/
  tuxnes/
  tuxtype/
  twisted-web/
  ucspi-ssl/
  ucspi-tcp/
  ucspi-unix/
  umfpack/
  util-linux-ng/
  vectoroids/
  vips-devel/
  vips/
  vtun/
  wimax-tools/
  wimax/
  windowmaker-crm-git/
  

[arch-commits] Commit in (144 files)

2014-08-05 Thread Lukas Fleischer
Date: Tuesday, August 5, 2014 @ 18:07:30
  Author: lfleischer
Revision: 116898

Remove old PKGBUILDs

Purge all packages that have been removed from the repositories but are
still under version control, cf. [1] for details.

[1] 
https://mailman.archlinux.org/pipermail/arch-dev-public/2014-August/026519.html

Deleted:
  agsync/
  arm-elf-binutils/
  arm-elf-gcc-base/
  arm-wince-cegcc-binutils/
  arm-wince-cegcc-cegccdll-dummy/
  arm-wince-cegcc-cegccdll/
  arm-wince-cegcc-cegccthrddll/
  arm-wince-cegcc-docs/
  arm-wince-cegcc-gcc-base/
  arm-wince-cegcc-gcc/
  arm-wince-cegcc-importlibs/
  arm-wince-cegcc-libstdcppdll/
  arm-wince-cegcc-newlib/
  arm-wince-cegcc-profile/
  arm-wince-cegcc-w32api/
  bind-geodns/
  binutils-multilib/
  blueman/
  bmake-mk-files/
  ccmalloc/
  cdfs/
  cedet/
  checkinstall/
  cupsddk/
  e-modules-extra-svn/
  e-svn/
  e_dbus-svn/
  ecore-svn/
  edje-svn/
  eet-svn/
  eeze-svn/
  efl-svn/
  efreet-svn/
  eina-svn/
  eio-svn/
  ejabberd-mod_archive/
  ejabberd-mod_mysql/
  ejabberd-mod_pgsql/
  elementary-svn/
  emacs-w3m/
  embryo-svn/
  emesene/
  emotion-svn/
  emprint-svn/
  ethumb-svn/
  evas-svn/
  evas_generic_loaders-svn/
  evilwm/
  fbshot/
  fltk2/
  fxdesktop/
  galago-daemon/
  gambas2/
  glib2-docs/
  glibc-static/
  gmime22/
  gmime24/
  gnash/
  gnomesu/
  google-gadgets/
  gsynaptics/
  haskell-temporary/
  htmldoc/
  icewm-utils/
  id3lib-rcc/
  inputattach/
  iptables-nftables/
  ircservices/
  jack2-multilib/
  ksniffer/
  lastfm-client/
  lib32-libusb-compat/
  lib32-libusb/
  lib32-qt/
  libgalago-gtk/
  libgalago/
  libgda3/
  liblinebreak/
  linux-usermode/
  llvm-amdgpu-snapshot/
  lmctl/
  metamail/
  mingw32-binutils/
  mingw32-gcc-base/
  mingw32-gcc/
  mingw32-pthreads/
  mingw32-runtime/
  mingw32-w32api/
  mtasc/
  ndiswrapper/
  noip/
  open-vm-tools-modules/
  oss/
  pam_pwcheck/
  paraview/
  perl-extutils-makemaker/
  pidgin-facebookchat/
  pmtools/
  poweriso/
  preload/
  pwmanager/
  pybox2d/
  pyqt3/
  python-cjson/
  python-galago-gtk/
  python-galago/
  python-genshi/
  python-gnutls/
  python-irclib/
  python-lcms/
  python-pychart/
  python-pyside/
  python-vorbissimple/
  python2-galago/
  python2-irclib/
  python2-vobject/
  qscintilla-qt3/
  qtorrent/
  rusxmms/
  sbaz/
  shiboken/
  skype-oss/
  skype-staticqt/
  slmodem/
  stopwatch/
  stormbaancoureur/
  synce-librapi/
  synce-libsynce/
  synce-serial/
  synce-vdccm/
  taglib-rcc/
  tasks/
  ted/
  tomoyo-tools/
  tora/
  tucan/
  unifi/
  virtinst/
  warmux-data/
  wdm/
  wifi-select/
  xen/
  xfmedia/
  yacpi/



[arch-commits] Commit in (libphobos)

2014-08-05 Thread Lukas Fleischer
Date: Tuesday, August 5, 2014 @ 18:12:54
  Author: lfleischer
Revision: 116900

Remove libphobos/

This is now included in the dmd split package.

Deleted:
  libphobos/



[arch-commits] Commit in (python2-pyzmq)

2014-08-05 Thread Lukas Fleischer
Date: Tuesday, August 5, 2014 @ 18:14:40
  Author: lfleischer
Revision: 116901

Remove python2-pyzmq/

This is now included in the python-pyzmq split package.

Deleted:
  python2-pyzmq/



[arch-commits] Commit in (python2-xlib)

2014-08-05 Thread Lukas Fleischer
Date: Tuesday, August 5, 2014 @ 18:16:32
  Author: lfleischer
Revision: 116902

Remove python2-xlib/

This now resides in python-xlib/.

Deleted:
  python2-xlib/



[arch-commits] Commit in (ipython2)

2014-08-05 Thread Lukas Fleischer
Date: Tuesday, August 5, 2014 @ 18:11:36
  Author: lfleischer
Revision: 116899

Remove ipython2/

This is now included in the ipython split package.

Deleted:
  ipython2/



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

2014-08-05 Thread Giovanni Scafora
Date: Tuesday, August 5, 2014 @ 19:21:51
  Author: giovanni
Revision: 219337

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 219336, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 219336, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 219336, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 219336, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |  100 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   50 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   50 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-05 17:21:42 UTC (rev 219336)
+++ extra-i686/PKGBUILD 2014-08-05 17:21:51 UTC (rev 219337)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=mercurial
-pkgver=3.0.2
-pkgrel=1
-pkgdesc=A scalable distributed SCM tool
-arch=('i686' 'x86_64')
-url=http://mercurial.selenic.com/;
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
-'mercurial.profile')
-md5sums=('c5be4265745a8140fec777a4dfc40e0e'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-
-  sed -i -e 's#env python#env python2#' \
-${pkgdir}/usr/lib/python2.7/site-packages/mercurial/lsprof.py
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
-  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
-  install -m755 contrib/hgk ${pkgdir}/usr/bin
-  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
-  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
-  install -d ${pkgdir}/usr/share/emacs/site-lisp
-  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
${pkgdir}/etc/profile.d/mercurial.sh
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  install -m644 contrib/sample.hgrc ${pkgdir}/etc/mercurial/hgrc
-  
-  # FS#38825 - Add certs config to package 
-  echo -e \n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n  
${pkgdir}/etc/mercurial/hgrc
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 219336, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-05 17:21:51 UTC (rev 219337)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=mercurial
+pkgver=3.1
+pkgrel=1
+pkgdesc=A scalable distributed SCM tool
+arch=('i686' 'x86_64')
+url=http://mercurial.selenic.com/;
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
+'mercurial.profile')
+md5sums=('d3916736a9d356899191409e546b5964'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+
+  sed -i -e 's#env python#env python2#' \
+${pkgdir}/usr/lib/python2.7/site-packages/mercurial/lsprof.py
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
+  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
+  install -m755 contrib/hgk ${pkgdir}/usr/bin
+  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
+  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
+  install -d ${pkgdir}/usr/share/emacs/site-lisp
+  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -Dm644 contrib/vim/HGAnnotate.vim 

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

2014-08-05 Thread Giovanni Scafora
Date: Tuesday, August 5, 2014 @ 19:21:42
  Author: giovanni
Revision: 219336

upgpkg: mercurial 3.1-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 15:57:14 UTC (rev 219335)
+++ PKGBUILD2014-08-05 17:21:42 UTC (rev 219336)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=mercurial
-pkgver=3.0.2
+pkgver=3.1
 pkgrel=1
 pkgdesc=A scalable distributed SCM tool
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
 'mercurial.profile')
-md5sums=('c5be4265745a8140fec777a4dfc40e0e'
+md5sums=('d3916736a9d356899191409e546b5964'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 package() {



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

2014-08-05 Thread Giovanni Scafora
Date: Tuesday, August 5, 2014 @ 19:28:26
  Author: giovanni
Revision: 219338

upgpkg: smartmontools 6.3-1

upstream release

Modified:
  smartmontools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 17:21:51 UTC (rev 219337)
+++ PKGBUILD2014-08-05 17:28:26 UTC (rev 219338)
@@ -5,7 +5,7 @@
 # Contributor: Ralf Barth archlinux@haggy.org
 
 pkgname=smartmontools
-pkgver=6.2
+pkgver=6.3
 pkgrel=1
 pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
 url=http://smartmontools.sourceforge.net;
@@ -17,7 +17,7 @@
 'etc/conf.d/smartd')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'smartd.conf')
-md5sums=('d44f84081a12cef79cd17f78044351fc'
+md5sums=('2ea0c62206e110192a97b59291b17f54'
  '28c1b80c41dac52d433961dcfb4f70e0')
 
 build() {



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

2014-08-05 Thread Giovanni Scafora
Date: Tuesday, August 5, 2014 @ 19:28:35
  Author: giovanni
Revision: 219339

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

Added:
  smartmontools/repos/extra-i686/PKGBUILD
(from rev 219338, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-i686/smartd.conf
(from rev 219338, smartmontools/trunk/smartd.conf)
  smartmontools/repos/extra-x86_64/PKGBUILD
(from rev 219338, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-x86_64/smartd.conf
(from rev 219338, smartmontools/trunk/smartd.conf)
Deleted:
  smartmontools/repos/extra-i686/PKGBUILD
  smartmontools/repos/extra-i686/smartd.conf
  smartmontools/repos/extra-x86_64/PKGBUILD
  smartmontools/repos/extra-x86_64/smartd.conf

--+
 /PKGBUILD|   90 +
 /smartd.conf |2 +
 extra-i686/PKGBUILD  |   45 --
 extra-i686/smartd.conf   |1 
 extra-x86_64/PKGBUILD|   45 --
 extra-x86_64/smartd.conf |1 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-05 17:28:26 UTC (rev 219338)
+++ extra-i686/PKGBUILD 2014-08-05 17:28:35 UTC (rev 219339)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jeff Mickey j...@archlinux.org
-# Contributor: Jani Talikka jani.tali...@gmail.com
-# Contributor: Ralf Barth archlinux@haggy.org
-
-pkgname=smartmontools
-pkgver=6.2
-pkgrel=1
-pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
-url=http://smartmontools.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libcap-ng' 'bash')
-optdepends=('heirloom-mailx: to get mail alerts to work')
-backup=('etc/smartd.conf'
-'etc/conf.d/smartd')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'smartd.conf')
-md5sums=('d44f84081a12cef79cd17f78044351fc'
- '28c1b80c41dac52d433961dcfb4f70e0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc \
-  --enable-drivedb \
-  --with-libcap-ng=yes \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i -e s:sysconfig/smartmontools:conf.d/smartd:g smartd.service
-  sed -i -e s:smartd_opts:SMARTD_ARGS:g smartd.service
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/etc/rc.d
-  install -Dm644 ${srcdir}/smartd.conf ${pkgdir}/etc/conf.d/smartd
-}

Copied: smartmontools/repos/extra-i686/PKGBUILD (from rev 219338, 
smartmontools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-05 17:28:35 UTC (rev 219339)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jeff Mickey j...@archlinux.org
+# Contributor: Jani Talikka jani.tali...@gmail.com
+# Contributor: Ralf Barth archlinux@haggy.org
+
+pkgname=smartmontools
+pkgver=6.3
+pkgrel=1
+pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
+url=http://smartmontools.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('heirloom-mailx: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'smartd.conf')
+md5sums=('2ea0c62206e110192a97b59291b17f54'
+ '28c1b80c41dac52d433961dcfb4f70e0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --enable-drivedb \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i -e s:sysconfig/smartmontools:conf.d/smartd:g smartd.service
+  sed -i -e s:smartd_opts:SMARTD_ARGS:g smartd.service
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf ${pkgdir}/etc/conf.d/smartd
+}

Deleted: extra-i686/smartd.conf
===
--- extra-i686/smartd.conf  2014-08-05 17:28:26 UTC (rev 219338)
+++ extra-i686/smartd.conf  2014-08-05 17:28:35 UTC (rev 219339)
@@ -1 +0,0 @@
-SMARTD_ARGS=

Copied: smartmontools/repos/extra-i686/smartd.conf (from rev 219338, 
smartmontools/trunk/smartd.conf)
===
--- extra-i686/smartd.conf  (rev 0)
+++ extra-i686/smartd.conf  2014-08-05 17:28:35 

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

2014-08-05 Thread Sven-Hendrik Haase
Date: Tuesday, August 5, 2014 @ 19:32:15
  Author: svenstaro
Revision: 116903

upgpkg: dwarffortress 0.40.06-1

upstream release 0.40.06

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 16:16:32 UTC (rev 116902)
+++ PKGBUILD2014-08-05 17:32:15 UTC (rev 116903)
@@ -3,8 +3,8 @@
 # Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
 # Contributor: djnm nmihalich [at} gmail dott com
 pkgname=dwarffortress
-pkgver=0.40.05
-_pkgver=40_05
+pkgver=0.40.06
+_pkgver=40_06
 pkgrel=1
 pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
 arch=(i686 x86_64)
@@ -29,7 +29,7 @@
 dwarffortress
 dwarffortress.desktop
 dwarffortress.png)
-sha256sums=('7a90beadb9e91567b83b1034510338311c4d6688117b9976214995efc76836ad'
+sha256sums=('90ba51d59484d210e04f287526aec72712bff9db2e0becc3638207d3cf9f7e68'
 'SKIP'
 '4a7cc39dabe4fa3c28fdb9bdff83f7cdf55de0beff700fd6ebe605dda2f81688'
 'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'



[arch-commits] Commit in dwarffortress/repos/community-i686 (8 files)

2014-08-05 Thread Sven-Hendrik Haase
Date: Tuesday, August 5, 2014 @ 19:32:23
  Author: svenstaro
Revision: 116904

archrelease: copy trunk to community-i686

Added:
  dwarffortress/repos/community-i686/PKGBUILD
(from rev 116903, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-i686/dwarffortress
(from rev 116903, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-i686/dwarffortress.desktop
(from rev 116903, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-i686/dwarffortress.png
(from rev 116903, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/community-i686/PKGBUILD
  dwarffortress/repos/community-i686/dwarffortress
  dwarffortress/repos/community-i686/dwarffortress.desktop
  dwarffortress/repos/community-i686/dwarffortress.png

---+
 PKGBUILD  |  144 
 dwarffortress |   30 +-
 dwarffortress.desktop |   18 +++---
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-05 17:32:15 UTC (rev 116903)
+++ PKGBUILD2014-08-05 17:32:23 UTC (rev 116904)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: djnm nmihalich [at} gmail dott com
-pkgname=dwarffortress
-pkgver=0.40.05
-_pkgver=40_05
-pkgrel=1
-pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
-arch=(i686 x86_64)
-url=http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip')
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('7a90beadb9e91567b83b1034510338311c4d6688117b9976214995efc76836ad'
-'SKIP'
-'4a7cc39dabe4fa3c28fdb9bdff83f7cdf55de0beff700fd6ebe605dda2f81688'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == x86_64 ]]  ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == i686 ]]  ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i s/^pkgname=.*/pkgname=$pkgname/ $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/community-i686/PKGBUILD (from rev 116903, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-05 17:32:23 UTC (rev 116904)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
+# Contributor: djnm nmihalich [at} gmail dott com
+pkgname=dwarffortress
+pkgver=0.40.06
+_pkgver=40_06
+pkgrel=1
+pkgdesc=A single-player 

[arch-commits] Commit in dwarffortress/repos/multilib-x86_64 (8 files)

2014-08-05 Thread Sven-Hendrik Haase
Date: Tuesday, August 5, 2014 @ 19:34:51
  Author: svenstaro
Revision: 116905

archrelease: copy trunk to multilib-x86_64

Added:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
(from rev 116904, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/multilib-x86_64/dwarffortress
(from rev 116904, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
(from rev 116904, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/multilib-x86_64/dwarffortress.png
(from rev 116904, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
  dwarffortress/repos/multilib-x86_64/dwarffortress
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
  dwarffortress/repos/multilib-x86_64/dwarffortress.png

---+
 PKGBUILD  |  144 
 dwarffortress |   30 +-
 dwarffortress.desktop |   18 +++---
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-05 17:32:23 UTC (rev 116904)
+++ PKGBUILD2014-08-05 17:34:51 UTC (rev 116905)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: djnm nmihalich [at} gmail dott com
-pkgname=dwarffortress
-pkgver=0.40.05
-_pkgver=40_05
-pkgrel=1
-pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
-arch=(i686 x86_64)
-url=http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip')
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('7a90beadb9e91567b83b1034510338311c4d6688117b9976214995efc76836ad'
-'SKIP'
-'4a7cc39dabe4fa3c28fdb9bdff83f7cdf55de0beff700fd6ebe605dda2f81688'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == x86_64 ]]  ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == i686 ]]  ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i s/^pkgname=.*/pkgname=$pkgname/ $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/multilib-x86_64/PKGBUILD (from rev 116904, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-05 17:34:51 UTC (rev 116905)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
+# Contributor: djnm nmihalich [at} gmail dott com
+pkgname=dwarffortress
+pkgver=0.40.06
+_pkgver=40_06
+pkgrel=1
+pkgdesc=A 

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

2014-08-05 Thread Ronald van Haren
Date: Tuesday, August 5, 2014 @ 21:49:50
  Author: ronald
Revision: 219342

upgpkg: iproute2 3.16.0-1

update to 3.16.0

Modified:
  iproute2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 19:34:49 UTC (rev 219341)
+++ PKGBUILD2014-08-05 19:49:50 UTC (rev 219342)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=iproute2
-pkgver=3.15.0
+pkgver=3.16.0
 pkgrel=1
 pkgdesc=IP Routing Utilities
 arch=('i686' 'x86_64')
@@ -22,12 +22,12 @@
 
source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
 iproute2-fhs.patch
unwanted-link-help.patch)
-sha1sums=('82dce736488dac5af0f4b5659ae905fef87ed308'
+sha1sums=('25bb97f68d3f474e599bb97367670b31b3e96add'
   '35b8cf2dc94b73eccad427235c07596146cd6f6c'
   '3b1335f4025f657f388fbf4e5a740871e3129c2a')
 
 prepare() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
   # set correct fhs structure
   patch -Np1 -i $srcdir/iproute2-fhs.patch



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

2014-08-05 Thread Ronald van Haren
Date: Tuesday, August 5, 2014 @ 21:50:12
  Author: ronald
Revision: 219343

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

Added:
  iproute2/repos/testing-i686/
  iproute2/repos/testing-i686/PKGBUILD
(from rev 219342, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-i686/iproute2-fhs.patch
(from rev 219342, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-i686/unwanted-link-help.patch
(from rev 219342, iproute2/trunk/unwanted-link-help.patch)
  iproute2/repos/testing-x86_64/
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 219342, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-x86_64/iproute2-fhs.patch
(from rev 219342, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-x86_64/unwanted-link-help.patch
(from rev 219342, iproute2/trunk/unwanted-link-help.patch)

-+
 testing-i686/PKGBUILD   |   61 
 testing-i686/iproute2-fhs.patch |   75 ++
 testing-i686/unwanted-link-help.patch   |   17 ++
 testing-x86_64/PKGBUILD |   61 
 testing-x86_64/iproute2-fhs.patch   |   75 ++
 testing-x86_64/unwanted-link-help.patch |   17 ++
 6 files changed, 306 insertions(+)

Copied: iproute2/repos/testing-i686/PKGBUILD (from rev 219342, 
iproute2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-05 19:50:12 UTC (rev 219343)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=iproute2
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=IP Routing Utilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2;
+depends=('glibc' 'iptables')
+makedepends=('linux-atm')
+optdepends=('linux-atm: ATM support')
+groups=('base')
+provides=('iproute')
+conflicts=('iproute')
+replaces=('iproute')
+options=('staticlibs' '!makeflags')
+backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
+   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
+source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
+iproute2-fhs.patch
+   unwanted-link-help.patch)
+sha1sums=('25bb97f68d3f474e599bb97367670b31b3e96add'
+  '35b8cf2dc94b73eccad427235c07596146cd6f6c'
+  '3b1335f4025f657f388fbf4e5a740871e3129c2a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # set correct fhs structure
+  patch -Np1 -i $srcdir/iproute2-fhs.patch
+
+  # allow operations on links called h, he, hel, help
+  patch -Np1 -i $srcdir/unwanted-link-help.patch
+
+  # do not treat warnings as errors
+  sed -i 's/-Werror//' Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # libnetlink isn't installed, install it FS#19385
+  install -Dm644 include/libnetlink.h $pkgdir/usr/include/libnetlink.h
+  install -Dm644 lib/libnetlink.a $pkgdir/usr/lib/libnetlink.a
+
+  # usrmove
+  cd $pkgdir
+  mv usr/sbin usr/bin
+}

Copied: iproute2/repos/testing-i686/iproute2-fhs.patch (from rev 219342, 
iproute2/trunk/iproute2-fhs.patch)
===
--- testing-i686/iproute2-fhs.patch (rev 0)
+++ testing-i686/iproute2-fhs.patch 2014-08-05 19:50:12 UTC (rev 219343)
@@ -0,0 +1,75 @@
+diff -Naur iproute2-3.4.0/Makefile iproute2-3.4.0.new/Makefile
+--- iproute2-3.4.0/Makefile2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/Makefile2012-06-18 10:23:53.896760158 +0200
+@@ -1,7 +1,8 @@
+ ROOTDIR=$(DESTDIR)
+ PREFIX=/usr
+ LIBDIR=$(PREFIX)/lib
+-SBINDIR=/sbin
++SBINDIR=/usr/sbin
++SHAREDIR=/usr/share
+ CONFDIR=/etc/iproute2
+ DATADIR=$(PREFIX)/share
+ DOCDIR=$(DATADIR)/doc/iproute2
+diff -Naur iproute2-3.4.0/netem/Makefile iproute2-3.4.0.new/netem/Makefile
+--- iproute2-3.4.0/netem/Makefile  2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/netem/Makefile  2012-06-18 10:23:53.896760158 +0200
+@@ -20,9 +20,9 @@
+   $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
+ 
+ install: all
+-  mkdir -p $(DESTDIR)$(LIBDIR)/tc
++  mkdir -p $(DESTDIR)$(SHAREDIR)/tc
+   for i in $(DISTDATA); \
+-  do install -m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \
++  do install -m 644 $$i $(DESTDIR)$(SHAREDIR)/tc; \
+   done
+ 
+ clean:
+diff -Naur iproute2-3.4.0/tc/Makefile iproute2-3.4.0.new/tc/Makefile
+--- iproute2-3.4.0/tc/Makefile 2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/tc/Makefile 2012-06-18 10:23:53.893426840 +0200
+@@ -105,18 +105,11 @@
+   $(AR) rcs $@ $(TCLIB)
+ 
+ install: all
+-  mkdir -p 

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

2014-08-05 Thread Kyle Keen
Date: Tuesday, August 5, 2014 @ 22:20:16
  Author: kkeen
Revision: 116906

upgpkg: gqrx 2.3.0-1

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 17:34:51 UTC (rev 116905)
+++ PKGBUILD2014-08-05 20:20:16 UTC (rev 116906)
@@ -3,8 +3,8 @@
 # Contributor: Dominik Heidler dheid...@gmail.com
 
 pkgname=gqrx
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.3.0
+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=('ff771b9c31ee17f704859398362b8cc0'
+md5sums=('06b717507f2641b717fd7795b2bcfbae'
  'f7032a8883c89bd80e0d0fd36f861c59'
  '810f89195231c18f32af92522aade721')
 



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

2014-08-05 Thread Kyle Keen
Date: Tuesday, August 5, 2014 @ 22:22:47
  Author: kkeen
Revision: 116907

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-05 20:20:16 UTC (rev 116906)
+++ community-i686/PKGBUILD 2014-08-05 20:22:47 UTC (rev 116907)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-
-pkgname=gqrx
-pkgver=2.2.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=('ff771b9c31ee17f704859398362b8cc0'
- '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-i686/PKGBUILD (from rev 116906, 
gqrx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-05 20:22:47 UTC (rev 116907)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=gqrx
+pkgver=2.3.0
+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=('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
+}
+

Deleted: community-i686/gqrx.desktop
===
--- community-i686/gqrx.desktop 2014-08-05 20:20:16 UTC (rev 116906)
+++ community-i686/gqrx.desktop 2014-08-05 20:22:47 UTC (rev 116907)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=GQRX SDR
-GenericName=Funcube SDR Software
-Comment=Controller application for the Funcube Dongle and operating 
application.
-Exec=gqrx
-Icon=gqrx

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

2014-08-05 Thread Thorsten Töpper
Date: Tuesday, August 5, 2014 @ 22:57:44
  Author: ttoepper
Revision: 116908

upgpkg: roxterm 2.9.1-1

Modified:
  roxterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 20:22:47 UTC (rev 116907)
+++ PKGBUILD2014-08-05 20:57:44 UTC (rev 116908)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr pizzapunk gmail com
 
 pkgname=roxterm
-pkgver=2.8.3
+pkgver=2.9.1
 pkgrel=1
 pkgdesc='Tabbed, VTE-based terminal emulator'
 arch=('i686' 'x86_64')
@@ -10,13 +10,13 @@
 url='http://roxterm.sourceforge.net/'
 license=('GPL3')
 depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
-makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 
'imagemagick' 'librsvg')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 
'imagemagick' 'librsvg' 'itstool')
 install=roxterm.install
 source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2;
 
http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign;)
-md5sums=('0f775a11f01e38be22ae5a080800c5f7'
+md5sums=('70dc5c7cfb0d64314ecf418e0b054b57'
  'SKIP')
-sha1sums=('05a046542918b20d1948158dc566db0ed7bc1ca5'
+sha1sums=('ff16abe755136b4c61d424360c7d90d6cb303fad'
   'SKIP')
 
 



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

2014-08-05 Thread Thorsten Töpper
Date: Tuesday, August 5, 2014 @ 22:57:50
  Author: ttoepper
Revision: 116909

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-05 20:57:44 UTC (rev 116908)
+++ community-i686/PKGBUILD 2014-08-05 20:57:50 UTC (rev 116909)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=roxterm
-pkgver=2.8.3
-pkgrel=1
-pkgdesc='Tabbed, VTE-based terminal emulator'
-arch=('i686' 'x86_64')
-url='http://roxterm.sourceforge.net/'
-license=('GPL3')
-depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
-makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 
'imagemagick' 'librsvg')
-install=roxterm.install
-source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2;
-
http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign;)
-md5sums=('0f775a11f01e38be22ae5a080800c5f7'
- 'SKIP')
-sha1sums=('05a046542918b20d1948158dc566db0ed7bc1ca5'
-  'SKIP')
-
-
-build() {
-  cd ${srcdir}/roxterm-${pkgver}
-
-  # FS#38967: Reenable deprecated VTE3 functions
-  python2 mscript.py configure --prefix='/usr' \
-  --enable-deprecated-bg-opts
-  python2 mscript.py build
-}
-
-package() {
-  cd ${srcdir}/roxterm-${pkgver}
-  python2 mscript.py install --destdir=${pkgdir}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-i686/PKGBUILD (from rev 116908, 
roxterm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-05 20:57:50 UTC (rev 116909)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=roxterm
+pkgver=2.9.1
+pkgrel=1
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 
'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2;
+
http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign;)
+md5sums=('70dc5c7cfb0d64314ecf418e0b054b57'
+ 'SKIP')
+sha1sums=('ff16abe755136b4c61d424360c7d90d6cb303fad'
+  'SKIP')
+
+
+build() {
+  cd ${srcdir}/roxterm-${pkgver}
+
+  # FS#38967: Reenable deprecated VTE3 functions
+  python2 mscript.py configure --prefix='/usr' \
+  --enable-deprecated-bg-opts
+  python2 mscript.py build
+}
+
+package() {
+  cd ${srcdir}/roxterm-${pkgver}
+  python2 mscript.py install --destdir=${pkgdir}
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/roxterm.install
===
--- community-i686/roxterm.install  2014-08-05 20:57:44 UTC (rev 116908)
+++ community-i686/roxterm.install  2014-08-05 20:57:50 UTC (rev 116909)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: roxterm/repos/community-i686/roxterm.install (from rev 116908, 
roxterm/trunk/roxterm.install)
===
--- community-i686/roxterm.install  (rev 0)
+++ community-i686/roxterm.install  2014-08-05 20:57:50 UTC (rev 116909)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

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

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

2014-08-05 Thread Eric Bélanger
Date: Tuesday, August 5, 2014 @ 23:44:10
  Author: eric
Revision: 116910

upgpkg: youtube-dl 2014.08.05-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 20:57:50 UTC (rev 116909)
+++ PKGBUILD2014-08-05 21:44:10 UTC (rev 116910)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.08.02.1
+pkgver=2014.08.05
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('5a3d93da8725ac0cd258143b494972c3c25119bc'
+sha1sums=('4af2cc3e5b08751861dff83315751213fe09baa0'
   'SKIP')
 
 prepare() {



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

2014-08-05 Thread Eric Bélanger
Date: Tuesday, August 5, 2014 @ 23:45:44
  Author: eric
Revision: 116911

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-05 21:44:10 UTC (rev 116910)
+++ PKGBUILD2014-08-05 21:45:44 UTC (rev 116911)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.08.02.1
-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')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('5a3d93da8725ac0cd258143b494972c3c25119bc'
-  '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 116910, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-05 21:45:44 UTC (rev 116911)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.08.05
+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')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('4af2cc3e5b08751861dff83315751213fe09baa0'
+  '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 xf86-video-intel/trunk (2 files)

2014-08-05 Thread Laurent Carlier
Date: Wednesday, August 6, 2014 @ 00:18:16
  Author: lcarlier
Revision: 219345

upgpkg: xf86-video-intel 2.99.914-4

fix FS#41317

Added:
  xf86-video-intel/trunk/sna-clear-cursor-image-after-rotation.patch
Modified:
  xf86-video-intel/trunk/PKGBUILD

-+
 PKGBUILD|   11 +--
 sna-clear-cursor-image-after-rotation.patch |   24 
 2 files changed, 33 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 22:14:19 UTC (rev 219344)
+++ PKGBUILD2014-08-05 22:18:16 UTC (rev 219345)
@@ -4,7 +4,7 @@
 
 pkgname=xf86-video-intel
 pkgver=2.99.914
-pkgrel=3
+pkgrel=4
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
@@ -25,7 +25,8 @@
 groups=('xorg-drivers' 'xorg')
 source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
 fix-i810-segfault-2.99.914.patch
-   sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch)
+   sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch
+sna-clear-cursor-image-after-rotation.patch)
 sha256sums=('78a22e5efd460b790c634caaf1afbb756046dd890482e204bb0d179baad27e46'
 'a7c27ce28e6db47971aea2762496fdb05f93413c418756f5e7f6cf2e76b91041'
 'a40ee7d923ce77057d4add2f9dae61bc7870e64b2cf1f49d2b2a6d729102b7ae')
@@ -36,6 +37,8 @@
   patch -Np1 -i ../fix-i810-segfault-2.99.914.patch
   # fix FS#40949 - merged upstream
   patch -Np1 -i ../sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch
+  # fix FS#41317 - merged upstream
+  patch -Np1 -i ../sna-clear-cursor-image-after-rotation.patch
 }
 
 build() {
@@ -60,3 +63,7 @@
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
 }
+sha256sums=('78a22e5efd460b790c634caaf1afbb756046dd890482e204bb0d179baad27e46'
+'a7c27ce28e6db47971aea2762496fdb05f93413c418756f5e7f6cf2e76b91041'
+'a40ee7d923ce77057d4add2f9dae61bc7870e64b2cf1f49d2b2a6d729102b7ae'
+'bc5383abd2dd680e830600da3d3da1d9c56b0b270efffd3aec94b23bfd9179c9')

Added: sna-clear-cursor-image-after-rotation.patch
===
--- sna-clear-cursor-image-after-rotation.patch (rev 0)
+++ sna-clear-cursor-image-after-rotation.patch 2014-08-05 22:18:16 UTC (rev 
219345)
@@ -0,0 +1,24 @@
+From a88795c64123e4084044451d8861838ea904abd9 Mon Sep 17 00:00:00 2001
+From: Chris Wilson ch...@chris-wilson.co.uk
+Date: Tue, 29 Jul 2014 21:11:09 +0100
+Subject: sna: Clear cursor image after rotation
+
+Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=81886
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+
+diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c
+index 8964e77..eed68d3 100644
+--- a/src/sna/sna_display.c
 b/src/sna/sna_display.c
+@@ -4294,7 +4294,7 @@ static struct sna_cursor *__sna_get_cursor(struct sna 
*sna, xf86CrtcPtr crtc)
+   image = sna-cursor.scratch;
+   cursor-last_width = cursor-last_height = size;
+   }
+-  if (width  cursor-last_width || height  cursor-last_height)
++  if (width  cursor-last_width || height  cursor-last_height || 
rotation != cursor-rotation)
+   memset(image, 0, 4*size*size);
+   if (rotation == RR_Rotate_0) {
+   if (argb == NULL) {
+-- 
+cgit v0.10.2
+



[arch-commits] Commit in xf86-video-intel/repos (18 files)

2014-08-05 Thread Laurent Carlier
Date: Wednesday, August 6, 2014 @ 00:18:33
  Author: lcarlier
Revision: 219346

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

Added:
  xf86-video-intel/repos/extra-i686/PKGBUILD
(from rev 219345, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/extra-i686/fix-i810-segfault-2.99.914.patch
(from rev 219345, xf86-video-intel/trunk/fix-i810-segfault-2.99.914.patch)
  xf86-video-intel/repos/extra-i686/sna-clear-cursor-image-after-rotation.patch
(from rev 219345, 
xf86-video-intel/trunk/sna-clear-cursor-image-after-rotation.patch)
  
xf86-video-intel/repos/extra-i686/sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch
(from rev 219345, 
xf86-video-intel/trunk/sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch)
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
(from rev 219345, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
(from rev 219345, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/extra-x86_64/fix-i810-segfault-2.99.914.patch
(from rev 219345, xf86-video-intel/trunk/fix-i810-segfault-2.99.914.patch)
  
xf86-video-intel/repos/extra-x86_64/sna-clear-cursor-image-after-rotation.patch
(from rev 219345, 
xf86-video-intel/trunk/sna-clear-cursor-image-after-rotation.patch)
  
xf86-video-intel/repos/extra-x86_64/sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch
(from rev 219345, 
xf86-video-intel/trunk/sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch)
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install
(from rev 219345, xf86-video-intel/trunk/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/extra-i686/PKGBUILD
  xf86-video-intel/repos/extra-i686/fix-i810-segfault-2.99.914.patch
  
xf86-video-intel/repos/extra-i686/sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
  xf86-video-intel/repos/extra-x86_64/fix-i810-segfault-2.99.914.patch
  
xf86-video-intel/repos/extra-x86_64/sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install

-+
 /PKGBUILD   |  138 
++
 /fix-i810-segfault-2.99.914.patch   |   62 

 /sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch |   94 
++
 /xf86-video-intel.install   |   44 
+++
 extra-i686/PKGBUILD |   62 

 extra-i686/fix-i810-segfault-2.99.914.patch |   31 
--
 extra-i686/sna-clear-cursor-image-after-rotation.patch  |   24 
+
 extra-i686/sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch   |   47 
---
 extra-i686/xf86-video-intel.install |   22 
-
 extra-x86_64/PKGBUILD   |   62 

 extra-x86_64/fix-i810-segfault-2.99.914.patch   |   31 
--
 extra-x86_64/sna-clear-cursor-image-after-rotation.patch|   24 
+
 extra-x86_64/sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch |   47 
---
 extra-x86_64/xf86-video-intel.install   |   22 
-
 14 files changed, 386 insertions(+), 324 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-05 22:18:16 UTC (rev 219345)
+++ extra-i686/PKGBUILD 2014-08-05 22:18:33 UTC (rev 219346)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-intel
-pkgver=2.99.914
-pkgrel=3
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-install=$pkgname.install
-pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
-depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util=0.3.9')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'libx11' 
'libxrender'
- # additional deps for intel-virtual-output
-'libxrandr' 'libxinerama' 'libxcursor' 'libxtst')
-optdepends=('libxrandr: for intel-virtual-output'
-'libxinerama: for intel-virtual-output'
-'libxcursor: for intel-virtual-output'
-'libxtst: for intel-virtual-output')
-replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19'
-   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
-

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

2014-08-05 Thread Lukas Fleischer
Date: Wednesday, August 6, 2014 @ 00:24:23
  Author: lfleischer
Revision: 219347

Remove duplicate sha256sums array

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 22:18:33 UTC (rev 219346)
+++ PKGBUILD2014-08-05 22:24:23 UTC (rev 219347)
@@ -29,7 +29,8 @@
 sna-clear-cursor-image-after-rotation.patch)
 sha256sums=('78a22e5efd460b790c634caaf1afbb756046dd890482e204bb0d179baad27e46'
 'a7c27ce28e6db47971aea2762496fdb05f93413c418756f5e7f6cf2e76b91041'
-'a40ee7d923ce77057d4add2f9dae61bc7870e64b2cf1f49d2b2a6d729102b7ae')
+'a40ee7d923ce77057d4add2f9dae61bc7870e64b2cf1f49d2b2a6d729102b7ae'
+'bc5383abd2dd680e830600da3d3da1d9c56b0b270efffd3aec94b23bfd9179c9')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -63,7 +64,3 @@
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
 }
-sha256sums=('78a22e5efd460b790c634caaf1afbb756046dd890482e204bb0d179baad27e46'
-'a7c27ce28e6db47971aea2762496fdb05f93413c418756f5e7f6cf2e76b91041'
-'a40ee7d923ce77057d4add2f9dae61bc7870e64b2cf1f49d2b2a6d729102b7ae'
-'bc5383abd2dd680e830600da3d3da1d9c56b0b270efffd3aec94b23bfd9179c9')



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

2014-08-05 Thread Pierre Schmitz
Date: Wednesday, August 6, 2014 @ 06:33:55
  Author: pierre
Revision: 219349

upgpkg: php-composer 1.0.0.alpha8.461-1

Modified:
  php-composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-06 02:15:55 UTC (rev 219348)
+++ PKGBUILD2014-08-06 04:33:55 UTC (rev 219349)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-composer
-pkgver=1.0.0.alpha8.458
+pkgver=1.0.0.alpha8.461
 pkgrel=1
 pkgdesc=Dependency Manager for PHP
 arch=('any')



[arch-commits] Commit in php-composer/repos/extra-any (4 files)

2014-08-05 Thread Pierre Schmitz
Date: Wednesday, August 6, 2014 @ 06:34:09
  Author: pierre
Revision: 219350

archrelease: copy trunk to extra-any

Added:
  php-composer/repos/extra-any/PKGBUILD
(from rev 219349, php-composer/trunk/PKGBUILD)
  php-composer/repos/extra-any/php.ini
(from rev 219349, php-composer/trunk/php.ini)
Deleted:
  php-composer/repos/extra-any/PKGBUILD
  php-composer/repos/extra-any/php.ini

--+
 PKGBUILD |  106 ++---
 php.ini  |   22 ++--
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-06 04:33:55 UTC (rev 219349)
+++ PKGBUILD2014-08-06 04:34:09 UTC (rev 219350)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-composer
-pkgver=1.0.0.alpha8.458
-pkgrel=1
-pkgdesc=Dependency Manager for PHP
-arch=('any')
-license=('MIT')
-url='http://getcomposer.org/'
-depends=('php' 'php-intl')
-makedepends=('git' ${pkgname})
-checkdepends=('mercurial')
-source=(${pkgname}::git+https://github.com/composer/composer.git;
-'php.ini')
-md5sums=('SKIP'
- '9d871623bc2ec0a37a7d78f708a7f838')
-
-pkgver() {
-   cd ${srcdir}/${pkgname}
-
-   local _tag=$(git tag -l --sort -version:refname | head -1)
-   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
-}
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
-   /usr/bin/composer -on install
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   git config --global user.email ${USER}@${HOST}
-   git config --global user.name ${USER}
-   /usr/bin/php -nc ${srcdir}/php.ini vendor/phpunit/phpunit/phpunit.php
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: php-composer/repos/extra-any/PKGBUILD (from rev 219349, 
php-composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-06 04:34:09 UTC (rev 219350)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-composer
+pkgver=1.0.0.alpha8.461
+pkgrel=1
+pkgdesc=Dependency Manager for PHP
+arch=('any')
+license=('MIT')
+url='http://getcomposer.org/'
+depends=('php' 'php-intl')
+makedepends=('git' ${pkgname})
+checkdepends=('mercurial')
+source=(${pkgname}::git+https://github.com/composer/composer.git;
+'php.ini')
+md5sums=('SKIP'
+ '9d871623bc2ec0a37a7d78f708a7f838')
+
+pkgver() {
+   cd ${srcdir}/${pkgname}
+
+   local _tag=$(git tag -l --sort -version:refname | head -1)
+   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
+}
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
+   /usr/bin/composer -on install
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   git config --global user.email ${USER}@${HOST}
+   git config --global user.name ${USER}
+   /usr/bin/php -nc ${srcdir}/php.ini vendor/phpunit/phpunit/phpunit.php
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}

Deleted: php.ini
===
--- php.ini 2014-08-06 04:33:55 UTC (rev 219349)
+++ php.ini 2014-08-06 04:34:09 UTC (rev 219350)
@@ -1,11 +0,0 @@
-[PHP]
-memory_limit=-1
-extension=openssl.so
-extension=phar.so
-extension=zip.so
-extension=curl.so
-extension=intl.so
-[Date]
-date.timezone=UTC
-[Phar]
-phar.readonly=Off

Copied: php-composer/repos/extra-any/php.ini (from rev 219349, 
php-composer/trunk/php.ini)
===
--- php.ini (rev 0)
+++ php.ini 2014-08-06 04:34:09 UTC (rev 219350)
@@ -0,0 +1,11 @@
+[PHP]
+memory_limit=-1
+extension=openssl.so
+extension=phar.so
+extension=zip.so
+extension=curl.so
+extension=intl.so
+[Date]
+date.timezone=UTC
+[Phar]
+phar.readonly=Off