[arch-commits] Commit in libreoffice/trunk (PKGBUILD.36)

2012-07-29 Thread andyrtr
Date: Sunday, July 29, 2012 @ 06:17:22
  Author: andyrtr
Revision: 164261

prepare next release

Modified:
  libreoffice/trunk/PKGBUILD.36

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

Modified: PKGBUILD.36
===
--- PKGBUILD.36 2012-07-29 02:06:13 UTC (rev 164260)
+++ PKGBUILD.36 2012-07-29 10:17:22 UTC (rev 164261)
@@ -24,7 +24,7 @@
'libreoffice-extension-scripting-python'
'libreoffice-extension-wiki-publisher'
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built
-_LOver=3.6.0.3
+_LOver=3.6.0.4
 pkgver=3.6.0
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -113,9 +113,9 @@
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
ce5a1def34578b75959ac31210f031f6-libcdr-0.0.8.tar.bz2
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip)
-md5sums=('faa3a12b593ccffc0201e644b020d904'
- '01ad40f6b47044ca17a23caf401b1f7a'
- '03ce0a79c62f78b81ca264d3ebfe7ded'
+md5sums=('67cf97e86c75363238a371f64ef5f606'
+ '8422b0c4c797abeefed3ee4490586dd2'
+ '6cc8fa86be8c657ba23434c6c8d99416'
  '18f577b374d60b3c760a3a3350407632'
  'f02578f5218f217a9f20e9c30e119c6a'
  'a9a1db27688bad49418667b434d29c1f'



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

2012-07-29 Thread Guillaume Alaux
Date: Sunday, July 29, 2012 @ 06:20:09
  Author: guillaume
Revision: 164262

upgpkg: wireshark 1.8.1-1

Upstream release + #30845 #29987 fixed bugs

Modified:
  wireshark/trunk/PKGBUILD
  wireshark/trunk/wireshark.install

---+
 PKGBUILD  |   12 +---
 wireshark.install |   12 ++--
 2 files changed, 15 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-29 10:17:22 UTC (rev 164261)
+++ PKGBUILD2012-07-29 10:20:09 UTC (rev 164262)
@@ -3,7 +3,7 @@
 # Contributor: Florian Pritz 
 pkgname=('wireshark-cli' 'wireshark-gtk')
 pkgbase=wireshark
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -12,7 +12,7 @@
 url="http://www.wireshark.org/";
 options=(!libtool)
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('3eca81253800a0089d0f957e75853b05')
+md5sums=('629fe03f4a64eb8c7bd9308ee4e22e2e')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
@@ -61,7 +61,13 @@
 
   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"
+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 
"${pkgdir}/usr/share/applications/wireshark.desktop"
 }

Modified: wireshark.install
===
--- wireshark.install   2012-07-29 10:17:22 UTC (rev 164261)
+++ wireshark.install   2012-07-29 10:20:09 UTC (rev 164262)
@@ -1,18 +1,18 @@
 post_install() {
-getent group wireshark >/dev/null 2>&1 ||  usr/sbin/groupadd -g 150 
wireshark &>/dev/null
+/usr/bin/getent group wireshark >/dev/null 2>&1 ||  usr/sbin/groupadd -g 
150 wireshark &>/dev/null
 
-setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap
+/usr/sbin/setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap
 echo "NOTE: To run wireshark as normal user you have to add yourself into 
wireshark group"
 }
 
 post_upgrade() {
-getent group wireshark >/dev/null 2>&1 ||  usr/sbin/groupadd -g 150 
wireshark &>/dev/null
+/usr/bin/getent group wireshark >/dev/null 2>&1 ||  usr/sbin/groupadd -g 
150 wireshark &>/dev/null
 
-setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap
+/usr/sbin/setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap
 }
 
 post_remove() {
-if getent group wireshark >/dev/null 2>&1; then
-groupdel wireshark
+if /usr/bin/getent group wireshark >/dev/null 2>&1; then
+/usr/sbin/groupdel wireshark
 fi
 }



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

2012-07-29 Thread Guillaume Alaux
Date: Sunday, July 29, 2012 @ 06:20:53
  Author: guillaume
Revision: 164263

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

Added:
  wireshark/repos/extra-i686/PKGBUILD
(from rev 164262, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 164262, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 164262, wireshark/trunk/wireshark.install)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 164262, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 164262, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 164262, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install

+
 extra-i686/PKGBUILD|  140 ++-
 extra-i686/wireshark-gtk.install   |   24 +++---
 extra-i686/wireshark.install   |   36 -
 extra-x86_64/PKGBUILD  |  140 ++-
 extra-x86_64/wireshark-gtk.install |   24 +++---
 extra-x86_64/wireshark.install |   36 -
 6 files changed, 206 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-29 10:20:09 UTC (rev 164262)
+++ extra-i686/PKGBUILD 2012-07-29 10:20:53 UTC (rev 164263)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-gtk')
-pkgbase=wireshark
-pkgver=1.8.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
- 'libgcrypt' 'lua' 'python')
-url="http://www.wireshark.org/";
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('3eca81253800a0089d0f957e75853b05')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-ssl \
-  --with-zlib=yes \
-  --with-lua
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc="A free network protocol analyzer for Unix/Linux and Windows - CLI 
version"
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd "${srcdir}/${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 "${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=('gtk2' 'wireshark-cli' 'desktop-file-utils' 'hicolor-icon-theme')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd "${srcdir}/${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
-  install -Dm644 wireshark.desktop 
"${pkgdir}/usr/share/applications/wireshark.desktop"
-}

Copied: wireshark/repos/extra-i686/PKGBUILD (from rev 164262, 
wireshark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-29 10:20:53 UTC (rev 164263)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Florian Pritz 
+pkgname=('wireshark-cli' 'wireshark-gtk')
+pkgbase=wireshark
+pkgver=1.8.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
+ 'libgcrypt' 'lua' 'python')
+url="http://www.wireshark.org/";
+options=(!libtool)
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('629fe03f4a64eb8c7bd9308ee4e22e2e')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  ./autogen.sh
+  ./configure \
+  --prefix=/usr \
+  --with-ssl \
+  --with-zlib=yes \
+  --with-lua
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc="A free network protocol analyzer for Unix/Linux and Windows - CLI 
version"
+  depe

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

2012-07-29 Thread andyrtr
Date: Sunday, July 29, 2012 @ 07:00:27
  Author: andyrtr
Revision: 164264

upgpkg: dri2proto 2.8-1

upstream update 2.8

Modified:
  dri2proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-29 10:20:53 UTC (rev 164263)
+++ PKGBUILD2012-07-29 11:00:27 UTC (rev 164264)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=dri2proto
-pkgver=2.6
+pkgver=2.8
 pkgrel=1
 pkgdesc="X11 DRI protocol"
 arch=(any)
@@ -10,7 +10,7 @@
 url="http://xorg.freedesktop.org/";
 makedepends=('xorg-util-macros')
 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ba65fc53376fd6e6b41bf6ef1e2ea1ba4b12ca96')
+sha256sums=('f9b55476def44fc7c459b2537d17dbc731e36ed5d416af7ca0b1e2e676f8aa04')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2012-07-29 Thread andyrtr
Date: Sunday, July 29, 2012 @ 07:00:50
  Author: andyrtr
Revision: 164265

archrelease: copy trunk to testing-any

Added:
  dri2proto/repos/testing-any/
  dri2proto/repos/testing-any/PKGBUILD
(from rev 164264, dri2proto/trunk/PKGBUILD)

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

