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

2013-07-02 Thread Bartłomiej Piotrowski
Date: Tuesday, July 2, 2013 @ 09:16:49
  Author: bpiotrowski
Revision: 93349

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

Added:
  virtualbox-modules/repos/community-staging-i686/PKGBUILD
(from rev 93348, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-staging-i686/build.sh
(from rev 93348, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-staging-i686/virtualbox-guest-modules.install
(from rev 93348, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-staging-i686/virtualbox-host-modules.install
(from rev 93348, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-staging-x86_64/PKGBUILD
(from rev 93348, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-staging-x86_64/build.sh
(from rev 93348, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-staging-x86_64/virtualbox-guest-modules.install
(from rev 93348, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-staging-x86_64/virtualbox-host-modules.install
(from rev 93348, virtualbox-modules/trunk/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-staging-i686/PKGBUILD
  virtualbox-modules/repos/community-staging-i686/build.sh
  
virtualbox-modules/repos/community-staging-i686/virtualbox-guest-modules.install
  
virtualbox-modules/repos/community-staging-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-staging-x86_64/PKGBUILD
  virtualbox-modules/repos/community-staging-x86_64/build.sh
  
virtualbox-modules/repos/community-staging-x86_64/virtualbox-guest-modules.install
  
virtualbox-modules/repos/community-staging-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  130 
 /build.sh |   50 
 /virtualbox-guest-modules.install |   42 +++
 /virtualbox-host-modules.install  |   46 
 community-staging-i686/PKGBUILD   |   65 --
 community-staging-i686/build.sh   |   25 --
 community-staging-i686/virtualbox-guest-modules.install   |   21 -
 community-staging-i686/virtualbox-host-modules.install|   23 --
 community-staging-x86_64/PKGBUILD |   65 --
 community-staging-x86_64/build.sh |   25 --
 community-staging-x86_64/virtualbox-guest-modules.install |   21 -
 community-staging-x86_64/virtualbox-host-modules.install  |   23 --
 12 files changed, 268 insertions(+), 268 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-07-02 07:16:16 UTC (rev 93348)
+++ community-staging-i686/PKGBUILD 2013-07-02 07:16:49 UTC (rev 93349)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.2.14
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.10' 'linux3.11'
- 'linux-headers=3.10' 'linux-headers3.11'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver
- 'expac'
- 'sed'
- 'bc')
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.10-ARCH
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.10' 'linux3.11')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux=3.10' 'linux3.11')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  

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

2013-07-02 Thread Bartłomiej Piotrowski
Date: Tuesday, July 2, 2013 @ 09:16:16
  Author: bpiotrowski
Revision: 93348

upgpkg: virtualbox-modules 4.2.14-4

- point $EXTRAMODULES in *.install files to 3.10

Modified:
  virtualbox-modules/trunk/PKGBUILD
  virtualbox-modules/trunk/virtualbox-guest-modules.install
  virtualbox-modules/trunk/virtualbox-host-modules.install

--+
 PKGBUILD |2 +-
 virtualbox-guest-modules.install |2 +-
 virtualbox-host-modules.install  |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 05:49:12 UTC (rev 93347)
+++ PKGBUILD2013-07-02 07:16:16 UTC (rev 93348)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.2.14
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')

Modified: virtualbox-guest-modules.install
===
--- virtualbox-guest-modules.install2013-07-02 05:49:12 UTC (rev 93347)
+++ virtualbox-guest-modules.install2013-07-02 07:16:16 UTC (rev 93348)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES='extramodules-3.9-ARCH'
+  EXTRAMODULES='extramodules-3.10-ARCH'
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: virtualbox-host-modules.install
===
--- virtualbox-host-modules.install 2013-07-02 05:49:12 UTC (rev 93347)
+++ virtualbox-host-modules.install 2013-07-02 07:16:16 UTC (rev 93348)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES='extramodules-3.9-ARCH'
+  EXTRAMODULES='extramodules-3.10-ARCH'
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



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

2013-07-02 Thread Jan Steffens
Date: Tuesday, July 2, 2013 @ 09:37:30
  Author: heftig
Revision: 189275

3.8.3

Modified:
  file-roller/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 05:32:25 UTC (rev 189274)
+++ PKGBUILD2013-07-02 07:37:30 UTC (rev 189275)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=file-roller
-pkgver=3.8.2
+pkgver=3.8.3
 pkgrel=1
 pkgdesc=Create and modify archives
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 install=file-roller.install
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b251b146d7966d770c98546e2152dbc17785ef3b8cf460f692829d0ac1cbe79e')
+sha256sums=('55caac832ed0bab89085fdf7a3c3fa1afaf8ae6fb05aeb2a872e42cb6c52894e')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-02 Thread Jan Steffens
Date: Tuesday, July 2, 2013 @ 09:39:43
  Author: heftig
Revision: 189276

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

Added:
  file-roller/repos/extra-i686/PKGBUILD
(from rev 189275, file-roller/trunk/PKGBUILD)
  file-roller/repos/extra-i686/file-roller.install
(from rev 189275, file-roller/trunk/file-roller.install)
  file-roller/repos/extra-x86_64/PKGBUILD
(from rev 189275, file-roller/trunk/PKGBUILD)
  file-roller/repos/extra-x86_64/file-roller.install
(from rev 189275, file-roller/trunk/file-roller.install)
Deleted:
  file-roller/repos/extra-i686/PKGBUILD
  file-roller/repos/extra-i686/file-roller.install
  file-roller/repos/extra-x86_64/PKGBUILD
  file-roller/repos/extra-x86_64/file-roller.install

--+
 /PKGBUILD|   76 +
 /file-roller.install |   26 
 extra-i686/PKGBUILD  |   38 --
 extra-i686/file-roller.install   |   13 --
 extra-x86_64/PKGBUILD|   38 --
 extra-x86_64/file-roller.install |   13 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-02 07:37:30 UTC (rev 189275)
+++ extra-i686/PKGBUILD 2013-07-02 07:39:43 UTC (rev 189276)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=file-roller
-pkgver=3.8.2
-pkgrel=1
-pkgdesc=Create and modify archives
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib' 'libnotify')
-makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
-optdepends=('unrar: the RAR uncompression program'
-'zip: creates PKZIP-compatible .zip files'
-'p7zip: 7zip compression utility'
-'arj: ARJ archiver'
-'unace: extraction tool for the proprietary ace archive format')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=file-roller.install
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b251b146d7966d770c98546e2152dbc17785ef3b8cf460f692829d0ac1cbe79e')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/file-roller \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: file-roller/repos/extra-i686/PKGBUILD (from rev 189275, 
file-roller/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-02 07:39:43 UTC (rev 189276)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.8.3
+pkgrel=1
+pkgdesc=Create and modify archives
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib' 'libnotify')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'p7zip: 7zip compression utility'
+'arj: ARJ archiver'
+'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=file-roller.install
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('55caac832ed0bab89085fdf7a3c3fa1afaf8ae6fb05aeb2a872e42cb6c52894e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/file-roller.install
===
--- extra-i686/file-roller.install  2013-07-02 07:37:30 UTC (rev 189275)
+++ extra-i686/file-roller.install  2013-07-02 07:39:43 UTC (rev 189276)
@@ -1,13 +0,0 @@
-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
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: file-roller/repos/extra-i686/file-roller.install (from rev 189275, 
file-roller/trunk/file-roller.install)

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

2013-07-02 Thread Jan de Groot
Date: Tuesday, July 2, 2013 @ 09:41:44
  Author: jgc
Revision: 189277

upgpkg: libvdpau 0.6-2

Use DRI 2.2 method to determine driver. Adds dependency on libxext (FS#35990)

Modified:
  libvdpau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 07:39:43 UTC (rev 189276)
+++ PKGBUILD2013-07-02 07:41:44 UTC (rev 189277)
@@ -3,16 +3,16 @@
 
 pkgname=libvdpau
 pkgver=0.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Nvidia VDPAU library
 arch=(i686 x86_64)
 url='http://cgit.freedesktop.org/~aplattner/libvdpau'
-depends=('gcc-libs')
+depends=('gcc-libs' 'libxext')
 conflicts=('nvidia-utils190.42-2')
 options=('!libtool')
 license=('custom')
 
source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz)
-makedepends=('libx11')
+makedepends=('dri2proto')
 sha256sums=('9b55beec9d8b01bbf89229b7d075ceee870f4e1830523c11f29a46c07fe72d75')
 
 build() {



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

2013-07-02 Thread Jan de Groot
Date: Tuesday, July 2, 2013 @ 09:41:51
  Author: jgc
Revision: 189278

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-02 07:41:44 UTC (rev 189277)
+++ extra-i686/PKGBUILD 2013-07-02 07:41:51 UTC (rev 189278)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libvdpau
-pkgver=0.6
-pkgrel=1
-pkgdesc=Nvidia VDPAU library
-arch=(i686 x86_64)
-url='http://cgit.freedesktop.org/~aplattner/libvdpau'
-depends=('gcc-libs')
-conflicts=('nvidia-utils190.42-2')
-options=('!libtool')
-license=('custom')
-source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz)
-makedepends=('libx11')
-sha256sums=('9b55beec9d8b01bbf89229b7d075ceee870f4e1830523c11f29a46c07fe72d75')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libvdpau/repos/extra-i686/PKGBUILD (from rev 189277, 
libvdpau/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-02 07:41:51 UTC (rev 189278)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libvdpau
+pkgver=0.6
+pkgrel=2
+pkgdesc=Nvidia VDPAU library
+arch=(i686 x86_64)
+url='http://cgit.freedesktop.org/~aplattner/libvdpau'
+depends=('gcc-libs' 'libxext')
+conflicts=('nvidia-utils190.42-2')
+options=('!libtool')
+license=('custom')
+source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz)
+makedepends=('dri2proto')
+sha256sums=('9b55beec9d8b01bbf89229b7d075ceee870f4e1830523c11f29a46c07fe72d75')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-02 07:41:44 UTC (rev 189277)
+++ extra-x86_64/PKGBUILD   2013-07-02 07:41:51 UTC (rev 189278)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libvdpau
-pkgver=0.6
-pkgrel=1
-pkgdesc=Nvidia VDPAU library
-arch=(i686 x86_64)
-url='http://cgit.freedesktop.org/~aplattner/libvdpau'
-depends=('gcc-libs')
-conflicts=('nvidia-utils190.42-2')
-options=('!libtool')
-license=('custom')
-source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz)
-makedepends=('libx11')
-sha256sums=('9b55beec9d8b01bbf89229b7d075ceee870f4e1830523c11f29a46c07fe72d75')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libvdpau/repos/extra-x86_64/PKGBUILD (from rev 189277, 
libvdpau/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-02 07:41:51 UTC (rev 189278)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libvdpau
+pkgver=0.6
+pkgrel=2
+pkgdesc=Nvidia VDPAU library
+arch=(i686 x86_64)
+url='http://cgit.freedesktop.org/~aplattner/libvdpau'
+depends=('gcc-libs' 'libxext')
+conflicts=('nvidia-utils190.42-2')
+options=('!libtool')
+license=('custom')
+source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz)
+makedepends=('dri2proto')
+sha256sums=('9b55beec9d8b01bbf89229b7d075ceee870f4e1830523c11f29a46c07fe72d75')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING 

[arch-commits] Commit in libtheora/trunk (PKGBUILD libtheora-1.1.1-libpng16.patch)

2013-07-02 Thread Jan de Groot
Date: Tuesday, July 2, 2013 @ 10:08:06
  Author: jgc
Revision: 189279

upgpkg: libtheora 1.1.1-3

Fix compile with libpng 1.6

Added:
  libtheora/trunk/libtheora-1.1.1-libpng16.patch
Modified:
  libtheora/trunk/PKGBUILD

+
 PKGBUILD   |   20 ++--
 libtheora-1.1.1-libpng16.patch |   17 +
 2 files changed, 31 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 07:41:51 UTC (rev 189278)
+++ PKGBUILD2013-07-02 08:08:06 UTC (rev 189279)
@@ -4,7 +4,7 @@
 
 pkgname=libtheora
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc=An open video codec developed by the Xiph.org
 arch=('i686' 'x86_64')
 url=http://www.xiph.org;
@@ -12,18 +12,26 @@
 depends=('libogg')
 makedepends=('libvorbis')
 options=('!libtool')
-source=(http://downloads.xiph.org/releases/theora/libtheora-${pkgver}.tar.bz2;)
-md5sums=('292ab65cedd5021d6b7ddd117e07cd8e')
-sha1sums=('8dcaa8e61cd86eb1244467c0b64b9ddac04ae262')
+source=(http://downloads.xiph.org/releases/theora/libtheora-${pkgver}.tar.bz2
+libtheora-1.1.1-libpng16.patch)
+md5sums=('292ab65cedd5021d6b7ddd117e07cd8e'
+ '08edd81c7a1be2c4edfd2cd3c112a8c6')
+sha1sums=('8dcaa8e61cd86eb1244467c0b64b9ddac04ae262'
+  'c3f03dbaa5c6459846ce79ea904db1b66971878d')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np0 -i ../libtheora-1.1.1-libpng16.patch
+}
+
 build() {
-  cd ${srcdir}/libtheora-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --enable-shared --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/libtheora-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}

Added: libtheora-1.1.1-libpng16.patch
===
--- libtheora-1.1.1-libpng16.patch  (rev 0)
+++ libtheora-1.1.1-libpng16.patch  2013-07-02 08:08:06 UTC (rev 189279)
@@ -0,0 +1,17 @@
+http://bugs.gentoo.org/465450
+http://trac.xiph.org/ticket/1947
+
+--- examples/png2theora.c
 examples/png2theora.c
+@@ -462,9 +462,9 @@
+   png_set_strip_alpha(png_ptr);
+ 
+   row_data = (png_bytep)png_malloc(png_ptr,
+-3*height*width*png_sizeof(*row_data));
++3*height*width*sizeof(*row_data));
+   row_pointers = (png_bytep *)png_malloc(png_ptr,
+-height*png_sizeof(*row_pointers));
++height*sizeof(*row_pointers));
+   for(y = 0; y  height; y++) {
+ row_pointers[y] = row_data + y*(3*width);
+   }



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

2013-07-02 Thread Jan de Groot
Date: Tuesday, July 2, 2013 @ 10:08:13
  Author: jgc
Revision: 189280

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

Added:
  libtheora/repos/extra-i686/PKGBUILD
(from rev 189279, libtheora/trunk/PKGBUILD)
  libtheora/repos/extra-i686/libtheora-1.1.1-libpng16.patch
(from rev 189279, libtheora/trunk/libtheora-1.1.1-libpng16.patch)
  libtheora/repos/extra-x86_64/PKGBUILD
(from rev 189279, libtheora/trunk/PKGBUILD)
  libtheora/repos/extra-x86_64/libtheora-1.1.1-libpng16.patch
(from rev 189279, libtheora/trunk/libtheora-1.1.1-libpng16.patch)
Deleted:
  libtheora/repos/extra-i686/PKGBUILD
  libtheora/repos/extra-x86_64/PKGBUILD

-+
 /PKGBUILD   |   78 ++
 extra-i686/PKGBUILD |   31 --
 extra-i686/libtheora-1.1.1-libpng16.patch   |   17 +
 extra-x86_64/PKGBUILD   |   31 --
 extra-x86_64/libtheora-1.1.1-libpng16.patch |   17 +
 5 files changed, 112 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-02 08:08:06 UTC (rev 189279)
+++ extra-i686/PKGBUILD 2013-07-02 08:08:13 UTC (rev 189280)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tom Killian t...@archlinux.org
-# Committer: dorphell dorph...@archlinux.org
-
-pkgname=libtheora
-pkgver=1.1.1
-pkgrel=2
-pkgdesc=An open video codec developed by the Xiph.org
-arch=('i686' 'x86_64')
-url=http://www.xiph.org;
-license=('BSD')
-depends=('libogg')
-makedepends=('libvorbis')
-options=('!libtool')
-source=(http://downloads.xiph.org/releases/theora/libtheora-${pkgver}.tar.bz2;)
-md5sums=('292ab65cedd5021d6b7ddd117e07cd8e')
-sha1sums=('8dcaa8e61cd86eb1244467c0b64b9ddac04ae262')
-
-build() {
-  cd ${srcdir}/libtheora-${pkgver}
-  ./configure --prefix=/usr --enable-shared --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libtheora-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 LICENSE COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libtheora/repos/extra-i686/PKGBUILD (from rev 189279, 
libtheora/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-02 08:08:13 UTC (rev 189280)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tom Killian t...@archlinux.org
+# Committer: dorphell dorph...@archlinux.org
+
+pkgname=libtheora
+pkgver=1.1.1
+pkgrel=3
+pkgdesc=An open video codec developed by the Xiph.org
+arch=('i686' 'x86_64')
+url=http://www.xiph.org;
+license=('BSD')
+depends=('libogg')
+makedepends=('libvorbis')
+options=('!libtool')
+source=(http://downloads.xiph.org/releases/theora/libtheora-${pkgver}.tar.bz2
+libtheora-1.1.1-libpng16.patch)
+md5sums=('292ab65cedd5021d6b7ddd117e07cd8e'
+ '08edd81c7a1be2c4edfd2cd3c112a8c6')
+sha1sums=('8dcaa8e61cd86eb1244467c0b64b9ddac04ae262'
+  'c3f03dbaa5c6459846ce79ea904db1b66971878d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np0 -i ../libtheora-1.1.1-libpng16.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: libtheora/repos/extra-i686/libtheora-1.1.1-libpng16.patch (from rev 
189279, libtheora/trunk/libtheora-1.1.1-libpng16.patch)
===
--- extra-i686/libtheora-1.1.1-libpng16.patch   (rev 0)
+++ extra-i686/libtheora-1.1.1-libpng16.patch   2013-07-02 08:08:13 UTC (rev 
189280)
@@ -0,0 +1,17 @@
+http://bugs.gentoo.org/465450
+http://trac.xiph.org/ticket/1947
+
+--- examples/png2theora.c
 examples/png2theora.c
+@@ -462,9 +462,9 @@
+   png_set_strip_alpha(png_ptr);
+ 
+   row_data = (png_bytep)png_malloc(png_ptr,
+-3*height*width*png_sizeof(*row_data));
++3*height*width*sizeof(*row_data));
+   row_pointers = (png_bytep *)png_malloc(png_ptr,
+-height*png_sizeof(*row_pointers));
++height*sizeof(*row_pointers));
+   for(y = 0; y  height; y++) {
+ row_pointers[y] = row_data + y*(3*width);
+   }

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-02 08:08:06 UTC (rev 189279)
+++ extra-x86_64/PKGBUILD   2013-07-02 08:08:13 UTC (rev 189280)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tom Killian t...@archlinux.org
-# Committer: dorphell dorph...@archlinux.org
-
-pkgname=libtheora
-pkgver=1.1.1
-pkgrel=2
-pkgdesc=An open video codec developed by the Xiph.org
-arch=('i686' 'x86_64')
-url=http://www.xiph.org;
-license=('BSD')

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

2013-07-02 Thread Jan de Groot
Date: Tuesday, July 2, 2013 @ 10:23:35
  Author: jgc
Revision: 189282

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

Added:
  gvfs/repos/extra-i686/PKGBUILD
(from rev 189281, gvfs/trunk/PKGBUILD)
  gvfs/repos/extra-i686/gvfs-module.install
(from rev 189281, gvfs/trunk/gvfs-module.install)
  gvfs/repos/extra-i686/gvfs-smb.install
(from rev 189281, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/extra-i686/gvfs.install
(from rev 189281, gvfs/trunk/gvfs.install)
  gvfs/repos/extra-i686/imobiledevice-1.1.5.patch
(from rev 189281, gvfs/trunk/imobiledevice-1.1.5.patch)
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 189281, gvfs/trunk/PKGBUILD)
  gvfs/repos/extra-x86_64/gvfs-module.install
(from rev 189281, gvfs/trunk/gvfs-module.install)
  gvfs/repos/extra-x86_64/gvfs-smb.install
(from rev 189281, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/extra-x86_64/gvfs.install
(from rev 189281, gvfs/trunk/gvfs.install)
  gvfs/repos/extra-x86_64/imobiledevice-1.1.5.patch
(from rev 189281, gvfs/trunk/imobiledevice-1.1.5.patch)
Deleted:
  gvfs/repos/extra-i686/PKGBUILD
  gvfs/repos/extra-i686/gvfs-module.install
  gvfs/repos/extra-i686/gvfs-smb.install
  gvfs/repos/extra-i686/gvfs.install
  gvfs/repos/extra-x86_64/PKGBUILD
  gvfs/repos/extra-x86_64/gvfs-module.install
  gvfs/repos/extra-x86_64/gvfs-smb.install
  gvfs/repos/extra-x86_64/gvfs.install

+
 /PKGBUILD  |  294 +++
 /gvfs-module.install   |   14 +
 /gvfs-smb.install  |   24 ++
 /gvfs.install  |   28 ++
 extra-i686/PKGBUILD|  139 --
 extra-i686/gvfs-module.install |7 
 extra-i686/gvfs-smb.install|   12 -
 extra-i686/gvfs.install|   14 -
 extra-i686/imobiledevice-1.1.5.patch   |  221 +++
 extra-x86_64/PKGBUILD  |  139 --
 extra-x86_64/gvfs-module.install   |7 
 extra-x86_64/gvfs-smb.install  |   12 -
 extra-x86_64/gvfs.install  |   14 -
 extra-x86_64/imobiledevice-1.1.5.patch |  221 +++
 14 files changed, 802 insertions(+), 344 deletions(-)

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


[arch-commits] Commit in gvfs/trunk (PKGBUILD imobiledevice-1.1.5.patch)

2013-07-02 Thread Jan de Groot
Date: Tuesday, July 2, 2013 @ 10:23:24
  Author: jgc
Revision: 189281

upgpkg: gvfs 1.16.3-2

Fix problems with latest libimobiledevice

Added:
  gvfs/trunk/imobiledevice-1.1.5.patch
Modified:
  gvfs/trunk/PKGBUILD

---+
 PKGBUILD  |   14 ++
 imobiledevice-1.1.5.patch |  221 
 2 files changed, 232 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 08:08:13 UTC (rev 189280)
+++ PKGBUILD2013-07-02 08:23:24 UTC (rev 189281)
@@ -4,17 +4,25 @@
 pkgbase=gvfs
 pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp' 
'gvfs-goa' 'gvfs-mtp')
 pkgver=1.16.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('avahi' 'bluez-libs' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio-paranoia' 'libgphoto2' 'libimobiledevice' 'libsoup=2.24.0' 
'smbclient' 'udisks2' 'libsecret' 'docbook-xsl' 'gtk3' 'libmtp' 
'gnome-online-accounts' 'libbluray')
 url=http://www.gnome.org;
 options=(!libtool)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('02a4483d0dd2e307f58f8e1d34dd29dbe06d3a345b73ac8d6f87bb91189c8e49')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
+imobiledevice-1.1.5.patch)
+sha256sums=('02a4483d0dd2e307f58f8e1d34dd29dbe06d3a345b73ac8d6f87bb91189c8e49'
+'3faf3027ef40c5cea3f01cb9d37e4cf848ed2ecfe6cde3b7bf86087da4a2d2e1')
 
+prepare() {
+  cd $pkgbase-$pkgver
+  patch -Np1 -i ../imobiledevice-1.1.5.patch
+}
+
 build() {
   cd $pkgbase-$pkgver
+  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/gvfs \

Added: imobiledevice-1.1.5.patch
===
--- imobiledevice-1.1.5.patch   (rev 0)
+++ imobiledevice-1.1.5.patch   2013-07-02 08:23:24 UTC (rev 189281)
@@ -0,0 +1,221 @@
+From d71c6108901460842de25012d5ece727a0c70d27 Mon Sep 17 00:00:00 2001
+From: Ondrej Holy oh...@redhat.com
+Date: Tue, 11 Jun 2013 11:33:23 +
+Subject: afc: Update to libimobiledevice new api
+
+https://bugzilla.redhat.com/show_bug.cgi?id=951731
+https://bugzilla.gnome.org/show_bug.cgi?id=702577
+---
+diff --git a/configure.ac b/configure.ac
+index 12dbdcd..2846d82 100644
+--- a/configure.ac
 b/configure.ac
+@@ -372,14 +372,11 @@ AFC_LIBS=
+ AFC_CFLAGS=
+ 
+ if test x$enable_afc != xno ; then
+-  PKG_CHECK_EXISTS(libimobiledevice-1.0 = 1.1.0 libplist = 0.15, 
msg_afc=yes)
++  PKG_CHECK_EXISTS(libimobiledevice-1.0 = 1.1.5 libplist = 0.15, 
msg_afc=yes)
+ 
+   if test x$msg_afc = xyes; then
+ PKG_CHECK_MODULES(AFC, libimobiledevice-1.0 libplist)
+ AC_DEFINE(HAVE_AFC, 1, [Define to 1 if AFC is going to be built])
+-PKG_CHECK_EXISTS(libimobiledevice-1.0 = 1.1.2,
+- [AC_DEFINE(HAVE_LIBIMOBILEDEVICE_1_1_2, 1,
+-[Define to 1 if libimobiledevice-1.1.2 
found])])
+   fi
+ fi
+ 
+diff --git a/daemon/gvfsbackendafc.c b/daemon/gvfsbackendafc.c
+index ab4a9ce..6b0b64f 100644
+--- a/daemon/gvfsbackendafc.c
 b/daemon/gvfsbackendafc.c
+@@ -349,12 +349,7 @@ _idevice_event_cb (const idevice_event_t *event, void 
*user_data)
+   if (event-event != IDEVICE_DEVICE_REMOVE)
+ return;
+ 
+-#ifdef HAVE_LIBIMOBILEDEVICE_1_1_2
+   event_udid = event-udid;
+-#else
+-  event_udid = event-uuid;
+-#endif
+-
+   if (g_str_equal (event_udid, afc_backend-uuid) == FALSE)
+ return;
+ 
+@@ -401,7 +396,7 @@ g_vfs_backend_afc_mount (GVfsBackend *backend,
+   const char *str;
+   char *tmp;
+   char *display_name = NULL;
+-  guint16 port;
++  lockdownd_service_descriptor_t lockdown_service = NULL;
+   int virtual_port;
+   GMountSpec *real_spec;
+   GVfsBackendAfc *self;
+@@ -414,6 +409,7 @@ g_vfs_backend_afc_mount (GVfsBackend *backend,
+   char **dcim_afcinfo;
+   plist_t value;
+   lockdownd_error_t lerr;
++  afc_error_t aerr;
+   const gchar *choices[] = {_(Try again), _(Cancel), NULL}; /* keep in 
sync with the enum above */
+   gboolean aborted = FALSE;
+   gchar *message = NULL;
+@@ -649,41 +645,38 @@ g_vfs_backend_afc_mount (GVfsBackend *backend,
+ 
+   switch (self-mode) {
+ case ACCESS_MODE_AFC:
+-  lerr = lockdownd_start_service (lockdown_cli, self-service, port);
++  lerr = lockdownd_start_service (lockdown_cli, self-service, 
lockdown_service);
+   if (G_UNLIKELY(g_vfs_backend_lockdownd_check (lerr, G_VFS_JOB(job
+ {
+   goto out_destroy_lockdown;
+ }
+-  if (G_UNLIKELY(g_vfs_backend_afc_check (afc_client_new (self-dev,
+-  port, 
self-afc_cli),
+-  G_VFS_JOB(job
++  aerr = afc_client_new (self-dev, lockdown_service, 

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

2013-07-02 Thread Florian Pritz
Date: Tuesday, July 2, 2013 @ 10:28:47
  Author: bluewind
Revision: 93351

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 93350, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 93350, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   38 +++---
 upgpkg   |8 
 2 files changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-02 08:28:44 UTC (rev 93350)
+++ PKGBUILD2013-07-02 08:28:47 UTC (rev 93351)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@gmx.at
-pkgname=inxi
-pkgver=1.9.11
-pkgrel=1
-pkgdesc=script to get system information
-arch=('any')
-url=http://inxi.org;
-license=('GPL')
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('2abcae6467a6224abff285258f9a9114')
-
-package() {
-  cd $srcdir
-  install -D -m755 inxi $pkgdir/usr/bin/inxi
-  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 93350, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-02 08:28:47 UTC (rev 93351)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Florian Pritz f...@gmx.at
+pkgname=inxi
+pkgver=1.9.12
+pkgrel=1
+pkgdesc=script to get system information
+arch=('any')
+url=http://inxi.org;
+license=('GPL')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('266610686b2ab153afe81f9c640eca88')
+
+package() {
+  cd $srcdir
+  install -D -m755 inxi $pkgdir/usr/bin/inxi
+  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2013-07-02 08:28:44 UTC (rev 93350)
+++ upgpkg  2013-07-02 08:28:47 UTC (rev 93351)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 93350, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2013-07-02 08:28:47 UTC (rev 93351)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}



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

2013-07-02 Thread Florian Pritz
Date: Tuesday, July 2, 2013 @ 10:28:44
  Author: bluewind
Revision: 93350

upgpkg: inxi 1.9.12-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 07:16:49 UTC (rev 93349)
+++ PKGBUILD2013-07-02 08:28:44 UTC (rev 93350)
@@ -1,14 +1,14 @@
 # $Id$
 # Maintainer: Florian Pritz f...@gmx.at
 pkgname=inxi
-pkgver=1.9.11
+pkgver=1.9.12
 pkgrel=1
 pkgdesc=script to get system information
 arch=('any')
 url=http://inxi.org;
 license=('GPL')
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('2abcae6467a6224abff285258f9a9114')
+md5sums=('266610686b2ab153afe81f9c640eca88')
 
 package() {
   cd $srcdir



[arch-commits] Commit in kdebase-runtime/kde-unstable (PKGBUILD)

2013-07-02 Thread Andrea Scarpino
Date: Tuesday, July 2, 2013 @ 11:00:05
  Author: andrea
Revision: 189283

upgpkg: kdebase-runtime 4.10.90-2

Add WebP support

Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 08:23:35 UTC (rev 189282)
+++ PKGBUILD2013-07-02 09:00:05 UTC (rev 189283)
@@ -4,13 +4,13 @@
 
 pkgname=kdebase-runtime
 pkgver=4.10.90
-pkgrel=1
+pkgrel=2
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'
 license=('GPL' 'LGPL')
-depends=(kdelibs=${pkgver} 'kactivities' 'smbclient' 'libssh' 'libcanberra' 
'oxygen-icons'
- 'xorg-xauth')
+depends=(kdelibs=${pkgver} 'kactivities' 'smbclient' 'libssh' 'libcanberra'
+ 'oxygen-icons' 'xorg-xauth' 'libwebp')
 makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
  'networkmanager')
 optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'



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

2013-07-02 Thread Andrea Scarpino
Date: Tuesday, July 2, 2013 @ 11:00:18
  Author: andrea
Revision: 189284

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 189283, kdebase-runtime/kde-unstable/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
(from rev 189283, kdebase-runtime/kde-unstable/kdebase-runtime.install)
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 189283, kdebase-runtime/kde-unstable/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install
(from rev 189283, kdebase-runtime/kde-unstable/kdebase-runtime.install)
Deleted:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install

-+
 /PKGBUILD   |   92 ++
 /kdebase-runtime.install|   26 +++
 kde-unstable-i686/PKGBUILD  |   46 -
 kde-unstable-i686/kdebase-runtime.install   |   13 ---
 kde-unstable-x86_64/PKGBUILD|   46 -
 kde-unstable-x86_64/kdebase-runtime.install |   13 ---
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-02 09:00:05 UTC (rev 189283)
+++ kde-unstable-i686/PKGBUILD  2013-07-02 09:00:18 UTC (rev 189284)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdebase-runtime
-pkgver=4.10.90
-pkgrel=1
-pkgdesc=Plugins and applications necessary for the running of KDE 
applications
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-runtime'
-license=('GPL' 'LGPL')
-depends=(kdelibs=${pkgver} 'kactivities' 'smbclient' 'libssh' 'libcanberra' 
'oxygen-icons'
- 'xorg-xauth')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
- 'networkmanager')
-optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
-'gdb: needed by DrKonqi to generate backtrace'
-'htdig: to build the search index in the KHelpCenter'
-'rarian: needed by KHelpCenter')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('6835354be548a1389f895c63c24e0c8b6066165a')
-
-prepare() {
-mkdir build
-}
-
-build() {
-   cd build
-   cmake ../kde-runtime-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DWITH_QNtrack=OFF \
--DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR=$pkgdir install
-   rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
-
-   ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
-}

Copied: kdebase-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 189283, 
kdebase-runtime/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-02 09:00:18 UTC (rev 189284)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.10.90
+pkgrel=2
+pkgdesc=Plugins and applications necessary for the running of KDE 
applications
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+depends=(kdelibs=${pkgver} 'kactivities' 'smbclient' 'libssh' 'libcanberra'
+ 'oxygen-icons' 'xorg-xauth' 'libwebp')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
+ 'networkmanager')
+optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace'
+'htdig: to build the search index in the KHelpCenter'
+'rarian: needed by KHelpCenter')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('6835354be548a1389f895c63c24e0c8b6066165a')
+
+prepare() {
+mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-runtime-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWITH_QNtrack=OFF \
+-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0
+   make
+}
+
+package() {
+   cd build

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

2013-07-02 Thread Jan de Groot
Date: Tuesday, July 2, 2013 @ 11:13:45
  Author: jgc
Revision: 189285

upgpkg: gnome-common 3.7.4-2

Add support for Automake 1.14 and lcov 1.10 (FS#35954)

Added:
  gnome-common/trunk/git-fixes.patch
Modified:
  gnome-common/trunk/PKGBUILD

-+
 PKGBUILD|   14 +++---
 git-fixes.patch |   75 ++
 2 files changed, 86 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 09:00:18 UTC (rev 189284)
+++ PKGBUILD2013-07-02 09:13:45 UTC (rev 189285)
@@ -3,14 +3,22 @@
 
 pkgname=gnome-common
 pkgver=3.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Common development macros for GNOME
 arch=(any)
+depends=('sh')
 license=('GPL')
 url=http://www.gnome.org;
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2af2d97010d2a9aeb3b99dd2ce07d1ef023e15a27b412ffe4f067f016ff7117b')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
+git-fixes.patch)
+sha256sums=('2af2d97010d2a9aeb3b99dd2ce07d1ef023e15a27b412ffe4f067f016ff7117b'
+'978d43799927b6e8ee7e8e33838126df44fdeade0f4ea5154a261286cdeb5d93')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../git-fixes.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2013-07-02 09:13:45 UTC (rev 189285)
@@ -0,0 +1,75 @@
+diff --git a/macros2/gnome-autogen.sh b/macros2/gnome-autogen.sh
+index 5da964e..be70371 100644
+--- a/macros2/gnome-autogen.sh
 b/macros2/gnome-autogen.sh
+@@ -345,15 +345,16 @@ done
+ 
+ case $REQUIRED_AUTOMAKE_VERSION in
+ 1.4*) automake_progs=automake-1.4 ;;
+-1.5*) automake_progs=automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5 
;;
+-1.6*) automake_progs=automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 ;;
+-1.7*) automake_progs=automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 automake-1.7 ;;
+-1.8*) automake_progs=automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 ;;
+-1.9*) automake_progs=automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 ;;
+-1.10*) automake_progs=automake-1.13 automake-1.12 automake-1.11 
automake-1.10 ;;
+-1.11*) automake_progs=automake-1.13 automake-1.12 automake-1.11 ;;
+-1.12*) automake_progs=automake-1.13 automake-1.12 ;;
+-1.13*) automake_progs=automake-1.13 ;;
++1.5*) automake_progs=automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 
automake-1.5 ;;
++1.6*) automake_progs=automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 
automake-1.6 ;;
++1.7*) automake_progs=automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 ;;
++1.8*) automake_progs=automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8 ;;
++1.9*) automake_progs=automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 ;;
++1.10*) automake_progs=automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 ;;
++1.11*) automake_progs=automake-1.14 automake-1.13 automake-1.12 
automake-1.11 ;;
++1.12*) automake_progs=automake-1.14 automake-1.13 automake-1.12 ;;
++1.13*) automake_progs=automake-1.14 automake-1.13 ;;
++1.14*) automake_progs=automake-1.14 ;;
+ esac
+ version_check automake AUTOMAKE $automake_progs $REQUIRED_AUTOMAKE_VERSION \
+ 
http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz;
+diff --git a/macros2/gnome-code-coverage.m4 b/macros2/gnome-code-coverage.m4
+index 618ccbe..62375e6 100644
+--- a/macros2/gnome-code-coverage.m4
 b/macros2/gnome-code-coverage.m4
