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

2012-06-24 Thread Giovanni Scafora
Date: Sunday, June 24, 2012 @ 02:52:29
  Author: giovanni
Revision: 162235

upgpkg: live-media 2012.06.23-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 05:44:41 UTC (rev 162234)
+++ PKGBUILD2012-06-24 06:52:29 UTC (rev 162235)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2012.06.12
+pkgver=2012.06.23
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url=http://live555.com/liveMedia;
 depends=('gcc-libs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('0c952d4debc674ac896fe3d231b21a0a')
+md5sums=('c1e6a597c8259a1c9d86a15605277a02')
 
 build() {
   cd ${srcdir}/live



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

2012-06-24 Thread Giovanni Scafora
Date: Sunday, June 24, 2012 @ 02:52:55
  Author: giovanni
Revision: 162236

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 162235, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 162235, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   80 
 extra-x86_64/PKGBUILD |   80 
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-24 06:52:29 UTC (rev 162235)
+++ extra-i686/PKGBUILD 2012-06-24 06:52:55 UTC (rev 162236)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2012.06.12
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('0c952d4debc674ac896fe3d231b21a0a')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 162235, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-24 06:52:55 UTC (rev 162236)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2012.06.23
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('c1e6a597c8259a1c9d86a15605277a02')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
+  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a ${pkgdir}/usr/lib
+install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-24 06:52:29 UTC (rev 162235)
+++ extra-x86_64/PKGBUILD   2012-06-24 06:52:55 UTC (rev 162236)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2012.06.12
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('0c952d4debc674ac896fe3d231b21a0a')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install 

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

2012-06-24 Thread Giovanni Scafora
Date: Sunday, June 24, 2012 @ 03:44:58
  Author: giovanni
Revision: 162237

upgpkg: smb4k 1.0.3-1

upstream release

Modified:
  smb4k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 06:52:55 UTC (rev 162236)
+++ PKGBUILD2012-06-24 07:44:58 UTC (rev 162237)
@@ -3,7 +3,7 @@
 # Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
 
 pkgname=smb4k
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc=A KDE program that browses samba shares
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=smb4k.install
 
source=(http://downloads.sourceforge.net/project/${pkgname}/Smb4K%20%28stable%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('e1c895044faaf18d90ea4b564412455e')
+md5sums=('943b4ccf1a481600784538148d86d3e4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-06-24 Thread Giovanni Scafora
Date: Sunday, June 24, 2012 @ 03:45:21
  Author: giovanni
Revision: 162238

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

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

+
 extra-i686/PKGBUILD|   60 +--
 extra-i686/smb4k.install   |   22 +++
 extra-x86_64/PKGBUILD  |   60 +--
 extra-x86_64/smb4k.install |   22 +++
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-24 07:44:58 UTC (rev 162237)
+++ extra-i686/PKGBUILD 2012-06-24 07:45:21 UTC (rev 162238)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
-
-pkgname=smb4k
-pkgver=1.0.2
-pkgrel=1
-pkgdesc=A KDE program that browses samba shares
-arch=('i686' 'x86_64')
-url=http://smb4k.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=smb4k.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/Smb4K%20%28stable%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('e1c895044faaf18d90ea4b564412455e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE
-  make VERBOSE=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: smb4k/repos/extra-i686/PKGBUILD (from rev 162237, smb4k/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-24 07:45:21 UTC (rev 162238)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
+
+pkgname=smb4k
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=A KDE program that browses samba shares
+arch=('i686' 'x86_64')
+url=http://smb4k.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=smb4k.install
+source=(http://downloads.sourceforge.net/project/${pkgname}/Smb4K%20%28stable%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('943b4ccf1a481600784538148d86d3e4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE
+  make VERBOSE=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/smb4k.install
===
--- extra-i686/smb4k.install2012-06-24 07:44:58 UTC (rev 162237)
+++ extra-i686/smb4k.install2012-06-24 07:45:21 UTC (rev 162238)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smb4k/repos/extra-i686/smb4k.install (from rev 162237, 
smb4k/trunk/smb4k.install)
===
--- extra-i686/smb4k.install(rev 0)
+++ extra-i686/smb4k.install2012-06-24 07:45:21 UTC (rev 162238)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-24 07:44:58 UTC (rev 162237)
+++ extra-x86_64/PKGBUILD   2012-06-24 07:45:21 UTC (rev 162238)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
-
-pkgname=smb4k
-pkgver=1.0.2
-pkgrel=1
-pkgdesc=A KDE program that browses samba shares
-arch=('i686' 'x86_64')
-url=http://smb4k.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=smb4k.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/Smb4K%20%28stable%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('e1c895044faaf18d90ea4b564412455e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE
-  make VERBOSE=1
-}
-
-package() {
-  cd 

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

2012-06-24 Thread andyrtr
Date: Sunday, June 24, 2012 @ 04:17:29
  Author: andyrtr
Revision: 162239

add opennx pkg; an open source replacement for the closed NoMachine nxclient pkg

Added:
  opennx/
  opennx/repos/
  opennx/trunk/
  opennx/trunk/PKGBUILD

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

Added: opennx/trunk/PKGBUILD
===
--- opennx/trunk/PKGBUILD   (rev 0)
+++ opennx/trunk/PKGBUILD   2012-06-24 08:17:29 UTC (rev 162239)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Armin Luntzer
+# Original opennx PKGBUILD: Tomas Groth tomasgroth.at.yahoo.dk
+
+pkgname=opennx
+pkgver=0.16.0.712
+pkgrel=1
+pkgdesc=A GPL replacement for the NoMachine client, patched to always show 
the session chooser
+url=http://opennx.sf.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('wxgtk' 'libcups' 'libxext' 'libxft' 'xorg-xauth' 'curl')
+makedepends=('zip' 'opensc' 'libpulse' 'smbclient' 'libusb-compat')
+#optdepends=('cups: for full local printing support')
+source=(http://downloads.sourceforge.net/project/opennx/opennx/CI-source/opennx-$pkgver.tar.gz)
+md5sums=('f9cf99a9dc13de9ef6d219db83dec344')
+
+build() {
+  cd $srcdir/opennx*
+#  autoreconf -vfi
+  ./configure --prefix=/usr \
+--enable-usbip #--help
+  make
+}
+
+package() {
+  cd $srcdir/opennx*
+  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-man
+  
+  # fix some file locations
+  install -dm755 ${pkgdir}/usr/share/applications
+  cp -aR ${pkgdir}/usr/share/applnk/xdg/* ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/share/applnk
+  
+  sed -i -e s:Exec=/usr/NX/bin/opennx:Exec=/usr/bin/opennx: 
${pkgdir}/usr/share/applications/*.desktop
+}


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


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

2012-06-24 Thread Tobias Powalowski
Date: Sunday, June 24, 2012 @ 04:23:42
  Author: tpowa
Revision: 162240

db-move: moved linux from [testing] to [core] ( i686,  x86_64)

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 162239, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 162239, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 162239, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 162239, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/fix-acerhdf-1810T-bios.patch
(from rev 162239, linux/repos/testing-i686/fix-acerhdf-1810T-bios.patch)
  linux/repos/core-i686/i915-fix-ghost-tv-output.patch
(from rev 162239, linux/repos/testing-i686/i915-fix-ghost-tv-output.patch)
  linux/repos/core-i686/linux.install
(from rev 162239, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 162239, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/PKGBUILD
(from rev 162239, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 162239, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 162239, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 162239, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/fix-acerhdf-1810T-bios.patch
(from rev 162239, linux/repos/testing-x86_64/fix-acerhdf-1810T-bios.patch)
  linux/repos/core-x86_64/i915-fix-ghost-tv-output.patch
(from rev 162239, linux/repos/testing-x86_64/i915-fix-ghost-tv-output.patch)
  linux/repos/core-x86_64/linux.install
(from rev 162239, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 162239, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/3.4.2-rpc_pipefs.patch
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/fix-acerhdf-1810T-bios.patch
  linux/repos/core-i686/i915-fix-ghost-tv-output.patch
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/3.4.2-rpc_pipefs.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/fix-acerhdf-1810T-bios.patch
  linux/repos/core-x86_64/i915-fix-ghost-tv-output.patch
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 core-i686/3.4.2-rpc_pipefs.patch  |   33 
 core-i686/PKGBUILD|  600 -
 core-i686/change-default-console-loglevel.patch   |   24 
 core-i686/config  |11680 ++--
 core-i686/config.x86_64   |11224 +--
 core-i686/fix-acerhdf-1810T-bios.patch|   20 
 core-i686/i915-fix-ghost-tv-output.patch  |   52 
 core-i686/linux.install   |  130 
 core-i686/linux.preset|   28 
 core-x86_64/3.4.2-rpc_pipefs.patch|   33 
 core-x86_64/PKGBUILD  |  600 -
 core-x86_64/change-default-console-loglevel.patch |   24 
 core-x86_64/config|11680 ++--
 core-x86_64/config.x86_64 |11224 +--
 core-x86_64/fix-acerhdf-1810T-bios.patch  |   20 
 core-x86_64/i915-fix-ghost-tv-output.patch|   52 
 core-x86_64/linux.install |  130 
 core-x86_64/linux.preset  |   28 
 18 files changed, 23754 insertions(+), 23828 deletions(-)

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


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

2012-06-24 Thread Tobias Powalowski
Date: Sunday, June 24, 2012 @ 04:24:02
  Author: tpowa
Revision: 162241

db-move: moved linux-lts from [testing] to [core] ( i686,  x86_64)

Added:
  linux-lts/repos/core-i686/CVE-2012-0056.patch
(from rev 162239, linux-lts/repos/testing-i686/CVE-2012-0056.patch)
  linux-lts/repos/core-i686/PKGBUILD
(from rev 162239, linux-lts/repos/testing-i686/PKGBUILD)
  linux-lts/repos/core-i686/change-default-console-loglevel.patch
(from rev 162239, 
linux-lts/repos/testing-i686/change-default-console-loglevel.patch)
  linux-lts/repos/core-i686/config
(from rev 162239, linux-lts/repos/testing-i686/config)
  linux-lts/repos/core-i686/config.x86_64
(from rev 162239, linux-lts/repos/testing-i686/config.x86_64)
  linux-lts/repos/core-i686/ext4-options.patch
(from rev 162239, linux-lts/repos/testing-i686/ext4-options.patch)
  linux-lts/repos/core-i686/i915-fix-ghost-tv-output.patch
(from rev 162239, 
linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/core-i686/linux-lts.install
(from rev 162239, linux-lts/repos/testing-i686/linux-lts.install)
  linux-lts/repos/core-i686/linux-lts.preset
(from rev 162239, linux-lts/repos/testing-i686/linux-lts.preset)
  linux-lts/repos/core-x86_64/CVE-2012-0056.patch
(from rev 162239, linux-lts/repos/testing-x86_64/CVE-2012-0056.patch)
  linux-lts/repos/core-x86_64/PKGBUILD
(from rev 162239, linux-lts/repos/testing-x86_64/PKGBUILD)
  linux-lts/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 162239, 
linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux-lts/repos/core-x86_64/config
(from rev 162239, linux-lts/repos/testing-x86_64/config)
  linux-lts/repos/core-x86_64/config.x86_64
(from rev 162239, linux-lts/repos/testing-x86_64/config.x86_64)
  linux-lts/repos/core-x86_64/ext4-options.patch
(from rev 162239, linux-lts/repos/testing-x86_64/ext4-options.patch)
  linux-lts/repos/core-x86_64/i915-fix-ghost-tv-output.patch
(from rev 162239, 
linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/core-x86_64/linux-lts.install
(from rev 162239, linux-lts/repos/testing-x86_64/linux-lts.install)
  linux-lts/repos/core-x86_64/linux-lts.preset
(from rev 162239, linux-lts/repos/testing-x86_64/linux-lts.preset)
Deleted:
  linux-lts/repos/core-i686/CVE-2012-0056.patch
  linux-lts/repos/core-i686/PKGBUILD
  linux-lts/repos/core-i686/change-default-console-loglevel.patch
  linux-lts/repos/core-i686/config
  linux-lts/repos/core-i686/config.x86_64
  linux-lts/repos/core-i686/ext4-options.patch
  linux-lts/repos/core-i686/i915-fix-ghost-tv-output.patch
  linux-lts/repos/core-i686/linux-lts.install
  linux-lts/repos/core-i686/linux-lts.preset
  linux-lts/repos/core-x86_64/CVE-2012-0056.patch
  linux-lts/repos/core-x86_64/PKGBUILD
  linux-lts/repos/core-x86_64/change-default-console-loglevel.patch
  linux-lts/repos/core-x86_64/config
  linux-lts/repos/core-x86_64/config.x86_64
  linux-lts/repos/core-x86_64/ext4-options.patch
  linux-lts/repos/core-x86_64/i915-fix-ghost-tv-output.patch
  linux-lts/repos/core-x86_64/linux-lts.install
  linux-lts/repos/core-x86_64/linux-lts.preset
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-x86_64/

---+
 core-i686/CVE-2012-0056.patch |  538 
 core-i686/PKGBUILD|  558 
 core-i686/change-default-console-loglevel.patch   |   24 
 core-i686/config  |11296 ++--
 core-i686/config.x86_64   |10772 +--
 core-i686/ext4-options.patch  |   98 
 core-i686/i915-fix-ghost-tv-output.patch  |   52 
 core-i686/linux-lts.install   |  130 
 core-i686/linux-lts.preset|   28 
 core-x86_64/CVE-2012-0056.patch   |  538 
 core-x86_64/PKGBUILD  |  558 
 core-x86_64/change-default-console-loglevel.patch |   24 
 core-x86_64/config|11296 ++--
 core-x86_64/config.x86_64 |10772 +--
 core-x86_64/ext4-options.patch|   98 
 core-x86_64/i915-fix-ghost-tv-output.patch|   52 
 core-x86_64/linux-lts.install |  130 
 core-x86_64/linux-lts.preset  |   28 
 18 files changed, 23496 insertions(+), 23496 deletions(-)

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


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

2012-06-24 Thread andyrtr
Date: Sunday, June 24, 2012 @ 04:25:18
  Author: andyrtr
Revision: 162242

upgpkg: opennx 0.16.0.712-1

initial Arch pkg based on the one in AUR, can be installed along the closed 
NoMachine nxclient

Modified:
  opennx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 08:24:02 UTC (rev 162241)
+++ PKGBUILD2012-06-24 08:25:18 UTC (rev 162242)
@@ -18,9 +18,8 @@
 
 build() {
   cd $srcdir/opennx*
-#  autoreconf -vfi
   ./configure --prefix=/usr \
---enable-usbip #--help
+--enable-usbip
   make
 }
 



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

2012-06-24 Thread andyrtr
Date: Sunday, June 24, 2012 @ 04:25:53
  Author: andyrtr
Revision: 162243

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

Added:
  opennx/repos/extra-i686/
  opennx/repos/extra-i686/PKGBUILD
(from rev 162242, opennx/trunk/PKGBUILD)
  opennx/repos/extra-x86_64/
  opennx/repos/extra-x86_64/PKGBUILD
(from rev 162242, opennx/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   37 +
 extra-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: opennx/repos/extra-i686/PKGBUILD (from rev 162242, 
opennx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-24 08:25:53 UTC (rev 162243)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Armin Luntzer
+# Original opennx PKGBUILD: Tomas Groth tomasgroth.at.yahoo.dk
+
+pkgname=opennx
+pkgver=0.16.0.712
+pkgrel=1
+pkgdesc=A GPL replacement for the NoMachine client, patched to always show 
the session chooser
+url=http://opennx.sf.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('wxgtk' 'libcups' 'libxext' 'libxft' 'xorg-xauth' 'curl')
+makedepends=('zip' 'opensc' 'libpulse' 'smbclient' 'libusb-compat')
+#optdepends=('cups: for full local printing support')
+source=(http://downloads.sourceforge.net/project/opennx/opennx/CI-source/opennx-$pkgver.tar.gz)
+md5sums=('f9cf99a9dc13de9ef6d219db83dec344')
+
+build() {
+  cd $srcdir/opennx*
+  ./configure --prefix=/usr \
+--enable-usbip
+  make
+}
+
+package() {
+  cd $srcdir/opennx*
+  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-man
+  
+  # fix some file locations
+  install -dm755 ${pkgdir}/usr/share/applications
+  cp -aR ${pkgdir}/usr/share/applnk/xdg/* ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/share/applnk
+  
+  sed -i -e s:Exec=/usr/NX/bin/opennx:Exec=/usr/bin/opennx: 
${pkgdir}/usr/share/applications/*.desktop
+}

Copied: opennx/repos/extra-x86_64/PKGBUILD (from rev 162242, 
opennx/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-24 08:25:53 UTC (rev 162243)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Armin Luntzer
+# Original opennx PKGBUILD: Tomas Groth tomasgroth.at.yahoo.dk
+
+pkgname=opennx
+pkgver=0.16.0.712
+pkgrel=1
+pkgdesc=A GPL replacement for the NoMachine client, patched to always show 
the session chooser
+url=http://opennx.sf.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('wxgtk' 'libcups' 'libxext' 'libxft' 'xorg-xauth' 'curl')
+makedepends=('zip' 'opensc' 'libpulse' 'smbclient' 'libusb-compat')
+#optdepends=('cups: for full local printing support')
+source=(http://downloads.sourceforge.net/project/opennx/opennx/CI-source/opennx-$pkgver.tar.gz)
+md5sums=('f9cf99a9dc13de9ef6d219db83dec344')
+
+build() {
+  cd $srcdir/opennx*
+  ./configure --prefix=/usr \
+--enable-usbip
+  make
+}
+
+package() {
+  cd $srcdir/opennx*
+  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-man
+  
+  # fix some file locations
+  install -dm755 ${pkgdir}/usr/share/applications
+  cp -aR ${pkgdir}/usr/share/applnk/xdg/* ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/share/applnk
+  
+  sed -i -e s:Exec=/usr/NX/bin/opennx:Exec=/usr/bin/opennx: 
${pkgdir}/usr/share/applications/*.desktop
+}



[arch-commits] Commit in grub2/repos (58 files)

2012-06-24 Thread Ronald van Haren
Date: Sunday, June 24, 2012 @ 06:15:43
  Author: ronald
Revision: 162244

db-move: moved grub2 from [testing] to [extra] ( i686,  x86_64)

Added:
  grub2/repos/extra-i686/05_archtheme
(from rev 162243, grub2/repos/testing-i686/05_archtheme)
  grub2/repos/extra-i686/20_memtest86+
(from rev 162243, grub2/repos/testing-i686/20_memtest86+)
  grub2/repos/extra-i686/PKGBUILD
(from rev 162243, grub2/repos/testing-i686/PKGBUILD)
  grub2/repos/extra-i686/archlinux_grub2_mkconfig_fixes.patch
(from rev 162243, 
grub2/repos/testing-i686/archlinux_grub2_mkconfig_fixes.patch)
  grub2/repos/extra-i686/archlinux_grub_mkconfig_fixes.patch
(from rev 162243, 
grub2/repos/testing-i686/archlinux_grub_mkconfig_fixes.patch)
  grub2/repos/extra-i686/fix_stack_pointer_handling_16_relocator.patch
(from rev 162243, 
grub2/repos/testing-i686/fix_stack_pointer_handling_16_relocator.patch)
  grub2/repos/extra-i686/grub-install.fix
(from rev 162243, grub2/repos/testing-i686/grub-install.fix)
  grub2/repos/extra-i686/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch
(from rev 162243, 
grub2/repos/testing-i686/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch)
  grub2/repos/extra-i686/grub.cfg
(from rev 162243, grub2/repos/testing-i686/grub.cfg)
  grub2/repos/extra-i686/grub.default
(from rev 162243, grub2/repos/testing-i686/grub.default)
  grub2/repos/extra-i686/grub2.install
(from rev 162243, grub2/repos/testing-i686/grub2.install)
  grub2/repos/extra-i686/grub2_automake_1.11.2_pkglib_to_pkgdata.patch
(from rev 162243, 
grub2/repos/testing-i686/grub2_automake_1.11.2_pkglib_to_pkgdata.patch)
  grub2/repos/extra-i686/grub2_bzr_export.sh
(from rev 162243, grub2/repos/testing-i686/grub2_bzr_export.sh)
  grub2/repos/extra-i686/grub_extras_lua_args_fix.patch
(from rev 162243, grub2/repos/testing-i686/grub_extras_lua_args_fix.patch)
  grub2/repos/extra-x86_64/05_archtheme
(from rev 162243, grub2/repos/testing-x86_64/05_archtheme)
  grub2/repos/extra-x86_64/20_memtest86+
(from rev 162243, grub2/repos/testing-x86_64/20_memtest86+)
  grub2/repos/extra-x86_64/PKGBUILD
(from rev 162243, grub2/repos/testing-x86_64/PKGBUILD)
  grub2/repos/extra-x86_64/archlinux_grub2_mkconfig_fixes.patch
(from rev 162243, 
grub2/repos/testing-x86_64/archlinux_grub2_mkconfig_fixes.patch)
  grub2/repos/extra-x86_64/archlinux_grub_mkconfig_fixes.patch
(from rev 162243, 
grub2/repos/testing-x86_64/archlinux_grub_mkconfig_fixes.patch)
  grub2/repos/extra-x86_64/fix_stack_pointer_handling_16_relocator.patch
(from rev 162243, 
grub2/repos/testing-x86_64/fix_stack_pointer_handling_16_relocator.patch)
  grub2/repos/extra-x86_64/grub-install.fix
(from rev 162243, grub2/repos/testing-x86_64/grub-install.fix)
  
grub2/repos/extra-x86_64/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch
(from rev 162243, 
grub2/repos/testing-x86_64/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch)
  grub2/repos/extra-x86_64/grub.cfg
(from rev 162243, grub2/repos/testing-x86_64/grub.cfg)
  grub2/repos/extra-x86_64/grub.default
(from rev 162243, grub2/repos/testing-x86_64/grub.default)
  grub2/repos/extra-x86_64/grub2.install
(from rev 162243, grub2/repos/testing-x86_64/grub2.install)
  grub2/repos/extra-x86_64/grub2_automake_1.11.2_pkglib_to_pkgdata.patch
(from rev 162243, 
grub2/repos/testing-x86_64/grub2_automake_1.11.2_pkglib_to_pkgdata.patch)
  grub2/repos/extra-x86_64/grub2_bzr_export.sh
(from rev 162243, grub2/repos/testing-x86_64/grub2_bzr_export.sh)
  grub2/repos/extra-x86_64/grub_extras_lua_args_fix.patch
(from rev 162243, grub2/repos/testing-x86_64/grub_extras_lua_args_fix.patch)
Deleted:
  grub2/repos/extra-i686/05_archtheme
  grub2/repos/extra-i686/20_memtest86+
  grub2/repos/extra-i686/PKGBUILD
  grub2/repos/extra-i686/archlinux_grub2_mkconfig_fixes.patch
  grub2/repos/extra-i686/archlinux_grub_mkconfig_fixes.patch
  grub2/repos/extra-i686/fix_stack_pointer_handling_16_relocator.patch
  grub2/repos/extra-i686/grub-install.fix
  grub2/repos/extra-i686/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch
  grub2/repos/extra-i686/grub.cfg
  grub2/repos/extra-i686/grub.default
  grub2/repos/extra-i686/grub2.install
  grub2/repos/extra-i686/grub2_automake_1.11.2_pkglib_to_pkgdata.patch
  grub2/repos/extra-i686/grub2_bzr_export.sh
  grub2/repos/extra-i686/grub_extras_lua_args_fix.patch
  grub2/repos/extra-x86_64/05_archtheme
  grub2/repos/extra-x86_64/20_memtest86+
  grub2/repos/extra-x86_64/PKGBUILD
  grub2/repos/extra-x86_64/archlinux_grub2_mkconfig_fixes.patch
  grub2/repos/extra-x86_64/archlinux_grub_mkconfig_fixes.patch
  grub2/repos/extra-x86_64/fix_stack_pointer_handling_16_relocator.patch
  grub2/repos/extra-x86_64/grub-install.fix
  
grub2/repos/extra-x86_64/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch
  grub2/repos/extra-x86_64/grub.cfg
  grub2/repos/extra-x86_64/grub.default
  grub2/repos/extra-x86_64/grub2.install
  

[arch-commits] Commit in grub2-efi-x86_64/repos (7 files)

2012-06-24 Thread Ronald van Haren
Date: Sunday, June 24, 2012 @ 06:15:48
  Author: ronald
Revision: 162245

db-move: moved grub2-efi-x86_64 from [testing] to [extra] ( any)

Added:
  grub2-efi-x86_64/repos/extra-any/PKGBUILD
(from rev 162243, grub2-efi-x86_64/repos/testing-any/PKGBUILD)
  grub2-efi-x86_64/repos/extra-any/grub_extras_lua_args_fix.patch
(from rev 162243, 
grub2-efi-x86_64/repos/testing-any/grub_extras_lua_args_fix.patch)
  grub2-efi-x86_64/repos/extra-any/ldflags.patch
(from rev 162243, grub2-efi-x86_64/repos/testing-any/ldflags.patch)
Deleted:
  grub2-efi-x86_64/repos/extra-any/PKGBUILD
  grub2-efi-x86_64/repos/extra-any/grub_extras_lua_args_fix.patch
  grub2-efi-x86_64/repos/extra-any/ldflags.patch
  grub2-efi-x86_64/repos/testing-any/

+
 PKGBUILD   |  206 +++
 grub_extras_lua_args_fix.patch |   26 ++--
 ldflags.patch  |   30 ++---
 3 files changed, 131 insertions(+), 131 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-06-24 10:15:43 UTC (rev 162244)
+++ extra-any/PKGBUILD  2012-06-24 10:15:48 UTC (rev 162245)
@@ -1,103 +0,0 @@
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
-
-_grub_bzr_rev=4232
-_pkgver=2.00~beta4
-
-_grub_lua_ver=24
-_grub_gpxe_ver=12
-
-pkgname=grub2-efi-x86_64
-pkgver=2.00beta4
-pkgrel=1
-epoch=1
-pkgdesc=The GNU GRand Unified Bootloader version 2 - x86_64 UEFI version
-url=http://www.gnu.org/software/grub/;
-arch=('any')
-license=('GPL3')
-
-makedepends=('xz' 'python' 'autogen' 'texinfo' 'help2man' 'gettext' 
'device-mapper' 'fuse')
-depends=(grub2-common=${epoch}:${pkgver} 'dosfstools' 'efibootmgr')
-
-options=('!strip' '!emptydirs')
-
-# source=(ftp://ftp.archlinux.org/other/grub2/grub_r${_grub_bzr_rev}.tar.xz;
-source=(http://alpha.gnu.org/gnu/grub/grub-${_pkgver}.tar.xz
-
ftp://ftp.archlinux.org/other/grub2/grub2_extras_lua_r${_grub_lua_ver}.tar.xz; 
   
-   
ftp://ftp.archlinux.org/other/grub2/grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz;)
-
-noextract=(grub2_extras_lua_r${_grub_lua_ver}.tar.xz
-   grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz)
-
-sha1sums=('72d7f46a67dd7e958105e7faac72e646ef6e9f11'
-  '89290031b974780c6df76893836d2477d4add895'
-  'b04994c005910b4bf123f034b30109d5c8d6fd86')
-   
-build() {
-
-   if [[ ${CARCH} == 'i686' ]]; then
-   echo This package can be built only in a x86_64 system. 
Exiting.
-   exit 1
-   fi
-
-   cd ${srcdir}/grub-${_pkgver}
-
-   ## add grub-extras
-   export GRUB_CONTRIB=${srcdir}/grub-${_pkgver}/grub-extras/ 
-   install -d ${srcdir}/grub-${_pkgver}/grub-extras
-
-   bsdtar xf ${srcdir}/grub2_extras_lua_r${_grub_lua_ver}.tar.xz \
-   -C ${srcdir}/grub-${_pkgver}/grub-extras
-
-   bsdtar xf ${srcdir}/grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz \
-   -C ${srcdir}/grub-${_pkgver}/grub-extras
-
-   ## Requires python2
-   # sed 's|python |python2 |g' -i ${srcdir}/grub-${_pkgver}/autogen.sh
-
-   ## start the actual build process
-   cd ${srcdir}/grub-${_pkgver}/
-   ./autogen.sh
-
-   CFLAGS= ./configure \
-   --with-platform=efi \
-   --target=x86_64 \
-   --host=${CARCH}-unknown-linux-gnu \
-   --disable-efiemu \
-   --enable-mm-debug \
-   --enable-nls \
-   --enable-device-mapper \
-   --enable-cache-stats \
-   --enable-grub-mkfont \
-   --enable-grub-mount \
-   --prefix=/usr \
-   --bindir=/usr/bin \
-   --sbindir=/usr/sbin \
-   --mandir=/usr/share/man \
-   --infodir=/usr/share/info \
-   --datarootdir=/usr/share \
-   --sysconfdir=/etc \
-   --program-prefix= \
-   --with-bootdir=/boot \
-   --with-grubdir=grub \
-   --disable-werror
-
-
-   CFLAGS= make
-
-}
-
-package() {
-
-   cd ${srcdir}/grub-${_pkgver}
-   make DESTDIR=${pkgdir}/ install 
-
-   ## remove non platform-specific files
-   rm -rf ${pkgdir}/{boot,etc,usr/{share,bin,sbin}}
-
-   ## remove gdb debugging related files
-   rm -f ${pkgdir}/usr/lib/grub/x86_64-efi/*.module || true
-   rm -f ${pkgdir}/usr/lib/grub/x86_64-efi/*.image || true
-   rm -f 
${pkgdir}/usr/lib/grub/x86_64-efi/{kernel.exec,gdb_grub,gmodule.pl} || true
-
-}

Copied: grub2-efi-x86_64/repos/extra-any/PKGBUILD (from rev 162243, 
grub2-efi-x86_64/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-06-24 10:15:48 UTC (rev 162245)
@@ -0,0 +1,103 @@
+# Maintainer: Ronald 

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

2012-06-24 Thread andyrtr
Date: Sunday, June 24, 2012 @ 06:46:17
  Author: andyrtr
Revision: 162246

upgpkg: libreoffice 3.5.4-2

poppler 0.20.1 rebuild

Modified:
  libreoffice/trunk/PKGBUILD
  libreoffice/trunk/PKGBUILD.36

-+
 PKGBUILD|   22 --
 PKGBUILD.36 |6 +++---
 2 files changed, 15 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 10:15:48 UTC (rev 162245)
+++ PKGBUILD2012-06-24 10:46:17 UTC (rev 162246)
@@ -22,15 +22,15 @@
'libreoffice-scripting-beanshell'
'libreoffice-scripting-javascript'
'libreoffice-extension-scripting-python') # svn up -r 142692 (last one 
with all extensions built
-_LOver=3.5.5.1
-pkgver=3.5.5rc1
-pkgrel=1
+_LOver=3.5.4.2
+pkgver=3.5.4
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
 makedepends=( # makedepends
  'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'hsqldb-java' 
'boost'
- 'apache-ant' 'gperf' 'poppler=0.18.0' 'kdelibs' 'gconf' 'cppunit'
+ 'apache-ant' 'gperf' 'poppler=0.20.1' 'kdelibs' 'gconf' 'cppunit'
  'beanshell'  'vigra' 'lucene' 'junit' 'libmythes' 'libwpg' 
'imagemagick'
  'mesa' 'gstreamer0.10-base' 'java-environment' 'postgresql-libs'
   #'saxon' - currently broken 
@@ -49,7 +49,8 @@
 _additional_source_url=http://dev-www.libreoffice.org/src;
 source=(${_mirror}/${pkgbase}-{core,help,translations}-${_LOver}.tar.xz

${_additional_source_url}/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
-   
${_additional_source_url}/90010e213dd25648e70f0cc12f8fed55-libvisio-0.0.17.tar.bz2
+   
${_additional_source_url}/2fa6028324347860e684e75310818d43-libvisio-0.0.16.tar.bz2
+#  
${_additional_source_url}/90010e213dd25648e70f0cc12f8fed55-libvisio-0.0.17.tar.bz2

${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz

${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip

${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
@@ -80,7 +81,8 @@

smp_buildfix.diff::http://cgit.freedesktop.org/libreoffice/core/patch/?id=cf23f57ae6bb7af689a45e0a850c3c2f67a8f810
fix_broken_hebrew_wordwrapping.diff
libreoffice-common.sh libreoffice-common.csh)
-noextract=(90010e213dd25648e70f0cc12f8fed55-libvisio-0.0.17.tar.bz2
+noextract=(2fa6028324347860e684e75310818d43-libvisio-0.0.16.tar.bz2
+#  90010e213dd25648e70f0cc12f8fed55-libvisio-0.0.17.tar.bz2
18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
185d60944ea767075d27247c3162b3bc-unowinreg.dll
0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2
@@ -108,11 +110,11 @@
ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip)
-md5sums=('7f68071451e13d3f8d1f71d09a7203d4'
- '1d05f3f8dfbfa4f77763759f407af18e'
- '4981bb46cb5f1861d43ea2932dd7de6c'
+md5sums=('61afc900785dd7d071b96d9ab0af46f3'
+ 'd2e7414a60eacafef45fbc4bc1a8ccb3'
+ '545d1608da2cc736be5c8bf941adbbfb'
  '18f577b374d60b3c760a3a3350407632'
- '90010e213dd25648e70f0cc12f8fed55'
+ '2fa6028324347860e684e75310818d43'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'
  '798b2ffdc8bcfe7bca2cf92b62caf685'

Modified: PKGBUILD.36
===
--- PKGBUILD.36 2012-06-24 10:15:48 UTC (rev 162245)
+++ PKGBUILD.36 2012-06-24 10:46:17 UTC (rev 162246)
@@ -167,7 +167,7 @@
ln -s ../libreoffice-translations-$_LOver/translations .
 
# buildfixes  bugfixes
-#patch -Np1 -i ${srcdir}/buildfix.diff
+patch -Np1 -i ${srcdir}/buildfix.diff
 
#use the CFLAGS but remove the LibO overridden ones
for i in $CFLAGS; do
@@ -180,10 +180,10 @@
# python2 fix
export PYTHON=python2
 
-#  autoconf -f
+   autoconf -f
 
# non-SMP test build
-#  export MAKEFLAGS=-j1
+   export MAKEFLAGS=-j1
#./configure --with-build-version=${_LOver} ArchLinux build-${pkgrel} 
--with-vendor=ArchLinux \
 #  touch autogen.lastrun
./autogen.sh --with-build-version=${_LOver} ArchLinux build-${pkgrel} 
--with-vendor=ArchLinux \



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

2012-06-24 Thread andyrtr
Date: Sunday, June 24, 2012 @ 06:48:25
  Author: andyrtr
Revision: 162247

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

Added:
  libreoffice/repos/staging-i686/
  libreoffice/repos/staging-i686/PKGBUILD
(from rev 162246, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/staging-i686/PKGBUILD.36
(from rev 162246, libreoffice/trunk/PKGBUILD.36)
  libreoffice/repos/staging-i686/buildfix.diff
(from rev 162246, libreoffice/trunk/buildfix.diff)
  libreoffice/repos/staging-i686/buildfix_icu49.diff
(from rev 162246, libreoffice/trunk/buildfix_icu49.diff)
  libreoffice/repos/staging-i686/fix_broken_hebrew_wordwrapping.diff
(from rev 162246, libreoffice/trunk/fix_broken_hebrew_wordwrapping.diff)
  libreoffice/repos/staging-i686/libreoffice-base.install
(from rev 162246, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/staging-i686/libreoffice-calc.install
(from rev 162246, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/staging-i686/libreoffice-common.csh
(from rev 162246, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/staging-i686/libreoffice-common.install
(from rev 162246, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/staging-i686/libreoffice-common.sh
(from rev 162246, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/staging-i686/libreoffice-draw.install
(from rev 162246, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/staging-i686/libreoffice-impress.install
(from rev 162246, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/staging-i686/libreoffice-writer.install
(from rev 162246, libreoffice/trunk/libreoffice-writer.install)
  libreoffice/repos/staging-x86_64/
  libreoffice/repos/staging-x86_64/PKGBUILD
(from rev 162246, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/staging-x86_64/PKGBUILD.36
(from rev 162246, libreoffice/trunk/PKGBUILD.36)
  libreoffice/repos/staging-x86_64/buildfix.diff
(from rev 162246, libreoffice/trunk/buildfix.diff)
  libreoffice/repos/staging-x86_64/buildfix_icu49.diff
(from rev 162246, libreoffice/trunk/buildfix_icu49.diff)
  libreoffice/repos/staging-x86_64/fix_broken_hebrew_wordwrapping.diff
(from rev 162246, libreoffice/trunk/fix_broken_hebrew_wordwrapping.diff)
  libreoffice/repos/staging-x86_64/libreoffice-base.install
(from rev 162246, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/staging-x86_64/libreoffice-calc.install
(from rev 162246, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/staging-x86_64/libreoffice-common.csh
(from rev 162246, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/staging-x86_64/libreoffice-common.install
(from rev 162246, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/staging-x86_64/libreoffice-common.sh
(from rev 162246, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/staging-x86_64/libreoffice-draw.install
(from rev 162246, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/staging-x86_64/libreoffice-impress.install
(from rev 162246, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/staging-x86_64/libreoffice-writer.install
(from rev 162246, libreoffice/trunk/libreoffice-writer.install)

+
 staging-i686/PKGBUILD  |  703 +++
 staging-i686/PKGBUILD.36   |  700 ++
 staging-i686/buildfix.diff |   12 
 staging-i686/buildfix_icu49.diff   |   42 +
 staging-i686/fix_broken_hebrew_wordwrapping.diff   |  360 +
 staging-i686/libreoffice-base.install  |   11 
 staging-i686/libreoffice-calc.install  |   11 
 staging-i686/libreoffice-common.csh|1 
 staging-i686/libreoffice-common.install|   47 +
 staging-i686/libreoffice-common.sh |1 
 staging-i686/libreoffice-draw.install  |   11 
 staging-i686/libreoffice-impress.install   |   11 
 staging-i686/libreoffice-writer.install|   11 
 staging-x86_64/PKGBUILD|  703 +++
 staging-x86_64/PKGBUILD.36 |  700 ++
 staging-x86_64/buildfix.diff   |   12 
 staging-x86_64/buildfix_icu49.diff |   42 +
 staging-x86_64/fix_broken_hebrew_wordwrapping.diff |  360 +
 staging-x86_64/libreoffice-base.install|   11 
 staging-x86_64/libreoffice-calc.install|   11 
 staging-x86_64/libreoffice-common.csh  |1 
 staging-x86_64/libreoffice-common.install  |   47 +
 staging-x86_64/libreoffice-common.sh   |1 
 staging-x86_64/libreoffice-draw.install|   11 
 staging-x86_64/libreoffice-impress.install |   11 
 

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

2012-06-24 Thread Florian Pritz
Date: Sunday, June 24, 2012 @ 07:45:03
  Author: bluewind
Revision: 162248

community2extra: Moving clucene from community to extra

Added:
  clucene/
  clucene/repos/
  clucene/trunk/
  clucene/trunk/PKGBUILD

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

Added: clucene/trunk/PKGBUILD
===
--- clucene/trunk/PKGBUILD  (rev 0)
+++ clucene/trunk/PKGBUILD  2012-06-24 11:45:03 UTC (rev 162248)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth
+# Contributor: Alois Nespor alois.nes...@gmail.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=clucene
+pkgver=2.3.3.4
+pkgrel=3
+pkgdesc=C++ port of the high-performance text search engine Lucene
+arch=('x86_64' 'i686')
+url=http://clucene.sourceforge.net/;
+license=('APACHE' 'LGPL')
+depends=('gcc-libs' 'zlib' 'boost-libs')
+makedepends=('cmake' 'boost')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-core-$pkgver.tar.gz;)
+sha256sums=('ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab')
+
+build() {
+  cd $srcdir
+
+  sed 's:core:core -lclucene-shared:' \
+-i $pkgname-core-$pkgver/src/core/libclucene-core.pc.cmake
+
+  mkdir build
+  cd build
+  cmake ../$pkgname-core-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_ASCII_MODE=OFF \
+-DENABLE_PACKAGING=OFF \
+-DDISABLE_MULTITHREADING=OFF
+  make
+}
+
+package() {
+  cd $srcdir/build
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2012-06-24 Thread Florian Pritz
Date: Sunday, June 24, 2012 @ 07:45:28
  Author: bluewind
Revision: 162249

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

Added:
  clucene/repos/extra-i686/
  clucene/repos/extra-i686/PKGBUILD
(from rev 162248, clucene/trunk/PKGBUILD)
  clucene/repos/extra-x86_64/
  clucene/repos/extra-x86_64/PKGBUILD
(from rev 162248, clucene/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: clucene/repos/extra-i686/PKGBUILD (from rev 162248, 
clucene/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-24 11:45:28 UTC (rev 162249)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth
+# Contributor: Alois Nespor alois.nes...@gmail.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=clucene
+pkgver=2.3.3.4
+pkgrel=3
+pkgdesc=C++ port of the high-performance text search engine Lucene
+arch=('x86_64' 'i686')
+url=http://clucene.sourceforge.net/;
+license=('APACHE' 'LGPL')
+depends=('gcc-libs' 'zlib' 'boost-libs')
+makedepends=('cmake' 'boost')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-core-$pkgver.tar.gz;)
+sha256sums=('ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab')
+
+build() {
+  cd $srcdir
+
+  sed 's:core:core -lclucene-shared:' \
+-i $pkgname-core-$pkgver/src/core/libclucene-core.pc.cmake
+
+  mkdir build
+  cd build
+  cmake ../$pkgname-core-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_ASCII_MODE=OFF \
+-DENABLE_PACKAGING=OFF \
+-DDISABLE_MULTITHREADING=OFF
+  make
+}
+
+package() {
+  cd $srcdir/build
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: clucene/repos/extra-x86_64/PKGBUILD (from rev 162248, 
clucene/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-24 11:45:28 UTC (rev 162249)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth
+# Contributor: Alois Nespor alois.nes...@gmail.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=clucene
+pkgver=2.3.3.4
+pkgrel=3
+pkgdesc=C++ port of the high-performance text search engine Lucene
+arch=('x86_64' 'i686')
+url=http://clucene.sourceforge.net/;
+license=('APACHE' 'LGPL')
+depends=('gcc-libs' 'zlib' 'boost-libs')
+makedepends=('cmake' 'boost')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-core-$pkgver.tar.gz;)
+sha256sums=('ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab')
+
+build() {
+  cd $srcdir
+
+  sed 's:core:core -lclucene-shared:' \
+-i $pkgname-core-$pkgver/src/core/libclucene-core.pc.cmake
+
+  mkdir build
+  cd build
+  cmake ../$pkgname-core-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_ASCII_MODE=OFF \
+-DENABLE_PACKAGING=OFF \
+-DDISABLE_MULTITHREADING=OFF
+  make
+}
+
+package() {
+  cd $srcdir/build
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-06-24 Thread Guillaume Alaux
Date: Sunday, June 24, 2012 @ 08:42:39
  Author: guillaume
Revision: 162250

upgpkg: wireshark 1.8.0-1

Upstream release

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 11:45:28 UTC (rev 162249)
+++ PKGBUILD2012-06-24 12:42:39 UTC (rev 162250)
@@ -3,19 +3,21 @@
 # Contributor: Florian Pritz bluewind at jabber dot ccc dot de
 pkgname=('wireshark-cli' 'wireshark-gtk')
 pkgbase=wireshark
-pkgver=1.6.8
+pkgver=1.8.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
+ 'libgcrypt' 'lua' 'python')
 url=http://www.wireshark.org/;
 options=(!libtool)
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('dcdc5f4904af5804b622c955a30974e2')
+md5sums=('3eca81253800a0089d0f957e75853b05')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
 
+  ./autogen.sh
   ./configure \
   --prefix=/usr \
   --with-ssl \



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

2012-06-24 Thread Guillaume Alaux
Date: Sunday, June 24, 2012 @ 08:43:16
  Author: guillaume
Revision: 162251

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-24 12:42:39 UTC (rev 162250)
+++ extra-i686/PKGBUILD 2012-06-24 12:43:16 UTC (rev 162251)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=('wireshark-cli' 'wireshark-gtk')
-pkgbase=wireshark
-pkgver=1.6.8
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
-url=http://www.wireshark.org/;
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('dcdc5f4904af5804b622c955a30974e2')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./configure \
-  --prefix=/usr \
-  --with-ssl \
-  --with-zlib=yes \
-  --with-lua
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm ${pkgdir}/usr/bin/wireshark
-
-  # Headers
-  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h ${pkgdir}/usr/include/${pkgbase}
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes wiretap 
wsutil; do
-install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-gtk() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend
-  depends=('gtk2' 'wireshark-cli' 'desktop-file-utils' 'hicolor-icon-theme')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark ${pkgdir}/usr/bin/wireshark
-  for d in 16 32 48; do
-  install -Dm644 image/hi${d}-app-wireshark.png 
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
-  done
-  install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
-}

Copied: wireshark/repos/extra-i686/PKGBUILD (from rev 162250, 
wireshark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-24 12:43:16 UTC (rev 162251)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=('wireshark-cli' 'wireshark-gtk')
+pkgbase=wireshark
+pkgver=1.8.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
+ 'libgcrypt' 'lua' 'python')
+url=http://www.wireshark.org/;
+options=(!libtool)
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('3eca81253800a0089d0f957e75853b05')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+  --prefix=/usr \
+  --with-ssl \
+  --with-zlib=yes \
+  --with-lua
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc=A free network protocol analyzer for 

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

2012-06-24 Thread andyrtr
Date: Sunday, June 24, 2012 @ 08:44:42
  Author: andyrtr
Revision: 162252

upgpkg: clucene 2.3.3.4-4

add contrib libs required by LibO; minor fixes

Added:
  clucene/trunk/clucene-core-2.3.3.4-install_contribs_lib.patch
  clucene/trunk/clucene-core-2.3.3.4-pkgconfig.patch
  clucene/trunk/fix_zlib_detections.diff
Modified:
  clucene/trunk/PKGBUILD

-+
 PKGBUILD|   48 +++---
 clucene-core-2.3.3.4-install_contribs_lib.patch |   42 +++
 clucene-core-2.3.3.4-pkgconfig.patch|   12 +
 fix_zlib_detections.diff|   21 +
 4 files changed, 108 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 12:43:16 UTC (rev 162251)
+++ PKGBUILD2012-06-24 12:44:42 UTC (rev 162252)
@@ -1,40 +1,58 @@
 # $Id$
-# Maintainer: Alexander Rødseth
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Alexander Rødseth
 # Contributor: Alois Nespor alois.nes...@gmail.com
 # Contributor: Tobias Powalowski tp...@archlinux.org
 pkgname=clucene
 pkgver=2.3.3.4
-pkgrel=3
+pkgrel=4
 pkgdesc=C++ port of the high-performance text search engine Lucene
 arch=('x86_64' 'i686')
 url=http://clucene.sourceforge.net/;
 license=('APACHE' 'LGPL')
 depends=('gcc-libs' 'zlib' 'boost-libs')
 makedepends=('cmake' 'boost')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-core-$pkgver.tar.gz;)
-sha256sums=('ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-core-$pkgver.tar.gz
+clucene-core-2.3.3.4-install_contribs_lib.patch
+clucene-core-2.3.3.4-pkgconfig.patch
+fix_zlib_detections.diff)
+sha256sums=('ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab'
+'3d3f73685f75b4ceacf1941e50b6108941bded3ca558ac1343c35b1b7d0e78dc'
+'10c808ce483d997d7ff349cc3ec97b8785c365f956d6eef45458e9caf4e5e88d'
+'e1a6a58dc344d8d5e3218137a5e7a689900eb6ea4cce1dc426e861706ab78889')
 
 build() {
-  cd $srcdir
+  cd $srcdir/$pkgname-core-$pkgver
 
-  sed 's:core:core -lclucene-shared:' \
--i $pkgname-core-$pkgver/src/core/libclucene-core.pc.cmake
+  # add missing contrib-libs needed by LibO 3.6, patch by FC
+  patch -Np1 -i ${srcdir}/clucene-core-2.3.3.4-install_contribs_lib.patch
+  # pkgconfig file is missing clucene-shared (upstream ID: 3461512), patch by 
FC
+  patch -Np1 -i ${srcdir}/clucene-core-2.3.3.4-pkgconfig.patch
+  # one upstream postrelease commit for proper zlib detection
+  patch -Np1 -i ${srcdir}/fix_zlib_detections.diff
+  sed -i 's:core:core -lclucene-shared:' src/core/libclucene-core.pc.cmake
 
   mkdir build
-  cd build
-  cmake ../$pkgname-core-$pkgver \
+  pushd build
+  cmake .. \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_ASCII_MODE=OFF \
 -DENABLE_PACKAGING=OFF \
+-DBUILD_CONTRIBS_LIB=BOOL:ON \
 -DDISABLE_MULTITHREADING=OFF
-  make
+  popd
+  make -C build
 }
 
+#check() {
+#  cd $srcdir/$pkgname-core-$pkgver
+#  make cl_test -C build
+#  make test -C build || /bin/true # currently fails the tests as expected 
(see FC comment)
+#}
+
 package() {
-  cd $srcdir/build
-
-  make DESTDIR=$pkgdir install
+  cd $srcdir/$pkgname-core-$pkgver
+  make DESTDIR=$pkgdir install -C build
+  rm -rf $pkgdir/usr/lib/CLuceneConfig.cmake
 }
-
-# vim:set ts=2 sw=2 et:

Added: clucene-core-2.3.3.4-install_contribs_lib.patch
===
--- clucene-core-2.3.3.4-install_contribs_lib.patch 
(rev 0)
+++ clucene-core-2.3.3.4-install_contribs_lib.patch 2012-06-24 12:44:42 UTC 
(rev 162252)
@@ -0,0 +1,42 @@
+diff -NaurpBb clucene-core-2.3.3.4/CMakeLists.txt 
clucene-core-2.3.3.4-mod/CMakeLists.txt
+--- clucene-core-2.3.3.4/CMakeLists.txt2011-03-17 03:21:07.0 
+0300
 clucene-core-2.3.3.4-mod/CMakeLists.txt2011-08-16 16:56:55.968268152 
+0400
+@@ -163,7 +163,7 @@ IF ( BUILD_CONTRIBS )
+   SET(BUILD_CONTRIBS_LIB 1)
+ ENDIF ( BUILD_CONTRIBS )
+ IF ( BUILD_CONTRIBS_LIB )
+-  ADD_SUBDIRECTORY (src/contribs-lib EXCLUDE_FROM_ALL)
++  ADD_SUBDIRECTORY (src/contribs-lib)
+ ENDIF ( BUILD_CONTRIBS_LIB )
+ 
+ 
+diff -NaurpBb clucene-core-2.3.3.4/src/contribs-lib/CMakeLists.txt 
clucene-core-2.3.3.4-mod/src/contribs-lib/CMakeLists.txt
+--- clucene-core-2.3.3.4/src/contribs-lib/CMakeLists.txt   2011-03-17 
03:21:07.0 +0300
 clucene-core-2.3.3.4-mod/src/contribs-lib/CMakeLists.txt   2011-08-16 
17:14:13.499275499 +0400
+@@ -106,9 +106,26 @@ add_library(clucene-contribs-lib SHARED
+ )
+ TARGET_LINK_LIBRARIES(clucene-contribs-lib ${clucene_contrib_extra_libs})
+ 
++#install public headers.
++FOREACH(file ${HEADERS})
++  get_filename_component(apath ${file} PATH)
++  

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

2012-06-24 Thread andyrtr
Date: Sunday, June 24, 2012 @ 08:45:36
  Author: andyrtr
Revision: 162253

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

Added:
  clucene/repos/extra-i686/PKGBUILD
(from rev 162252, clucene/trunk/PKGBUILD)
  clucene/repos/extra-i686/clucene-core-2.3.3.4-install_contribs_lib.patch
(from rev 162252, 
clucene/trunk/clucene-core-2.3.3.4-install_contribs_lib.patch)
  clucene/repos/extra-i686/clucene-core-2.3.3.4-pkgconfig.patch
(from rev 162252, clucene/trunk/clucene-core-2.3.3.4-pkgconfig.patch)
  clucene/repos/extra-i686/fix_zlib_detections.diff
(from rev 162252, clucene/trunk/fix_zlib_detections.diff)
  clucene/repos/extra-x86_64/PKGBUILD
(from rev 162252, clucene/trunk/PKGBUILD)
  clucene/repos/extra-x86_64/clucene-core-2.3.3.4-install_contribs_lib.patch
(from rev 162252, 
clucene/trunk/clucene-core-2.3.3.4-install_contribs_lib.patch)
  clucene/repos/extra-x86_64/clucene-core-2.3.3.4-pkgconfig.patch
(from rev 162252, clucene/trunk/clucene-core-2.3.3.4-pkgconfig.patch)
  clucene/repos/extra-x86_64/fix_zlib_detections.diff
(from rev 162252, clucene/trunk/fix_zlib_detections.diff)
Deleted:
  clucene/repos/extra-i686/PKGBUILD
  clucene/repos/extra-x86_64/PKGBUILD

--+
 extra-i686/PKGBUILD  |   98 +-
 extra-i686/clucene-core-2.3.3.4-install_contribs_lib.patch   |   42 
 extra-i686/clucene-core-2.3.3.4-pkgconfig.patch  |   12 +
 extra-i686/fix_zlib_detections.diff  |   21 ++
 extra-x86_64/PKGBUILD|   98 +-
 extra-x86_64/clucene-core-2.3.3.4-install_contribs_lib.patch |   42 
 extra-x86_64/clucene-core-2.3.3.4-pkgconfig.patch|   12 +
 extra-x86_64/fix_zlib_detections.diff|   21 ++
 8 files changed, 266 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-24 12:44:42 UTC (rev 162252)
+++ extra-i686/PKGBUILD 2012-06-24 12:45:36 UTC (rev 162253)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth
-# Contributor: Alois Nespor alois.nes...@gmail.com
-# Contributor: Tobias Powalowski tp...@archlinux.org
-pkgname=clucene
-pkgver=2.3.3.4
-pkgrel=3
-pkgdesc=C++ port of the high-performance text search engine Lucene
-arch=('x86_64' 'i686')
-url=http://clucene.sourceforge.net/;
-license=('APACHE' 'LGPL')
-depends=('gcc-libs' 'zlib' 'boost-libs')
-makedepends=('cmake' 'boost')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-core-$pkgver.tar.gz;)
-sha256sums=('ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab')
-
-build() {
-  cd $srcdir
-
-  sed 's:core:core -lclucene-shared:' \
--i $pkgname-core-$pkgver/src/core/libclucene-core.pc.cmake
-
-  mkdir build
-  cd build
-  cmake ../$pkgname-core-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_ASCII_MODE=OFF \
--DENABLE_PACKAGING=OFF \
--DDISABLE_MULTITHREADING=OFF
-  make
-}
-
-package() {
-  cd $srcdir/build
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clucene/repos/extra-i686/PKGBUILD (from rev 162252, 
clucene/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-24 12:45:36 UTC (rev 162253)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Alexander Rødseth
+# Contributor: Alois Nespor alois.nes...@gmail.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=clucene
+pkgver=2.3.3.4
+pkgrel=4
+pkgdesc=C++ port of the high-performance text search engine Lucene
+arch=('x86_64' 'i686')
+url=http://clucene.sourceforge.net/;
+license=('APACHE' 'LGPL')
+depends=('gcc-libs' 'zlib' 'boost-libs')
+makedepends=('cmake' 'boost')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-core-$pkgver.tar.gz
+clucene-core-2.3.3.4-install_contribs_lib.patch
+clucene-core-2.3.3.4-pkgconfig.patch
+fix_zlib_detections.diff)
+sha256sums=('ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab'
+'3d3f73685f75b4ceacf1941e50b6108941bded3ca558ac1343c35b1b7d0e78dc'
+'10c808ce483d997d7ff349cc3ec97b8785c365f956d6eef45458e9caf4e5e88d'
+'e1a6a58dc344d8d5e3218137a5e7a689900eb6ea4cce1dc426e861706ab78889')
+
+build() {
+  cd $srcdir/$pkgname-core-$pkgver
+
+  # add missing contrib-libs needed by LibO 3.6, patch by FC
+  patch -Np1 -i ${srcdir}/clucene-core-2.3.3.4-install_contribs_lib.patch
+  # pkgconfig file is missing clucene-shared (upstream ID: 3461512), patch by 
FC
+  patch -Np1 -i ${srcdir}/clucene-core-2.3.3.4-pkgconfig.patch
+  # one upstream postrelease commit for proper zlib detection
+  patch -Np1 -i ${srcdir}/fix_zlib_detections.diff
+  sed -i 's:core:core 

[arch-commits] Commit in clucene/trunk (6 files)

2012-06-24 Thread andyrtr
Date: Sunday, June 24, 2012 @ 10:22:44
  Author: andyrtr
Revision: 162254

upgpkg: clucene 2.3.3.4-5

fix pkgconfig file and move some files from /usr/include to /usr/lib following 
FC to satisfy 3rd party apps expecting them there

Added:
  clucene/trunk/clucene-debug.patch
  clucene/trunk/clucene-gcc-atomics.patch
  clucene/trunk/clucene-multimap-put.patch
  clucene/trunk/clucene-narrowing-conversions.patch
  clucene/trunk/clucene-warnings.patch
Modified:
  clucene/trunk/PKGBUILD

-+
 PKGBUILD|   34 +
 clucene-debug.patch |   11 ++
 clucene-gcc-atomics.patch   |   31 +++
 clucene-multimap-put.patch  |   10 ++
 clucene-narrowing-conversions.patch |   25 +++
 clucene-warnings.patch  |   54 ++
 6 files changed, 158 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 12:45:36 UTC (rev 162253)
+++ PKGBUILD2012-06-24 14:22:44 UTC (rev 162254)
@@ -5,7 +5,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 pkgname=clucene
 pkgver=2.3.3.4
-pkgrel=4
+pkgrel=5
 pkgdesc=C++ port of the high-performance text search engine Lucene
 arch=('x86_64' 'i686')
 url=http://clucene.sourceforge.net/;
@@ -13,13 +13,26 @@
 depends=('gcc-libs' 'zlib' 'boost-libs')
 makedepends=('cmake' 'boost')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-core-$pkgver.tar.gz
+   # Fedora patches
+   clucene-core-2.3.3.4-pkgconfig.patch
 clucene-core-2.3.3.4-install_contribs_lib.patch
-clucene-core-2.3.3.4-pkgconfig.patch
-fix_zlib_detections.diff)
+# upstream patch
+fix_zlib_detections.diff
+# LibreOffice patches
+clucene-warnings.patch
+clucene-gcc-atomics.patch
+clucene-debug.patch
+clucene-narrowing-conversions.patch
+clucene-multimap-put.patch)
 sha256sums=('ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab'
+'10c808ce483d997d7ff349cc3ec97b8785c365f956d6eef45458e9caf4e5e88d'
 '3d3f73685f75b4ceacf1941e50b6108941bded3ca558ac1343c35b1b7d0e78dc'
-'10c808ce483d997d7ff349cc3ec97b8785c365f956d6eef45458e9caf4e5e88d'
-'e1a6a58dc344d8d5e3218137a5e7a689900eb6ea4cce1dc426e861706ab78889')
+'e1a6a58dc344d8d5e3218137a5e7a689900eb6ea4cce1dc426e861706ab78889'
+'a66922411eca00c1cd171dd15ac462eec7a832cf067dbb0231773553554242ef'
+'b11dca0d6b889f6ddfa4fd2566373717f54fed9590bf0daee054dea5e39a9f46'
+'c944b9de6b18e49bb065d10c5d045446eeb15f680d6af4b5ac7e4f5fbda8f2a0'
+'cfc88dae46efb2a17ffdc088fd78ca28655e653c9d183b83bdae18c0192a8ddd'
+'917c8bfc1dd3313a716ecacf398dbcaf0aa02ce61b41ca2d3d7eb84fa160fce3')
 
 build() {
   cd $srcdir/$pkgname-core-$pkgver
@@ -30,7 +43,12 @@
   patch -Np1 -i ${srcdir}/clucene-core-2.3.3.4-pkgconfig.patch
   # one upstream postrelease commit for proper zlib detection
   patch -Np1 -i ${srcdir}/fix_zlib_detections.diff
-  sed -i 's:core:core -lclucene-shared:' src/core/libclucene-core.pc.cmake
+  # LibreOffice patches 
http://cgit.freedesktop.org/libreoffice/core/tree/clucene/patches
+  patch -Np0 -i ${srcdir}/clucene-warnings.patch
+  patch -Np0 -i ${srcdir}/clucene-gcc-atomics.patch
+  patch -Np0 -i ${srcdir}/clucene-debug.patch
+  patch -Np0 -i ${srcdir}/clucene-narrowing-conversions.patch
+  patch -Np0 -i ${srcdir}/clucene-multimap-put.patch
 
   mkdir build
   pushd build
@@ -39,7 +57,9 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_ASCII_MODE=OFF \
 -DENABLE_PACKAGING=OFF \
--DBUILD_CONTRIBS_LIB=BOOL:ON \
+-DBUILD_CONTRIBS_LIB:BOOL=ON \
+-DLIB_DESTINATION:PATH=/usr/lib \
+-DLUCENE_SYS_INCLUDES:PATH=/usr/lib \
 -DDISABLE_MULTITHREADING=OFF
   popd
   make -C build

Added: clucene-debug.patch
===
--- clucene-debug.patch (rev 0)
+++ clucene-debug.patch 2012-06-24 14:22:44 UTC (rev 162254)
@@ -0,0 +1,11 @@
+--- src/core/CLucene/index/TermInfosReader.cpp
 src/core/CLucene/index/TermInfosReader.cpp
+@@ -111,7 +111,7 @@
+ //destroy their elements
+ #ifdef _DEBUG
+  for ( int32_t i=0; iindexTermsLength;++i ){
+-indexTerms[i].__cl_refcount--;
++indexTerms[i].__cl_decref();
+  }
+ #endif
+  //Delete the arrays

Added: clucene-gcc-atomics.patch
===
--- clucene-gcc-atomics.patch   (rev 0)
+++ clucene-gcc-atomics.patch   2012-06-24 14:22:44 UTC (rev 162254)
@@ -0,0 +1,31 @@
+--- src/shared/CLucene/config/threads.cpp  2012-02-23 12:06:55.355506304 
+
 src/shared/CLucene/config/threads.cpp  2012-02-23 

[arch-commits] Commit in clucene/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

2012-06-24 Thread andyrtr
Date: Sunday, June 24, 2012 @ 10:24:00
  Author: andyrtr
Revision: 162255

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

Deleted:
  clucene/repos/extra-i686/PKGBUILD
  clucene/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   58 
 extra-x86_64/PKGBUILD |   58 
 2 files changed, 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-24 14:22:44 UTC (rev 162254)
+++ extra-i686/PKGBUILD 2012-06-24 14:24:00 UTC (rev 162255)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Alexander Rødseth
-# Contributor: Alois Nespor alois.nes...@gmail.com
-# Contributor: Tobias Powalowski tp...@archlinux.org
-pkgname=clucene
-pkgver=2.3.3.4
-pkgrel=4
-pkgdesc=C++ port of the high-performance text search engine Lucene
-arch=('x86_64' 'i686')
-url=http://clucene.sourceforge.net/;
-license=('APACHE' 'LGPL')
-depends=('gcc-libs' 'zlib' 'boost-libs')
-makedepends=('cmake' 'boost')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-core-$pkgver.tar.gz
-clucene-core-2.3.3.4-install_contribs_lib.patch
-clucene-core-2.3.3.4-pkgconfig.patch
-fix_zlib_detections.diff)
-sha256sums=('ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab'
-'3d3f73685f75b4ceacf1941e50b6108941bded3ca558ac1343c35b1b7d0e78dc'
-'10c808ce483d997d7ff349cc3ec97b8785c365f956d6eef45458e9caf4e5e88d'
-'e1a6a58dc344d8d5e3218137a5e7a689900eb6ea4cce1dc426e861706ab78889')
-
-build() {
-  cd $srcdir/$pkgname-core-$pkgver
-
-  # add missing contrib-libs needed by LibO 3.6, patch by FC
-  patch -Np1 -i ${srcdir}/clucene-core-2.3.3.4-install_contribs_lib.patch
-  # pkgconfig file is missing clucene-shared (upstream ID: 3461512), patch by 
FC
-  patch -Np1 -i ${srcdir}/clucene-core-2.3.3.4-pkgconfig.patch
-  # one upstream postrelease commit for proper zlib detection
-  patch -Np1 -i ${srcdir}/fix_zlib_detections.diff
-  sed -i 's:core:core -lclucene-shared:' src/core/libclucene-core.pc.cmake
-
-  mkdir build
-  pushd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_ASCII_MODE=OFF \
--DENABLE_PACKAGING=OFF \
--DBUILD_CONTRIBS_LIB=BOOL:ON \
--DDISABLE_MULTITHREADING=OFF
-  popd
-  make -C build
-}
-
-#check() {
-#  cd $srcdir/$pkgname-core-$pkgver
-#  make cl_test -C build
-#  make test -C build || /bin/true # currently fails the tests as expected 
(see FC comment)
-#}
-
-package() {
-  cd $srcdir/$pkgname-core-$pkgver
-  make DESTDIR=$pkgdir install -C build
-  rm -rf $pkgdir/usr/lib/CLuceneConfig.cmake
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-24 14:22:44 UTC (rev 162254)
+++ extra-x86_64/PKGBUILD   2012-06-24 14:24:00 UTC (rev 162255)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Alexander Rødseth
-# Contributor: Alois Nespor alois.nes...@gmail.com
-# Contributor: Tobias Powalowski tp...@archlinux.org
-pkgname=clucene
-pkgver=2.3.3.4
-pkgrel=4
-pkgdesc=C++ port of the high-performance text search engine Lucene
-arch=('x86_64' 'i686')
-url=http://clucene.sourceforge.net/;
-license=('APACHE' 'LGPL')
-depends=('gcc-libs' 'zlib' 'boost-libs')
-makedepends=('cmake' 'boost')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-core-$pkgver.tar.gz
-clucene-core-2.3.3.4-install_contribs_lib.patch
-clucene-core-2.3.3.4-pkgconfig.patch
-fix_zlib_detections.diff)
-sha256sums=('ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab'
-'3d3f73685f75b4ceacf1941e50b6108941bded3ca558ac1343c35b1b7d0e78dc'
-'10c808ce483d997d7ff349cc3ec97b8785c365f956d6eef45458e9caf4e5e88d'
-'e1a6a58dc344d8d5e3218137a5e7a689900eb6ea4cce1dc426e861706ab78889')
-
-build() {
-  cd $srcdir/$pkgname-core-$pkgver
-
-  # add missing contrib-libs needed by LibO 3.6, patch by FC
-  patch -Np1 -i ${srcdir}/clucene-core-2.3.3.4-install_contribs_lib.patch
-  # pkgconfig file is missing clucene-shared (upstream ID: 3461512), patch by 
FC
-  patch -Np1 -i ${srcdir}/clucene-core-2.3.3.4-pkgconfig.patch
-  # one upstream postrelease commit for proper zlib detection
-  patch -Np1 -i ${srcdir}/fix_zlib_detections.diff
-  sed -i 's:core:core -lclucene-shared:' src/core/libclucene-core.pc.cmake
-
-  mkdir build
-  pushd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_ASCII_MODE=OFF \
--DENABLE_PACKAGING=OFF \
--DBUILD_CONTRIBS_LIB=BOOL:ON \
--DDISABLE_MULTITHREADING=OFF
-  popd
-  make -C build
-}
-
-#check() {
-#  cd $srcdir/$pkgname-core-$pkgver
-#  make cl_test -C build
-#  make test -C build || /bin/true # currently fails the tests as 

[arch-commits] Commit in clucene/repos (24 files)

2012-06-24 Thread andyrtr
Date: Sunday, June 24, 2012 @ 10:30:07
  Author: andyrtr
Revision: 162256

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

Added:
  clucene/repos/extra-i686/PKGBUILD
(from rev 162255, clucene/trunk/PKGBUILD)
  clucene/repos/extra-i686/clucene-core-2.3.3.4-install_contribs_lib.patch
(from rev 162255, 
clucene/trunk/clucene-core-2.3.3.4-install_contribs_lib.patch)
  clucene/repos/extra-i686/clucene-core-2.3.3.4-pkgconfig.patch
(from rev 162255, clucene/trunk/clucene-core-2.3.3.4-pkgconfig.patch)
  clucene/repos/extra-i686/clucene-debug.patch
(from rev 162255, clucene/trunk/clucene-debug.patch)
  clucene/repos/extra-i686/clucene-gcc-atomics.patch
(from rev 162255, clucene/trunk/clucene-gcc-atomics.patch)
  clucene/repos/extra-i686/clucene-multimap-put.patch
(from rev 162255, clucene/trunk/clucene-multimap-put.patch)
  clucene/repos/extra-i686/clucene-narrowing-conversions.patch
(from rev 162255, clucene/trunk/clucene-narrowing-conversions.patch)
  clucene/repos/extra-i686/clucene-warnings.patch
(from rev 162255, clucene/trunk/clucene-warnings.patch)
  clucene/repos/extra-i686/fix_zlib_detections.diff
(from rev 162255, clucene/trunk/fix_zlib_detections.diff)
  clucene/repos/extra-x86_64/PKGBUILD
(from rev 162255, clucene/trunk/PKGBUILD)
  clucene/repos/extra-x86_64/clucene-core-2.3.3.4-install_contribs_lib.patch
(from rev 162255, 
clucene/trunk/clucene-core-2.3.3.4-install_contribs_lib.patch)
  clucene/repos/extra-x86_64/clucene-core-2.3.3.4-pkgconfig.patch
(from rev 162255, clucene/trunk/clucene-core-2.3.3.4-pkgconfig.patch)
  clucene/repos/extra-x86_64/clucene-debug.patch
(from rev 162255, clucene/trunk/clucene-debug.patch)
  clucene/repos/extra-x86_64/clucene-gcc-atomics.patch
(from rev 162255, clucene/trunk/clucene-gcc-atomics.patch)
  clucene/repos/extra-x86_64/clucene-multimap-put.patch
(from rev 162255, clucene/trunk/clucene-multimap-put.patch)
  clucene/repos/extra-x86_64/clucene-narrowing-conversions.patch
(from rev 162255, clucene/trunk/clucene-narrowing-conversions.patch)
  clucene/repos/extra-x86_64/clucene-warnings.patch
(from rev 162255, clucene/trunk/clucene-warnings.patch)
  clucene/repos/extra-x86_64/fix_zlib_detections.diff
(from rev 162255, clucene/trunk/fix_zlib_detections.diff)
Deleted:
  clucene/repos/extra-i686/clucene-core-2.3.3.4-install_contribs_lib.patch
  clucene/repos/extra-i686/clucene-core-2.3.3.4-pkgconfig.patch
  clucene/repos/extra-i686/fix_zlib_detections.diff
  clucene/repos/extra-x86_64/clucene-core-2.3.3.4-install_contribs_lib.patch
  clucene/repos/extra-x86_64/clucene-core-2.3.3.4-pkgconfig.patch
  clucene/repos/extra-x86_64/fix_zlib_detections.diff

--+
 extra-i686/PKGBUILD  |   78 +
 extra-i686/clucene-core-2.3.3.4-install_contribs_lib.patch   |   84 +-
 extra-i686/clucene-core-2.3.3.4-pkgconfig.patch  |   24 +-
 extra-i686/clucene-debug.patch   |   11 +
 extra-i686/clucene-gcc-atomics.patch |   31 +++
 extra-i686/clucene-multimap-put.patch|   10 +
 extra-i686/clucene-narrowing-conversions.patch   |   25 ++
 extra-i686/clucene-warnings.patch|   54 ++
 extra-i686/fix_zlib_detections.diff  |   42 ++---
 extra-x86_64/PKGBUILD|   78 +
 extra-x86_64/clucene-core-2.3.3.4-install_contribs_lib.patch |   84 +-
 extra-x86_64/clucene-core-2.3.3.4-pkgconfig.patch|   24 +-
 extra-x86_64/clucene-debug.patch |   11 +
 extra-x86_64/clucene-gcc-atomics.patch   |   31 +++
 extra-x86_64/clucene-multimap-put.patch  |   10 +
 extra-x86_64/clucene-narrowing-conversions.patch |   25 ++
 extra-x86_64/clucene-warnings.patch  |   54 ++
 extra-x86_64/fix_zlib_detections.diff|   42 ++---
 18 files changed, 568 insertions(+), 150 deletions(-)

Copied: clucene/repos/extra-i686/PKGBUILD (from rev 162255, 
clucene/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-24 14:30:07 UTC (rev 162256)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Alexander Rødseth
+# Contributor: Alois Nespor alois.nes...@gmail.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=clucene
+pkgver=2.3.3.4
+pkgrel=5
+pkgdesc=C++ port of the high-performance text search engine Lucene
+arch=('x86_64' 'i686')
+url=http://clucene.sourceforge.net/;
+license=('APACHE' 'LGPL')
+depends=('gcc-libs' 'zlib' 'boost-libs')
+makedepends=('cmake' 'boost')

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

2012-06-24 Thread andyrtr
Date: Sunday, June 24, 2012 @ 11:41:28
  Author: andyrtr
Revision: 162257

prepare 3.6 release - build went fine with system lucene and smp; prepare next 
stable release 3.5.5rc1 back after poppler rebuild

Modified:
  libreoffice/trunk/PKGBUILD
  libreoffice/trunk/PKGBUILD.36

-+
 PKGBUILD|   20 +---
 PKGBUILD.36 |   14 +-
 2 files changed, 14 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 14:30:07 UTC (rev 162256)
+++ PKGBUILD2012-06-24 15:41:28 UTC (rev 162257)
@@ -22,9 +22,9 @@
'libreoffice-scripting-beanshell'
'libreoffice-scripting-javascript'
'libreoffice-extension-scripting-python') # svn up -r 142692 (last one 
with all extensions built
-_LOver=3.5.4.2
-pkgver=3.5.4
-pkgrel=2
+_LOver=3.5.5.1
+pkgver=3.5.5rc1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -49,8 +49,7 @@
 _additional_source_url=http://dev-www.libreoffice.org/src;
 source=(${_mirror}/${pkgbase}-{core,help,translations}-${_LOver}.tar.xz

${_additional_source_url}/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
-   
${_additional_source_url}/2fa6028324347860e684e75310818d43-libvisio-0.0.16.tar.bz2
-#  
${_additional_source_url}/90010e213dd25648e70f0cc12f8fed55-libvisio-0.0.17.tar.bz2
+   
${_additional_source_url}/90010e213dd25648e70f0cc12f8fed55-libvisio-0.0.17.tar.bz2

${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz

${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip

${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
@@ -81,8 +80,7 @@

smp_buildfix.diff::http://cgit.freedesktop.org/libreoffice/core/patch/?id=cf23f57ae6bb7af689a45e0a850c3c2f67a8f810
fix_broken_hebrew_wordwrapping.diff
libreoffice-common.sh libreoffice-common.csh)
-noextract=(2fa6028324347860e684e75310818d43-libvisio-0.0.16.tar.bz2
-#  90010e213dd25648e70f0cc12f8fed55-libvisio-0.0.17.tar.bz2
+noextract=(90010e213dd25648e70f0cc12f8fed55-libvisio-0.0.17.tar.bz2
18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
185d60944ea767075d27247c3162b3bc-unowinreg.dll
0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2
@@ -110,11 +108,11 @@
ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip)
-md5sums=('61afc900785dd7d071b96d9ab0af46f3'
- 'd2e7414a60eacafef45fbc4bc1a8ccb3'
- '545d1608da2cc736be5c8bf941adbbfb'
+md5sums=('7f68071451e13d3f8d1f71d09a7203d4'
+ '1d05f3f8dfbfa4f77763759f407af18e'
+ '4981bb46cb5f1861d43ea2932dd7de6c'
  '18f577b374d60b3c760a3a3350407632'
- '2fa6028324347860e684e75310818d43'
+ '90010e213dd25648e70f0cc12f8fed55'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'
  '798b2ffdc8bcfe7bca2cf92b62caf685'

Modified: PKGBUILD.36
===
--- PKGBUILD.36 2012-06-24 14:30:07 UTC (rev 162256)
+++ PKGBUILD.36 2012-06-24 15:41:28 UTC (rev 162257)
@@ -32,7 +32,7 @@
  'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'hsqldb-java' 
'boost'
  'apache-ant' 'gperf' 'poppler=0.18.0' 'kdelibs' 'gconf' 'cppunit'
  'beanshell'  'vigra' 'clucene' 'junit' 'libmythes' 'libwpg' 
'imagemagick'
- 'mesa' 'gstreamer0.10-base' 'java-environment' 'postgresql-libs' 
'doxygen'
+ 'mesa' 'gstreamer0.10-base' 'java-environment' 'postgresql-libs' 
'doxygen' 'clucene'
   #'saxon' - currently broken 
  # the runtime dependencies
  curl=7.20.0 hunspell=1.2.8 python2=2.7 'libwpd=0.9.2' 
'libwps' 'libxaw' neon=0.28.6
@@ -50,7 +50,6 @@
 _additional_source_url2=http://dev-www.libreoffice.org/extern;
 source=(${_mirror}/${pkgbase}-{core,help,translations}-${_LOver}.tar.xz

${_additional_source_url}/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
-   
${_additional_source_url}/48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz

${_additional_source_url}/90010e213dd25648e70f0cc12f8fed55-libvisio-0.0.17.tar.bz2

${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz

${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
@@ -83,7 +82,6 @@
libreoffice-common.sh libreoffice-common.csh)
 noextract=(90010e213dd25648e70f0cc12f8fed55-libvisio-0.0.17.tar.bz2
18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
-   48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz
185d60944ea767075d27247c3162b3bc-unowinreg.dll
0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2

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

2012-06-24 Thread Dave Reisner
Date: Sunday, June 24, 2012 @ 11:44:21
  Author: dreisner
Revision: 162258

upgpkg: burp 1.6.9-1

Modified:
  burp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 15:41:28 UTC (rev 162257)
+++ PKGBUILD2012-06-24 15:44:21 UTC (rev 162258)
@@ -2,7 +2,7 @@
 # Maintainer: Dave Reisner d...@falconindy.com
 
 pkgname=burp
-pkgver=1.6.8
+pkgver=1.6.9
 pkgrel=1
 pkgdesc=A simple AUR uploader
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc' 'curl')
 makedepends=('perl')
 
source=(https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('57b0043994e8a9a3f8f5a27d7fef5bb4')
+md5sums=('3ae883cf6283e860f613668619b8d3ce')
 
 build() {
   make -C $pkgname-$pkgver



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

2012-06-24 Thread Dave Reisner
Date: Sunday, June 24, 2012 @ 11:44:41
  Author: dreisner
Revision: 162259

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

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

---+
 extra-i686/PKGBUILD   |   46 +++---
 extra-x86_64/PKGBUILD |   46 +++---
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-24 15:44:21 UTC (rev 162258)
+++ extra-i686/PKGBUILD 2012-06-24 15:44:41 UTC (rev 162259)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner d...@falconindy.com
-
-pkgname=burp
-pkgver=1.6.8
-pkgrel=1
-pkgdesc=A simple AUR uploader
-arch=('i686' 'x86_64')
-url=http://github.com/falconindy/burp;
-license=('GPL')
-depends=('glibc' 'curl')
-makedepends=('perl')
-source=(https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('57b0043994e8a9a3f8f5a27d7fef5bb4')
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir 
MANPREFIX=/usr/share/man install
-}
-

Copied: burp/repos/extra-i686/PKGBUILD (from rev 162258, burp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-24 15:44:41 UTC (rev 162259)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Dave Reisner d...@falconindy.com
+
+pkgname=burp
+pkgver=1.6.9
+pkgrel=1
+pkgdesc=A simple AUR uploader
+arch=('i686' 'x86_64')
+url=http://github.com/falconindy/burp;
+license=('GPL')
+depends=('glibc' 'curl')
+makedepends=('perl')
+source=(https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('3ae883cf6283e860f613668619b8d3ce')
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir 
MANPREFIX=/usr/share/man install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-24 15:44:21 UTC (rev 162258)
+++ extra-x86_64/PKGBUILD   2012-06-24 15:44:41 UTC (rev 162259)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner d...@falconindy.com
-
-pkgname=burp
-pkgver=1.6.8
-pkgrel=1
-pkgdesc=A simple AUR uploader
-arch=('i686' 'x86_64')
-url=http://github.com/falconindy/burp;
-license=('GPL')
-depends=('glibc' 'curl')
-makedepends=('perl')
-source=(https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('57b0043994e8a9a3f8f5a27d7fef5bb4')
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir 
MANPREFIX=/usr/share/man install
-}
-

Copied: burp/repos/extra-x86_64/PKGBUILD (from rev 162258, burp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-24 15:44:41 UTC (rev 162259)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Dave Reisner d...@falconindy.com
+
+pkgname=burp
+pkgver=1.6.9
+pkgrel=1
+pkgdesc=A simple AUR uploader
+arch=('i686' 'x86_64')
+url=http://github.com/falconindy/burp;
+license=('GPL')
+depends=('glibc' 'curl')
+makedepends=('perl')
+source=(https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('3ae883cf6283e860f613668619b8d3ce')
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir 
MANPREFIX=/usr/share/man install
+}
+



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

2012-06-24 Thread Ray Rashif
Date: Sunday, June 24, 2012 @ 12:23:16
  Author: schiv
Revision: 162260

upgpkg: ddrescue 1.16-1

upstream release

Modified:
  ddrescue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 15:44:41 UTC (rev 162259)
+++ PKGBUILD2012-06-24 16:23:16 UTC (rev 162260)
@@ -1,8 +1,10 @@
 # $Id$
-# Maintainer: Paul Mattal p...@archlinux.org
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=ddrescue
-pkgver=1.15
+pkgver=1.16
 pkgrel=1
 pkgdesc=GNU data recovery tool
 arch=('i686' 'x86_64')
@@ -12,8 +14,8 @@
 install=$pkgname.install
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;
 http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig;)
-md5sums=('6b445f6246074a7fa02f3b2599031096'
- '53bc7e1f5b2a260def5207eb358b7dca')
+md5sums=('57b67407e882c6418531d48a2f20d16b'
+ 'bf072280587665d82829be15eb6fc9ad')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-06-24 Thread Ray Rashif
Date: Sunday, June 24, 2012 @ 12:23:55
  Author: schiv
Revision: 162261

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

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

---+
 extra-i686/PKGBUILD   |   58 
 extra-i686/ddrescue.install   |   44 +++---
 extra-x86_64/PKGBUILD |   58 
 extra-x86_64/ddrescue.install |   44 +++---
 4 files changed, 104 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-24 16:23:16 UTC (rev 162260)
+++ extra-i686/PKGBUILD 2012-06-24 16:23:55 UTC (rev 162261)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal p...@archlinux.org
-
-pkgname=ddrescue
-pkgver=1.15
-pkgrel=1
-pkgdesc=GNU data recovery tool
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/ddrescue/ddrescue.html;
-license=('GPL3')
-depends=('gcc-libs')
-install=$pkgname.install
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;
-http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig;)
-md5sums=('6b445f6246074a7fa02f3b2599031096'
- '53bc7e1f5b2a260def5207eb358b7dca')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-man
-  rm $pkgdir/usr/share/info/dir
-}

Copied: ddrescue/repos/extra-i686/PKGBUILD (from rev 162260, 
ddrescue/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-24 16:23:55 UTC (rev 162261)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ddrescue
+pkgver=1.16
+pkgrel=1
+pkgdesc=GNU data recovery tool
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/ddrescue/ddrescue.html;
+license=('GPL3')
+depends=('gcc-libs')
+install=$pkgname.install
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;
+http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig;)
+md5sums=('57b67407e882c6418531d48a2f20d16b'
+ 'bf072280587665d82829be15eb6fc9ad')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install install-man
+  rm $pkgdir/usr/share/info/dir
+}

Deleted: extra-i686/ddrescue.install
===
--- extra-i686/ddrescue.install 2012-06-24 16:23:16 UTC (rev 162260)
+++ extra-i686/ddrescue.install 2012-06-24 16:23:55 UTC (rev 162261)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-filelist=(ddrescue.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ddrescue/repos/extra-i686/ddrescue.install (from rev 162260, 
ddrescue/trunk/ddrescue.install)
===
--- extra-i686/ddrescue.install (rev 0)
+++ extra-i686/ddrescue.install 2012-06-24 16:23:55 UTC (rev 162261)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(ddrescue.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-24 16:23:16 UTC (rev 162260)
+++ extra-x86_64/PKGBUILD   2012-06-24 16:23:55 UTC (rev 162261)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal p...@archlinux.org
-
-pkgname=ddrescue
-pkgver=1.15
-pkgrel=1
-pkgdesc=GNU data 

[arch-commits] Commit in texlive-core/trunk (Changelog PKGBUILD texlive-core.maps)

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 12:43:50
  Author: remy
Revision: 162262

Update for TeXLive 2012 release.

Modified:
  texlive-core/trunk/Changelog
  texlive-core/trunk/PKGBUILD
  texlive-core/trunk/texlive-core.maps

---+
 Changelog |4 
 PKGBUILD  |   14 ++
 texlive-core.maps |1 +
 3 files changed, 11 insertions(+), 8 deletions(-)

Modified: Changelog
===
--- Changelog   2012-06-24 16:23:55 UTC (rev 162261)
+++ Changelog   2012-06-24 16:43:50 UTC (rev 162262)
@@ -1,3 +1,7 @@
+texlive-core 2012.26892
+
+- TEXLive 2012 release.
+
 texlive-core 2011.24722
 
 - upgrade package amscls 22145 - 23392

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 16:23:55 UTC (rev 162261)
+++ PKGBUILD2012-06-24 16:43:50 UTC (rev 162262)
@@ -1,8 +1,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-core
-pkgver=2011.24722
-_revnr=${pkgver#2011.}
+pkgver=2012.26892
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live core distribution
 license=('GPL')
@@ -27,8 +27,8 @@
 options=(!strip)
 install=texlive.install
 #backup=(etc/texmf/tex/context/config/cont-usr.tex)
-md5sums=('3c02f6dd6b3b03b37a5cfd60457bc07a'
- 'b71ac4faaf8a8dd13a2c544c9a64c2e8')
+md5sums=('c913b3c01bdcf81da80e4833cd4cc691'
+ '82c03f7226e1df4440f30c89c05ee653')
 
 build() {
cd $srcdir
@@ -78,6 +78,7 @@
 bundledoc/arlatex
 bundledoc/bundledoc
 context/perl/mptopdf.pl
+checkcites/checkcites.lua
 ctanify/ctanify
 ctanupload/ctanupload.pl
 de-macro/de-macro
@@ -86,17 +87,14 @@
 findhyph/findhyph
 fontools/afm2afm
 fontools/autoinst
-fontools/cmap2enc
-fontools/font2afm
 fontools/ot2kpx
-fontools/pfm2kpx
-fontools/showglyphs
 fragmaster/fragmaster.pl
 installfont/installfont-tl
 latex2man/latex2man
 latexdiff/latexdiff-vc.pl
 latexdiff/latexdiff.pl
 latexdiff/latexrevise.pl
+latexfileversion/latexfileversion
 latexmk/latexmk.pl
 luaotfload/mkluatexfontdb.lua
 match_parens/match_parens

Modified: texlive-core.maps
===
--- texlive-core.maps   2012-06-24 16:23:55 UTC (rev 162261)
+++ texlive-core.maps   2012-06-24 16:43:50 UTC (rev 162262)
@@ -4,6 +4,7 @@
 Map l7x-urwvn.map
 Map lm.map
 Map marvosym.map
+Map mathpple.map
 Map original-context-symbol.map
 Map pazo.map
 Map pxfonts.map



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 12:52:18
  Author: remy
Revision: 162263

Update for TeXLive 2012.

Modified:
  texlive-bibtexextra/trunk/PKGBUILD
Deleted:
  texlive-bibtexextra/trunk/Changelog

---+
 Changelog |   41 -
 PKGBUILD  |8 +---
 2 files changed, 5 insertions(+), 44 deletions(-)

Deleted: Changelog
===
--- Changelog   2012-06-24 16:43:50 UTC (rev 162262)
+++ Changelog   2012-06-24 16:52:18 UTC (rev 162263)
@@ -1,41 +0,0 @@
-texlive-bibtexextra 2011.24688
-
-- upgrade package amsrefs 23139 - 23391
-- upgrade package beebe 23155 - 24191
-- upgrade package biber 22893 - 24683
-- upgrade package bibexport 21947 - 24688
-- upgrade package biblatex 22892 - 24596
-- upgrade package biblatex-apa 22894 - 24597
-- upgrade package biblatex-chem 21801 - 24286
-- upgrade package biblatex-chicago 21760 - 24608
-- upgrade package biblatex-dw 21335 - 24647
-- new package biblatex-fiwi
-- new package biblatex-juradiss
-- new package biblatex-luh-ipw
-- new package biblatex-musuos
-- upgrade package biblatex-nature 21702 - 23952
-- new package biblatex-nejm
-- new package chscite
-- new package ksfh_nat
-- upgrade package notes2bib 21541 - 23899
-- upgrade package urlbst 21650 - 23262
-- new package vak
-- new package xcite
-
-texlive-bibtexextra 2011.23155
-
-- upgrade package amsrefs 22146 - 23139
-- upgrade package beebe 22263 - 23155
-- upgrade package biber 21970 - 22893
-- upgrade package biblatex 22460 - 22892
-- upgrade package biblatex-apa 22305 - 22894
-
-texlive-bibtexextra 2011.22499
-
-- upgrade package beebe 21464 - 22263
-- upgrade package biblatex 22074 - 22460
-- upgrade package biblatex-apa 21913 - 22305
-- upgrade package biblatex-ieee 22015 - 22384
-- upgrade package biblatex-philosophy 20530 - 22499
-- new package uni-wtal-ger
-

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 16:43:50 UTC (rev 162262)
+++ PKGBUILD2012-06-24 16:52:18 UTC (rev 162263)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-bibtexextra
-pkgver=2011.24688
-_revnr=${pkgver#2011.}
+pkgver=2012.26868
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Additional BibTeX styles and bibliography databases
 license=('GPL')
@@ -14,7 +14,7 @@
 source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=(!strip)
 install=texlive.install
-md5sums=('0d9e2606d39e901b820aaa0dee70b8e3')
+md5sums=('6781ae49bf64b298037028d627bb4870')
 
 build() {
cd $srcdir
@@ -23,6 +23,7 @@
done
rm -rf {tlpkg,doc,source} || true
 }
+
 package() {
install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
sed -i '/^#/d' CONTENTS
@@ -42,5 +43,6 @@
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/urlbst/urlbst $pkgdir/usr/bin/urlbst
 }



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

2012-06-24 Thread Thomas Dziedzic
Date: Sunday, June 24, 2012 @ 13:16:46
  Author: tdziedzic
Revision: 162264

upgpkg: calligra 2.4.2-2

rebuild for poppler bump

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 16:52:18 UTC (rev 162263)
+++ PKGBUILD2012-06-24 17:16:46 UTC (rev 162264)
@@ -23,7 +23,7 @@
  'calligra-braindump'
  'calligra-flow')
 pkgver=2.4.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')



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

2012-06-24 Thread Thomas Dziedzic
Date: Sunday, June 24, 2012 @ 13:18:15
  Author: tdziedzic
Revision: 162265

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

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

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

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

2012-06-24 Thread andyrtr
Date: Sunday, June 24, 2012 @ 13:19:07
  Author: andyrtr
Revision: 162266

prepare 3.6 release

Added:
  libreoffice-i18n/trunk/PKGBUILD.36

-+
 PKGBUILD.36 | 1516 ++
 1 file changed, 1516 insertions(+)

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


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

2012-06-24 Thread Thomas Dziedzic
Date: Sunday, June 24, 2012 @ 13:21:01
  Author: tdziedzic
Revision: 162267

oops

Deleted:
  calligra/repos/community-staging-i686/
  calligra/repos/community-staging-x86_64/



[arch-commits] Commit in texlive-fontsextra/trunk (PKGBUILD texlive-fontsextra.maps)

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 13:39:02
  Author: remy
Revision: 162268

Update for Texlive 2012 release.

Modified:
  texlive-fontsextra/trunk/PKGBUILD
  texlive-fontsextra/trunk/texlive-fontsextra.maps

-+
 PKGBUILD|8 
 texlive-fontsextra.maps |5 +
 2 files changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 17:21:01 UTC (rev 162267)
+++ PKGBUILD2012-06-24 17:39:02 UTC (rev 162268)
@@ -1,8 +1,8 @@
 # Maintainer: Rémy Oudompheng remy.archlinux.org
 
 pkgname=texlive-fontsextra
-pkgver=2011.24706
-_revnr=${pkgver#2011.}
+pkgver=2012.26866
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - all sorts of extra fonts
 license=('GPL')
@@ -14,8 +14,8 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('cae6076c03573799db348923a4582d97'
- '6e84e4a8ee6a25adec39cd6310d9bef2')
+md5sums=('f75e552c4573ce73d3eee03fffee723f'
+ '4a2f2b3b4527655fb47ab0d59b01bfea')
 
 build() {
cd $srcdir

Modified: texlive-fontsextra.maps
===
--- texlive-fontsextra.maps 2012-06-24 17:21:01 UTC (rev 162267)
+++ texlive-fontsextra.maps 2012-06-24 17:39:02 UTC (rev 162268)
@@ -5,6 +5,7 @@
 Map ArtNouvc.map
 Map BulletsADF.map
 Map Carrickc.map
+Map CountriesOfEurope.map
 Map ESSTIX.map
 Map Eichenla.map
 Map Eileen.map
@@ -31,6 +32,7 @@
 Map archaicprw.map
 Map arev.map
 Map ascii.map
+Map aspectratio.map
 Map augie.map
 Map auncial.map
 Map aurical.map
@@ -77,7 +79,9 @@
 Map mathabx.map
 Map mdbch.map
 Map mdput.map
+Map mdsymbol.map
 Map mdugm.map
+Map ntx.map
 Map ocrb.map
 Map opensans.map
 Map paratype-type1.map
@@ -87,6 +91,7 @@
 Map pxtx.map
 Map recycle.map
 Map rsfso.map
+Map sansmathaccent.map
 Map sqrcaps.map
 Map starfont.map
 Map tfrupee.map



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

2012-06-24 Thread Tobias Powalowski
Date: Sunday, June 24, 2012 @ 13:48:49
  Author: tpowa
Revision: 162269

upgpkg: linux 3.4.4-2

fix backlight and nouveau

Added:
  linux/trunk/3.4.4-fix-backlight-regression.patch
  linux/trunk/3.4.4-fix-gtx560ti-nouveau-regression.patch
Modified:
  linux/trunk/PKGBUILD
  linux/trunk/linux.install

-+
 3.4.4-fix-backlight-regression.patch|   38 ++
 3.4.4-fix-gtx560ti-nouveau-regression.patch |   20 +
 PKGBUILD|   18 ++--
 linux.install   |2 -
 4 files changed, 74 insertions(+), 4 deletions(-)

Added: 3.4.4-fix-backlight-regression.patch
===
--- 3.4.4-fix-backlight-regression.patch(rev 0)
+++ 3.4.4-fix-backlight-regression.patch2012-06-24 17:48:49 UTC (rev 
162269)
@@ -0,0 +1,38 @@
+Subject: Still use ACPI backlight control if _DOS doesn't exist
+
+This is a regression introduced by commit
+ea9f8856bd6d4ed45885b06a338f7362cd6c60e5
+
+https://bugzilla.kernel.org/show_bug.cgi?id=43168
+
+Some platforms don't have _DOS control method, but the ACPI
+backlight still works.
+We do not want to lose the backlight control ability on these platforms.
+
+CC : Igor Murzov intergalactic.anonym...@gmail.com
+Signed-off-by: Zhang Rui rui.zh...@intel.com
+---
+ drivers/acpi/video.c |   10 --
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+Index: rtd3/drivers/acpi/video.c
+===
+--- rtd3.orig/drivers/acpi/video.c
 rtd3/drivers/acpi/video.c
+@@ -565,8 +565,14 @@ acpi_video_bus_DOS(struct acpi_video_bus
+   video-dos_setting = arg0.integer.value;
+   status = acpi_evaluate_object(video-device-handle, _DOS,
+   args, NULL);
+-  if (ACPI_FAILURE(status))
+-  return -EIO;
++  if (ACPI_FAILURE(status)) {
++  /*
++   * some platforms don't have _DOS, but the ACPI
++   * backlight control still works
++   */
++  ACPI_DEBUG_PRINT((ACPI_DB_INFO, No _DOS\n));
++  return 0;
++  }
+ 
+   return 0;
+ }

Added: 3.4.4-fix-gtx560ti-nouveau-regression.patch
===
--- 3.4.4-fix-gtx560ti-nouveau-regression.patch (rev 0)
+++ 3.4.4-fix-gtx560ti-nouveau-regression.patch 2012-06-24 17:48:49 UTC (rev 
162269)
@@ -0,0 +1,20 @@
+Revert change to include/drm/drm_fb_helper.h made in commit 
4f988d132d2668b4f3b42bfc70daa531115ccca1
+
+ include/drm/drm_fb_helper.h |1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h
+index 55e10d6..5120b01 100644
+--- a/include/drm/drm_fb_helper.h
 b/include/drm/drm_fb_helper.h
+@@ -35,6 +35,7 @@ struct drm_fb_helper;
+ #include linux/kgdb.h
+ 
+ struct drm_fb_helper_crtc {
++  uint32_t crtc_id;
+   struct drm_mode_set mode_set;
+   struct drm_display_mode *desired_mode;
+ };
+-- 
+1.7.6.5
+

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 17:39:02 UTC (rev 162268)
+++ PKGBUILD2012-06-24 17:48:49 UTC (rev 162269)
@@ -8,7 +8,7 @@
 _kernelname=${pkgname#linux}
 _basekernel=3.4
 pkgver=${_basekernel}.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -22,7 +22,9 @@
 ${pkgname}.preset
 'fix-acerhdf-1810T-bios.patch'
 'change-default-console-loglevel.patch'
-'i915-fix-ghost-tv-output.patch')
+'i915-fix-ghost-tv-output.patch'
+'3.4.4-fix-backlight-regression.patch'
+'3.4.4-fix-gtx560ti-nouveau-regression.patch')
 md5sums=('967f72983655e2479f951195953e8480'
  '58e6672d932d74d5e2b6811b9d37d67c'
  '3f2c307c8ffae67f60c13ef69af8364a'
@@ -30,7 +32,9 @@
  'eb14dcfd80c00852ef81ded6e826826a'
  '38c1fd4a1f303f1f6c38e7f082727e2f'
  '9d3c56a4b999c8bfbd4018089a62f662'
- '263725f20c0b9eb9c353040792d644e5')
+ '263725f20c0b9eb9c353040792d644e5'
+ '80a46681386bb87813989faeb92bdd9a'
+ '827ffd855dc8b0c91577545c5804c19f')
 
 build() {
   cd ${srcdir}/linux-${_basekernel}
@@ -50,6 +54,14 @@
   # needed.
   patch -Np1 -i ${srcdir}/i915-fix-ghost-tv-output.patch
 
+  # Fix backlight control on some laptops:
+  # https://bugzilla.kernel.org/show_bug.cgi?id=43168
+  patch -Np1 -i ${srcdir}/3.4.4-fix-backlight-regression.patch
+
+  # fix nouveau regression
+  # Arch Linux bug report: FS#30417
+  patch -Np1 -i ${srcdir}/3.4.4-fix-gtx560ti-nouveau-regression.patch
+
   # Patch submitted upstream, waiting for inclusion:
   # https://lkml.org/lkml/2012/2/19/51
   # add support for latest bios of Acer 1810T acerhdf module

Modified: linux.install

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

2012-06-24 Thread Tobias Powalowski
Date: Sunday, June 24, 2012 @ 13:50:00
  Author: tpowa
Revision: 162270

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/3.4.4-fix-backlight-regression.patch
(from rev 162269, linux/trunk/3.4.4-fix-backlight-regression.patch)
  linux/repos/testing-i686/3.4.4-fix-gtx560ti-nouveau-regression.patch
(from rev 162269, linux/trunk/3.4.4-fix-gtx560ti-nouveau-regression.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 162269, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 162269, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 162269, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 162269, linux/trunk/config.x86_64)
  linux/repos/testing-i686/fix-acerhdf-1810T-bios.patch
(from rev 162269, linux/trunk/fix-acerhdf-1810T-bios.patch)
  linux/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 162269, linux/trunk/i915-fix-ghost-tv-output.patch)
  linux/repos/testing-i686/linux.install
(from rev 162269, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 162269, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/3.4.4-fix-backlight-regression.patch
(from rev 162269, linux/trunk/3.4.4-fix-backlight-regression.patch)
  linux/repos/testing-x86_64/3.4.4-fix-gtx560ti-nouveau-regression.patch
(from rev 162269, linux/trunk/3.4.4-fix-gtx560ti-nouveau-regression.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 162269, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 162269, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 162269, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 162269, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/fix-acerhdf-1810T-bios.patch
(from rev 162269, linux/trunk/fix-acerhdf-1810T-bios.patch)
  linux/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 162269, linux/trunk/i915-fix-ghost-tv-output.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 162269, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 162269, linux/trunk/linux.preset)

+
 testing-i686/3.4.4-fix-backlight-regression.patch  |   38 
 testing-i686/3.4.4-fix-gtx560ti-nouveau-regression.patch   |   20 
 testing-i686/PKGBUILD  |  310 
 testing-i686/change-default-console-loglevel.patch |   12 
 testing-i686/config| 5840 +++
 testing-i686/config.x86_64 | 5612 ++
 testing-i686/fix-acerhdf-1810T-bios.patch  |   10 
 testing-i686/i915-fix-ghost-tv-output.patch|   26 
 testing-i686/linux.install |   65 
 testing-i686/linux.preset  |   14 
 testing-x86_64/3.4.4-fix-backlight-regression.patch|   38 
 testing-x86_64/3.4.4-fix-gtx560ti-nouveau-regression.patch |   20 
 testing-x86_64/PKGBUILD|  310 
 testing-x86_64/change-default-console-loglevel.patch   |   12 
 testing-x86_64/config  | 5840 +++
 testing-x86_64/config.x86_64   | 5612 ++
 testing-x86_64/fix-acerhdf-1810T-bios.patch|   10 
 testing-x86_64/i915-fix-ghost-tv-output.patch  |   26 
 testing-x86_64/linux.install   |   65 
 testing-x86_64/linux.preset|   14 
 20 files changed, 23894 insertions(+)

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


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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 13:51:43
  Author: remy
Revision: 162271

Update for Texlive 2012.

Modified:
  texlive-latexextra/trunk/PKGBUILD
Deleted:
  texlive-latexextra/trunk/Changelog

---+
 Changelog |  296 
 PKGBUILD  |8 -
 2 files changed, 4 insertions(+), 300 deletions(-)

Deleted: Changelog
===
--- Changelog   2012-06-24 17:50:00 UTC (rev 162270)
+++ Changelog   2012-06-24 17:51:43 UTC (rev 162271)
@@ -1,296 +0,0 @@
-texlive-latexextra 2011.24718
-
-- upgrade package achemso 21698 - 24605
-- upgrade package alterqcm 15878 - 23385
-- upgrade package animate 19937 - 23986
-- new package bchart
-- upgrade package beamer2thesis 21108 - 24496
-- new package beameraudience
-- new package beamersubframe
-- new package bhcexam
-- upgrade package canoniclayout 21155 - 24523
-- upgrade package catoptions 22128 - 24654
-- upgrade package ccaption 15878 - 23443
-- upgrade package changes 22239 - 24203
-- upgrade package chet 22570 - 24468
-- new package collectbox
-- new package coseoul
-- new package crbox
-- upgrade package csquotes 21867 - 24393
-- upgrade package csvsimple 21981 - 24575
-- upgrade package currfile 21012 - 24047
-- upgrade package dashbox 15878 - 23425
-- upgrade package dashundergaps 17222 - 23373
-- upgrade package decimal 15878 - 23374
-- new package decorule
-- new package delim
-- new package diagbox
-- new package documentation
-- upgrade package dtk 22213 - 24698
-- new package easyfig
-- new package emarks
-- upgrade package enumitem 15878 - 24146
-- upgrade package exercise 22107 - 23328
-- upgrade package fancytabs 22141 - 23839
-- upgrade package filecontents 15878 - 24250
-- upgrade package filehook 21669 - 24280
-- upgrade package filemod 21831 - 24042
-- upgrade package fink 20654 - 24329
-- new package floatflt
-- new package fontaxes
-- upgrade package footmisc 15878 - 23330
-- new package fullwidth
-- upgrade package gauss 17596 - 24411
-- new package ghab
-- new package gitinfo
-- upgrade package gmutils 21294 - 24287
-- upgrade package gmverb 21293 - 24288
-- new package hletter
-- upgrade package hypdvips 19631 - 23377
-- upgrade package hyperxmp 22306 - 23378
-- upgrade package ifnextok 22588 - 23379
-- new package ifoddpage
-- new package invoice
-- upgrade package isotope 15878 - 23711
-- new package jlabels
-- new package jvlisting
-- new package kantlipsum
-- new package keyval2e
-- upgrade package koma-moderncvclassic 22109 - 24224
-- upgrade package lastpage 21261 - 23793
-- upgrade package latex-tds 22144 - 24252
-- upgrade package lhelp 15878 - 23638
-- new package logbox
-- new package ltxkeys
-- new package ltxtools
-- upgrade package magaz 17431 - 24694
-- upgrade package marginfix 19602 - 24320
-- upgrade package mathalfa 22464 - 24327
-- upgrade package mbenotes 22556 - 24321
-- upgrade package mdframed 20841 - 24594
-- new package meetingmins
-- upgrade package minted 16883 - 24002
-- upgrade package moderncv 19688 - 24574
-- new package moderntimeline
-- new package moreenum
-- upgrade package morefloats 21262 - 23341
-- upgrade package morehype 21360 - 24369
-- new package morewrites
-- new package mversion
-- upgrade package newvbtm 21935 - 23996
-- upgrade package newverbs 21441 - 23342
-- upgrade package niceframe 15878 - 24120
-- upgrade package nicetext 21257 - 24388
-- new package nowidow
-- new package pagecolor
-- new package pageslts
-- upgrade package papermas 21258 - 23667
-- new package paracol
-- upgrade package pax 22179 - 23306
-- upgrade package pbox 15878 - 24664
-- upgrade package pdfmarginpar 22334 - 23492
-- upgrade package probsoln 15878 - 23668
-- upgrade package protocol 17962 - 24281
-- new package quoting
-- new package realboxes
-- upgrade package regstats 22508 - 23662
-- upgrade package relsize 20018 - 24074
-- upgrade package repeatindex 15878 - 24305
-- new package serbian-apostrophe
-- new package serbian-date-lat
-- new package serbian-def-cyr
-- upgrade package serbian-lig 22871 - 23382
-- upgrade package shipunov 20218 - 24203
-- upgrade package showexpl 15878 - 23669
-- new package sidenotes
-- upgrade package skeycommand 18493 - 24652
-- upgrade package spreadtab 22046 - 23526
-- new package srbook-mem
-- new package storebox
-- new package storecmd
-- upgrade package svn-multi 21919 - 23782
-- new package tabfigures
-- new package tablefootnote
-- new package tagging
-- upgrade package texshade 20065 - 24716
-- upgrade package textgreek 22047 - 24282
-- upgrade package thmtools 19813 - 23659
-- upgrade package thumbs 22558 - 24332
-- upgrade package titlesec 15878 - 24623
-- upgrade package tocvsec2 17266 - 23444
-- upgrade package todonotes 22164 - 24362
-- new package tram
-- upgrade package turnthepage 21829 - 23784
-- upgrade package undolabl 21263 - 23537
-- upgrade package varwidth 20442 - 24104
-- new package verbments
-- upgrade package xtab 16998 - 23347
-- upgrade 

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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 13:55:56
  Author: remy
Revision: 162272

Update for texlive 2012.

Modified:
  texlive-science/trunk/PKGBUILD
Deleted:
  texlive-science/trunk/Changelog

---+
 Changelog |   33 -
 PKGBUILD  |7 ---
 2 files changed, 4 insertions(+), 36 deletions(-)

Deleted: Changelog
===
--- Changelog   2012-06-24 17:51:43 UTC (rev 162271)
+++ Changelog   2012-06-24 17:55:56 UTC (rev 162272)
@@ -1,33 +0,0 @@
-texlive-science 2011.24724
-
-- upgrade package bytefield 21365 - 23351
-- upgrade package chemmacros 22492 - 24494
-- new package chemnum
-- upgrade package computational-complexity 20116 - 23291
-- upgrade package mhchem 22589 - 23334
-- new package sasnrdisplay
-- upgrade package siunitx 22994 - 24604
-- upgrade package textopo 15878 - 23796
-
-texlive-science 2011.22994-1
-
-- upgrade package siunitx 22648 - 22994
-
-texlive-science 2011.22648-1
-
-- new package chemmacros
-- upgrade package mhchem 19018 - 22589
-- upgrade package mychemistry 22097 - 22242
-- new package nuc
-- upgrade package physymb 20944 - 22406
-- upgrade package siunitx 22139 - 22648
-
-texlive-science 2010.22139-1
-
-- upgrade package bytefield 20297 - 21365
-- new package chemexec
-- upgrade package chemstyle 20330 - 20996
-- upgrade package karnaugh 15878 - 21338
-- new package mychemistry
-- upgrade package siunitx 20830 - 22139
-

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 17:51:43 UTC (rev 162271)
+++ PKGBUILD2012-06-24 17:55:56 UTC (rev 162272)
@@ -1,8 +1,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-science
-pkgver=2011.24724
-_revnr=${pkgver#2011.}
+pkgver=2012.26607
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Typesetting for natural and computer sciences
 license=('GPL')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('1b5f93ccc66512ac39f9e454cb972fe2'
+md5sums=('c2cf39a0cf08128e7a8e99fe4a975067'
  '72206bb981d3d491df018e0e13334be5')
 
 build() {
@@ -24,6 +24,7 @@
done
rm -rf {tlpkg,doc,source} || true
 }
+
 package() {
cd $srcdir
install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs



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

2012-06-24 Thread Thomas Dziedzic
Date: Sunday, June 24, 2012 @ 14:07:14
  Author: tdziedzic
Revision: 162273

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

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

---+
 staging-i686/PKGBUILD |  264 
 staging-i686/calligra-braindump.install   |   12 +
 staging-i686/calligra-filters.install |   11 +
 staging-i686/calligra-flow.install|   12 +
 staging-i686/calligra-karbon.install  |   12 +
 staging-i686/calligra-kexi.install|   11 +
 staging-i686/calligra-krita.install   |   13 +
 staging-i686/calligra-plan.install|   12 +
 staging-i686/calligra-sheets.install  |   12 +
 staging-i686/calligra-stage.install   |   12 +
 staging-i686/calligra-tools.install   |   12 +
 staging-i686/calligra-words.install   |   12 +
 staging-i686/calligra.install |   11 +
 staging-x86_64/PKGBUILD   |  264 
 staging-x86_64/calligra-braindump.install |   12 +
 staging-x86_64/calligra-filters.install   |   11 +
 staging-x86_64/calligra-flow.install  |   12 +
 staging-x86_64/calligra-karbon.install|   12 +
 staging-x86_64/calligra-kexi.install  |   11 +
 staging-x86_64/calligra-krita.install |   13 +
 staging-x86_64/calligra-plan.install  |   12 +
 staging-x86_64/calligra-sheets.install|   12 +
 staging-x86_64/calligra-stage.install |   12 +
 staging-x86_64/calligra-tools.install |   12 +
 staging-x86_64/calligra-words.install |   12 +
 staging-x86_64/calligra.install   |   11 +
 26 files changed, 812 insertions(+)

Copied: calligra/repos/staging-i686/PKGBUILD (from rev 162272, 
calligra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-24 18:07:14 UTC (rev 162273)
@@ -0,0 +1,264 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org

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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 14:10:43
  Author: remy
Revision: 162274

Upgrade to texlive 2012.

Modified:
  texlive-langcjk/trunk/PKGBUILD
  texlive-langcjk/trunk/texlive-langcjk.maps
Deleted:
  texlive-langcjk/trunk/Changelog

--+
 Changelog|   19 ---
 PKGBUILD |   11 +++
 texlive-langcjk.maps |1 +
 3 files changed, 8 insertions(+), 23 deletions(-)

Deleted: Changelog
===
--- Changelog   2012-06-24 18:07:14 UTC (rev 162273)
+++ Changelog   2012-06-24 18:10:43 UTC (rev 162274)
@@ -1,19 +0,0 @@
-texlive-langcjk 2011.24689
-
-- new package ipaex
-- new package japanese
-- new package japanese-otf
-- upgrade package ptex 23118 - 24627
-
-texlive-langcjk 2011.23118
-
-- upgrade package cjkutils 21345 - 23089
-- upgrade package ptex 22725 - 23118
-
-texlive-langcjk 2011.22725
-
-- upgrade package ctex 21116 - 22488
-- upgrade package ptex 21780 - 22725
-- upgrade package wadalab 15878 - 22576
-- upgrade package zhmetrics 16067 - 22207
-

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 18:07:14 UTC (rev 162273)
+++ PKGBUILD2012-06-24 18:10:43 UTC (rev 162274)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-langcjk
-pkgver=2011.24689
-_revnr=${pkgver#2011.}
+pkgver=2012.26777
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - CJK (Chinese, Japanese, Korean) macros and fonts
 license=('GPL')
@@ -15,8 +15,8 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('170938e68b63fab60ab3de02bce929b2'
- 'a4c50faea47494bad836b83391eb720e')
+md5sums=('1c73bef41603e33d7d88dd0d3e782e04'
+ 'a655532f21cd504b9ab51b87bb5b41d7')
 
 build() {
cd $srcdir
@@ -25,6 +25,7 @@
done
rm -rf {tlpkg,doc,source} || true
 }
+
 package() {
install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
sed -i '/^#/d' CONTENTS
@@ -43,4 +44,6 @@
if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
  find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
fi
+   ln -s /usr/share/texmf-dist/scripts/uptex/convbkmk.rb 
$pkgdir/usr/bin/convbkmk
+   ln -s /usr/share/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl 
$pkgdir/usr/bin/updmap-setup-kanji
 }

Modified: texlive-langcjk.maps
===
--- texlive-langcjk.maps2012-06-24 18:07:14 UTC (rev 162273)
+++ texlive-langcjk.maps2012-06-24 18:10:43 UTC (rev 162274)
@@ -10,4 +10,5 @@
 Map mr2j.map
 Map mrj.map
 Map norasi-c90.map
+Map tlwg.map
 Map umj.map



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 14:16:08
  Author: remy
Revision: 162275

Update to texlive 2012.

Modified:
  texlive-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 18:10:43 UTC (rev 162274)
+++ PKGBUILD2012-06-24 18:16:08 UTC (rev 162275)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-music
-pkgver=2011.24518
-_revnr=${pkgver#2011.}
+pkgver=2012.26726
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Music typesetting packages
 license=('GPL')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('6a7fa8135f2c55e063c1a4104e51e097'
+md5sums=('3777a169abffaeb93eb0cce3112f1ee5'
  '6af96d016e18492867d6f4ba2eff0a31')
 
 build() {
@@ -44,6 +44,8 @@
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/musixtex/musixflx.lua 
$pkgdir/usr/bin/musixflx
+   ln -s /usr/share/texmf-dist/scripts/pmx/pmx2pdf.lua $pkgdir/usr/bin/pmx2pdf
 }



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 14:29:05
  Author: remy
Revision: 162277

Update for texlive 2012.

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 18:27:41 UTC (rev 162276)
+++ PKGBUILD2012-06-24 18:29:05 UTC (rev 162277)
@@ -1,8 +1,8 @@
-# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-humanities
-pkgver=2011.24631
-_revnr=${pkgver#2011.}
+pkgver=2012.25861
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities
 license=('GPL')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('219482f5298fc186a88940d61c988153')
+md5sums=('573a7d9b8f89fb442acaf7b27d78fd48')
 
 build() {
cd $srcdir
@@ -25,7 +25,6 @@
 }
 
 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



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 14:27:41
  Author: remy
Revision: 162276

Update for Texlive 2012.

Modified:
  texlive-pstricks/trunk/PKGBUILD
Deleted:
  texlive-pstricks/trunk/Changelog

---+
 Changelog |   45 -
 PKGBUILD  |7 ---
 2 files changed, 4 insertions(+), 48 deletions(-)

Deleted: Changelog
===
--- Changelog   2012-06-24 18:16:08 UTC (rev 162275)
+++ Changelog   2012-06-24 18:27:41 UTC (rev 162276)
@@ -1,45 +0,0 @@
-texlive-pstricks 2011.24695
-
-- upgrade package auto-pst-pdf 15878 - 23723
-- upgrade package bclogo 16938 - 23305
-- upgrade package pst-bspline 20173 - 23632
-- upgrade package pst-coil 16895 - 24020
-- upgrade package pst-eucl 22405 - 24069
-- upgrade package pst-func 22177 - 24491
-- upgrade package pst-node 22385 - 24693
-- upgrade package pst-plot 22268 - 24581
-- new package pst-rubans
-- upgrade package pst-slpe 15878 - 24391
-- upgrade package pst-tree 21589 - 24142
-- upgrade package pst-tvz 21266 - 23451
-- upgrade package pstricks 22178 - 24695
-- upgrade package pstricks-add 21290 - 23657
-
-texlive-pstricks 2011.22586
-
-- upgrade package pst-circ 21599 - 22444
-- upgrade package pst-eucl 15878 - 22405
-- upgrade package pst-func 20299 - 22177
-- new package pst-layout
-- upgrade package pst-node 21550 - 22385
-- upgrade package pst-plot 22099 - 22268
-- upgrade package pstricks 22140 - 22178
-
-texlive-pstricks 2010.22140-1
-
-- upgrade package pst-3dplot 17113 - 21588
-- upgrade package pst-asr 17171 - 22138
-- upgrade package pst-barcode 15878 - 21716
-- upgrade package pst-circ 20358 - 21599
-- upgrade package pst-electricfield 19320 - 21864
-- upgrade package pst-exa 16615 - 22113
-- new package pst-graphicx
-- upgrade package pst-node 20879 - 21550
-- upgrade package pst-plot 20743 - 22099
-- upgrade package pst-sigsys 19063 - 21667
-- upgrade package pst-tree 15878 - 21589
-- new package pst-tvz
-- upgrade package pst2pdf 18835 - 21135
-- upgrade package pstricks 20594 - 22140
-- upgrade package pstricks-add 20794 - 21290
-

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 18:16:08 UTC (rev 162275)
+++ PKGBUILD2012-06-24 18:27:41 UTC (rev 162276)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-pstricks
-pkgver=2011.24695
-_revnr=${pkgver#2011.}
+pkgver=2012.26865
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Additional PSTricks packages
 license=('GPL')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('d7958bcae8c58f75b4d5fce9932b7d39')
+md5sums=('18c1f8e54233a31f292c4705148afcf7')
 
 build() {
for p in *.tar.xz; do
@@ -41,5 +41,6 @@
  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
 }



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 14:32:43
  Author: remy
Revision: 162278

Update for texlive 2012.

Modified:
  texlive-publishers/trunk/PKGBUILD
Deleted:
  texlive-publishers/trunk/Changelog

---+
 Changelog |   53 -
 PKGBUILD  |8 +---
 2 files changed, 5 insertions(+), 56 deletions(-)

Deleted: Changelog
===
--- Changelog   2012-06-24 18:29:05 UTC (rev 162277)
+++ Changelog   2012-06-24 18:32:43 UTC (rev 162278)
@@ -1,53 +0,0 @@
-texlive-publishers 2011.24723
-
- - upgrade package aomart 21666 - 23349
- - new package apa6
- - upgrade package apa6e 21585 - 23350
- - upgrade package arsclassica 17051 - 23434
- - upgrade package ascelike 18785 - 24568
- - new package cascadilla
- - upgrade package classicthesis 21196 - 23354
- - upgrade package cmpj 22062 - 23860
- - upgrade package confproc 20346 - 23358
- - new package ejpecp
- - new package fcltxdoc
- - new package kdgdocs
- - new package msu-thesis
- - new package musuos
- - upgrade package muthesis 20697 - 23861
- - upgrade package philosophersimprint 15878 - 24674
- - new package sapthesis
- - upgrade package stellenbosch 15878 - 23900
- - upgrade package suftesi 19798 - 24552
- - upgrade package thuthesis 15878 - 24361
- - upgrade package toptesi 22647 - 24466
- - upgrade package uothesis 22489 - 23485
- - upgrade package york-thesis 18148 - 23348
- - deleted package msuthesis
- - deleted package vxu
-
-texlive-publishers 2011.22647
-
- - upgrade package elteikthesis 19800 - 22513
- - upgrade package toptesi 22063 - 22647
- - upgrade package tugboat 20545 - 22462
- - new package uafthesis
- - new package unamthesis
- - upgrade package uothesis 22075 - 22489
-
-texlive-publishers 2010.22075-1
-
- - upgrade package aomart 20919 - 21666
- - new package apa6e
- - upgrade package classicthesis 18063 - 21196
- - new package cmpj
- - upgrade package elbioimp 20469 - 21758
- - new package fbithesis
- - upgrade package jmlr 20630 - 21830
- - upgrade package lps 15878 - 21322
- - upgrade package nature 15878 - 21819
- - upgrade package ryethesis 19255 - 21316
- - upgrade package toptesi 20458 - 22063
- - upgrade package tugboat-plain 15878 - 21720
- - upgrade package uothesis 20890 - 22075
-

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 18:29:05 UTC (rev 162277)
+++ PKGBUILD2012-06-24 18:32:43 UTC (rev 162278)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-publishers
-pkgver=2011.24723
-_revnr=${pkgver#2011.}
+pkgver=2012.26831
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - LaTeX classes and packages for specific publishers
 license=('GPL')
@@ -15,14 +15,16 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('552991914d8b43181018918d06983e61')
+md5sums=('237316c68a663a6680f919897a590e7d')
 
 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



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 14:36:05
  Author: remy
Revision: 162279

Update for texlive 2012.

Modified:
  texlive-plainextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 18:32:43 UTC (rev 162278)
+++ PKGBUILD2012-06-24 18:36:05 UTC (rev 162279)
@@ -2,7 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-plainextra
-pkgver=2011.23567
+pkgver=2012.25953
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - A collection of add-on packages and macros for plain TeX
 license=('GPL')
@@ -14,18 +15,19 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('fc9af44b3df1370396a7163f77fb60d8')
+md5sums=('77527bd40ba85389f9afdeaf15e71d59')
 
 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
-   _revnr=`echo $pkgver | sed 's/2010\.//'`
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



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 14:41:47
  Author: remy
Revision: 162280

Update for texlive 2012.

Modified:
  texlive-bin/trunk/PKGBUILD

--+
 PKGBUILD |  120 +++--
 1 file changed, 38 insertions(+), 82 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 18:36:05 UTC (rev 162279)
+++ PKGBUILD2012-06-24 18:41:47 UTC (rev 162280)
@@ -3,13 +3,12 @@
 # Contributor: francois francois.archlinux.org
 
 pkgname=texlive-bin
-pkgver=2011.3
-_luatex_ver=0.70.1
-pkgrel=8
+pkgver=2012.0
+pkgrel=1
 pkgdesc=TeX Live binaries
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('t1lib' 'gd' 'poppler' 'libsigsegv' 'zziplib')
+depends=('t1lib' 'gd' 'poppler' 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 
'freetype2')
 makedepends=('perl' 'clisp' 'ffcall')
 optdepends=('ed: for texconfig')
 provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
@@ -20,11 +19,9 @@
 source=('texmf.cnf'
 'fix-fontforge-encoding.patch'
 '09-texlive-fonts.conf'
-'luatex-poppler-0.20.patch'
-
'http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-20111210.tar.xz'
-
'http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-texmf-20111210.tar.xz'
-# 
http://foundry.supelec.fr/gf/download/frsrelease/392/1730/luatex-beta-${_luatex_ver}.tar.bz2;
-'http://ftp.archlinux.org/other/texlive/luatex-svn4356.tar.xz'
+'poppler-0.20.patch'
+
'http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-20120623.tar.xz'
+
'http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-texmf-20120623.tar.xz'
 )
 backup=(etc/texmf/web2c/texmf.cnf \
   etc/texmf/chktex/chktexrc \
@@ -43,10 +40,9 @@
 md5sums=('220a4f4cc0d915bf8fcbcb553dcee1ae'
  'bfb9716aa00c86c08cd31e5b32edeb98'
  '393a4bf67adc7ca5df2b386759d1a637'
- '52ce57c02e30a25036b6a3175c566b78'
- 'c7bb38c0ab30c2b64cf4cf83a736b35c'
- '5d8f06a3683ce88a3c33e15f5ba6a858'
- 'e7f0197559ef865d8c01683dab3b8526')
+ 'e3a664d5a7f0923f35060fe9d25d2573'
+ 'ac2c3c3aa765581f8504e21a5edbfb9f'
+ 'f315a860158cfc952c82a6d759961024')
 
 build() {
if [ ${CARCH} = x86_64 ]; then
@@ -54,50 +50,11 @@
  export CXXFLAGS=${CXXFLAGS} -fPIC
fi
 
-   cd $srcdir
-   # Building LuaTeX
-   # cd luatex-beta-${_luatex_ver}
-   cd luatex
-   patch -p0 -i ../fix-fontforge-encoding.patch
-   patch -Np0 -i ../luatex-poppler-0.20.patch
-  (cd source  ./texk/web2c/luatexdir/getluatexsvnversion.sh)
-   mkdir build
-   cd build
-   ../source/configure --prefix=/usr -C \
- --disable-native-texlive-build \
- --with-banner-add=/Arch Linux \
---enable-cxx-runtime-hack \
---disable-all-pkgs \
---disable-dump-share \
---disable-ptex \
---enable-luatex  \
---without-system-ptexenc \
---without-system-graphite \
---without-system-icu \
---without-system-kpathsea \
---with-system-freetype2 \
---with-system-poppler \
---with-freetype2-libdir=/usr/lib \
---with-freetype2-include=/usr/include/freetype2 \
---with-system-gd \
---with-system-libpng \
---without-system-teckit \
---with-system-zlib \
---with-system-zziplib \
---with-system-t1lib \
---disable-shared \
---disable-largefile \
---disable-ipc \
---without-mf-x-toolkit \
---without-x
-   make
-   make -C libs/obsdcompat
-   make -C texk/kpathsea
-   make -C texk/web2c luatex
-
-   cd $srcdir
+cd $srcdir
# this patch removes spurious error message with locale xx_YY.utf8
-   patch -p0 -i fix-fontforge-encoding.patch
+   patch -Np0 -i fix-fontforge-encoding.patch
+   # fix build with poppler = 0.20
+   patch -Np0 -i poppler-0.20.patch
# t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
sed -i s/SELFAUTOPARENT/TEXMFROOT/ source/texk/tex4htk/t4ht.c
#
@@ -124,22 +81,22 @@
  --disable-t1utils \
  --disable-bibtexu \
  --disable-xz \
- --without-system-zlib \
- --without-system-zziplib \
- --without-system-pnglib \
+ --with-system-zlib \
+ --with-system-zziplib \
+ --with-system-pnglib \
  --with-system-ncurses \
  --with-system-t1lib \
- --without-system-gd \
- --without-system-poppler \
- --without-system-xpdf \
- --without-system-freetype2 \
+ --with-system-gd \
+ --with-system-poppler \
+ --with-system-xpdf \
+ --with-system-freetype2 \
  --without-system-graphite \
  --with-freetype2-libdir=/usr/lib \
  --with-freetype2-include=/usr/include/freetype2 \
  --with-xdvi-x-toolkit=xaw \
  --disable-dump-share \
  --disable-aleph \
- --disable-luatex \
+ --enable-luatex \
  --with-clisp-runtime=default \
  --enable-xindy --disable-xindy-rules --disable-xindy-docs

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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 14:43:27
  Author: remy
Revision: 162281

Update patch for building with latest poppler.

Added:
  texlive-bin/trunk/poppler-0.20.patch
Deleted:
  texlive-bin/trunk/luatex-poppler-0.20.patch

---+
 luatex-poppler-0.20.patch |   77 
 poppler-0.20.patch|   22 
 2 files changed, 22 insertions(+), 77 deletions(-)

Deleted: luatex-poppler-0.20.patch
===
--- luatex-poppler-0.20.patch   2012-06-24 18:41:47 UTC (rev 162280)
+++ luatex-poppler-0.20.patch   2012-06-24 18:43:27 UTC (rev 162281)
@@ -1,77 +0,0 @@
 source/texk/web2c/luatexdir/lua/lepdflib.cc.orig   2011-10-06 
06:14:20.0 +
-+++ source/texk/web2c/luatexdir/lua/lepdflib.cc2012-05-17 
11:30:26.327236883 +
-@@ -157,7 +157,7 @@
- pdfdoc_changed_error(L);
- uout = new_Annot_userdata(L);
- uout-d =
--new Annot((XRef *) uxref-d, (Dict *) udict-d, (Catalog *) 
ucatalog-d,
-+new Annot((PDFDoc *) uxref-pd, (Dict *) udict-d,
-   (Object *) uref-d);
- uout-atype = ALLOC_LEPDF;
- uout-pc = uxref-pc;
-@@ -179,7 +179,7 @@
- pdfdoc_changed_error(L);
- uout = new_Annots_userdata(L);
- uout-d =
--new Annots((XRef *) uxref-d, (Catalog *) ucatalog-d,
-+new Annots((PDFDoc *) uxref-pd,
-(Object *) uannotsobj-d);
- uout-atype = ALLOC_LEPDF;
- uout-pc = uxref-pc;
-@@ -369,7 +369,7 @@
- // Annot
- 
- m_poppler_get_BOOL(Annot, isOk);
--m_poppler_get_OBJECT(Annot, getAppearance);
-+m_poppler_get_OBJECT(Annot, getAppearanceResDict);
- m_poppler_get_poppler(Annot, AnnotBorder, getBorder);
- 
- static int m_Annot_match(lua_State * L)
-@@ -408,7 +408,7 @@
- 
- static const struct luaL_Reg Annot_m[] = {
- {isOk, m_Annot_isOk},
--{getAppearance, m_Annot_getAppearance},
-+{getAppearance, m_Annot_getAppearanceResDict},
- {getBorder, m_Annot_getBorder},
- {match, m_Annot_match},
- {__tostring, m_Annot__tostring},
-@@ -1433,7 +1433,7 @@
- 
- static int m_Object_getTypeName(lua_State * L)
- {
--char *s;
-+const char *s;
- udstruct *uin;
- uin = (udstruct *) luaL_checkudata(L, 1, M_Object);
- if (uin-pd != NULL  uin-pd-pc != uin-pc)
-@@ -2120,7 +2120,7 @@
- if ((uin-pd != NULL  uin-pd-pc != uin-pc)
- || (ucat-pd != NULL  ucat-pd-pc != ucat-pd-pc))
- pdfdoc_changed_error(L);
--links = ((Page *) uin-d)-getLinks((Catalog *) ucat-d);
-+links = ((Page *) uin-d)-getLinks();
- if (links != NULL) {
- uout = new_Links_userdata(L);
- uout-d = links;
-@@ -2738,7 +2738,10 @@
- return 1;
- }
- 
--m_poppler_get_INT(XRef, getSize);
-+static int m_XRef_getSize(lua_State * L)
-+{
-+return m_XRef_getNumObjects(L);
-+}
- 
- static int m_XRef_getEntry(lua_State * L)
- {
-@@ -2748,7 +2751,7 @@
- if (uin-pd != NULL  uin-pd-pc != uin-pc)
- pdfdoc_changed_error(L);
- i = luaL_checkint(L, 2);
--size = ((XRef *) uin-d)-getSize();
-+size = ((XRef *) uin-d)-getNumObjects();
- if (i  0  i = size) {
- uout = new_XRefEntry_userdata(L);
- uout-d = ((XRef *) uin-d)-getEntry(i);

Added: poppler-0.20.patch
===
--- poppler-0.20.patch  (rev 0)
+++ poppler-0.20.patch  2012-06-24 18:43:27 UTC (rev 162281)
@@ -0,0 +1,22 @@
+--- source/texk/web2c/luatexdir/lua/lepdflib.cc.orig   2011-10-06 
06:14:20.0 +
 source/texk/web2c/luatexdir/lua/lepdflib.cc2012-05-17 
11:30:26.327236883 +
+@@ -1433,7 +1433,7 @@
+ 
+ static int m_Object_getTypeName(lua_State * L)
+ {
+-char *s;
++const char *s;
+ udstruct *uin;
+ uin = (udstruct *) luaL_checkudata(L, 1, M_Object);
+ if (uin-pd != NULL  uin-pd-pc != uin-pc)
+--- source/texk/web2c/pdftexdir/pdftosrc.cc.orig   2012-06-24 
17:12:34.376329435 +0200
 source/texk/web2c/pdftexdir/pdftosrc.cc2012-06-24 17:12:25.490003152 
+0200
+@@ -134,7 +134,7 @@
+ exit(1);
+ }
+ if (extract_xref_table) {
+-int size = xref-getSize();
++int size = xref-getNumObjects();
+ int i;
+ for (i = 0; i  size; i++) {
+ if (xref-getEntry(i)-offset == 0x)



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 15:02:55
  Author: remy
Revision: 162282

Update for texlive 2012.

Modified:
  texlive-formatsextra/trunk/PKGBUILD
Deleted:
  texlive-formatsextra/trunk/Changelog

---+
 Changelog |   10 --
 PKGBUILD  |6 +++---
 2 files changed, 3 insertions(+), 13 deletions(-)

Deleted: Changelog
===
--- Changelog   2012-06-24 18:43:27 UTC (rev 162281)
+++ Changelog   2012-06-24 19:02:55 UTC (rev 162282)
@@ -1,10 +0,0 @@
-texlive-formatsextra 2011.23089
-
-- upgrade package eplain 22198 - 23089
-
-texlive-formatsextra 2011.22650
-
-- upgrade package eplain 22089 - 22198
-- upgrade package mltex 18835 - 22650
-- upgrade package texsis 18835 - 22650
-

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 18:43:27 UTC (rev 162281)
+++ PKGBUILD2012-06-24 19:02:55 UTC (rev 162282)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-formatsextra
-pkgver=2011.23089
-_revnr=${pkgver#2011.}
+pkgver=2012.26689
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - collection of extra TeX 'formats'
 license=('GPL')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('81fa921fe25b992dc5c6e974c3421a79')
+md5sums=('e9e2f607b98edf6350870fa96d837dbc')
 
 build() {
cd $srcdir



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 15:03:06
  Author: remy
Revision: 162283

Update for texlive 2012.

Modified:
  texlive-langgreek/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 19:02:55 UTC (rev 162282)
+++ PKGBUILD2012-06-24 19:03:06 UTC (rev 162283)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-langgreek
-pkgver=2011.24147
-_revnr=${pkgver#2011.}
+pkgver=2012.26313
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Fonts and support for typesetting Greek
 license=('GPL')
@@ -15,16 +15,17 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('e4abdabdd7e5ad966610d856da8c6a70'
+md5sums=('2ac95627dcf47330ed3adafb3573b8bd'
  'a1c515e7bbe93c905e20db580aa5a234')
 
 build() {
-   bsdtar xf $pkgname-$pkgver-src.zip
+   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



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 15:08:07
  Author: remy
Revision: 162284

Update for texlive 2012.

Modified:
  texlive-games/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 19:03:06 UTC (rev 162283)
+++ PKGBUILD2012-06-24 19:08:07 UTC (rev 162284)
@@ -1,8 +1,8 @@
-# Maintainer: Rémy Oudompheng remy.archlinux.org
+# Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-games
-pkgver=2011.24714
-_revnr=${pkgver#2011.}
+pkgver=2012.26207
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Setups for typesetting various board games, including 
chess
 license=('GPL')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('26d130df4e98f8c3c9acafcc4ca9fa35'
+md5sums=('83264a1220c0cf75d6f17fcb34c898a9'
  '387a994c27b49be1ac3cf64a8f9ab155')
 
 build() {
@@ -24,6 +24,7 @@
done
rm -rf {tlpkg,doc,source} || true
 }
+
 package() {
cd $srcdir
install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 15:09:24
  Author: remy
Revision: 162285

Update for texlive 2012.

Modified:
  texlive-htmlxml/trunk/PKGBUILD
Deleted:
  texlive-htmlxml/trunk/Changelog

---+
 Changelog |   10 --
 PKGBUILD  |7 ---
 2 files changed, 4 insertions(+), 13 deletions(-)

Deleted: Changelog
===
--- Changelog   2012-06-24 19:08:07 UTC (rev 162284)
+++ Changelog   2012-06-24 19:09:24 UTC (rev 162285)
@@ -1,10 +0,0 @@
-texlive-htmlxml 2011.24013
-
-- upgrade package jadetex 18835 - 23409
-- upgrade package tex4ht 22546 - 24013
-- upgrade package xmltex 18835 - 23409
-
-texlive-htmlxml 2011.22546
-
-- upgrade package tex4ht 21272 - 22546
-

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 19:08:07 UTC (rev 162284)
+++ PKGBUILD2012-06-24 19:09:24 UTC (rev 162285)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-htmlxml
-pkgver=2011.24013
-_revnr=${pkgver#2011.}
+pkgver=2012.24013
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML
 license=('GPL')
@@ -15,9 +15,10 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('1fd5dbf7fd8ae85708643486548da0ce')
+md5sums=('1e468991ffadc7a36f9cc6ed01b83fcb')
 
 build() {
+   cd $srcdir
for p in *.tar.xz; do
   bsdtar -xf $p
done



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 15:14:02
  Author: remy
Revision: 162286

Update to TexLive 2012.

Modified:
  texlive-pictures/trunk/PKGBUILD
Deleted:
  texlive-pictures/trunk/Changelog

---+
 Changelog |   74 
 PKGBUILD  |7 +++--
 2 files changed, 4 insertions(+), 77 deletions(-)

Deleted: Changelog
===
--- Changelog   2012-06-24 19:09:24 UTC (rev 162285)
+++ Changelog   2012-06-24 19:14:02 UTC (rev 162286)
@@ -1,74 +0,0 @@
-texlive-pictures 2011.24715
-
-- upgrade package adjustbox 21789 - 24593
-- new package braids
-- upgrade package chemfig 22205 - 24715
-- upgrade package circuitikz 16183 - 23913
-- upgrade package combinedgraphics 16144 - 23356
-- upgrade package curve2e 20420 - 23482
-- upgrade package gincltex 21635 - 23835
-- upgrade package gnuplottex 22101 - 23918
-- new package lapdf
-- upgrade package mathspic 18868 - 23661
-- new package modiagram
-- upgrade package numericplots 19828 - 23241
-- upgrade package petri-nets 15878 - 24088
-- upgrade package pgfgantt 22166 - 24572
-- new package pgfmolbio
-- upgrade package pgfopts 18072 - 23320
-- upgrade package pgfplots 19839 - 23292
-- upgrade package prerex 20440 - 23896
-- upgrade package randomwalk 21161 - 23924
-- new package rviewport
-- upgrade package texdraw 15878 - 23717
-- upgrade package tikz-3dplot 21549 - 23338
-- new package tikz-cd
-- new package tikz-dependency
-- upgrade package tikz-qtree 20936 - 24259
-- new package tikzpagenodes
-- new package tqft
-- new package tsemlines
-- upgrade package tufte-latex 16378 - 23722
-- upgrade package xypic 21380 - 23327
-- deleted package xypdf
-
-texlive-pictures 2011.22961-1
-
- - new package tkz-base
- - new package tkz-berge
- - upgrade package tkz-doc 15878 - 22959
- - new package tkz-euclide
- - new package tkz-fct
- - new package tkz-graph
- - new package tkz-kiviat
- - upgrade package tkz-linknodes 15878 - 22833
- - upgrade package tkz-tab 21542 - 22834
-
-texlive-pictures 2011.22509-1
-
-- new package bloques
-- upgrade package chemfig 22055 - 22205
-- new package grafcet
-- upgrade package pgfgantt 21681 - 22166
-
-texlive-pictures 2010.22101-1
-
-- new package adjustbox
-- upgrade package bardiag 15878 - 22013
-- new package bondgraph
-- upgrade package chemfig 20523 - 22055
-- upgrade package epspdf 20860 - 21628
-- new package gincltex
-- upgrade package gnuplottex 15878 - 22101
-- new package gradientframe
-- upgrade package pgf-umlsd 17744 - 21301
-- new package pgfgantt
-- new package piano
-- upgrade package pict2e 15878 - 21987
-- upgrade package pictex 15878 - 21943
-- new package randomwalk
-- upgrade package tikz-3dplot 19879 - 21549
-- upgrade package tikz-timing 16761 - 21013
-- upgrade package tkz-tab 15878 - 21542
-- upgrade package xypic 20081 - 21380
-

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 19:09:24 UTC (rev 162285)
+++ PKGBUILD2012-06-24 19:14:02 UTC (rev 162286)
@@ -1,8 +1,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-pictures
-pkgver=2011.24715
-_revnr=${pkgver#2011.}
+pkgver=2012.26791
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Packages for drawings graphics
 license=('GPL')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('8ed222d584e96379bd4ccfd1edfad1dc'
+md5sums=('228d1feb6673b87e7cc6e4f9b3c1e094'
  '7d08cb8ade87687bd8676f8e8ba20697')
 
 build() {
@@ -24,6 +24,7 @@
done
rm -rf {tlpkg,doc,source} || true
 }
+
 package() {
cd $srcdir
install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 15:15:17
  Author: remy
Revision: 162287

Update to TexLive 2012.

Modified:
  texlive-langextra/trunk/PKGBUILD
Deleted:
  texlive-langextra/trunk/Changelog

---+
 Changelog |   19 ---
 PKGBUILD  |   11 ++-
 2 files changed, 6 insertions(+), 24 deletions(-)

Deleted: Changelog
===
--- Changelog   2012-06-24 19:14:02 UTC (rev 162286)
+++ Changelog   2012-06-24 19:15:17 UTC (rev 162287)
@@ -1,19 +0,0 @@
-texlive-langextra 2011.23959
-
- - upgrade package persian-bib 16848 - 23267
- - new package persian-modern
- - upgrade package velthuis 21570 - 23224
- - new package xetex-devanagari
-
-texlive-langextra 2011.23164
-
- - upgrade package malayalam 15878 - 23164
- - upgrade package vntex 18845 - 22766
-
-texlive-langextra 2011.22550
-
-- upgrade package arabi 20072 - 22550
-- upgrade package wnri 15878 - 22459
-- new package wnri-latex
-- deleted package soyombo
-

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 19:14:02 UTC (rev 162286)
+++ PKGBUILD2012-06-24 19:15:17 UTC (rev 162287)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-langextra
-pkgver=2011.23959
-_revnr=${pkgver#2011.}
+pkgver=2012.26750
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Bundle of all extra language support
 license=('GPL')
@@ -11,11 +11,11 @@
 conflicts=('texlive-langafrican' 'texlive-langarab' 'texlive-langarabic'
'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
-   'texlive-langvietnamese') 
+   'texlive-langvietnamese')
 provides=('texlive-langafrican' 'texlive-langarabic' 'texlive-langarmenian' 
   'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
   'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
-  'texlive-langvietnamese') 
+  'texlive-langvietnamese')
 depends=('texlive-latexextra')
 groups=('texlive-lang')
 url='http://tug.org/texlive/'
@@ -23,7 +23,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('298482bfd870fae837f8075a1bda4623'
+md5sums=('fa8129023f25e2f1c310cfd1ac386595'
  'a4cbb2f9de807a04f90956e6f8c354ae')
 
 build() {
@@ -33,6 +33,7 @@
done
rm -rf {tlpkg,doc,source} || true
 }
+
 package() {
cd $srcdir
install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 15:17:02
  Author: remy
Revision: 162288

Update to TexLive 2012.

Modified:
  texlive-genericextra/trunk/PKGBUILD
Deleted:
  texlive-genericextra/trunk/Changelog

---+
 Changelog |   15 ---
 PKGBUILD  |8 +---
 2 files changed, 5 insertions(+), 18 deletions(-)

Deleted: Changelog
===
--- Changelog   2012-06-24 19:15:17 UTC (rev 162287)
+++ Changelog   2012-06-24 19:17:02 UTC (rev 162288)
@@ -1,15 +0,0 @@
-texlive-genericextra 2011.24609
-
-- upgrade package barr 15878 - 23579
-- new package chronosys
-- new package ifetex
-- upgrade package lecturer 20011 - 23916
-- upgrade package systeme 22493 - 23336
-- upgrade package texapi 21182 - 24237
-
-texlive-genericextra 2011.22511
-
-- upgrade package shade 15878 - 22212
-- upgrade package systeme 21651 - 22493
-- new package upca
-

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 19:15:17 UTC (rev 162287)
+++ PKGBUILD2012-06-24 19:17:02 UTC (rev 162288)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-genericextra
-pkgver=2011.24609
-_revnr=${pkgver#2011.}
+pkgver=2012.26700
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - mixed bag of generic macro packages and fonts
 license=('GPL')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('c3d3d0aec468f8910e33ed4e12806be3')
+md5sums=('53903abf97eec2739004555e40272d0e')
 
 build() {
cd $srcdir
@@ -24,7 +24,9 @@
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



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 15:22:55
  Author: remy
Revision: 162289

Delete old changelog.

Modified:
  texlive-fontsextra/trunk/PKGBUILD
Deleted:
  texlive-fontsextra/trunk/Changelog

---+
 Changelog |   41 -
 PKGBUILD  |3 ++-
 2 files changed, 2 insertions(+), 42 deletions(-)

Deleted: Changelog
===
--- Changelog   2012-06-24 19:17:02 UTC (rev 162288)
+++ Changelog   2012-06-24 19:22:55 UTC (rev 162289)
@@ -1,41 +0,0 @@
-texlive-fontsextra 2011.24706
-
-- upgrade package Asana-Math 22016 - 24343
-- upgrade package antiqua 21855 - 24266
-- upgrade package bookhands 22053 - 23609
-- new package calligra-type1
-- upgrade package cantarell 22384 - 24705
-- upgrade package ccicons 22591 - 24043
-- upgrade package comfortaa 22360 - 23707
-- new package cookingsymbols
-- new package dejavu
-- upgrade package dingbat 19910 - 24093
-- upgrade package droid 22359 - 23912
-- new package dutchcal
-- upgrade package fdsymbol 22691 - 23797
-- upgrade package frcursive 17270 - 24559
-- upgrade package lato 22358 - 24489
-- upgrade package libertine 19593 - 23455
-- upgrade package mathdesign 19736 - 24173
-- new package opensans
-- new package paratype
-- upgrade package punknova 19714 - 24649
-- new package pxtxalfa
-- upgrade package rsfso 21491 - 23462
-- upgrade package xits 22161 - 24696
-- deleted package ptsans
-- deleted package ptserif
-
-texlive-fontsextra 2011.22691
-
-- new package boondox
-- new package cantarell
-- upgrade package ccicons 20563 - 22591
-- upgrade package comfortaa 21035 - 22360
-- upgrade package droid 21036 - 22359
-- new package esstix
-- new package fdsymbol
-- upgrade package lato 21244 - 22358
-- upgrade package stix 19440 - 22426
-- upgrade package xits 21054 - 22161
-

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 19:17:02 UTC (rev 162288)
+++ PKGBUILD2012-06-24 19:22:55 UTC (rev 162289)
@@ -18,7 +18,7 @@
  '4a2f2b3b4527655fb47ab0d59b01bfea')
 
 build() {
-   cd $srcdir
+   cd $srcdir
for p in *.tar.xz; do
   bsdtar -xf $p
done
@@ -26,6 +26,7 @@
 }
 
 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



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 15:23:13
  Author: remy
Revision: 162290

Update to Texlive 2012.

Modified:
  texlive-langcyrillic/trunk/PKGBUILD
Deleted:
  texlive-langcyrillic/trunk/Changelog

---+
 Changelog |   14 --
 PKGBUILD  |7 ---
 2 files changed, 4 insertions(+), 17 deletions(-)

Deleted: Changelog
===
--- Changelog   2012-06-24 19:22:55 UTC (rev 162289)
+++ Changelog   2012-06-24 19:23:13 UTC (rev 162290)
@@ -1,14 +0,0 @@
-texlive-langcyrillic 2011.24029
-
- - upgrade package cyrillic 22150 - 23396
- - upgrade package disser 20522 - 24029
-
-texlive-langcyrillic 2011.23089
-
- - upgrade package cyrillic-bin 18835 - 23089
-
-texlive-langcyrillic 2011.22650
-
- - upgrade package eskdx 15878 - 22465
- - upgrade package t2 15878 - 22650
-

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 19:22:55 UTC (rev 162289)
+++ PKGBUILD2012-06-24 19:23:13 UTC (rev 162290)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-langcyrillic
-pkgver=2011.24029
-_revnr=${pkgver#2011.}
+pkgver=2012.26689
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Fonts and macro packages to typeset Cyrillic texts
 license=('GPL')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('c2e6fb30b14a27c44a4bf10f91024d0d'
+md5sums=('eaf67c09a7109a60c320dc089e4508c3'
  'f4a321793d9082c991c68870276dda7b')
 
 build() {
@@ -25,6 +25,7 @@
done
rm -rf {tlpkg,doc,source} || true
 }
+
 package() {
cd $srcdir
install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs



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

2012-06-24 Thread Evangelos Foutras
Date: Sunday, June 24, 2012 @ 15:24:34
  Author: foutrelis
Revision: 162291

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

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

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

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

2012-06-24 Thread Evangelos Foutras
Date: Sunday, June 24, 2012 @ 15:24:38
  Author: foutrelis
Revision: 162292

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

Added:
  cups-filters/repos/testing-i686/
  cups-filters/repos/testing-i686/PKGBUILD
(from rev 162290, cups-filters/repos/staging-i686/PKGBUILD)
  cups-filters/repos/testing-x86_64/
  cups-filters/repos/testing-x86_64/PKGBUILD
(from rev 162290, cups-filters/repos/staging-x86_64/PKGBUILD)
Deleted:
  cups-filters/repos/staging-i686/
  cups-filters/repos/staging-x86_64/

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

Copied: cups-filters/repos/testing-i686/PKGBUILD (from rev 162290, 
cups-filters/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-24 19:24:38 UTC (rev 162292)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.18
+pkgrel=3
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.20.1')
+makedepends=('ghostscript')
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+md5sums=(63972b426b7224915cdbb42b2a937374'')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  #make DESTDIR=$pkgdir/ install
+  make install BUILDROOT=$pkgdir/
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+}

Copied: cups-filters/repos/testing-x86_64/PKGBUILD (from rev 162290, 
cups-filters/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-24 19:24:38 UTC (rev 162292)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.18
+pkgrel=3
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.20.1')
+makedepends=('ghostscript')
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+md5sums=(63972b426b7224915cdbb42b2a937374'')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  #make DESTDIR=$pkgdir/ install
+  make install BUILDROOT=$pkgdir/
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+}



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

2012-06-24 Thread Evangelos Foutras
Date: Sunday, June 24, 2012 @ 15:24:47
  Author: foutrelis
Revision: 162293

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

Added:
  inkscape/repos/testing-i686/
  inkscape/repos/testing-i686/PKGBUILD
(from rev 162290, inkscape/repos/staging-i686/PKGBUILD)
  inkscape/repos/testing-i686/install
(from rev 162290, inkscape/repos/staging-i686/install)
  inkscape/repos/testing-i686/libpng15.patch
(from rev 162290, inkscape/repos/staging-i686/libpng15.patch)
  inkscape/repos/testing-i686/poppler20.patch
(from rev 162290, inkscape/repos/staging-i686/poppler20.patch)
  inkscape/repos/testing-x86_64/
  inkscape/repos/testing-x86_64/PKGBUILD
(from rev 162290, inkscape/repos/staging-x86_64/PKGBUILD)
  inkscape/repos/testing-x86_64/install
(from rev 162290, inkscape/repos/staging-x86_64/install)
  inkscape/repos/testing-x86_64/libpng15.patch
(from rev 162290, inkscape/repos/staging-x86_64/libpng15.patch)
  inkscape/repos/testing-x86_64/poppler20.patch
(from rev 162290, inkscape/repos/staging-x86_64/poppler20.patch)
Deleted:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   59 +++
 testing-i686/install   |   13 
 testing-i686/libpng15.patch|   40 ++
 testing-i686/poppler20.patch   |  642 +++
 testing-x86_64/PKGBUILD|   59 +++
 testing-x86_64/install |   13 
 testing-x86_64/libpng15.patch  |   40 ++
 testing-x86_64/poppler20.patch |  642 +++
 8 files changed, 1508 insertions(+)

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


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

2012-06-24 Thread Evangelos Foutras
Date: Sunday, June 24, 2012 @ 15:25:15
  Author: foutrelis
Revision: 162294

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

Added:
  libreoffice/repos/testing-i686/
  libreoffice/repos/testing-i686/PKGBUILD
(from rev 162290, libreoffice/repos/staging-i686/PKGBUILD)
  libreoffice/repos/testing-i686/PKGBUILD.36
(from rev 162290, libreoffice/repos/staging-i686/PKGBUILD.36)
  libreoffice/repos/testing-i686/buildfix.diff
(from rev 162290, libreoffice/repos/staging-i686/buildfix.diff)
  libreoffice/repos/testing-i686/buildfix_icu49.diff
(from rev 162290, libreoffice/repos/staging-i686/buildfix_icu49.diff)
  libreoffice/repos/testing-i686/fix_broken_hebrew_wordwrapping.diff
(from rev 162290, 
libreoffice/repos/staging-i686/fix_broken_hebrew_wordwrapping.diff)
  libreoffice/repos/testing-i686/libreoffice-base.install
(from rev 162290, libreoffice/repos/staging-i686/libreoffice-base.install)
  libreoffice/repos/testing-i686/libreoffice-calc.install
(from rev 162290, libreoffice/repos/staging-i686/libreoffice-calc.install)
  libreoffice/repos/testing-i686/libreoffice-common.csh
(from rev 162290, libreoffice/repos/staging-i686/libreoffice-common.csh)
  libreoffice/repos/testing-i686/libreoffice-common.install
(from rev 162290, libreoffice/repos/staging-i686/libreoffice-common.install)
  libreoffice/repos/testing-i686/libreoffice-common.sh
(from rev 162290, libreoffice/repos/staging-i686/libreoffice-common.sh)
  libreoffice/repos/testing-i686/libreoffice-draw.install
(from rev 162290, libreoffice/repos/staging-i686/libreoffice-draw.install)
  libreoffice/repos/testing-i686/libreoffice-impress.install
(from rev 162290, 
libreoffice/repos/staging-i686/libreoffice-impress.install)
  libreoffice/repos/testing-i686/libreoffice-writer.install
(from rev 162290, libreoffice/repos/staging-i686/libreoffice-writer.install)
  libreoffice/repos/testing-x86_64/
  libreoffice/repos/testing-x86_64/PKGBUILD
(from rev 162290, libreoffice/repos/staging-x86_64/PKGBUILD)
  libreoffice/repos/testing-x86_64/PKGBUILD.36
(from rev 162290, libreoffice/repos/staging-x86_64/PKGBUILD.36)
  libreoffice/repos/testing-x86_64/buildfix.diff
(from rev 162290, libreoffice/repos/staging-x86_64/buildfix.diff)
  libreoffice/repos/testing-x86_64/buildfix_icu49.diff
(from rev 162290, libreoffice/repos/staging-x86_64/buildfix_icu49.diff)
  libreoffice/repos/testing-x86_64/fix_broken_hebrew_wordwrapping.diff
(from rev 162290, 
libreoffice/repos/staging-x86_64/fix_broken_hebrew_wordwrapping.diff)
  libreoffice/repos/testing-x86_64/libreoffice-base.install
(from rev 162290, libreoffice/repos/staging-x86_64/libreoffice-base.install)
  libreoffice/repos/testing-x86_64/libreoffice-calc.install
(from rev 162290, libreoffice/repos/staging-x86_64/libreoffice-calc.install)
  libreoffice/repos/testing-x86_64/libreoffice-common.csh
(from rev 162290, libreoffice/repos/staging-x86_64/libreoffice-common.csh)
  libreoffice/repos/testing-x86_64/libreoffice-common.install
(from rev 162290, 
libreoffice/repos/staging-x86_64/libreoffice-common.install)
  libreoffice/repos/testing-x86_64/libreoffice-common.sh
(from rev 162290, libreoffice/repos/staging-x86_64/libreoffice-common.sh)
  libreoffice/repos/testing-x86_64/libreoffice-draw.install
(from rev 162290, libreoffice/repos/staging-x86_64/libreoffice-draw.install)
  libreoffice/repos/testing-x86_64/libreoffice-impress.install
(from rev 162290, 
libreoffice/repos/staging-x86_64/libreoffice-impress.install)
  libreoffice/repos/testing-x86_64/libreoffice-writer.install
(from rev 162290, 
libreoffice/repos/staging-x86_64/libreoffice-writer.install)
Deleted:
  libreoffice/repos/staging-i686/
  libreoffice/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |  703 +++
 testing-i686/PKGBUILD.36   |  700 ++
 testing-i686/buildfix.diff |   12 
 testing-i686/buildfix_icu49.diff   |   42 +
 testing-i686/fix_broken_hebrew_wordwrapping.diff   |  360 +
 testing-i686/libreoffice-base.install  |   11 
 testing-i686/libreoffice-calc.install  |   11 
 testing-i686/libreoffice-common.csh|1 
 testing-i686/libreoffice-common.install|   47 +
 testing-i686/libreoffice-common.sh |1 
 testing-i686/libreoffice-draw.install  |   11 
 testing-i686/libreoffice-impress.install   |   11 
 testing-i686/libreoffice-writer.install|   11 
 testing-x86_64/PKGBUILD|  703 +++
 testing-x86_64/PKGBUILD.36 |  700 ++
 testing-x86_64/buildfix.diff   |   12 
 testing-x86_64/buildfix_icu49.diff |   42 +
 

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

2012-06-24 Thread Evangelos Foutras
Date: Sunday, June 24, 2012 @ 15:25:19
  Author: foutrelis
Revision: 162295

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

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

-+
 testing-i686/PKGBUILD   |   80 ++
 testing-x86_64/PKGBUILD |   80 ++
 2 files changed, 160 insertions(+)

Copied: poppler/repos/testing-i686/PKGBUILD (from rev 162290, 
poppler/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-24 19:25:19 UTC (rev 162295)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.20.1
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt' 
'pkgconfig' 'lcms' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://poppler.freedesktop.org/;
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('a61e3b844061f5324512a16d6d16984c'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd ${srcdir}
+  ln -sf test-${_testtag} test
+  cd ${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 make check
+}
+
+package_poppler() {
+  pkgdesc=PDF rendering library based on xpdf 3.0
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms' 
'poppler-data')
+  conflicts=(poppler-qt3${pkgver})
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
+  -e 's/^qt4_subdir =.*/qt4_subdir =/' -i Makefile
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/pkgconfig/poppler-{glib,qt4}.pc
+}
+
+package_poppler-glib() {
+  pkgdesc=Poppler glib bindings
+  depends=(poppler=${pkgver} 'glib2')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/glib
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-glib.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+  rm -f ${pkgdir}/usr/bin/poppler-glib-demo
+}
+
+package_poppler-qt() {
+  pkgdesc=Poppler Qt bindings
+  depends=(poppler=${pkgver} 'qt')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/qt4
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-qt4.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+}

Copied: poppler/repos/testing-x86_64/PKGBUILD (from rev 162290, 
poppler/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-24 19:25:19 UTC (rev 162295)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.20.1
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt' 
'pkgconfig' 'lcms' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://poppler.freedesktop.org/;
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('a61e3b844061f5324512a16d6d16984c'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd ${srcdir}
+  ln -sf test-${_testtag} test
+  cd 

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

2012-06-24 Thread Evangelos Foutras
Date: Sunday, June 24, 2012 @ 15:25:33
  Author: foutrelis
Revision: 162296

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

Added:
  texlive-bin/repos/testing-i686/
  texlive-bin/repos/testing-i686/09-texlive-fonts.conf
(from rev 162290, texlive-bin/repos/staging-i686/09-texlive-fonts.conf)
  texlive-bin/repos/testing-i686/PKGBUILD
(from rev 162290, texlive-bin/repos/staging-i686/PKGBUILD)
  texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch
(from rev 162290, 
texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-i686/luatex-poppler-0.20.patch
(from rev 162290, texlive-bin/repos/staging-i686/luatex-poppler-0.20.patch)
  texlive-bin/repos/testing-i686/texlive.install
(from rev 162290, texlive-bin/repos/staging-i686/texlive.install)
  texlive-bin/repos/testing-i686/texmf.cnf
(from rev 162290, texlive-bin/repos/staging-i686/texmf.cnf)
  texlive-bin/repos/testing-x86_64/
  texlive-bin/repos/testing-x86_64/09-texlive-fonts.conf
(from rev 162290, texlive-bin/repos/staging-x86_64/09-texlive-fonts.conf)
  texlive-bin/repos/testing-x86_64/PKGBUILD
(from rev 162290, texlive-bin/repos/staging-x86_64/PKGBUILD)
  texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch
(from rev 162290, 
texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-x86_64/luatex-poppler-0.20.patch
(from rev 162290, 
texlive-bin/repos/staging-x86_64/luatex-poppler-0.20.patch)
  texlive-bin/repos/testing-x86_64/texlive.install
(from rev 162290, texlive-bin/repos/staging-x86_64/texlive.install)
  texlive-bin/repos/testing-x86_64/texmf.cnf
(from rev 162290, texlive-bin/repos/staging-x86_64/texmf.cnf)
Deleted:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-x86_64/

-+
 testing-i686/09-texlive-fonts.conf  |9 
 testing-i686/PKGBUILD   |  350 
 testing-i686/fix-fontforge-encoding.patch   |   12 
 testing-i686/luatex-poppler-0.20.patch  |   77 ++
 testing-i686/texlive.install|   37 +
 testing-i686/texmf.cnf  |  724 ++
 testing-x86_64/09-texlive-fonts.conf|9 
 testing-x86_64/PKGBUILD |  350 
 testing-x86_64/fix-fontforge-encoding.patch |   12 
 testing-x86_64/luatex-poppler-0.20.patch|   77 ++
 testing-x86_64/texlive.install  |   37 +
 testing-x86_64/texmf.cnf|  724 ++
 12 files changed, 2418 insertions(+)

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


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

2012-06-24 Thread Evangelos Foutras
Date: Sunday, June 24, 2012 @ 15:25:38
  Author: foutrelis
Revision: 162297

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

Added:
  xournal/repos/testing-i686/
  xournal/repos/testing-i686/PKGBUILD
(from rev 162290, xournal/repos/staging-i686/PKGBUILD)
  xournal/repos/testing-i686/install
(from rev 162290, xournal/repos/staging-i686/install)
  xournal/repos/testing-x86_64/
  xournal/repos/testing-x86_64/PKGBUILD
(from rev 162290, xournal/repos/staging-x86_64/PKGBUILD)
  xournal/repos/testing-x86_64/install
(from rev 162290, xournal/repos/staging-x86_64/install)
Deleted:
  xournal/repos/staging-i686/
  xournal/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-i686/install|   13 +
 testing-x86_64/PKGBUILD |   27 +++
 testing-x86_64/install  |   13 +
 4 files changed, 80 insertions(+)

Copied: xournal/repos/testing-i686/PKGBUILD (from rev 162290, 
xournal/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-24 19:25:38 UTC (rev 162297)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=xournal
+pkgver=0.4.6
+pkgrel=2
+pkgdesc='Notetaking and sketching application'
+url='http://xournal.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 
'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('4ebe79e3df7155d2a09c341537a639ac2332d4c8')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr LIBS='-lm -lz'
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install desktop-install
+}

Copied: xournal/repos/testing-i686/install (from rev 162290, 
xournal/repos/staging-i686/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2012-06-24 19:25:38 UTC (rev 162297)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-mime-database usr/share/mime /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: xournal/repos/testing-x86_64/PKGBUILD (from rev 162290, 
xournal/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-24 19:25:38 UTC (rev 162297)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=xournal
+pkgver=0.4.6
+pkgrel=2
+pkgdesc='Notetaking and sketching application'
+url='http://xournal.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 
'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('4ebe79e3df7155d2a09c341537a639ac2332d4c8')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr LIBS='-lm -lz'
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install desktop-install
+}

Copied: xournal/repos/testing-x86_64/install (from rev 162290, 
xournal/repos/staging-x86_64/install)
===
--- testing-x86_64/install  (rev 0)
+++ testing-x86_64/install  2012-06-24 19:25:38 UTC (rev 162297)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-mime-database usr/share/mime /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 15:27:22
  Author: remy
Revision: 162298

Add missing link to typeoutfileinfo, cleanup updmap.cfg from omega.

Modified:
  texlive-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 19:25:38 UTC (rev 162297)
+++ PKGBUILD2012-06-24 19:27:22 UTC (rev 162298)
@@ -65,8 +65,9 @@
# $pkgdir/etc/texmf/tex/context/config/cont-usr.tex

# remove obsolete stuff (we don't provide the omega and aleph binaries 
anyway)
-   #rm -rf $pkgdir/usr/share/texmf-dist/omega
rm -f $pkgdir/usr/share/texmf-dist/tex/plain/config/{omega,aleph}.ini
+   sed -i '/cherokee\.map/d; /oinuit\.map/d; /omega\.map/d' \
+   ${pkgdir}/usr/share/texmf-dist/web2c/updmap.cfg
# more cleanup
rm -rf $pkgdir/usr/share/texmf-dist/scripts/context/stubs/mswin/
 
@@ -124,6 +125,7 @@
 texdirflatten/texdirflatten
 texloganalyser/texloganalyser
 thumbpdf/thumbpdf.pl
+typeoutfileinfo/typeoutfileinfo.sh
 texliveonfly/texliveonfly.py
 
 install -m755 -d $pkgdir/usr/bin



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

2012-06-24 Thread Florian Pritz
Date: Sunday, June 24, 2012 @ 15:32:55
  Author: bluewind
Revision: 162299

upgpkg: sysvinit 2.88-6

remove escape codes from logfile

Added:
  sysvinit/trunk/0001-simplify-writelog.patch
  sysvinit/trunk/0002-remove-ansi-escape-codes-from-log-file.patch
Modified:
  sysvinit/trunk/PKGBUILD
Deleted:
  sysvinit/trunk/simplify-writelog.patch

---+
 0001-simplify-writelog.patch  |  126 
 0002-remove-ansi-escape-codes-from-log-file.patch |   80 
 PKGBUILD  |   11 +
 simplify-writelog.patch   |  126 
 4 files changed, 213 insertions(+), 130 deletions(-)

Added: 0001-simplify-writelog.patch
===
--- 0001-simplify-writelog.patch(rev 0)
+++ 0001-simplify-writelog.patch2012-06-24 19:32:55 UTC (rev 162299)
@@ -0,0 +1,126 @@
+From 5577552eb1344ddd661893564b1e628f8edcf13d Mon Sep 17 00:00:00 2001
+From: Florian Pritz bluew...@xinu.at
+Date: Fri, 15 Jun 2012 16:41:52 +0200
+Subject: [PATCH 1/2] simplify writelog()
+
+All we do is prepend the date and remove \r. We don't handle color
+codes, but the user can just cat the log file in a terminal and it will
+interpret the codes correctly.
+
+Signed-off-by: Florian Pritz bluew...@xinu.at
+---
+ bootlogd.c |   76 +---
+ 1 file changed, 21 insertions(+), 55 deletions(-)
+
+diff --git a/bootlogd.c b/bootlogd.c
+index 570d382..e36e261 100644
+--- a/bootlogd.c
 b/bootlogd.c
+@@ -68,11 +68,6 @@ int didnl = 1;
+ int createlogfile = 0;
+ int syncalot = 0;
+ 
+-struct line {
+-  char buf[256];
+-  int pos;
+-} line;
+-
+ /*
+  *Console devices as listed on the kernel command line and
+  *the mapping to actual devices in /dev
+@@ -351,63 +346,34 @@ int consolename(char *res, int rlen)
+  */
+ void writelog(FILE *fp, unsigned char *ptr, int len)
+ {
+-  time_t  t;
+-  char*s;
+-  chartmp[8];
+-  int olen = len;
+-  int dosync = 0;
+-  int tlen;
+-
+-  while (len  0) {
+-  tmp[0] = 0;
+-  if (didnl) {
++  int dosync = 0;
++  int i;
++  static int first_run = 1;
++
++  for (i = 0; i  len; i++) {
++  int ignore = 0;
++
++  /* prepend date to every line */
++  if (*(ptr-1) == '\n' || first_run) {
++  time_t t;
++  char *s;
+   time(t);
+   s = ctime(t);
+   fprintf(fp, %.24s: , s);
+-  didnl = 0;
++  dosync = 1;
++  first_run = 0;
+   }
+-  switch (*ptr) {
+-  case 27: /* ESC */
+-  strcpy(tmp, ^[);
+-  break;
+-  case '\r':
+-  line.pos = 0;
+-  break;
+-  case 8: /* ^H */
+-  if (line.pos  0) line.pos--;
+-  break;
+-  case '\n':
+-  didnl = 1;
+-  dosync = 1;
+-  break;
+-  case '\t':
+-  line.pos += (line.pos / 8 + 1) * 8;
+-  if (line.pos = (int)sizeof(line.buf))
+-  line.pos = sizeof(line.buf) - 1;
+-  break;
+-  case  32 ... 127:
+-  case 161 ... 255:
+-  tmp[0] = *ptr;
+-  tmp[1] = 0;
+-  break;
+-  default:
+-  sprintf(tmp, \\%03o, *ptr);
+-  break;
+-  }
+-  ptr++;
+-  len--;
+ 
+-  tlen = strlen(tmp);
+-  if (tlen  (line.pos + tlen  (int)sizeof(line.buf))) {
+-  memcpy(line.buf + line.pos, tmp, tlen);
+-  line.pos += tlen;
++  if (*ptr == '\r') {
++  ignore = 1;
+   }
+-  if (didnl) {
+-  fprintf(fp, %s\n, line.buf);
+-  memset(line, 0, sizeof(line));
++
++  if (!ignore) {
++  fwrite(ptr, sizeof(char), 1, fp);
+   }
+-  }
+ 
++  ptr++;
++  }
+   if (dosync) {
+   fflush(fp);
+   if (syncalot) {
+@@ -415,7 +381,7 @@ void writelog(FILE *fp, unsigned char *ptr, int len)
+   }
+   }
+ 
+-  outptr += olen;
++

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

2012-06-24 Thread Florian Pritz
Date: Sunday, June 24, 2012 @ 15:35:10
  Author: bluewind
Revision: 162300

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

Added:
  sysvinit/repos/testing-i686/0001-simplify-writelog.patch
(from rev 162299, sysvinit/trunk/0001-simplify-writelog.patch)
  sysvinit/repos/testing-i686/0002-remove-ansi-escape-codes-from-log-file.patch
(from rev 162299, 
sysvinit/trunk/0002-remove-ansi-escape-codes-from-log-file.patch)
  sysvinit/repos/testing-i686/PKGBUILD
(from rev 162299, sysvinit/trunk/PKGBUILD)
  sysvinit/repos/testing-i686/sysvinit.install
(from rev 162299, sysvinit/trunk/sysvinit.install)
  sysvinit/repos/testing-x86_64/0001-simplify-writelog.patch
(from rev 162299, sysvinit/trunk/0001-simplify-writelog.patch)
  
sysvinit/repos/testing-x86_64/0002-remove-ansi-escape-codes-from-log-file.patch
(from rev 162299, 
sysvinit/trunk/0002-remove-ansi-escape-codes-from-log-file.patch)
  sysvinit/repos/testing-x86_64/PKGBUILD
(from rev 162299, sysvinit/trunk/PKGBUILD)
  sysvinit/repos/testing-x86_64/sysvinit.install
(from rev 162299, sysvinit/trunk/sysvinit.install)
Deleted:
  sysvinit/repos/testing-i686/PKGBUILD
  sysvinit/repos/testing-i686/simplify-writelog.patch
  sysvinit/repos/testing-i686/sysvinit.install
  sysvinit/repos/testing-x86_64/PKGBUILD
  sysvinit/repos/testing-x86_64/simplify-writelog.patch
  sysvinit/repos/testing-x86_64/sysvinit.install

--+
 testing-i686/0001-simplify-writelog.patch|  126 
++
 testing-i686/0002-remove-ansi-escape-codes-from-log-file.patch   |   80 ++
 testing-i686/PKGBUILD|   75 +++--
 testing-i686/simplify-writelog.patch |  126 
--
 testing-i686/sysvinit.install|6 
 testing-x86_64/0001-simplify-writelog.patch  |  126 
++
 testing-x86_64/0002-remove-ansi-escape-codes-from-log-file.patch |   80 ++
 testing-x86_64/PKGBUILD  |   75 +++--
 testing-x86_64/simplify-writelog.patch   |  126 
--
 testing-x86_64/sysvinit.install  |6 
 10 files changed, 496 insertions(+), 330 deletions(-)

Copied: sysvinit/repos/testing-i686/0001-simplify-writelog.patch (from rev 
162299, sysvinit/trunk/0001-simplify-writelog.patch)
===
--- testing-i686/0001-simplify-writelog.patch   (rev 0)
+++ testing-i686/0001-simplify-writelog.patch   2012-06-24 19:35:10 UTC (rev 
162300)
@@ -0,0 +1,126 @@
+From 5577552eb1344ddd661893564b1e628f8edcf13d Mon Sep 17 00:00:00 2001
+From: Florian Pritz bluew...@xinu.at
+Date: Fri, 15 Jun 2012 16:41:52 +0200
+Subject: [PATCH 1/2] simplify writelog()
+
+All we do is prepend the date and remove \r. We don't handle color
+codes, but the user can just cat the log file in a terminal and it will
+interpret the codes correctly.
+
+Signed-off-by: Florian Pritz bluew...@xinu.at
+---
+ bootlogd.c |   76 +---
+ 1 file changed, 21 insertions(+), 55 deletions(-)
+
+diff --git a/bootlogd.c b/bootlogd.c
+index 570d382..e36e261 100644
+--- a/bootlogd.c
 b/bootlogd.c
+@@ -68,11 +68,6 @@ int didnl = 1;
+ int createlogfile = 0;
+ int syncalot = 0;
+ 
+-struct line {
+-  char buf[256];
+-  int pos;
+-} line;
+-
+ /*
+  *Console devices as listed on the kernel command line and
+  *the mapping to actual devices in /dev
+@@ -351,63 +346,34 @@ int consolename(char *res, int rlen)
+  */
+ void writelog(FILE *fp, unsigned char *ptr, int len)
+ {
+-  time_t  t;
+-  char*s;
+-  chartmp[8];
+-  int olen = len;
+-  int dosync = 0;
+-  int tlen;
+-
+-  while (len  0) {
+-  tmp[0] = 0;
+-  if (didnl) {
++  int dosync = 0;
++  int i;
++  static int first_run = 1;
++
++  for (i = 0; i  len; i++) {
++  int ignore = 0;
++
++  /* prepend date to every line */
++  if (*(ptr-1) == '\n' || first_run) {
++  time_t t;
++  char *s;
+   time(t);
+   s = ctime(t);
+   fprintf(fp, %.24s: , s);
+-  didnl = 0;
++  dosync = 1;
++  first_run = 0;
+   }
+-  switch (*ptr) {
+-  case 27: /* ESC */
+-  strcpy(tmp, ^[);
+-  break;
+-  case '\r':
+-  line.pos = 0;
+-  break;
+-  case 8: /* ^H */
+-  if (line.pos  0) 

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

2012-06-24 Thread Dave Reisner
Date: Sunday, June 24, 2012 @ 15:56:14
  Author: dreisner
Revision: 162301

upgpkg: dbus-core 1.6.0-4

- remove dbus-uuidgen from rc script (this is already done on install)
- juggle machine-id file properly to /etc to play nicely with systemd

Modified:
  dbus-core/trunk/PKGBUILD
  dbus-core/trunk/dbus
  dbus-core/trunk/dbus.install

--+
 PKGBUILD |4 ++--
 dbus |3 ---
 dbus.install |7 ++-
 3 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 19:35:10 UTC (rev 162300)
+++ PKGBUILD2012-06-24 19:56:14 UTC (rev 162301)
@@ -4,7 +4,7 @@
 #
 pkgname=dbus-core
 pkgver=1.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 dbus)
 md5sums=('16dcae2dd0c76e398381601ac9acdec4'
  '0ebde9920bde83fe26ce32351a7d8954'
- '3675334f5b4442d1c3e9a008f176e85f')
+ 'f0364f3f5dc5f653bb05d39aa36e3264')
 
 build() {
   cd ${srcdir}/dbus-${pkgver}

Modified: dbus
===
--- dbus2012-06-24 19:35:10 UTC (rev 162300)
+++ dbus2012-06-24 19:56:14 UTC (rev 162301)
@@ -10,9 +10,6 @@
 if [[ ! -d /run/dbus ]] ; then
 install -m755 -g 81 -o 81 -d /run/dbus
 fi
-if [[ -x /usr/bin/dbus-uuidgen ]] ; then
-/usr/bin/dbus-uuidgen --ensure
-fi
 
 if ! dbus-daemon --system; then
 stat_fail

Modified: dbus.install
===
--- dbus.install2012-06-24 19:35:10 UTC (rev 162300)
+++ dbus.install2012-06-24 19:56:14 UTC (rev 162301)
@@ -2,7 +2,12 @@
   getent group dbus /dev/null || groupadd -g 81 dbus
   getent passwd dbus /dev/null || useradd -c 'System message bus' -u 81 -g 
dbus -d '/' -s /bin/false dbus
   passwd -l dbus /dev/null
-  dbus-uuidgen --ensure=/etc/machine-id
+
+  if [[ ! -L var/lib/dbus/machine-id ]]; then
+[[ -e var/lib/dbus/machine-id  ! -e etc/machine-id ]]  mv 
var/lib/dbus/machine-id etc/
+ln -sf ../../../etc/machine-id var/lib/dbus/
+  fi
+  dbus-uuidgen --ensure=etc/machine-id
 }
 
 post_upgrade() {



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

2012-06-24 Thread Dave Reisner
Date: Sunday, June 24, 2012 @ 15:56:30
  Author: dreisner
Revision: 162302

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

Added:
  dbus-core/repos/testing-i686/PKGBUILD
(from rev 162301, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/testing-i686/dbus
(from rev 162301, dbus-core/trunk/dbus)
  dbus-core/repos/testing-i686/dbus.install
(from rev 162301, dbus-core/trunk/dbus.install)
  dbus-core/repos/testing-x86_64/PKGBUILD
(from rev 162301, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/testing-x86_64/dbus
(from rev 162301, dbus-core/trunk/dbus)
  dbus-core/repos/testing-x86_64/dbus.install
(from rev 162301, dbus-core/trunk/dbus.install)
Deleted:
  dbus-core/repos/testing-i686/PKGBUILD
  dbus-core/repos/testing-i686/dbus
  dbus-core/repos/testing-i686/dbus.install
  dbus-core/repos/testing-x86_64/PKGBUILD
  dbus-core/repos/testing-x86_64/dbus
  dbus-core/repos/testing-x86_64/dbus.install

-+
 testing-i686/PKGBUILD   |  106 +-
 testing-i686/dbus   |  105 -
 testing-i686/dbus.install   |   53 +++--
 testing-x86_64/PKGBUILD |  106 +-
 testing-x86_64/dbus |  105 -
 testing-x86_64/dbus.install |   53 +++--
 6 files changed, 266 insertions(+), 262 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-06-24 19:56:14 UTC (rev 162301)
+++ testing-i686/PKGBUILD   2012-06-24 19:56:30 UTC (rev 162302)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Link Dupont l...@subpop.net
-#
-pkgname=dbus-core
-pkgver=1.6.0
-pkgrel=3
-pkgdesc=Freedesktop.org message bus system
-url=http://www.freedesktop.org/Software/dbus;
-arch=(i686 x86_64)
-license=('GPL' 'custom')
-depends=('expat=2.0.1' 'coreutils' 'filesystem' 'libsystemd' 'shadow') # 
shadow for install scriptlet FS#29341
-makedepends=('libx11')
-conflicts=('dbus1.2.3-2')
-options=(!libtool)
-install=dbus.install
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc}
-dbus)
-md5sums=('16dcae2dd0c76e398381601ac9acdec4'
- '0ebde9920bde83fe26ce32351a7d8954'
- '3675334f5b4442d1c3e9a008f176e85f')
-
-build() {
-  cd ${srcdir}/dbus-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
-  --with-system-pid-file=/run/dbus/pid \
-  --with-system-socket=/run/dbus/system_bus_socket \
-  --enable-inotify --disable-dnotify \
-  --disable-verbose-mode --disable-static \
-  --disable-tests --disable-asserts \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --enable-systemd
-  make
-}
-
-package(){
-  cd ${srcdir}/dbus-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -f ${pkgdir}/usr/bin/dbus-launch
-  rm -f ${pkgdir}/usr/share/man/man1/dbus-launch.1
-  rm -rf ${pkgdir}/var/run
-
-  install -m755 -d ${pkgdir}/etc/rc.d
-  install -m755 ${srcdir}/dbus ${pkgdir}/etc/rc.d/
-
-  #Fix configuration file
-  sed -i -e 's|user81/user|userdbus/user|' 
${pkgdir}/etc/dbus-1/system.conf
-
-  install -dm755 ${pkgdir}/usr/share/licenses/dbus-core
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/dbus-core/
-}

Copied: dbus-core/repos/testing-i686/PKGBUILD (from rev 162301, 
dbus-core/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-24 19:56:30 UTC (rev 162302)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus-core
+pkgver=1.6.0
+pkgrel=4
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=('expat=2.0.1' 'coreutils' 'filesystem' 'libsystemd' 'shadow') # 
shadow for install scriptlet FS#29341
+makedepends=('libx11')
+conflicts=('dbus1.2.3-2')
+options=(!libtool)
+install=dbus.install
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc}
+dbus)
+md5sums=('16dcae2dd0c76e398381601ac9acdec4'
+ '0ebde9920bde83fe26ce32351a7d8954'
+ 'f0364f3f5dc5f653bb05d39aa36e3264')
+
+build() {
+  cd ${srcdir}/dbus-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd
+  make
+}

[arch-commits] Commit in psmisc/trunk (PKGBUILD psmisc22.18-usage.patch)

2012-06-24 Thread Eric Bélanger
Date: Sunday, June 24, 2012 @ 16:01:39
  Author: eric
Revision: 162303

upgpkg: psmisc 22.19-1

Upstream update, Remove old patch

Modified:
  psmisc/trunk/PKGBUILD
Deleted:
  psmisc/trunk/psmisc22.18-usage.patch

-+
 PKGBUILD|   10 --
 psmisc22.18-usage.patch |   11 ---
 2 files changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 19:56:30 UTC (rev 162302)
+++ PKGBUILD2012-06-24 20:01:39 UTC (rev 162303)
@@ -2,21 +2,19 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=psmisc
-pkgver=22.18
-pkgrel=2
+pkgver=22.19
+pkgrel=1
 pkgdesc=Miscellaneous procfs tools
 arch=('i686' 'x86_64')
 url=http://psmisc.sourceforge.net/index.html;
 license=('GPL')
 groups=('base')
 depends=('ncurses')
-source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz 
psmisc22.18-usage.patch)
-sha1sums=('964f6daa0950b128a0840d9df4dc0b671730a83c'
-  '5cd326dd969b07c46d10c7d1172b91d65cbc6e10')
+source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('4c8fb774449f966f78c4c6e1d77d1a24b4187410')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/psmisc22.18-usage.patch
   ./configure --prefix=/usr
   make
 }

Deleted: psmisc22.18-usage.patch
===
--- psmisc22.18-usage.patch 2012-06-24 19:56:30 UTC (rev 162302)
+++ psmisc22.18-usage.patch 2012-06-24 20:01:39 UTC (rev 162303)
@@ -1,11 +0,0 @@
-diff -Naur psmisc-22.18-orig/src/killall.c psmisc-22.18/src/killall.c
 psmisc-22.18-orig/src/killall.c2012-06-20 05:07:16.563742846 -0400
-+++ psmisc-22.18/src/killall.c 2012-06-20 05:08:38.250412923 -0400
-@@ -637,6 +637,7 @@
-   (must precede other arguments)\n));
- #endif /*WITH_SELINUX*/
-   fputc('\n', stderr);
-+  exit (1);
- }
- 
- 



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

2012-06-24 Thread Eric Bélanger
Date: Sunday, June 24, 2012 @ 16:02:02
  Author: eric
Revision: 162304

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

Added:
  psmisc/repos/testing-i686/
  psmisc/repos/testing-i686/PKGBUILD
(from rev 162303, psmisc/trunk/PKGBUILD)
  psmisc/repos/testing-x86_64/
  psmisc/repos/testing-x86_64/PKGBUILD
(from rev 162303, psmisc/trunk/PKGBUILD)

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

Copied: psmisc/repos/testing-i686/PKGBUILD (from rev 162303, 
psmisc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-24 20:02:02 UTC (rev 162304)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=psmisc
+pkgver=22.19
+pkgrel=1
+pkgdesc=Miscellaneous procfs tools
+arch=('i686' 'x86_64')
+url=http://psmisc.sourceforge.net/index.html;
+license=('GPL')
+groups=('base')
+depends=('ncurses')
+source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('4c8fb774449f966f78c4c6e1d77d1a24b4187410')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: psmisc/repos/testing-x86_64/PKGBUILD (from rev 162303, 
psmisc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-24 20:02:02 UTC (rev 162304)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=psmisc
+pkgver=22.19
+pkgrel=1
+pkgdesc=Miscellaneous procfs tools
+arch=('i686' 'x86_64')
+url=http://psmisc.sourceforge.net/index.html;
+license=('GPL')
+groups=('base')
+depends=('ncurses')
+source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('4c8fb774449f966f78c4c6e1d77d1a24b4187410')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-06-24 Thread Ronald van Haren
Date: Sunday, June 24, 2012 @ 16:38:18
  Author: ronald
Revision: 162305

upgpkg: grub2 1:2.00rc1-1

update to 2.00rc1

Modified:
  grub2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 20:02:02 UTC (rev 162304)
+++ PKGBUILD2012-06-24 20:38:18 UTC (rev 162305)
@@ -1,17 +1,15 @@
 # Maintainer: Ronald van Haren ronald.archlinux.org
 # Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
 
-_grub_bzr_rev=4232
-_pkgver=2.00~beta6
+_pkgver=2.00~rc1
 
 _grub_lua_ver=24
-_grub_gpxe_ver=12
 _grub_ntldr_ver=21
 _grub_915_ver=9
 
 pkgname=('grub2-common' 'grub2-bios' 'grub2-efi-i386')
 pkgbase=grub2
-pkgver=2.00beta6
+pkgver=2.00rc1
 pkgrel=1
 url=http://www.gnu.org/software/grub/;
 arch=('i686' 'x86_64')
@@ -23,7 +21,6 @@
 # source=(ftp://ftp.archlinux.org/other/grub2/grub_r${_grub_bzr_rev}.tar.xz;
 source=(http://alpha.gnu.org/gnu/grub/grub-${_pkgver}.tar.xz
 
ftp://ftp.archlinux.org/other/grub2/grub2_extras_lua_r${_grub_lua_ver}.tar.xz;
-
ftp://ftp.archlinux.org/other/grub2/grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz;
 
ftp://ftp.archlinux.org/other/grub2/grub2_extras_ntldr-img_r${_grub_ntldr_ver}.tar.xz;
 
ftp://ftp.archlinux.org/other/grub2/grub2_extras_915resolution_r${_grub_915_ver}.tar.xz;
 'archlinux_grub_mkconfig_fixes.patch'
@@ -32,13 +29,11 @@
 '20_memtest86+')
 
 noextract=(grub2_extras_lua_r${_grub_lua_ver}.tar.xz
-   grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz
grub2_extras_ntldr-img_r${_grub_ntldr_ver}.tar.xz
grub2_extras_915resolution_r${_grub_915_ver}.tar.xz)
 
-sha1sums=('0ba5ccf6e6761911f9bf236e21f8f77a2d29ebdb'
+sha1sums=('2f5ca951c3cb9ca364d38e4b4a2ca2a232fc4c13'
   '89290031b974780c6df76893836d2477d4add895'
-  'b04994c005910b4bf123f034b30109d5c8d6fd86'
   'eb4b35b4c36b64f9405cbcbc538cb205171c1c0a'
   'd5ae2efec25616028a9d89e98b6e454f1c4c415f'
   '26e4e946190bea1f03632658cf08ba90e11dec57'
@@ -63,9 +58,6 @@
bsdtar xf ${srcdir}/grub2_extras_lua_r${_grub_lua_ver}.tar.xz \
-C ${srcdir}/grub_bios-${_pkgver}/grub-extras
 
-   bsdtar xf ${srcdir}/grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz \
-   -C ${srcdir}/grub_bios-${_pkgver}/grub-extras
-
bsdtar xf ${srcdir}/grub2_extras_ntldr-img_r${_grub_ntldr_ver}.tar.xz 
\
-C ${srcdir}/grub_bios-${_pkgver}/grub-extras
 
@@ -124,9 +116,6 @@
bsdtar xf ${srcdir}/grub2_extras_lua_r${_grub_lua_ver}.tar.xz \
-C ${srcdir}/grub_efi-${_pkgver}/grub-extras
 
-   bsdtar xf ${srcdir}/grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz \
-   -C ${srcdir}/grub_efi-${_pkgver}/grub-extras
-
## Requires python2
# sed 's|python |python2 |g' -i 
${srcdir}/grub_efi-${_pkgver}/autogen.sh
 



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

2012-06-24 Thread Eric Bélanger
Date: Sunday, June 24, 2012 @ 16:44:17
  Author: eric
Revision: 162306

upgpkg: libtiff 4.0.2-1

Upstream update

Modified:
  libtiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 20:38:18 UTC (rev 162305)
+++ PKGBUILD2012-06-24 20:44:17 UTC (rev 162306)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=libtiff
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc=Library for manipulation of TIFF images
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('freeglut: for using tiffgt')
 options=('!libtool')
 source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz)
-sha1sums=('8baf382231c9051a1b3eb294581289aa21447171')
+sha1sums=('d84b7b33a6cfb3d15ca386c8c16b05047f8b5352')
 
 build() {
   cd ${srcdir}/tiff-${pkgver}



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

2012-06-24 Thread Eric Bélanger
Date: Sunday, June 24, 2012 @ 16:44:52
  Author: eric
Revision: 162307

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

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

---+
 extra-i686/PKGBUILD   |   66 
 extra-x86_64/PKGBUILD |   66 
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-24 20:44:17 UTC (rev 162306)
+++ extra-i686/PKGBUILD 2012-06-24 20:44:52 UTC (rev 162307)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=libtiff
-pkgver=4.0.1
-pkgrel=1
-pkgdesc=Library for manipulation of TIFF images
-arch=('i686' 'x86_64')
-url=http://www.remotesensing.org/libtiff/;
-license=('custom')
-depends=('libjpeg' 'zlib' 'xz')
-makedepends=('freeglut')
-optdepends=('freeglut: for using tiffgt')
-options=('!libtool')
-source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz)
-sha1sums=('8baf382231c9051a1b3eb294581289aa21447171')
-
-build() {
-  cd ${srcdir}/tiff-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/tiff-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/tiff-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libtiff/repos/extra-i686/PKGBUILD (from rev 162306, 
libtiff/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-24 20:44:52 UTC (rev 162307)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=libtiff
+pkgver=4.0.2
+pkgrel=1
+pkgdesc=Library for manipulation of TIFF images
+arch=('i686' 'x86_64')
+url=http://www.remotesensing.org/libtiff/;
+license=('custom')
+depends=('libjpeg' 'zlib' 'xz')
+makedepends=('freeglut')
+optdepends=('freeglut: for using tiffgt')
+options=('!libtool')
+source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz)
+sha1sums=('d84b7b33a6cfb3d15ca386c8c16b05047f8b5352')
+
+build() {
+  cd ${srcdir}/tiff-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/tiff-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/tiff-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-24 20:44:17 UTC (rev 162306)
+++ extra-x86_64/PKGBUILD   2012-06-24 20:44:52 UTC (rev 162307)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=libtiff
-pkgver=4.0.1
-pkgrel=1
-pkgdesc=Library for manipulation of TIFF images
-arch=('i686' 'x86_64')
-url=http://www.remotesensing.org/libtiff/;
-license=('custom')
-depends=('libjpeg' 'zlib' 'xz')
-makedepends=('freeglut')
-optdepends=('freeglut: for using tiffgt')
-options=('!libtool')
-source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz)
-sha1sums=('8baf382231c9051a1b3eb294581289aa21447171')
-
-build() {
-  cd ${srcdir}/tiff-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/tiff-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/tiff-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libtiff/repos/extra-x86_64/PKGBUILD (from rev 162306, 
libtiff/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-24 20:44:52 UTC (rev 162307)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=libtiff
+pkgver=4.0.2
+pkgrel=1
+pkgdesc=Library for manipulation of TIFF images
+arch=('i686' 'x86_64')
+url=http://www.remotesensing.org/libtiff/;
+license=('custom')
+depends=('libjpeg' 'zlib' 'xz')
+makedepends=('freeglut')
+optdepends=('freeglut: for using tiffgt')
+options=('!libtool')
+source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz)
+sha1sums=('d84b7b33a6cfb3d15ca386c8c16b05047f8b5352')
+
+build() {
+  cd ${srcdir}/tiff-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/tiff-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/tiff-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-06-24 Thread Tom Gundersen
Date: Sunday, June 24, 2012 @ 16:46:50
  Author: tomegun
Revision: 162308

db-move: moved bluez from [core] to [extra] ( i686,  x86_64)

Added:
  bluez/repos/extra-i686/PKGBUILD
(from rev 162307, bluez/repos/core-i686/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.conf.d
(from rev 162307, bluez/repos/core-i686/bluetooth.conf.d)
  bluez/repos/extra-i686/rc.bluetooth
(from rev 162307, bluez/repos/core-i686/rc.bluetooth)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 162307, bluez/repos/core-x86_64/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.conf.d
(from rev 162307, bluez/repos/core-x86_64/bluetooth.conf.d)
  bluez/repos/extra-x86_64/rc.bluetooth
(from rev 162307, bluez/repos/core-x86_64/rc.bluetooth)
Deleted:
  bluez/repos/core-i686/
  bluez/repos/core-x86_64/
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.conf.d
  bluez/repos/extra-i686/org.bluez.service
  bluez/repos/extra-i686/rc.bluetooth
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.conf.d
  bluez/repos/extra-x86_64/org.bluez.service
  bluez/repos/extra-x86_64/rc.bluetooth

+
 extra-i686/PKGBUILD|  170 --
 extra-i686/bluetooth.conf.d|   60 ++--
 extra-i686/org.bluez.service   |5 -
 extra-i686/rc.bluetooth|  193 ++-
 extra-x86_64/PKGBUILD  |  170 --
 extra-x86_64/bluetooth.conf.d  |   60 ++--
 extra-x86_64/org.bluez.service |5 -
 extra-x86_64/rc.bluetooth  |  193 ++-
 8 files changed, 412 insertions(+), 444 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-24 20:44:52 UTC (rev 162307)
+++ extra-i686/PKGBUILD 2012-06-24 20:46:50 UTC (rev 162308)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-
-pkgname=bluez
-pkgver=4.100
-pkgrel=1
-pkgdesc=Libraries and tools for the Bluetooth protocol stack
-url=http://www.bluez.org/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core' 'python2' 'systemd-tools')
-makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile' 'libusbx')
-optdepends=(gstreamer0.10-base: bluetooth GStreamer support
-alsa-lib: Audio bluetooth devices support
-dbus-python: to run bluez-simple-agent
-pygobject: to run bluez-simple-agent
-libusb-compat: USB adapters support
-cups: CUPS backend)
-conflicts=('bluez-libs' 'bluez-utils')
-provides=('bluez-libs' 'bluez-utils')
-replaces=('bluez-libs' 'bluez-utils')
-options=('!libtool')
-backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
-'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
-'bluetooth.conf.d'
-   'rc.bluetooth'
-   'org.bluez.service')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  cp ../org.bluez.service src/
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/lib \
---enable-gstreamer \
---enable-alsa \
---enable-usb \
---enable-tools \
---enable-bccmd \
---enable-dfutool \
---enable-hid2hci \
---enable-hidd \
---enable-pand \
---enable-dund \
---enable-cups \
---enable-wiimote \
---disable-test \
---with-systemdunitdir=/usr/lib/systemd/system
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth
-  
-  install -d ${pkgdir}/etc/bluetooth
-  install -m644 network/network.conf \
-input/input.conf \
-audio/audio.conf \
-serial/serial.conf \
-${pkgdir}/etc/bluetooth/
-  
-  install -Dm644 ${srcdir}/bluetooth.conf.d \
-${pkgdir}/etc/conf.d/bluetooth
-
-  # FS#27630
-  install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
-  install -Dm755 test/test-device ${pkgdir}/usr/bin/bluez-test-device
-  install -Dm755 test/test-input ${pkgdir}/usr/bin/bluez-test-input
-  sed -i 's#/usr/bin/python#/usr/bin/python2#' \
-${pkgdir}/usr/bin/bluez-simple-agent \
-${pkgdir}/usr/bin/bluez-test-device \
-${pkgdir}/usr/bin/bluez-test-input
-}
-md5sums=('54809d476c52665ff64594b6828016b5'
- '7412982b440f29fa7f76a41a87fef985'
- '8f9498707f809506928b2e480d3b6789'
- '54c7de598327bf11d56592235d0702f4')

Copied: bluez/repos/extra-i686/PKGBUILD (from rev 162307, 
bluez/repos/core-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-24 20:46:50 

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

2012-06-24 Thread Tom Gundersen
Date: Sunday, June 24, 2012 @ 16:47:20
  Author: tomegun
Revision: 162309

db-move: moved hwids from [testing] to [core] ( any)

Added:
  hwids/repos/core-any/PKGBUILD
(from rev 162308, hwids/repos/testing-any/PKGBUILD)
Deleted:
  hwids/repos/core-any/PKGBUILD
  hwids/repos/testing-any/

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

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-06-24 20:46:50 UTC (rev 162308)
+++ core-any/PKGBUILD   2012-06-24 20:47:20 UTC (rev 162309)
@@ -1,17 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-pkgname=hwids
-pkgver=20120512
-pkgrel=1
-pkgdesc=hardware identification databases
-url=https://github.com/Flameeyes/hwids
-license=('GPL2')
-arch=('any')
-source=(https://github.com/Flameeyes/${pkgname}/tarball/${pkgname}-${pkgver};)
-
-package() {
-  cd ${srcdir}/*
-  mkdir -p ${pkgdir}/usr/share/hwdata
-  cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
-}
-md5sums=('d530009df4967b5ece996262f4e39851')

Copied: hwids/repos/core-any/PKGBUILD (from rev 162308, 
hwids/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-06-24 20:47:20 UTC (rev 162309)
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+pkgname=hwids
+pkgver=20120611
+pkgrel=1
+pkgdesc=hardware identification databases
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=(https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver};)
+
+package() {
+  cd ${srcdir}/*
+  mkdir -p ${pkgdir}/usr/share/hwdata
+  cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
+}
+md5sums=('e8334c300af417ab3e58f448ee80c2a8')



[arch-commits] Commit in grub2-efi-x86_64/trunk (PKGBUILD)

2012-06-24 Thread Ronald van Haren
Date: Sunday, June 24, 2012 @ 16:59:10
  Author: ronald
Revision: 162310

upgpkg: grub2-efi-x86_64 1:2.00rc1-1

update to 2.00rc1

Modified:
  grub2-efi-x86_64/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 20:47:20 UTC (rev 162309)
+++ PKGBUILD2012-06-24 20:59:10 UTC (rev 162310)
@@ -1,14 +1,12 @@
 # Maintainer: Ronald van Haren ronald.archlinux.org
 # Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
 
-_grub_bzr_rev=4232
-_pkgver=2.00~beta6
+_pkgver=2.00~rc1
 
 _grub_lua_ver=24
-_grub_gpxe_ver=12
 
 pkgname=grub2-efi-x86_64
-pkgver=2.00beta6
+pkgver=2.00rc1
 pkgrel=1
 epoch=1
 pkgdesc=The GNU GRand Unified Bootloader version 2 - x86_64 UEFI version
@@ -23,15 +21,12 @@
 
 # source=(ftp://ftp.archlinux.org/other/grub2/grub_r${_grub_bzr_rev}.tar.xz;
 source=(http://alpha.gnu.org/gnu/grub/grub-${_pkgver}.tar.xz
-
ftp://ftp.archlinux.org/other/grub2/grub2_extras_lua_r${_grub_lua_ver}.tar.xz; 
   
-   
ftp://ftp.archlinux.org/other/grub2/grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz;)
+
ftp://ftp.archlinux.org/other/grub2/grub2_extras_lua_r${_grub_lua_ver}.tar.xz;)
 
-noextract=(grub2_extras_lua_r${_grub_lua_ver}.tar.xz
-   grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz)
+noextract=(grub2_extras_lua_r${_grub_lua_ver}.tar.xz)
 
-sha1sums=('0ba5ccf6e6761911f9bf236e21f8f77a2d29ebdb'
-  '89290031b974780c6df76893836d2477d4add895'
-  'b04994c005910b4bf123f034b30109d5c8d6fd86')
+sha1sums=('2f5ca951c3cb9ca364d38e4b4a2ca2a232fc4c13'
+  '89290031b974780c6df76893836d2477d4add895')

 build() {
 
@@ -49,9 +44,6 @@
bsdtar xf ${srcdir}/grub2_extras_lua_r${_grub_lua_ver}.tar.xz \
-C ${srcdir}/grub-${_pkgver}/grub-extras
 
-   bsdtar xf ${srcdir}/grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz \
-   -C ${srcdir}/grub-${_pkgver}/grub-extras
-
## Requires python2
# sed 's|python |python2 |g' -i ${srcdir}/grub-${_pkgver}/autogen.sh
 



[arch-commits] Commit in grub2-efi-x86_64/repos (4 files)

2012-06-24 Thread Ronald van Haren
Date: Sunday, June 24, 2012 @ 16:59:27
  Author: ronald
Revision: 162311

archrelease: copy trunk to testing-any

Added:
  grub2-efi-x86_64/repos/testing-any/
  grub2-efi-x86_64/repos/testing-any/PKGBUILD
(from rev 162310, grub2-efi-x86_64/trunk/PKGBUILD)
  grub2-efi-x86_64/repos/testing-any/grub_extras_lua_args_fix.patch
(from rev 162310, grub2-efi-x86_64/trunk/grub_extras_lua_args_fix.patch)
  grub2-efi-x86_64/repos/testing-any/ldflags.patch
(from rev 162310, grub2-efi-x86_64/trunk/ldflags.patch)

+
 PKGBUILD   |   95 +++
 grub_extras_lua_args_fix.patch |   13 +
 ldflags.patch  |   15 ++
 3 files changed, 123 insertions(+)

Copied: grub2-efi-x86_64/repos/testing-any/PKGBUILD (from rev 162310, 
grub2-efi-x86_64/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-06-24 20:59:27 UTC (rev 162311)
@@ -0,0 +1,95 @@
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+
+_pkgver=2.00~rc1
+
+_grub_lua_ver=24
+
+pkgname=grub2-efi-x86_64
+pkgver=2.00rc1
+pkgrel=1
+epoch=1
+pkgdesc=The GNU GRand Unified Bootloader version 2 - x86_64 UEFI version
+url=http://www.gnu.org/software/grub/;
+arch=('any')
+license=('GPL3')
+
+makedepends=('xz' 'python' 'autogen' 'texinfo' 'help2man' 'gettext' 
'device-mapper' 'fuse')
+depends=(grub2-common=${epoch}:${pkgver} 'dosfstools' 'efibootmgr')
+
+options=('!strip' '!emptydirs')
+
+# source=(ftp://ftp.archlinux.org/other/grub2/grub_r${_grub_bzr_rev}.tar.xz;
+source=(http://alpha.gnu.org/gnu/grub/grub-${_pkgver}.tar.xz
+
ftp://ftp.archlinux.org/other/grub2/grub2_extras_lua_r${_grub_lua_ver}.tar.xz;)
+
+noextract=(grub2_extras_lua_r${_grub_lua_ver}.tar.xz)
+
+sha1sums=('2f5ca951c3cb9ca364d38e4b4a2ca2a232fc4c13'
+  '89290031b974780c6df76893836d2477d4add895')
+   
+build() {
+
+   if [[ ${CARCH} == 'i686' ]]; then
+   echo This package can be built only in a x86_64 system. 
Exiting.
+   exit 1
+   fi
+
+   cd ${srcdir}/grub-${_pkgver}
+
+   ## add grub-extras
+   export GRUB_CONTRIB=${srcdir}/grub-${_pkgver}/grub-extras/ 
+   install -d ${srcdir}/grub-${_pkgver}/grub-extras
+
+   bsdtar xf ${srcdir}/grub2_extras_lua_r${_grub_lua_ver}.tar.xz \
+   -C ${srcdir}/grub-${_pkgver}/grub-extras
+
+   ## Requires python2
+   # sed 's|python |python2 |g' -i ${srcdir}/grub-${_pkgver}/autogen.sh
+
+   ## start the actual build process
+   cd ${srcdir}/grub-${_pkgver}/
+   ./autogen.sh
+
+   CFLAGS= ./configure \
+   --with-platform=efi \
+   --target=x86_64 \
+   --host=${CARCH}-unknown-linux-gnu \
+   --disable-efiemu \
+   --enable-mm-debug \
+   --enable-nls \
+   --enable-device-mapper \
+   --enable-cache-stats \
+   --enable-grub-mkfont \
+   --enable-grub-mount \
+   --prefix=/usr \
+   --bindir=/usr/bin \
+   --sbindir=/usr/sbin \
+   --mandir=/usr/share/man \
+   --infodir=/usr/share/info \
+   --datarootdir=/usr/share \
+   --sysconfdir=/etc \
+   --program-prefix= \
+   --with-bootdir=/boot \
+   --with-grubdir=grub \
+   --disable-werror
+
+
+   CFLAGS= make
+
+}
+
+package() {
+
+   cd ${srcdir}/grub-${_pkgver}
+   make DESTDIR=${pkgdir}/ install 
+
+   ## remove non platform-specific files
+   rm -rf ${pkgdir}/{boot,etc,usr/{share,bin,sbin}}
+
+   ## remove gdb debugging related files
+   rm -f ${pkgdir}/usr/lib/grub/x86_64-efi/*.module || true
+   rm -f ${pkgdir}/usr/lib/grub/x86_64-efi/*.image || true
+   rm -f 
${pkgdir}/usr/lib/grub/x86_64-efi/{kernel.exec,gdb_grub,gmodule.pl} || true
+
+}

Copied: grub2-efi-x86_64/repos/testing-any/grub_extras_lua_args_fix.patch (from 
rev 162310, grub2-efi-x86_64/trunk/grub_extras_lua_args_fix.patch)
===
--- testing-any/grub_extras_lua_args_fix.patch  (rev 0)
+++ testing-any/grub_extras_lua_args_fix.patch  2012-06-24 20:59:27 UTC (rev 
162311)
@@ -0,0 +1,13 @@
+diff --git a/grub-extras/lua/grub_lib.c b/grub-extras/lua/grub_lib.c
+index 9014320..055d620 100644
+--- a/grub-extras/lua/grub_lib.c
 b/grub-extras/lua/grub_lib.c
+@@ -466,7 +466,7 @@ grub_lua_add_menu (lua_State *state)
+   if (! p)
+   return push_result (state);
+ 
+-  grub_normal_add_menu_entry (n, args, NULL, NULL, NULL, NULL, p, 0);
++  grub_normal_add_menu_entry (n, args, NULL, NULL, NULL, NULL, NULL, p, 
0);
+ }
+   else
+ {

Copied: 

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

2012-06-24 Thread Ronald van Haren
Date: Sunday, June 24, 2012 @ 17:07:02
  Author: ronald
Revision: 162312

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

Added:
  grub2/repos/testing-i686/
  grub2/repos/testing-i686/05_archtheme
(from rev 162311, grub2/trunk/05_archtheme)
  grub2/repos/testing-i686/20_memtest86+
(from rev 162311, grub2/trunk/20_memtest86+)
  grub2/repos/testing-i686/PKGBUILD
(from rev 162311, grub2/trunk/PKGBUILD)
  grub2/repos/testing-i686/archlinux_grub2_mkconfig_fixes.patch
(from rev 162311, grub2/trunk/archlinux_grub2_mkconfig_fixes.patch)
  grub2/repos/testing-i686/archlinux_grub_mkconfig_fixes.patch
(from rev 162311, grub2/trunk/archlinux_grub_mkconfig_fixes.patch)
  grub2/repos/testing-i686/fix_stack_pointer_handling_16_relocator.patch
(from rev 162311, grub2/trunk/fix_stack_pointer_handling_16_relocator.patch)
  grub2/repos/testing-i686/grub-install.fix
(from rev 162311, grub2/trunk/grub-install.fix)
  
grub2/repos/testing-i686/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch
(from rev 162311, 
grub2/trunk/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch)
  grub2/repos/testing-i686/grub.cfg
(from rev 162311, grub2/trunk/grub.cfg)
  grub2/repos/testing-i686/grub.default
(from rev 162311, grub2/trunk/grub.default)
  grub2/repos/testing-i686/grub2.install
(from rev 162311, grub2/trunk/grub2.install)
  grub2/repos/testing-i686/grub2_automake_1.11.2_pkglib_to_pkgdata.patch
(from rev 162311, grub2/trunk/grub2_automake_1.11.2_pkglib_to_pkgdata.patch)
  grub2/repos/testing-i686/grub2_bzr_export.sh
(from rev 162311, grub2/trunk/grub2_bzr_export.sh)
  grub2/repos/testing-i686/grub_extras_lua_args_fix.patch
(from rev 162311, grub2/trunk/grub_extras_lua_args_fix.patch)
  grub2/repos/testing-x86_64/
  grub2/repos/testing-x86_64/05_archtheme
(from rev 162311, grub2/trunk/05_archtheme)
  grub2/repos/testing-x86_64/20_memtest86+
(from rev 162311, grub2/trunk/20_memtest86+)
  grub2/repos/testing-x86_64/PKGBUILD
(from rev 162311, grub2/trunk/PKGBUILD)
  grub2/repos/testing-x86_64/archlinux_grub2_mkconfig_fixes.patch
(from rev 162311, grub2/trunk/archlinux_grub2_mkconfig_fixes.patch)
  grub2/repos/testing-x86_64/archlinux_grub_mkconfig_fixes.patch
(from rev 162311, grub2/trunk/archlinux_grub_mkconfig_fixes.patch)
  grub2/repos/testing-x86_64/fix_stack_pointer_handling_16_relocator.patch
(from rev 162311, grub2/trunk/fix_stack_pointer_handling_16_relocator.patch)
  grub2/repos/testing-x86_64/grub-install.fix
(from rev 162311, grub2/trunk/grub-install.fix)
  
grub2/repos/testing-x86_64/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch
(from rev 162311, 
grub2/trunk/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch)
  grub2/repos/testing-x86_64/grub.cfg
(from rev 162311, grub2/trunk/grub.cfg)
  grub2/repos/testing-x86_64/grub.default
(from rev 162311, grub2/trunk/grub.default)
  grub2/repos/testing-x86_64/grub2.install
(from rev 162311, grub2/trunk/grub2.install)
  grub2/repos/testing-x86_64/grub2_automake_1.11.2_pkglib_to_pkgdata.patch
(from rev 162311, grub2/trunk/grub2_automake_1.11.2_pkglib_to_pkgdata.patch)
  grub2/repos/testing-x86_64/grub2_bzr_export.sh
(from rev 162311, grub2/trunk/grub2_bzr_export.sh)
  grub2/repos/testing-x86_64/grub_extras_lua_args_fix.patch
(from rev 162311, grub2/trunk/grub_extras_lua_args_fix.patch)

---+
 testing-i686/05_archtheme |6 
 testing-i686/20_memtest86+|   29 +
 testing-i686/PKGBUILD |  242 
++
 testing-i686/archlinux_grub2_mkconfig_fixes.patch |  130 
+
 testing-i686/archlinux_grub_mkconfig_fixes.patch  |  143 
+
 testing-i686/fix_stack_pointer_handling_16_relocator.patch|   13 
 testing-i686/grub-install.fix |   11 
 testing-i686/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch   |   15 
 testing-i686/grub.cfg |  127 
+
 testing-i686/grub.default |   45 +
 testing-i686/grub2.install|   33 +
 testing-i686/grub2_automake_1.11.2_pkglib_to_pkgdata.patch|  134 
+
 testing-i686/grub2_bzr_export.sh  |  113 

 testing-i686/grub_extras_lua_args_fix.patch   |   13 
 testing-x86_64/05_archtheme   |6 
 testing-x86_64/20_memtest86+  |   29 +
 testing-x86_64/PKGBUILD   |  242 
++
 testing-x86_64/archlinux_grub2_mkconfig_fixes.patch   |  130 
+
 

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

2012-06-24 Thread Florian Pritz
Date: Sunday, June 24, 2012 @ 18:20:42
  Author: bluewind
Revision: 162313

upgpkg: netcfg 2.8.5-1

upstream update

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 21:07:02 UTC (rev 162312)
+++ PKGBUILD2012-06-24 22:20:42 UTC (rev 162313)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netcfg
-pkgver=2.8.4
+pkgver=2.8.5
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org/netcfg/;
@@ -19,7 +19,7 @@
)
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
 arch=(any)
-md5sums=('048c85094fbb0f99f8598196f9598b55')
+md5sums=('61019de518f430f421a6353ddb652549')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



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

2012-06-24 Thread Florian Pritz
Date: Sunday, June 24, 2012 @ 18:21:04
  Author: bluewind
Revision: 162314

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/PKGBUILD
(from rev 162313, netcfg/trunk/PKGBUILD)
Deleted:
  netcfg/repos/testing-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-24 22:20:42 UTC (rev 162313)
+++ PKGBUILD2012-06-24 22:21:04 UTC (rev 162314)
@@ -1,33 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=2.8.4
-pkgrel=1
-pkgdesc=Network configuration and profile scripts
-url=http://archlinux.org/netcfg/;
-license=(BSD)
-backup=(etc/iftab etc/conf.d/netcfg)
-depends=(coreutils dhcpcd iproute2)
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based profile and wifi selectors'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through 
rc.d/net-auto-wired'
-'wpa_actiond: for automatic wireless connections through 
rc.d/net-auto-wireless'
-'wireless_tools: for interface renaming through net-rename'
-'ifenslave: for bond connections'
-'bridge-utils: for bridge connections'
-   )
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
-arch=(any)
-md5sums=('048c85094fbb0f99f8598196f9598b55')
-
-package() {
-  cd $srcdir/netcfg-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
-}
-

Copied: netcfg/repos/testing-any/PKGBUILD (from rev 162313, 
netcfg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-24 22:21:04 UTC (rev 162314)
@@ -0,0 +1,33 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.8.5
+pkgrel=1
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org/netcfg/;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=(coreutils dhcpcd iproute2)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based profile and wifi selectors'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through 
rc.d/net-auto-wired'
+'wpa_actiond: for automatic wireless connections through 
rc.d/net-auto-wireless'
+'wireless_tools: for interface renaming through net-rename'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+   )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('61019de518f430f421a6353ddb652549')
+
+package() {
+  cd $srcdir/netcfg-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
+}
+



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

2012-06-24 Thread Dave Reisner
Date: Sunday, June 24, 2012 @ 18:30:38
  Author: dreisner
Revision: 162315

db-move: moved dbus-core from [testing] to [core] ( i686,  x86_64)

Added:
  dbus-core/repos/core-i686/PKGBUILD
(from rev 162314, dbus-core/repos/testing-i686/PKGBUILD)
  dbus-core/repos/core-i686/dbus
(from rev 162314, dbus-core/repos/testing-i686/dbus)
  dbus-core/repos/core-i686/dbus.install
(from rev 162314, dbus-core/repos/testing-i686/dbus.install)
  dbus-core/repos/core-x86_64/PKGBUILD
(from rev 162314, dbus-core/repos/testing-x86_64/PKGBUILD)
  dbus-core/repos/core-x86_64/dbus
(from rev 162314, dbus-core/repos/testing-x86_64/dbus)
  dbus-core/repos/core-x86_64/dbus.install
(from rev 162314, dbus-core/repos/testing-x86_64/dbus.install)
Deleted:
  dbus-core/repos/core-i686/PKGBUILD
  dbus-core/repos/core-i686/dbus
  dbus-core/repos/core-i686/dbus.install
  dbus-core/repos/core-x86_64/PKGBUILD
  dbus-core/repos/core-x86_64/dbus
  dbus-core/repos/core-x86_64/dbus.install
  dbus-core/repos/testing-i686/
  dbus-core/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |  103 ++
 core-i686/dbus   |  108 +
 core-i686/dbus.install   |   53 --
 core-x86_64/PKGBUILD |  103 ++
 core-x86_64/dbus |  108 +
 core-x86_64/dbus.install |   53 --
 6 files changed, 266 insertions(+), 262 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-06-24 22:21:04 UTC (rev 162314)
+++ core-i686/PKGBUILD  2012-06-24 22:30:38 UTC (rev 162315)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Link Dupont l...@subpop.net
-#
-pkgname=dbus-core
-pkgver=1.4.20
-pkgrel=2
-pkgdesc=Freedesktop.org message bus system
-url=http://www.freedesktop.org/Software/dbus;
-arch=(i686 x86_64)
-license=('GPL' 'custom')
-depends=('expat=2.0.1' 'coreutils' 'filesystem' 'shadow') # shadow for 
install scriptlet FS#29341
-makedepends=('libx11')
-conflicts=('dbus1.2.3-2')
-options=(!libtool)
-install=dbus.install
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz
-dbus)
-md5sums=('79eca2f2c1894ac347acce128314428b'
- '08f93dd19cffd1b45ab05c1fd4efb560')
-
-build() {
-  cd ${srcdir}/dbus-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
-  --with-system-pid-file=/var/run/dbus.pid \
-  --enable-inotify --disable-dnotify \
-  --disable-verbose-mode --disable-static \
-  --disable-tests --disable-asserts \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package(){
-  cd ${srcdir}/dbus-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -f ${pkgdir}/usr/bin/dbus-launch
-  rm -f ${pkgdir}/usr/share/man/man1/dbus-launch.1
-  rm -rf ${pkgdir}/var/run
-
-  install -m755 -d ${pkgdir}/etc/rc.d
-  install -m755 ${srcdir}/dbus ${pkgdir}/etc/rc.d/
-
-  #Fix configuration file
-  sed -i -e 's|user81/user|userdbus/user|' 
${pkgdir}/etc/dbus-1/system.conf
-
-  install -d -m755 ${pkgdir}/usr/share/licenses/dbus-core
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/dbus-core/
-}

Copied: dbus-core/repos/core-i686/PKGBUILD (from rev 162314, 
dbus-core/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-06-24 22:30:38 UTC (rev 162315)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus-core
+pkgver=1.6.0
+pkgrel=4
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=('expat=2.0.1' 'coreutils' 'filesystem' 'libsystemd' 'shadow') # 
shadow for install scriptlet FS#29341
+makedepends=('libx11')
+conflicts=('dbus1.2.3-2')
+options=(!libtool)
+install=dbus.install
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc}
+dbus)
+md5sums=('16dcae2dd0c76e398381601ac9acdec4'
+ '0ebde9920bde83fe26ce32351a7d8954'
+ 'f0364f3f5dc5f653bb05d39aa36e3264')
+
+build() {
+  cd ${srcdir}/dbus-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd
+  make
+}
+
+package(){
+  cd ${srcdir}/dbus-${pkgver}
+  make 

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

2012-06-24 Thread Dave Reisner
Date: Sunday, June 24, 2012 @ 21:10:30
  Author: dreisner
Revision: 162317

upgpkg: systemd 185-3

- move systemd-machine-id-setup to systemd-tools: this takes over for 
dbus-uuidgen

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd-tools.install
  systemd/trunk/systemd.install

---+
 PKGBUILD  |5 +++--
 systemd-tools.install |6 ++
 systemd.install   |4 
 3 files changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 22:30:50 UTC (rev 162316)
+++ PKGBUILD2012-06-25 01:10:30 UTC (rev 162317)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-tools' 'systemd-sysvcompat')
 pkgver=185
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 license=('GPL2' 'LGPL2.1' 'MIT')
@@ -132,6 +132,7 @@
   mv $pkgdir/etc/udev etc
   mv $pkgdir/etc/{binfmt,modules-load,sysctl,tmpfiles}.d etc
   mv $pkgdir/usr/bin/udevadm usr/bin
+  mv $pkgdir/usr/bin/systemd-machine-id-setup usr/bin
   mv $pkgdir/usr/lib/pkgconfig usr/lib
   mv $pkgdir/usr/lib/systemd/systemd-udevd usr/lib/systemd
   mv $pkgdir/usr/lib/systemd/system/systemd-udev* usr/lib/systemd/system
@@ -147,7 +148,7 @@
   mv $pkgdir/usr/share/gtk-doc/html/{g,lib}udev usr/share/gtk-doc/html
   mv $pkgdir/usr/share/man/man7/udev.7 usr/share/man/man7
   mv $pkgdir/usr/share/man/man8/{systemd-{tmpfiles,udevd},udevadm}.8 
usr/share/man/man8
-  mv $pkgdir/usr/share/man/man1/systemd-{ask-password,delta,detect-virt}.1 
usr/share/man/man1
+  mv 
$pkgdir/usr/share/man/man1/systemd-{ask-password,delta,detect-virt,machine-id-setup}.1
 usr/share/man/man1
   mv $pkgdir/usr/share/man/man5/{binfmt,modules-load,sysctl,tmpfiles}.d.5 
usr/share/man/man5
   mv $pkgdir/usr/share/man/man5/{hostname,{vconsole,locale}.conf}.5 
usr/share/man/man5
   mv 
$pkgdir/usr/bin/systemd-{ask-password,delta,detect-virt,tmpfiles,tty-ask-password-agent}
 usr/bin

Modified: systemd-tools.install
===
--- systemd-tools.install   2012-06-24 22:30:50 UTC (rev 162316)
+++ systemd-tools.install   2012-06-25 01:10:30 UTC (rev 162317)
@@ -1,7 +1,13 @@
 # arg 1:  the new package version
 # arg 2:  the old package version
 
+post_install() {
+  systemd-machine-id-setup
+}
+
 post_upgrade() {
+  systemd-machine-id-setup
+
   if [ $(vercmp $2 174) -lt 0 ]; then
 echo  * We now use upstream rules for assigning devices to the 'disk', 
'optical',
 echo'scanner' and 'video' groups. Beware of any changes.

Modified: systemd.install
===
--- systemd.install 2012-06-24 22:30:50 UTC (rev 162316)
+++ systemd.install 2012-06-25 01:10:30 UTC (rev 162317)
@@ -5,8 +5,6 @@
 }
 
 post_install() {
-  systemd-machine-id-setup
-
   # enable getty@tty1 by default, but don't track the file
   systemctl enable getty@.service
 
@@ -15,8 +13,6 @@
 }
 
 post_upgrade() {
-  systemd-machine-id-setup
-
   if sd_booted; then
 # we moved the binary in 44-2 to /usr, so a reexec leads to a
 # coredump. refuse this reexec and warn the user that they should



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

2012-06-24 Thread Dave Reisner
Date: Sunday, June 24, 2012 @ 21:17:52
  Author: dreisner
Revision: 162318

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/0001-Reinstate-TIMEOUT-handling.patch
(from rev 162317, systemd/trunk/0001-Reinstate-TIMEOUT-handling.patch)
  
systemd/repos/testing-i686/0001-udev-systemd-udev-settle.service-fix-After.patch
(from rev 162317, 
systemd/trunk/0001-udev-systemd-udev-settle.service-fix-After.patch)
  
systemd/repos/testing-i686/0001-vconsole-setup-enable-utf-8-mode-explicitly.patch
(from rev 162317, 
systemd/trunk/0001-vconsole-setup-enable-utf-8-mode-explicitly.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 162317, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 162317, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-timestamp
(from rev 162317, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 162317, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/locale.sh
(from rev 162317, systemd/trunk/locale.sh)
  systemd/repos/testing-i686/systemd-tools.install
(from rev 162317, systemd/trunk/systemd-tools.install)
  systemd/repos/testing-i686/systemd.install
(from rev 162317, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Reinstate-TIMEOUT-handling.patch
(from rev 162317, systemd/trunk/0001-Reinstate-TIMEOUT-handling.patch)
  
systemd/repos/testing-x86_64/0001-udev-systemd-udev-settle.service-fix-After.patch
(from rev 162317, 
systemd/trunk/0001-udev-systemd-udev-settle.service-fix-After.patch)
  
systemd/repos/testing-x86_64/0001-vconsole-setup-enable-utf-8-mode-explicitly.patch
(from rev 162317, 
systemd/trunk/0001-vconsole-setup-enable-utf-8-mode-explicitly.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 162317, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 162317, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-timestamp
(from rev 162317, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 162317, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/locale.sh
(from rev 162317, systemd/trunk/locale.sh)
  systemd/repos/testing-x86_64/systemd-tools.install
(from rev 162317, systemd/trunk/systemd-tools.install)
  systemd/repos/testing-x86_64/systemd.install
(from rev 162317, systemd/trunk/systemd.install)

---+
 testing-i686/0001-Reinstate-TIMEOUT-handling.patch|  124 
+
 testing-i686/0001-udev-systemd-udev-settle.service-fix-After.patch|   26 +
 testing-i686/0001-vconsole-setup-enable-utf-8-mode-explicitly.patch   |   79 
+++
 testing-i686/PKGBUILD |  215 
++
 testing-i686/initcpio-hook-udev   |   20 
 testing-i686/initcpio-install-timestamp   |   14 
 testing-i686/initcpio-install-udev|   28 +
 testing-i686/locale.sh|   60 ++
 testing-i686/systemd-tools.install|   35 +
 testing-i686/systemd.install  |   37 +
 testing-x86_64/0001-Reinstate-TIMEOUT-handling.patch  |  124 
+
 testing-x86_64/0001-udev-systemd-udev-settle.service-fix-After.patch  |   26 +
 testing-x86_64/0001-vconsole-setup-enable-utf-8-mode-explicitly.patch |   79 
+++
 testing-x86_64/PKGBUILD   |  215 
++
 testing-x86_64/initcpio-hook-udev |   20 
 testing-x86_64/initcpio-install-timestamp |   14 
 testing-x86_64/initcpio-install-udev  |   28 +
 testing-x86_64/locale.sh  |   60 ++
 testing-x86_64/systemd-tools.install  |   35 +
 testing-x86_64/systemd.install|   37 +
 20 files changed, 1276 insertions(+)

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


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

2012-06-24 Thread Dave Reisner
Date: Sunday, June 24, 2012 @ 21:18:52
  Author: dreisner
Revision: 162319

upgpkg: dbus-core 1.6.0-5

- remove dbus-uuidgen logic from install scriplet, depend on 
systemd-machine-id-setup

Modified:
  dbus-core/trunk/PKGBUILD
  dbus-core/trunk/dbus.install

--+
 PKGBUILD |4 ++--
 dbus.install |6 --
 2 files changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-25 01:17:52 UTC (rev 162318)
+++ PKGBUILD2012-06-25 01:18:52 UTC (rev 162319)
@@ -4,12 +4,12 @@
 #
 pkgname=dbus-core
 pkgver=1.6.0
-pkgrel=4
+pkgrel=5
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
 arch=(i686 x86_64)
 license=('GPL' 'custom')
-depends=('expat=2.0.1' 'coreutils' 'filesystem' 'libsystemd' 'shadow') # 
shadow for install scriptlet FS#29341
+depends=('expat=2.0.1' 'coreutils' 'filesystem' 'libsystemd' 'shadow' 
'systemd-tools') # shadow for install scriptlet FS#29341
 makedepends=('libx11')
 conflicts=('dbus1.2.3-2')
 options=(!libtool)

Modified: dbus.install
===
--- dbus.install2012-06-25 01:17:52 UTC (rev 162318)
+++ dbus.install2012-06-25 01:18:52 UTC (rev 162319)
@@ -2,12 +2,6 @@
   getent group dbus /dev/null || groupadd -g 81 dbus
   getent passwd dbus /dev/null || useradd -c 'System message bus' -u 81 -g 
dbus -d '/' -s /bin/false dbus
   passwd -l dbus /dev/null
-
-  if [[ ! -L var/lib/dbus/machine-id ]]; then
-[[ -e var/lib/dbus/machine-id  ! -e etc/machine-id ]]  mv 
var/lib/dbus/machine-id etc/
-ln -sf ../../../etc/machine-id var/lib/dbus/
-  fi
-  dbus-uuidgen --ensure=etc/machine-id
 }
 
 post_upgrade() {



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

2012-06-24 Thread Dave Reisner
Date: Sunday, June 24, 2012 @ 21:19:03
  Author: dreisner
Revision: 162320

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

Added:
  dbus-core/repos/testing-i686/
  dbus-core/repos/testing-i686/PKGBUILD
(from rev 162319, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/testing-i686/dbus
(from rev 162319, dbus-core/trunk/dbus)
  dbus-core/repos/testing-i686/dbus.install
(from rev 162319, dbus-core/trunk/dbus.install)
  dbus-core/repos/testing-x86_64/
  dbus-core/repos/testing-x86_64/PKGBUILD
(from rev 162319, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/testing-x86_64/dbus
(from rev 162319, dbus-core/trunk/dbus)
  dbus-core/repos/testing-x86_64/dbus.install
(from rev 162319, dbus-core/trunk/dbus.install)

-+
 testing-i686/PKGBUILD   |   53 ++
 testing-i686/dbus   |   51 
 testing-i686/dbus.install   |   23 ++
 testing-x86_64/PKGBUILD |   53 ++
 testing-x86_64/dbus |   51 
 testing-x86_64/dbus.install |   23 ++
 6 files changed, 254 insertions(+)

Copied: dbus-core/repos/testing-i686/PKGBUILD (from rev 162319, 
dbus-core/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-25 01:19:03 UTC (rev 162320)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus-core
+pkgver=1.6.0
+pkgrel=5
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=('expat=2.0.1' 'coreutils' 'filesystem' 'libsystemd' 'shadow' 
'systemd-tools') # shadow for install scriptlet FS#29341
+makedepends=('libx11')
+conflicts=('dbus1.2.3-2')
+options=(!libtool)
+install=dbus.install
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc}
+dbus)
+md5sums=('16dcae2dd0c76e398381601ac9acdec4'
+ '0ebde9920bde83fe26ce32351a7d8954'
+ 'f0364f3f5dc5f653bb05d39aa36e3264')
+
+build() {
+  cd ${srcdir}/dbus-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd
+  make
+}
+
+package(){
+  cd ${srcdir}/dbus-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/bin/dbus-launch
+  rm -f ${pkgdir}/usr/share/man/man1/dbus-launch.1
+  rm -rf ${pkgdir}/var/run
+
+  install -m755 -d ${pkgdir}/etc/rc.d
+  install -m755 ${srcdir}/dbus ${pkgdir}/etc/rc.d/
+
+  #Fix configuration file
+  sed -i -e 's|user81/user|userdbus/user|' 
${pkgdir}/etc/dbus-1/system.conf
+
+  install -dm755 ${pkgdir}/usr/share/licenses/dbus-core
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/dbus-core/
+}


Property changes on: dbus-core/repos/testing-i686/PKGBUILD
___
Added: svn:mergeinfo
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Copied: dbus-core/repos/testing-i686/dbus (from rev 162319, 
dbus-core/trunk/dbus)
===
--- testing-i686/dbus   (rev 0)
+++ testing-i686/dbus   2012-06-25 01:19:03 UTC (rev 162320)
@@ -0,0 +1,51 @@
+#!/bin/bash
+
+# general config
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case $1 in
+start)
+stat_busy Starting D-BUS system messagebus
+if [[ ! -d /run/dbus ]] ; then
+install -m755 -g 81 -o 81 -d /run/dbus
+fi
+
+if ! dbus-daemon --system; then
+stat_fail
+else
+add_daemon dbus
+stat_done
+fi
+;;
+stop)
+stat_busy Stopping D-BUS system messagebus
+if ! { [[ -f /run/dbus/pid ]]  kill $(/run/dbus/pid); }; then
+stat_fail
+else
+rm -f /run/dbus/pid
+rm_daemon dbus
+stat_done
+fi
+;;
+restart)
+$0 stop
+sleep 1
+$0 start
+;;
+reload)
+stat_busy Reloading D-BUS configuration
+if ! { [[ -f /run/dbus/pid ]]  dbus-send \
+--system --type=method_call \
+--dest=org.freedesktop.DBus \
+/ org.freedesktop.DBus.ReloadConfig; }; then
+stat_fail
+else
+stat_done
+fi
+;;
+*)
+echo 

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

2012-06-24 Thread Gaetan Bisson
Date: Sunday, June 24, 2012 @ 21:50:54
  Author: bisson
Revision: 162321

upstream update

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-25 01:19:03 UTC (rev 162320)
+++ PKGBUILD2012-06-25 01:50:54 UTC (rev 162321)
@@ -5,8 +5,8 @@
 # Contributor: Anton Leontiev bun...@t-25.ru
 
 pkgname=graphicsmagick
-pkgver=1.3.15
-pkgrel=2
+pkgver=1.3.16
+pkgrel=1
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
 arch=('i686' 'x86_64')
@@ -16,16 +16,11 @@
  'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
-sha1sums=('d5df4000d5531fad3ede9e008f9c8dc2d085d546')
+sha1sums=('3949030b101d66811242a0d30abc9965481ed035')
 
 build() {
cd ${srcdir}/GraphicsMagick-${pkgver}
 
-   # fix typemap bug
-   # https://rt.cpan.org/Public/Bug/Display.html?id=70150
-   # 
http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.7.7/PerlMagick/typemap
-   echo 'Graphics::Magick T_PTROBJ'  typemap
-
./configure \
--prefix=/usr \
--with-perl \



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

2012-06-24 Thread Gaetan Bisson
Date: Sunday, June 24, 2012 @ 21:51:33
  Author: bisson
Revision: 162322

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

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

---+
 extra-i686/PKGBUILD   |  115 ++--
 extra-x86_64/PKGBUILD |  115 ++--
 2 files changed, 110 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-25 01:50:54 UTC (rev 162321)
+++ extra-i686/PKGBUILD 2012-06-25 01:51:33 UTC (rev 162322)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Anton Leontiev bun...@t-25.ru
-
-pkgname=graphicsmagick
-pkgver=1.3.15
-pkgrel=2
-pkgdesc='Image processing system'
-url='http://www.graphicsmagick.org/'
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('perl')
-depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
- 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
-sha1sums=('d5df4000d5531fad3ede9e008f9c8dc2d085d546')
-
-build() {
-   cd ${srcdir}/GraphicsMagick-${pkgver}
-
-   # fix typemap bug
-   # https://rt.cpan.org/Public/Bug/Display.html?id=70150
-   # 
http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.7.7/PerlMagick/typemap
-   echo 'Graphics::Magick T_PTROBJ'  typemap
-
-   ./configure \
-   --prefix=/usr \
-   --with-perl \
-   --enable-shared \
-   --disable-static \
-   --with-gs-font-dir=/usr/share/fonts/Type1 \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/GraphicsMagick-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   # Install MIT license
-   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
-
-   # Install perl bindings
-   # The patching was introduced in order to build perl module without 
installing package itself and
-   # not to introduce unnecessary path into LD_RUN_PATH
-   cd PerlMagick
-   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
-   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
-   sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
-   make
-   make install
-
-   # Remove perllocal.pod and .packlist
-   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
-   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
-}

Copied: graphicsmagick/repos/extra-i686/PKGBUILD (from rev 162321, 
graphicsmagick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-25 01:51:33 UTC (rev 162322)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Anton Leontiev bun...@t-25.ru
+
+pkgname=graphicsmagick
+pkgver=1.3.16
+pkgrel=1
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('3949030b101d66811242a0d30abc9965481ed035')
+
+build() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --with-perl \
+   --enable-shared \
+   --disable-static \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   # Install MIT license
+   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr 

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

2012-06-24 Thread Eric Bélanger
Date: Monday, June 25, 2012 @ 00:48:07
  Author: eric
Revision: 162323

upgpkg: libgadu 1.11.2-1

Upstream update, Fix license, Add check function

Modified:
  libgadu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-25 01:51:33 UTC (rev 162322)
+++ PKGBUILD2012-06-25 04:48:07 UTC (rev 162323)
@@ -3,16 +3,16 @@
 # Contributor: Mateusz Herych heni...@gmail.com
 
 pkgname=libgadu
-pkgver=1.11.1
+pkgver=1.11.2
 pkgrel=1
 pkgdesc=This library implements the client side of the Gadu-Gadu protocol
 arch=('i686' 'x86_64')
 url=http://toxygen.net/libgadu/;
-license=('GPL')
+license=('LGPL2.1')
 depends=('openssl')
 options=('!libtool')
 source=(http://toxygen.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('01016ad3b0ea955b61ef4badf2bd48bf')
+md5sums=('832432fef251f69f31e68574c17f0c51')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -23,6 +23,11 @@
   make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install



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

2012-06-24 Thread Eric Bélanger
Date: Monday, June 25, 2012 @ 00:48:31
  Author: eric
Revision: 162324

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

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

---+
 extra-i686/PKGBUILD   |   63 +---
 extra-x86_64/PKGBUILD |   63 +---
 2 files changed, 68 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-25 04:48:07 UTC (rev 162323)
+++ extra-i686/PKGBUILD 2012-06-25 04:48:31 UTC (rev 162324)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-
-pkgname=libgadu
-pkgver=1.11.1
-pkgrel=1
-pkgdesc=This library implements the client side of the Gadu-Gadu protocol
-arch=('i686' 'x86_64')
-url=http://toxygen.net/libgadu/;
-license=('GPL')
-depends=('openssl')
-options=('!libtool')
-source=(http://toxygen.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('01016ad3b0ea955b61ef4badf2bd48bf')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---disable-static \
---enable-shared \
---with-pthread
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libgadu/repos/extra-i686/PKGBUILD (from rev 162323, 
libgadu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-25 04:48:31 UTC (rev 162324)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+
+pkgname=libgadu
+pkgver=1.11.2
+pkgrel=1
+pkgdesc=This library implements the client side of the Gadu-Gadu protocol
+arch=('i686' 'x86_64')
+url=http://toxygen.net/libgadu/;
+license=('LGPL2.1')
+depends=('openssl')
+options=('!libtool')
+source=(http://toxygen.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('832432fef251f69f31e68574c17f0c51')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static \
+--enable-shared \
+--with-pthread
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-25 04:48:07 UTC (rev 162323)
+++ extra-x86_64/PKGBUILD   2012-06-25 04:48:31 UTC (rev 162324)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-
-pkgname=libgadu
-pkgver=1.11.1
-pkgrel=1
-pkgdesc=This library implements the client side of the Gadu-Gadu protocol
-arch=('i686' 'x86_64')
-url=http://toxygen.net/libgadu/;
-license=('GPL')
-depends=('openssl')
-options=('!libtool')
-source=(http://toxygen.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('01016ad3b0ea955b61ef4badf2bd48bf')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---disable-static \
---enable-shared \
---with-pthread
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libgadu/repos/extra-x86_64/PKGBUILD (from rev 162323, 
libgadu/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-25 04:48:31 UTC (rev 162324)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+
+pkgname=libgadu
+pkgver=1.11.2
+pkgrel=1
+pkgdesc=This library implements the client side of the Gadu-Gadu protocol
+arch=('i686' 'x86_64')
+url=http://toxygen.net/libgadu/;
+license=('LGPL2.1')
+depends=('openssl')
+options=('!libtool')
+source=(http://toxygen.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('832432fef251f69f31e68574c17f0c51')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static \
+--enable-shared \
+--with-pthread
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}