Copied: dri2proto/repos/testing-any/PKGBUILD (from rev 164264, 
dri2proto/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-07-29 11:00:50 UTC (rev 164265)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Jan de Groot 
+
+pkgname=dri2proto
+pkgver=2.8
+pkgrel=1
+pkgdesc="X11 DRI protocol"
+arch=(any)
+license=('custom')
+url="http://xorg.freedesktop.org/";
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f9b55476def44fc7c459b2537d17dbc731e36ed5d416af7ca0b1e2e676f8aa04')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



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

2012-07-29 Thread andyrtr
Date: Sunday, July 29, 2012 @ 07:01:58
  Author: andyrtr
Revision: 164266

upgpkg: randrproto 1.4.0-1

upstream update 1.4.0

Modified:
  randrproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-29 11:00:50 UTC (rev 164265)
+++ PKGBUILD2012-07-29 11:01:58 UTC (rev 164266)
@@ -2,15 +2,15 @@
 #Maintainer: Jan de Groot 
 
 pkgname=randrproto
-pkgver=1.3.2
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="X11 RandR extension wire protocol"
 arch=('any')
 license=('custom')
 url="http://xorg.freedesktop.org/";
 makedepends=('xorg-util-macros')
 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('55d4b1a09fc8e645d9674a452ae151988caabad1')
+sha256sums=('85c42e8c66a55318ddaf2ce5727beacb25cb1f8555229f778cd1da86478209cf')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2012-07-29 Thread andyrtr
Date: Sunday, July 29, 2012 @ 07:02:17
  Author: andyrtr
Revision: 164267

archrelease: copy trunk to testing-any

Added:
  randrproto/repos/testing-any/
  randrproto/repos/testing-any/PKGBUILD
(from rev 164266, randrproto/trunk/PKGBUILD)

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

Copied: randrproto/repos/testing-any/PKGBUILD (from rev 164266, 
randrproto/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-07-29 11:02:17 UTC (rev 164267)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=randrproto
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="X11 RandR extension wire protocol"
+arch=('any')
+license=('custom')
+url="http://xorg.freedesktop.org/";
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('85c42e8c66a55318ddaf2ce5727beacb25cb1f8555229f778cd1da86478209cf')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2012-07-29 Thread andyrtr
Date: Sunday, July 29, 2012 @ 07:06:04
  Author: andyrtr
Revision: 164268

upgpkg: libxrandr 1.4.0-1

upstream update 1.4.0

Modified:
  libxrandr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-29 11:02:17 UTC (rev 164267)
+++ PKGBUILD2012-07-29 11:06:04 UTC (rev 164268)
@@ -4,17 +4,17 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=libxrandr
-pkgver=1.3.2
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="X11 RandR extension library"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://xorg.freedesktop.org/";
-depends=('libxext' 'libxrender' 'randrproto')
+depends=('libxext' 'libxrender' 'randrproto>=1.4.0')
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXrandr-${pkgver}.tar.bz2)
-sha1sums=('0c844a4c5237f96794f0c18a5af16dc5ab7a36ec')
+sha256sums=('033ad0ac2f012afb05268660f6d78705c85f84689f92fa7b47ce12959b15f5c3')
 
 build() {
   cd "${srcdir}/libXrandr-${pkgver}"



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

2012-07-29 Thread andyrtr
Date: Sunday, July 29, 2012 @ 07:06:35
  Author: andyrtr
Revision: 164269

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

Added:
  libxrandr/repos/testing-i686/
  libxrandr/repos/testing-i686/PKGBUILD
(from rev 164268, libxrandr/trunk/PKGBUILD)
  libxrandr/repos/testing-x86_64/
  libxrandr/repos/testing-x86_64/PKGBUILD
(from rev 164268, libxrandr/trunk/PKGBUILD)

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

Copied: libxrandr/repos/testing-i686/PKGBUILD (from rev 164268, 
libxrandr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-29 11:06:35 UTC (rev 164269)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+# Contributor: Alexander Baldeck 
+
+pkgname=libxrandr
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="X11 RandR extension library"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/";
+depends=('libxext' 'libxrender' 'randrproto>=1.4.0')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXrandr-${pkgver}.tar.bz2)
+sha256sums=('033ad0ac2f012afb05268660f6d78705c85f84689f92fa7b47ce12959b15f5c3')
+
+build() {
+  cd "${srcdir}/libXrandr-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/libXrandr-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: libxrandr/repos/testing-x86_64/PKGBUILD (from rev 164268, 
libxrandr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-29 11:06:35 UTC (rev 164269)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+# Contributor: Alexander Baldeck 
+
+pkgname=libxrandr
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="X11 RandR extension library"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/";
+depends=('libxext' 'libxrender' 'randrproto>=1.4.0')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXrandr-${pkgver}.tar.bz2)
+sha256sums=('033ad0ac2f012afb05268660f6d78705c85f84689f92fa7b47ce12959b15f5c3')
+
+build() {
+  cd "${srcdir}/libXrandr-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/libXrandr-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



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

2012-07-29 Thread Guillaume Alaux
Date: Sunday, July 29, 2012 @ 09:41:09
  Author: guillaume
Revision: 164270

upgpkg: hunspell-fr 4.5-1

Upstream release

Modified:
  hunspell-fr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-29 11:06:35 UTC (rev 164269)
+++ PKGBUILD2012-07-29 13:41:09 UTC (rev 164270)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX 
 
 pkgname=hunspell-fr
-pkgver=4.4.1
+pkgver=4.5
 pkgrel=1
 pkgdesc="French (modern) hunspell dictionaries"
 arch=(any)
@@ -9,7 +9,7 @@
 license=('GPL' 'MPL' 'LGPL')
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
-md5sums=('21797904e86e2faa2057cca18fc90105')
+md5sums=('9c0254edb3a820553c3cfb9f07e77174')
 
 package() {
   cd "${srcdir}"



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

2012-07-29 Thread Guillaume Alaux
Date: Sunday, July 29, 2012 @ 09:41:26
  Author: guillaume
Revision: 164271

archrelease: copy trunk to extra-any

Added:
  hunspell-fr/repos/extra-any/PKGBUILD
(from rev 164270, hunspell-fr/trunk/PKGBUILD)
Deleted:
  hunspell-fr/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-29 13:41:09 UTC (rev 164270)
+++ PKGBUILD2012-07-29 13:41:26 UTC (rev 164271)
@@ -1,40 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-
-pkgname=hunspell-fr
-pkgver=4.4.1
-pkgrel=1
-pkgdesc="French (modern) hunspell dictionaries"
-arch=(any)
-url="http://www.dicollecte.org/";
-license=('GPL' 'MPL' 'LGPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
-md5sums=('21797904e86e2faa2057cca18fc90105')
-
-package() {
-  cd "${srcdir}"
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 fr-moderne.dic ${pkgdir}/usr/share/hunspell/fr_FR.dic
-  install -m644 fr-moderne.aff ${pkgdir}/usr/share/hunspell/fr_FR.aff
-
-  pushd ${pkgdir}/usr/share/hunspell/
-  fr_FR_aliases="fr_BE fr_CA fr_CH fr_LU"
-  for lang in ${fr_FR_aliases}; do
-   ln -s fr_FR.aff ${lang}.aff
-   ln -s fr_FR.dic ${lang}.dic
-  done
-
-  popd
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd ${pkgdir}/usr/share/myspell/dicts
-for file in ${pkgdir}/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename ${file}) .
-done
-  popd
-  
-  # docs
-  install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
-  install -m644 README_fr.txt $pkgdir/usr/share/doc/${pkgname}/README_fr.txt
-}

Copied: hunspell-fr/repos/extra-any/PKGBUILD (from rev 164270, 
hunspell-fr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-07-29 13:41:26 UTC (rev 164271)
@@ -0,0 +1,40 @@
+# Maintainer: Guillaume ALAUX 
+
+pkgname=hunspell-fr
+pkgver=4.5
+pkgrel=1
+pkgdesc="French (modern) hunspell dictionaries"
+arch=(any)
+url="http://www.dicollecte.org/";
+license=('GPL' 'MPL' 'LGPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
+md5sums=('9c0254edb3a820553c3cfb9f07e77174')
+
+package() {
+  cd "${srcdir}"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 fr-moderne.dic ${pkgdir}/usr/share/hunspell/fr_FR.dic
+  install -m644 fr-moderne.aff ${pkgdir}/usr/share/hunspell/fr_FR.aff
+
+  pushd ${pkgdir}/usr/share/hunspell/
+  fr_FR_aliases="fr_BE fr_CA fr_CH fr_LU"
+  for lang in ${fr_FR_aliases}; do
+   ln -s fr_FR.aff ${lang}.aff
+   ln -s fr_FR.dic ${lang}.dic
+  done
+
+  popd
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd ${pkgdir}/usr/share/myspell/dicts
+for file in ${pkgdir}/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename ${file}) .
+done
+  popd
+  
+  # docs
+  install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
+  install -m644 README_fr.txt $pkgdir/usr/share/doc/${pkgname}/README_fr.txt
+}



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

2012-07-29 Thread Dave Reisner
Date: Sunday, July 29, 2012 @ 12:14:30
  Author: dreisner
Revision: 164272

upgpkg: mkinitcpio 0.10-1

Brian Parsons (1):
  Update module filter to be aware of hyphens in the MODULES array

Dave Reisner (9):
  shutdown: don't alert udev on disable VGs
  add 'strip' install hook
  use last exit status as default arg for cleanup
  initalize buildroot later, and out outside of hooks
  lsinitcpio: comment on why bsdtar alone isn't good enough
  init_functions: use a consistent default rootdelay
  implement --moduleroot option
  mkinitcpio: rename longopt for --add to --addhooks
  autodetect: fix wrong flag passed to modprobe

Tom Gundersen (1):
  baseroot: add flagfile to indicate we're in an initramfs

Modified:
  mkinitcpio/trunk/PKGBUILD
Deleted:
  
mkinitcpio/trunk/0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch
  mkinitcpio/trunk/0002-shutdown-don-t-alert-udev-on-disable-VGs.patch

-+
 0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch |   29 
--
 0002-shutdown-don-t-alert-udev-on-disable-VGs.patch |   28 
-
 PKGBUILD|   26 ++--
 3 files changed, 7 insertions(+), 76 deletions(-)

Deleted: 0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch
===
--- 0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch 
2012-07-29 13:41:26 UTC (rev 164271)
+++ 0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch 
2012-07-29 16:14:30 UTC (rev 164272)
@@ -1,29 +0,0 @@
-From 7cf7ac4eb2c29a2b1aa748dae7658da5fbbc3a18 Mon Sep 17 00:00:00 2001
-From: Brian Parsons 
-Date: Mon, 11 Jun 2012 17:30:10 -0400
-Subject: [PATCH 1/2] Update module filter to be aware of hyphens in the
- MODULES array
-
-[dave: fix whitespace and re-add needed quoting]
-
-Signed-off-by: Dave Reisner 

- functions |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/functions b/functions
-index 4a62d8e..e9fb81a 100644
 a/functions
-+++ b/functions
-@@ -590,7 +590,7 @@ write_image_config() {
- . "$CONFIG"
- 
- # sanitize of any extra whitespace
--read -ra modules <<< "$MODULES"
-+read -ra modules <<<"${MODULES//-/_}"
- for mod in "${modules[@]}"; do
- in_array "${mod%\?}" "${ADDED_MODULES[@]}" || continue
- add+=("${mod%\?}")
--- 
-1.7.10.4
-

Deleted: 0002-shutdown-don-t-alert-udev-on-disable-VGs.patch
===
--- 0002-shutdown-don-t-alert-udev-on-disable-VGs.patch 2012-07-29 13:41:26 UTC 
(rev 164271)
+++ 0002-shutdown-don-t-alert-udev-on-disable-VGs.patch 2012-07-29 16:14:30 UTC 
(rev 164272)
@@ -1,28 +0,0 @@
-From c257b0d7b4dd1c3f9b63c6a27b68a27bc246acea Mon Sep 17 00:00:00 2001
-From: Dave Reisner 
-Date: Tue, 12 Jun 2012 19:18:18 -0400
-Subject: [PATCH 2/2] shutdown: don't alert udev on disable VGs
-
-Fixes FS#30271.
-
-Signed-off-by: Dave Reisner 

- shutdown |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/shutdown b/shutdown
-index ce7de23..fd88105 100644
 a/shutdown
-+++ b/shutdown
-@@ -25,7 +25,7 @@ stop_device() {
- read devname <"$1/dm/name"
- lvm lvdisplay -c "/dev/mapper/$devname" | {
- IFS=: read _ vgname _
--lvm vgchange -an "$vgname"
-+lvm vgchange --noudevsync -an "$vgname"
- }
- ;;
- raid*)
--- 
-1.7.10.4
-

Modified: PKGBUILD
===
--- PKGBUILD2012-07-29 13:41:26 UTC (rev 164271)
+++ PKGBUILD2012-07-29 16:14:30 UTC (rev 164272)
@@ -3,37 +3,25 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=mkinitcpio
-pkgver=0.9.2
-pkgrel=2
+pkgver=0.10
+pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
 url="http://www.archlinux.org/";
 license=('GPL')
-depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod>=3' 'util-linux>=2.21' 
'libarchive' 'coreutils'
+depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.21' 
'libarchive' 'coreutils'
  'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'file' 'gzip' 
'systemd-tools')
 optdepends=('xz: Use lzma or xz compression for the initramfs image'
 'bzip2: Use bzip2 compression for the initramfs image'
 'lzop: Use lzo compression for the initramfs image'
 'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
 backup=('etc/mkinitcpio.conf')
-source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz";
-0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch
-0002-shutdown-don-t-alert-udev-on-disable-VGs.patch)
+source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 install=mkinitcpio.insta

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

2012-07-29 Thread Dave Reisner
Date: Sunday, July 29, 2012 @ 12:14:36
  Author: dreisner
Revision: 164273

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 164272, mkinitcpio/trunk/PKGBUILD)
  mkinitcpio/repos/testing-any/mkinitcpio.install
(from rev 164272, mkinitcpio/trunk/mkinitcpio.install)

+
 PKGBUILD   |   27 +++
 mkinitcpio.install |8 
 2 files changed, 35 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 164272, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-07-29 16:14:36 UTC (rev 164273)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Thomas Bächler 
+
+pkgname=mkinitcpio
+pkgver=0.10
+pkgrel=1
+pkgdesc="Modular initramfs image creation utility"
+arch=('any')
+url="http://www.archlinux.org/";
+license=('GPL')
+depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.21' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'file' 'gzip' 
'systemd-tools')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+backup=('etc/mkinitcpio.conf')
+source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+install=mkinitcpio.install
+sha256sums=('cd3526b135ede8ca60e05222b1e86cdf3a917947d4fd5b6e6a0a34ec408bc494'
+'21bd8a75203d15706fd66bfc9520ea1eb728736ee8f6c6a595f63f997b2673e3')
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+

Copied: mkinitcpio/repos/testing-any/mkinitcpio.install (from rev 164272, 
mkinitcpio/trunk/mkinitcpio.install)
===
--- testing-any/mkinitcpio.install  (rev 0)
+++ testing-any/mkinitcpio.install  2012-07-29 16:14:36 UTC (rev 164273)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ "$(vercmp 0.9.0 "$2")" -eq 1 ]; then
+printf '==> If your /usr is on a separate partition, you must add the 
"usr" hook\n'
+printf 'to /etc/mkinitcpio.conf and regenerate your images before 
rebooting\n'
+  fi
+}



[arch-commits] Commit in kdeplasma-applets-networkmanagement/trunk (PKGBUILD)

2012-07-29 Thread Andrea Scarpino
Date: Sunday, July 29, 2012 @ 16:00:28
  Author: andrea
Revision: 164274

upgpkg: kdeplasma-applets-networkmanagement 1:0.9.0.4-1

Upstream release

Modified:
  kdeplasma-applets-networkmanagement/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-29 16:14:36 UTC (rev 164273)
+++ PKGBUILD2012-07-29 20:00:28 UTC (rev 164274)
@@ -4,7 +4,7 @@
 
 pkgname=kdeplasma-applets-networkmanagement
 epoch=1
-pkgver=0.9.0.3
+pkgver=0.9.0.4
 pkgrel=1
 pkgdesc="KDE control panel and widget network connections"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'openconnect: Cisco AnyConnect compatible VPN client')
 install=${pkgname}.install
 