+@@ -44,7 +44,7 @@ AC_DEFUN([GNOME_CODE_COVERAGE],[
+   ])
+ 
+   # List of supported lcov versions.
+-  lcov_version_list=1.6 1.7 1.8 1.9
++  lcov_version_list=1.6 1.7 1.8 1.9 1.10
+ 
+   AC_CHECK_PROG([LCOV], [lcov], [lcov])
+   AC_CHECK_PROG([GENHTML], [genhtml], [genhtml])
+@@ -120,7 +120,7 @@ code_coverage_quiet_0 = --quiet
+ 
+ # Use recursive makes in order to ignore errors during check
+ check-code-coverage:
+-ifdef CODE_COVERAGE_ENABLED
++ifeq ($(CODE_COVERAGE_ENABLED),yes)
+   -$(MAKE) $(AM_MAKEFLAGS) -k check
+   $(MAKE) $(AM_MAKEFLAGS) code-coverage-capture
+ else
+@@ -129,7 +129,7 @@ endif
+ 
+ # Capture code coverage data
+ code-coverage-capture: 

[arch-commits] Commit in gnome-common/repos/extra-any (3 files)

2013-07-02 Thread Jan de Groot
Date: Tuesday, July 2, 2013 @ 11:13:57
  Author: jgc
Revision: 189286

archrelease: copy trunk to extra-any

Added:
  gnome-common/repos/extra-any/PKGBUILD
(from rev 189285, gnome-common/trunk/PKGBUILD)
  gnome-common/repos/extra-any/git-fixes.patch
(from rev 189285, gnome-common/trunk/git-fixes.patch)
Deleted:
  gnome-common/repos/extra-any/PKGBUILD

-+
 PKGBUILD|   54 ++
 git-fixes.patch |   75 ++
 2 files changed, 106 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-02 09:13:45 UTC (rev 189285)
+++ PKGBUILD2013-07-02 09:13:57 UTC (rev 189286)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-common
-pkgver=3.7.4
-pkgrel=1
-pkgdesc=Common development macros for GNOME
-arch=(any)
-license=('GPL')
-url=http://www.gnome.org;
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2af2d97010d2a9aeb3b99dd2ce07d1ef023e15a27b412ffe4f067f016ff7117b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-common/repos/extra-any/PKGBUILD (from rev 189285, 
gnome-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-02 09:13:57 UTC (rev 189286)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-common
+pkgver=3.7.4
+pkgrel=2
+pkgdesc=Common development macros for GNOME
+arch=(any)
+depends=('sh')
+license=('GPL')
+url=http://www.gnome.org;
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
+git-fixes.patch)
+sha256sums=('2af2d97010d2a9aeb3b99dd2ce07d1ef023e15a27b412ffe4f067f016ff7117b'
+'978d43799927b6e8ee7e8e33838126df44fdeade0f4ea5154a261286cdeb5d93')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-common/repos/extra-any/git-fixes.patch (from rev 189285, 
gnome-common/trunk/git-fixes.patch)
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2013-07-02 09:13:57 UTC (rev 189286)
@@ -0,0 +1,75 @@
+diff --git a/macros2/gnome-autogen.sh b/macros2/gnome-autogen.sh
+index 5da964e..be70371 100644
+--- a/macros2/gnome-autogen.sh
 b/macros2/gnome-autogen.sh
+@@ -345,15 +345,16 @@ done
+ 
+ case $REQUIRED_AUTOMAKE_VERSION in
+ 1.4*) automake_progs=automake-1.4 ;;
+-1.5*) automake_progs=automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5 
;;
+-1.6*) automake_progs=automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 ;;
+-1.7*) automake_progs=automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 automake-1.7 ;;
+-1.8*) automake_progs=automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 ;;
+-1.9*) automake_progs=automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 ;;
+-1.10*) automake_progs=automake-1.13 automake-1.12 automake-1.11 
automake-1.10 ;;
+-1.11*) automake_progs=automake-1.13 automake-1.12 automake-1.11 ;;
+-1.12*) automake_progs=automake-1.13 automake-1.12 ;;
+-1.13*) automake_progs=automake-1.13 ;;
++1.5*) automake_progs=automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 
automake-1.5 ;;
++1.6*) automake_progs=automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 
automake-1.6 ;;
++1.7*) automake_progs=automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 ;;
++1.8*) automake_progs=automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8 ;;
++1.9*) automake_progs=automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 ;;
++1.10*) automake_progs=automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 ;;
++1.11*) automake_progs=automake-1.14 automake-1.13 automake-1.12 
automake-1.11 ;;
++1.12*) automake_progs=automake-1.14 automake-1.13 automake-1.12 ;;
++1.13*) automake_progs=automake-1.14 automake-1.13 ;;
++1.14*) automake_progs=automake-1.14 ;;
+ esac
+ version_check automake AUTOMAKE $automake_progs $REQUIRED_AUTOMAKE_VERSION \
+ 

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

2013-07-02 Thread Laurent Carlier
Date: Tuesday, July 2, 2013 @ 11:20:23
  Author: lcarlier
Revision: 189288

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

Added:
  libdrm/repos/testing-i686/
  libdrm/repos/testing-i686/COPYING
(from rev 189287, libdrm/trunk/COPYING)
  libdrm/repos/testing-i686/PKGBUILD
(from rev 189287, libdrm/trunk/PKGBUILD)
  libdrm/repos/testing-i686/no-pthread-stubs.patch
(from rev 189287, libdrm/trunk/no-pthread-stubs.patch)
  libdrm/repos/testing-x86_64/
  libdrm/repos/testing-x86_64/COPYING
(from rev 189287, libdrm/trunk/COPYING)
  libdrm/repos/testing-x86_64/PKGBUILD
(from rev 189287, libdrm/trunk/PKGBUILD)
  libdrm/repos/testing-x86_64/no-pthread-stubs.patch
(from rev 189287, libdrm/trunk/no-pthread-stubs.patch)

---+
 testing-i686/COPYING  |   48 
 testing-i686/PKGBUILD |   42 +++
 testing-i686/no-pthread-stubs.patch   |  121 
 testing-x86_64/COPYING|   48 
 testing-x86_64/PKGBUILD   |   42 +++
 testing-x86_64/no-pthread-stubs.patch |  121 
 6 files changed, 422 insertions(+)

Copied: libdrm/repos/testing-i686/COPYING (from rev 189287, 
libdrm/trunk/COPYING)
===
--- testing-i686/COPYING(rev 0)
+++ testing-i686/COPYING2013-07-02 09:20:23 UTC (rev 189288)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ Software), to deal in the Software without restriction, including
+ without limitation on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+
+ Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ All Rights Reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ Software), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
+ SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.

Copied: libdrm/repos/testing-i686/PKGBUILD (from rev 189287, 
libdrm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-02 09:20:23 UTC (rev 189288)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libdrm
+pkgver=2.4.46
+pkgrel=1
+pkgdesc=Userspace interface to kernel DRM services
+arch=(i686 x86_64)
+license=('custom')
+depends=('glibc' 'libpciaccess')
+makedepends=('cairo' 'valgrind')
+replaces=('libdrm-new' 'libdrm-nouveau')
+options=('!libtool')
+url=http://dri.freedesktop.org/;
+source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
+no-pthread-stubs.patch
+COPYING)
+sha256sums=('33cf320dad4e8060768714792e12643ddf6756a719d262ba7d60b39c2b2650f1'
+'c2d2e8575dac9d08f1271b2cfa68ac3b42e69f99efe6e3a7e20064f22f7e28ab'
+'9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
+
+build() {
+  cd 

[arch-commits] Commit in open-vm-tools-modules/trunk (PKGBUILD)

2013-07-02 Thread Sergej Pupykin
Date: Tuesday, July 2, 2013 @ 11:20:21
  Author: spupykin
Revision: 93352

Modified:
  open-vm-tools-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 08:28:47 UTC (rev 93351)
+++ PKGBUILD2013-07-02 09:20:21 UTC (rev 93352)
@@ -3,10 +3,10 @@
 # Contributor: Krzysztof Raczkowski racz...@gmail.com
 
 pkgname=open-vm-tools-modules
-epoch=1
-pkgver=9.2.3
-_pkgsubver=1031360
-pkgrel=6
+epoch=2
+pkgver=2013.04.16
+_pkgsubver=1098359
+pkgrel=1
 pkgdesc=kernel modules for the open source implementation of VMware Tools
 arch=('i686' 'x86_64')
 url=http://open-vm-tools.sourceforge.net/;
@@ -15,9 +15,10 @@
 depends=('linux')
 install=$pkgname.install
 options=('!strip' '!makeflags')
-source=(http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz;
+#source=(http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz;
+source=(http://downloads.sourceforge.net/project/open-vm-tools/open-vm-tools/Development%20Snapshots/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz;
modprobe.conf)
-md5sums=('71a1d8065b632692af2cdcc9d82f305e'
+md5sums=('9bf4dfd01931a3f50a779ecd10aac6d1'
  'bc5518489077e91655489bd04b868584')
 
 build() {
@@ -26,7 +27,7 @@
 
   cd $srcdir/open-vm-tools-${pkgver}-${_pkgsubver}
 
-  sed -i 's|proc-3.2.8|procps|g' configure
+#  sed -i 's|proc-3.2.8|procps|g' configure
   sed -i 's|putname(name);|__putname(name);|' 
modules/linux/vmblock/linux/control.c
 
   [ $NOEXTRACT -eq 1 ] || ./configure \



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

2013-07-02 Thread Laurent Carlier
Date: Tuesday, July 2, 2013 @ 11:20:10
  Author: lcarlier
Revision: 189287

upgpkg: libdrm 2.4.46-1

upstream update 2.4.46

Modified:
  libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 09:13:57 UTC (rev 189286)
+++ PKGBUILD2013-07-02 09:20:10 UTC (rev 189287)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libdrm
-pkgver=2.4.45
+pkgver=2.4.46
 pkgrel=1
 pkgdesc=Userspace interface to kernel DRM services
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
 no-pthread-stubs.patch
 COPYING)
-sha256sums=('3ef0a70c16080fb90c50e807b660b7353d82509c03647f6ecc00bbfa1caee208'
+sha256sums=('33cf320dad4e8060768714792e12643ddf6756a719d262ba7d60b39c2b2650f1'
 'c2d2e8575dac9d08f1271b2cfa68ac3b42e69f99efe6e3a7e20064f22f7e28ab'
 '9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
 



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

2013-07-02 Thread Sergej Pupykin
Date: Tuesday, July 2, 2013 @ 11:21:44
  Author: spupykin
Revision: 93353

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 09:20:21 UTC (rev 93352)
+++ PKGBUILD2013-07-02 09:21:44 UTC (rev 93353)
@@ -4,10 +4,10 @@
 
 pkgbase=open-vm-tools
 pkgname=('open-vm-tools' 'open-vm-tools-dkms')
-epoch=2
-pkgver=9.2.3
-_pkgsubver=1031360
-pkgrel=5
+epoch=3
+pkgver=2013.04.16
+_pkgsubver=1098359
+pkgrel=1
 pkgdesc=The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools
 arch=('i686' 'x86_64')
 url=http://open-vm-tools.sourceforge.net/;
@@ -22,14 +22,15 @@
 backup=('etc/pam.d/vmware-guestd')
 options=('docs' '!libtool')
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-${_pkgsubver}.tar.gz
+#source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-${_pkgsubver}.tar.gz
+source=(http://downloads.sourceforge.net/project/open-vm-tools/open-vm-tools/Development%20Snapshots/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz;
network-script
tools.conf
vmware-guestd
xautostart.conf
modprobe.conf
vmtoolsd.service)
-md5sums=('71a1d8065b632692af2cdcc9d82f305e'
+md5sums=('9bf4dfd01931a3f50a779ecd10aac6d1'
  'e307f5201b2b3fe79c9e2b410d02b989'
  'b55d15e2c4be396aad709aeca91033d3'
  '1b9ae908fce4c623269f100ee9bdfdef'



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

2013-07-02 Thread Laurent Carlier
Date: Tuesday, July 2, 2013 @ 11:23:05
  Author: lcarlier
Revision: 93354

upgpkg: lib32-libdrm 2.4.46-1

Sync with testing

Modified:
  lib32-libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 09:21:44 UTC (rev 93353)
+++ PKGBUILD2013-07-02 09:23:05 UTC (rev 93354)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libdrm
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.45
+pkgver=2.4.46
 pkgrel=1
 pkgdesc=Userspace interface to kernel DRM services (32-bit)
 arch=(x86_64)
@@ -15,7 +15,7 @@
 url=http://dri.freedesktop.org/;
 
source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2
 no-pthread-stubs.patch)
-sha256sums=('3ef0a70c16080fb90c50e807b660b7353d82509c03647f6ecc00bbfa1caee208'
+sha256sums=('33cf320dad4e8060768714792e12643ddf6756a719d262ba7d60b39c2b2650f1'
 'c2d2e8575dac9d08f1271b2cfa68ac3b42e69f99efe6e3a7e20064f22f7e28ab')
 
 prepare() {



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

2013-07-02 Thread Laurent Carlier
Date: Tuesday, July 2, 2013 @ 11:23:11
  Author: lcarlier
Revision: 93355

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libdrm/repos/multilib-testing-x86_64/
  lib32-libdrm/repos/multilib-testing-x86_64/PKGBUILD
(from rev 93354, lib32-libdrm/trunk/PKGBUILD)
  lib32-libdrm/repos/multilib-testing-x86_64/no-pthread-stubs.patch
(from rev 93354, lib32-libdrm/trunk/no-pthread-stubs.patch)

+
 PKGBUILD   |   51 +++
 no-pthread-stubs.patch |  121 +++
 2 files changed, 172 insertions(+)

Copied: lib32-libdrm/repos/multilib-testing-x86_64/PKGBUILD (from rev 93354, 
lib32-libdrm/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-07-02 09:23:11 UTC (rev 93355)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+_pkgbasename=libdrm
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.46
+pkgrel=1
+pkgdesc=Userspace interface to kernel DRM services (32-bit)
+arch=(x86_64)
+license=('custom')
+depends=('lib32-libpciaccess' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool')
+url=http://dri.freedesktop.org/;
+source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2
+no-pthread-stubs.patch)
+sha256sums=('33cf320dad4e8060768714792e12643ddf6756a719d262ba7d60b39c2b2650f1'
+'c2d2e8575dac9d08f1271b2cfa68ac3b42e69f99efe6e3a7e20064f22f7e28ab')
+
+prepare() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/no-pthread-stubs.patch
+}
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  # libtoolize --force
+  autoreconf --force --install
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+  --enable-udev 
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}
+

Copied: lib32-libdrm/repos/multilib-testing-x86_64/no-pthread-stubs.patch (from 
rev 93354, lib32-libdrm/trunk/no-pthread-stubs.patch)
===
--- multilib-testing-x86_64/no-pthread-stubs.patch  
(rev 0)
+++ multilib-testing-x86_64/no-pthread-stubs.patch  2013-07-02 09:23:11 UTC 
(rev 93355)
@@ -0,0 +1,121 @@
+diff -Nur libdrm-2.4.34.orig/configure.ac libdrm-2.4.34/configure.ac
+--- libdrm-2.4.34.orig/configure.ac2012-05-12 14:54:06.375335490 +
 libdrm-2.4.34/configure.ac 2012-05-12 14:54:32.075142065 +
+@@ -47,10 +47,6 @@
+ LT_INIT([disable-static])
+ 
+ 
+-PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs)
+-AC_SUBST(PTHREADSTUBS_CFLAGS)
+-AC_SUBST(PTHREADSTUBS_LIBS)
+-
+ pkgconfigdir=${libdir}/pkgconfig
+ AC_SUBST(pkgconfigdir)
+ AC_ARG_ENABLE([udev],
+diff -Nur libdrm-2.4.34.orig/intel/Makefile.am libdrm-2.4.34/intel/Makefile.am
+--- libdrm-2.4.34.orig/intel/Makefile.am   2012-05-12 14:54:06.372001955 
+
 libdrm-2.4.34/intel/Makefile.am2012-05-12 14:55:24.164745055 +
+@@ -26,7 +26,6 @@
+   $(WARN_CFLAGS) \
+   -I$(top_srcdir) \
+   -I$(top_srcdir)/intel \
+-  $(PTHREADSTUBS_CFLAGS) \
+   $(PCIACCESS_CFLAGS) \
+   $(VALGRIND_CFLAGS) \
+   -I$(top_srcdir)/include/drm
+@@ -35,7 +34,6 @@
+ libdrm_intel_ladir = $(libdir)
+ libdrm_intel_la_LDFLAGS = -version-number 1:0:0 -no-undefined
+ libdrm_intel_la_LIBADD = ../libdrm.la \
+-  @PTHREADSTUBS_LIBS@ \
+   @PCIACCESS_LIBS@ \
+   @CLOCK_LIB@
+ 
+diff -Nur libdrm-2.4.34.orig/nouveau/Makefile.am 
libdrm-2.4.34/nouveau/Makefile.am
+--- libdrm-2.4.34.orig/nouveau/Makefile.am 2012-05-12 14:54:06.331998148 
+
 libdrm-2.4.34/nouveau/Makefile.am  2012-05-12 14:56:00.941132085 +
+@@ -2,14 +2,13 @@
+   $(WARN_CFLAGS) \
+   -I$(top_srcdir) \
+   -I$(top_srcdir)/nouveau \
+-  $(PTHREADSTUBS_CFLAGS) \
+   -I$(top_srcdir)/include/drm \
+   -DDEBUG
+ 
+ libdrm_nouveau_la_LTLIBRARIES = libdrm_nouveau.la
+ libdrm_nouveau_ladir = $(libdir)
+ libdrm_nouveau_la_LDFLAGS = -version-number 2:0:0 -no-undefined
+-libdrm_nouveau_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
++libdrm_nouveau_la_LIBADD = ../libdrm.la
+ 
+ libdrm_nouveau_la_SOURCES = nouveau.c \
+   pushbuf.c \
+diff -Nur libdrm-2.4.34.orig/radeon/Makefile.am 
libdrm-2.4.34/radeon/Makefile.am
+--- libdrm-2.4.34.orig/radeon/Makefile.am  2012-05-12 14:54:06.365334765 
+
 libdrm-2.4.34/radeon/Makefile.am   2012-05-12 14:55:48.084557437 +
+@@ -26,13 +26,12 @@
+   $(WARN_CFLAGS) \
+   -I$(top_srcdir) \
+   

[arch-commits] Commit in open-vm-tools-modules/repos (12 files)

2013-07-02 Thread Sergej Pupykin
Date: Tuesday, July 2, 2013 @ 11:34:44
  Author: spupykin
Revision: 93357

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

Added:
  open-vm-tools-modules/repos/community-i686/PKGBUILD
(from rev 93356, open-vm-tools-modules/trunk/PKGBUILD)
  open-vm-tools-modules/repos/community-i686/modprobe.conf
(from rev 93356, open-vm-tools-modules/trunk/modprobe.conf)
  open-vm-tools-modules/repos/community-i686/open-vm-tools-modules.install
(from rev 93356, open-vm-tools-modules/trunk/open-vm-tools-modules.install)
  open-vm-tools-modules/repos/community-x86_64/PKGBUILD
(from rev 93356, open-vm-tools-modules/trunk/PKGBUILD)
  open-vm-tools-modules/repos/community-x86_64/modprobe.conf
(from rev 93356, open-vm-tools-modules/trunk/modprobe.conf)
  open-vm-tools-modules/repos/community-x86_64/open-vm-tools-modules.install
(from rev 93356, open-vm-tools-modules/trunk/open-vm-tools-modules.install)
Deleted:
  open-vm-tools-modules/repos/community-i686/PKGBUILD
  open-vm-tools-modules/repos/community-i686/modprobe.conf
  open-vm-tools-modules/repos/community-i686/open-vm-tools-modules.install
  open-vm-tools-modules/repos/community-x86_64/PKGBUILD
  open-vm-tools-modules/repos/community-x86_64/modprobe.conf
  open-vm-tools-modules/repos/community-x86_64/open-vm-tools-modules.install

+
 /PKGBUILD  |  114 +++
 /modprobe.conf |2 
 /open-vm-tools-modules.install |   46 +
 community-i686/PKGBUILD|   56 ---
 community-i686/modprobe.conf   |1 
 community-i686/open-vm-tools-modules.install   |   23 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/modprobe.conf |1 
 community-x86_64/open-vm-tools-modules.install |   23 
 9 files changed, 162 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-02 09:34:18 UTC (rev 93356)
+++ community-i686/PKGBUILD 2013-07-02 09:34:44 UTC (rev 93357)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Krzysztof Raczkowski racz...@gmail.com
-
-pkgname=open-vm-tools-modules
-epoch=1
-pkgver=9.2.3
-_pkgsubver=1031360
-pkgrel=6
-pkgdesc=kernel modules for the open source implementation of VMware Tools
-arch=('i686' 'x86_64')
-url=http://open-vm-tools.sourceforge.net/;
-license=('GPL')
-makedepends=('libdnet' 'procps' 'icu' 'uriparser' 'linux-headers')
-depends=('linux')
-install=$pkgname.install
-options=('!strip' '!makeflags')
-source=(http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz;
-   modprobe.conf)
-md5sums=('71a1d8065b632692af2cdcc9d82f305e'
- 'bc5518489077e91655489bd04b868584')
-
-build() {
-  _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-  KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.${_kernver}-ARCH/version)
-
-  cd $srcdir/open-vm-tools-${pkgver}-${_pkgsubver}
-
-  sed -i 's|proc-3.2.8|procps|g' configure
-  sed -i 's|putname(name);|__putname(name);|' 
modules/linux/vmblock/linux/control.c
-
-  [ $NOEXTRACT -eq 1 ] || ./configure \
-  --prefix=/usr \
-  --without-x \
-  --with-linuxdir=/usr/lib/modules/$KERNEL_RELEASE
-
-  make -C modules modules
-}
-
-package() {
-  _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-  depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-  KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.${_kernver}-ARCH/version)
-  msg Kernel = $KERNEL_VERSION
-
-  cd $srcdir/open-vm-tools-${pkgver}-${_pkgsubver}
-  mkdir -p $pkgdir/usr/lib/modules/extramodules-3.${_kernver}-ARCH/
-
-  find -type f -name '*.ko' \
--exec install -t $pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH 
{} +
-
-  gzip $pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/*.ko
-
-  install -D -m 644 ${srcdir}/modprobe.conf 
${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf
-  sed -i s|extramodules-.*-ARCH|extramodules-3.${_kernver}-ARCH| 
$startdir/$pkgname.install
-}

Copied: open-vm-tools-modules/repos/community-i686/PKGBUILD (from rev 93356, 
open-vm-tools-modules/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-02 09:34:44 UTC (rev 93357)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Krzysztof Raczkowski racz...@gmail.com
+
+pkgname=open-vm-tools-modules
+epoch=2
+pkgver=2013.04.16
+_pkgsubver=1098359
+pkgrel=1
+pkgdesc=kernel modules for the open source implementation of VMware Tools
+arch=('i686' 'x86_64')
+url=http://open-vm-tools.sourceforge.net/;
+license=('GPL')
+makedepends=('libdnet' 'procps' 'icu' 

[arch-commits] Commit in open-vm-tools/repos (36 files)

2013-07-02 Thread Sergej Pupykin
Date: Tuesday, July 2, 2013 @ 11:34:18
  Author: spupykin
Revision: 93356

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

Added:
  open-vm-tools/repos/community-i686/PKGBUILD
(from rev 93355, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-i686/modprobe.conf
(from rev 93355, open-vm-tools/trunk/modprobe.conf)
  open-vm-tools/repos/community-i686/network-script
(from rev 93355, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-i686/open-vm-tools-dkms.install
(from rev 93355, open-vm-tools/trunk/open-vm-tools-dkms.install)
  open-vm-tools/repos/community-i686/open-vm-tools.install
(from rev 93355, open-vm-tools/trunk/open-vm-tools.install)
  open-vm-tools/repos/community-i686/tools.conf
(from rev 93355, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-i686/vmtoolsd.service
(from rev 93355, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-i686/vmware-guestd
(from rev 93355, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-i686/xautostart.conf
(from rev 93355, open-vm-tools/trunk/xautostart.conf)
  open-vm-tools/repos/community-x86_64/PKGBUILD
(from rev 93355, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-x86_64/modprobe.conf
(from rev 93355, open-vm-tools/trunk/modprobe.conf)
  open-vm-tools/repos/community-x86_64/network-script
(from rev 93355, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-x86_64/open-vm-tools-dkms.install
(from rev 93355, open-vm-tools/trunk/open-vm-tools-dkms.install)
  open-vm-tools/repos/community-x86_64/open-vm-tools.install
(from rev 93355, open-vm-tools/trunk/open-vm-tools.install)
  open-vm-tools/repos/community-x86_64/tools.conf
(from rev 93355, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
(from rev 93355, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-x86_64/vmware-guestd
(from rev 93355, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-x86_64/xautostart.conf
(from rev 93355, open-vm-tools/trunk/xautostart.conf)
Deleted:
  open-vm-tools/repos/community-i686/PKGBUILD
  open-vm-tools/repos/community-i686/modprobe.conf
  open-vm-tools/repos/community-i686/network-script
  open-vm-tools/repos/community-i686/open-vm-tools-dkms.install
  open-vm-tools/repos/community-i686/open-vm-tools.install
  open-vm-tools/repos/community-i686/tools.conf
  open-vm-tools/repos/community-i686/vmtoolsd.service
  open-vm-tools/repos/community-i686/vmware-guestd
  open-vm-tools/repos/community-i686/xautostart.conf
  open-vm-tools/repos/community-x86_64/PKGBUILD
  open-vm-tools/repos/community-x86_64/modprobe.conf
  open-vm-tools/repos/community-x86_64/network-script
  open-vm-tools/repos/community-x86_64/open-vm-tools-dkms.install
  open-vm-tools/repos/community-x86_64/open-vm-tools.install
  open-vm-tools/repos/community-x86_64/tools.conf
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
  open-vm-tools/repos/community-x86_64/vmware-guestd
  open-vm-tools/repos/community-x86_64/xautostart.conf

-+
 /PKGBUILD   |  184 
 /modprobe.conf  |2 
 /network-script |  390 ++
 /open-vm-tools-dkms.install |   46 +++
 /open-vm-tools.install  |   20 +
 /tools.conf |2 
 /vmtoolsd.service   |   18 +
 /vmware-guestd  |   12 
 /xautostart.conf|   12 
 community-i686/PKGBUILD |   91 --
 community-i686/modprobe.conf|1 
 community-i686/network-script   |  195 -
 community-i686/open-vm-tools-dkms.install   |   23 -
 community-i686/open-vm-tools.install|   10 
 community-i686/tools.conf   |1 
 community-i686/vmtoolsd.service |9 
 community-i686/vmware-guestd|6 
 community-i686/xautostart.conf  |6 
 community-x86_64/PKGBUILD   |   91 --
 community-x86_64/modprobe.conf  |1 
 community-x86_64/network-script |  195 -
 community-x86_64/open-vm-tools-dkms.install |   23 -
 community-x86_64/open-vm-tools.install  |   10 
 community-x86_64/tools.conf |1 
 community-x86_64/vmtoolsd.service   |9 
 community-x86_64/vmware-guestd  |6 
 community-x86_64/xautostart.conf|6 
 27 files changed, 686 insertions(+), 684 deletions(-)

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


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

2013-07-02 Thread Sergej Pupykin
Date: Tuesday, July 2, 2013 @ 11:43:19
  Author: spupykin
Revision: 93360

upgpkg: squid 3.3.6-1

upd

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 09:43:15 UTC (rev 93359)
+++ PKGBUILD2013-07-02 09:43:19 UTC (rev 93360)
@@ -5,13 +5,13 @@
 # Contributor: Kevin Piche ke...@archlinux.org
 
 pkgname=squid
-pkgver=3.3.5
-pkgrel=2
+pkgver=3.3.6
+pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
 url='http://www.squid-cache.org'
 depends=('openssl' 'pam' 'cron' 'perl' 'libltdl')
-makedepends=('libcap')
+makedepends=('libcap' 'krb5')
 license=('GPL')
 options=('emptydirs')
 backup=('etc/squid/squid.conf'
@@ -21,12 +21,12 @@
 'squid.pam'
 'squid.cron'
 'squid.service')
-md5sums=('c7991aa8528034af0e21a69edf26e41b'
+md5sums=('8dff6c8e9f46722fc62131364f0eeac6'
  '270977cdd9b47ef44c0c427ab9034777'
  'a71425c4951f2e5b640d19e6a5048531'
  'ceeb57c69ebb165676219222f109a24e')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
   # gcc 4.6 doesn't support -fhuge-objects.
@@ -39,6 +39,20 @@
 
   sed -i '1,1i#include errno.h' 
helpers/external_acl/file_userip/ext_file_userip_acl.cc
 
+  for i in \
+helpers/basic_auth/DB \
+helpers/log_daemon/DB \
+helpers/negotiate_auth/kerberos \
+helpers/external_acl/SQL_session; \
+  do
+  echo -e #!/bin/sh\nexit 0 $i/config.test
+  chmod 0755 $i/config.test
+  done
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
   ./configure \
 --prefix=/usr \
 --sbindir=/usr/bin \



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

2013-07-02 Thread Sergej Pupykin
')
-
-  cd $srcdir/brimworks-lua51-zlib-${_gitver}
-  install -Dm0755 zlib.so $pkgdir/usr/lib/lua/5.1/zlib.so
-  install -D -m644 README $pkgdir/usr/share/licenses/$pkgname/README
-}

Copied: lua-zlib/repos/community-i686/PKGBUILD (from rev 93358, 
lua-zlib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-02 09:43:15 UTC (rev 93359)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=(lua-zlib lua51-zlib)
+pkgbase=lua-zlib
+pkgver=20130702
+pkgrel=1
+url=http://github.com/brimworks/lua-zlib;
+pkgdesc='Simple streaming interface to zlib for Lua.'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('cmake' 'lua' 'lua51' 'zlib' 'git')
+conflicts=('lua-lzlib')
+#source=(lua-zlib-$pkgver.zip::https://github.com/brimworks/lua-zlib/zipball/v$pkgver;)
+source=(git://github.com/brimworks/lua-zlib.git)
+md5sums=('SKIP')
+
+build() {
+  cp -a $srcdir/lua-zlib $srcdir/lua51-zlib
+
+  cd $srcdir/lua-zlib
+  gcc -o zlib.so -O2 -fPIC -shared lua_zlib.c -llua -lz
+
+  cd $srcdir/lua51-zlib
+  gcc -o zlib.so -O2 -fPIC -shared -I/usr/include/lua5.1 lua_zlib.c -llua5.1 
-lz
+}
+
+package_lua-zlib() {
+  depends=('zlib' 'lua')
+
+  cd $srcdir/lua-zlib
+  install -Dm0755 zlib.so $pkgdir/usr/lib/lua/5.2/zlib.so
+  install -Dm644 README $pkgdir/usr/share/licenses/$pkgname/README
+}
+
+package_lua51-zlib() {
+  depends=('zlib' 'lua51')
+
+  cd $srcdir/lua51-zlib
+  install -Dm0755 zlib.so $pkgdir/usr/lib/lua/5.1/zlib.so
+  install -D -m644 README $pkgdir/usr/share/licenses/$pkgname/README
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2013-07-02 09:42:58 UTC (rev 93358)
+++ community-x86_64/ChangeLog  2013-07-02 09:43:15 UTC (rev 93359)
@@ -1,42 +0,0 @@
-2010-02-18  Dwayne Bent  db...@liqd.org
-
-   * PKGBUILD:
-   Actually build the library
-   [b994a1eae8e4] [tip]
-
-2010-02-15  Dwayne Bent  db...@liqd.org
-
-   * .hgtags:
-   Added tag v20100215-1 for changeset 82cf8c12f58d
-   [5e6e628919ec]
-
-   * ChangeLog, PKGBUILD:
-   Added ChangeLog
-   [82cf8c12f58d] [v20100215-1]
-
-   * PKGBUILD:
-   Install license file
-   [470c65e1d08b]
-
-   * PKGBUILD:
-   Updated email address
-   [cf9fdc7b9cc5]
-
-   * PKGBUILD:
-   Change package name to reflect the type of package this actually is
-   [39b61ef661d7]
-
-   * PKGBUILD:
-   Clean up PKGBUILD
-   [183b11d1286e]
-
-2009-11-26  Dwayne Bent  db...@liqd.org
-
-   * .hgtags:
-   Added tag v20091125-1 for changeset 8e6cc75fb38b
-   [72c8c117a64c]
-
-   * Makefile, PKGBUILD:
-   Initial commit
-   [8e6cc75fb38b] [v20091125-1]
-

Copied: lua-zlib/repos/community-x86_64/ChangeLog (from rev 93358, 
lua-zlib/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)
+++ community-x86_64/ChangeLog  2013-07-02 09:43:15 UTC (rev 93359)
@@ -0,0 +1,42 @@
+2010-02-18  Dwayne Bent  db...@liqd.org
+
+   * PKGBUILD:
+   Actually build the library
+   [b994a1eae8e4] [tip]
+
+2010-02-15  Dwayne Bent  db...@liqd.org
+
+   * .hgtags:
+   Added tag v20100215-1 for changeset 82cf8c12f58d
+   [5e6e628919ec]
+
+   * ChangeLog, PKGBUILD:
+   Added ChangeLog
+   [82cf8c12f58d] [v20100215-1]
+
+   * PKGBUILD:
+   Install license file
+   [470c65e1d08b]
+
+   * PKGBUILD:
+   Updated email address
+   [cf9fdc7b9cc5]
+
+   * PKGBUILD:
+   Change package name to reflect the type of package this actually is
+   [39b61ef661d7]
+
+   * PKGBUILD:
+   Clean up PKGBUILD
+   [183b11d1286e]
+
+2009-11-26  Dwayne Bent  db...@liqd.org
+
+   * .hgtags:
+   Added tag v20091125-1 for changeset 8e6cc75fb38b
+   [72c8c117a64c]
+
+   * Makefile, PKGBUILD:
+   Initial commit
+   [8e6cc75fb38b] [v20091125-1]
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-02 09:42:58 UTC (rev 93358)
+++ community-x86_64/PKGBUILD   2013-07-02 09:43:15 UTC (rev 93359)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-#pkgname=(lua-zlib lua51-zlib)
-pkgname=(lua51-zlib)
-pkgbase=lua-zlib
-pkgver=0.2
-pkgrel=8
-_gitver=8d07669
-url=http://github.com/brimworks/lua-zlib;
-pkgdesc='Simple streaming interface to zlib for Lua.'
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('cmake' 'lua' 'lua51' 'zlib')
-conflicts=('lua-lzlib')
-source=(lua-zlib-$pkgver.zip::https://github.com/brimworks/lua-zlib/zipball/v$pkgver;)
-md5sums=('e6c780c0c4b6dcb88cf16949bb751be7')
-
-build() {
-  cp -a $srcdir/brimworks-lua-zlib-${_gitver} 
$srcdir/brimworks-lua51-zlib

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

2013-07-02 Thread Sergej Pupykin
Date: Tuesday, July 2, 2013 @ 11:42:58
  Author: spupykin
Revision: 93358

upgpkg: lua-zlib 20130702-1

upd

Modified:
  lua-zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 09:34:44 UTC (rev 93357)
+++ PKGBUILD2013-07-02 09:42:58 UTC (rev 93358)
@@ -1,35 +1,34 @@
 # $Id$
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
-#pkgname=(lua-zlib lua51-zlib)
-pkgname=(lua51-zlib)
+pkgname=(lua-zlib lua51-zlib)
 pkgbase=lua-zlib
-pkgver=0.2
-pkgrel=8
-_gitver=8d07669
+pkgver=20130702
+pkgrel=1
 url=http://github.com/brimworks/lua-zlib;
 pkgdesc='Simple streaming interface to zlib for Lua.'
 arch=('i686' 'x86_64')
 license=('MIT')
-makedepends=('cmake' 'lua' 'lua51' 'zlib')
+makedepends=('cmake' 'lua' 'lua51' 'zlib' 'git')
 conflicts=('lua-lzlib')
-source=(lua-zlib-$pkgver.zip::https://github.com/brimworks/lua-zlib/zipball/v$pkgver;)
-md5sums=('e6c780c0c4b6dcb88cf16949bb751be7')
+#source=(lua-zlib-$pkgver.zip::https://github.com/brimworks/lua-zlib/zipball/v$pkgver;)
+source=(git://github.com/brimworks/lua-zlib.git)
+md5sums=('SKIP')
 
 build() {
-  cp -a $srcdir/brimworks-lua-zlib-${_gitver} 
$srcdir/brimworks-lua51-zlib-${_gitver}
+  cp -a $srcdir/lua-zlib $srcdir/lua51-zlib
 
-  cd $srcdir/brimworks-lua-zlib-${_gitver}
+  cd $srcdir/lua-zlib
   gcc -o zlib.so -O2 -fPIC -shared lua_zlib.c -llua -lz
 
-  cd $srcdir/brimworks-lua51-zlib-${_gitver}
+  cd $srcdir/lua51-zlib
   gcc -o zlib.so -O2 -fPIC -shared -I/usr/include/lua5.1 lua_zlib.c -llua5.1 
-lz
 }
 
 package_lua-zlib() {
   depends=('zlib' 'lua')
 
-  cd $srcdir/brimworks-lua-zlib-${_gitver}
+  cd $srcdir/lua-zlib
   install -Dm0755 zlib.so $pkgdir/usr/lib/lua/5.2/zlib.so
   install -Dm644 README $pkgdir/usr/share/licenses/$pkgname/README
 }
@@ -37,7 +36,7 @@
 package_lua51-zlib() {
   depends=('zlib' 'lua51')
 
-  cd $srcdir/brimworks-lua51-zlib-${_gitver}
+  cd $srcdir/lua51-zlib
   install -Dm0755 zlib.so $pkgdir/usr/lib/lua/5.1/zlib.so
   install -D -m644 README $pkgdir/usr/share/licenses/$pkgname/README
 }



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

2013-07-02 Thread Sergej Pupykin
Date: Tuesday, July 2, 2013 @ 11:44:06
  Author: spupykin
Revision: 93361

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

Added:
  squid/repos/community-i686/PKGBUILD
(from rev 93360, squid/trunk/PKGBUILD)
  squid/repos/community-i686/squid.cron
(from rev 93360, squid/trunk/squid.cron)
  squid/repos/community-i686/squid.install
(from rev 93360, squid/trunk/squid.install)
  squid/repos/community-i686/squid.pam
(from rev 93360, squid/trunk/squid.pam)
  squid/repos/community-i686/squid.service
(from rev 93360, squid/trunk/squid.service)
  squid/repos/community-x86_64/PKGBUILD
(from rev 93360, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid.cron
(from rev 93360, squid/trunk/squid.cron)
  squid/repos/community-x86_64/squid.install
(from rev 93360, squid/trunk/squid.install)
  squid/repos/community-x86_64/squid.pam
(from rev 93360, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 93360, squid/trunk/squid.service)
Deleted:
  squid/repos/community-i686/PKGBUILD
  squid/repos/community-i686/squid.cron
  squid/repos/community-i686/squid.install
  squid/repos/community-i686/squid.pam
  squid/repos/community-i686/squid.service
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid.cron
  squid/repos/community-x86_64/squid.install
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service

+
 /PKGBUILD  |  210 +++
 /squid.cron|   18 +++
 /squid.install |   52 +
 /squid.pam |8 +
 /squid.service |   26 
 community-i686/PKGBUILD|   91 
 community-i686/squid.cron  |9 -
 community-i686/squid.install   |   26 
 community-i686/squid.pam   |4 
 community-i686/squid.service   |   13 --
 community-x86_64/PKGBUILD  |   91 
 community-x86_64/squid.cron|9 -
 community-x86_64/squid.install |   26 
 community-x86_64/squid.pam |4 
 community-x86_64/squid.service |   13 --
 15 files changed, 314 insertions(+), 286 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-02 09:43:19 UTC (rev 93360)
+++ community-i686/PKGBUILD 2013-07-02 09:44:06 UTC (rev 93361)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Mark Coolen mark.coo...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=squid
-pkgver=3.3.5
-pkgrel=2
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'cron' 'perl' 'libltdl')
-makedepends=('libcap')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf')
-install=$pkgname.install
-source=(http://www.squid-cache.org/Versions/v3/3.3/$pkgname-$pkgver.tar.bz2;
-'squid.pam'
-'squid.cron'
-'squid.service')
-md5sums=('c7991aa8528034af0e21a69edf26e41b'
- '270977cdd9b47ef44c0c427ab9034777'
- 'a71425c4951f2e5b640d19e6a5048531'
- 'ceeb57c69ebb165676219222f109a24e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # gcc 4.6 doesn't support -fhuge-objects.
-  sed '/^HUGE_OBJECT_FLAG=/ s/-fhuge-objects//' -i configure
-
-  # fix cache_dir, cache_dir size, and effective group.
-  sed '/^DEFAULT_SWAP_DIR/ s@/cache@/cache/squid@' -i src/Makefile.in
-  sed '/^#cache_dir/ s/100/256/
-   /^NAME: cache_effective_group/ {n;n;s/none/proxy/}' -i src/cf.data.pre
-
-  sed -i '1,1i#include errno.h' 
helpers/external_acl/file_userip/ext_file_userip_acl.cc
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---datadir=/usr/share/squid \
---sysconfdir=/etc/squid \
---libexecdir=/usr/lib/squid \
---localstatedir=/var \
---with-logdir=/var/log/squid \
---with-pidfile=/run/squid.pid \
---enable-auth \
---enable-auth-basic \
---enable-auth-ntlm \
---enable-auth-digest \
---enable-auth-negotiate \
---enable-removal-policies=lru,heap \
---enable-storeio=aufs,ufs,diskd \
---enable-delay-pools \
---enable-arp-acl \
---enable-ssl \
---enable-snmp \
---enable-linux-netfilter \
---enable-ident-lookups \
---enable-useragent-log \
---enable-cache-digests \
---enable-referer-log \
---enable-arp-acl \
---enable-htcp \
---enable-carp \
---enable-epoll \
---with-large-files \
---enable-arp-acl \
---with-default-user=proxy \
---enable-async-io \
---enable-truncate \
---enable-icap-client
-  make
-}
-
-package() {
-  cd $srcdir
-
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm755 $srcdir/squid.cron 

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

2013-07-02 Thread Sébastien Luttringer
Date: Tuesday, July 2, 2013 @ 11:50:50
  Author: seblu
Revision: 93376

archrelease: copy trunk to community-any

Added:
  ferm/repos/community-any/PKGBUILD
(from rev 93375, ferm/trunk/PKGBUILD)
  ferm/repos/community-any/ferm.service
(from rev 93375, ferm/trunk/ferm.service)
Deleted:
  ferm/repos/community-any/PKGBUILD
  ferm/repos/community-any/ferm.service

--+
 PKGBUILD |   74 -
 ferm.service |   26 ++--
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-02 09:50:42 UTC (rev 93375)
+++ PKGBUILD2013-07-02 09:50:50 UTC (rev 93376)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Marti Raudsepp ma...@juffo.org
-# Contributor: Manuel Mazzuola origin...@gmail.com
-
-pkgname=ferm
-pkgver=2.1.2
-pkgrel=4
-pkgdesc='Tool to maintain complex firewalls'
-arch=('any')
-url='http://ferm.foo-projects.org/'
-license=('GPL2')
-depends=('iptables' 'perl')
-optdepends=('ebtables' 'arptables' 'ipset')
-backup=(etc/$pkgname.conf)
-source=(
-  http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.gz;
-  $pkgname.service)
-md5sums=('bcfeae169c4e8e9a702df19f453605ed'
- '24f425eda3de65ce15e7b013db3800bc')
-
-package() {
-  # systemd
-  install -Dm 644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  # software setup
-  cd $pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
-  # setup default config
-  install -D -m 644 $pkgdir/usr/share/doc/ferm/examples/workstation.ferm \
-$pkgdir/etc/$pkgname.conf
-  # /usr merge
-  cd $pkgdir/usr
-  mv sbin bin
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ferm/repos/community-any/PKGBUILD (from rev 93375, ferm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-02 09:50:50 UTC (rev 93376)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Marti Raudsepp ma...@juffo.org
+# Contributor: Manuel Mazzuola origin...@gmail.com
+
+pkgname=ferm
+pkgver=2.2
+pkgrel=1
+pkgdesc='Tool to maintain complex firewalls'
+arch=('any')
+url='http://ferm.foo-projects.org/'
+license=('GPL2')
+depends=('iptables' 'perl')
+optdepends=('ebtables' 'arptables' 'ipset')
+backup=(etc/$pkgname.conf)
+source=(
+  http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.gz;
+  $pkgname.service)
+md5sums=('f2d6e6950d90c768ef9e1f055a01fba2'
+ '24f425eda3de65ce15e7b013db3800bc')
+
+package() {
+  # systemd
+  install -Dm 644 $pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+  # software setup
+  cd $pkgname-$pkgver
+  make PREFIX=$pkgdir/usr install
+  # setup default config
+  install -D -m 644 $pkgdir/usr/share/doc/ferm/examples/workstation.ferm \
+$pkgdir/etc/$pkgname.conf
+  # /usr merge
+  cd $pkgdir/usr
+  mv sbin bin
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ferm.service
===
--- ferm.service2013-07-02 09:50:42 UTC (rev 93375)
+++ ferm.service2013-07-02 09:50:50 UTC (rev 93376)
@@ -1,13 +0,0 @@
-[Unit]
-Description=for Easy Rule Making
-After=ipset.service
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/bin/ferm /etc/ferm.conf
-ExecReload=/usr/bin/ferm /etc/ferm.conf
-ExecStop=/usr/bin/ferm -F /etc/ferm.conf
-
-[Install]
-WantedBy=multi-user.target

Copied: ferm/repos/community-any/ferm.service (from rev 93375, 
ferm/trunk/ferm.service)
===
--- ferm.service(rev 0)
+++ ferm.service2013-07-02 09:50:50 UTC (rev 93376)
@@ -0,0 +1,13 @@
+[Unit]
+Description=for Easy Rule Making
+After=ipset.service
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/ferm /etc/ferm.conf
+ExecReload=/usr/bin/ferm /etc/ferm.conf
+ExecStop=/usr/bin/ferm -F /etc/ferm.conf
+
+[Install]
+WantedBy=multi-user.target



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

2013-07-02 Thread Sébastien Luttringer
Date: Tuesday, July 2, 2013 @ 11:50:42
  Author: seblu
Revision: 93375

upgpkg: ferm 2.2-1

Modified:
  ferm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 09:47:30 UTC (rev 93374)
+++ PKGBUILD2013-07-02 09:50:42 UTC (rev 93375)
@@ -4,8 +4,8 @@
 # Contributor: Manuel Mazzuola origin...@gmail.com
 
 pkgname=ferm
-pkgver=2.1.2
-pkgrel=4
+pkgver=2.2
+pkgrel=1
 pkgdesc='Tool to maintain complex firewalls'
 arch=('any')
 url='http://ferm.foo-projects.org/'
@@ -16,7 +16,7 @@
 source=(
   http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.gz;
   $pkgname.service)
-md5sums=('bcfeae169c4e8e9a702df19f453605ed'
+md5sums=('f2d6e6950d90c768ef9e1f055a01fba2'
  '24f425eda3de65ce15e7b013db3800bc')
 
 package() {



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

2013-07-02 Thread Sébastien Luttringer
Date: Tuesday, July 2, 2013 @ 12:04:00
  Author: seblu
Revision: 93377

upgpkg: perl-config-ini 0.020-1

Modified:
  perl-config-ini/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 09:50:50 UTC (rev 93376)
+++ PKGBUILD2013-07-02 10:04:00 UTC (rev 93377)
@@ -4,7 +4,7 @@
 # Contributor: zlowly zlo...@gmail.com
 
 pkgname=perl-config-ini
-pkgver=0.019
+pkgver=0.020
 pkgrel=1
 pkgdesc='Perl/CPAN Module Config::INI - simple .ini-file format'
 arch=('any')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 url='http://search.cpan.org/~rjbs/Config-INI/'
 
source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Config-INI-$pkgver.tar.gz;)
-md5sums=('713b36e849ae12277723d0d6874bd5f3')
+md5sums=('835febf958f5bcf4c184defc822fc8ff')
 
 build() {
   cd Config-INI-$pkgver



[arch-commits] Commit in perl-config-ini/repos/community-any (PKGBUILD PKGBUILD)

2013-07-02 Thread Sébastien Luttringer
Date: Tuesday, July 2, 2013 @ 12:05:39
  Author: seblu
Revision: 93378

archrelease: copy trunk to community-any

Added:
  perl-config-ini/repos/community-any/PKGBUILD
(from rev 93377, perl-config-ini/trunk/PKGBUILD)
Deleted:
  perl-config-ini/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-02 10:04:00 UTC (rev 93377)
+++ PKGBUILD2013-07-02 10:05:39 UTC (rev 93378)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-# Contributor: Alessandro Sagratini ale_sagra at hotmail dot com
-# Contributor: zlowly zlo...@gmail.com
-
-pkgname=perl-config-ini
-pkgver=0.019
-pkgrel=1
-pkgdesc='Perl/CPAN Module Config::INI - simple .ini-file format'
-arch=('any')
-license=('GPL' 'PerlArtistic')
-depends=('perl-io-string' 'perl-mixin-linewise')
-options=('!emptydirs')
-url='http://search.cpan.org/~rjbs/Config-INI/'
-source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Config-INI-$pkgver.tar.gz;)
-md5sums=('713b36e849ae12277723d0d6874bd5f3')
-
-build() {
-  cd Config-INI-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Config-INI-$pkgver
-  make test
-}
-
-package() {
-  cd Config-INI-$pkgver
-  make install DESTDIR=$pkgdir
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: perl-config-ini/repos/community-any/PKGBUILD (from rev 93377, 
perl-config-ini/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-02 10:05:39 UTC (rev 93378)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Alessandro Sagratini ale_sagra at hotmail dot com
+# Contributor: zlowly zlo...@gmail.com
+
+pkgname=perl-config-ini
+pkgver=0.020
+pkgrel=1
+pkgdesc='Perl/CPAN Module Config::INI - simple .ini-file format'
+arch=('any')
+license=('GPL' 'PerlArtistic')
+depends=('perl-io-string' 'perl-mixin-linewise')
+options=('!emptydirs')
+url='http://search.cpan.org/~rjbs/Config-INI/'
+source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Config-INI-$pkgver.tar.gz;)
+md5sums=('835febf958f5bcf4c184defc822fc8ff')
+
+build() {
+  cd Config-INI-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Config-INI-$pkgver
+  make test
+}
+
+package() {
+  cd Config-INI-$pkgver
+  make install DESTDIR=$pkgdir
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-07-02 Thread Andrea Scarpino
Date: Tuesday, July 2, 2013 @ 13:12:11
  Author: andrea
Revision: 189289

upgpkg: qt4 4.8.5-1

Upstream release; Fix 32bit build on x86_64 (FS#35568)

Modified:
  qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 09:20:23 UTC (rev 189288)
+++ PKGBUILD2013-07-02 11:12:11 UTC (rev 189289)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=qt4
-pkgver=4.8.4
-pkgrel=18
+pkgver=4.8.5
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
@@ -28,11 +28,11 @@
 replaces=('qt=4.8.4')
 conflicts=('qt')
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
-source=(http://releases.qt-project.org/${pkgname}/source/${_pkgfqn}.tar.gz;
+source=(http://download.qt-project.org/official_releases/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz;
 'qtconfig-qt4.desktop' 'assistant-qt4.desktop' 'designer-qt4.desktop'
 'linguist-qt4.desktop' 'qdbusviewer-qt4.desktop'
 'improve-cups-support.patch')
-md5sums=('89c5ecba180cae74c66260ac732dc5cb'
+md5sums=('1864987bdbb2f58f8ae8b350dfdbe133'
  'a16638f4781e56e7887ff8212a322ecc'
  '8a28b3f52dbeb685d4b69440b520a3e1'
  '9727c406c240990870c905696a8c5bd1'
@@ -40,19 +40,27 @@
  'b859c5673e5098c39f72b2252947049e'
  'c439c7731c25387352d8453ca7574971')
 
-build() {
+prepare() {
   cd ${_pkgfqn}
 
   # (FS#28381) (KDEBUG#180051)
   patch -p1 -i ${srcdir}/improve-cups-support.patch
 
-  export QT4DIR=${srcdir}/${_pkgfqn}
-  export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
-
   sed -i s|-O2|${CXXFLAGS}| mkspecs/common/{g++,gcc}-base.conf
   sed -i /^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g 
mkspecs/common/gcc-base-unix.conf
   sed -i /^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g mkspecs/common/gcc-base.conf
 
+  cp mkspecs/common/linux{,32}.conf
+  sed -i /^QMAKE_LIBDIR\s/s|=|= /usr/lib32|g mkspecs/common/linux32.conf
+  sed -i s|common/linux.conf|common/linux32.conf| 
mkspecs/linux-g++-32/qmake.conf
+}
+
+build() {
+  export QT4DIR=${srcdir}/${_pkgfqn}
+  export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
+  
+  cd ${_pkgfqn}
+
   ./configure -confirm-license -opensource \
 -prefix /usr \
 -bindir /usr/lib/qt4/bin \



[arch-commits] Commit in qt4/repos/extra-x86_64 (16 files)

2013-07-02 Thread Andrea Scarpino
Date: Tuesday, July 2, 2013 @ 13:12:21
  Author: andrea
Revision: 189290

archrelease: copy trunk to extra-x86_64

Added:
  qt4/repos/extra-x86_64/PKGBUILD
(from rev 189289, qt4/trunk/PKGBUILD)
  qt4/repos/extra-x86_64/assistant-qt4.desktop
(from rev 189289, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/extra-x86_64/designer-qt4.desktop
(from rev 189289, qt4/trunk/designer-qt4.desktop)
  qt4/repos/extra-x86_64/improve-cups-support.patch
(from rev 189289, qt4/trunk/improve-cups-support.patch)
  qt4/repos/extra-x86_64/linguist-qt4.desktop
(from rev 189289, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/extra-x86_64/qdbusviewer-qt4.desktop
(from rev 189289, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/extra-x86_64/qt4.install
(from rev 189289, qt4/trunk/qt4.install)
  qt4/repos/extra-x86_64/qtconfig-qt4.desktop
(from rev 189289, qt4/trunk/qtconfig-qt4.desktop)
Deleted:
  qt4/repos/extra-x86_64/PKGBUILD
  qt4/repos/extra-x86_64/assistant-qt4.desktop
  qt4/repos/extra-x86_64/designer-qt4.desktop
  qt4/repos/extra-x86_64/improve-cups-support.patch
  qt4/repos/extra-x86_64/linguist-qt4.desktop
  qt4/repos/extra-x86_64/qdbusviewer-qt4.desktop
  qt4/repos/extra-x86_64/qt4.install
  qt4/repos/extra-x86_64/qtconfig-qt4.desktop

+
 PKGBUILD   |  283 ++-
 assistant-qt4.desktop  |   18 +-
 designer-qt4.desktop   |   22 +--
 improve-cups-support.patch |  168 -
 linguist-qt4.desktop   |   20 +--
 qdbusviewer-qt4.desktop|   20 +--
 qt4.install|   24 +--
 qtconfig-qt4.desktop   |   18 +-
 8 files changed, 291 insertions(+), 282 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-02 11:12:11 UTC (rev 189289)
+++ PKGBUILD2013-07-02 11:12:21 UTC (rev 189290)
@@ -1,137 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=qt4
-pkgver=4.8.4
-pkgrel=18
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libtiff' 'libpng' 'libmng' 'sqlite' 'ca-certificates' 'dbus'
-'fontconfig' 'libgl' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
-'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('postgresql-libs' 'mariadb' 'unixodbc' 'cups' 'gtk2' 'libfbclient'
- 'mesa-libgl')
-optdepends=('postgresql-libs: PostgreSQL driver'
-'libmariadbclient: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'libxinerama: Xinerama support'
-'libxcursor: Xcursor support'
-'libxfixes: Xfixes support'
-'icu: Unicode support')
-install=${pkgname}.install
-options=('!libtool')
-replaces=('qt=4.8.4')
-conflicts=('qt')
-_pkgfqn=qt-everywhere-opensource-src-${pkgver}
-source=(http://releases.qt-project.org/${pkgname}/source/${_pkgfqn}.tar.gz;
-'qtconfig-qt4.desktop' 'assistant-qt4.desktop' 'designer-qt4.desktop'
-'linguist-qt4.desktop' 'qdbusviewer-qt4.desktop'
-'improve-cups-support.patch')
-md5sums=('89c5ecba180cae74c66260ac732dc5cb'
- 'a16638f4781e56e7887ff8212a322ecc'
- '8a28b3f52dbeb685d4b69440b520a3e1'
- '9727c406c240990870c905696a8c5bd1'
- '0e384663d3dd32abe35f5331c4147569'
- 'b859c5673e5098c39f72b2252947049e'
- 'c439c7731c25387352d8453ca7574971')
-
-build() {
-  cd ${_pkgfqn}
-
-  # (FS#28381) (KDEBUG#180051)
-  patch -p1 -i ${srcdir}/improve-cups-support.patch
-
-  export QT4DIR=${srcdir}/${_pkgfqn}
-  export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
-
-  sed -i s|-O2|${CXXFLAGS}| mkspecs/common/{g++,gcc}-base.conf
-  sed -i /^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g 
mkspecs/common/gcc-base-unix.conf
-  sed -i /^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g mkspecs/common/gcc-base.conf
-
-  ./configure -confirm-license -opensource \
--prefix /usr \
--bindir /usr/lib/qt4/bin \
--headerdir /usr/include/qt4 \
--docdir /usr/share/doc/qt4 \
--plugindir /usr/lib/qt4/plugins \
--importdir /usr/lib/qt4/imports \
--datadir /usr/share/qt4 \
--translationdir /usr/share/qt4/translations \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt4/examples \
--demosdir /usr/share/doc/qt4/demos \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--no-phonon \
--no-phonon-backend \
--no-webkit \
--graphicssystem raster \
--openssl-linked \
--nomake demos \
--nomake examples \
--nomake docs \
--silent \
--no-rpath \
--optimized-qmake \
--reduce-relocations \
--dbus-linked \
--no-openvg
-  make
-}
-
-package() {
-cd ${_pkgfqn}
-make INSTALL_ROOT=${pkgdir} install
-
-# install missing icons and desktop files
-

[arch-commits] Commit in r8168/trunk (PKGBUILD linux-3.10.patch)

2013-07-02 Thread Massimiliano Torromeo
Date: Tuesday, July 2, 2013 @ 14:34:25
  Author: mtorromeo
Revision: 93383

Implemented patch to build the module on kernel 3.10

Added:
  r8168/trunk/linux-3.10.patch
Modified:
  r8168/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++-
 linux-3.10.patch |   59 +
 2 files changed, 67 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 10:38:04 UTC (rev 93382)
+++ PKGBUILD2013-07-02 12:34:25 UTC (rev 93383)
@@ -12,9 +12,14 @@
 arch=('i686' 'x86_64')
 depends=('glibc' 'linux')
 makedepends=('linux-headers')
-source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
 install=$pkgname.install
 
+prepare() {
+   cd $pkgname-$pkgver
+   patch -p0 -i $srcdir/linux-3.10.patch
+}
+
 build() {
_kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
@@ -42,4 +47,5 @@
sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
 }
 
-sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33')
+sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
+'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Added: linux-3.10.patch
===
--- linux-3.10.patch(rev 0)
+++ linux-3.10.patch2013-07-02 12:34:25 UTC (rev 93383)
@@ -0,0 +1,59 @@
+--- src/r8168_n.c.orig 2013-07-02 14:20:27.355887286 +0200
 src/r8168_n.c  2013-07-02 14:24:25.302573010 +0200
+@@ -52,6 +52,10 @@
+ #include linux/init.h
+ #include linux/rtnetlink.h
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++#include linux/if_ether.h
++#endif
++
+ #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,26)
+ #include linux/pci-aspm.h
+ #endif
+@@ -2232,6 +2236,9 @@
+swab16(opts2  0x));
+ ret = 0;
+ }
++#elif LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (opts2  RxVlanTag)
++  __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2  
0x));
+ #else
+ if (opts2  RxVlanTag)
+ __vlan_hwaccel_put_tag(skb, swab16(opts2  0x));
+@@ -2295,7 +2302,11 @@
+ else
+ tp-cp_cmd = ~RxChkSum;
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (dev-features  NETIF_F_HW_VLAN_CTAG_RX)
++#else
+ if (dev-features  NETIF_F_HW_VLAN_RX)
++#endif
+ tp-cp_cmd |= RxVlan;
+ else
+ tp-cp_cmd = ~RxVlan;
+@@ -16195,7 +16206,11 @@
+ 
+ #ifdef CONFIG_R8168_VLAN
+ if (tp-mcfg != CFG_METHOD_DEFAULT) {
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  dev-features |= NETIF_F_HW_VLAN_CTAG_TX | 
NETIF_F_HW_VLAN_CTAG_RX;
++#else
+ dev-features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
++#endif
+ #if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,22)
+ dev-vlan_rx_kill_vid = rtl8168_vlan_rx_kill_vid;
+ #endif //LINUX_VERSION_CODE  KERNEL_VERSION(2,6,22)
+@@ -16210,7 +16225,11 @@
+ #else
+ dev-features |= NETIF_F_RXCSUM;
+ dev-hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++   NETIF_F_RXCSUM | NETIF_F_HW_VLAN_CTAG_TX | 
NETIF_F_HW_VLAN_CTAG_RX;
++#else
+NETIF_F_RXCSUM | NETIF_F_HW_VLAN_TX | 
NETIF_F_HW_VLAN_RX;
++#endif
+ dev-vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
+  NETIF_F_HIGHDMA;
+ #endif



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

2013-07-02 Thread Tom Gundersen
Date: Tuesday, July 2, 2013 @ 14:36:56
  Author: tomegun
Revision: 189291

upgpkg: bluez 5.7-1

upstream release

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 11:12:21 UTC (rev 189290)
+++ PKGBUILD2013-07-02 12:36:56 UTC (rev 189291)
@@ -5,8 +5,8 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs')
-pkgver=5.5
-pkgrel=3
+pkgver=5.7
+pkgrel=1
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -72,4 +72,4 @@
 
   mv $srcdir/_utils/* $pkgdir
 }
-md5sums=('cfe6bd2f7f3f45f689b3a21a6ba59edd')
+md5sums=('eb883ce61753bd3f300a531bcc2af49e')



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

2013-07-02 Thread Tom Gundersen
Date: Tuesday, July 2, 2013 @ 14:37:05
  Author: tomegun
Revision: 189292

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

Added:
  bluez/repos/testing-i686/
  bluez/repos/testing-i686/PKGBUILD
(from rev 189291, bluez/trunk/PKGBUILD)
  bluez/repos/testing-x86_64/
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 189291, bluez/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   75 ++
 testing-x86_64/PKGBUILD |   75 ++
 2 files changed, 150 insertions(+)

Copied: bluez/repos/testing-i686/PKGBUILD (from rev 189291, 
bluez/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-02 12:37:05 UTC (rev 189292)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs')
+pkgver=5.7
+pkgrel=1
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('libusb-compat' 'dbus' 'libical' 'systemd')
+options=(!libtool)
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-library # this is deprecated
+
+  make
+}
+
+package_bluez() {
+  pkgdesc=Daemons for the bluetooth protocol stack
+  depends=('libical' 'dbus' 'glib2')
+  optdepends=(cups: CUPS backend)
+  backup=('etc/dbus-1/system.d/bluetooth.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  ### split out bluez-utils
+  rm -rf $srcdir/_utils
+  install -dm755 $srcdir/_utils/usr/share/man
+  mv $pkgdir/usr/share/man/man1 $srcdir/_utils/usr/share/man/
+  install -dm755 $srcdir/_utils/usr/bin
+  mv 
$pkgdir/usr/bin/{bccmd,ciptool,hciattach,hciconfig,hcidump,hcitool,l2ping,l2test,rctest,rfcomm,sdptool}\
+  $srcdir/_utils/usr/bin/
+  install -dm755 $srcdir/_utils/usr/lib
+  mv $pkgdir/usr/lib/udev $srcdir/_utils/usr/lib/
+
+  ### split out bluez-libs
+  rm -rf $srcdir/_libs
+  install -dm755 $srcdir/_libs/usr/lib/
+  mv $pkgdir/usr/lib/{pkgconfig,libbluetooth*} \
+  $srcdir/_libs/usr/lib/
+  mv $pkgdir/usr/include \
+  $srcdir/_libs/usr/
+}
+
+package_bluez-libs() {
+  pkgdesc=Deprecated libraries for the bluetooth protocol stack
+  depends=('glibc')
+
+  mv $srcdir/_libs/* $pkgdir
+}
+package_bluez-utils() {
+  pkgdesc=Development and debugging utilities for the bluetooth protocol 
stack
+  depends=('systemd' 'libusb-compat')
+  conflicts=('bluez-hcidump')
+  provides=('bluez-hcidump')
+  replaces=('bluez-hcidump' 'bluez=4.101')
+
+  mv $srcdir/_utils/* $pkgdir
+}
+md5sums=('eb883ce61753bd3f300a531bcc2af49e')

Copied: bluez/repos/testing-x86_64/PKGBUILD (from rev 189291, 
bluez/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-07-02 12:37:05 UTC (rev 189292)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs')
+pkgver=5.7
+pkgrel=1
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('libusb-compat' 'dbus' 'libical' 'systemd')
+options=(!libtool)
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-library # this is deprecated
+
+  make
+}
+
+package_bluez() {
+  pkgdesc=Daemons for the bluetooth protocol stack
+  depends=('libical' 'dbus' 'glib2')
+  optdepends=(cups: CUPS backend)
+  backup=('etc/dbus-1/system.d/bluetooth.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  ### split out bluez-utils
+  rm -rf $srcdir/_utils
+  install -dm755 $srcdir/_utils/usr/share/man
+  mv $pkgdir/usr/share/man/man1 $srcdir/_utils/usr/share/man/
+  install -dm755 $srcdir/_utils/usr/bin
+  mv 
$pkgdir/usr/bin/{bccmd,ciptool,hciattach,hciconfig,hcidump,hcitool,l2ping,l2test,rctest,rfcomm,sdptool}\
+  $srcdir/_utils/usr/bin/
+  install -dm755 $srcdir/_utils/usr/lib
+  mv $pkgdir/usr/lib/udev $srcdir/_utils/usr/lib/
+
+  ### split out bluez-libs
+  

[arch-commits] Commit in transmission/trunk (4 files)

2013-07-02 Thread Tom Gundersen
Date: Tuesday, July 2, 2013 @ 14:37:17
  Author: tomegun
Revision: 189293

upgpkg: transmission 2.80-2

don't call tmpfiles any more

Modified:
  transmission/trunk/PKGBUILD
  transmission/trunk/transmission-cli.install
Deleted:
  transmission/trunk/transmission.systemd
  transmission/trunk/transmission.tmpfiles

--+
 PKGBUILD |2 +-
 transmission-cli.install |1 -
 transmission.systemd |   14 --
 transmission.tmpfiles|1 -
 4 files changed, 1 insertion(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 12:37:05 UTC (rev 189292)
+++ PKGBUILD2013-07-02 12:37:17 UTC (rev 189293)
@@ -5,7 +5,7 @@
 pkgbase=transmission
 pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
 pkgver=2.80
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.transmissionbt.com/;
 license=('MIT')

Modified: transmission-cli.install
===
--- transmission-cli.install2013-07-02 12:37:05 UTC (rev 189292)
+++ transmission-cli.install2013-07-02 12:37:17 UTC (rev 189293)
@@ -7,5 +7,4 @@
# create user/group that the daemon will run as by default, do not 
delete this on uninstall, as it will own files
getent group transmission /dev/null || groupadd -g 169 transmission
getent passwd transmission /dev/null || useradd -c 'Transmission 
BitTorrent Client' -u 169 -g transmission -b '/var/lib' -m -s /bin/false 
transmission
-   systemd-tmpfiles --create transmission.conf
 }

Deleted: transmission.systemd
===
--- transmission.systemd2013-07-02 12:37:05 UTC (rev 189292)
+++ transmission.systemd2013-07-02 12:37:17 UTC (rev 189293)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Transmission Bit Torrent Daemon
-
-# This assumes that a user 'transmission' exists, with a writeable 
homedirectory,
-# and that /run/transmission exists and is writeable by the transmission user.
-
-[Service]
-User=transmission
-Type=forking
-PIDFile=/run/transmission/transmission.pid
-ExecStart=/usr/bin/transmission-daemon --pid-file 
/run/transmission/transmission.pid
-
-[Install]
-WantedBy=multi-user.target

Deleted: transmission.tmpfiles
===
--- transmission.tmpfiles   2013-07-02 12:37:05 UTC (rev 189292)
+++ transmission.tmpfiles   2013-07-02 12:37:17 UTC (rev 189293)
@@ -1 +0,0 @@
-d /run/transmission - transmission transmission -



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

2013-07-02 Thread Tom Gundersen
Date: Tuesday, July 2, 2013 @ 14:37:30
  Author: tomegun
Revision: 189294

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

Added:
  transmission/repos/testing-i686/PKGBUILD
(from rev 189293, transmission/trunk/PKGBUILD)
  transmission/repos/testing-i686/transmission-cli.install
(from rev 189293, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-i686/transmission-gtk.install
(from rev 189293, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-i686/transmission-qt.install
(from rev 189293, transmission/trunk/transmission-qt.install)
  transmission/repos/testing-x86_64/PKGBUILD
(from rev 189293, transmission/trunk/PKGBUILD)
  transmission/repos/testing-x86_64/transmission-cli.install
(from rev 189293, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-x86_64/transmission-gtk.install
(from rev 189293, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-x86_64/transmission-qt.install
(from rev 189293, transmission/trunk/transmission-qt.install)
Deleted:
  transmission/repos/testing-i686/PKGBUILD
  transmission/repos/testing-i686/transmission-cli.install
  transmission/repos/testing-i686/transmission-gtk.install
  transmission/repos/testing-i686/transmission-qt.install
  transmission/repos/testing-i686/transmission.systemd
  transmission/repos/testing-i686/transmission.tmpfiles
  transmission/repos/testing-x86_64/PKGBUILD
  transmission/repos/testing-x86_64/transmission-cli.install
  transmission/repos/testing-x86_64/transmission-gtk.install
  transmission/repos/testing-x86_64/transmission-qt.install
  transmission/repos/testing-x86_64/transmission.systemd
  transmission/repos/testing-x86_64/transmission.tmpfiles

-+
 /PKGBUILD   |  136 ++
 /transmission-cli.install   |   20 
 /transmission-gtk.install   |   24 +
 /transmission-qt.install|   22 
 testing-i686/PKGBUILD   |   68 ---
 testing-i686/transmission-cli.install   |   11 --
 testing-i686/transmission-gtk.install   |   12 --
 testing-i686/transmission-qt.install|   11 --
 testing-i686/transmission.systemd   |   14 ---
 testing-i686/transmission.tmpfiles  |1 
 testing-x86_64/PKGBUILD |   68 ---
 testing-x86_64/transmission-cli.install |   11 --
 testing-x86_64/transmission-gtk.install |   12 --
 testing-x86_64/transmission-qt.install  |   11 --
 testing-x86_64/transmission.systemd |   14 ---
 testing-x86_64/transmission.tmpfiles|1 
 16 files changed, 202 insertions(+), 234 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-07-02 12:37:17 UTC (rev 189293)
+++ testing-i686/PKGBUILD   2013-07-02 12:37:30 UTC (rev 189294)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer : Tom Gundersen t...@jklm.no
-# Maintainer : Ionut Biru ib...@archlinux.org
-
-pkgbase=transmission
-pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.80
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.transmissionbt.com/;
-license=('MIT')
-makedepends=('gtk3' 'intltool' 'curl' 'qt4' 'libevent')
-source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz)
-md5sums=('2bde600d4b0a75d0bd3784550d59a8af')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr
-  make
-  pushd qt
-  qmake-qt4 qtr.pro
-  make
-}
-package_transmission-cli() {
-  pkgdesc=Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)
-  depends=('curl' 'libevent' 'systemd')
-  install=transmission-cli.install
-
-  cd $pkgbase-$pkgver
-
-  for dir in daemon cli web utils
-  do
-  make -C $dir DESTDIR=$pkgdir install
-  done
-
-  install -D -m644 
$srcdir/transmission-$pkgver/daemon/transmission-daemon.service 
$pkgdir/usr/lib/systemd/system/transmission.service
-  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-cli/COPYING
-}
-
-package_transmission-gtk() {
-  pkgdesc=Fast, easy, and free BitTorrent client (GTK+ GUI)
-  depends=('curl' 'libevent' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
-  optdepends=('notification-daemon: Desktop notification support'
- 'transmission-cli: daemon and web support')
-  install=transmission-gtk.install
-
-  cd $pkgbase-$pkgver
-
-  make -C gtk DESTDIR=$pkgdir install
-  make -C po DESTDIR=$pkgdir install
-  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-gtk/COPYING
-}
-
-package_transmission-qt() {
-  pkgdesc=Fast, easy, and free BitTorrent client (Qt GUI)
-  depends=('curl' 'qt4' 'libevent')
-  optdepends=('transmission-cli: daemon and web support')
-  install=transmission-qt.install
-
-  cd $pkgbase-$pkgver
-
-  make -C qt INSTALL_ROOT=$pkgdir/usr install
-
-  install -D -m644 COPYING 

[arch-commits] Commit in qt4/repos/extra-i686 (16 files)

2013-07-02 Thread Andrea Scarpino
Date: Tuesday, July 2, 2013 @ 14:37:43
  Author: andrea
Revision: 189295

archrelease: copy trunk to extra-i686

Added:
  qt4/repos/extra-i686/PKGBUILD
(from rev 189294, qt4/trunk/PKGBUILD)
  qt4/repos/extra-i686/assistant-qt4.desktop
(from rev 189294, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/extra-i686/designer-qt4.desktop
(from rev 189294, qt4/trunk/designer-qt4.desktop)
  qt4/repos/extra-i686/improve-cups-support.patch
(from rev 189294, qt4/trunk/improve-cups-support.patch)
  qt4/repos/extra-i686/linguist-qt4.desktop
(from rev 189294, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/extra-i686/qdbusviewer-qt4.desktop
(from rev 189294, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/extra-i686/qt4.install
(from rev 189294, qt4/trunk/qt4.install)
  qt4/repos/extra-i686/qtconfig-qt4.desktop
(from rev 189294, qt4/trunk/qtconfig-qt4.desktop)
Deleted:
  qt4/repos/extra-i686/PKGBUILD
  qt4/repos/extra-i686/assistant-qt4.desktop
  qt4/repos/extra-i686/designer-qt4.desktop
  qt4/repos/extra-i686/improve-cups-support.patch
  qt4/repos/extra-i686/linguist-qt4.desktop
  qt4/repos/extra-i686/qdbusviewer-qt4.desktop
  qt4/repos/extra-i686/qt4.install
  qt4/repos/extra-i686/qtconfig-qt4.desktop

+
 PKGBUILD   |  283 ++-
 assistant-qt4.desktop  |   18 +-
 designer-qt4.desktop   |   22 +--
 improve-cups-support.patch |  168 -
 linguist-qt4.desktop   |   20 +--
 qdbusviewer-qt4.desktop|   20 +--
 qt4.install|   24 +--
 qtconfig-qt4.desktop   |   18 +-
 8 files changed, 291 insertions(+), 282 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-02 12:37:30 UTC (rev 189294)
+++ PKGBUILD2013-07-02 12:37:43 UTC (rev 189295)
@@ -1,137 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=qt4
-pkgver=4.8.4
-pkgrel=18
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libtiff' 'libpng' 'libmng' 'sqlite' 'ca-certificates' 'dbus'
-'fontconfig' 'libgl' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
-'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('postgresql-libs' 'mariadb' 'unixodbc' 'cups' 'gtk2' 'libfbclient'
- 'mesa-libgl')
-optdepends=('postgresql-libs: PostgreSQL driver'
-'libmariadbclient: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'libxinerama: Xinerama support'
-'libxcursor: Xcursor support'
-'libxfixes: Xfixes support'
-'icu: Unicode support')
-install=${pkgname}.install
-options=('!libtool')
-replaces=('qt=4.8.4')
-conflicts=('qt')
-_pkgfqn=qt-everywhere-opensource-src-${pkgver}
-source=(http://releases.qt-project.org/${pkgname}/source/${_pkgfqn}.tar.gz;
-'qtconfig-qt4.desktop' 'assistant-qt4.desktop' 'designer-qt4.desktop'
-'linguist-qt4.desktop' 'qdbusviewer-qt4.desktop'
-'improve-cups-support.patch')
-md5sums=('89c5ecba180cae74c66260ac732dc5cb'
- 'a16638f4781e56e7887ff8212a322ecc'
- '8a28b3f52dbeb685d4b69440b520a3e1'
- '9727c406c240990870c905696a8c5bd1'
- '0e384663d3dd32abe35f5331c4147569'
- 'b859c5673e5098c39f72b2252947049e'
- 'c439c7731c25387352d8453ca7574971')
-
-build() {
-  cd ${_pkgfqn}
-
-  # (FS#28381) (KDEBUG#180051)
-  patch -p1 -i ${srcdir}/improve-cups-support.patch
-
-  export QT4DIR=${srcdir}/${_pkgfqn}
-  export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
-
-  sed -i s|-O2|${CXXFLAGS}| mkspecs/common/{g++,gcc}-base.conf
-  sed -i /^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g 
mkspecs/common/gcc-base-unix.conf
-  sed -i /^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g mkspecs/common/gcc-base.conf
-
-  ./configure -confirm-license -opensource \
--prefix /usr \
--bindir /usr/lib/qt4/bin \
--headerdir /usr/include/qt4 \
--docdir /usr/share/doc/qt4 \
--plugindir /usr/lib/qt4/plugins \
--importdir /usr/lib/qt4/imports \
--datadir /usr/share/qt4 \
--translationdir /usr/share/qt4/translations \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt4/examples \
--demosdir /usr/share/doc/qt4/demos \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--no-phonon \
--no-phonon-backend \
--no-webkit \
--graphicssystem raster \
--openssl-linked \
--nomake demos \
--nomake examples \
--nomake docs \
--silent \
--no-rpath \
--optimized-qmake \
--reduce-relocations \
--dbus-linked \
--no-openvg
-  make
-}
-
-package() {
-cd ${_pkgfqn}
-make INSTALL_ROOT=${pkgdir} install
-
-# install missing icons and desktop files
-install -D -m644 

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

2013-07-02 Thread Massimiliano Torromeo
Date: Tuesday, July 2, 2013 @ 15:26:48
  Author: mtorromeo
Revision: 93384

upgpkg: r8168 8.036.00-2

Rebuild for linux 3.10

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 12:34:25 UTC (rev 93383)
+++ PKGBUILD2013-07-02 13:26:48 UTC (rev 93384)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.036.00
-pkgrel=1
+pkgrel=2
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)



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

2013-07-02 Thread Massimiliano Torromeo
Date: Tuesday, July 2, 2013 @ 15:29:42
  Author: mtorromeo
Revision: 93385

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

Added:
  r8168/repos/staging-i686/
  r8168/repos/staging-i686/PKGBUILD
(from rev 93384, r8168/trunk/PKGBUILD)
  r8168/repos/staging-i686/linux-3.10.patch
(from rev 93384, r8168/trunk/linux-3.10.patch)
  r8168/repos/staging-i686/r8168.install
(from rev 93384, r8168/trunk/r8168.install)
  r8168/repos/staging-x86_64/
  r8168/repos/staging-x86_64/PKGBUILD
(from rev 93384, r8168/trunk/PKGBUILD)
  r8168/repos/staging-x86_64/linux-3.10.patch
(from rev 93384, r8168/trunk/linux-3.10.patch)
  r8168/repos/staging-x86_64/r8168.install
(from rev 93384, r8168/trunk/r8168.install)

-+
 staging-i686/PKGBUILD   |   51 
 staging-i686/linux-3.10.patch   |   59 ++
 staging-i686/r8168.install  |   17 ++
 staging-x86_64/PKGBUILD |   51 
 staging-x86_64/linux-3.10.patch |   59 ++
 staging-x86_64/r8168.install|   17 ++
 6 files changed, 254 insertions(+)

Copied: r8168/repos/staging-i686/PKGBUILD (from rev 93384, r8168/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-02 13:29:42 UTC (rev 93385)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.036.00
+pkgrel=2
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
+install=$pkgname.install
+
+prepare() {
+   cd $pkgname-$pkgver
+   patch -p0 -i $srcdir/linux-3.10.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $pkgname-$pkgver
+   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+
+   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
+}
+
+sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
+'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168/repos/staging-i686/linux-3.10.patch (from rev 93384, 
r8168/trunk/linux-3.10.patch)
===
--- staging-i686/linux-3.10.patch   (rev 0)
+++ staging-i686/linux-3.10.patch   2013-07-02 13:29:42 UTC (rev 93385)
@@ -0,0 +1,59 @@
+--- src/r8168_n.c.orig 2013-07-02 14:20:27.355887286 +0200
 src/r8168_n.c  2013-07-02 14:24:25.302573010 +0200
+@@ -52,6 +52,10 @@
+ #include linux/init.h
+ #include linux/rtnetlink.h
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++#include linux/if_ether.h
++#endif
++
+ #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,26)
+ #include linux/pci-aspm.h
+ #endif
+@@ -2232,6 +2236,9 @@
+swab16(opts2  0x));
+ ret = 0;
+ }
++#elif LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (opts2  RxVlanTag)
++  __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2  
0x));
+ #else
+ if (opts2  RxVlanTag)
+ __vlan_hwaccel_put_tag(skb, swab16(opts2  0x));
+@@ -2295,7 +2302,11 @@
+ else
+ tp-cp_cmd = ~RxChkSum;
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (dev-features  NETIF_F_HW_VLAN_CTAG_RX)
++#else
+ if (dev-features  NETIF_F_HW_VLAN_RX)
++#endif
+ tp-cp_cmd |= RxVlan;
+ else
+ tp-cp_cmd = ~RxVlan;
+@@ -16195,7 +16206,11 @@
+ 
+ #ifdef CONFIG_R8168_VLAN
+ if (tp-mcfg != CFG_METHOD_DEFAULT) {
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  dev-features |= NETIF_F_HW_VLAN_CTAG_TX | 

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

2013-07-02 Thread Massimiliano Torromeo
Date: Tuesday, July 2, 2013 @ 15:35:19
  Author: mtorromeo
Revision: 93386

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

Added:
  r8168/repos/community-staging-i686/
  r8168/repos/community-staging-i686/PKGBUILD
(from rev 93385, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-i686/linux-3.10.patch
(from rev 93385, r8168/trunk/linux-3.10.patch)
  r8168/repos/community-staging-i686/r8168.install
(from rev 93385, r8168/trunk/r8168.install)
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 93385, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-x86_64/linux-3.10.patch
(from rev 93385, r8168/trunk/linux-3.10.patch)
  r8168/repos/community-staging-x86_64/r8168.install
(from rev 93385, r8168/trunk/r8168.install)

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-i686/linux-3.10.patch   |   59 
 community-staging-i686/r8168.install  |   17 
 community-staging-x86_64/PKGBUILD |   51 
 community-staging-x86_64/linux-3.10.patch |   59 
 community-staging-x86_64/r8168.install|   17 
 6 files changed, 254 insertions(+)

Copied: r8168/repos/community-staging-i686/PKGBUILD (from rev 93385, 
r8168/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-02 13:35:19 UTC (rev 93386)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.036.00
+pkgrel=2
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
+install=$pkgname.install
+
+prepare() {
+   cd $pkgname-$pkgver
+   patch -p0 -i $srcdir/linux-3.10.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $pkgname-$pkgver
+   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+
+   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
+}
+
+sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
+'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168/repos/community-staging-i686/linux-3.10.patch (from rev 93385, 
r8168/trunk/linux-3.10.patch)
===
--- community-staging-i686/linux-3.10.patch (rev 0)
+++ community-staging-i686/linux-3.10.patch 2013-07-02 13:35:19 UTC (rev 
93386)
@@ -0,0 +1,59 @@
+--- src/r8168_n.c.orig 2013-07-02 14:20:27.355887286 +0200
 src/r8168_n.c  2013-07-02 14:24:25.302573010 +0200
+@@ -52,6 +52,10 @@
+ #include linux/init.h
+ #include linux/rtnetlink.h
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++#include linux/if_ether.h
++#endif
++
+ #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,26)
+ #include linux/pci-aspm.h
+ #endif
+@@ -2232,6 +2236,9 @@
+swab16(opts2  0x));
+ ret = 0;
+ }
++#elif LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (opts2  RxVlanTag)
++  __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2  
0x));
+ #else
+ if (opts2  RxVlanTag)
+ __vlan_hwaccel_put_tag(skb, swab16(opts2  0x));
+@@ -2295,7 +2302,11 @@
+ else
+ tp-cp_cmd = ~RxChkSum;
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (dev-features  NETIF_F_HW_VLAN_CTAG_RX)
++#else
+ if (dev-features  NETIF_F_HW_VLAN_RX)
++#endif
+ tp-cp_cmd |= RxVlan;
+ else
+ tp-cp_cmd = ~RxVlan;
+@@ -16195,7 +16206,11 

[arch-commits] Commit in r8168/repos (staging-i686 staging-x86_64)

2013-07-02 Thread Massimiliano Torromeo
Date: Tuesday, July 2, 2013 @ 15:36:16
  Author: mtorromeo
Revision: 93387

Wrong repo

Deleted:
  r8168/repos/staging-i686/
  r8168/repos/staging-x86_64/



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

2013-07-02 Thread Lukas Jirkovsky
Date: Tuesday, July 2, 2013 @ 16:05:00
  Author: stativ
Revision: 93389

archrelease: copy trunk to community-any

Added:
  luxblend25/repos/community-any/PKGBUILD
(from rev 93388, luxblend25/trunk/PKGBUILD)
Deleted:
  luxblend25/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-02 14:04:55 UTC (rev 93388)
+++ PKGBUILD2013-07-02 14:05:00 UTC (rev 93389)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=luxblend25
-pkgver=1.2.1
-_pkgver=c9deae0646d0
-_blender=2.66
-pkgrel=1
-pkgdesc=A LuxRender exporter for Blender.
-arch=('any')
-url=http://www.luxrender.net/;
-license=('GPL')
-depends=('blender' 'luxrender')
-source=(https://bitbucket.org/luxrender/luxblend25/get/$_pkgver.tar.bz2)
-md5sums=('a8d78362318a1f0b795c130638a2f4b1')
-
-package() {
-  install -d -m755 $pkgdir/usr/share/blender/$_blender/scripts/addons
-  cp -a $srcdir/luxrender-luxblend25-$_pkgver/src/luxrender \
-$pkgdir/usr/share/blender/$_blender/scripts/addons
-  # change the search path in exporter so it finds pylux in its new location
-  sed -i 's|from.*import pylux|import pylux|' 
$pkgdir/usr/share/blender/$_blender/scripts/addons/luxrender/outputs/pure_api.py
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxblend25/repos/community-any/PKGBUILD (from rev 93388, 
luxblend25/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-02 14:05:00 UTC (rev 93389)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=luxblend25
+pkgver=1.2.1
+_pkgver=c9deae0646d0
+_blender=2.67
+pkgrel=2
+pkgdesc=A LuxRender exporter for Blender.
+arch=('any')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('blender' 'luxrender')
+source=(https://bitbucket.org/luxrender/luxblend25/get/$_pkgver.tar.bz2)
+md5sums=('a8d78362318a1f0b795c130638a2f4b1')
+
+package() {
+  install -d -m755 $pkgdir/usr/share/blender/$_blender/scripts/addons
+  cp -a $srcdir/luxrender-luxblend25-$_pkgver/src/luxrender \
+$pkgdir/usr/share/blender/$_blender/scripts/addons
+  # change the search path in exporter so it finds pylux in its new location
+  sed -i 's|from.*import pylux|import pylux|' 
$pkgdir/usr/share/blender/$_blender/scripts/addons/luxrender/outputs/pure_api.py
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-07-02 Thread Lukas Jirkovsky
Date: Tuesday, July 2, 2013 @ 16:04:55
  Author: stativ
Revision: 93388

upgpkg: luxblend25 1.2.1-2

update for blender 2.67

Modified:
  luxblend25/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 13:36:16 UTC (rev 93387)
+++ PKGBUILD2013-07-02 14:04:55 UTC (rev 93388)
@@ -3,8 +3,8 @@
 pkgname=luxblend25
 pkgver=1.2.1
 _pkgver=c9deae0646d0
-_blender=2.66
-pkgrel=1
+_blender=2.67
+pkgrel=2
 pkgdesc=A LuxRender exporter for Blender.
 arch=('any')
 url=http://www.luxrender.net/;



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

2013-07-02 Thread Felix Yan
Date: Tuesday, July 2, 2013 @ 17:22:15
  Author: fyan
Revision: 93390

upgpkg: pep8-python2 1.4.6-1

Modified:
  pep8-python2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 14:05:00 UTC (rev 93389)
+++ PKGBUILD2013-07-02 15:22:15 UTC (rev 93390)
@@ -5,7 +5,7 @@
 
 _realname=pep8
 pkgname=($_realname-python2 $_realname-python3)
-pkgver=1.4.5
+pkgver=1.4.6
 pkgrel=1
 pkgdesc=Python style guide checker
 arch=('any')
@@ -42,4 +42,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
-md5sums=('d4d33ab4318b64ae89967026e4f8ac4a')
+md5sums=('34915081522a936d3bab54b898aabd4f')



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

2013-07-02 Thread Felix Yan
Date: Tuesday, July 2, 2013 @ 17:24:22
  Author: fyan
Revision: 93391

archrelease: copy trunk to community-any

Added:
  pep8-python2/repos/community-any/PKGBUILD
(from rev 93390, pep8-python2/trunk/PKGBUILD)
Deleted:
  pep8-python2/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-02 15:22:15 UTC (rev 93390)
+++ PKGBUILD2013-07-02 15:24:22 UTC (rev 93391)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Ismael Carnales icarnales at gmail dot com
-# Contributor: Sergey Mastykov smastykov[at]gmail[dot]com
-
-_realname=pep8
-pkgname=($_realname-python2 $_realname-python3)
-pkgver=1.4.5
-pkgrel=1
-pkgdesc=Python style guide checker
-arch=('any')
-url=http://github.com/jcrocholl/pep8/;
-license=('custom:Expat')
-makedepends=('python-distribute' 'python2-distribute')
-source=(https://github.com/jcrocholl/$_realname/archive/${pkgver}.tar.gz;)
-
-build() {
-  cd $srcdir
-  cp -r $_realname-$pkgver $_realname-$pkgver-python2
-}
-
-package_pep8-python2() {
-  depends=('python2')
-  provides=('pep8')
-  conflicts=('pep8')
-  replaces=('pep8')
-  
-  cd $srcdir/$_realname-$pkgver-python2
-  python2 setup.py install --prefix=/usr --root=$pkgdir/
-  mv $pkgdir/usr/bin/pep8 $pkgdir/usr/bin/pep8-python2
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_pep8-python3() {
-  depends=('python3')
-  
-  cd $srcdir/$_realname-$pkgver
-  python3 setup.py install --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('d4d33ab4318b64ae89967026e4f8ac4a')

Copied: pep8-python2/repos/community-any/PKGBUILD (from rev 93390, 
pep8-python2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-02 15:24:22 UTC (rev 93391)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ismael Carnales icarnales at gmail dot com
+# Contributor: Sergey Mastykov smastykov[at]gmail[dot]com
+
+_realname=pep8
+pkgname=($_realname-python2 $_realname-python3)
+pkgver=1.4.6
+pkgrel=1
+pkgdesc=Python style guide checker
+arch=('any')
+url=http://github.com/jcrocholl/pep8/;
+license=('custom:Expat')
+makedepends=('python-distribute' 'python2-distribute')
+source=(https://github.com/jcrocholl/$_realname/archive/${pkgver}.tar.gz;)
+
+build() {
+  cd $srcdir
+  cp -r $_realname-$pkgver $_realname-$pkgver-python2
+}
+
+package_pep8-python2() {
+  depends=('python2')
+  provides=('pep8')
+  conflicts=('pep8')
+  replaces=('pep8')
+  
+  cd $srcdir/$_realname-$pkgver-python2
+  python2 setup.py install --prefix=/usr --root=$pkgdir/
+  mv $pkgdir/usr/bin/pep8 $pkgdir/usr/bin/pep8-python2
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_pep8-python3() {
+  depends=('python3')
+  
+  cd $srcdir/$_realname-$pkgver
+  python3 setup.py install --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('34915081522a936d3bab54b898aabd4f')



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

2013-07-02 Thread Ray Rashif
Date: Tuesday, July 2, 2013 @ 17:45:39
  Author: schiv
Revision: 189296

upgpkg: eric4 4.5.12-1

ustream release

Modified:
  eric4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 12:37:43 UTC (rev 189295)
+++ PKGBUILD2013-07-02 15:45:39 UTC (rev 189296)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric4
-pkgver=4.5.11
+pkgver=4.5.12
 pkgrel=1
 pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
 arch=('any')
@@ -15,7 +15,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('008c25cd977abdf8699942cff432f0d1'
+md5sums=('b3feae2848955649bc06a993db9cdba8'
  'bce515b66a2c63dfc76a0f92edbe2ecb')
 
 package() {



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

2013-07-02 Thread Ray Rashif
Date: Tuesday, July 2, 2013 @ 17:47:02
  Author: schiv
Revision: 189297

upgpkg: snd 13.8-1

upstream release

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 15:45:39 UTC (rev 189296)
+++ PKGBUILD2013-07-02 15:47:02 UTC (rev 189297)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=13.7
+pkgver=13.8
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'timidity++' 'vorbis-tools')
 install=$pkgname.install
 source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('220b0155bace73d4442374a837c2f5fd')
+md5sums=('d70148dc06073b49a854ada504e8a2d4')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-07-02 Thread Ray Rashif
Date: Tuesday, July 2, 2013 @ 17:47:31
  Author: schiv
Revision: 189298

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

Added:
  snd/repos/extra-i686/.contrib
(from rev 189297, snd/trunk/.contrib)
  snd/repos/extra-i686/PKGBUILD
(from rev 189297, snd/trunk/PKGBUILD)
  snd/repos/extra-i686/snd.install
(from rev 189297, snd/trunk/snd.install)
  snd/repos/extra-x86_64/.contrib
(from rev 189297, snd/trunk/.contrib)
  snd/repos/extra-x86_64/PKGBUILD
(from rev 189297, snd/trunk/PKGBUILD)
  snd/repos/extra-x86_64/snd.install
(from rev 189297, snd/trunk/snd.install)
Deleted:
  snd/repos/extra-i686/.contrib
  snd/repos/extra-i686/PKGBUILD
  snd/repos/extra-i686/snd.install
  snd/repos/extra-x86_64/.contrib
  snd/repos/extra-x86_64/PKGBUILD
  snd/repos/extra-x86_64/snd.install

--+
 /.contrib|4 ++
 /PKGBUILD|   90 +
 /snd.install |6 +++
 extra-i686/.contrib  |2 -
 extra-i686/PKGBUILD  |   45 --
 extra-i686/snd.install   |3 -
 extra-x86_64/.contrib|2 -
 extra-x86_64/PKGBUILD|   45 --
 extra-x86_64/snd.install |3 -
 9 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/.contrib
===
--- extra-i686/.contrib 2013-07-02 15:47:02 UTC (rev 189297)
+++ extra-i686/.contrib 2013-07-02 15:47:31 UTC (rev 189298)
@@ -1,2 +0,0 @@
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: dorphell dorph...@archlinux.org

Copied: snd/repos/extra-i686/.contrib (from rev 189297, snd/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2013-07-02 15:47:31 UTC (rev 189298)
@@ -0,0 +1,2 @@
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: dorphell dorph...@archlinux.org

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-02 15:47:02 UTC (rev 189297)
+++ extra-i686/PKGBUILD 2013-07-02 15:47:31 UTC (rev 189298)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: see .contrib
-
-pkgname=snd
-pkgver=13.7
-pkgrel=1
-pkgdesc=An advanced sound editor
-arch=('i686' 'x86_64')
-url=http://ccrma.stanford.edu/software/snd/;
-license=('custom')
-depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc')
-makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
- 'timidity++' 'mpg123' 'vorbis-tools')
-optdepends=('wavpack' 'flac' 'speex' 'mpg123'
-'timidity++' 'vorbis-tools')
-install=$pkgname.install
-source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('220b0155bace73d4442374a837c2f5fd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  LDFLAGS+= -Wl,-z,noexecstack
-
-  ./configure --prefix=/usr \
-  --with-alsa \
-  --with-jack \
-  --with-gtk \
-  --with-ladspa \
-  --with-gmp
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make prefix=$pkgdir/usr install
-
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snd/repos/extra-i686/PKGBUILD (from rev 189297, snd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-02 15:47:31 UTC (rev 189298)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: see .contrib
+
+pkgname=snd
+pkgver=13.8
+pkgrel=1
+pkgdesc=An advanced sound editor
+arch=('i686' 'x86_64')
+url=http://ccrma.stanford.edu/software/snd/;
+license=('custom')
+depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc')
+makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
+ 'timidity++' 'mpg123' 'vorbis-tools')
+optdepends=('wavpack' 'flac' 'speex' 'mpg123'
+'timidity++' 'vorbis-tools')
+install=$pkgname.install
+source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
+md5sums=('d70148dc06073b49a854ada504e8a2d4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  LDFLAGS+= -Wl,-z,noexecstack
+
+  ./configure --prefix=/usr \
+  --with-alsa \
+  --with-jack \
+  --with-gtk \
+  --with-ladspa \
+  --with-gmp
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make prefix=$pkgdir/usr install
+
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/snd.install
===
--- extra-i686/snd.install  2013-07-02 15:47:02 UTC (rev 189297)
+++ 

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

2013-07-02 Thread Ray Rashif
Date: Tuesday, July 2, 2013 @ 18:00:58
  Author: schiv
Revision: 189299

archrelease: copy trunk to extra-any

Added:
  eric4/repos/extra-any/.contrib
(from rev 189298, eric4/trunk/.contrib)
  eric4/repos/extra-any/PKGBUILD
(from rev 189298, eric4/trunk/PKGBUILD)
  eric4/repos/extra-any/eric4.desktop
(from rev 189298, eric4/trunk/eric4.desktop)
  eric4/repos/extra-any/eric4.install
(from rev 189298, eric4/trunk/eric4.install)
Deleted:
  eric4/repos/extra-any/.contrib
  eric4/repos/extra-any/PKGBUILD
  eric4/repos/extra-any/eric4.desktop
  eric4/repos/extra-any/eric4.install

---+
 .contrib  |8 +++---
 PKGBUILD  |   66 
 eric4.desktop |   20 
 eric4.install |   20 
 4 files changed, 57 insertions(+), 57 deletions(-)

Deleted: .contrib
===
--- .contrib2013-07-02 15:47:31 UTC (rev 189298)
+++ .contrib2013-07-02 16:00:58 UTC (rev 189299)
@@ -1,4 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-riai r...@bigfoot.com
-Ben b...@benmazer.net

Copied: eric4/repos/extra-any/.contrib (from rev 189298, eric4/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-07-02 16:00:58 UTC (rev 189299)
@@ -0,0 +1,4 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+riai r...@bigfoot.com
+Ben b...@benmazer.net

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-02 15:47:31 UTC (rev 189298)
+++ PKGBUILD2013-07-02 16:00:58 UTC (rev 189299)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric4
-pkgver=4.5.11
-pkgrel=1
-pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python2-qscintilla')
-conflicts=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('008c25cd977abdf8699942cff432f0d1'
- 'bce515b66a2c63dfc76a0f92edbe2ecb')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-   python2 install.py -c -b /usr/bin -i $pkgdir
-
-  # freedesktop.org compatibility
-   install -Dm644 $srcdir/$pkgname.desktop \
-   $pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 eric/icons/default/eric.png \
-   $pkgdir/usr/share/pixmaps/$pkgname.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric4/repos/extra-any/PKGBUILD (from rev 189298, eric4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-02 16:00:58 UTC (rev 189299)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric4
+pkgver=4.5.12
+pkgrel=1
+pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python2-qscintilla')
+conflicts=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('b3feae2848955649bc06a993db9cdba8'
+ 'bce515b66a2c63dfc76a0f92edbe2ecb')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+   python2 install.py -c -b /usr/bin -i $pkgdir
+
+  # freedesktop.org compatibility
+   install -Dm644 $srcdir/$pkgname.desktop \
+   $pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 eric/icons/default/eric.png \
+   $pkgdir/usr/share/pixmaps/$pkgname.png
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: eric4.desktop
===
--- eric4.desktop   2013-07-02 15:47:31 UTC (rev 189298)
+++ eric4.desktop   2013-07-02 16:00:58 UTC (rev 189299)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Exec=eric4
-MimeType=application/x-eric4;
-Icon=eric4
-Terminal=false
-Name=Eric 4
-Comment=Python 2.x  Ruby IDE
-Categories=Qt;Python;Development;IDE;
-StartupNotify=true

Copied: eric4/repos/extra-any/eric4.desktop (from rev 189298, 
eric4/trunk/eric4.desktop)
===
--- eric4.desktop   (rev 0)
+++ eric4.desktop   2013-07-02 16:00:58 UTC (rev 189299)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Exec=eric4
+MimeType=application/x-eric4;
+Icon=eric4
+Terminal=false
+Name=Eric 4
+Comment=Python 2.x  Ruby IDE
+Categories=Qt;Python;Development;IDE;
+StartupNotify=true

Deleted: 

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

2013-07-02 Thread Eric Bélanger
Date: Tuesday, July 2, 2013 @ 22:55:01
  Author: eric
Revision: 93393

upgpkg: libgit2-glib 0.0.6-1

Upstream update

Modified:
  libgit2-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 19:57:39 UTC (rev 93392)
+++ PKGBUILD2013-07-02 20:55:01 UTC (rev 93393)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libgit2-glib
-pkgver=0.0.2
+pkgver=0.0.6
 pkgrel=1
 pkgdesc=GLib wrapper for libgit2
 url=http://live.gnome.org/Libgit2-glib;
@@ -11,7 +11,7 @@
 depends=(glib2 libgit2 gobject-introspection)
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e1e0c6e0cb6897c09e06edc06ee70befca2a3e1b3eb629c449b8ca0f49db75e5')
+sha256sums=('bda84b5ab6fbe2922a4cf386b4e6d4401863dec7bea1879e86939d005cd521f6')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-02 Thread Eric Bélanger
Date: Tuesday, July 2, 2013 @ 22:55:40
  Author: eric
Revision: 93394

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

Added:
  libgit2-glib/repos/community-i686/PKGBUILD
(from rev 93393, libgit2-glib/trunk/PKGBUILD)
  libgit2-glib/repos/community-x86_64/PKGBUILD
(from rev 93393, libgit2-glib/trunk/PKGBUILD)
Deleted:
  libgit2-glib/repos/community-i686/PKGBUILD
  libgit2-glib/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-02 20:55:01 UTC (rev 93393)
+++ community-i686/PKGBUILD 2013-07-02 20:55:40 UTC (rev 93394)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libgit2-glib
-pkgver=0.0.2
-pkgrel=1
-pkgdesc=GLib wrapper for libgit2
-url=http://live.gnome.org/Libgit2-glib;
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2 libgit2 gobject-introspection)
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e1e0c6e0cb6897c09e06edc06ee70befca2a3e1b3eb629c449b8ca0f49db75e5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgit2-glib/repos/community-i686/PKGBUILD (from rev 93393, 
libgit2-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-02 20:55:40 UTC (rev 93394)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libgit2-glib
+pkgver=0.0.6
+pkgrel=1
+pkgdesc=GLib wrapper for libgit2
+url=http://live.gnome.org/Libgit2-glib;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2 gobject-introspection)
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bda84b5ab6fbe2922a4cf386b4e6d4401863dec7bea1879e86939d005cd521f6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-02 20:55:01 UTC (rev 93393)
+++ community-x86_64/PKGBUILD   2013-07-02 20:55:40 UTC (rev 93394)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libgit2-glib
-pkgver=0.0.2
-pkgrel=1
-pkgdesc=GLib wrapper for libgit2
-url=http://live.gnome.org/Libgit2-glib;
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2 libgit2 gobject-introspection)
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e1e0c6e0cb6897c09e06edc06ee70befca2a3e1b3eb629c449b8ca0f49db75e5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgit2-glib/repos/community-x86_64/PKGBUILD (from rev 93393, 
libgit2-glib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-02 20:55:40 UTC (rev 93394)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libgit2-glib
+pkgver=0.0.6
+pkgrel=1
+pkgdesc=GLib wrapper for libgit2
+url=http://live.gnome.org/Libgit2-glib;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2 gobject-introspection)
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bda84b5ab6fbe2922a4cf386b4e6d4401863dec7bea1879e86939d005cd521f6')
+
+build() {
+  cd $pkgname-$pkgver
+  

[arch-commits] Commit in (145 files)

2013-07-02 Thread Andrea Scarpino
Date: Tuesday, July 2, 2013 @ 23:26:19
  Author: andrea
Revision: 189302

KDE 4.10.5

Added:
  kdebase-workspace/trunk/fix-plasma-memory-leak.patch
Modified:
  kactivities/trunk/PKGBUILD
  kde-base-artwork/trunk/PKGBUILD
  kde-l10n/trunk/PKGBUILD
  kde-meta/trunk/PKGBUILD
  kde-wallpapers/trunk/PKGBUILD
  kdeaccessibility-jovie/trunk/PKGBUILD
  kdeaccessibility-kaccessible/trunk/PKGBUILD
  kdeaccessibility-kmag/trunk/PKGBUILD
  kdeaccessibility-kmousetool/trunk/PKGBUILD
  kdeaccessibility-kmouth/trunk/PKGBUILD
  kdeadmin/trunk/PKGBUILD
  kdeartwork/trunk/PKGBUILD
  kdebase-konsole/trunk/PKGBUILD
  kdebase-runtime/trunk/PKGBUILD
  kdebase-workspace/trunk/PKGBUILD
  kdebase/trunk/PKGBUILD
  kdebindings-kimono/trunk/PKGBUILD
  kdebindings-korundum/trunk/PKGBUILD
  kdebindings-kross/trunk/PKGBUILD
  kdebindings-perlkde/trunk/PKGBUILD
  kdebindings-perlqt/trunk/PKGBUILD
  kdebindings-python/trunk/PKGBUILD
  kdebindings-qtruby/trunk/PKGBUILD
  kdebindings-qyoto/trunk/PKGBUILD
  kdebindings-smokegen/trunk/PKGBUILD
  kdebindings-smokekde/trunk/PKGBUILD
  kdebindings-smokeqt/trunk/PKGBUILD
  kdeedu-analitza/trunk/PKGBUILD
  kdeedu-blinken/trunk/PKGBUILD
  kdeedu-cantor/trunk/PKGBUILD
  kdeedu-kalgebra/trunk/PKGBUILD
  kdeedu-kalzium/trunk/PKGBUILD
  kdeedu-kanagram/trunk/PKGBUILD
  kdeedu-kbruch/trunk/PKGBUILD
  kdeedu-kgeography/trunk/PKGBUILD
  kdeedu-khangman/trunk/PKGBUILD
  kdeedu-kig/trunk/PKGBUILD
  kdeedu-kiten/trunk/PKGBUILD
  kdeedu-klettres/trunk/PKGBUILD
  kdeedu-kmplot/trunk/PKGBUILD
  kdeedu-kstars/trunk/PKGBUILD
  kdeedu-ktouch/trunk/PKGBUILD
  kdeedu-kturtle/trunk/PKGBUILD
  kdeedu-kwordquiz/trunk/PKGBUILD
  kdeedu-marble/trunk/PKGBUILD
  kdeedu-pairs/trunk/PKGBUILD
  kdeedu-parley/trunk/PKGBUILD
  kdeedu-rocs/trunk/PKGBUILD
  kdeedu-step/trunk/PKGBUILD
  kdegames-bomber/trunk/PKGBUILD
  kdegames-bovo/trunk/PKGBUILD
  kdegames-granatier/trunk/PKGBUILD
  kdegames-kajongg/trunk/PKGBUILD
  kdegames-kapman/trunk/PKGBUILD
  kdegames-katomic/trunk/PKGBUILD
  kdegames-kblackbox/trunk/PKGBUILD
  kdegames-kblocks/trunk/PKGBUILD
  kdegames-kbounce/trunk/PKGBUILD
  kdegames-kbreakout/trunk/PKGBUILD
  kdegames-kdiamond/trunk/PKGBUILD
  kdegames-kfourinline/trunk/PKGBUILD
  kdegames-kgoldrunner/trunk/PKGBUILD
  kdegames-kigo/trunk/PKGBUILD
  kdegames-killbots/trunk/PKGBUILD
  kdegames-kiriki/trunk/PKGBUILD
  kdegames-kjumpingcube/trunk/PKGBUILD
  kdegames-klickety/trunk/PKGBUILD
  kdegames-klines/trunk/PKGBUILD
  kdegames-kmahjongg/trunk/PKGBUILD
  kdegames-kmines/trunk/PKGBUILD
  kdegames-knavalbattle/trunk/PKGBUILD
  kdegames-knetwalk/trunk/PKGBUILD
  kdegames-kolf/trunk/PKGBUILD
  kdegames-kollision/trunk/PKGBUILD
  kdegames-konquest/trunk/PKGBUILD
  kdegames-kpatience/trunk/PKGBUILD
  kdegames-kreversi/trunk/PKGBUILD
  kdegames-kshisen/trunk/PKGBUILD
  kdegames-ksirk/trunk/PKGBUILD
  kdegames-ksnakeduel/trunk/PKGBUILD
  kdegames-kspaceduel/trunk/PKGBUILD
  kdegames-ksquares/trunk/PKGBUILD
  kdegames-ksudoku/trunk/PKGBUILD
  kdegames-ktuberling/trunk/PKGBUILD
  kdegames-kubrick/trunk/PKGBUILD
  kdegames-lskat/trunk/PKGBUILD
  kdegames-palapeli/trunk/PKGBUILD
  kdegames-picmi/trunk/PKGBUILD
  kdegraphics-gwenview/trunk/PKGBUILD
  kdegraphics-kamera/trunk/PKGBUILD
  kdegraphics-kcolorchooser/trunk/PKGBUILD
  kdegraphics-kgamma/trunk/PKGBUILD
  kdegraphics-kolourpaint/trunk/PKGBUILD
  kdegraphics-kruler/trunk/PKGBUILD
  kdegraphics-ksaneplugin/trunk/PKGBUILD
  kdegraphics-ksnapshot/trunk/PKGBUILD
  kdegraphics-mobipocket/trunk/PKGBUILD
  kdegraphics-okular/trunk/PKGBUILD
  kdegraphics-strigi-analyzer/trunk/PKGBUILD
  kdegraphics-svgpart/trunk/PKGBUILD
  kdegraphics-thumbnailers/trunk/PKGBUILD
  kdelibs/trunk/PKGBUILD
  kdemultimedia-audiocd-kio/trunk/PKGBUILD
  kdemultimedia-dragonplayer/trunk/PKGBUILD
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD
  kdemultimedia-juk/trunk/PKGBUILD
  kdemultimedia-kmix/trunk/PKGBUILD
  kdemultimedia-kscd/trunk/PKGBUILD
  kdemultimedia-mplayerthumbs/trunk/PKGBUILD
  kdenetwork/trunk/PKGBUILD
  kdepim-runtime/trunk/PKGBUILD
  kdepim/trunk/PKGBUILD
  kdepimlibs/trunk/PKGBUILD
  kdeplasma-addons/trunk/PKGBUILD
  kdesdk-kate/trunk/PKGBUILD
  kdesdk/trunk/PKGBUILD
  kdetoys/trunk/PKGBUILD
  kdeutils-ark/trunk/PKGBUILD
  kdeutils-filelight/trunk/PKGBUILD
  kdeutils-kcalc/trunk/PKGBUILD
  kdeutils-kcharselect/trunk/PKGBUILD
  kdeutils-kdf/trunk/PKGBUILD
  kdeutils-kfloppy/trunk/PKGBUILD
  kdeutils-kgpg/trunk/PKGBUILD
  kdeutils-kremotecontrol/trunk/PKGBUILD
  kdeutils-ktimer/trunk/PKGBUILD
  kdeutils-kwallet/trunk/PKGBUILD
  kdeutils-print-manager/trunk/PKGBUILD
  kdeutils-superkaramba/trunk/PKGBUILD
  kdeutils-sweeper/trunk/PKGBUILD
  kdewebdev/trunk/PKGBUILD
  libkcddb/trunk/PKGBUILD
  libkcompactdisc/trunk/PKGBUILD
  libkdcraw/trunk/PKGBUILD
  libkdeedu/trunk/PKGBUILD
  libkdegames/trunk/PKGBUILD
  libkexiv2/trunk/PKGBUILD
  libkipi/trunk/PKGBUILD
  libkmahjongg/trunk/PKGBUILD
  libksane/trunk/PKGBUILD
  nepomuk-core/trunk/PKGBUILD
  nepomuk-widgets/trunk/PKGBUILD
  

[arch-commits] Commit in qt4-private-headers/trunk (PKGBUILD)

2013-07-02 Thread Eric Bélanger
Date: Tuesday, July 2, 2013 @ 23:32:31
  Author: eric
Revision: 93395

upgpkg: qt4-private-headers 4.8.5-1

Upstream update, Update source url

Modified:
  qt4-private-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 20:55:40 UTC (rev 93394)
+++ PKGBUILD2013-07-02 21:32:31 UTC (rev 93395)
@@ -3,18 +3,18 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=qt4-private-headers
-pkgver=4.8.4
+pkgver=4.8.5
 pkgrel=1
 pkgdesc=Qt4 private headers for development
 arch=('any')
 license=('GPL3' 'LGPL')
-url=http://qt-project.org/
+url=http://qt-project.org/;
 depends=(qt4=${pkgver})
 conflicts=('qt-private-headers')
 replaces=('qt-private-headers')
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
-source=(http://releases.qt-project.org/qt4/source/${_pkgfqn}.tar.gz;)
-md5sums=('89c5ecba180cae74c66260ac732dc5cb')
+source=(http://download.qt-project.org/official_releases/qt/${pkgver%.*}/${pkgver}/${_pkgfqn}.tar.gz;)
+md5sums=('1864987bdbb2f58f8ae8b350dfdbe133')
 
 package() {
 install -d 
${pkgdir}/usr/include/qt4/{QtCore,QtDeclarative,QtGui,QtScript}



[arch-commits] Commit in qt4-private-headers/repos/community-any (PKGBUILD PKGBUILD)

2013-07-02 Thread Eric Bélanger
Date: Tuesday, July 2, 2013 @ 23:32:48
  Author: eric
Revision: 93396

archrelease: copy trunk to community-any

Added:
  qt4-private-headers/repos/community-any/PKGBUILD
(from rev 93395, qt4-private-headers/trunk/PKGBUILD)
Deleted:
  qt4-private-headers/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-02 21:32:31 UTC (rev 93395)
+++ PKGBUILD2013-07-02 21:32:48 UTC (rev 93396)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=qt4-private-headers
-pkgver=4.8.4
-pkgrel=1
-pkgdesc=Qt4 private headers for development
-arch=('any')
-license=('GPL3' 'LGPL')
-url=http://qt-project.org/
-depends=(qt4=${pkgver})
-conflicts=('qt-private-headers')
-replaces=('qt-private-headers')
-_pkgfqn=qt-everywhere-opensource-src-${pkgver}
-source=(http://releases.qt-project.org/qt4/source/${_pkgfqn}.tar.gz;)
-md5sums=('89c5ecba180cae74c66260ac732dc5cb')
-
-package() {
-install -d 
${pkgdir}/usr/include/qt4/{QtCore,QtDeclarative,QtGui,QtScript}
-install -d ${pkgdir}/usr/src/qt4/{corelib,declarative,gui,script}
-
-for i in QtCore QtDeclarative QtGui QtScript; do
-  cp -r ${_pkgfqn}/include/${i}/private/ \
-${pkgdir}/usr/include/qt4/${i}/
-done
-
-find ${pkgdir}/usr/include/qt4/ -name *.h \
-  -exec sed -i 's|#include ../../../src/|#include ../../../src/qt4/|' {} 
\;
-
-for i in corelib declarative gui script; do
-  cp -r ${_pkgfqn}/src/${i} ${pkgdir}/usr/src/qt4/
-done
-}

Copied: qt4-private-headers/repos/community-any/PKGBUILD (from rev 93395, 
qt4-private-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-02 21:32:48 UTC (rev 93396)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=qt4-private-headers
+pkgver=4.8.5
+pkgrel=1
+pkgdesc=Qt4 private headers for development
+arch=('any')
+license=('GPL3' 'LGPL')
+url=http://qt-project.org/;
+depends=(qt4=${pkgver})
+conflicts=('qt-private-headers')
+replaces=('qt-private-headers')
+_pkgfqn=qt-everywhere-opensource-src-${pkgver}
+source=(http://download.qt-project.org/official_releases/qt/${pkgver%.*}/${pkgver}/${_pkgfqn}.tar.gz;)
+md5sums=('1864987bdbb2f58f8ae8b350dfdbe133')
+
+package() {
+install -d 
${pkgdir}/usr/include/qt4/{QtCore,QtDeclarative,QtGui,QtScript}
+install -d ${pkgdir}/usr/src/qt4/{corelib,declarative,gui,script}
+
+for i in QtCore QtDeclarative QtGui QtScript; do
+  cp -r ${_pkgfqn}/include/${i}/private/ \
+${pkgdir}/usr/include/qt4/${i}/
+done
+
+find ${pkgdir}/usr/include/qt4/ -name *.h \
+  -exec sed -i 's|#include ../../../src/|#include ../../../src/qt4/|' {} 
\;
+
+for i in corelib declarative gui script; do
+  cp -r ${_pkgfqn}/src/${i} ${pkgdir}/usr/src/qt4/
+done
+}



[arch-commits] Commit in texlive-core/repos (7 files)

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:54:30
  Author: remy
Revision: 189306

archrelease: copy trunk to testing-any

Added:
  texlive-core/repos/testing-any/
  texlive-core/repos/testing-any/09-texlive-fonts.conf
(from rev 189305, texlive-core/trunk/09-texlive-fonts.conf)
  texlive-core/repos/testing-any/Changelog
(from rev 189305, texlive-core/trunk/Changelog)
  texlive-core/repos/testing-any/PKGBUILD
(from rev 189305, texlive-core/trunk/PKGBUILD)
  texlive-core/repos/testing-any/texlive-core.maps
(from rev 189305, texlive-core/trunk/texlive-core.maps)
  texlive-core/repos/testing-any/texlive.install
(from rev 189305, texlive-core/trunk/texlive.install)
  texlive-core/repos/testing-any/texmf.cnf
(from rev 189305, texlive-core/trunk/texmf.cnf)

---+
 Changelog |  376 +
 PKGBUILD  |  275 ++
 texlive-core.maps |   46 +++
 texlive.install   |   58 +++
 texmf.cnf |  782 
 5 files changed, 1537 insertions(+)

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


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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:54:18
  Author: remy
Revision: 189305

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

Added:
  texlive-bin/repos/testing-i686/
  texlive-bin/repos/testing-i686/PKGBUILD
(from rev 189304, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch
(from rev 189304, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-i686/texlive.install
(from rev 189304, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/testing-x86_64/
  texlive-bin/repos/testing-x86_64/PKGBUILD
(from rev 189304, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch
(from rev 189304, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-x86_64/texlive.install
(from rev 189304, texlive-bin/trunk/texlive.install)

-+
 testing-i686/PKGBUILD   |  298 ++
 testing-i686/fix-fontforge-encoding.patch   |   12 +
 testing-i686/texlive.install|   50 
 testing-x86_64/PKGBUILD |  298 ++
 testing-x86_64/fix-fontforge-encoding.patch |   12 +
 testing-x86_64/texlive.install  |   50 
 6 files changed, 720 insertions(+)

Copied: texlive-bin/repos/testing-i686/PKGBUILD (from rev 189304, 
texlive-bin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-02 21:54:18 UTC (rev 189305)
@@ -0,0 +1,298 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: francois francois.archlinux.org
+
+pkgname=texlive-bin
+pkgver=2013.30973
+pkgrel=1
+pkgdesc=TeX Live binaries
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler=0.22.0'
+ 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+ 'icu' 'harfbuzz' 'harfbuzz-icu')
+makedepends=('perl' 'clisp' 'ffcall')
+optdepends=('ed: for texconfig')
+provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
+conflicts=('pdfjam')
+options=('!libtool' '!strip')
+url='http://tug.org/texlive/'
+install=texlive.install
+source=('fix-fontforge-encoding.patch'
+
http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz;
+)
+md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
+ '0a8ffd5c0002a080a4202057b1f106c6')
+
+build() {
+   cd $srcdir
+
+   if [ ${CARCH} = x86_64 ]; then
+ export CFLAGS=${CFLAGS} -fPIC
+ export CXXFLAGS=${CXXFLAGS} -fPIC
+   fi
+
+   # this patch removes spurious error message with locale xx_YY.utf8
+   #patch -Np0 -i fix-fontforge-encoding.patch
+   # t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
+   sed -i s/SELFAUTOPARENT/TEXMFROOT/ source/texk/tex4htk/t4ht.c
+   #
+   ### configure
+   cd source
+   ## prevent compiling Xdvi with libXp
+   sed -i~ 's|-lXp ||' texk/xdvik/configure
+   test ! -d Work  mkdir Work
+   cd Work
+   echo -- Initial configuration...
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   # system zlib is disabled due to issues with zlib 1.2.6 (FS#28221)
+   ../configure --prefix=/usr -C \
+ --sysconfdir=/etc \
+ --datarootdir=/usr/share \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
+ --disable-native-texlive-build \
+ --with-banner-add=/Arch Linux \
+ --disable-multiplatform \
+ --disable-dialog \
+ --disable-psutils \
+ --disable-t1utils \
+ --disable-bibtexu \
+ --disable-xz \
+ --with-system-zlib \
+ --with-system-zziplib \
+ --with-system-pnglib \
+ --with-system-ncurses \
+ --with-system-t1lib \
+ --with-system-gd \
+ --with-system-poppler \
+ --with-system-xpdf \
+ --with-system-freetype2 \
+ --with-system-pixman \
+ --with-system-cairo \
+ --with-system-harfbuzz \
+ --with-system-graphite \
+ --with-system-icu \
+ --with-freetype2-libdir=/usr/lib \
+ --with-freetype2-include=/usr/include/freetype2 \
+ --with-xdvi-x-toolkit=xaw \
+ --disable-dump-share \
+ --disable-aleph \
+ --enable-luatex \
+ --with-clisp-runtime=default \
+ --enable-xindy --disable-xindy-rules --disable-xindy-docs
+   #
+   ### make
+   echo ---
+   echo -- Building the whole beast ...
+   echo ---
+   make
+}
+
+package() {
+   cd $srcdir
+
+   #
+   ### install
+   cd source
+   # fixes for xindy
+   find utils/xindy -name Makefile -exec sed -i -e s|^prefix =.\+$|prefix = 
$pkgdir/usr| -e s|^mandir =.\+$|mandir = 

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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:54:14
  Author: remy
Revision: 189304

upgpkg: texlive-bin 2013.30973-1

TeXlive 2013 first packages

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 21:54:12 UTC (rev 189303)
+++ PKGBUILD2013-07-02 21:54:14 UTC (rev 189304)
@@ -110,6 +110,34 @@
mkdir -p $pkgdir/usr/share/tlpkg/TeXLive
install -m644 ${srcdir}/source/utils/biber/TeXLive/*.pm 
${pkgdir}/usr/share/tlpkg/TeXLive
 
+   ## symlink engines by hand. texlinks has moved to texlive-core...
+   mkdir -p ${pkgdir}/usr/bin
+   ln -s eptex ${pkgdir}/usr/bin/platex
+   ln -s euptex ${pkgdir}/usr/bin/uplatex
+   ln -s luatex ${pkgdir}/usr/bin/dvilualatex
+   ln -s luatex ${pkgdir}/usr/bin/dviluatex
+   ln -s luatex ${pkgdir}/usr/bin/lualatex
+   ln -s luatex ${pkgdir}/usr/bin/pdfcsplain
+   ln -s pdftex ${pkgdir}/usr/bin/amstex
+   ln -s pdftex ${pkgdir}/usr/bin/cslatex
+   ln -s pdftex ${pkgdir}/usr/bin/csplain
+   ln -s pdftex ${pkgdir}/usr/bin/eplain
+   ln -s pdftex ${pkgdir}/usr/bin/etex
+   ln -s pdftex ${pkgdir}/usr/bin/jadetex
+   ln -s pdftex ${pkgdir}/usr/bin/latex
+   ln -s pdftex ${pkgdir}/usr/bin/mex
+   ln -s pdftex ${pkgdir}/usr/bin/mllatex
+   ln -s pdftex ${pkgdir}/usr/bin/mltex
+   ln -s pdftex ${pkgdir}/usr/bin/pdfetex
+   ln -s pdftex ${pkgdir}/usr/bin/pdfjadetex
+   ln -s pdftex ${pkgdir}/usr/bin/pdflatex
+   ln -s pdftex ${pkgdir}/usr/bin/pdfmex
+   ln -s pdftex ${pkgdir}/usr/bin/pdfxmltex
+   ln -s pdftex ${pkgdir}/usr/bin/texsis
+   ln -s pdftex ${pkgdir}/usr/bin/utf8mex
+   ln -s pdftex ${pkgdir}/usr/bin/xmltex
+   ln -s xetex ${pkgdir}/usr/bin/xelatex
+
#
# remove dangling symlinks
_bibtexextra_scripts=



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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:54:12
  Author: remy
Revision: 189303

archrelease: copy trunk to testing-any

Added:
  texlive-bibtexextra/repos/testing-any/
  texlive-bibtexextra/repos/testing-any/PKGBUILD
(from rev 189302, texlive-bibtexextra/trunk/PKGBUILD)
  texlive-bibtexextra/repos/testing-any/texlive.install
(from rev 189302, texlive-bibtexextra/trunk/texlive.install)

-+
 PKGBUILD|   49 +
 texlive.install |   12 
 2 files changed, 61 insertions(+)

Copied: texlive-bibtexextra/repos/testing-any/PKGBUILD (from rev 189302, 
texlive-bibtexextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:54:12 UTC (rev 189303)
@@ -0,0 +1,49 @@
+# Contributor: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-bibtexextra
+pkgver=2013.30944
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - Additional BibTeX styles and bibliography databases
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=(!strip)
+install=texlive.install
+md5sums=('1fcffc9f42f930310d8571876a016e23')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/bibexport/bibexport.sh 
$pkgdir/usr/bin/bibexport
+   ln -s /usr/share/texmf-dist/scripts/listbib/listbib $pkgdir/usr/bin/listbib
+   ln -s /usr/share/texmf-dist/scripts/multibibliography/multibibliography.pl 
$pkgdir/usr/bin/multibibliography
+   ln -s /usr/share/texmf-dist/scripts/urlbst/urlbst $pkgdir/usr/bin/urlbst
+}

Copied: texlive-bibtexextra/repos/testing-any/texlive.install (from rev 189302, 
texlive-bibtexextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:54:12 UTC (rev 189303)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:54:47
  Author: remy
Revision: 189307

archrelease: copy trunk to testing-any

Added:
  texlive-fontsextra/repos/testing-any/
  texlive-fontsextra/repos/testing-any/PKGBUILD
(from rev 189306, texlive-fontsextra/trunk/PKGBUILD)
  texlive-fontsextra/repos/testing-any/texlive-fontsextra.maps
(from rev 189306, texlive-fontsextra/trunk/texlive-fontsextra.maps)
  texlive-fontsextra/repos/testing-any/texlive.install
(from rev 189306, texlive-fontsextra/trunk/texlive.install)

-+
 PKGBUILD|   47 
 texlive-fontsextra.maps |  132 ++
 texlive.install |   52 ++
 3 files changed, 231 insertions(+)

Copied: texlive-fontsextra/repos/testing-any/PKGBUILD (from rev 189306, 
texlive-fontsextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:54:47 UTC (rev 189307)
@@ -0,0 +1,47 @@
+# Maintainer: Rémy Oudompheng remy.archlinux.org
+
+pkgname=texlive-fontsextra
+pkgver=2013.30955
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - all sorts of extra fonts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('9e10d4fb01d87179bfd8e184e1be9dd7'
+ '2135455716c1e7356ce6a9c213827904')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd $srcdir
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-fontsextra/repos/testing-any/texlive-fontsextra.maps (from rev 
189306, texlive-fontsextra/trunk/texlive-fontsextra.maps)
===
--- testing-any/texlive-fontsextra.maps (rev 0)
+++ testing-any/texlive-fontsextra.maps 2013-07-02 21:54:47 UTC (rev 189307)
@@ -0,0 +1,132 @@
+Map Acorn.map
+Map AnnSton.map
+Map ArrowsADF.map
+Map ArtNouv.map
+Map ArtNouvc.map
+Map BulletsADF.map
+Map Carrickc.map
+Map CountriesOfEurope.map
+Map EBGaramond.map
+Map ESSTIX.map
+Map Eichenla.map
+Map Eileen.map
+Map EileenBl.map
+Map Elzevier.map
+Map GotIn.map
+Map GoudyIn.map
+Map Kinigcap.map
+Map Konanur.map
+Map Kramer.map
+Map LibreBaskerville.map
+Map LibreCaslon.map
+Map MnSymbol.map
+Map MorrisIn.map
+Map Nouveaud.map
+Map OrnementsADF.map
+Map Raleway.map
+Map Romantik.map
+Map Rothdn.map
+Map RoyalIn.map
+Map Sanremo.map
+Map SourceCodePro.map
+Map SourceSansPro.map
+Map Starburst.map
+Map Typocaps.map
+Map Zallman.map
+Map antt.map
+Map ap.map
+Map archaicprw.map
+Map arev.map
+Map ascii.map
+Map aspectratio.map
+Map augie.map
+Map auncial.map
+Map aurical.map
+Map belleek.map
+Map bera.map
+Map bguq.map
+Map boondox.map
+Map cabin.map
+Map calligra.map
+Map cantarell.map
+Map ccicons.map
+Map clm.map
+Map cm-lgc.map
+Map cmin.map
+Map comfortaa.map
+Map cyklop.map
+Map dejavu-type1.map
+Map dictsym.map
+Map droid.map
+Map dstroke.map
+Map dutchcal.map
+Map epigrafica.map
+Map esvect.map
+Map fdsymbol.map
+Map fge.map
+Map fi4.map
+Map foekfont.map
+Map fonetika.map
+Map fourier-utopia-expert.map
+Map fourier.map
+Map frcursive.map
+Map gfsartemisia.map
+Map gfsbodoni.map
+Map gfscomplutum.map
+Map gfsdidot.map
+Map gfsneohellenic.map
+Map gfssolomos.map
+Map gptimes.map
+Map hacm.map
+Map icelandic.map
+Map ipaex-type1.map
+Map iwona.map
+Map kpfonts.map
+Map kurier.map
+Map lato.map
+Map libertine.map
+Map linearA.map
+Map mathabx.map
+Map mdbch.map
+Map mdput.map
+Map mdsymbol.map
+Map mdugm.map
+Map newpx.map
+Map newtx.map
+Map ocrb.map
+Map opensans.map
+Map paratype-type1.map
+Map pbsi.map
+Map phaistos.map
+Map prodint.map
+Map pxtx.map
+Map quattrocento.map
+Map recycle.map
+Map rsfso.map
+Map sansmathaccent.map
+Map 

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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:55:12
  Author: remy
Revision: 189311

archrelease: copy trunk to testing-any

Added:
  texlive-htmlxml/repos/testing-any/
  texlive-htmlxml/repos/testing-any/PKGBUILD
(from rev 189310, texlive-htmlxml/trunk/PKGBUILD)
  texlive-htmlxml/repos/testing-any/texlive.install
(from rev 189310, texlive-htmlxml/trunk/texlive.install)

-+
 PKGBUILD|   55 ++
 texlive.install |   12 +++
 2 files changed, 67 insertions(+)

Copied: texlive-htmlxml/repos/testing-any/PKGBUILD (from rev 189310, 
texlive-htmlxml/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:55:12 UTC (rev 189311)
@@ -0,0 +1,55 @@
+# Contributor: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-htmlxml
+pkgver=2013.29725
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('36ae5bd6b8b4efd75f2807459e553e19')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/ht.sh $pkgdir/usr/bin/ht
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htcontext.sh 
$pkgdir/usr/bin/htcontext
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htlatex.sh 
$pkgdir/usr/bin/htlatex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htmex.sh $pkgdir/usr/bin/htmex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/httex.sh $pkgdir/usr/bin/httex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/httexi.sh $pkgdir/usr/bin/httexi
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh 
$pkgdir/usr/bin/htxelatex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htxetex.sh 
$pkgdir/usr/bin/htxetex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl $pkgdir/usr/bin/mk4ht
+}

Copied: texlive-htmlxml/repos/testing-any/texlive.install (from rev 189310, 
texlive-htmlxml/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:55:12 UTC (rev 189311)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in texlive-games/repos (5 files)

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:55:07
  Author: remy
Revision: 189309

archrelease: copy trunk to testing-any

Added:
  texlive-games/repos/testing-any/
  texlive-games/repos/testing-any/Changelog
(from rev 189308, texlive-games/trunk/Changelog)
  texlive-games/repos/testing-any/PKGBUILD
(from rev 189308, texlive-games/trunk/PKGBUILD)
  texlive-games/repos/testing-any/texlive-games.maps
(from rev 189308, texlive-games/trunk/texlive-games.maps)
  texlive-games/repos/testing-any/texlive.install
(from rev 189308, texlive-games/trunk/texlive.install)

+
 Changelog  |   11 ++
 PKGBUILD   |   48 +++
 texlive-games.maps |1 
 texlive.install|   52 +++
 4 files changed, 112 insertions(+)

Copied: texlive-games/repos/testing-any/Changelog (from rev 189308, 
texlive-games/trunk/Changelog)
===
--- testing-any/Changelog   (rev 0)
+++ testing-any/Changelog   2013-07-02 21:55:07 UTC (rev 189309)
@@ -0,0 +1,11 @@
+texlive-games 2012.28243
+
+- upgrade package chess-problem-diagrams 26206 - 28243
+
+texlive-games 2011.24714
+
+- upgrade package chess-problem-diagrams 15878 - 23555
+- new package gamebook
+- new package othelloboard
+- new package schwalbe-chess
+

Copied: texlive-games/repos/testing-any/PKGBUILD (from rev 189308, 
texlive-games/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:55:07 UTC (rev 189309)
@@ -0,0 +1,48 @@
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Maintainer: Firmicus firmicus āt gmx dōt net
+
+pkgname=texlive-games
+pkgver=2013.30959
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - Setups for typesetting various board games, including 
chess
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('3f4eefe3cb93b429c082af61688ff393'
+ '387a994c27b49be1ac3cf64a8f9ab155')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd $srcdir
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-games/repos/testing-any/texlive-games.maps (from rev 189308, 
texlive-games/trunk/texlive-games.maps)
===
--- testing-any/texlive-games.maps  (rev 0)
+++ testing-any/texlive-games.maps  2013-07-02 21:55:07 UTC (rev 189309)
@@ -0,0 +1 @@
+Map SkakNew.map

Copied: texlive-games/repos/testing-any/texlive.install (from rev 189308, 
texlive-games/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:55:07 UTC (rev 189309)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-games
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash
+  echo done. 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  

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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:55:10
  Author: remy
Revision: 189310

archrelease: copy trunk to testing-any

Added:
  texlive-genericextra/repos/testing-any/
  texlive-genericextra/repos/testing-any/PKGBUILD
(from rev 189309, texlive-genericextra/trunk/PKGBUILD)
  texlive-genericextra/repos/testing-any/texlive.install
(from rev 189309, texlive-genericextra/trunk/texlive.install)

-+
 PKGBUILD|   46 ++
 texlive.install |   12 
 2 files changed, 58 insertions(+)

Copied: texlive-genericextra/repos/testing-any/PKGBUILD (from rev 189309, 
texlive-genericextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:55:10 UTC (rev 189310)
@@ -0,0 +1,46 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-genericextra
+pkgver=2013.29803
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - mixed bag of generic macro packages and fonts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('eceab4ca711b019fc66c189491e5f3c5')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd $srcdir
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-genericextra/repos/testing-any/texlive.install (from rev 
189309, texlive-genericextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:55:10 UTC (rev 189310)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:55:19
  Author: remy
Revision: 189313

archrelease: copy trunk to testing-any

Added:
  texlive-langcjk/repos/testing-any/
  texlive-langcjk/repos/testing-any/PKGBUILD
(from rev 189312, texlive-langcjk/trunk/PKGBUILD)
  texlive-langcjk/repos/testing-any/texlive-langcjk.maps
(from rev 189312, texlive-langcjk/trunk/texlive-langcjk.maps)
  texlive-langcjk/repos/testing-any/texlive.install
(from rev 189312, texlive-langcjk/trunk/texlive.install)

--+
 PKGBUILD |   63 +
 texlive-langcjk.maps |   20 +++
 texlive.install  |   52 
 3 files changed, 135 insertions(+)

Copied: texlive-langcjk/repos/testing-any/PKGBUILD (from rev 189312, 
texlive-langcjk/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:55:19 UTC (rev 189313)
@@ -0,0 +1,63 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langcjk
+pkgver=2013.30856
+_revnr=${pkgver#2013.}
+pkgrel=2
+pkgdesc=TeX Live - CJK (Chinese, Japanese, Korean) macros and fonts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('d2b37cf4c573a833f608ae18186c37d7'
+ 'ae2c0eea6b2cf1f3ca8492625815d9bb')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+
+# scripts links
+_linked_scripts=
+convbkmk/convbkmk.rb
+ptex2pdf/ptex2pdf.lua
+jfontmaps/kanji-config-updmap.pl
+jfontmaps/kanji-config-updmap-sys.sh
+jfontmaps/kanji-fontmap-creator.pl
+
+install -m755 -d $pkgdir/usr/bin
+for _script in ${_linked_scripts}; do
+_scriptbase=$(basename $_script)
+_scriptbase=${_scriptbase%.*}
+[[ -f ${pkgdir}/usr/share/texmf-dist/scripts/${_script} ]] 
+ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
+done
+}

Copied: texlive-langcjk/repos/testing-any/texlive-langcjk.maps (from rev 
189312, texlive-langcjk/trunk/texlive-langcjk.maps)
===
--- testing-any/texlive-langcjk.maps(rev 0)
+++ testing-any/texlive-langcjk.maps2013-07-02 21:55:19 UTC (rev 189313)
@@ -0,0 +1,20 @@
+KanjiMap morisawa.map
+KanjiMap otf-@kanjiEmbed@.map
+KanjiMap otf-cktx.map
+KanjiMap otf-up-@kanjiEmbed@.map
+KanjiMap ptex-@kanjiEmbed@@kanjiVariant@.map
+KanjiMap uptex-@kanjiEmbed@@kanjiVariant@.map
+Map bkaiu.map
+Map bsmiu.map
+Map dgj.map
+Map dmj.map
+Map garuda-c90.map
+Map gbsnu.map
+Map gkaiu.map
+Map mc2j.map
+Map mcj.map
+Map mr2j.map
+Map mrj.map
+Map nanumfonts.map
+Map norasi-c90.map
+Map umj.map

Copied: texlive-langcjk/repos/testing-any/texlive.install (from rev 189312, 
texlive-langcjk/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:55:19 UTC (rev 189313)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-langcjk
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat 

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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:55:04
  Author: remy
Revision: 189308

archrelease: copy trunk to testing-any

Added:
  texlive-formatsextra/repos/testing-any/
  texlive-formatsextra/repos/testing-any/PKGBUILD
(from rev 189307, texlive-formatsextra/trunk/PKGBUILD)
  texlive-formatsextra/repos/testing-any/texlive.install
(from rev 189307, texlive-formatsextra/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-formatsextra/repos/testing-any/PKGBUILD (from rev 189307, 
texlive-formatsextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:55:04 UTC (rev 189308)
@@ -0,0 +1,45 @@
+# Contributor: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-formatsextra
+pkgver=2013.30214
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - collection of extra TeX 'formats'
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('9101c0c717f2795f28542af0ae6bd7df')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-formatsextra/repos/testing-any/texlive.install (from rev 
189307, texlive-formatsextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:55:04 UTC (rev 189308)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:55:15
  Author: remy
Revision: 189312

archrelease: copy trunk to testing-any

Added:
  texlive-humanities/repos/testing-any/
  texlive-humanities/repos/testing-any/PKGBUILD
(from rev 189311, texlive-humanities/trunk/PKGBUILD)
  texlive-humanities/repos/testing-any/texlive.install
(from rev 189311, texlive-humanities/trunk/texlive.install)

-+
 PKGBUILD|   44 
 texlive.install |   12 
 2 files changed, 56 insertions(+)

Copied: texlive-humanities/repos/testing-any/PKGBUILD (from rev 189311, 
texlive-humanities/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:55:15 UTC (rev 189312)
@@ -0,0 +1,44 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+
+pkgname=texlive-humanities
+pkgver=2013.30815
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities
+license=('GPL')
+arch=(any)
+depends=('texlive-core' 'texlive-latexextra')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('2845b842cd238dd34bc297dd66d1545d')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-humanities/repos/testing-any/texlive.install (from rev 189311, 
texlive-humanities/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:55:15 UTC (rev 189312)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:55:42
  Author: remy
Revision: 189316

archrelease: copy trunk to testing-any

Added:
  texlive-langgreek/repos/testing-any/
  texlive-langgreek/repos/testing-any/PKGBUILD
(from rev 189315, texlive-langgreek/trunk/PKGBUILD)
  texlive-langgreek/repos/testing-any/texlive-langgreek.maps
(from rev 189315, texlive-langgreek/trunk/texlive-langgreek.maps)
  texlive-langgreek/repos/testing-any/texlive.install
(from rev 189315, texlive-langgreek/trunk/texlive.install)

+
 PKGBUILD   |   49 
 texlive-langgreek.maps |5 
 texlive.install|   52 +++
 3 files changed, 106 insertions(+)

Copied: texlive-langgreek/repos/testing-any/PKGBUILD (from rev 189315, 
texlive-langgreek/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:55:42 UTC (rev 189316)
@@ -0,0 +1,49 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langgreek
+pkgver=2013.30912
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - Fonts and support for typesetting Greek
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('ffdd809346fcedcf0b81fc625deb030c'
+ 'a7d853454158016e29d861aabf9a3e74')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex 
$pkgdir/usr/bin/mkgrkindex
+}

Copied: texlive-langgreek/repos/testing-any/texlive-langgreek.maps (from rev 
189315, texlive-langgreek/trunk/texlive-langgreek.maps)
===
--- testing-any/texlive-langgreek.maps  (rev 0)
+++ testing-any/texlive-langgreek.maps  2013-07-02 21:55:42 UTC (rev 189316)
@@ -0,0 +1,5 @@
+Map gfsbaskerville.map
+Map gfsporson.map
+Map kerkis.map
+MixedMap cbgreek-full.map
+MixedMap iby.map

Copied: texlive-langgreek/repos/testing-any/texlive.install (from rev 189315, 
texlive-langgreek/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:55:42 UTC (rev 189316)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-langgreek
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash
+  echo done. 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  

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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:55:31
  Author: remy
Revision: 189314

archrelease: copy trunk to testing-any

Added:
  texlive-langcyrillic/repos/testing-any/
  texlive-langcyrillic/repos/testing-any/PKGBUILD
(from rev 189313, texlive-langcyrillic/trunk/PKGBUILD)
  texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps
(from rev 189313, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
  texlive-langcyrillic/repos/testing-any/texlive.install
(from rev 189313, texlive-langcyrillic/trunk/texlive.install)

---+
 PKGBUILD  |   51 +++
 texlive-langcyrillic.maps |2 +
 texlive.install   |   52 
 3 files changed, 105 insertions(+)

Copied: texlive-langcyrillic/repos/testing-any/PKGBUILD (from rev 189313, 
texlive-langcyrillic/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:55:31 UTC (rev 189314)
@@ -0,0 +1,51 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langcyrillic
+pkgver=2013.30653
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - Fonts and macro packages to typeset Cyrillic texts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('0184f89e3cac8744fc724ae4e50d6994'
+ 'c1e49c9da6302557dff56e8d9d584fa5')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd $srcdir
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   mkdir -p ${pkgdir}/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/texlive/rubibtex.sh 
${pkgdir}/usr/bin/rubibtex
+   ln -s /usr/share/texmf-dist/scripts/texlive/rumakeindex.sh 
${pkgdir}/usr/bin/rumakeindex
+}

Copied: texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps (from 
rev 189313, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
===
--- testing-any/texlive-langcyrillic.maps   (rev 0)
+++ testing-any/texlive-langcyrillic.maps   2013-07-02 21:55:31 UTC (rev 
189314)
@@ -0,0 +1,2 @@
+Map cmcyr.map
+MixedMap mongolian.map

Copied: texlive-langcyrillic/repos/testing-any/texlive.install (from rev 
189313, texlive-langcyrillic/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:55:31 UTC (rev 189314)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-langcyrillic
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash
+  echo done. 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps 

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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:55:36
  Author: remy
Revision: 189315

archrelease: copy trunk to testing-any

Added:
  texlive-langextra/repos/testing-any/
  texlive-langextra/repos/testing-any/PKGBUILD
(from rev 189314, texlive-langextra/trunk/PKGBUILD)
  texlive-langextra/repos/testing-any/texlive-langextra.maps
(from rev 189314, texlive-langextra/trunk/texlive-langextra.maps)
  texlive-langextra/repos/testing-any/texlive.install
(from rev 189314, texlive-langextra/trunk/texlive.install)

+
 PKGBUILD   |   59 +++
 texlive-langextra.maps |   21 
 texlive.install|   52 +
 3 files changed, 132 insertions(+)

Copied: texlive-langextra/repos/testing-any/PKGBUILD (from rev 189314, 
texlive-langextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:55:36 UTC (rev 189315)
@@ -0,0 +1,59 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langextra
+pkgver=2013.30816
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - Bundle of all extra language support
+license=('GPL')
+arch=(any)
+conflicts=('texlive-langafrican' 'texlive-langarab' 'texlive-langarabic'
+   'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+   'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+   'texlive-langvietnamese')
+provides=('texlive-langafrican' 'texlive-langarabic' 'texlive-langarmenian' 
+  'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+  'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+  'texlive-langvietnamese')
+depends=('texlive-latexextra')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('00d1e1dac0bd67d62577a88d6bc7c9ba'
+ 'c0507e51d0f021b8dc5fc2d0599c')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd $srcdir
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   #remove parts of ethiop that depend on Omega:
+   rm -rf $pkgdir/usr/share/texmf-dist/fonts/{ofm,ovf,ovp}
+   rm -rf $pkgdir/usr/share/texmf-dist/omega
+}

Copied: texlive-langextra/repos/testing-any/texlive-langextra.maps (from rev 
189314, texlive-langextra/trunk/texlive-langextra.maps)
===
--- testing-any/texlive-langextra.maps  (rev 0)
+++ testing-any/texlive-langextra.maps  2013-07-02 21:55:36 UTC (rev 189315)
@@ -0,0 +1,21 @@
+Map arabi.map
+Map arevvn.map
+Map burmese.map
+Map chartervn.map
+Map cjhebrew.map
+Map cmbrightvn.map
+Map concretevn.map
+Map grotesqvn.map
+Map nectec.map
+Map nf.map
+Map skt.map
+Map syriac.map
+Map tlwg.map
+Map txttvn.map
+Map urwvn.map
+Map vntopia.map
+MixedMap arabtex.map
+MixedMap dvng.map
+MixedMap ethiop.map
+MixedMap vnrother.map
+MixedMap vnrtext.map

Copied: texlive-langextra/repos/testing-any/texlive.install (from rev 189314, 
texlive-langextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:55:36 UTC (rev 189315)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-langextra
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into 

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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:55:51
  Author: remy
Revision: 189317

archrelease: copy trunk to testing-any

Added:
  texlive-latexextra/repos/testing-any/
  texlive-latexextra/repos/testing-any/PKGBUILD
(from rev 189316, texlive-latexextra/trunk/PKGBUILD)
  texlive-latexextra/repos/testing-any/texlive-latexextra.maps
(from rev 189316, texlive-latexextra/trunk/texlive-latexextra.maps)
  texlive-latexextra/repos/testing-any/texlive.install
(from rev 189316, texlive-latexextra/trunk/texlive.install)

-+
 PKGBUILD|   64 ++
 texlive-latexextra.maps |3 ++
 texlive.install |   52 +
 3 files changed, 119 insertions(+)

Copied: texlive-latexextra/repos/testing-any/PKGBUILD (from rev 189316, 
texlive-latexextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:55:51 UTC (rev 189317)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-latexextra
+pkgver=2013.30964
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - Large collection of add-on packages for LaTeX
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+optdepends=(
+  'texlive-pictures: to use the package overpic'
+  'java-environment: to use pdfannotextractor'
+)
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('64386dfe9fc40f2d4edc7c653d716bdf'
+ '9e4825f47dac663dd62c4bfa67899e84')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' 
\;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' 
\;
+   fi
+   #add symlinks that were in texlive-bin:
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/authorindex/authorindex 
$pkgdir/usr/bin/authorindex
+   ln -s /usr/share/texmf-dist/scripts/exceltex/exceltex 
$pkgdir/usr/bin/exceltex
+   ln -s /usr/share/texmf-dist/scripts/glossaries/makeglossaries 
$pkgdir/usr/bin/makeglossaries
+   ln -s /usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl 
$pkgdir/usr/bin/pdfannotextractor
+   ln -s /usr/share/texmf-dist/scripts/perltex/perltex.pl 
$pkgdir/usr/bin/perltex
+   ln -s /usr/share/texmf-dist/scripts/pst-pdf/ps4pdf $pkgdir/usr/bin/ps4pdf
+   ln -s /usr/share/texmf-dist/scripts/splitindex/splitindex.pl 
$pkgdir/usr/bin/splitindex
+   ln -s /usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl 
$pkgdir/usr/bin/svn-multi
+   ln -s /usr/share/texmf-dist/scripts/vpe/vpe.pl $pkgdir/usr/bin/vpe
+   rm $pkgdir/usr/share/texmf-dist/scripts/glossaries/makeglossaries.bat
+   rm $pkgdir/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
+   rm $pkgdir/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
+}

Copied: texlive-latexextra/repos/testing-any/texlive-latexextra.maps (from rev 
189316, texlive-latexextra/trunk/texlive-latexextra.maps)
===
--- testing-any/texlive-latexextra.maps (rev 0)
+++ testing-any/texlive-latexextra.maps 2013-07-02 21:55:51 UTC (rev 189317)
@@ -0,0 +1,3 @@
+Map epiolmec.map
+MixedMap esint.map
+MixedMap manfnt.map

Copied: texlive-latexextra/repos/testing-any/texlive.install (from rev 189316, 
texlive-latexextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:55:51 UTC (rev 189317)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-latexextra
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: 

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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:55:54
  Author: remy
Revision: 189318

archrelease: copy trunk to testing-any

Added:
  texlive-music/repos/testing-any/
  texlive-music/repos/testing-any/PKGBUILD
(from rev 189317, texlive-music/trunk/PKGBUILD)
  texlive-music/repos/testing-any/texlive-music.maps
(from rev 189317, texlive-music/trunk/texlive-music.maps)
  texlive-music/repos/testing-any/texlive.install
(from rev 189317, texlive-music/trunk/texlive.install)

+
 PKGBUILD   |   51 ++
 texlive-music.maps |1 
 texlive.install|   52 +++
 3 files changed, 104 insertions(+)

Copied: texlive-music/repos/testing-any/PKGBUILD (from rev 189317, 
texlive-music/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:55:54 UTC (rev 189318)
@@ -0,0 +1,51 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-music
+pkgver=2013.30005
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - Music typesetting packages
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('5259af448b333481c3e58a159eb5ef58'
+ '6af96d016e18492867d6f4ba2eff0a31')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   # script symlinks
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/m-tx/m-tx.lua $pkgdir/usr/bin/m-tx
+   ln -s /usr/share/texmf-dist/scripts/musixtex/musixflx.lua 
$pkgdir/usr/bin/musixflx
+   ln -s /usr/share/texmf-dist/scripts/musixtex/musixtex.lua 
$pkgdir/usr/bin/musixtex
+   ln -s /usr/share/texmf-dist/scripts/pmx/pmx2pdf.lua $pkgdir/usr/bin/pmx2pdf
+}

Copied: texlive-music/repos/testing-any/texlive-music.maps (from rev 189317, 
texlive-music/trunk/texlive-music.maps)
===
--- testing-any/texlive-music.maps  (rev 0)
+++ testing-any/texlive-music.maps  2013-07-02 21:55:54 UTC (rev 189318)
@@ -0,0 +1 @@
+MixedMap musix.map

Copied: texlive-music/repos/testing-any/texlive.install (from rev 189317, 
texlive-music/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:55:54 UTC (rev 189318)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-music
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash
+  echo done. 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  

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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:56:08
  Author: remy
Revision: 189322

archrelease: copy trunk to testing-any

Added:
  texlive-publishers/repos/testing-any/
  texlive-publishers/repos/testing-any/PKGBUILD
(from rev 189321, texlive-publishers/trunk/PKGBUILD)
  texlive-publishers/repos/testing-any/texlive.install
(from rev 189321, texlive-publishers/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-publishers/repos/testing-any/PKGBUILD (from rev 189321, 
texlive-publishers/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:56:08 UTC (rev 189322)
@@ -0,0 +1,45 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-publishers
+pkgver=2013.30958
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - LaTeX classes and packages for specific publishers
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('bbab663f1b0ecc72171bad9c4bae4a32')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-publishers/repos/testing-any/texlive.install (from rev 189321, 
texlive-publishers/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:56:08 UTC (rev 189322)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:56:00
  Author: remy
Revision: 189320

archrelease: copy trunk to testing-any

Added:
  texlive-plainextra/repos/testing-any/
  texlive-plainextra/repos/testing-any/PKGBUILD
(from rev 189319, texlive-plainextra/trunk/PKGBUILD)
  texlive-plainextra/repos/testing-any/texlive.install
(from rev 189319, texlive-plainextra/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-plainextra/repos/testing-any/PKGBUILD (from rev 189319, 
texlive-plainextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:56:00 UTC (rev 189320)
@@ -0,0 +1,45 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-plainextra
+pkgver=2013.30377
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - A collection of add-on packages and macros for plain TeX
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('294781d9de64bf3cbb022957d21bc699')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-plainextra/repos/testing-any/texlive.install (from rev 189319, 
texlive-plainextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:56:00 UTC (rev 189320)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:55:58
  Author: remy
Revision: 189319

archrelease: copy trunk to testing-any

Added:
  texlive-pictures/repos/testing-any/
  texlive-pictures/repos/testing-any/PKGBUILD
(from rev 189318, texlive-pictures/trunk/PKGBUILD)
  texlive-pictures/repos/testing-any/texlive-pictures.maps
(from rev 189318, texlive-pictures/trunk/texlive-pictures.maps)
  texlive-pictures/repos/testing-any/texlive.install
(from rev 189318, texlive-pictures/trunk/texlive.install)

---+
 PKGBUILD  |   53 
 texlive-pictures.maps |2 +
 texlive.install   |   52 +++
 3 files changed, 107 insertions(+)

Copied: texlive-pictures/repos/testing-any/PKGBUILD (from rev 189318, 
texlive-pictures/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:55:58 UTC (rev 189319)
@@ -0,0 +1,53 @@
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-pictures
+pkgver=2013.30637
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - Packages for drawings graphics
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('c683151cd1014e4ff631c3f49c1f'
+ '7d08cb8ade87687bd8676f8e8ba20697')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd $srcdir
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/cachepic/cachepic.tlu 
$pkgdir/usr/bin/cachepic
+   ln -s /usr/share/texmf-dist/scripts/epspdf/epspdftk.tcl 
$pkgdir/usr/bin/epspdftk
+   ln -s /usr/share/texmf-dist/scripts/epspdf/epspdf.rb $pkgdir/usr/bin/epspdf
+   ln -s /usr/share/texmf-dist/scripts/fig4latex/fig4latex 
$pkgdir/usr/bin/fig4latex
+   ln -s /usr/share/texmf-dist/scripts/mathspic/mathspic.pl 
$pkgdir/usr/bin/mathspic
+}

Copied: texlive-pictures/repos/testing-any/texlive-pictures.maps (from rev 
189318, texlive-pictures/trunk/texlive-pictures.maps)
===
--- testing-any/texlive-pictures.maps   (rev 0)
+++ testing-any/texlive-pictures.maps   2013-07-02 21:55:58 UTC (rev 189319)
@@ -0,0 +1,2 @@
+Map knitfont.map
+MixedMap xypic.map

Copied: texlive-pictures/repos/testing-any/texlive.install (from rev 189318, 
texlive-pictures/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:55:58 UTC (rev 189319)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-pictures
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash
+  echo done. 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp 

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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:56:11
  Author: remy
Revision: 189323

archrelease: copy trunk to testing-any

Added:
  texlive-science/repos/testing-any/
  texlive-science/repos/testing-any/PKGBUILD
(from rev 189322, texlive-science/trunk/PKGBUILD)
  texlive-science/repos/testing-any/texlive-science.maps
(from rev 189322, texlive-science/trunk/texlive-science.maps)
  texlive-science/repos/testing-any/texlive.install
(from rev 189322, texlive-science/trunk/texlive.install)

--+
 PKGBUILD |   49 ++
 texlive-science.maps |1 
 texlive.install  |   52 +
 3 files changed, 102 insertions(+)

Copied: texlive-science/repos/testing-any/PKGBUILD (from rev 189322, 
texlive-science/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:56:11 UTC (rev 189323)
@@ -0,0 +1,49 @@
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-science
+pkgver=2013.30910
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - Typesetting for natural and computer sciences
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('07cb21125f64becb317f2cbe77cb1086'
+ '72206bb981d3d491df018e0e13334be5')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd $srcdir
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/ulqda/ulqda.pl $pkgdir/usr/bin/ulqda
+}

Copied: texlive-science/repos/testing-any/texlive-science.maps (from rev 
189322, texlive-science/trunk/texlive-science.maps)
===
--- testing-any/texlive-science.maps(rev 0)
+++ testing-any/texlive-science.maps2013-07-02 21:56:11 UTC (rev 189323)
@@ -0,0 +1 @@
+Map chemarrow.map

Copied: texlive-science/repos/testing-any/texlive.install (from rev 189322, 
texlive-science/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:56:11 UTC (rev 189323)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-science
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash
+  echo done. 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash $SYNCWITHTREES
+  echo done. 
+}
+
+pre_remove() {
+for m 

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

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:56:03
  Author: remy
Revision: 189321

archrelease: copy trunk to testing-any

Added:
  texlive-pstricks/repos/testing-any/
  texlive-pstricks/repos/testing-any/PKGBUILD
(from rev 189320, texlive-pstricks/trunk/PKGBUILD)
  texlive-pstricks/repos/testing-any/texlive.install
(from rev 189320, texlive-pstricks/trunk/texlive.install)

-+
 PKGBUILD|   46 ++
 texlive.install |   12 
 2 files changed, 58 insertions(+)

Copied: texlive-pstricks/repos/testing-any/PKGBUILD (from rev 189320, 
texlive-pstricks/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:56:03 UTC (rev 189321)
@@ -0,0 +1,46 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-pstricks
+pkgver=2013.30956
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - Additional PSTricks packages
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('fb5706044b3399dcb6ed09b72175be60')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl 
$pkgdir/usr/bin/pedigree
+   ln -s /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf $pkgdir/usr/bin/pst2pdf
+}

Copied: texlive-pstricks/repos/testing-any/texlive.install (from rev 189320, 
texlive-pstricks/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:56:03 UTC (rev 189321)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-07-02 Thread Thomas Bächler
Date: Wednesday, July 3, 2013 @ 01:00:15
  Author: thomas
Revision: 189324

upgpkg: libnl 3.2.22-1

Modified:
  libnl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 21:56:11 UTC (rev 189323)
+++ PKGBUILD2013-07-02 23:00:15 UTC (rev 189324)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=libnl
-pkgver=3.2.21
+pkgver=3.2.22
 pkgrel=1
 pkgdesc=Library for applications dealing with netlink sockets
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 backup=(etc/libnl/classid etc/libnl/pktloc)
 options=(!libtool)
 source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('2dc80f043116ec8610d9d418f5f5e9283f3d9a3a48b8d51a8cb0146b3f279604')
+sha256sums=('c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-07-02 Thread Thomas Bächler
Date: Wednesday, July 3, 2013 @ 01:00:28
  Author: thomas
Revision: 189325

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

Added:
  libnl/repos/testing-i686/
  libnl/repos/testing-i686/PKGBUILD
(from rev 189324, libnl/trunk/PKGBUILD)
  libnl/repos/testing-x86_64/
  libnl/repos/testing-x86_64/PKGBUILD
(from rev 189324, libnl/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: libnl/repos/testing-i686/PKGBUILD (from rev 189324, 
libnl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-02 23:00:28 UTC (rev 189325)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libnl
+pkgver=3.2.22
+pkgrel=1
+pkgdesc=Library for applications dealing with netlink sockets
+arch=(i686 x86_64)
+url=http://www.infradead.org/~tgr/libnl/;
+license=(GPL)
+depends=(glibc)
+backup=(etc/libnl/classid etc/libnl/pktloc)
+options=(!libtool)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libnl/repos/testing-x86_64/PKGBUILD (from rev 189324, 
libnl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-07-02 23:00:28 UTC (rev 189325)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libnl
+pkgver=3.2.22
+pkgrel=1
+pkgdesc=Library for applications dealing with netlink sockets
+arch=(i686 x86_64)
+url=http://www.infradead.org/~tgr/libnl/;
+license=(GPL)
+depends=(glibc)
+backup=(etc/libnl/classid etc/libnl/pktloc)
+options=(!libtool)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-07-02 Thread Eric Bélanger
Date: Wednesday, July 3, 2013 @ 03:23:00
  Author: eric
Revision: 189326

Fix build issue (close FS#36006)

Modified:
  elfutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 23:00:28 UTC (rev 189325)
+++ PKGBUILD2013-07-03 01:23:00 UTC (rev 189326)
@@ -20,20 +20,25 @@
   'fcd0ebd029b305bf030983daf151a2a1ab5294af'
   '8a8be7c0686c6311c1ce969ba10494e704ead48c')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../elfutils-0.155-binutils-pr-ld-13621.patch
+  sed -i -e 's:-Werror::g' $(find -name Makefile.in)
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   CFLAGS+= -g  # required for test-suite success
-  patch -Np1 -i ../elfutils-0.155-binutils-pr-ld-13621.patch
   ./configure --prefix=/usr --program-prefix=eu-
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in elfutils/repos/extra-i686 (4 files)

2013-07-02 Thread Eric Bélanger
Date: Wednesday, July 3, 2013 @ 03:23:49
  Author: eric
Revision: 189327

archrelease: copy trunk to extra-i686

Added:
  elfutils/repos/extra-i686/PKGBUILD
(from rev 189326, elfutils/trunk/PKGBUILD)
  elfutils/repos/extra-i686/elfutils-0.155-binutils-pr-ld-13621.patch
(from rev 189326, elfutils/trunk/elfutils-0.155-binutils-pr-ld-13621.patch)
Deleted:
  elfutils/repos/extra-i686/PKGBUILD
  elfutils/repos/extra-i686/elfutils-0.155-binutils-pr-ld-13621.patch

---+
 PKGBUILD  |   83 ++--
 elfutils-0.155-binutils-pr-ld-13621.patch |   32 +-
 2 files changed, 60 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-03 01:23:00 UTC (rev 189326)
+++ PKGBUILD2013-07-03 01:23:49 UTC (rev 189327)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
-
-pkgname=elfutils
-pkgver=0.155
-pkgrel=1
-pkgdesc=Libraries and utilities to handle ELF object files and DWARF 
debugging information
-arch=('i686' 'x86_64')
-url=https://fedorahosted.org/elfutils/;
-license=('LGPL3' 'GPL' 'GPL3')
-depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
-provides=('libelf')
-replaces=('libelf')
-conflicts=('libelf')
-options=('!makeflags')
-source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig}
-elfutils-0.155-binutils-pr-ld-13621.patch)
-sha1sums=('1b96084cd9fe037c1c0bd2c280aaa701f913462b'
-  'fcd0ebd029b305bf030983daf151a2a1ab5294af'
-  '8a8be7c0686c6311c1ce969ba10494e704ead48c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  CFLAGS+= -g  # required for test-suite success
-  patch -Np1 -i ../elfutils-0.155-binutils-pr-ld-13621.patch
-  ./configure --prefix=/usr --program-prefix=eu-
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: elfutils/repos/extra-i686/PKGBUILD (from rev 189326, 
elfutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-03 01:23:49 UTC (rev 189327)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
+
+pkgname=elfutils
+pkgver=0.155
+pkgrel=1
+pkgdesc=Libraries and utilities to handle ELF object files and DWARF 
debugging information
+arch=('i686' 'x86_64')
+url=https://fedorahosted.org/elfutils/;
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
+provides=('libelf')
+replaces=('libelf')
+conflicts=('libelf')
+options=('!makeflags')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig}
+elfutils-0.155-binutils-pr-ld-13621.patch)
+sha1sums=('1b96084cd9fe037c1c0bd2c280aaa701f913462b'
+  'fcd0ebd029b305bf030983daf151a2a1ab5294af'
+  '8a8be7c0686c6311c1ce969ba10494e704ead48c')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../elfutils-0.155-binutils-pr-ld-13621.patch
+  sed -i -e 's:-Werror::g' $(find -name Makefile.in)
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS+= -g  # required for test-suite success
+  ./configure --prefix=/usr --program-prefix=eu-
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: elfutils-0.155-binutils-pr-ld-13621.patch
===
--- elfutils-0.155-binutils-pr-ld-13621.patch   2013-07-03 01:23:00 UTC (rev 
189326)
+++ elfutils-0.155-binutils-pr-ld-13621.patch   2013-07-03 01:23:49 UTC (rev 
189327)
@@ -1,16 +0,0 @@
-diff --git a/tests/run-elflint-self.sh b/tests/run-elflint-self.sh
-index 4b01008..7a5f0c8 100755
 a/tests/run-elflint-self.sh
-+++ b/tests/run-elflint-self.sh
-@@ -18,4 +18,11 @@
- 
- . $srcdir/test-subr.sh
- 
-+# Makes sure we exit cleanly even when we don't...
-+clean_exit()
-+{
-+  if test $? != 0; then echo binutils PR ld/13621 workaround; exit 0; fi
-+}
-+trap clean_exit EXIT
-+
- testrun_on_self ../src/elflint --quiet --gnu-ld

Copied: elfutils/repos/extra-i686/elfutils-0.155-binutils-pr-ld-13621.patch 
(from rev 189326, elfutils/trunk/elfutils-0.155-binutils-pr-ld-13621.patch)
===
--- elfutils-0.155-binutils-pr-ld-13621.patch   (rev 0)
+++ elfutils-0.155-binutils-pr-ld-13621.patch   2013-07-03 01:23:49 UTC (rev 
189327)
@@ -0,0 +1,16 @@
+diff --git a/tests/run-elflint-self.sh b/tests/run-elflint-self.sh
+index 4b01008..7a5f0c8 100755
+--- a/tests/run-elflint-self.sh
 b/tests/run-elflint-self.sh
+@@ -18,4 +18,11 @@
+ 
+ . $srcdir/test-subr.sh

[arch-commits] Commit in elfutils/repos/extra-x86_64 (4 files)

2013-07-02 Thread Eric Bélanger
Date: Wednesday, July 3, 2013 @ 03:24:05
  Author: eric
Revision: 189328

archrelease: copy trunk to extra-x86_64

Added:
  elfutils/repos/extra-x86_64/PKGBUILD
(from rev 189327, elfutils/trunk/PKGBUILD)
  elfutils/repos/extra-x86_64/elfutils-0.155-binutils-pr-ld-13621.patch
(from rev 189327, elfutils/trunk/elfutils-0.155-binutils-pr-ld-13621.patch)
Deleted:
  elfutils/repos/extra-x86_64/PKGBUILD
  elfutils/repos/extra-x86_64/elfutils-0.155-binutils-pr-ld-13621.patch

---+
 PKGBUILD  |   83 ++--
 elfutils-0.155-binutils-pr-ld-13621.patch |   32 +-
 2 files changed, 60 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-03 01:23:49 UTC (rev 189327)
+++ PKGBUILD2013-07-03 01:24:05 UTC (rev 189328)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
-
-pkgname=elfutils
-pkgver=0.155
-pkgrel=1
-pkgdesc=Libraries and utilities to handle ELF object files and DWARF 
debugging information
-arch=('i686' 'x86_64')
-url=https://fedorahosted.org/elfutils/;
-license=('LGPL3' 'GPL' 'GPL3')
-depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
-provides=('libelf')
-replaces=('libelf')
-conflicts=('libelf')
-options=('!makeflags')
-source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig}
-elfutils-0.155-binutils-pr-ld-13621.patch)
-sha1sums=('1b96084cd9fe037c1c0bd2c280aaa701f913462b'
-  'fcd0ebd029b305bf030983daf151a2a1ab5294af'
-  '8a8be7c0686c6311c1ce969ba10494e704ead48c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  CFLAGS+= -g  # required for test-suite success
-  patch -Np1 -i ../elfutils-0.155-binutils-pr-ld-13621.patch
-  ./configure --prefix=/usr --program-prefix=eu-
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: elfutils/repos/extra-x86_64/PKGBUILD (from rev 189327, 
elfutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-03 01:24:05 UTC (rev 189328)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
+
+pkgname=elfutils
+pkgver=0.155
+pkgrel=1
+pkgdesc=Libraries and utilities to handle ELF object files and DWARF 
debugging information
+arch=('i686' 'x86_64')
+url=https://fedorahosted.org/elfutils/;
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
+provides=('libelf')
+replaces=('libelf')
+conflicts=('libelf')
+options=('!makeflags')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig}
+elfutils-0.155-binutils-pr-ld-13621.patch)
+sha1sums=('1b96084cd9fe037c1c0bd2c280aaa701f913462b'
+  'fcd0ebd029b305bf030983daf151a2a1ab5294af'
+  '8a8be7c0686c6311c1ce969ba10494e704ead48c')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../elfutils-0.155-binutils-pr-ld-13621.patch
+  sed -i -e 's:-Werror::g' $(find -name Makefile.in)
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS+= -g  # required for test-suite success
+  ./configure --prefix=/usr --program-prefix=eu-
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: elfutils-0.155-binutils-pr-ld-13621.patch
===
--- elfutils-0.155-binutils-pr-ld-13621.patch   2013-07-03 01:23:49 UTC (rev 
189327)
+++ elfutils-0.155-binutils-pr-ld-13621.patch   2013-07-03 01:24:05 UTC (rev 
189328)
@@ -1,16 +0,0 @@
-diff --git a/tests/run-elflint-self.sh b/tests/run-elflint-self.sh
-index 4b01008..7a5f0c8 100755
 a/tests/run-elflint-self.sh
-+++ b/tests/run-elflint-self.sh
-@@ -18,4 +18,11 @@
- 
- . $srcdir/test-subr.sh
- 
-+# Makes sure we exit cleanly even when we don't...
-+clean_exit()
-+{
-+  if test $? != 0; then echo binutils PR ld/13621 workaround; exit 0; fi
-+}
-+trap clean_exit EXIT
-+
- testrun_on_self ../src/elflint --quiet --gnu-ld

Copied: elfutils/repos/extra-x86_64/elfutils-0.155-binutils-pr-ld-13621.patch 
(from rev 189327, elfutils/trunk/elfutils-0.155-binutils-pr-ld-13621.patch)
===
--- elfutils-0.155-binutils-pr-ld-13621.patch   (rev 0)
+++ elfutils-0.155-binutils-pr-ld-13621.patch   2013-07-03 01:24:05 UTC (rev 
189328)
@@ -0,0 +1,16 @@
+diff --git a/tests/run-elflint-self.sh b/tests/run-elflint-self.sh
+index 4b01008..7a5f0c8 100755
+--- a/tests/run-elflint-self.sh
 b/tests/run-elflint-self.sh
+@@ -18,4 +18,11 @@
+ 
+ . 

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

2013-07-02 Thread Thomas Dziedzic
Date: Wednesday, July 3, 2013 @ 03:39:47
  Author: td123
Revision: 189329

upgpkg: vim 7.3.1287-1

bump

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-03 01:24:05 UTC (rev 189328)
+++ PKGBUILD2013-07-03 01:39:47 UTC (rev 189329)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=1270
-__hgrev=c458ff35497e
+_patchlevel=1287
+__hgrev=941318315ace
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -20,7 +20,7 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-md5sums=('07f4d80393acb689c5512fcc7097ea4f'
+md5sums=('e43d2b39c51246ad8dba45d0d75748ec'
  'SKIP'
  '20fceda56badf201695c57999b0bc609'
  '10353a61aadc3f276692d0e17db1478e'



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

2013-07-02 Thread Thomas Dziedzic
Date: Wednesday, July 3, 2013 @ 03:41:39
  Author: td123
Revision: 189330

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

Added:
  vim/repos/testing-i686/PKGBUILD
(from rev 189329, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 189329, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 189329, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 189329, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 189329, vim/trunk/vimrc)
  vim/repos/testing-x86_64/PKGBUILD
(from rev 189329, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 189329, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 189329, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 189329, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 189329, vim/trunk/vimrc)
Deleted:
  vim/repos/testing-i686/PKGBUILD
  vim/repos/testing-i686/archlinux.vim
  vim/repos/testing-i686/gvim.desktop
  vim/repos/testing-i686/gvim.install
  vim/repos/testing-i686/vimrc
  vim/repos/testing-x86_64/PKGBUILD
  vim/repos/testing-x86_64/archlinux.vim
  vim/repos/testing-x86_64/gvim.desktop
  vim/repos/testing-x86_64/gvim.install
  vim/repos/testing-x86_64/vimrc

--+
 /PKGBUILD|  454 +
 /archlinux.vim   |   52 
 /gvim.desktop|  126 +++
 /gvim.install|   22 +
 /vimrc   |   32 ++
 testing-i686/PKGBUILD|  227 
 testing-i686/archlinux.vim   |   26 --
 testing-i686/gvim.desktop|   63 -
 testing-i686/gvim.install|   11 
 testing-i686/vimrc   |   16 -
 testing-x86_64/PKGBUILD  |  227 
 testing-x86_64/archlinux.vim |   26 --
 testing-x86_64/gvim.desktop  |   63 -
 testing-x86_64/gvim.install  |   11 
 testing-x86_64/vimrc |   16 -
 15 files changed, 686 insertions(+), 686 deletions(-)

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


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

2013-07-02 Thread Felix Yan
Date: Wednesday, July 3, 2013 @ 06:07:35
  Author: fyan
Revision: 93397

upgpkg: fcitx-libpinyin 0.3.0-2

Modified:
  fcitx-libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 21:32:48 UTC (rev 93396)
+++ PKGBUILD2013-07-03 04:07:35 UTC (rev 93397)
@@ -4,19 +4,23 @@
 
 pkgname=fcitx-libpinyin
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
 arch=('i686' 'x86_64')
 url=https://github.com/fcitx/fcitx-libpinyin;
 license=('GPL')
 depends=('fcitx' 'libpinyin' 'fcitx-qt4' 'qtwebkit')
 makedepends=('cmake' 'intltool' 'wget')
-source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;)
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;
+
https://github.com/fcitx/fcitx-libpinyin/commit/7a68b40e36bd3425dae847a3860057a951ec5e78.patch;)
 install=$pkgname.install
 
 build() {
   cd $srcdir/${pkgname}-${pkgver}
 
+  # Fix importdict
+  patch -p1 -i ../7a68b40e36bd3425dae847a3860057a951ec5e78.patch
+
   rm -rf build
   mkdir build
   cd build
@@ -32,4 +36,5 @@
   make DESTDIR=${pkgdir} install
 }
 
-sha512sums=('e80e15a51f0d7de20abc4877d32796bbd93f30a2e4383bd64bccf1075696dddb2d0ea0180fff44ebee0e94988ab60e3d2526dd3f80bb99f4186e1bf4e3437762')
+sha512sums=('e80e15a51f0d7de20abc4877d32796bbd93f30a2e4383bd64bccf1075696dddb2d0ea0180fff44ebee0e94988ab60e3d2526dd3f80bb99f4186e1bf4e3437762'
+
'0b4776d348db9616d9bd4485fe7950a5c88f349388a4dc97e0ec62beaf0d6729ba88c645b1f83d415af8c5808cde3aae4b8306fd65e21bd404e9a8105d5bcae0')



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

2013-07-02 Thread Felix Yan
Date: Wednesday, July 3, 2013 @ 07:13:18
  Author: fyan
Revision: 93398

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

Added:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
(from rev 93397, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install
(from rev 93397, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
(from rev 93397, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-x86_64/fcitx-libpinyin.install
(from rev 93397, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
Deleted:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
  fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
  fcitx-libpinyin/repos/community-x86_64/fcitx-libpinyin.install

--+
 /PKGBUILD|   80 +
 /fcitx-libpinyin.install |   22 +++
 community-i686/PKGBUILD  |   35 
 community-i686/fcitx-libpinyin.install   |   11 ---
 community-x86_64/PKGBUILD|   35 
 community-x86_64/fcitx-libpinyin.install |   11 ---
 6 files changed, 102 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-03 04:07:35 UTC (rev 93397)
+++ community-i686/PKGBUILD 2013-07-03 05:13:18 UTC (rev 93398)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: poplarch popla...@gmail.com
-
-pkgname=fcitx-libpinyin
-pkgver=0.3.0
-pkgrel=1
-pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
-arch=('i686' 'x86_64')
-url=https://github.com/fcitx/fcitx-libpinyin;
-license=('GPL')
-depends=('fcitx' 'libpinyin' 'fcitx-qt4' 'qtwebkit')
-makedepends=('cmake' 'intltool' 'wget')
-source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;)
-install=$pkgname.install
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  rm -rf build
-  mkdir build
-  cd build
-
-  msg Starting make...
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('e80e15a51f0d7de20abc4877d32796bbd93f30a2e4383bd64bccf1075696dddb2d0ea0180fff44ebee0e94988ab60e3d2526dd3f80bb99f4186e1bf4e3437762')

Copied: fcitx-libpinyin/repos/community-i686/PKGBUILD (from rev 93397, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-03 05:13:18 UTC (rev 93398)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.0
+pkgrel=2
+pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/fcitx/fcitx-libpinyin;
+license=('GPL')
+depends=('fcitx' 'libpinyin' 'fcitx-qt4' 'qtwebkit')
+makedepends=('cmake' 'intltool' 'wget')
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;
+
https://github.com/fcitx/fcitx-libpinyin/commit/7a68b40e36bd3425dae847a3860057a951ec5e78.patch;)
+install=$pkgname.install
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  # Fix importdict
+  patch -p1 -i ../7a68b40e36bd3425dae847a3860057a951ec5e78.patch
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  msg Starting make...
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('e80e15a51f0d7de20abc4877d32796bbd93f30a2e4383bd64bccf1075696dddb2d0ea0180fff44ebee0e94988ab60e3d2526dd3f80bb99f4186e1bf4e3437762'
+
'0b4776d348db9616d9bd4485fe7950a5c88f349388a4dc97e0ec62beaf0d6729ba88c645b1f83d415af8c5808cde3aae4b8306fd65e21bd404e9a8105d5bcae0')

Deleted: community-i686/fcitx-libpinyin.install
===
--- community-i686/fcitx-libpinyin.install  2013-07-03 04:07:35 UTC (rev 
93397)
+++ community-i686/fcitx-libpinyin.install  2013-07-03 05:13:18 UTC (rev 
93398)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install (from rev 
93397, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-i686/fcitx-libpinyin.install  (rev 0)
+++ community-i686/fcitx-libpinyin.install  2013-07-03 05:13:18 UTC (rev 
93398)
@@ -0,0 +1,11 @@
+post_install() {
+

[arch-commits] Commit in gnome-alsamixer/trunk (8 files)

2013-07-02 Thread Eric Bélanger
Date: Wednesday, July 3, 2013 @ 07:23:54
  Author: eric
Revision: 189331

upgpkg: gnome-alsamixer 0.9.7-1

Upstream update

Added:
  gnome-alsamixer/trunk/02_change_gconf-keys_path.diff
  gnome-alsamixer/trunk/03_gnome-alsamixer.schemas.diff
  gnome-alsamixer/trunk/04_ignore-delimiters.diff
  gnome-alsamixer/trunk/05-remove-G_CONST_RETURN.patch
  gnome-alsamixer/trunk/06-use-libgnome-headers.patch
  gnome-alsamixer/trunk/gnome-alsamixer.install
Modified:
  gnome-alsamixer/trunk/PKGBUILD
Deleted:
  gnome-alsamixer/trunk/gnome-alsamixer-0.9.6-gtk24.patch

---+
 02_change_gconf-keys_path.diff|  207 
 03_gnome-alsamixer.schemas.diff   |  174 ++
 04_ignore-delimiters.diff |   15 ++
 05-remove-G_CONST_RETURN.patch|  111 +++
 06-use-libgnome-headers.patch |   26 
 PKGBUILD  |   49 +---
 gnome-alsamixer-0.9.6-gtk24.patch |   15 --
 gnome-alsamixer.install   |   19 +++
 8 files changed, 585 insertions(+), 31 deletions(-)

Added: 02_change_gconf-keys_path.diff
===
--- 02_change_gconf-keys_path.diff  (rev 0)
+++ 02_change_gconf-keys_path.diff  2013-07-03 05:23:54 UTC (rev 189331)
@@ -0,0 +1,207 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_change_gconf-keys_path.dpatch.dpatch by Mohammed Adnène Trojette 
adn+...@diwi.org
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Replace path to gnome-alsamixer's gconf keys
+
+@DPATCH@
+
+--- gnome-alsamixer-0.9.7.cvs20050822.orig/src/gam-slider.c
 gnome-alsamixer-0.9.7.cvs20050822/src/gam-slider.c
+@@ -481,7 +481,7 @@
+ 
+ disp_name = g_strndup (gam_slider_get_name (gam_slider), 8);
+ 
+-key = g_strdup_printf 
(/apps/PAW/gnome-alsamixer/slider_display_names/%s-%s,
++key = g_strdup_printf (/apps/gnome-alsamixer/slider_display_names/%s-%s,
+gam_mixer_get_config_name (GAM_MIXER 
(priv-mixer)),
+gam_slider_get_config_name (gam_slider));
+ 
+@@ -508,7 +508,7 @@
+ 
+ priv = GAM_SLIDER_GET_PRIVATE (gam_slider);
+ 
+-key = g_strdup_printf 
(/apps/PAW/gnome-alsamixer/slider_display_names/%s-%s,
++key = g_strdup_printf (/apps/gnome-alsamixer/slider_display_names/%s-%s,
+gam_mixer_get_config_name (GAM_MIXER 
(priv-mixer)),
+gam_slider_get_config_name (gam_slider));
+ 
+@@ -533,7 +533,7 @@
+ 
+ priv = GAM_SLIDER_GET_PRIVATE (gam_slider);
+ 
+-key = g_strdup_printf (/apps/PAW/gnome-alsamixer/display_sliders/%s-%s,
++key = g_strdup_printf (/apps/gnome-alsamixer/display_sliders/%s-%s,
+gam_mixer_get_config_name (GAM_MIXER 
(priv-mixer)),
+gam_slider_get_config_name (gam_slider));
+ 
+@@ -557,7 +557,7 @@
+ 
+ priv = GAM_SLIDER_GET_PRIVATE (gam_slider);
+ 
+-key = g_strdup_printf (/apps/PAW/gnome-alsamixer/display_sliders/%s-%s,
++key = g_strdup_printf (/apps/gnome-alsamixer/display_sliders/%s-%s,
+gam_mixer_get_config_name (GAM_MIXER 
(priv-mixer)),
+gam_slider_get_config_name (gam_slider));
+ 
+--- gnome-alsamixer-0.9.7.cvs20050822.orig/src/gam-toggle.c
 gnome-alsamixer-0.9.7.cvs20050822/src/gam-toggle.c
+@@ -410,7 +410,7 @@
+ 
+ priv = GAM_TOGGLE_GET_PRIVATE (gam_toggle);
+ 
+-key = g_strdup_printf 
(/apps/PAW/gnome-alsamixer/toggle_display_names/%s-%s,
++key = g_strdup_printf (/apps/gnome-alsamixer/toggle_display_names/%s-%s,
+gam_mixer_get_config_name (GAM_MIXER 
(priv-mixer)),
+gam_toggle_get_config_name (gam_toggle));
+ 
+@@ -433,7 +433,7 @@
+ 
+ priv = GAM_TOGGLE_GET_PRIVATE (gam_toggle);
+ 
+-key = g_strdup_printf 
(/apps/PAW/gnome-alsamixer/toggle_display_names/%s-%s,
++key = g_strdup_printf (/apps/gnome-alsamixer/toggle_display_names/%s-%s,
+gam_mixer_get_config_name (GAM_MIXER 
(priv-mixer)),
+gam_toggle_get_config_name (gam_toggle));
+ 
+@@ -458,7 +458,7 @@
+ 
+ priv = GAM_TOGGLE_GET_PRIVATE (gam_toggle);
+ 
+-key = g_strdup_printf (/apps/PAW/gnome-alsamixer/display_toggles/%s-%s,
++key = g_strdup_printf (/apps/gnome-alsamixer/display_toggles/%s-%s,
+gam_mixer_get_config_name (GAM_MIXER 
(priv-mixer)),
+gam_toggle_get_config_name (gam_toggle));
+ 
+@@ -482,7 +482,7 @@
+ 
+ priv = GAM_TOGGLE_GET_PRIVATE (gam_toggle);
+ 
+-key = g_strdup_printf (/apps/PAW/gnome-alsamixer/display_toggles/%s-%s,
++key = g_strdup_printf (/apps/gnome-alsamixer/display_toggles/%s-%s,
+gam_mixer_get_config_name (GAM_MIXER 
(priv-mixer)),
+

[arch-commits] Commit in gnome-alsamixer/repos (22 files)

2013-07-02 Thread Eric Bélanger
Date: Wednesday, July 3, 2013 @ 07:25:03
  Author: eric
Revision: 189332

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

Added:
  gnome-alsamixer/repos/extra-i686/02_change_gconf-keys_path.diff
(from rev 189331, gnome-alsamixer/trunk/02_change_gconf-keys_path.diff)
  gnome-alsamixer/repos/extra-i686/03_gnome-alsamixer.schemas.diff
(from rev 189331, gnome-alsamixer/trunk/03_gnome-alsamixer.schemas.diff)
  gnome-alsamixer/repos/extra-i686/04_ignore-delimiters.diff
(from rev 189331, gnome-alsamixer/trunk/04_ignore-delimiters.diff)
  gnome-alsamixer/repos/extra-i686/05-remove-G_CONST_RETURN.patch
(from rev 189331, gnome-alsamixer/trunk/05-remove-G_CONST_RETURN.patch)
  gnome-alsamixer/repos/extra-i686/06-use-libgnome-headers.patch
(from rev 189331, gnome-alsamixer/trunk/06-use-libgnome-headers.patch)
  gnome-alsamixer/repos/extra-i686/PKGBUILD
(from rev 189331, gnome-alsamixer/trunk/PKGBUILD)
  gnome-alsamixer/repos/extra-i686/gnome-alsamixer.desktop
(from rev 189331, gnome-alsamixer/trunk/gnome-alsamixer.desktop)
  gnome-alsamixer/repos/extra-i686/gnome-alsamixer.install
(from rev 189331, gnome-alsamixer/trunk/gnome-alsamixer.install)
  gnome-alsamixer/repos/extra-x86_64/02_change_gconf-keys_path.diff
(from rev 189331, gnome-alsamixer/trunk/02_change_gconf-keys_path.diff)
  gnome-alsamixer/repos/extra-x86_64/03_gnome-alsamixer.schemas.diff
(from rev 189331, gnome-alsamixer/trunk/03_gnome-alsamixer.schemas.diff)
  gnome-alsamixer/repos/extra-x86_64/04_ignore-delimiters.diff
(from rev 189331, gnome-alsamixer/trunk/04_ignore-delimiters.diff)
  gnome-alsamixer/repos/extra-x86_64/05-remove-G_CONST_RETURN.patch
(from rev 189331, gnome-alsamixer/trunk/05-remove-G_CONST_RETURN.patch)
  gnome-alsamixer/repos/extra-x86_64/06-use-libgnome-headers.patch
(from rev 189331, gnome-alsamixer/trunk/06-use-libgnome-headers.patch)
  gnome-alsamixer/repos/extra-x86_64/PKGBUILD
(from rev 189331, gnome-alsamixer/trunk/PKGBUILD)
  gnome-alsamixer/repos/extra-x86_64/gnome-alsamixer.desktop
(from rev 189331, gnome-alsamixer/trunk/gnome-alsamixer.desktop)
  gnome-alsamixer/repos/extra-x86_64/gnome-alsamixer.install
(from rev 189331, gnome-alsamixer/trunk/gnome-alsamixer.install)
Deleted:
  gnome-alsamixer/repos/extra-i686/PKGBUILD
  gnome-alsamixer/repos/extra-i686/gnome-alsamixer-0.9.6-gtk24.patch
  gnome-alsamixer/repos/extra-i686/gnome-alsamixer.desktop
  gnome-alsamixer/repos/extra-x86_64/PKGBUILD
  gnome-alsamixer/repos/extra-x86_64/gnome-alsamixer-0.9.6-gtk24.patch
  gnome-alsamixer/repos/extra-x86_64/gnome-alsamixer.desktop

+
 /PKGBUILD  |  100 +++
 /gnome-alsamixer.desktop   |   22 ++
 extra-i686/02_change_gconf-keys_path.diff  |  207 +++
 extra-i686/03_gnome-alsamixer.schemas.diff |  174 +++
 extra-i686/04_ignore-delimiters.diff   |   15 +
 extra-i686/05-remove-G_CONST_RETURN.patch  |  111 
 extra-i686/06-use-libgnome-headers.patch   |   26 ++
 extra-i686/PKGBUILD|   33 ---
 extra-i686/gnome-alsamixer-0.9.6-gtk24.patch   |   15 -
 extra-i686/gnome-alsamixer.desktop |   11 -
 extra-i686/gnome-alsamixer.install |   19 ++
 extra-x86_64/02_change_gconf-keys_path.diff|  207 +++
 extra-x86_64/03_gnome-alsamixer.schemas.diff   |  174 +++
 extra-x86_64/04_ignore-delimiters.diff |   15 +
 extra-x86_64/05-remove-G_CONST_RETURN.patch|  111 
 extra-x86_64/06-use-libgnome-headers.patch |   26 ++
 extra-x86_64/PKGBUILD  |   33 ---
 extra-x86_64/gnome-alsamixer-0.9.6-gtk24.patch |   15 -
 extra-x86_64/gnome-alsamixer.desktop   |   11 -
 extra-x86_64/gnome-alsamixer.install   |   19 ++
 20 files changed, 1226 insertions(+), 118 deletions(-)

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