source=("http://download.kde.org/unstable/networkmanagement/${pkgver}/src/networkmanagement-${pkgver}.tar.bz2";)
-sha256sums=('d8ad2dd89521dbe21e17131ef24bd7d792e90a150e15f0fbdab1bfa4a46e00f7')
+sha256sums=('520d0592171ce1aa1c54916f408e7f2d1e016da0acefc725f7170b67a292e256')
 
 build() {
   cd "${srcdir}"



[arch-commits] Commit in kdeplasma-applets-networkmanagement/repos (8 files)

2012-07-29 Thread Andrea Scarpino
Date: Sunday, July 29, 2012 @ 16:00:55
  Author: andrea
Revision: 164275

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

Added:
  kdeplasma-applets-networkmanagement/repos/testing-i686/PKGBUILD
(from rev 164274, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
  
kdeplasma-applets-networkmanagement/repos/testing-i686/kdeplasma-applets-networkmanagement.install
(from rev 164274, 
kdeplasma-applets-networkmanagement/trunk/kdeplasma-applets-networkmanagement.install)
  kdeplasma-applets-networkmanagement/repos/testing-x86_64/PKGBUILD
(from rev 164274, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
  
kdeplasma-applets-networkmanagement/repos/testing-x86_64/kdeplasma-applets-networkmanagement.install
(from rev 164274, 
kdeplasma-applets-networkmanagement/trunk/kdeplasma-applets-networkmanagement.install)
Deleted:
  kdeplasma-applets-networkmanagement/repos/testing-i686/PKGBUILD
  
kdeplasma-applets-networkmanagement/repos/testing-i686/kdeplasma-applets-networkmanagement.install
  kdeplasma-applets-networkmanagement/repos/testing-x86_64/PKGBUILD
  
kdeplasma-applets-networkmanagement/repos/testing-x86_64/kdeplasma-applets-networkmanagement.install

+
 testing-i686/PKGBUILD  |   70 +--
 testing-i686/kdeplasma-applets-networkmanagement.install   |   22 +--
 testing-x86_64/PKGBUILD|   70 +--
 testing-x86_64/kdeplasma-applets-networkmanagement.install |   22 +--
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-07-29 20:00:28 UTC (rev 164274)
+++ testing-i686/PKGBUILD   2012-07-29 20:00:55 UTC (rev 164275)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 105813 2011-01-12 00:25:58Z andrea $
-# Maintainer: Andrea Scarpino 
-# Contributor: Jakub Schmidtke 
-
-pkgname=kdeplasma-applets-networkmanagement
-epoch=1
-pkgver=0.9.0.3
-pkgrel=1
-pkgdesc="KDE control panel and widget network connections"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/base/networkmanagement'
-license=('GPL')
-depends=('kdebase-workspace' 'networkmanager')
-makedepends=('cmake' 'python2' 'automoc4' 'mobile-broadband-provider-info'
- 'openconnect')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect compatible VPN client')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/networkmanagement/${pkgver}/src/networkmanagement-${pkgver}.tar.bz2";)
-sha256sums=('d8ad2dd89521dbe21e17131ef24bd7d792e90a150e15f0fbdab1bfa4a46e00f7')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../networkmanagement-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeplasma-applets-networkmanagement/repos/testing-i686/PKGBUILD (from 
rev 164274, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-29 20:00:55 UTC (rev 164275)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 105813 2011-01-12 00:25:58Z andrea $
+# Maintainer: Andrea Scarpino 
+# Contributor: Jakub Schmidtke 
+
+pkgname=kdeplasma-applets-networkmanagement
+epoch=1
+pkgver=0.9.0.4
+pkgrel=1
+pkgdesc="KDE control panel and widget network connections"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/base/networkmanagement'
+license=('GPL')
+depends=('kdebase-workspace' 'networkmanager')
+makedepends=('cmake' 'python2' 'automoc4' 'mobile-broadband-provider-info'
+ 'openconnect')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect compatible VPN client')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/networkmanagement/${pkgver}/src/networkmanagement-${pkgver}.tar.bz2";)
+sha256sums=('520d0592171ce1aa1c54916f408e7f2d1e016da0acefc725f7170b67a292e256')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../networkmanagement-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-i686/kdeplasma-applets-networkmanagement.install
===
--- testing-i686/kdeplasma-applets-networkmanagement.install2012-07-29 
20:00:28 UTC (rev 164274)
+++ testing-i686/kdeplasma-applets-networkmanagement.install2012-07-29 
20:00:55 UTC (rev 164275)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolo

[arch-commits] Commit in kdeplasma-applets-networkmanagement/repos (8 files)

2012-07-29 Thread Andrea Scarpino
Date: Sunday, July 29, 2012 @ 16:01:58
  Author: andrea
Revision: 164276

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

Added:
  kdeplasma-applets-networkmanagement/repos/testing-i686/PKGBUILD
(from rev 164275, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
  
kdeplasma-applets-networkmanagement/repos/testing-i686/kdeplasma-applets-networkmanagement.install
(from rev 164275, 
kdeplasma-applets-networkmanagement/trunk/kdeplasma-applets-networkmanagement.install)
  kdeplasma-applets-networkmanagement/repos/testing-x86_64/PKGBUILD
(from rev 164275, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
  
kdeplasma-applets-networkmanagement/repos/testing-x86_64/kdeplasma-applets-networkmanagement.install
(from rev 164275, 
kdeplasma-applets-networkmanagement/trunk/kdeplasma-applets-networkmanagement.install)
Deleted:
  kdeplasma-applets-networkmanagement/repos/testing-i686/PKGBUILD
  
kdeplasma-applets-networkmanagement/repos/testing-i686/kdeplasma-applets-networkmanagement.install
  kdeplasma-applets-networkmanagement/repos/testing-x86_64/PKGBUILD
  
kdeplasma-applets-networkmanagement/repos/testing-x86_64/kdeplasma-applets-networkmanagement.install

+
 testing-i686/PKGBUILD  |   70 +--
 testing-i686/kdeplasma-applets-networkmanagement.install   |   22 +--
 testing-x86_64/PKGBUILD|   70 +--
 testing-x86_64/kdeplasma-applets-networkmanagement.install |   22 +--
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-07-29 20:00:55 UTC (rev 164275)
+++ testing-i686/PKGBUILD   2012-07-29 20:01:58 UTC (rev 164276)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 105813 2011-01-12 00:25:58Z andrea $
-# Maintainer: Andrea Scarpino 
-# Contributor: Jakub Schmidtke 
-
-pkgname=kdeplasma-applets-networkmanagement
-epoch=1
-pkgver=0.9.0.4
-pkgrel=1
-pkgdesc="KDE control panel and widget network connections"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/base/networkmanagement'
-license=('GPL')
-depends=('kdebase-workspace' 'networkmanager')
-makedepends=('cmake' 'python2' 'automoc4' 'mobile-broadband-provider-info'
- 'openconnect')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect compatible VPN client')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/networkmanagement/${pkgver}/src/networkmanagement-${pkgver}.tar.bz2";)
-sha256sums=('520d0592171ce1aa1c54916f408e7f2d1e016da0acefc725f7170b67a292e256')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../networkmanagement-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeplasma-applets-networkmanagement/repos/testing-i686/PKGBUILD (from 
rev 164275, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-29 20:01:58 UTC (rev 164276)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 105813 2011-01-12 00:25:58Z andrea $
+# Maintainer: Andrea Scarpino 
+# Contributor: Jakub Schmidtke 
+
+pkgname=kdeplasma-applets-networkmanagement
+epoch=1
+pkgver=0.9.0.4
+pkgrel=1
+pkgdesc="KDE control panel and widget network connections"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/base/networkmanagement'
+license=('GPL')
+depends=('kdebase-workspace' 'networkmanager')
+makedepends=('cmake' 'python2' 'automoc4' 'mobile-broadband-provider-info'
+ 'openconnect')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect compatible VPN client')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/networkmanagement/${pkgver}/src/networkmanagement-${pkgver}.tar.bz2";)
+sha256sums=('520d0592171ce1aa1c54916f408e7f2d1e016da0acefc725f7170b67a292e256')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../networkmanagement-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-i686/kdeplasma-applets-networkmanagement.install
===
--- testing-i686/kdeplasma-applets-networkmanagement.install2012-07-29 
20:00:55 UTC (rev 164275)
+++ testing-i686/kdeplasma-applets-networkmanagement.install2012-07-29 
20:01:58 UTC (rev 164276)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolo

[arch-commits] Commit in pkgstats/repos (9 files)

2012-07-29 Thread Pierre Schmitz
Date: Sunday, July 29, 2012 @ 16:09:51
  Author: pierre
Revision: 164277

db-move: moved pkgstats from [testing] to [extra] (any)

Added:
  pkgstats/repos/extra-any/PKGBUILD
(from rev 164276, pkgstats/repos/testing-any/PKGBUILD)
  pkgstats/repos/extra-any/pkgstats.cron
(from rev 164276, pkgstats/repos/testing-any/pkgstats.cron)
  pkgstats/repos/extra-any/pkgstats.install
(from rev 164276, pkgstats/repos/testing-any/pkgstats.install)
  pkgstats/repos/extra-any/pkgstats.sh
(from rev 164276, pkgstats/repos/testing-any/pkgstats.sh)
Deleted:
  pkgstats/repos/extra-any/PKGBUILD
  pkgstats/repos/extra-any/pkgstats.cron
  pkgstats/repos/extra-any/pkgstats.install
  pkgstats/repos/extra-any/pkgstats.sh
  pkgstats/repos/testing-any/

--+
 PKGBUILD |   40 +++
 pkgstats.cron|4 -
 pkgstats.install |   20 +++
 pkgstats.sh  |  141 ++---
 4 files changed, 112 insertions(+), 93 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-29 20:01:58 UTC (rev 164276)
+++ extra-any/PKGBUILD  2012-07-29 20:09:51 UTC (rev 164277)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=pkgstats
-pkgver=2.1
-pkgrel=5
-pkgdesc='submits a list of installed packages to the Arch Linux project'
-arch=('any')
-url='https://www.archlinux.de'
-license=('GPL')
-depends=('bash' 'curl' 'pacman' 'sed' 'coreutils' 'cron')
-source=('pkgstats.sh' 'pkgstats.cron')
-install='pkgstats.install'
-md5sums=('f63f0619b6ecd76f41de11561bf2fb1e'
- 'e86e6b9778303367f2e31f5c311da685')
-
-package() {
-   install -D -m755 ${srcdir}/pkgstats.sh ${pkgdir}/usr/bin/pkgstats
-   install -D -m744 ${srcdir}/pkgstats.cron 
${pkgdir}/etc/cron.weekly/pkgstats
-}

Copied: pkgstats/repos/extra-any/PKGBUILD (from rev 164276, 
pkgstats/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-29 20:09:51 UTC (rev 164277)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=pkgstats
+pkgver=2.3
+pkgrel=1
+pkgdesc='submits a list of installed packages to the Arch Linux project'
+arch=('any')
+url='https://www.archlinux.de'
+license=('GPL')
+depends=('bash' 'curl' 'pacman' 'sed' 'coreutils' 'cron' 'awk' 'grep')
+source=('pkgstats.sh' 'pkgstats.cron')
+install='pkgstats.install'
+md5sums=('f894fc13082459bf16070ab54ef2501b'
+ 'e86e6b9778303367f2e31f5c311da685')
+
+package() {
+   install -D -m755 ${srcdir}/pkgstats.sh ${pkgdir}/usr/bin/pkgstats
+   install -D -m744 ${srcdir}/pkgstats.cron 
${pkgdir}/etc/cron.weekly/pkgstats
+}

Deleted: extra-any/pkgstats.cron
===
--- extra-any/pkgstats.cron 2012-07-29 20:01:58 UTC (rev 164276)
+++ extra-any/pkgstats.cron 2012-07-29 20:09:51 UTC (rev 164277)
@@ -1,2 +0,0 @@
-#!/bin/sh
-su -s /bin/bash -c '/usr/bin/pkgstats -q' nobody

Copied: pkgstats/repos/extra-any/pkgstats.cron (from rev 164276, 
pkgstats/repos/testing-any/pkgstats.cron)
===
--- extra-any/pkgstats.cron (rev 0)
+++ extra-any/pkgstats.cron 2012-07-29 20:09:51 UTC (rev 164277)
@@ -0,0 +1,2 @@
+#!/bin/sh
+su -s /bin/bash -c '/usr/bin/pkgstats -q' nobody

Deleted: extra-any/pkgstats.install
===
--- extra-any/pkgstats.install  2012-07-29 20:01:58 UTC (rev 164276)
+++ extra-any/pkgstats.install  2012-07-29 20:09:51 UTC (rev 164277)
@@ -1,10 +0,0 @@
-post_upgrade() {
-   if [ "$(vercmp $2 2.1-4)" -lt 0 ]; then
-   post_install
-   fi
-}
-
-post_install() {
-   echo "Note: A weekly cronjob was installed to /etc/cron.weekly/pkgstats"
-   echo "  For more information see 
https://bbs.archlinux.org/viewtopic.php?id=105431";
-}

Copied: pkgstats/repos/extra-any/pkgstats.install (from rev 164276, 
pkgstats/repos/testing-any/pkgstats.install)
===
--- extra-any/pkgstats.install  (rev 0)
+++ extra-any/pkgstats.install  2012-07-29 20:09:51 UTC (rev 164277)
@@ -0,0 +1,10 @@
+post_upgrade() {
+   if [ "$(vercmp $2 2.1-4)" -lt 0 ]; then
+   post_install
+   fi
+}
+
+post_install() {
+   echo "Note: A weekly cronjob was installed to /etc/cron.weekly/pkgstats"
+   echo "  For more information see 
https://bbs.archlinux.org/viewtopic.php?id=105431";
+}

Deleted: extra-any/pkgstats.sh
===
--- extra-any/pkgstats.sh   2012-07-29 20:01:58 UTC (rev 164276)
+++ extra-any/pkgstats.sh   2012-07-29 20:09:51 UTC (rev 164277)
@@ -1,61 +0,0 @@
-#!/bin/bash
-
-pkgstatsver='2.1'
-showonl

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

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 17:07:44
  Author: eric
Revision: 164278

db-move: moved bzflag from [staging] to [testing] (i686, x86_64)

Added:
  bzflag/repos/testing-i686/
  bzflag/repos/testing-i686/PKGBUILD
(from rev 164277, bzflag/repos/staging-i686/PKGBUILD)
  bzflag/repos/testing-x86_64/
  bzflag/repos/testing-x86_64/PKGBUILD
(from rev 164277, bzflag/repos/staging-x86_64/PKGBUILD)
Deleted:
  bzflag/repos/staging-i686/
  bzflag/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: bzflag/repos/testing-i686/PKGBUILD (from rev 164277, 
bzflag/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-29 21:07:44 UTC (rev 164278)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Damir Perisa 
+# Contributor: Kevin Piche 
+# Maintainer: Gaetan Bisson 
+
+pkgname=bzflag
+pkgver=2.4.0
+pkgrel=4
+pkgdesc='Multiplayer 3D tank battle game'
+url='http://bzflag.org/'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('curl' 'glew' 'mesa' 'sdl')
+source=("http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2";)
+sha1sums=('af469d63af7143479176ea0ac91ce2eaa6e4561f')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --prefix=/usr
+   make
+
+   cd misc
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 misc/bzflag.desktop 
"${pkgdir}"/usr/share/applications/bzflag.desktop
+   install -Dm644 data/bzflag-48x48.png 
"${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png
+}

Copied: bzflag/repos/testing-x86_64/PKGBUILD (from rev 164277, 
bzflag/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-29 21:07:44 UTC (rev 164278)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Damir Perisa 
+# Contributor: Kevin Piche 
+# Maintainer: Gaetan Bisson 
+
+pkgname=bzflag
+pkgver=2.4.0
+pkgrel=4
+pkgdesc='Multiplayer 3D tank battle game'
+url='http://bzflag.org/'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('curl' 'glew' 'mesa' 'sdl')
+source=("http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2";)
+sha1sums=('af469d63af7143479176ea0ac91ce2eaa6e4561f')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --prefix=/usr
+   make
+
+   cd misc
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 misc/bzflag.desktop 
"${pkgdir}"/usr/share/applications/bzflag.desktop
+   install -Dm644 data/bzflag-48x48.png 
"${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png
+}



[arch-commits] Commit in calligra/repos (30 files)

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 17:08:11
  Author: eric
Revision: 164279

db-move: moved calligra from [staging] to [testing] (i686, x86_64)

Added:
  calligra/repos/testing-i686/
  calligra/repos/testing-i686/PKGBUILD
(from rev 164277, calligra/repos/staging-i686/PKGBUILD)
  calligra/repos/testing-i686/calligra-braindump.install
(from rev 164277, calligra/repos/staging-i686/calligra-braindump.install)
  calligra/repos/testing-i686/calligra-filters.install
(from rev 164277, calligra/repos/staging-i686/calligra-filters.install)
  calligra/repos/testing-i686/calligra-flow.install
(from rev 164277, calligra/repos/staging-i686/calligra-flow.install)
  calligra/repos/testing-i686/calligra-karbon.install
(from rev 164277, calligra/repos/staging-i686/calligra-karbon.install)
  calligra/repos/testing-i686/calligra-kexi.install
(from rev 164277, calligra/repos/staging-i686/calligra-kexi.install)
  calligra/repos/testing-i686/calligra-krita.install
(from rev 164277, calligra/repos/staging-i686/calligra-krita.install)
  calligra/repos/testing-i686/calligra-plan.install
(from rev 164277, calligra/repos/staging-i686/calligra-plan.install)
  calligra/repos/testing-i686/calligra-sheets.install
(from rev 164277, calligra/repos/staging-i686/calligra-sheets.install)
  calligra/repos/testing-i686/calligra-stage.install
(from rev 164277, calligra/repos/staging-i686/calligra-stage.install)
  calligra/repos/testing-i686/calligra-tools.install
(from rev 164277, calligra/repos/staging-i686/calligra-tools.install)
  calligra/repos/testing-i686/calligra-words.install
(from rev 164277, calligra/repos/staging-i686/calligra-words.install)
  calligra/repos/testing-i686/calligra.install
(from rev 164277, calligra/repos/staging-i686/calligra.install)
  calligra/repos/testing-x86_64/
  calligra/repos/testing-x86_64/PKGBUILD
(from rev 164277, calligra/repos/staging-x86_64/PKGBUILD)
  calligra/repos/testing-x86_64/calligra-braindump.install
(from rev 164277, calligra/repos/staging-x86_64/calligra-braindump.install)
  calligra/repos/testing-x86_64/calligra-filters.install
(from rev 164277, calligra/repos/staging-x86_64/calligra-filters.install)
  calligra/repos/testing-x86_64/calligra-flow.install
(from rev 164277, calligra/repos/staging-x86_64/calligra-flow.install)
  calligra/repos/testing-x86_64/calligra-karbon.install
(from rev 164277, calligra/repos/staging-x86_64/calligra-karbon.install)
  calligra/repos/testing-x86_64/calligra-kexi.install
(from rev 164277, calligra/repos/staging-x86_64/calligra-kexi.install)
  calligra/repos/testing-x86_64/calligra-krita.install
(from rev 164277, calligra/repos/staging-x86_64/calligra-krita.install)
  calligra/repos/testing-x86_64/calligra-plan.install
(from rev 164277, calligra/repos/staging-x86_64/calligra-plan.install)
  calligra/repos/testing-x86_64/calligra-sheets.install
(from rev 164277, calligra/repos/staging-x86_64/calligra-sheets.install)
  calligra/repos/testing-x86_64/calligra-stage.install
(from rev 164277, calligra/repos/staging-x86_64/calligra-stage.install)
  calligra/repos/testing-x86_64/calligra-tools.install
(from rev 164277, calligra/repos/staging-x86_64/calligra-tools.install)
  calligra/repos/testing-x86_64/calligra-words.install
(from rev 164277, calligra/repos/staging-x86_64/calligra-words.install)
  calligra/repos/testing-x86_64/calligra.install
(from rev 164277, calligra/repos/staging-x86_64/calligra.install)
Deleted:
  calligra/repos/staging-i686/
  calligra/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |  264 
 testing-i686/calligra-braindump.install   |   12 +
 testing-i686/calligra-filters.install |   11 +
 testing-i686/calligra-flow.install|   12 +
 testing-i686/calligra-karbon.install  |   12 +
 testing-i686/calligra-kexi.install|   11 +
 testing-i686/calligra-krita.install   |   13 +
 testing-i686/calligra-plan.install|   12 +
 testing-i686/calligra-sheets.install  |   12 +
 testing-i686/calligra-stage.install   |   12 +
 testing-i686/calligra-tools.install   |   12 +
 testing-i686/calligra-words.install   |   12 +
 testing-i686/calligra.install |   11 +
 testing-x86_64/PKGBUILD   |  264 
 testing-x86_64/calligra-braindump.install |   12 +
 testing-x86_64/calligra-filters.install   |   11 +
 testing-x86_64/calligra-flow.install  |   12 +
 testing-x86_64/calligra-karbon.install|   12 +
 testing-x86_64/calligra-kexi.install  |   11 +
 testing-x86_64/calligra-krita.install |   13 +
 testing-x86_64/calligra-plan.install  |   12 +
 testing-x86_64/calligra-sheets.install|   12 +
 testing-x86_64/calligra-stage.install |   12 +
 testing-x86_64/calligra-tools.install |   12 +
 testing-x86_64/calligra-words.install |   12 +
 testing-x86_64/c

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

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 17:08:21
  Author: eric
Revision: 164280

db-move: moved enblend-enfuse from [staging] to [testing] (i686, x86_64)

Added:
  enblend-enfuse/repos/testing-i686/
  enblend-enfuse/repos/testing-i686/PKGBUILD
(from rev 164277, enblend-enfuse/repos/staging-i686/PKGBUILD)
  enblend-enfuse/repos/testing-i686/enblend-4.0-libpng15.patch
(from rev 164277, 
enblend-enfuse/repos/staging-i686/enblend-4.0-libpng15.patch)
  enblend-enfuse/repos/testing-i686/enblend-enfuse.install
(from rev 164277, enblend-enfuse/repos/staging-i686/enblend-enfuse.install)
  enblend-enfuse/repos/testing-i686/libpng-1.4.patch
(from rev 164277, enblend-enfuse/repos/staging-i686/libpng-1.4.patch)
  enblend-enfuse/repos/testing-x86_64/
  enblend-enfuse/repos/testing-x86_64/PKGBUILD
(from rev 164277, enblend-enfuse/repos/staging-x86_64/PKGBUILD)
  enblend-enfuse/repos/testing-x86_64/enblend-4.0-libpng15.patch
(from rev 164277, 
enblend-enfuse/repos/staging-x86_64/enblend-4.0-libpng15.patch)
  enblend-enfuse/repos/testing-x86_64/enblend-enfuse.install
(from rev 164277, 
enblend-enfuse/repos/staging-x86_64/enblend-enfuse.install)
  enblend-enfuse/repos/testing-x86_64/libpng-1.4.patch
(from rev 164277, enblend-enfuse/repos/staging-x86_64/libpng-1.4.patch)
Deleted:
  enblend-enfuse/repos/staging-i686/
  enblend-enfuse/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   39 
 testing-i686/enblend-4.0-libpng15.patch   |  220 
 testing-i686/enblend-enfuse.install   |   22 ++
 testing-i686/libpng-1.4.patch |   14 +
 testing-x86_64/PKGBUILD   |   39 
 testing-x86_64/enblend-4.0-libpng15.patch |  220 
 testing-x86_64/enblend-enfuse.install |   22 ++
 testing-x86_64/libpng-1.4.patch   |   14 +
 8 files changed, 590 insertions(+)

Copied: enblend-enfuse/repos/testing-i686/PKGBUILD (from rev 164277, 
enblend-enfuse/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-29 21:08:21 UTC (rev 164280)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: tobias 
+# Contributor: Dominik Ryba 
+
+pkgname=enblend-enfuse
+pkgver=4.0
+pkgrel=6
+pkgdesc="Intelligent blend tool for overlapping picture"
+arch=("i686" "x86_64")
+license=('GPL')
+url="http://enblend.sourceforge.net";
+depends=('openexr' 'glew' 'libxmi' 'freeglut' 'lcms' 'libpng' 'boost-libs')
+makedepends=('boost')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz{,.asc}
 \
+libpng-1.4.patch enblend-4.0-libpng15.patch)
+sha1sums=('34c3a5ce11c6ef0ef520d8a15a3cb6a94a567033'
+  'aac6364b29b0a9d6c61c3db0982f52ce1579e934'
+  'eae6cf48ea082865130302d0b4d1ca0b884a563b'
+  '71e961d90be842eafe9d473d8d70b04b29077036')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}-753b534c819d"
+  sed -i 's/info.arith_code = TRUE/info.arith_code = FALSE/' 
src/vigra_impex/jpeg.cxx
+  patch -p1 -i ../libpng-1.4.patch
+  patch -p0 -i ../enblend-4.0-libpng15.patch
+  LIBS="-lboost_system" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}-753b534c819d"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 doc/enblend.info "${pkgdir}/usr/share/info/enblend.info"
+  install -D -m644 doc/enfuse.info "${pkgdir}/usr/share/info/enfuse.info"
+}

Copied: enblend-enfuse/repos/testing-i686/enblend-4.0-libpng15.patch (from rev 
164277, enblend-enfuse/repos/staging-i686/enblend-4.0-libpng15.patch)
===
--- testing-i686/enblend-4.0-libpng15.patch (rev 0)
+++ testing-i686/enblend-4.0-libpng15.patch 2012-07-29 21:08:21 UTC (rev 
164280)
@@ -0,0 +1,220 @@
+--- src/vigra_impex/png.cxx
 src/vigra_impex/png.cxx
+@@ -81,7 +81,7 @@
+ static void PngError( png_structp png_ptr, png_const_charp error_msg )
+ {
+ png_error_message = std::string(error_msg);
+-longjmp( png_ptr->jmpbuf, 1 );
++longjmp( png_jmpbuf( png_ptr ), 1 );
+ }
+ 
+ // called on non-fatal errors
+@@ -213,7 +213,7 @@
+ vigra_postcondition( png != 0, "could not create the read struct." );
+ 
+ // create info struct
+-if (setjmp(png->jmpbuf)) {
++if (setjmp(png_jmpbuf( png ))) {
+ png_destroy_read_struct( &png, &info, NULL );
+ vigra_postcondition( false, png_error_message.insert(0, "error in 
png_create_info_struct(): ").c_str() );
+ }
+@@ -221,14 +221,14 @@
+ vigra_postcondition( info != 0, "could not create the info struct." );
+ 
+ // init png i/o
+-if (setjmp(png->jmpbuf)) {
++if (setjmp(png_jmpbuf( png ))) {
+

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

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 17:08:24
  Author: eric
Revision: 164281

db-move: moved glew from [staging] to [testing] (i686, x86_64)

Added:
  glew/repos/testing-i686/
  glew/repos/testing-i686/PKGBUILD
(from rev 164277, glew/repos/staging-i686/PKGBUILD)
  glew/repos/testing-x86_64/
  glew/repos/testing-x86_64/PKGBUILD
(from rev 164277, glew/repos/staging-x86_64/PKGBUILD)
Deleted:
  glew/repos/staging-i686/
  glew/repos/staging-x86_64/

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

Copied: glew/repos/testing-i686/PKGBUILD (from rev 164277, 
glew/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-29 21:08:24 UTC (rev 164281)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: SleepyDog
+
+pkgname=glew
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="The OpenGL Extension Wrangler Library"
+arch=('i686' 'x86_64')
+url="http://glew.sourceforge.net";
+license=('BSD' 'MIT' 'GPL')
+depends=('libxmu' 'libxi' 'mesa')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
+sha1sums=('641c6bb3f924ec786e1e6cf2b1b230f594e0f0e4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's|lib64|lib|' config/Makefile.linux
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GLEW_DEST="${pkgdir}/usr" install.all
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  rm "${pkgdir}"/usr/lib/{libGLEW,libGLEWmx}.a
+  chmod 0755 "${pkgdir}"/usr/lib/libGLEW*.so.${pkgver}
+}

Copied: glew/repos/testing-x86_64/PKGBUILD (from rev 164277, 
glew/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-29 21:08:24 UTC (rev 164281)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: SleepyDog
+
+pkgname=glew
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="The OpenGL Extension Wrangler Library"
+arch=('i686' 'x86_64')
+url="http://glew.sourceforge.net";
+license=('BSD' 'MIT' 'GPL')
+depends=('libxmu' 'libxi' 'mesa')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
+sha1sums=('641c6bb3f924ec786e1e6cf2b1b230f594e0f0e4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's|lib64|lib|' config/Makefile.linux
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GLEW_DEST="${pkgdir}/usr" install.all
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  rm "${pkgdir}"/usr/lib/{libGLEW,libGLEWmx}.a
+  chmod 0755 "${pkgdir}"/usr/lib/libGLEW*.so.${pkgver}
+}



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

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 17:08:31
  Author: eric
Revision: 164282

db-move: moved hugin from [staging] to [testing] (i686, x86_64)

Added:
  hugin/repos/testing-i686/
  hugin/repos/testing-i686/PKGBUILD
(from rev 164277, hugin/repos/staging-i686/PKGBUILD)
  hugin/repos/testing-i686/gcc47.patch
(from rev 164277, hugin/repos/staging-i686/gcc47.patch)
  hugin/repos/testing-i686/hugin.install
(from rev 164277, hugin/repos/staging-i686/hugin.install)
  hugin/repos/testing-x86_64/
  hugin/repos/testing-x86_64/PKGBUILD
(from rev 164277, hugin/repos/staging-x86_64/PKGBUILD)
  hugin/repos/testing-x86_64/gcc47.patch
(from rev 164277, hugin/repos/staging-x86_64/gcc47.patch)
  hugin/repos/testing-x86_64/hugin.install
(from rev 164277, hugin/repos/staging-x86_64/hugin.install)
Deleted:
  hugin/repos/staging-i686/
  hugin/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   39 +++
 testing-i686/gcc47.patch |   11 +++
 testing-i686/hugin.install   |   15 +++
 testing-x86_64/PKGBUILD  |   39 +++
 testing-x86_64/gcc47.patch   |   11 +++
 testing-x86_64/hugin.install |   15 +++
 6 files changed, 130 insertions(+)

Copied: hugin/repos/testing-i686/PKGBUILD (from rev 164277, 
hugin/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-29 21:08:31 UTC (rev 164282)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=4
+pkgdesc="A frontend to the panorama-tools"
+arch=('i686' 'x86_64')
+url="http://hugin.sourceforge.net/";
+license=('GPL')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
+makedepends=('zip' 'cmake' 'boost' 'tclap')
+install=hugin.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+gcc47.patch)
+sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b'
+  'aa0fc9425bd7a4b5e270412f4ca72258fac77298')
+
+build() {
+  cd "${srcdir}"
+  patch -Np0 -i gcc47.patch
+  mkdir build
+  cd build
+  export CXXFLAGS+=" -fpermissive" 
+  cmake "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
+-DENABLE_LAPACK=yes
+  make
+}
+
+package(){
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Copied: hugin/repos/testing-i686/gcc47.patch (from rev 164277, 
hugin/repos/staging-i686/gcc47.patch)
===
--- testing-i686/gcc47.patch(rev 0)
+++ testing-i686/gcc47.patch2012-07-29 21:08:31 UTC (rev 164282)
@@ -0,0 +1,11 @@
+diff -Nur hugin-2011.4.0.orig/src/celeste/Utilities.cpp 
hugin-2011.4.0/src/celeste/Utilities.cpp
+--- hugin-2011.4.0.orig/src/celeste/Utilities.cpp  2012-07-08 
15:18:16.864454043 +
 hugin-2011.4.0/src/celeste/Utilities.cpp   2012-07-08 15:18:20.341089422 
+
+@@ -27,6 +27,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include "Utilities.h"
+ 
+ using namespace std; 

Copied: hugin/repos/testing-i686/hugin.install (from rev 164277, 
hugin/repos/staging-i686/hugin.install)
===
--- testing-i686/hugin.install  (rev 0)
+++ testing-i686/hugin.install  2012-07-29 21:08:31 UTC (rev 164282)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime > /dev/null
+}

Copied: hugin/repos/testing-x86_64/PKGBUILD (from rev 164277, 
hugin/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-29 21:08:31 UTC (rev 164282)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=4
+pkgdesc="A frontend to the panorama-tools"
+arch=('i686' 'x86_64')
+url="http://hugin.sourceforge.net/";
+license=('GPL')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
+makedepends=('zip' 'cmake' 'boost' 'tclap')
+install=hugin.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+g

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

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 17:08:37
  Author: eric
Revision: 164283

db-move: moved libimobiledevice from [staging] to [testing] (i686, x86_64)

Added:
  libimobiledevice/repos/testing-i686/
  libimobiledevice/repos/testing-i686/PKGBUILD
(from rev 164277, libimobiledevice/repos/staging-i686/PKGBUILD)
  libimobiledevice/repos/testing-i686/swig-version-check.patch
(from rev 164277, 
libimobiledevice/repos/staging-i686/swig-version-check.patch)
  libimobiledevice/repos/testing-x86_64/
  libimobiledevice/repos/testing-x86_64/PKGBUILD
(from rev 164277, libimobiledevice/repos/staging-x86_64/PKGBUILD)
  libimobiledevice/repos/testing-x86_64/swig-version-check.patch
(from rev 164277, 
libimobiledevice/repos/staging-x86_64/swig-version-check.patch)
Deleted:
  libimobiledevice/repos/staging-i686/
  libimobiledevice/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-i686/swig-version-check.patch   |   14 ++
 testing-x86_64/PKGBUILD |   27 +++
 testing-x86_64/swig-version-check.patch |   14 ++
 4 files changed, 82 insertions(+)

Copied: libimobiledevice/repos/testing-i686/PKGBUILD (from rev 164277, 
libimobiledevice/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-29 21:08:37 UTC (rev 164283)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libimobiledevice
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux"
+url="http://libimobiledevice.org/";
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('usbmuxd' 'gnutls' 'libgcrypt')
+options=('!libtool')
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('3f28cbc6a2e30d34685049c0abde5183')

Copied: libimobiledevice/repos/testing-i686/swig-version-check.patch (from rev 
164277, libimobiledevice/repos/staging-i686/swig-version-check.patch)
===
--- testing-i686/swig-version-check.patch   (rev 0)
+++ testing-i686/swig-version-check.patch   2012-07-29 21:08:37 UTC (rev 
164283)
@@ -0,0 +1,14 @@
+diff -Nur libimobiledevice-1.0.3.old/configure libimobiledevice-1.0.3/configure
+--- libimobiledevice-1.0.3.old/configure   2010-10-04 07:38:37.0 
-0700
 libimobiledevice-1.0.3/configure   2010-10-08 05:43:05.466686656 -0700
+@@ -3477,9 +3477,7 @@
+ if test -z "$available_patch" ; then
+ available_patch=0
+ fi
+-if test $available_major -ne $required_major \
+--o $available_minor -ne $required_minor \
+--o $available_patch -lt $required_patch ; then
++if test $available_major -lt $required_major ; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: 
WARNING: SWIG version >= 1.3.21 is required.  You have $swig_version.  You 
should look at http://www.swig.org"; >&5
+ $as_echo "$as_me: WARNING: SWIG version >= 1.3.21 is required.  You have 
$swig_version.  You should look at http://www.swig.org"; >&2;}
+ SWIG=false

Copied: libimobiledevice/repos/testing-x86_64/PKGBUILD (from rev 164277, 
libimobiledevice/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-29 21:08:37 UTC (rev 164283)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libimobiledevice
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux"
+url="http://libimobiledevice.org/";
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('usbmuxd' 'gnutls' 'libgcrypt')
+options=('!libtool')
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('3f28cbc6a2e30d34685049c0abde5183')

Copied: libimobiledevice/repos/testing-x86_64/swig-version-check.patch (from 
rev 164277, libimobiledevice/repos/staging-x86_64/swig-version-check.patch)
===

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

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 18:58:34
  Author: tomegun
Revision: 164284

upgpkg: gtkpod 2.1.2-2

usbmuxd and libimobiledivec sobump

Modified:
  gtkpod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-29 21:08:37 UTC (rev 164283)
+++ PKGBUILD2012-07-29 22:58:34 UTC (rev 164284)
@@ -4,7 +4,7 @@
 
 pkgname=gtkpod
 pkgver=2.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
 arch=('i686' 'x86_64')
 url="http://gtkpod.sourceforge.net";



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

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 18:59:52
  Author: tomegun
Revision: 164285

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

Added:
  gtkpod/repos/staging-i686/
  gtkpod/repos/staging-i686/PKGBUILD
(from rev 164284, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/staging-i686/gtkpod.install
(from rev 164284, gtkpod/trunk/gtkpod.install)
  gtkpod/repos/staging-x86_64/
  gtkpod/repos/staging-x86_64/PKGBUILD
(from rev 164284, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/staging-x86_64/gtkpod.install
(from rev 164284, gtkpod/trunk/gtkpod.install)

---+
 staging-i686/PKGBUILD |   34 ++
 staging-i686/gtkpod.install   |   12 
 staging-x86_64/PKGBUILD   |   34 ++
 staging-x86_64/gtkpod.install |   12 
 4 files changed, 92 insertions(+)

Copied: gtkpod/repos/staging-i686/PKGBUILD (from rev 164284, 
gtkpod/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-29 22:59:52 UTC (rev 164285)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+
+pkgname=gtkpod
+pkgver=2.1.2
+pkgrel=2
+pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
+arch=('i686' 'x86_64')
+url="http://gtkpod.sourceforge.net";
+license=('GPL')
+depends=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk')
+makedepends=('flex' 'intltool' 'libvorbis' 'faad2')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   'libvorbis: OGG support'
+'id3v2: mp3 conversion support'
+'faad2: m4a conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('88fef3f947cbb7ae6b714080733a3b6b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gtkpod/repos/staging-i686/gtkpod.install (from rev 164284, 
gtkpod/trunk/gtkpod.install)
===
--- staging-i686/gtkpod.install (rev 0)
+++ staging-i686/gtkpod.install 2012-07-29 22:59:52 UTC (rev 164285)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: gtkpod/repos/staging-x86_64/PKGBUILD (from rev 164284, 
gtkpod/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-29 22:59:52 UTC (rev 164285)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+
+pkgname=gtkpod
+pkgver=2.1.2
+pkgrel=2
+pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
+arch=('i686' 'x86_64')
+url="http://gtkpod.sourceforge.net";
+license=('GPL')
+depends=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk')
+makedepends=('flex' 'intltool' 'libvorbis' 'faad2')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   'libvorbis: OGG support'
+'id3v2: mp3 conversion support'
+'faad2: m4a conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('88fef3f947cbb7ae6b714080733a3b6b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gtkpod/repos/staging-x86_64/gtkpod.install (from rev 164284, 
gtkpod/trunk/gtkpod.install)
===
--- staging-x86_64/gtkpod.install   (rev 0)
+++ staging-x86_64/gtkpod.install   2012-07-29 22:59:52 UTC (rev 164285)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 19:01:18
  Author: tomegun
Revision: 164286

upgpkg: rhythmbox 2.97-2

usbmuxd and libimobiledivec sobump

Modified:
  rhythmbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-29 22:59:52 UTC (rev 164285)
+++ PKGBUILD2012-07-29 23:01:18 UTC (rev 164286)
@@ -4,7 +4,7 @@
 
 pkgname=rhythmbox
 pkgver=2.97
-pkgrel=1
+pkgrel=2
 pkgdesc="An iTunes-like music playback and management application"
 arch=('i686' 'x86_64')
 license=('GPL')



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

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 19:01:40
  Author: tomegun
Revision: 164287

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

Added:
  rhythmbox/repos/staging-i686/
  rhythmbox/repos/staging-i686/PKGBUILD
(from rev 164286, rhythmbox/trunk/PKGBUILD)
  rhythmbox/repos/staging-i686/rhythmbox.install
(from rev 164286, rhythmbox/trunk/rhythmbox.install)
  rhythmbox/repos/staging-x86_64/
  rhythmbox/repos/staging-x86_64/PKGBUILD
(from rev 164286, rhythmbox/trunk/PKGBUILD)
  rhythmbox/repos/staging-x86_64/rhythmbox.install
(from rev 164286, rhythmbox/trunk/rhythmbox.install)

--+
 staging-i686/PKGBUILD|   41 +
 staging-i686/rhythmbox.install   |   13 +++
 staging-x86_64/PKGBUILD  |   41 +
 staging-x86_64/rhythmbox.install |   13 +++
 4 files changed, 108 insertions(+)

Copied: rhythmbox/repos/staging-i686/PKGBUILD (from rev 164286, 
rhythmbox/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-29 23:01:40 UTC (rev 164287)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=rhythmbox
+pkgver=2.97
+pkgrel=2
+pkgdesc="An iTunes-like music playback and management application"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.rhythmbox.org";
+depends=('clutter' 'clutter-gtk' 'clutter-gst' 'dconf' 'desktop-file-utils' 
'grilo'
+ 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gvfs-afc' 
'json-glib'
+ 'libdmapsharing' 'libgpod' 'libmtp' 'libmusicbrainz4' 'libnotify' 
'libpeas' 'libwebkit3'
+ 'lirc-utils' 'media-player-info' 'mx' 'python2-gobject' 
'python2-mako' 'totem-plparser'
+ 'tdb' 'libdiscid')
+makedepends=('gnome-doc-utils' 'intltool' 'brasero' 'gobject-introspection' 
'vala')
+optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
+'gstreamer0.10-bad-plugins: Extra media codecs'
+'gstreamer0.10-ffmpeg: Extra media codecs'
+'brasero: cd burning')
+options=('!libtool' '!emptydirs')
+install=rhythmbox.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('b52567cf45bf13c0452593da7f907920bd4cf31916ca8dcd15d555336b4947e4')
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/rhythmbox \
+  --localstatedir=/var --disable-static \
+  --enable-daap --enable-python --enable-musicbrainz \
+  --with-mdns=avahi --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Copied: rhythmbox/repos/staging-i686/rhythmbox.install (from rev 164286, 
rhythmbox/trunk/rhythmbox.install)
===
--- staging-i686/rhythmbox.install  (rev 0)
+++ staging-i686/rhythmbox.install  2012-07-29 23:01:40 UTC (rev 164287)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: rhythmbox/repos/staging-x86_64/PKGBUILD (from rev 164286, 
rhythmbox/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-29 23:01:40 UTC (rev 164287)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=rhythmbox
+pkgver=2.97
+pkgrel=2
+pkgdesc="An iTunes-like music playback and management application"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.rhythmbox.org";
+depends=('clutter' 'clutter-gtk' 'clutter-gst' 'dconf' 'desktop-file-utils' 
'grilo'
+ 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gvfs-afc' 
'json-glib'
+ 'libdmapsharing' 'libgpod' 'libmtp' 'libmusicbrainz4' 'libnotify' 
'libpeas' 'libwebkit3'
+ 'lirc-utils' 'media-player-info' 'mx' 'python2-gobject' 
'python2-mako' 'totem-plparser'
+ 'tdb' 'libdiscid')
+makedepends=('gnome-doc-utils' 'intltool' 'brasero' 'gobject-introspection' 
'vala')
+optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
+'gstreamer0.10-bad-plugins: Extra media codecs'
+'gstreamer0.10-ffmpeg: Extra media codecs'
+'brasero: cd burning')
+options=('!libtool' '!emptydirs')
+install=rhythmbox.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('b52567cf45bf13c0452593da7f907920bd4cf31916ca8dcd15d555336b4947e4')
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bi

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

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 19:04:12
  Author: tomegun
Revision: 164288

upgpkg: gvfs 1.12.3-3

usbmuxd and libimobiledivec sobump

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-29 23:01:40 UTC (rev 164287)
+++ PKGBUILD2012-07-29 23:04:12 UTC (rev 164288)
@@ -4,7 +4,7 @@
 pkgbase=gvfs
 pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
 pkgver=1.12.3
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio' 'libgphoto2' 'libimobiledevice' 'libsoup-gnome' 'smbclient' 'udisks2')



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

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 19:04:46
  Author: tomegun
Revision: 164289

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

Added:
  gvfs/repos/staging-i686/
  gvfs/repos/staging-i686/PKGBUILD
(from rev 164288, gvfs/trunk/PKGBUILD)
  gvfs/repos/staging-i686/gvfs-module.install
(from rev 164288, gvfs/trunk/gvfs-module.install)
  gvfs/repos/staging-i686/gvfs-smb.install
(from rev 164288, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/staging-i686/gvfs.install
(from rev 164288, gvfs/trunk/gvfs.install)
  gvfs/repos/staging-x86_64/
  gvfs/repos/staging-x86_64/PKGBUILD
(from rev 164288, gvfs/trunk/PKGBUILD)
  gvfs/repos/staging-x86_64/gvfs-module.install
(from rev 164288, gvfs/trunk/gvfs-module.install)
  gvfs/repos/staging-x86_64/gvfs-smb.install
(from rev 164288, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/staging-x86_64/gvfs.install
(from rev 164288, gvfs/trunk/gvfs.install)

+
 staging-i686/PKGBUILD  |  112 +++
 staging-i686/gvfs-module.install   |7 ++
 staging-i686/gvfs-smb.install  |   12 +++
 staging-i686/gvfs.install  |   14 
 staging-x86_64/PKGBUILD|  112 +++
 staging-x86_64/gvfs-module.install |7 ++
 staging-x86_64/gvfs-smb.install|   12 +++
 staging-x86_64/gvfs.install|   14 
 8 files changed, 290 insertions(+)

Copied: gvfs/repos/staging-i686/PKGBUILD (from rev 164288, gvfs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-29 23:04:46 UTC (rev 164289)
@@ -0,0 +1,112 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gvfs
+pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
+pkgver=1.12.3
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio' 'libgphoto2' 'libimobiledevice' 'libsoup-gnome' 'smbclient' 'udisks2')
+url="http://www.gnome.org";
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
   
+sha256sums=('38f69ec92083f86a51e7814e98d2861151f16dfb3abe4b3b39488408e12fd9c2')
+
+build() {
+  cd "$pkgbase-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gvfs \
+  --with-bash-completion-dir=/usr/share/bash-completion/completions
+  make
+}
+
+package_gvfs() {
+  pkgdesc="Userspace virtual filesystem implemented as a pluggable module for 
gio"
+  depends=('avahi' 'dconf' 'fuse' 'libarchive' 'libcdio' 'libsoup-gnome' 
'udisks2')
+  optdepends=('gvfs-afc: AFC (mobile devices) support'
+  'gvfs-smb: SMB/CIFS (Windows client) support'
+  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
+  'gvfs-obexftp: ObexFTP (bluetooth) support'
+  'gvfs-afp: Apple Filing Protocol (AFP) support')
+  install=gvfs.install
+
+  cd "$pkgbase-$pkgver"
+  sed -e 's/^am__append_4/#am__append_4/' \
+  -e 's/^am__append_5/#am__append_5/' \
+  -i monitor/Makefile
+  make DESTDIR="$pkgdir" install
+
+  cd "$pkgdir"
+  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}
+  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}.mount
+  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
+  rm usr/share/GConf/gsettings/gvfs-smb.convert
+}
+
+package_gvfs-smb() {
+  pkgdesc="SMB/CIFS (Windows client) backend for gvfs"
+  depends=("gvfs=$pkgver" 'smbclient' 'libgnome-keyring')
+  install=gvfs-smb.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -m755 -d "$pkgdir/usr/lib/gvfs"
+  install -m755 -d "$pkgdir/usr/share/gvfs/mounts"
+
+  install -m755 .libs/gvfsd-smb{,-browse} "$pkgdir/usr/lib/gvfs/"
+  install -m644 smb{,-browse}.mount "$pkgdir/usr/share/gvfs/mounts/"
+
+  install -Dm644 org.gnome.system.smb.gschema.xml \
+"$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml"
+  install -Dm644 gvfs-smb.convert \
+"$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert"
+}
+
+package_gvfs-afc() {
+  pkgdesc="AFC (mobile devices) backend for gvfs"
+  depends=("gvfs=$pkgver" 'libimobiledevice')
+  install=gvfs-module.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -D .libs/gvfsd-afc "$pkgdir/usr/lib/gvfs/gvfsd-afc"
+  install -Dm644 afc.mount "$pkgdir/usr/share/gvfs/mounts/afc.mount"
+
+  cd "$srcdir/$pkgbase-$pkgver/monitor/afc"
+  make DESTDIR="$pkgdir" install
+}
+
+package_gvfs-gphoto2() {
+  pkgdesc="gphoto2 (PTP camera/MTP media player) backend for gvfs"
+  depends=("gvfs=$pkgver" 'dbus-core' 'libgphoto2' 'udev')
+  install=gvfs-module.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -D .libs/gvfsd-gphoto2 "$pkgdir/usr/lib/gvfs/gvfsd-gphoto2"
+  install -Dm644 gphoto2.mount "$pkgdir/usr/share/gv

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

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 19:05:14
  Author: tomegun
Revision: 164290

upgpkg: libgpod 0.8.2-6

usbmuxd and libimobiledivec sobump

Modified:
  libgpod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-29 23:04:46 UTC (rev 164289)
+++ PKGBUILD2012-07-29 23:05:14 UTC (rev 164290)
@@ -4,11 +4,11 @@
 
 pkgname=libgpod
 pkgver=0.8.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A shared library to access the contents of an iPod"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
 makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
 optdepends=('gtk-sharp-2: Mono bindings'
 'python2-gobject2: python bindings')



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

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 19:05:39
  Author: tomegun
Revision: 164291

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

Added:
  libgpod/repos/staging-i686/
  libgpod/repos/staging-i686/PKGBUILD
(from rev 164290, libgpod/trunk/PKGBUILD)
  libgpod/repos/staging-x86_64/
  libgpod/repos/staging-x86_64/PKGBUILD
(from rev 164290, libgpod/trunk/PKGBUILD)

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

Copied: libgpod/repos/staging-i686/PKGBUILD (from rev 164290, 
libgpod/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-29 23:05:39 UTC (rev 164291)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: William Rea 
+
+pkgname=libgpod
+pkgver=0.8.2
+pkgrel=6
+pkgdesc="A shared library to access the contents of an iPod"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings'
+'python2-gobject2: python bindings')
+url="http://www.gtkpod.org/libgpod/";
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool' '!emptydirs')
+md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
+  --enable-udev --with-python=/usr/bin/python2
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+

Copied: libgpod/repos/staging-x86_64/PKGBUILD (from rev 164290, 
libgpod/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-29 23:05:39 UTC (rev 164291)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: William Rea 
+
+pkgname=libgpod
+pkgver=0.8.2
+pkgrel=6
+pkgdesc="A shared library to access the contents of an iPod"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings'
+'python2-gobject2: python bindings')
+url="http://www.gtkpod.org/libgpod/";
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool' '!emptydirs')
+md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
+  --enable-udev --with-python=/usr/bin/python2
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+



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

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 19:06:54
  Author: tomegun
Revision: 164292

upgpkg: upower 0.9.17-2

usbmuxd and libimobiledivec sobump

Modified:
  upower/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-29 23:05:39 UTC (rev 164291)
+++ PKGBUILD2012-07-29 23:06:54 UTC (rev 164292)
@@ -3,7 +3,7 @@
 
 pkgname=upower
 pkgver=0.9.17
-pkgrel=1
+pkgrel=2
 pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
 arch=('i686' 'x86_64')
 url="http://upower.freedesktop.org";



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

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 19:07:19
  Author: tomegun
Revision: 164293

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

Added:
  upower/repos/staging-i686/
  upower/repos/staging-i686/PKGBUILD
(from rev 164292, upower/trunk/PKGBUILD)
  upower/repos/staging-x86_64/
  upower/repos/staging-x86_64/PKGBUILD
(from rev 164292, upower/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: upower/repos/staging-i686/PKGBUILD (from rev 164292, 
upower/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-29 23:07:19 UTC (rev 164293)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=upower
+pkgver=0.9.17
+pkgrel=2
+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' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 
'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # put udev files in /usr/lib
+  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/upower \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('9ef7fc8ec438542f014f3a34552822aa')

Copied: upower/repos/staging-x86_64/PKGBUILD (from rev 164292, 
upower/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-29 23:07:19 UTC (rev 164293)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=upower
+pkgver=0.9.17
+pkgrel=2
+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' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 
'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # put udev files in /usr/lib
+  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/upower \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('9ef7fc8ec438542f014f3a34552822aa')



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

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 19:15:49
  Author: tomegun
Revision: 164294

db-move: moved gtkpod from [staging] to [testing] (i686, x86_64)

Added:
  gtkpod/repos/testing-i686/
  gtkpod/repos/testing-i686/PKGBUILD
(from rev 164293, gtkpod/repos/staging-i686/PKGBUILD)
  gtkpod/repos/testing-i686/gtkpod.install
(from rev 164293, gtkpod/repos/staging-i686/gtkpod.install)
  gtkpod/repos/testing-x86_64/
  gtkpod/repos/testing-x86_64/PKGBUILD
(from rev 164293, gtkpod/repos/staging-x86_64/PKGBUILD)
  gtkpod/repos/testing-x86_64/gtkpod.install
(from rev 164293, gtkpod/repos/staging-x86_64/gtkpod.install)
Deleted:
  gtkpod/repos/staging-i686/
  gtkpod/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   34 ++
 testing-i686/gtkpod.install   |   12 
 testing-x86_64/PKGBUILD   |   34 ++
 testing-x86_64/gtkpod.install |   12 
 4 files changed, 92 insertions(+)

Copied: gtkpod/repos/testing-i686/PKGBUILD (from rev 164293, 
gtkpod/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-29 23:15:49 UTC (rev 164294)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+
+pkgname=gtkpod
+pkgver=2.1.2
+pkgrel=2
+pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
+arch=('i686' 'x86_64')
+url="http://gtkpod.sourceforge.net";
+license=('GPL')
+depends=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk')
+makedepends=('flex' 'intltool' 'libvorbis' 'faad2')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   'libvorbis: OGG support'
+'id3v2: mp3 conversion support'
+'faad2: m4a conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('88fef3f947cbb7ae6b714080733a3b6b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gtkpod/repos/testing-i686/gtkpod.install (from rev 164293, 
gtkpod/repos/staging-i686/gtkpod.install)
===
--- testing-i686/gtkpod.install (rev 0)
+++ testing-i686/gtkpod.install 2012-07-29 23:15:49 UTC (rev 164294)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: gtkpod/repos/testing-x86_64/PKGBUILD (from rev 164293, 
gtkpod/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-29 23:15:49 UTC (rev 164294)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+
+pkgname=gtkpod
+pkgver=2.1.2
+pkgrel=2
+pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
+arch=('i686' 'x86_64')
+url="http://gtkpod.sourceforge.net";
+license=('GPL')
+depends=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk')
+makedepends=('flex' 'intltool' 'libvorbis' 'faad2')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   'libvorbis: OGG support'
+'id3v2: mp3 conversion support'
+'faad2: m4a conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('88fef3f947cbb7ae6b714080733a3b6b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gtkpod/repos/testing-x86_64/gtkpod.install (from rev 164293, 
gtkpod/repos/staging-x86_64/gtkpod.install)
===
--- testing-x86_64/gtkpod.install   (rev 0)
+++ testing-x86_64/gtkpod.install   2012-07-29 23:15:49 UTC (rev 164294)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 19:15:52
  Author: tomegun
Revision: 164295

db-move: moved libgpod from [staging] to [testing] (i686, x86_64)

Added:
  libgpod/repos/testing-i686/
  libgpod/repos/testing-i686/PKGBUILD
(from rev 164293, libgpod/repos/staging-i686/PKGBUILD)
  libgpod/repos/testing-x86_64/
  libgpod/repos/testing-x86_64/PKGBUILD
(from rev 164293, libgpod/repos/staging-x86_64/PKGBUILD)
Deleted:
  libgpod/repos/staging-i686/
  libgpod/repos/staging-x86_64/

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

Copied: libgpod/repos/testing-i686/PKGBUILD (from rev 164293, 
libgpod/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-29 23:15:52 UTC (rev 164295)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: William Rea 
+
+pkgname=libgpod
+pkgver=0.8.2
+pkgrel=6
+pkgdesc="A shared library to access the contents of an iPod"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings'
+'python2-gobject2: python bindings')
+url="http://www.gtkpod.org/libgpod/";
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool' '!emptydirs')
+md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
+  --enable-udev --with-python=/usr/bin/python2
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+

Copied: libgpod/repos/testing-x86_64/PKGBUILD (from rev 164293, 
libgpod/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-29 23:15:52 UTC (rev 164295)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: William Rea 
+
+pkgname=libgpod
+pkgver=0.8.2
+pkgrel=6
+pkgdesc="A shared library to access the contents of an iPod"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings'
+'python2-gobject2: python bindings')
+url="http://www.gtkpod.org/libgpod/";
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool' '!emptydirs')
+md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
+  --enable-udev --with-python=/usr/bin/python2
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+



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

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 19:15:56
  Author: tomegun
Revision: 164296

db-move: moved upower from [staging] to [testing] (i686, x86_64)

Added:
  upower/repos/testing-i686/
  upower/repos/testing-i686/PKGBUILD
(from rev 164293, upower/repos/staging-i686/PKGBUILD)
  upower/repos/testing-x86_64/
  upower/repos/testing-x86_64/PKGBUILD
(from rev 164293, upower/repos/staging-x86_64/PKGBUILD)
Deleted:
  upower/repos/staging-i686/
  upower/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: upower/repos/testing-i686/PKGBUILD (from rev 164293, 
upower/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-29 23:15:56 UTC (rev 164296)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=upower
+pkgver=0.9.17
+pkgrel=2
+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' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 
'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # put udev files in /usr/lib
+  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/upower \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('9ef7fc8ec438542f014f3a34552822aa')

Copied: upower/repos/testing-x86_64/PKGBUILD (from rev 164293, 
upower/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-29 23:15:56 UTC (rev 164296)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=upower
+pkgver=0.9.17
+pkgrel=2
+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' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 
'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # put udev files in /usr/lib
+  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/upower \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('9ef7fc8ec438542f014f3a34552822aa')



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

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 19:16:02
  Author: tomegun
Revision: 164297

db-move: moved rhythmbox from [staging] to [testing] (i686, x86_64)

Added:
  rhythmbox/repos/testing-i686/
  rhythmbox/repos/testing-i686/PKGBUILD
(from rev 164293, rhythmbox/repos/staging-i686/PKGBUILD)
  rhythmbox/repos/testing-i686/rhythmbox.install
(from rev 164293, rhythmbox/repos/staging-i686/rhythmbox.install)
  rhythmbox/repos/testing-x86_64/
  rhythmbox/repos/testing-x86_64/PKGBUILD
(from rev 164293, rhythmbox/repos/staging-x86_64/PKGBUILD)
  rhythmbox/repos/testing-x86_64/rhythmbox.install
(from rev 164293, rhythmbox/repos/staging-x86_64/rhythmbox.install)
Deleted:
  rhythmbox/repos/staging-i686/
  rhythmbox/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   41 +
 testing-i686/rhythmbox.install   |   13 +++
 testing-x86_64/PKGBUILD  |   41 +
 testing-x86_64/rhythmbox.install |   13 +++
 4 files changed, 108 insertions(+)

Copied: rhythmbox/repos/testing-i686/PKGBUILD (from rev 164293, 
rhythmbox/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-29 23:16:02 UTC (rev 164297)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=rhythmbox
+pkgver=2.97
+pkgrel=2
+pkgdesc="An iTunes-like music playback and management application"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.rhythmbox.org";
+depends=('clutter' 'clutter-gtk' 'clutter-gst' 'dconf' 'desktop-file-utils' 
'grilo'
+ 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gvfs-afc' 
'json-glib'
+ 'libdmapsharing' 'libgpod' 'libmtp' 'libmusicbrainz4' 'libnotify' 
'libpeas' 'libwebkit3'
+ 'lirc-utils' 'media-player-info' 'mx' 'python2-gobject' 
'python2-mako' 'totem-plparser'
+ 'tdb' 'libdiscid')
+makedepends=('gnome-doc-utils' 'intltool' 'brasero' 'gobject-introspection' 
'vala')
+optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
+'gstreamer0.10-bad-plugins: Extra media codecs'
+'gstreamer0.10-ffmpeg: Extra media codecs'
+'brasero: cd burning')
+options=('!libtool' '!emptydirs')
+install=rhythmbox.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('b52567cf45bf13c0452593da7f907920bd4cf31916ca8dcd15d555336b4947e4')
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/rhythmbox \
+  --localstatedir=/var --disable-static \
+  --enable-daap --enable-python --enable-musicbrainz \
+  --with-mdns=avahi --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Copied: rhythmbox/repos/testing-i686/rhythmbox.install (from rev 164293, 
rhythmbox/repos/staging-i686/rhythmbox.install)
===
--- testing-i686/rhythmbox.install  (rev 0)
+++ testing-i686/rhythmbox.install  2012-07-29 23:16:02 UTC (rev 164297)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: rhythmbox/repos/testing-x86_64/PKGBUILD (from rev 164293, 
rhythmbox/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-29 23:16:02 UTC (rev 164297)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=rhythmbox
+pkgver=2.97
+pkgrel=2
+pkgdesc="An iTunes-like music playback and management application"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.rhythmbox.org";
+depends=('clutter' 'clutter-gtk' 'clutter-gst' 'dconf' 'desktop-file-utils' 
'grilo'
+ 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gvfs-afc' 
'json-glib'
+ 'libdmapsharing' 'libgpod' 'libmtp' 'libmusicbrainz4' 'libnotify' 
'libpeas' 'libwebkit3'
+ 'lirc-utils' 'media-player-info' 'mx' 'python2-gobject' 
'python2-mako' 'totem-plparser'
+ 'tdb' 'libdiscid')
+makedepends=('gnome-doc-utils' 'intltool' 'brasero' 'gobject-introspection' 
'vala')
+optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
+'gstreamer0.10-bad-plugins: Extra media codecs'
+'gstreamer0.10-ffmpeg: Extra media codecs'
+'brasero: cd burning')
+options=('!libtool' '!emptydirs')
+install=rhythmbox.install
+source=(http://ftp.gnome.org/pub/GNOME/so

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

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 19:16:11
  Author: tomegun
Revision: 164298

db-move: moved gvfs from [staging] to [testing] (i686, x86_64)

Added:
  gvfs/repos/testing-i686/
  gvfs/repos/testing-i686/PKGBUILD
(from rev 164293, gvfs/repos/staging-i686/PKGBUILD)
  gvfs/repos/testing-i686/gvfs-module.install
(from rev 164293, gvfs/repos/staging-i686/gvfs-module.install)
  gvfs/repos/testing-i686/gvfs-smb.install
(from rev 164293, gvfs/repos/staging-i686/gvfs-smb.install)
  gvfs/repos/testing-i686/gvfs.install
(from rev 164293, gvfs/repos/staging-i686/gvfs.install)
  gvfs/repos/testing-x86_64/
  gvfs/repos/testing-x86_64/PKGBUILD
(from rev 164293, gvfs/repos/staging-x86_64/PKGBUILD)
  gvfs/repos/testing-x86_64/gvfs-module.install
(from rev 164293, gvfs/repos/staging-x86_64/gvfs-module.install)
  gvfs/repos/testing-x86_64/gvfs-smb.install
(from rev 164293, gvfs/repos/staging-x86_64/gvfs-smb.install)
  gvfs/repos/testing-x86_64/gvfs.install
(from rev 164293, gvfs/repos/staging-x86_64/gvfs.install)
Deleted:
  gvfs/repos/staging-i686/
  gvfs/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |  112 +++
 testing-i686/gvfs-module.install   |7 ++
 testing-i686/gvfs-smb.install  |   12 +++
 testing-i686/gvfs.install  |   14 
 testing-x86_64/PKGBUILD|  112 +++
 testing-x86_64/gvfs-module.install |7 ++
 testing-x86_64/gvfs-smb.install|   12 +++
 testing-x86_64/gvfs.install|   14 
 8 files changed, 290 insertions(+)

Copied: gvfs/repos/testing-i686/PKGBUILD (from rev 164293, 
gvfs/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-29 23:16:11 UTC (rev 164298)
@@ -0,0 +1,112 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gvfs
+pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
+pkgver=1.12.3
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio' 'libgphoto2' 'libimobiledevice' 'libsoup-gnome' 'smbclient' 'udisks2')
+url="http://www.gnome.org";
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
   
+sha256sums=('38f69ec92083f86a51e7814e98d2861151f16dfb3abe4b3b39488408e12fd9c2')
+
+build() {
+  cd "$pkgbase-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gvfs \
+  --with-bash-completion-dir=/usr/share/bash-completion/completions
+  make
+}
+
+package_gvfs() {
+  pkgdesc="Userspace virtual filesystem implemented as a pluggable module for 
gio"
+  depends=('avahi' 'dconf' 'fuse' 'libarchive' 'libcdio' 'libsoup-gnome' 
'udisks2')
+  optdepends=('gvfs-afc: AFC (mobile devices) support'
+  'gvfs-smb: SMB/CIFS (Windows client) support'
+  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
+  'gvfs-obexftp: ObexFTP (bluetooth) support'
+  'gvfs-afp: Apple Filing Protocol (AFP) support')
+  install=gvfs.install
+
+  cd "$pkgbase-$pkgver"
+  sed -e 's/^am__append_4/#am__append_4/' \
+  -e 's/^am__append_5/#am__append_5/' \
+  -i monitor/Makefile
+  make DESTDIR="$pkgdir" install
+
+  cd "$pkgdir"
+  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}
+  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}.mount
+  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
+  rm usr/share/GConf/gsettings/gvfs-smb.convert
+}
+
+package_gvfs-smb() {
+  pkgdesc="SMB/CIFS (Windows client) backend for gvfs"
+  depends=("gvfs=$pkgver" 'smbclient' 'libgnome-keyring')
+  install=gvfs-smb.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -m755 -d "$pkgdir/usr/lib/gvfs"
+  install -m755 -d "$pkgdir/usr/share/gvfs/mounts"
+
+  install -m755 .libs/gvfsd-smb{,-browse} "$pkgdir/usr/lib/gvfs/"
+  install -m644 smb{,-browse}.mount "$pkgdir/usr/share/gvfs/mounts/"
+
+  install -Dm644 org.gnome.system.smb.gschema.xml \
+"$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml"
+  install -Dm644 gvfs-smb.convert \
+"$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert"
+}
+
+package_gvfs-afc() {
+  pkgdesc="AFC (mobile devices) backend for gvfs"
+  depends=("gvfs=$pkgver" 'libimobiledevice')
+  install=gvfs-module.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -D .libs/gvfsd-afc "$pkgdir/usr/lib/gvfs/gvfsd-afc"
+  install -Dm644 afc.mount "$pkgdir/usr/share/gvfs/mounts/afc.mount"
+
+  cd "$srcdir/$pkgbase-$pkgver/monitor/afc"
+  make DESTDIR="$pkgdir" install
+}
+
+package_gvfs-gphoto2() {
+  pkgdesc="gphoto2 (PTP camera/MTP media player) backend for gvfs"
+  depends=("gvfs=$pkgver" 'dbus-core' 'libgphoto2'

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

2012-07-29 Thread Tom Gundersen
Date: Sunday, July 29, 2012 @ 19:16:20
  Author: tomegun
Revision: 164299

db-move: moved usbmuxd from [staging] to [testing] (i686, x86_64)

Added:
  usbmuxd/repos/testing-i686/
  usbmuxd/repos/testing-i686/85-usbmuxd.rules
(from rev 164293, usbmuxd/repos/staging-i686/85-usbmuxd.rules)
  usbmuxd/repos/testing-i686/PKGBUILD
(from rev 164293, usbmuxd/repos/staging-i686/PKGBUILD)
  usbmuxd/repos/testing-i686/usbmuxd.install
(from rev 164293, usbmuxd/repos/staging-i686/usbmuxd.install)
  usbmuxd/repos/testing-i686/usbmuxd.service
(from rev 164293, usbmuxd/repos/staging-i686/usbmuxd.service)
  usbmuxd/repos/testing-x86_64/
  usbmuxd/repos/testing-x86_64/85-usbmuxd.rules
(from rev 164293, usbmuxd/repos/staging-x86_64/85-usbmuxd.rules)
  usbmuxd/repos/testing-x86_64/PKGBUILD
(from rev 164293, usbmuxd/repos/staging-x86_64/PKGBUILD)
  usbmuxd/repos/testing-x86_64/usbmuxd.install
(from rev 164293, usbmuxd/repos/staging-x86_64/usbmuxd.install)
  usbmuxd/repos/testing-x86_64/usbmuxd.service
(from rev 164293, usbmuxd/repos/staging-x86_64/usbmuxd.service)
Deleted:
  usbmuxd/repos/staging-i686/
  usbmuxd/repos/staging-x86_64/

-+
 testing-i686/85-usbmuxd.rules   |9 
 testing-i686/PKGBUILD   |   42 ++
 testing-i686/usbmuxd.install|   19 +
 testing-i686/usbmuxd.service|5 
 testing-x86_64/85-usbmuxd.rules |9 
 testing-x86_64/PKGBUILD |   42 ++
 testing-x86_64/usbmuxd.install  |   19 +
 testing-x86_64/usbmuxd.service  |5 
 8 files changed, 150 insertions(+)

Copied: usbmuxd/repos/testing-i686/85-usbmuxd.rules (from rev 164293, 
usbmuxd/repos/staging-i686/85-usbmuxd.rules)
===
--- testing-i686/85-usbmuxd.rules   (rev 0)
+++ testing-i686/85-usbmuxd.rules   2012-07-29 23:16:20 UTC (rev 164299)
@@ -0,0 +1,9 @@
+# usbmuxd ("Apple Mobile Device" muxer listening on /var/run/usbmuxd)
+
+# Forces iDevices to the last USB configuration and runs usbmuxd
+TEST=="/sys/fs/cgroup/systemd", ACTION=="add", SUBSYSTEM=="usb", 
ATTR{idVendor}=="05ac", ATTR{idProduct}=="12[9a][0-9a-f]", 
ENV{USBMUX_SUPPORTED}="1", 
ATTR{bConfigurationValue}!="$attr{bNumConfigurations}", 
ATTR{bConfigurationValue}="$attr{bNumConfigurations}", OWNER="usbmux", 
TAG+="systemd", ENV{SYSTEMD_WANTS}="usbmuxd.service", GOTO="usbmuxd_systemd_end"
+ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", 
ATTR{idProduct}=="12[9a][0-9a-f]", ENV{USBMUX_SUPPORTED}="1", 
ATTR{bConfigurationValue}!="$attr{bNumConfigurations}", 
ATTR{bConfigurationValue}="$attr{bNumConfigurations}", OWNER="usbmux", 
RUN+="/usr/sbin/usbmuxd -u -U usbmux"
+LABEL="usbmuxd_systemd_end"
+
+# Exit usbmuxd when the last device is removed
+ACTION=="remove", SUBSYSTEM=="usb", ENV{PRODUCT}=="5ac/12[9a][0-9a-f]/*", 
ENV{INTERFACE}=="255/*", RUN+="/usr/sbin/usbmuxd -x"

Copied: usbmuxd/repos/testing-i686/PKGBUILD (from rev 164293, 
usbmuxd/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-29 23:16:20 UTC (rev 164299)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=usbmuxd
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="USB Multiplex Daemon"
+url="http://marcansoft.com/blog/iphonelinux/usbmuxd/";
+arch=('i686' 'x86_64')
+license=('GPL2' 'GPL3' 'LGPL2.1')
+depends=('libusb' 'libplist')
+makedepends=('cmake')
+install=usbmuxd.install
+source=("http://cgit.sukimashita.com/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.bz2";
+   'usbmuxd.service'
+   '85-usbmuxd.rules')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  echo "${pkgver}" > version.tag
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_INSTALL_PREFIX:PATH=/usr -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+
+  # fix udev dir being hardcoded
+  mv "${pkgdir}/lib/udev" "${pkgdir}/usr/lib/"
+  rmdir "${pkgdir}/lib"
+  # install systemd service file
+  install -D -m644 ${srcdir}/usbmuxd.service 
${pkgdir}/usr/lib/systemd/system/usbmuxd.service
+  # use udev rule that works with systemd
+  install -m644 ${srcdir}/85-usbmuxd.rules ${pkgdir}/usr/lib/udev/rules.d/
+}
+md5sums=('87fd27773a84e97ac6e2dc28b08d682e'
+ 'dae0660f972510a6483992b5b81e1b5a'
+ 'dc4b2893651149eccbf7b2c8467cd288')

Copied: usbmuxd/repos/testing-i686/usbmuxd.install (from rev 164293, 
usbmuxd/repos/staging-i686/usbmuxd.install)
===
--- testing-i686/usbmuxd.install(rev 0)
+++ testing-i686/usbmuxd.install2012-07-29 23:16:20 UTC (rev 164299)
@@ -

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

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 20:11:50
  Author: eric
Revision: 164300

upgpkg: exiv2 0.23-1

Upstream update

Modified:
  exiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-29 23:16:20 UTC (rev 164299)
+++ PKGBUILD2012-07-30 00:11:50 UTC (rev 164300)
@@ -2,7 +2,7 @@
 # Maintainer: tobias 
 
 pkgname=exiv2
-pkgver=0.22
+pkgver=0.23
 pkgrel=1
 pkgdesc="Exif and Iptc metadata manipulation library and tools"
 arch=('i686' 'x86_64')
@@ -11,8 +11,7 @@
 depends=('gcc-libs' 'zlib' 'expat')
 options=('!libtool')
 source=("http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('84d7d5b1802529efca8ac3d6e6a97e3a')
-sha1sums=('35211d853a986fe1b008fca14db090726e8dcce3')
+sha1sums=('5f342bf642477526f41add11d6ee7787cdcd639f')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 20:12:14
  Author: eric
Revision: 164301

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

Added:
  exiv2/repos/staging-i686/
  exiv2/repos/staging-i686/PKGBUILD
(from rev 164300, exiv2/trunk/PKGBUILD)
  exiv2/repos/staging-x86_64/
  exiv2/repos/staging-x86_64/PKGBUILD
(from rev 164300, exiv2/trunk/PKGBUILD)

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

Copied: exiv2/repos/staging-i686/PKGBUILD (from rev 164300, 
exiv2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-30 00:12:14 UTC (rev 164301)
@@ -0,0 +1,25 @@
+#$Id$
+# Maintainer: tobias 
+
+pkgname=exiv2
+pkgver=0.23
+pkgrel=1
+pkgdesc="Exif and Iptc metadata manipulation library and tools"
+arch=('i686' 'x86_64')
+url="http://exiv2.org";
+license=('GPL')
+depends=('gcc-libs' 'zlib' 'expat')
+options=('!libtool')
+source=("http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('5f342bf642477526f41add11d6ee7787cdcd639f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CPPFLAGS="-D_FILE_OFFSET_BITS=64" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: exiv2/repos/staging-x86_64/PKGBUILD (from rev 164300, 
exiv2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-30 00:12:14 UTC (rev 164301)
@@ -0,0 +1,25 @@
+#$Id$
+# Maintainer: tobias 
+
+pkgname=exiv2
+pkgver=0.23
+pkgrel=1
+pkgdesc="Exif and Iptc metadata manipulation library and tools"
+arch=('i686' 'x86_64')
+url="http://exiv2.org";
+license=('GPL')
+depends=('gcc-libs' 'zlib' 'expat')
+options=('!libtool')
+source=("http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('5f342bf642477526f41add11d6ee7787cdcd639f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CPPFLAGS="-D_FILE_OFFSET_BITS=64" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 20:22:58
  Author: eric
Revision: 164302

upgpkg: geeqie 1.0-7

Rebuild against exiv2 0.23

Modified:
  geeqie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-30 00:12:14 UTC (rev 164301)
+++ PKGBUILD2012-07-30 00:22:58 UTC (rev 164302)
@@ -4,7 +4,7 @@
 
 pkgname=geeqie
 pkgver=1.0
-pkgrel=6
+pkgrel=7
 pkgdesc="A lightweight image browser and viewer (fork of GQview)"
 arch=('i686' 'x86_64')
 url="http://geeqie.sourceforge.net/";
@@ -15,7 +15,6 @@
 replaces=('gqview-devel')
 install=geeqie.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1d67ef990390224c5052697d93bb49c0')
 sha1sums=('8494a557d67d20e6ad720645ec789dd2b33a3266')
 
 build() {



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

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 20:23:10
  Author: eric
Revision: 164303

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

Added:
  geeqie/repos/staging-i686/
  geeqie/repos/staging-i686/PKGBUILD
(from rev 164302, geeqie/trunk/PKGBUILD)
  geeqie/repos/staging-i686/geeqie.install
(from rev 164302, geeqie/trunk/geeqie.install)
  geeqie/repos/staging-x86_64/
  geeqie/repos/staging-x86_64/PKGBUILD
(from rev 164302, geeqie/trunk/PKGBUILD)
  geeqie/repos/staging-x86_64/geeqie.install
(from rev 164302, geeqie/trunk/geeqie.install)

---+
 staging-i686/PKGBUILD |   29 +
 staging-i686/geeqie.install   |   11 +++
 staging-x86_64/PKGBUILD   |   29 +
 staging-x86_64/geeqie.install |   11 +++
 4 files changed, 80 insertions(+)

Copied: geeqie/repos/staging-i686/PKGBUILD (from rev 164302, 
geeqie/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-30 00:23:10 UTC (rev 164303)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Lukas Jirkovsky 
+
+pkgname=geeqie
+pkgver=1.0
+pkgrel=7
+pkgdesc="A lightweight image browser and viewer (fork of GQview)"
+arch=('i686' 'x86_64')
+url="http://geeqie.sourceforge.net/";
+license=('GPL3')
+depends=('exiv2' 'gtk2' 'lcms' 'desktop-file-utils')
+makedepends=('intltool' 'doxygen' 'gnome-doc-utils')
+optdepends=('librsvg: SVG rendering')
+replaces=('gqview-devel')
+install=geeqie.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('8494a557d67d20e6ad720645ec789dd2b33a3266')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CPPFLAGS="-D_FILE_OFFSET_BITS=64" ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: geeqie/repos/staging-i686/geeqie.install (from rev 164302, 
geeqie/trunk/geeqie.install)
===
--- staging-i686/geeqie.install (rev 0)
+++ staging-i686/geeqie.install 2012-07-30 00:23:10 UTC (rev 164303)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: geeqie/repos/staging-x86_64/PKGBUILD (from rev 164302, 
geeqie/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-30 00:23:10 UTC (rev 164303)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Lukas Jirkovsky 
+
+pkgname=geeqie
+pkgver=1.0
+pkgrel=7
+pkgdesc="A lightweight image browser and viewer (fork of GQview)"
+arch=('i686' 'x86_64')
+url="http://geeqie.sourceforge.net/";
+license=('GPL3')
+depends=('exiv2' 'gtk2' 'lcms' 'desktop-file-utils')
+makedepends=('intltool' 'doxygen' 'gnome-doc-utils')
+optdepends=('librsvg: SVG rendering')
+replaces=('gqview-devel')
+install=geeqie.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('8494a557d67d20e6ad720645ec789dd2b33a3266')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CPPFLAGS="-D_FILE_OFFSET_BITS=64" ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: geeqie/repos/staging-x86_64/geeqie.install (from rev 164302, 
geeqie/trunk/geeqie.install)
===
--- staging-x86_64/geeqie.install   (rev 0)
+++ staging-x86_64/geeqie.install   2012-07-30 00:23:10 UTC (rev 164303)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 20:31:55
  Author: eric
Revision: 164304

upgpkg: gimp-ufraw 0.18-5

Rebuild against exiv2 0.23

Modified:
  gimp-ufraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-30 00:23:10 UTC (rev 164303)
+++ PKGBUILD2012-07-30 00:31:55 UTC (rev 164304)
@@ -3,7 +3,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.18
-pkgrel=4
+pkgrel=5
 pkgdesc="Standalone or gimp plugin converter for raw files"
 url="http://ufraw.sourceforge.net/";
 arch=('i686' 'x86_64')



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

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 20:32:08
  Author: eric
Revision: 164305

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

Added:
  gimp-ufraw/repos/staging-i686/
  gimp-ufraw/repos/staging-i686/PKGBUILD
(from rev 164304, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/staging-i686/gimp-ufraw.install
(from rev 164304, gimp-ufraw/trunk/gimp-ufraw.install)
  gimp-ufraw/repos/staging-x86_64/
  gimp-ufraw/repos/staging-x86_64/PKGBUILD
(from rev 164304, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/staging-x86_64/gimp-ufraw.install
(from rev 164304, gimp-ufraw/trunk/gimp-ufraw.install)

---+
 staging-i686/PKGBUILD |   34 ++
 staging-i686/gimp-ufraw.install   |   11 +++
 staging-x86_64/PKGBUILD   |   34 ++
 staging-x86_64/gimp-ufraw.install |   11 +++
 4 files changed, 90 insertions(+)

Copied: gimp-ufraw/repos/staging-i686/PKGBUILD (from rev 164304, 
gimp-ufraw/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-30 00:32:08 UTC (rev 164305)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+
+pkgname=gimp-ufraw
+pkgver=0.18
+pkgrel=5
+pkgdesc="Standalone or gimp plugin converter for raw files"
+url="http://ufraw.sourceforge.net/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=gimp-ufraw.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
+sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
+
+build() {
+  cd "${srcdir}/ufraw-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --enable-extras \
+  --enable-mime \
+  --enable-openmp
+  sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}/ufraw-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/bin/dcraw"
+}

Copied: gimp-ufraw/repos/staging-i686/gimp-ufraw.install (from rev 164304, 
gimp-ufraw/trunk/gimp-ufraw.install)
===
--- staging-i686/gimp-ufraw.install (rev 0)
+++ staging-i686/gimp-ufraw.install 2012-07-30 00:32:08 UTC (rev 164305)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Copied: gimp-ufraw/repos/staging-x86_64/PKGBUILD (from rev 164304, 
gimp-ufraw/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-30 00:32:08 UTC (rev 164305)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+
+pkgname=gimp-ufraw
+pkgver=0.18
+pkgrel=5
+pkgdesc="Standalone or gimp plugin converter for raw files"
+url="http://ufraw.sourceforge.net/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=gimp-ufraw.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
+sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
+
+build() {
+  cd "${srcdir}/ufraw-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --enable-extras \
+  --enable-mime \
+  --enable-openmp
+  sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}/ufraw-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/bin/dcraw"
+}

Copied: gimp-ufraw/repos/staging-x86_64/gimp-ufraw.install (from rev 164304, 
gimp-ufraw/trunk/gimp-ufraw.install)
===
--- staging-x86_64/gimp-ufraw.install   (rev 0)
+++ staging-x86_64/gimp-ufraw.install   2012-07-30 00:32:08 UTC (rev 164305)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}



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

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 20:50:52
  Author: eric
Revision: 164306

upgpkg: hugin 2011.4.0-5

Rebuild against exiv2 0.23

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-30 00:32:08 UTC (rev 164305)
+++ PKGBUILD2012-07-30 00:50:52 UTC (rev 164306)
@@ -5,7 +5,7 @@
 
 pkgname=hugin
 pkgver=2011.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A frontend to the panorama-tools"
 arch=('i686' 'x86_64')
 url="http://hugin.sourceforge.net/";



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

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 20:51:11
  Author: eric
Revision: 164307

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

Added:
  hugin/repos/staging-i686/
  hugin/repos/staging-i686/PKGBUILD
(from rev 164306, hugin/trunk/PKGBUILD)
  hugin/repos/staging-i686/gcc47.patch
(from rev 164306, hugin/trunk/gcc47.patch)
  hugin/repos/staging-i686/hugin.install
(from rev 164306, hugin/trunk/hugin.install)
  hugin/repos/staging-x86_64/
  hugin/repos/staging-x86_64/PKGBUILD
(from rev 164306, hugin/trunk/PKGBUILD)
  hugin/repos/staging-x86_64/gcc47.patch
(from rev 164306, hugin/trunk/gcc47.patch)
  hugin/repos/staging-x86_64/hugin.install
(from rev 164306, hugin/trunk/hugin.install)

--+
 staging-i686/PKGBUILD|   39 +++
 staging-i686/gcc47.patch |   11 +++
 staging-i686/hugin.install   |   15 +++
 staging-x86_64/PKGBUILD  |   39 +++
 staging-x86_64/gcc47.patch   |   11 +++
 staging-x86_64/hugin.install |   15 +++
 6 files changed, 130 insertions(+)

Copied: hugin/repos/staging-i686/PKGBUILD (from rev 164306, 
hugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-30 00:51:11 UTC (rev 164307)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=5
+pkgdesc="A frontend to the panorama-tools"
+arch=('i686' 'x86_64')
+url="http://hugin.sourceforge.net/";
+license=('GPL')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
+makedepends=('zip' 'cmake' 'boost' 'tclap')
+install=hugin.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+gcc47.patch)
+sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b'
+  'aa0fc9425bd7a4b5e270412f4ca72258fac77298')
+
+build() {
+  cd "${srcdir}"
+  patch -Np0 -i gcc47.patch
+  mkdir build
+  cd build
+  export CXXFLAGS+=" -fpermissive" 
+  cmake "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
+-DENABLE_LAPACK=yes
+  make
+}
+
+package(){
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Copied: hugin/repos/staging-i686/gcc47.patch (from rev 164306, 
hugin/trunk/gcc47.patch)
===
--- staging-i686/gcc47.patch(rev 0)
+++ staging-i686/gcc47.patch2012-07-30 00:51:11 UTC (rev 164307)
@@ -0,0 +1,11 @@
+diff -Nur hugin-2011.4.0.orig/src/celeste/Utilities.cpp 
hugin-2011.4.0/src/celeste/Utilities.cpp
+--- hugin-2011.4.0.orig/src/celeste/Utilities.cpp  2012-07-08 
15:18:16.864454043 +
 hugin-2011.4.0/src/celeste/Utilities.cpp   2012-07-08 15:18:20.341089422 
+
+@@ -27,6 +27,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include "Utilities.h"
+ 
+ using namespace std; 

Copied: hugin/repos/staging-i686/hugin.install (from rev 164306, 
hugin/trunk/hugin.install)
===
--- staging-i686/hugin.install  (rev 0)
+++ staging-i686/hugin.install  2012-07-30 00:51:11 UTC (rev 164307)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime > /dev/null
+}

Copied: hugin/repos/staging-x86_64/PKGBUILD (from rev 164306, 
hugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-30 00:51:11 UTC (rev 164307)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=5
+pkgdesc="A frontend to the panorama-tools"
+arch=('i686' 'x86_64')
+url="http://hugin.sourceforge.net/";
+license=('GPL')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
+makedepends=('zip' 'cmake' 'boost' 'tclap')
+install=hugin.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+gcc47.patch)
+sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b'
+  'aa0fc9425bd7a4b5e270412f4ca72258fac77298')
+
+build() {
+  cd "${srcdir}"
+  patch -Np0 -i gcc47.patch
+  mkdir build
+  cd build
+  ex

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

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 23:07:57
  Author: eric
Revision: 164308

upgpkg: gthumb 3.0.1-2

Rebuild against exiv2 0.23

Modified:
  gthumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-30 00:51:11 UTC (rev 164307)
+++ PKGBUILD2012-07-30 03:07:57 UTC (rev 164308)
@@ -5,7 +5,7 @@
 
 pkgname=gthumb
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Image browser and viewer for the GNOME Desktop"
 arch=(i686 x86_64)
 license=('GPL')



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

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 23:08:17
  Author: eric
Revision: 164309

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

Added:
  gthumb/repos/staging-i686/
  gthumb/repos/staging-i686/PKGBUILD
(from rev 164308, gthumb/trunk/PKGBUILD)
  gthumb/repos/staging-i686/gthumb.install
(from rev 164308, gthumb/trunk/gthumb.install)
  gthumb/repos/staging-x86_64/
  gthumb/repos/staging-x86_64/PKGBUILD
(from rev 164308, gthumb/trunk/PKGBUILD)
  gthumb/repos/staging-x86_64/gthumb.install
(from rev 164308, gthumb/trunk/gthumb.install)

---+
 staging-i686/PKGBUILD |   43 
 staging-i686/gthumb.install   |   19 +
 staging-x86_64/PKGBUILD   |   43 
 staging-x86_64/gthumb.install |   19 +
 4 files changed, 124 insertions(+)

Copied: gthumb/repos/staging-i686/PKGBUILD (from rev 164308, 
gthumb/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-30 03:08:17 UTC (rev 164309)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=gthumb
+pkgver=3.0.1
+pkgrel=2
+pkgdesc="Image browser and viewer for the GNOME Desktop"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://live.gnome.org/gthumb";
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'dconf' 'librsvg' 
'clutter-gtk'
+ 'gstreamer0.10-base' 'gsettings-desktop-schemas')
+makedepends=('intltool' 'gnome-doc-utils' 'libchamplain' 'libopenraw' 'exiv2' 
'libsoup-gnome'
+ 'brasero' 'librsvg' 'libopenraw' 'liboauth')
+optdepends=('libopenraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'libsoup-gnome: web albums'
+'liboauth: web albums')
+options=('!libtool' '!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1fb2939e4896a012c7d0320a31e3c6139214218e9f6ec39c6370febeda94725c')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-libchamplain --enable-libopenraw
+  
+  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
+}

Copied: gthumb/repos/staging-i686/gthumb.install (from rev 164308, 
gthumb/trunk/gthumb.install)
===
--- staging-i686/gthumb.install (rev 0)
+++ staging-i686/gthumb.install 2012-07-30 03:08:17 UTC (rev 164309)
@@ -0,0 +1,19 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.1) < 0 )); then
+gconfpkg --uninstall gthumb
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gthumb/repos/staging-x86_64/PKGBUILD (from rev 164308, 
gthumb/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-30 03:08:17 UTC (rev 164309)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=gthumb
+pkgver=3.0.1
+pkgrel=2
+pkgdesc="Image browser and viewer for the GNOME Desktop"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://live.gnome.org/gthumb";
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'dconf' 'librsvg' 
'clutter-gtk'
+ 'gstreamer0.10-base' 'gsettings-desktop-schemas')
+makedepends=('intltool' 'gnome-doc-utils' 'libchamplain' 'libopenraw' 'exiv2' 
'libsoup-gnome'
+ 'brasero' 'librsvg' 'libopenraw' 'liboauth')
+optdepends=('libopenraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'libsoup-gnome: web albums'
+'liboauth: web albums')
+options=('!libtool' '!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1fb2939e4896a012c7d0320a31e3c6139214218e9f6ec39c6370febeda94725c')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-libchampl

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

2012-07-29 Thread Tobias Powalowski
Date: Monday, July 30, 2012 @ 01:36:46
  Author: tpowa
Revision: 164310

upgpkg: linux 3.5-2

removed not needed patches, added avmfritz capi20 fix, added kprobes and 
uprobes to config

Added:
  linux/trunk/avmfritz-only-few-bytes-are-transfered-on-a-conn.patch
Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64
  linux/trunk/linux.install
Deleted:
  linux/trunk/fix-acerhdf-1810T-bios.patch
  linux/trunk/i915-fix-ghost-tv-output.patch

+
 PKGBUILD   |   14 +++-
 avmfritz-only-few-bytes-are-transfered-on-a-conn.patch |   48 +++
 config |   16 +++--
 config.x86_64  |   16 +++--
 fix-acerhdf-1810T-bios.patch   |   10 ---
 i915-fix-ghost-tv-output.patch |   26 
 linux.install  |2 
 7 files changed, 83 insertions(+), 49 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-30 03:08:17 UTC (rev 164309)
+++ PKGBUILD2012-07-30 05:36:46 UTC (rev 164310)
@@ -20,12 +20,14 @@
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
 "${pkgname}.preset"
-'change-default-console-loglevel.patch')
+'change-default-console-loglevel.patch'
+'avmfritz-only-few-bytes-are-transfered-on-a-conn.patch')
 md5sums=('24153eaaa81dedc9481ada8cd9c3b83d'
- 'a2facfc8fe8ba073f64d125694cda469'
- '05d00f104528ced0a3bd9bd6ca9733b9'
+ '31dade2f50803beaebf947732f39b51e'
+ '34bf41248c2ab68ddb0a7b3b5f4a68ce'
  'eb14dcfd80c00852ef81ded6e826826a'
- '9d3c56a4b999c8bfbd4018089a62f662')
+ '9d3c56a4b999c8bfbd4018089a62f662'
+ '2afcc001cc178be72e3a19d95f4bd5eb')
 
 build() {
   cd "${srcdir}/linux-${_basekernel}"
@@ -41,6 +43,10 @@
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
   patch -Np1 -i "${srcdir}/change-default-console-loglevel.patch"
 
+  # fix avmfritz capi20 functionallity
+  # https://bugzilla.kernel.org/show_bug.cgi?id=45271
+  patch -Np1 -i 
"${srcdir}/avmfritz-only-few-bytes-are-transfered-on-a-conn.patch"
+
   if [ "${CARCH}" = "x86_64" ]; then
 cat "${srcdir}/config.x86_64" > ./.config
   else

Added: avmfritz-only-few-bytes-are-transfered-on-a-conn.patch
===
--- avmfritz-only-few-bytes-are-transfered-on-a-conn.patch  
(rev 0)
+++ avmfritz-only-few-bytes-are-transfered-on-a-conn.patch  2012-07-30 
05:36:46 UTC (rev 164310)
@@ -0,0 +1,48 @@
+From 285c08154eede7dc4387bfc925967c884594dcc9 Mon Sep 17 00:00:00 2001
+From: Karsten Keil 
+Date: Sat, 28 Jul 2012 20:10:04 +0200
+Subject: [PATCH] mISDN: Bugfix only few bytes are transfered on a connection
+
+The test for the fillempty condition was wrong in one place.
+Changed the variable to the right boolean type.
+
+Signed-off-by: Karsten Keil 
+---
+ drivers/isdn/hardware/mISDN/avmfritz.c |7 ---
+ 1 files changed, 4 insertions(+), 3 deletions(-)
+
+diff --git a/drivers/isdn/hardware/mISDN/avmfritz.c 
b/drivers/isdn/hardware/mISDN/avmfritz.c
+index c08fc60..fa6ca47 100644
+--- a/drivers/isdn/hardware/mISDN/avmfritz.c
 b/drivers/isdn/hardware/mISDN/avmfritz.c
+@@ -449,7 +449,8 @@ hdlc_fill_fifo(struct bchannel *bch)
+ {
+   struct fritzcard *fc = bch->hw;
+   struct hdlc_hw *hdlc;
+-  int count, fs, cnt = 0, idx, fillempty = 0;
++  int count, fs, cnt = 0, idx;
++  bool fillempty = false;
+   u8 *p;
+   u32 *ptr, val, addr;
+ 
+@@ -462,7 +463,7 @@ hdlc_fill_fifo(struct bchannel *bch)
+   return;
+   count = fs;
+   p = bch->fill;
+-  fillempty = 1;
++  fillempty = true;
+   } else {
+   count = bch->tx_skb->len - bch->tx_idx;
+   if (count <= 0)
+@@ -477,7 +478,7 @@ hdlc_fill_fifo(struct bchannel *bch)
+   hdlc->ctrl.sr.cmd |= HDLC_CMD_XME;
+   }
+   ptr = (u32 *)p;
+-  if (fillempty) {
++  if (!fillempty) {
+   pr_debug("%s.B%d: %d/%d/%d", fc->name, bch->nr, count,
+bch->tx_idx, bch->tx_skb->len);
+   bch->tx_idx += count;
+-- 
+1.7.7
+

Modified: config
===
--- config  2012-07-30 03:08:17 UTC (rev 164309)
+++ config  2012-07-30 05:36:46 UTC (rev 164310)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.5.0-1 Kernel Configuration
+# Linux/i386 3.5.0-2 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -204,9 +204,11 @@
 # CONFIG_OPROFILE_EVENT_MULTIPLEX is not set
 CONFIG_HAVE_OPROFILE=y
 CONFIG_OPROFILE

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

2012-07-29 Thread Tobias Powalowski
Date: Monday, July 30, 2012 @ 01:37:44
  Author: tpowa
Revision: 164311

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

Added:
  linux/repos/testing-i686/PKGBUILD
(from rev 164310, linux/trunk/PKGBUILD)
  
linux/repos/testing-i686/avmfritz-only-few-bytes-are-transfered-on-a-conn.patch
(from rev 164310, 
linux/trunk/avmfritz-only-few-bytes-are-transfered-on-a-conn.patch)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 164310, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 164310, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 164310, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 164310, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 164310, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 164310, linux/trunk/PKGBUILD)
  
linux/repos/testing-x86_64/avmfritz-only-few-bytes-are-transfered-on-a-conn.patch
(from rev 164310, 
linux/trunk/avmfritz-only-few-bytes-are-transfered-on-a-conn.patch)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 164310, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 164310, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 164310, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 164310, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 164310, linux/trunk/linux.preset)
Modified:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/linux.install
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/linux.install
Deleted:
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/fix-acerhdf-1810T-bios.patch
  linux/repos/testing-i686/i915-fix-ghost-tv-output.patch
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/fix-acerhdf-1810T-bios.patch
  linux/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

---+
 core-i686/PKGBUILD|   20 
 core-i686/linux.install   |2 
 core-x86_64/PKGBUILD  |   20 
 core-x86_64/linux.install |2 
 testing-i686/PKGBUILD |  600 
 testing-i686/avmfritz-only-few-bytes-are-transfered-on-a-conn.patch   |   48 
 testing-i686/change-default-console-loglevel.patch|   24 
 testing-i686/config   |11934 
+-
 testing-i686/config.x86_64|11472 
-
 testing-i686/fix-acerhdf-1810T-bios.patch |   10 
 testing-i686/i915-fix-ghost-tv-output.patch   |   26 
 testing-i686/linux.install|  130 
 testing-i686/linux.preset |   28 
 testing-x86_64/PKGBUILD   |  600 
 testing-x86_64/avmfritz-only-few-bytes-are-transfered-on-a-conn.patch |   48 
 testing-x86_64/change-default-console-loglevel.patch  |   24 
 testing-x86_64/config |11934 
+-
 testing-x86_64/config.x86_64  |11472 
-
 testing-x86_64/fix-acerhdf-1810T-bios.patch   |   10 
 testing-x86_64/i915-fix-ghost-tv-output.patch |   26 
 testing-x86_64/linux.install  |  130 
 testing-x86_64/linux.preset   |   28 
 22 files changed, 24310 insertions(+), 24278 deletions(-)

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