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

2012-06-26 Thread Eric Bélanger
Date: Tuesday, June 26, 2012 @ 02:36:18
  Author: eric
Revision: 162374

upgpkg: links 2.7-1

Upstream update

Modified:
  links/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 05:39:58 UTC (rev 162373)
+++ PKGBUILD2012-06-26 06:36:18 UTC (rev 162374)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=links
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 pkgdesc=A text WWW browser, similar to Lynx
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('links-g')
 replaces=('links-g')
 source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
-sha1sums=('228bd726c176ea44d35fa12cafd97aa83214d9dc'
+sha1sums=('1e362a7e27078d630edf5868145a46247cda8cc3'
   'f600e27c2a7118f7dd07a10230aa44463a02')
 
 build() {



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

2012-06-26 Thread Eric Bélanger
Date: Tuesday, June 26, 2012 @ 02:36:44
  Author: eric
Revision: 162375

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

Added:
  links/repos/testing-i686/
  links/repos/testing-i686/PKGBUILD
(from rev 162374, links/trunk/PKGBUILD)
  links/repos/testing-i686/links.desktop
(from rev 162374, links/trunk/links.desktop)
  links/repos/testing-x86_64/
  links/repos/testing-x86_64/PKGBUILD
(from rev 162374, links/trunk/PKGBUILD)
  links/repos/testing-x86_64/links.desktop
(from rev 162374, links/trunk/links.desktop)

--+
 testing-i686/PKGBUILD|   47 +
 testing-i686/links.desktop   |7 ++
 testing-x86_64/PKGBUILD  |   47 +
 testing-x86_64/links.desktop |7 ++
 4 files changed, 108 insertions(+)

Copied: links/repos/testing-i686/PKGBUILD (from rev 162374, 
links/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-26 06:36:44 UTC (rev 162375)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.7
+pkgrel=1
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'zlib' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('1e362a7e27078d630edf5868145a46247cda8cc3'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks ${pkgdir}/usr/bin/xlinks
+  ln -s links.1.gz ${pkgdir}/usr/share/man/man1/xlinks.1.gz
+
+  install -D -m644 ${srcdir}/links.desktop 
${pkgdir}/usr/share/applications/links.desktop
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
${pkgdir}/usr/share/pixmaps/
+
+  install -d ${pkgdir}/usr/share/doc/links/calibration
+  install -m644 doc/links_cal/* ${pkgdir}/usr/share/doc/links/calibration/
+}

Copied: links/repos/testing-i686/links.desktop (from rev 162374, 
links/trunk/links.desktop)
===
--- testing-i686/links.desktop  (rev 0)
+++ testing-i686/links.desktop  2012-06-26 06:36:44 UTC (rev 162375)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/testing-x86_64/PKGBUILD (from rev 162374, 
links/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-26 06:36:44 UTC (rev 162375)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.7
+pkgrel=1
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'zlib' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('1e362a7e27078d630edf5868145a46247cda8cc3'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks ${pkgdir}/usr/bin/xlinks
+  ln -s links.1.gz ${pkgdir}/usr/share/man/man1/xlinks.1.gz
+
+  install -D -m644 ${srcdir}/links.desktop 
${pkgdir}/usr/share/applications/links.desktop
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
${pkgdir}/usr/share/pixmaps/
+
+  install -d 

[arch-commits] Commit in bootchart/trunk (README.patch)

2012-06-26 Thread Tom Gundersen
Date: Tuesday, June 26, 2012 @ 03:15:33
  Author: tomegun
Revision: 162376

remove unused patch

Deleted:
  bootchart/trunk/README.patch

--+
 README.patch |   25 -
 1 file changed, 25 deletions(-)

Deleted: README.patch
===
--- README.patch2012-06-26 06:36:44 UTC (rev 162375)
+++ README.patch2012-06-26 07:15:33 UTC (rev 162376)
@@ -1,25 +0,0 @@
-From 4d34b379411f781a494b4775260d550ff61e22e4 Mon Sep 17 00:00:00 2001
-From: Tom Gundersen t...@jklm.no
-Date: Fri, 16 Mar 2012 01:34:10 +0100
-Subject: [PATCH] README: point to the correct location of the binary
-

- README   |2 +-
- 1 file changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/README b/README
-index fa1d730..1906abb 100644
 a/README
-+++ b/README
-@@ -6,7 +6,7 @@ Bootchart - a 'startup' graphing tool
- Bootchart is a tool, usually run at system startup, that collects and graphs
- the CPU and disk load of the system as it works. The output of bootchart is
- an SVG graph. Normally, bootchart is invoked as `bootchartd` by the kernel
--by passing init=/sbin/bootchartd to the kernel. Bootchart will then fork
-+by passing init=/usr/bin/bootchartd to the kernel. Bootchart will then fork
- init off to resume normal system startup, while monitoring and logging
- startup information in the background.
- 
--- 
-1.7.9.5
-



[arch-commits] Commit in deluge/trunk (deluged)

2012-06-26 Thread Jan Steffens
Date: Tuesday, June 26, 2012 @ 04:25:04
  Author: heftig
Revision: 162377

Make sure the deluged pid file is removed on stop

Modified:
  deluge/trunk/deluged

-+
 deluged |1 +
 1 file changed, 1 insertion(+)

Modified: deluged
===
--- deluged 2012-06-26 07:15:33 UTC (rev 162376)
+++ deluged 2012-06-26 08:25:04 UTC (rev 162377)
@@ -27,6 +27,7 @@
 if [ $? -gt 0 ]; then
   stat_fail
 else
+  rm -f $PIDFILE
   rm_daemon deluged
   stat_done
 fi



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

2012-06-26 Thread andyrtr
Date: Tuesday, June 26, 2012 @ 11:51:15
  Author: andyrtr
Revision: 162378

upgpkg: foomatic 1:4.0.16_20120626-1

upstream update 4.0.16/20120626

Modified:
  foomatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 08:25:04 UTC (rev 162377)
+++ PKGBUILD2012-06-26 15:51:15 UTC (rev 162378)
@@ -4,25 +4,25 @@
 pkgbase=foomatic
 pkgname=('foomatic-db' 'foomatic-filters' 'foomatic-db-engine' 
'foomatic-db-nonfree')
 arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
-_snapdate=20120406
-_filtersver=4.0.15
+_snapdate=20120626
+_filtersver=4.0.16
 _enginever=4.0.8
 pkgver=${_filtersver}_${_snapdate}
 pkgrel=1
 epoch=1
 makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash')
-#_url=http://www.openprinting.org/download/foomatic/ # switch after build
-_url=ftp://ftp.archlinux.org/other/foomatic/
-source=(${_url}/$pkgbase-filters-${_filtersver}.tar.gz
-${_url}/$pkgbase-db-engine-${_enginever}.tar.gz
-${_url}/$pkgbase-db-4.0-${_snapdate}.tar.gz
-${_url}/$pkgbase-db-nonfree-${_snapdate}.tar.gz)
+_url1=http://www.openprinting.org/download/foomatic/ # switch after build
+_url2=ftp://ftp.archlinux.org/other/foomatic/
+source=(${_url1}/$pkgbase-filters-${_filtersver}.tar.gz
+${_url1}/$pkgbase-db-engine-${_enginever}.tar.gz
+${_url2}/$pkgbase-db-4.0-${_snapdate}.tar.gz
+${_url2}/$pkgbase-db-nonfree-${_snapdate}.tar.gz)
 url=http://www.linuxprinting.org/foomatic.html;
 options=('!emptydirs')
-md5sums=('1b7efcdc57340915647daa5b5c15b0ef'
+md5sums=('ec907d9ea17e03bccb91db66e9470586'
  '5283cd5125a96dc0b35d896326512b1a'
- 'ccb72c201e14bfc5eb23ea839ecc0623'
- '1a2ee1e7b67192b7e3ebad2a4f59ea3e')
+ '49e1febcb84708fceb065ddf793a0b72'
+ '2ef4b82f74a6ab2bcf6dc45d32ce3dbf')
 
 package_foomatic-db() {
 



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

2012-06-26 Thread andyrtr
Date: Tuesday, June 26, 2012 @ 11:51:57
  Author: andyrtr
Revision: 162379

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-26 15:51:15 UTC (rev 162378)
+++ extra-i686/PKGBUILD 2012-06-26 15:51:57 UTC (rev 162379)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
- 
-pkgbase=foomatic
-pkgname=('foomatic-db' 'foomatic-filters' 'foomatic-db-engine' 
'foomatic-db-nonfree')
-arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
-_snapdate=20120406
-_filtersver=4.0.15
-_enginever=4.0.8
-pkgver=${_filtersver}_${_snapdate}
-pkgrel=1
-epoch=1
-makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash')
-#_url=http://www.openprinting.org/download/foomatic/ # switch after build
-_url=ftp://ftp.archlinux.org/other/foomatic/
-source=(${_url}/$pkgbase-filters-${_filtersver}.tar.gz
-${_url}/$pkgbase-db-engine-${_enginever}.tar.gz
-${_url}/$pkgbase-db-4.0-${_snapdate}.tar.gz
-${_url}/$pkgbase-db-nonfree-${_snapdate}.tar.gz)
-url=http://www.linuxprinting.org/foomatic.html;
-options=('!emptydirs')
-md5sums=('1b7efcdc57340915647daa5b5c15b0ef'
- '5283cd5125a96dc0b35d896326512b1a'
- 'ccb72c201e14bfc5eb23ea839ecc0623'
- '1a2ee1e7b67192b7e3ebad2a4f59ea3e')
-
-package_foomatic-db() {
-
- pkgdesc=Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files.
-# arch=('any')
- license=('GPL' 'custom')
- depends=('perl' 'libxml2')
- replaces=('foomatic-db-ppd' 'foomatic-db-hpijs')
- conflicts=('foomatic-db-ppd' 'foomatic-db-hpijs')
- provides=('foomatic-db-hpijs')
-
-   cd ${srcdir}/${pkgname}-${_snapdate}
-   ./configure --prefix=/usr
-   make DESTDIR=${pkgdir} install
-   install -v -Dm644 ${srcdir}/${pkgname}-${_snapdate}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
-
-package_foomatic-filters() {
-
- pkgdesc=Foomatic - Filter scripts used by the printer spoolers to convert 
the incoming PostScript data into the printer's native format.
-# arch=('i686' 'x86_64')
- license=('GPL')
- backup=(etc/foomatic/filter.conf)
- depends=('glibc' 'dbus-core')
- optdepends=('perl:  for the beh Backend End Handler used by cups'
-'net-snmp:  certain (mostly HP) printers need it to work')
-
-   cd ${srcdir}/foomatic-filters-${_filtersver}
-   ./configure --prefix=/usr --sysconfdir=/etc
-   make
-   make DESTDIR=${pkgdir} install
-}
-
-package_foomatic-db-engine() {
-
- pkgdesc=Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs.
-# arch=(i686 x86_64)
- license=('GPL')
- depends=('perl' 'libxml2' 'foomatic-filters' 'bash')
-
-   cd ${srcdir}/foomatic-db-engine-${_enginever}
-./configure --prefix=/usr
-   make
-   eval `perl -V:archname`
-   make DESTDIR=${pkgdir} \
-INSTALLARCHLIB=/usr/lib/perl5/vendor_perl/ \
-INSTALLSITELIB=/usr/lib/perl5/vendor_perl/ \
-INSTALLSITEARCH=/usr/lib/perl5/vendor_perl/ install
-   /usr/bin/find ${pkgdir} -name '.packlist' -delete
-   # fix permissions
-   chmod 755 ${pkgdir}/usr/lib{,/perl5,/perl5/vendor_perl}
-}
-
-package_foomatic-db-nonfree() {
-
- pkgdesc=Foomatic - database extension consisting of manufacturer-supplied 
PPD files released under non-free licenses
-# arch=('any')
- license=('custom')
- depends=('perl' 'libxml2' foomatic-db-engine 'foomatic-db')
-
-   cd ${srcdir}/foomatic-db-nonfree-${_snapdate}
-   ./configure --prefix=/usr
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: foomatic/repos/extra-i686/PKGBUILD (from rev 162378, 
foomatic/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-26 15:51:57 UTC (rev 162379)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+ 
+pkgbase=foomatic
+pkgname=('foomatic-db' 'foomatic-filters' 'foomatic-db-engine' 
'foomatic-db-nonfree')
+arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
+_snapdate=20120626
+_filtersver=4.0.16
+_enginever=4.0.8
+pkgver=${_filtersver}_${_snapdate}
+pkgrel=1

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

2012-06-26 Thread andyrtr
Date: Tuesday, June 26, 2012 @ 12:11:40
  Author: andyrtr
Revision: 162380

upgpkg: xterm 281-1

upstream update 281

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 15:51:57 UTC (rev 162379)
+++ PKGBUILD2012-06-26 16:11:40 UTC (rev 162380)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xterm
-pkgver=280
+pkgver=281
 pkgrel=1
 pkgdesc=X Terminal Emulator
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz
 LICENSE)
-md5sums=('9ba6bf015b5eca93fe273bd75c1a35ac'
+md5sums=('bca2eb95bdd57653f8e3f2f57952c1c5'
  '10ecc3f8ee91e3189863a172f68282d2')
 
 build() {



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

2012-06-26 Thread andyrtr
Date: Tuesday, June 26, 2012 @ 12:12:16
  Author: andyrtr
Revision: 162381

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

Added:
  xterm/repos/extra-i686/LICENSE
(from rev 162380, xterm/trunk/LICENSE)
  xterm/repos/extra-i686/PKGBUILD
(from rev 162380, xterm/trunk/PKGBUILD)
  xterm/repos/extra-x86_64/LICENSE
(from rev 162380, xterm/trunk/LICENSE)
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 162380, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-i686/LICENSE
  xterm/repos/extra-i686/PKGBUILD
  xterm/repos/extra-x86_64/LICENSE
  xterm/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/LICENSE|  146 
 extra-i686/PKGBUILD   |  120 +++
 extra-x86_64/LICENSE  |  146 
 extra-x86_64/PKGBUILD |  120 +++
 4 files changed, 266 insertions(+), 266 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2012-06-26 16:11:40 UTC (rev 162380)
+++ extra-i686/LICENSE  2012-06-26 16:12:16 UTC (rev 162381)
@@ -1,73 +0,0 @@
-/***
-
-Copyright 2002-2008,2009 by Thomas E. Dickey
-
-All Rights Reserved
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name(s) of the above copyright
-holders shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization.
-
-Copyright 1987, 1988  The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be used in
-advertising or publicity pertaining to distribution of the software
-without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-**/

Copied: xterm/repos/extra-i686/LICENSE (from rev 162380, xterm/trunk/LICENSE)

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

2012-06-26 Thread Andrea Scarpino
Date: Tuesday, June 26, 2012 @ 13:25:31
  Author: andrea
Revision: 162382

upgpkg: kdegraphics-mobipocket 4.8.4-2

Add the missing group entry (FS#30406)

Modified:
  kdegraphics-mobipocket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 16:12:16 UTC (rev 162381)
+++ PKGBUILD2012-06-26 17:25:31 UTC (rev 162382)
@@ -3,12 +3,13 @@
 
 pkgname=kdegraphics-mobipocket
 pkgver=4.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A collection of plugins to handle mobipocket files
 url=http://kde.org/;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdelibs')
+groups=('kde' 'kdegraphics')
 makedepends=('cmake' 'automoc4' 'kdegraphics-okular')
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')



[arch-commits] Commit in kdegraphics-mobipocket (9 files)

2012-06-26 Thread Andrea Scarpino
Date: Tuesday, June 26, 2012 @ 13:25:57
  Author: andrea
Revision: 162383

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

Added:
  kdegraphics-mobipocket/repos/extra-i686/PKGBUILD
(from rev 162382, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/extra-i686/kdegraphics-mobipocket.install
(from rev 162382, 
kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
  kdegraphics-mobipocket/repos/extra-x86_64/PKGBUILD
(from rev 162382, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/extra-x86_64/kdegraphics-mobipocket.install
(from rev 162382, 
kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
Modified:
  kdegraphics-mobipocket/kde-unstable/PKGBUILD
Deleted:
  kdegraphics-mobipocket/repos/extra-i686/PKGBUILD
  kdegraphics-mobipocket/repos/extra-i686/kdegraphics-mobipocket.install
  kdegraphics-mobipocket/repos/extra-x86_64/PKGBUILD
  kdegraphics-mobipocket/repos/extra-x86_64/kdegraphics-mobipocket.install

---+
 kde-unstable/PKGBUILD |3 
 repos/extra-i686/PKGBUILD |   65 ++--
 repos/extra-i686/kdegraphics-mobipocket.install   |   22 +++---
 repos/extra-x86_64/PKGBUILD   |   65 ++--
 repos/extra-x86_64/kdegraphics-mobipocket.install |   22 +++---
 5 files changed, 90 insertions(+), 87 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2012-06-26 17:25:31 UTC (rev 162382)
+++ kde-unstable/PKGBUILD   2012-06-26 17:25:57 UTC (rev 162383)
@@ -3,13 +3,14 @@
 
 pkgname=kdegraphics-mobipocket
 pkgver=4.8.90
-pkgrel=1
+pkgrel=2
 pkgdesc=A collection of plugins to handle mobipocket files
 url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4' 'kdegraphics-okular')
+groups=('kde' 'kdegraphics')
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install

Deleted: repos/extra-i686/PKGBUILD
===
--- repos/extra-i686/PKGBUILD   2012-06-26 17:25:31 UTC (rev 162382)
+++ repos/extra-i686/PKGBUILD   2012-06-26 17:25:57 UTC (rev 162383)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-mobipocket
-pkgver=4.8.4
-pkgrel=1
-pkgdesc=A collection of plugins to handle mobipocket files
-url=http://kde.org/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4' 'kdegraphics-okular')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('0c38ef851c054b0ee3689d41ff5f7f6fb3d83f67')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-mobipocket/repos/extra-i686/PKGBUILD (from rev 162382, 
kdegraphics-mobipocket/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2012-06-26 17:25:57 UTC (rev 162383)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-mobipocket
+pkgver=4.8.4
+pkgrel=2
+pkgdesc=A collection of plugins to handle mobipocket files
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+groups=('kde' 'kdegraphics')
+makedepends=('cmake' 'automoc4' 'kdegraphics-okular')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0c38ef851c054b0ee3689d41ff5f7f6fb3d83f67')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/extra-i686/kdegraphics-mobipocket.install
===
--- repos/extra-i686/kdegraphics-mobipocket.install 2012-06-26 17:25:31 UTC 
(rev 162382)
+++ repos/extra-i686/kdegraphics-mobipocket.install 2012-06-26 17:25:57 UTC 
(rev 162383)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdegraphics-mobipocket/repos/extra-i686/kdegraphics-mobipocket.install 
(from rev 162382, 

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

2012-06-26 Thread Andrea Scarpino
Date: Tuesday, June 26, 2012 @ 13:27:57
  Author: andrea
Revision: 162384

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

Added:
  kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD
(from rev 162383, kdegraphics-mobipocket/kde-unstable/PKGBUILD)
  kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install
(from rev 162383, 
kdegraphics-mobipocket/kde-unstable/kdegraphics-mobipocket.install)
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162383, kdegraphics-mobipocket/kde-unstable/PKGBUILD)
  
kdegraphics-mobipocket/repos/kde-unstable-x86_64/kdegraphics-mobipocket.install
(from rev 162383, 
kdegraphics-mobipocket/kde-unstable/kdegraphics-mobipocket.install)
Deleted:
  kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD
  
kdegraphics-mobipocket/repos/kde-unstable-x86_64/kdegraphics-mobipocket.install

+
 kde-unstable-i686/PKGBUILD |   65 +--
 kde-unstable-i686/kdegraphics-mobipocket.install   |   22 +++---
 kde-unstable-x86_64/PKGBUILD   |   65 +--
 kde-unstable-x86_64/kdegraphics-mobipocket.install |   22 +++---
 4 files changed, 88 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-26 17:25:57 UTC (rev 162383)
+++ kde-unstable-i686/PKGBUILD  2012-06-26 17:27:57 UTC (rev 162384)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-mobipocket
-pkgver=4.8.90
-pkgrel=1
-pkgdesc=A collection of plugins to handle mobipocket files
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4' 'kdegraphics-okular')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('4d69e580a013cd5bd746d631454b35b828a7efb9')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD (from rev 
162383, kdegraphics-mobipocket/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-26 17:27:57 UTC (rev 162384)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-mobipocket
+pkgver=4.8.90
+pkgrel=2
+pkgdesc=A collection of plugins to handle mobipocket files
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'kdegraphics-okular')
+groups=('kde' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4d69e580a013cd5bd746d631454b35b828a7efb9')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegraphics-mobipocket.install
===
--- kde-unstable-i686/kdegraphics-mobipocket.install2012-06-26 17:25:57 UTC 
(rev 162383)
+++ kde-unstable-i686/kdegraphics-mobipocket.install2012-06-26 17:27:57 UTC 
(rev 162384)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install 
(from rev 162383, 
kdegraphics-mobipocket/kde-unstable/kdegraphics-mobipocket.install)
===
--- kde-unstable-i686/kdegraphics-mobipocket.install
(rev 0)
+++ kde-unstable-i686/kdegraphics-mobipocket.install2012-06-26 17:27:57 UTC 
(rev 162384)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD  

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

2012-06-26 Thread Andrea Scarpino
Date: Tuesday, June 26, 2012 @ 13:49:20
  Author: andrea
Revision: 162385

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

Added:
  kdebase-workspace/repos/testing-i686/
  kdebase-workspace/repos/testing-i686/PKGBUILD
(from rev 162384, kdebase-workspace/repos/staging-i686/PKGBUILD)
  kdebase-workspace/repos/testing-i686/fixpath.patch
(from rev 162384, kdebase-workspace/repos/staging-i686/fixpath.patch)
  kdebase-workspace/repos/testing-i686/kde-np.pam
(from rev 162384, kdebase-workspace/repos/staging-i686/kde-np.pam)
  kdebase-workspace/repos/testing-i686/kde.pam
(from rev 162384, kdebase-workspace/repos/staging-i686/kde.pam)
  kdebase-workspace/repos/testing-i686/kdebase-workspace.install
(from rev 162384, 
kdebase-workspace/repos/staging-i686/kdebase-workspace.install)
  kdebase-workspace/repos/testing-i686/kdm
(from rev 162384, kdebase-workspace/repos/staging-i686/kdm)
  kdebase-workspace/repos/testing-i686/kdm-xinitrd.patch
(from rev 162384, kdebase-workspace/repos/staging-i686/kdm-xinitrd.patch)
  kdebase-workspace/repos/testing-i686/kdm.service
(from rev 162384, kdebase-workspace/repos/staging-i686/kdm.service)
  kdebase-workspace/repos/testing-i686/kscreensaver.pam
(from rev 162384, kdebase-workspace/repos/staging-i686/kscreensaver.pam)
  kdebase-workspace/repos/testing-i686/terminate-server.patch
(from rev 162384, 
kdebase-workspace/repos/staging-i686/terminate-server.patch)
  kdebase-workspace/repos/testing-x86_64/
  kdebase-workspace/repos/testing-x86_64/PKGBUILD
(from rev 162384, kdebase-workspace/repos/staging-x86_64/PKGBUILD)
  kdebase-workspace/repos/testing-x86_64/fixpath.patch
(from rev 162384, kdebase-workspace/repos/staging-x86_64/fixpath.patch)
  kdebase-workspace/repos/testing-x86_64/kde-np.pam
(from rev 162384, kdebase-workspace/repos/staging-x86_64/kde-np.pam)
  kdebase-workspace/repos/testing-x86_64/kde.pam
(from rev 162384, kdebase-workspace/repos/staging-x86_64/kde.pam)
  kdebase-workspace/repos/testing-x86_64/kdebase-workspace.install
(from rev 162384, 
kdebase-workspace/repos/staging-x86_64/kdebase-workspace.install)
  kdebase-workspace/repos/testing-x86_64/kdm
(from rev 162384, kdebase-workspace/repos/staging-x86_64/kdm)
  kdebase-workspace/repos/testing-x86_64/kdm-xinitrd.patch
(from rev 162384, kdebase-workspace/repos/staging-x86_64/kdm-xinitrd.patch)
  kdebase-workspace/repos/testing-x86_64/kdm.service
(from rev 162384, kdebase-workspace/repos/staging-x86_64/kdm.service)
  kdebase-workspace/repos/testing-x86_64/kscreensaver.pam
(from rev 162384, kdebase-workspace/repos/staging-x86_64/kscreensaver.pam)
  kdebase-workspace/repos/testing-x86_64/terminate-server.patch
(from rev 162384, 
kdebase-workspace/repos/staging-x86_64/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/staging-i686/
  kdebase-workspace/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   82 +
 testing-i686/fixpath.patch   |   34 
 testing-i686/kde-np.pam  |9 +++
 testing-i686/kde.pam |9 +++
 testing-i686/kdebase-workspace.install   |   25 
 testing-i686/kdm |   36 
 testing-i686/kdm-xinitrd.patch   |   18 ++
 testing-i686/kdm.service |9 +++
 testing-i686/kscreensaver.pam|1 
 testing-i686/terminate-server.patch  |   11 +++
 testing-x86_64/PKGBUILD  |   82 +
 testing-x86_64/fixpath.patch |   34 
 testing-x86_64/kde-np.pam|9 +++
 testing-x86_64/kde.pam   |9 +++
 testing-x86_64/kdebase-workspace.install |   25 
 testing-x86_64/kdm   |   36 
 testing-x86_64/kdm-xinitrd.patch |   18 ++
 testing-x86_64/kdm.service   |9 +++
 testing-x86_64/kscreensaver.pam  |1 
 testing-x86_64/terminate-server.patch|   11 +++
 20 files changed, 468 insertions(+)

Copied: kdebase-workspace/repos/testing-i686/PKGBUILD (from rev 162384, 
kdebase-workspace/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-26 17:49:20 UTC (rev 162385)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-workspace
+_pkgname=kde-workspace
+pkgver=4.8.4
+pkgrel=2
+pkgdesc=KDE Base Workspace
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde')
+# note on libxdamage:
+#  not detected by namcap because libgl depends on it
+#  but nvidia providing libgl does not depend on libxdamage
+depends=('kdepim-runtime' 

[arch-commits] Commit in kdebase-workspace/repos (38 files)

2012-06-26 Thread Andrea Scarpino
Date: Tuesday, June 26, 2012 @ 13:50:14
  Author: andrea
Revision: 162386

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

Added:
  kdebase-workspace/repos/kde-unstable-i686/PKGBUILD
(from rev 162385, kdebase-workspace/kde-unstable/PKGBUILD)
  kdebase-workspace/repos/kde-unstable-i686/fixpath.patch
(from rev 162385, kdebase-workspace/kde-unstable/fixpath.patch)
  kdebase-workspace/repos/kde-unstable-i686/kde-np.pam
(from rev 162385, kdebase-workspace/kde-unstable/kde-np.pam)
  kdebase-workspace/repos/kde-unstable-i686/kde.pam
(from rev 162385, kdebase-workspace/kde-unstable/kde.pam)
  kdebase-workspace/repos/kde-unstable-i686/kdebase-workspace.install
(from rev 162385, kdebase-workspace/kde-unstable/kdebase-workspace.install)
  kdebase-workspace/repos/kde-unstable-i686/kdm
(from rev 162385, kdebase-workspace/kde-unstable/kdm)
  kdebase-workspace/repos/kde-unstable-i686/kdm-xinitrd.patch
(from rev 162385, kdebase-workspace/kde-unstable/kdm-xinitrd.patch)
  kdebase-workspace/repos/kde-unstable-i686/kdm.service
(from rev 162385, kdebase-workspace/kde-unstable/kdm.service)
  kdebase-workspace/repos/kde-unstable-i686/kscreensaver.pam
(from rev 162385, kdebase-workspace/kde-unstable/kscreensaver.pam)
  kdebase-workspace/repos/kde-unstable-i686/terminate-server.patch
(from rev 162385, kdebase-workspace/kde-unstable/terminate-server.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162385, kdebase-workspace/kde-unstable/PKGBUILD)
  kdebase-workspace/repos/kde-unstable-x86_64/fixpath.patch
(from rev 162385, kdebase-workspace/kde-unstable/fixpath.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/kde-np.pam
(from rev 162385, kdebase-workspace/kde-unstable/kde-np.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/kde.pam
(from rev 162385, kdebase-workspace/kde-unstable/kde.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/kdebase-workspace.install
(from rev 162385, kdebase-workspace/kde-unstable/kdebase-workspace.install)
  kdebase-workspace/repos/kde-unstable-x86_64/kdm
(from rev 162385, kdebase-workspace/kde-unstable/kdm)
  kdebase-workspace/repos/kde-unstable-x86_64/kdm-xinitrd.patch
(from rev 162385, kdebase-workspace/kde-unstable/kdm-xinitrd.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/kdm.service
(from rev 162385, kdebase-workspace/kde-unstable/kdm.service)
  kdebase-workspace/repos/kde-unstable-x86_64/kscreensaver.pam
(from rev 162385, kdebase-workspace/kde-unstable/kscreensaver.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/terminate-server.patch
(from rev 162385, kdebase-workspace/kde-unstable/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/kde-unstable-i686/PKGBUILD
  kdebase-workspace/repos/kde-unstable-i686/fixpath.patch
  kdebase-workspace/repos/kde-unstable-i686/kde-np.pam
  kdebase-workspace/repos/kde-unstable-i686/kde.pam
  kdebase-workspace/repos/kde-unstable-i686/kdebase-workspace.install
  kdebase-workspace/repos/kde-unstable-i686/kdm
  kdebase-workspace/repos/kde-unstable-i686/kdm-xinitrd.patch
  kdebase-workspace/repos/kde-unstable-i686/kscreensaver.pam
  kdebase-workspace/repos/kde-unstable-i686/terminate-server.patch
  kdebase-workspace/repos/kde-unstable-x86_64/PKGBUILD
  kdebase-workspace/repos/kde-unstable-x86_64/fixpath.patch
  kdebase-workspace/repos/kde-unstable-x86_64/kde-np.pam
  kdebase-workspace/repos/kde-unstable-x86_64/kde.pam
  kdebase-workspace/repos/kde-unstable-x86_64/kdebase-workspace.install
  kdebase-workspace/repos/kde-unstable-x86_64/kdm
  kdebase-workspace/repos/kde-unstable-x86_64/kdm-xinitrd.patch
  kdebase-workspace/repos/kde-unstable-x86_64/kscreensaver.pam
  kdebase-workspace/repos/kde-unstable-x86_64/terminate-server.patch

---+
 kde-unstable-i686/PKGBUILD|  159 
 kde-unstable-i686/fixpath.patch   |   68 +-
 kde-unstable-i686/kde-np.pam  |   18 +-
 kde-unstable-i686/kde.pam |   18 +-
 kde-unstable-i686/kdebase-workspace.install   |   50 +++
 kde-unstable-i686/kdm |   72 +-
 kde-unstable-i686/kdm-xinitrd.patch   |   36 ++---
 kde-unstable-i686/kdm.service |9 +
 kde-unstable-i686/kscreensaver.pam|2 
 kde-unstable-i686/terminate-server.patch  |   22 +--
 kde-unstable-x86_64/PKGBUILD  |  159 
 kde-unstable-x86_64/fixpath.patch |   68 +-
 kde-unstable-x86_64/kde-np.pam|   18 +-
 kde-unstable-x86_64/kde.pam   |   18 +-
 kde-unstable-x86_64/kdebase-workspace.install |   50 +++
 kde-unstable-x86_64/kdm   |   72 +-
 kde-unstable-x86_64/kdm-xinitrd.patch |   36 ++---
 kde-unstable-x86_64/kdm.service   |9 +
 kde-unstable-x86_64/kscreensaver.pam  

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

2012-06-26 Thread andyrtr
Date: Tuesday, June 26, 2012 @ 14:34:25
  Author: andyrtr
Revision: 162387

prepare next release

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 17:50:14 UTC (rev 162386)
+++ PKGBUILD2012-06-26 18:34:25 UTC (rev 162387)
@@ -22,8 +22,8 @@
'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
+_LOver=3.5.5.2
+pkgver=3.5.5
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
@@ -44,12 +44,12 @@
 # http://download.documentfoundation.org/mirrors/all.html
 # http://wiki.documentfoundation.org/Mirrors
 
-_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
-#_mirror=http://dev-builds.libreoffice.org/pre-releases/src;
+#_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
+_mirror=http://dev-builds.libreoffice.org/pre-releases/src;
 _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}/a9a1db27688bad49418667b434d29c1f-libvisio-0.0.18.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 +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=(90010e213dd25648e70f0cc12f8fed55-libvisio-0.0.17.tar.bz2
+noextract=(a9a1db27688bad49418667b434d29c1f-libvisio-0.0.18.tar.bz2
18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
185d60944ea767075d27247c3162b3bc-unowinreg.dll
0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2
@@ -108,11 +108,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=('6d60a0541237d8507b4c55247ff33fc1'
+ 'f9262186489750608a48356e92414600'
+ '02d7026c3b28fc82c4a4cddc037a7fa0'
  '18f577b374d60b3c760a3a3350407632'
- '90010e213dd25648e70f0cc12f8fed55'
+ 'a9a1db27688bad49418667b434d29c1f'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'
  '798b2ffdc8bcfe7bca2cf92b62caf685'



[arch-commits] Commit in isdn4k-utils/trunk (PKGBUILD config)

2012-06-26 Thread Tobias Powalowski
Date: Tuesday, June 26, 2012 @ 14:43:21
  Author: tpowa
Revision: 162388

upgpkg: isdn4k-utils 3.24_20120626-1

bump to latest version

Modified:
  isdn4k-utils/trunk/PKGBUILD
  isdn4k-utils/trunk/config

--+
 PKGBUILD |   15 ---
 config   |1 +
 2 files changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 18:34:25 UTC (rev 162387)
+++ PKGBUILD2012-06-26 18:43:21 UTC (rev 162388)
@@ -3,7 +3,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=isdn4k-utils
-pkgver=3.22_20120509
+pkgver=3.24_20120626
 pkgrel=1
 pkgdesc=User space administration programs and tools for ISDN
 arch=('i686' 'x86_64')
@@ -19,11 +19,12 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
   cp $srcdir/config ./.config
+  cd capifax
+  aclocal 
+  automake --add-missing
+  autoreconf
+  cd $srcdir/$pkgname-$pkgver
   make subconfig
-  cd capi20
-  libtoolize -fc
-  aclocal
-  automake -fc
   cd $srcdir/$pkgname-$pkgver
   make
 }
@@ -34,5 +35,5 @@
   make DESTDIR=$pkgdir install
   chmod 755 $pkgdir/usr/sbin/*
 }
-md5sums=('4137dcb232b13bcf7069b37eb1e1b124'
- '00b130a283ba3a08c6a9020e1018d05a')
+md5sums=('f2cb7129885bb88c2c01b578e0454318'
+ 'be387b5e03b744452dea7571600f83aa')

Modified: config
===
--- config  2012-06-26 18:34:25 UTC (rev 162387)
+++ config  2012-06-26 18:43:21 UTC (rev 162388)
@@ -14,6 +14,7 @@
 CONFIG_KERNELDIR='/usr/src/linux'
 CONFIG_BINDIR='/usr/bin'
 CONFIG_SBINDIR='/usr/sbin'
+CONFIG_LIBDIR='/usr/lib'
 CONFIG_MANDIR='/usr/share/man'
 CONFIG_RUNDIR='/var/run'
 CONFIG_LOCKDIR='/var/lock'



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

2012-06-26 Thread Tobias Powalowski
Date: Tuesday, June 26, 2012 @ 14:46:52
  Author: tpowa
Revision: 162389

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

Added:
  isdn4k-utils/repos/testing-i686/
  isdn4k-utils/repos/testing-i686/PKGBUILD
(from rev 162388, isdn4k-utils/trunk/PKGBUILD)
  isdn4k-utils/repos/testing-i686/config
(from rev 162388, isdn4k-utils/trunk/config)
  isdn4k-utils/repos/testing-i686/isdn4k-utils-3.2p1-build.patch
(from rev 162388, isdn4k-utils/trunk/isdn4k-utils-3.2p1-build.patch)
  isdn4k-utils/repos/testing-x86_64/
  isdn4k-utils/repos/testing-x86_64/PKGBUILD
(from rev 162388, isdn4k-utils/trunk/PKGBUILD)
  isdn4k-utils/repos/testing-x86_64/config
(from rev 162388, isdn4k-utils/trunk/config)
  isdn4k-utils/repos/testing-x86_64/isdn4k-utils-3.2p1-build.patch
(from rev 162388, isdn4k-utils/trunk/isdn4k-utils-3.2p1-build.patch)

---+
 testing-i686/PKGBUILD |   39 
 testing-i686/config   |  102 +
 testing-i686/isdn4k-utils-3.2p1-build.patch   | 2028 
 testing-x86_64/PKGBUILD   |   39 
 testing-x86_64/config |  102 +
 testing-x86_64/isdn4k-utils-3.2p1-build.patch | 2028 
 6 files changed, 4338 insertions(+)

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


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

2012-06-26 Thread Tobias Powalowski
Date: Tuesday, June 26, 2012 @ 14:49:32
  Author: tpowa
Revision: 162390

upgpkg: isdn4k-utils 3.24_20120626-1

bump to latest version

Modified:
  isdn4k-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 18:46:52 UTC (rev 162389)
+++ PKGBUILD2012-06-26 18:49:32 UTC (rev 162390)
@@ -15,6 +15,8 @@
 source=(ftp://ftp.archlinux.org/other/isdn4k-utils/${pkgname}-${pkgver}.tar.gz
 config)
 replaces=('capi4k-utils')
+md5sums=('58b02a79fd663b327b35fd2526ce025c'
+ 'be387b5e03b744452dea7571600f83aa')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -35,5 +37,3 @@
   make DESTDIR=$pkgdir install
   chmod 755 $pkgdir/usr/sbin/*
 }
-md5sums=('f2cb7129885bb88c2c01b578e0454318'
- 'be387b5e03b744452dea7571600f83aa')



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

2012-06-26 Thread Tobias Powalowski
Date: Tuesday, June 26, 2012 @ 14:50:06
  Author: tpowa
Revision: 162391

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

Added:
  isdn4k-utils/repos/testing-i686/PKGBUILD
(from rev 162390, isdn4k-utils/trunk/PKGBUILD)
  isdn4k-utils/repos/testing-i686/config
(from rev 162390, isdn4k-utils/trunk/config)
  isdn4k-utils/repos/testing-i686/isdn4k-utils-3.2p1-build.patch
(from rev 162390, isdn4k-utils/trunk/isdn4k-utils-3.2p1-build.patch)
  isdn4k-utils/repos/testing-x86_64/PKGBUILD
(from rev 162390, isdn4k-utils/trunk/PKGBUILD)
  isdn4k-utils/repos/testing-x86_64/config
(from rev 162390, isdn4k-utils/trunk/config)
  isdn4k-utils/repos/testing-x86_64/isdn4k-utils-3.2p1-build.patch
(from rev 162390, isdn4k-utils/trunk/isdn4k-utils-3.2p1-build.patch)
Deleted:
  isdn4k-utils/repos/testing-i686/PKGBUILD
  isdn4k-utils/repos/testing-i686/config
  isdn4k-utils/repos/testing-i686/isdn4k-utils-3.2p1-build.patch
  isdn4k-utils/repos/testing-x86_64/PKGBUILD
  isdn4k-utils/repos/testing-x86_64/config
  isdn4k-utils/repos/testing-x86_64/isdn4k-utils-3.2p1-build.patch

---+
 testing-i686/PKGBUILD |   78 
 testing-i686/config   |  204 -
 testing-i686/isdn4k-utils-3.2p1-build.patch   | 4056 
 testing-x86_64/PKGBUILD   |   78 
 testing-x86_64/config |  204 -
 testing-x86_64/isdn4k-utils-3.2p1-build.patch | 4056 
 6 files changed, 4338 insertions(+), 4338 deletions(-)

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


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

2012-06-26 Thread andyrtr
Date: Tuesday, June 26, 2012 @ 14:56:24
  Author: andyrtr
Revision: 162392

upgpkg: dbus-python 1.1.1-1

upstream update 1.1.1

Modified:
  dbus-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 18:50:06 UTC (rev 162391)
+++ PKGBUILD2012-06-26 18:56:24 UTC (rev 162392)
@@ -3,8 +3,8 @@
 
 pkgbase=dbus-python
 pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc=Python bindings for DBUS
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
@@ -12,7 +12,7 @@
 makedepends=('docutils' 'dbus-glib' 'python' 'python2')
 options=('!libtool')
 
source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz)
-md5sums=('41a4595fd92eeebd632623af0bd7')
+md5sums=('742c7432ad0f7c3f98291d58fa2e35dc')
 
 build() {
   cd ${srcdir}



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

2012-06-26 Thread andyrtr
Date: Tuesday, June 26, 2012 @ 14:57:06
  Author: andyrtr
Revision: 162393

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

Added:
  dbus-python/repos/extra-i686/PKGBUILD
(from rev 162392, dbus-python/trunk/PKGBUILD)
  dbus-python/repos/extra-x86_64/PKGBUILD
(from rev 162392, dbus-python/trunk/PKGBUILD)
Deleted:
  dbus-python/repos/extra-i686/PKGBUILD
  dbus-python/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-26 18:56:24 UTC (rev 162392)
+++ extra-i686/PKGBUILD 2012-06-26 18:57:06 UTC (rev 162393)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=dbus-python
-pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
-pkgver=1.1.0
-pkgrel=2
-pkgdesc=Python bindings for DBUS
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-url=http://www.freedesktop.org/wiki/Software/DBusBindings;
-makedepends=('docutils' 'dbus-glib' 'python' 'python2')
-options=('!libtool')
-source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz)
-md5sums=('41a4595fd92eeebd632623af0bd7')
-
-build() {
-  cd ${srcdir}
-  mkdir build-python2 build-python3
-  cd ${srcdir}/build-python2
-  PYTHON=python2 ../${pkgbase}-${pkgver}/configure --prefix=/usr
-  make
-
-
-  cd ${srcdir}/build-python3
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr
-  make
-}
-
-package_python-dbus-common() {
-  pkgdesc=Common dbus-python files shared between python-dbus and 
python2-dbus
-  conflicts=('dbus-python1.1.0')
-
-  cd ${srcdir}/build-python3
-  make DESTDIR=${pkgdir} install-data
-  rm -rf ${pkgdir}/usr/lib/python*
-}
-
-package_python-dbus() {
-  depends=('python-dbus-common' 'python' 'dbus-core')
-  optdepends=('dbus-glib: glib mainloop support')
-  pkgdesc=Python 3.2 bindings for DBUS
-
-  cd ${srcdir}/build-python3
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/share
-  rm -rf ${pkgdir}/usr/include
-  rm -rf ${pkgdir}/usr/lib/pkgconfig
-}
-
-package_python2-dbus() {
-  depends=('python-dbus-common' 'python2' 'dbus-core')
-  optdepends=('dbus-glib: glib mainloop support')
-  pkgdesc=Python 2.7 bindings for DBUS
-  replaces=('dbus-python')
-  conflicts=('dbus-python')
-  provides=(dbus-python=$pkgver)
-
-  cd ${srcdir}/build-python2
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/share
-  rm -rf ${pkgdir}/usr/include
-  rm -rf ${pkgdir}/usr/lib/pkgconfig
-}

Copied: dbus-python/repos/extra-i686/PKGBUILD (from rev 162392, 
dbus-python/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-26 18:57:06 UTC (rev 162393)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=dbus-python
+pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=Python bindings for DBUS
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+url=http://www.freedesktop.org/wiki/Software/DBusBindings;
+makedepends=('docutils' 'dbus-glib' 'python' 'python2')
+options=('!libtool')
+source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz)
+md5sums=('742c7432ad0f7c3f98291d58fa2e35dc')
+
+build() {
+  cd ${srcdir}
+  mkdir build-python2 build-python3
+  cd ${srcdir}/build-python2
+  PYTHON=python2 ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+
+
+  cd ${srcdir}/build-python3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+}
+
+package_python-dbus-common() {
+  pkgdesc=Common dbus-python files shared between python-dbus and 
python2-dbus
+  conflicts=('dbus-python1.1.0')
+
+  cd ${srcdir}/build-python3
+  make DESTDIR=${pkgdir} install-data
+  rm -rf ${pkgdir}/usr/lib/python*
+}
+
+package_python-dbus() {
+  depends=('python-dbus-common' 'python' 'dbus-core')
+  optdepends=('dbus-glib: glib mainloop support')
+  pkgdesc=Python 3.2 bindings for DBUS
+
+  cd ${srcdir}/build-python3
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/share
+  rm -rf ${pkgdir}/usr/include
+  rm -rf ${pkgdir}/usr/lib/pkgconfig
+}
+
+package_python2-dbus() {
+  depends=('python-dbus-common' 'python2' 'dbus-core')
+  optdepends=('dbus-glib: glib mainloop support')
+  pkgdesc=Python 2.7 bindings for DBUS
+  replaces=('dbus-python')
+  conflicts=('dbus-python')
+  provides=(dbus-python=$pkgver)
+
+  cd ${srcdir}/build-python2
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/share
+  rm -rf ${pkgdir}/usr/include
+  rm -rf ${pkgdir}/usr/lib/pkgconfig
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-26 18:56:24 UTC (rev 162392)

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

2012-06-26 Thread Tobias Powalowski
Date: Tuesday, June 26, 2012 @ 15:28:15
  Author: tpowa
Revision: 162394

upgpkg: kexec-tools 2.0.3-1

bump to latest version

Modified:
  kexec-tools/trunk/PKGBUILD
Deleted:
  kexec-tools/trunk/kexec-tools-2.0.0-purgatory-makefile.patch

+
 PKGBUILD   |   16 +++-
 kexec-tools-2.0.0-purgatory-makefile.patch |   20 
 2 files changed, 7 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 18:57:06 UTC (rev 162393)
+++ PKGBUILD2012-06-26 19:28:15 UTC (rev 162394)
@@ -3,26 +3,21 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kexec-tools
-pkgver=2.0.2
-pkgrel=5
+pkgver=2.0.3
+pkgrel=1
 pkgdesc=Load another kernel from the currently executing Linux kernel
 arch=('i686' 'x86_64')
 url=http://kernel.org/pub/linux/utils/kernel/kexec/;
-source=(http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.bz2;
-'kexec-tools-2.0.0-purgatory-makefile.patch'
+source=(ftp://ftp.archlinux.org/other/kexec-tools/kexec-tools-${pkgver}.tar.bz2;
+
#http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.bz2;
 'kexec' 
 'kexec.conf.d')
 depends=('gawk' 'zlib' 'xz')
 backup=('etc/conf.d/kexec')
 license=('GPL2')
-md5sums=('35d05fed1c97008ac34c5bfb929295eb'
- 'b96f47c29757fcadfbc50ea6ea22f839'
- 'be059a103e5989519d22fca99f860a64'
- '9ca7e31d2c5c66c436a9a2baf20ad9b2')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i ../kexec-tools-2.0.0-purgatory-makefile.patch
   ./configure --prefix=/usr
   make
 }
@@ -37,3 +32,6 @@
   install -D -m644 $srcdir/kexec.conf.d $pkgdir/etc/conf.d/kexec
   install -D -m755 $srcdir/kexec $pkgdir/etc/rc.d/kexec
 }
+md5sums=('3d9ff82e8e16165b9e79ded271c08348'
+ 'be059a103e5989519d22fca99f860a64'
+ '9ca7e31d2c5c66c436a9a2baf20ad9b2')

Deleted: kexec-tools-2.0.0-purgatory-makefile.patch
===
--- kexec-tools-2.0.0-purgatory-makefile.patch  2012-06-26 18:57:06 UTC (rev 
162393)
+++ kexec-tools-2.0.0-purgatory-makefile.patch  2012-06-26 19:28:15 UTC (rev 
162394)
@@ -1,20 +0,0 @@
-diff -up kexec-tools-2.0.0/purgatory/Makefile.orig 
kexec-tools-2.0.0/purgatory/Makefile
 kexec-tools-2.0.0/purgatory/Makefile.orig  2011-03-10 11:39:22.100799291 
-0500
-+++ kexec-tools-2.0.0/purgatory/Makefile   2011-03-10 11:39:36.422736886 
-0500
-@@ -55,14 +55,14 @@ $(PURGATORY): CPPFLAGS=$($(ARCH)_PURGATO
-   -I$(srcdir)/util_lib/include \
-   -I$(shell $(CC) -print-file-name=include)
- $(PURGATORY): LDFLAGS=$($(ARCH)_PURGATORY_EXTRA_CFLAGS)\
--  --no-undefined -nostartfiles -nostdlib -nodefaultlibs \
-+  -nostartfiles -nostdlib -nodefaultlibs \
-   -e purgatory_start -r
- 
- $(PURGATORY): $(PURGATORY_OBJS)
-   $(MKDIR) -p $(@D)
-   $(CC) $(LDFLAGS) -o $@ $^
- 
--# $(LD) $(LDFLAGS) $(EXTRA_LDFLAGS) --no-undefined -e purgatory_start -r 
-o $@ $(PURGATORY_OBJS) $(UTIL_LIB)
-+# $(LD) $(LDFLAGS) $(EXTRA_LDFLAGS) -e purgatory_start -r -o $@ 
$(PURGATORY_OBJS) $(UTIL_LIB)
- 
- echo::
-   @echo PURGATORY_SRCS $(PURGATORY_SRCS)



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

2012-06-26 Thread Tobias Powalowski
Date: Tuesday, June 26, 2012 @ 15:28:54
  Author: tpowa
Revision: 162395

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

Added:
  kexec-tools/repos/extra-i686/PKGBUILD
(from rev 162394, kexec-tools/trunk/PKGBUILD)
  kexec-tools/repos/extra-i686/kexec
(from rev 162394, kexec-tools/trunk/kexec)
  kexec-tools/repos/extra-i686/kexec-vesafb.diff
(from rev 162394, kexec-tools/trunk/kexec-vesafb.diff)
  kexec-tools/repos/extra-i686/kexec.conf.d
(from rev 162394, kexec-tools/trunk/kexec.conf.d)
  kexec-tools/repos/extra-x86_64/PKGBUILD
(from rev 162394, kexec-tools/trunk/PKGBUILD)
  kexec-tools/repos/extra-x86_64/kexec
(from rev 162394, kexec-tools/trunk/kexec)
  kexec-tools/repos/extra-x86_64/kexec-vesafb.diff
(from rev 162394, kexec-tools/trunk/kexec-vesafb.diff)
  kexec-tools/repos/extra-x86_64/kexec.conf.d
(from rev 162394, kexec-tools/trunk/kexec.conf.d)
Deleted:
  kexec-tools/repos/extra-i686/PKGBUILD
  kexec-tools/repos/extra-i686/kexec
  kexec-tools/repos/extra-i686/kexec-tools-2.0.0-purgatory-makefile.patch
  kexec-tools/repos/extra-i686/kexec-vesafb.diff
  kexec-tools/repos/extra-i686/kexec.conf.d
  kexec-tools/repos/extra-x86_64/PKGBUILD
  kexec-tools/repos/extra-x86_64/kexec
  kexec-tools/repos/extra-x86_64/kexec-tools-2.0.0-purgatory-makefile.patch
  kexec-tools/repos/extra-x86_64/kexec-vesafb.diff
  kexec-tools/repos/extra-x86_64/kexec.conf.d

-+
 extra-i686/PKGBUILD |   76 +++---
 extra-i686/kexec|   90 
 extra-i686/kexec-tools-2.0.0-purgatory-makefile.patch   |   20 -
 extra-i686/kexec-vesafb.diff|  156 +++---
 extra-i686/kexec.conf.d |   32 +-
 extra-x86_64/PKGBUILD   |   76 +++---
 extra-x86_64/kexec  |   90 
 extra-x86_64/kexec-tools-2.0.0-purgatory-makefile.patch |   20 -
 extra-x86_64/kexec-vesafb.diff  |  156 +++---
 extra-x86_64/kexec.conf.d   |   32 +-
 10 files changed, 352 insertions(+), 396 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-26 19:28:15 UTC (rev 162394)
+++ extra-i686/PKGBUILD 2012-06-26 19:28:54 UTC (rev 162395)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Camille Moncelier p...@devlife.org, simo s...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=kexec-tools
-pkgver=2.0.2
-pkgrel=5
-pkgdesc=Load another kernel from the currently executing Linux kernel
-arch=('i686' 'x86_64')
-url=http://kernel.org/pub/linux/utils/kernel/kexec/;
-source=(http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.bz2;
-'kexec-tools-2.0.0-purgatory-makefile.patch'
-'kexec' 
-'kexec.conf.d')
-depends=('gawk' 'zlib' 'xz')
-backup=('etc/conf.d/kexec')
-license=('GPL2')
-md5sums=('35d05fed1c97008ac34c5bfb929295eb'
- 'b96f47c29757fcadfbc50ea6ea22f839'
- 'be059a103e5989519d22fca99f860a64'
- '9ca7e31d2c5c66c436a9a2baf20ad9b2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i ../kexec-tools-2.0.0-purgatory-makefile.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  mv $pkgdir/usr/sbin $pkgdir/sbin
-
-  install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8
-  install -D -m644 $srcdir/kexec.conf.d $pkgdir/etc/conf.d/kexec
-  install -D -m755 $srcdir/kexec $pkgdir/etc/rc.d/kexec
-}

Copied: kexec-tools/repos/extra-i686/PKGBUILD (from rev 162394, 
kexec-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-26 19:28:54 UTC (rev 162395)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Camille Moncelier p...@devlife.org, simo s...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=kexec-tools
+pkgver=2.0.3
+pkgrel=1
+pkgdesc=Load another kernel from the currently executing Linux kernel
+arch=('i686' 'x86_64')
+url=http://kernel.org/pub/linux/utils/kernel/kexec/;
+source=(ftp://ftp.archlinux.org/other/kexec-tools/kexec-tools-${pkgver}.tar.bz2;
+
#http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.bz2;
+'kexec' 
+'kexec.conf.d')
+depends=('gawk' 'zlib' 'xz')
+backup=('etc/conf.d/kexec')
+license=('GPL2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  mv $pkgdir/usr/sbin $pkgdir/sbin
+
+  install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8
+  install -D -m644 $srcdir/kexec.conf.d $pkgdir/etc/conf.d/kexec
+  install -D -m755 

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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:13:24
  Author: remy
Revision: 162396

archrelease: copy trunk to testing-any

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

-+
 PKGBUILD|   48 
 texlive.install |   12 
 2 files changed, 60 insertions(+)

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

Copied: texlive-bibtexextra/repos/testing-any/texlive.install (from rev 162395, 
texlive-bibtexextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2012-06-26 20:13:24 UTC (rev 162396)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:13:46
  Author: remy
Revision: 162397

upgpkg: texlive-bin 2012.0-1

First TL2012 package.

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 20:13:24 UTC (rev 162396)
+++ PKGBUILD2012-06-26 20:13:46 UTC (rev 162397)
@@ -291,6 +291,7 @@
 ${_bibtexextra_scripts} \
 ${_core_scripts}   \
 ${_htmlxml_scripts}\
+${_langcjk_scripts}\
 ${_langextra_scripts}  \
 ${_langgreek_scripts}  \
 ${_latexextra_scripts} \



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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:14:02
  Author: remy
Revision: 162398

archrelease: copy trunk to testing-any

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

---+
 Changelog |  313 
 PKGBUILD  |  142 +++
 texlive-core.maps |   46 +++
 texlive.install   |   58 +
 4 files changed, 559 insertions(+)

Copied: texlive-core/repos/testing-any/Changelog (from rev 162397, 
texlive-core/trunk/Changelog)
===
--- testing-any/Changelog   (rev 0)
+++ testing-any/Changelog   2012-06-26 20:14:02 UTC (rev 162398)
@@ -0,0 +1,313 @@
+texlive-core 2012.26892
+
+- TEXLive 2012 release.
+
+texlive-core 2011.24722
+
+- upgrade package amscls 22145 - 23392
+- upgrade package amsmath 22147 - 23390
+- upgrade package babel 22149 - 23397
+- upgrade package beamer 19443 - 24067
+- upgrade package bibleref-french 22077 - 24267
+- upgrade package bidi 22125 - 24680
+- upgrade package caption 16715 - 24571
+- upgrade package cmarrows 15878 - 24378
+- upgrade package context 23169 - 24174
+- upgrade package context-filter 23170 - 24389
+- upgrade package context-french 23167 - 24582
+- new package context-gantt
+- upgrade package context-gnuplot 23167 - 24028
+- upgrade package context-letter 23167 - 24045
+- upgrade package context-rst 23167 - 24199
+- upgrade package context-simplefonts 23167 - 23369
+- upgrade package context-simpleslides 23167 - 24165
+- upgrade package context-typescripts 23167 - 24492
+- upgrade package context-vim 23167 - 24359
+- upgrade package cslatex 22650 - 23409
+- upgrade package ctable 22269 - 23834
+- new package ctanify
+- new package ctanupload
+- upgrade package dehyph-exptl 18640 - 23403
+- new package dhua
+- upgrade package dvips 23089 - 24563
+- upgrade package emp 15878 - 23483
+- new package facture
+- new package fontbook
+- upgrade package fontname 23088 - 24661
+- upgrade package fontools 20048 - 23329
+- upgrade package fontspec 21527 - 24114
+- upgrade package frontespizio 21648 - 24054
+- upgrade package graphics 22151 - 23395
+- upgrade package hatching 18486 - 23818
+- upgrade package hyperref 22110 - 24686
+- upgrade package hyph-utf8 23085 - 24089
+- new package impnattypo
+- upgrade package index 15878 - 24099
+Upgrading package texlive-core from 23170 to 24722
+- upgrade package amscls 22145 - 23392
+- upgrade package amsmath 22147 - 23390
+- upgrade package babel 22149 - 23397
+- upgrade package beamer 19443 - 24067
+- upgrade package bibleref-french 22077 - 24267
+- upgrade package bidi 22125 - 24680
+- upgrade package caption 16715 - 24571
+- upgrade package cmarrows 15878 - 24378
+- upgrade package context 23169 - 24174
+- upgrade package context-filter 23170 - 24389
+- upgrade package context-french 23167 - 24582
+- new package context-gantt
+- upgrade package context-gnuplot 23167 - 24028
+- upgrade package context-letter 23167 - 24045
+- upgrade package context-rst 23167 - 24199
+- upgrade package context-simplefonts 23167 - 23369
+- upgrade package context-simpleslides 23167 - 24165
+- upgrade package context-typescripts 23167 - 24492
+- upgrade package context-vim 23167 - 24359
+- upgrade package cslatex 22650 - 23409
+- upgrade package ctable 22269 - 23834
+- new package ctanify
+- new package ctanupload
+- upgrade package dehyph-exptl 18640 - 23403
+- new package dhua
+- upgrade package dvips 23089 - 24563
+- upgrade package emp 15878 - 23483
+- new package facture
+- new package fontbook
+- upgrade package fontname 23088 - 24661
+- upgrade package fontools 20048 - 23329
+- upgrade package fontspec 21527 - 24114
+- upgrade package frontespizio 21648 - 24054
+- upgrade package graphics 22151 - 23395
+- upgrade package hatching 18486 - 23818
+- upgrade package hyperref 22110 - 24686
+- upgrade package hyph-utf8 23085 - 24089
+- new package impnattypo
+- upgrade package index 15878 - 24099
+- new package interpreter
+- upgrade package ionumbers 15878 - 23380
+- upgrade package koma-script 21983 - 23235
+- new package l3experimental
+- new package l3kernel
+- new package l3packages
+- upgrade package latex 22152 - 23639
+- upgrade package latexmk 22466 - 24722
+- new package luabibentry
+- new package luaindex
+- upgrade package lualatex-math 22339 - 24009
+- new package luapersian
+- upgrade package marvosym 22202 - 23630
+- new package match_parens
+- new package mf2pt1
+- upgrade package mh 21405 - 2
+- upgrade package misc 17497 - 23699
+- new package 

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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:14:13
  Author: remy
Revision: 162399

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

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

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

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


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

2012-06-26 Thread andyrtr
Date: Tuesday, June 26, 2012 @ 16:14:58
  Author: andyrtr
Revision: 162400

upgpkg: dbus-glib 0.100-1

upstream update 0.100

Modified:
  dbus-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 20:14:13 UTC (rev 162399)
+++ PKGBUILD2012-06-26 20:14:58 UTC (rev 162400)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=dbus-glib
-pkgver=0.98
+pkgver=0.100
 pkgrel=1
 pkgdesc=GLib bindings for DBUS
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig')
 options=('!libtool' '!emptydirs')
 
source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3f7f117dc7c8d899d9acfdcbf9253fb8')
+md5sums=('d33959a9c0c6a158f5ac6d640316e89e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-06-26 Thread andyrtr
Date: Tuesday, June 26, 2012 @ 16:15:42
  Author: andyrtr
Revision: 162401

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

Added:
  dbus-glib/repos/extra-i686/PKGBUILD
(from rev 162400, dbus-glib/trunk/PKGBUILD)
  dbus-glib/repos/extra-x86_64/PKGBUILD
(from rev 162400, dbus-glib/trunk/PKGBUILD)
Deleted:
  dbus-glib/repos/extra-i686/PKGBUILD
  dbus-glib/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-26 20:14:58 UTC (rev 162400)
+++ extra-i686/PKGBUILD 2012-06-26 20:15:42 UTC (rev 162401)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=dbus-glib
-pkgver=0.98
-pkgrel=1
-pkgdesc=GLib bindings for DBUS
-arch=(i686 x86_64)
-license=('GPL')
-url=http://www.freedesktop.org/wiki/Software/DBusBindings;
-depends=('dbus-core' 'glib2')
-makedepends=('pkgconfig')
-options=('!libtool' '!emptydirs')
-source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3f7f117dc7c8d899d9acfdcbf9253fb8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --enable-static=no --enable-bash-completion=no
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: dbus-glib/repos/extra-i686/PKGBUILD (from rev 162400, 
dbus-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-26 20:15:42 UTC (rev 162401)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=dbus-glib
+pkgver=0.100
+pkgrel=1
+pkgdesc=GLib bindings for DBUS
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.freedesktop.org/wiki/Software/DBusBindings;
+depends=('dbus-core' 'glib2')
+makedepends=('pkgconfig')
+options=('!libtool' '!emptydirs')
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d33959a9c0c6a158f5ac6d640316e89e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-static=no --enable-bash-completion=no
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-26 20:14:58 UTC (rev 162400)
+++ extra-x86_64/PKGBUILD   2012-06-26 20:15:42 UTC (rev 162401)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=dbus-glib
-pkgver=0.98
-pkgrel=1
-pkgdesc=GLib bindings for DBUS
-arch=(i686 x86_64)
-license=('GPL')
-url=http://www.freedesktop.org/wiki/Software/DBusBindings;
-depends=('dbus-core' 'glib2')
-makedepends=('pkgconfig')
-options=('!libtool' '!emptydirs')
-source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3f7f117dc7c8d899d9acfdcbf9253fb8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --enable-static=no --enable-bash-completion=no
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: dbus-glib/repos/extra-x86_64/PKGBUILD (from rev 162400, 
dbus-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-26 20:15:42 UTC (rev 162401)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=dbus-glib
+pkgver=0.100
+pkgrel=1
+pkgdesc=GLib bindings for DBUS
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.freedesktop.org/wiki/Software/DBusBindings;
+depends=('dbus-core' 'glib2')
+makedepends=('pkgconfig')
+options=('!libtool' '!emptydirs')
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d33959a9c0c6a158f5ac6d640316e89e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-static=no --enable-bash-completion=no
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:18:12
  Author: remy
Revision: 162402

archrelease: copy trunk to testing-any

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

-+
 PKGBUILD|   52 
 texlive-fontsextra.maps |  118 ++
 texlive.install |   52 
 3 files changed, 222 insertions(+)

Copied: texlive-fontsextra/repos/testing-any/PKGBUILD (from rev 162401, 
texlive-fontsextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-06-26 20:18:12 UTC (rev 162402)
@@ -0,0 +1,52 @@
+# Maintainer: Rémy Oudompheng remy.archlinux.org
+
+pkgname=texlive-fontsextra
+pkgver=2012.26866
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - all sorts of extra fonts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('f75e552c4573ce73d3eee03fffee723f'
+ '4a2f2b3b4527655fb47ab0d59b01bfea')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd $srcdir
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   
+   # remove stuff depending on omega/aleph
+   rm -rf $pkgdir/usr/share/texmf-dist/omega
+   find $pkgdir/ -wholename '*ocherokee*' -delete
+   find $pkgdir/ -wholename '*oinuit*' -delete
+}

Copied: texlive-fontsextra/repos/testing-any/texlive-fontsextra.maps (from rev 
162401, texlive-fontsextra/trunk/texlive-fontsextra.maps)
===
--- testing-any/texlive-fontsextra.maps (rev 0)
+++ testing-any/texlive-fontsextra.maps 2012-06-26 20:18:12 UTC (rev 162402)
@@ -0,0 +1,118 @@
+Map Acorn.map
+Map AnnSton.map
+Map ArrowsADF.map
+Map ArtNouv.map
+Map ArtNouvc.map
+Map BulletsADF.map
+Map Carrickc.map
+Map CountriesOfEurope.map
+Map ESSTIX.map
+Map Eichenla.map
+Map Eileen.map
+Map EileenBl.map
+Map Elzevier.map
+Map GotIn.map
+Map GoudyIn.map
+Map Kinigcap.map
+Map Konanur.map
+Map Kramer.map
+Map MnSymbol.map
+Map MorrisIn.map
+Map Nouveaud.map
+Map OrnementsADF.map
+Map Romantik.map
+Map Rothdn.map
+Map RoyalIn.map
+Map Sanremo.map
+Map Starburst.map
+Map Typocaps.map
+Map Zallman.map
+Map antt.map
+Map ap.map
+Map archaicprw.map
+Map arev.map
+Map ascii.map
+Map aspectratio.map
+Map augie.map
+Map auncial.map
+Map aurical.map
+Map belleek.map
+Map bera.map
+Map boondox.map
+Map calligra.map
+Map cantarell.map
+Map ccicons.map
+Map clm.map
+Map cm-lgc.map
+Map cmin.map
+Map comfortaa.map
+Map cyklop.map
+Map dejavu-type1.map
+Map dictsym.map
+Map droid.map
+Map dstroke.map
+Map dutchcal.map
+Map epigrafica.map
+Map esvect.map
+Map fdsymbol.map
+Map fge.map
+Map fi4.map
+Map foekfont.map
+Map fonetika.map
+Map fourier-utopia-expert.map
+Map fourier.map
+Map frcursive.map
+Map gfsartemisia.map
+Map gfsbodoni.map
+Map gfscomplutum.map
+Map gfsdidot.map
+Map gfsneohellenic.map
+Map gfssolomos.map
+Map gptimes.map
+Map icelandic.map
+Map iwona.map
+Map kpfonts.map
+Map kurier.map
+Map lato.map
+Map libertine.map
+Map linearA.map
+Map mathabx.map
+Map mdbch.map
+Map mdput.map
+Map mdsymbol.map
+Map mdugm.map
+Map ntx.map
+Map ocrb.map
+Map opensans.map
+Map paratype-type1.map
+Map pbsi.map
+Map phaistos.map
+Map prodint.map
+Map pxtx.map
+Map recycle.map
+Map rsfso.map
+Map sansmathaccent.map
+Map sqrcaps.map
+Map starfont.map
+Map 

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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:18:32
  Author: remy
Revision: 162403

archrelease: copy trunk to testing-any

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

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

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

Copied: texlive-formatsextra/repos/testing-any/texlive.install (from rev 
162402, texlive-formatsextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2012-06-26 20:18:32 UTC (rev 162403)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:19:03
  Author: remy
Revision: 162404

archrelease: copy trunk to testing-any

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

+
 Changelog  |7 ++
 PKGBUILD   |   47 ++
 texlive-games.maps |1 
 texlive.install|   52 +++
 4 files changed, 107 insertions(+)

Copied: texlive-games/repos/testing-any/Changelog (from rev 162403, 
texlive-games/trunk/Changelog)
===
--- testing-any/Changelog   (rev 0)
+++ testing-any/Changelog   2012-06-26 20:19:03 UTC (rev 162404)
@@ -0,0 +1,7 @@
+texlive-games 2011.24714
+
+- upgrade package chess-problem-diagrams 15878 - 23555
+- new package gamebook
+- new package othelloboard
+- new package schwalbe-chess
+

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

Copied: texlive-games/repos/testing-any/texlive-games.maps (from rev 162403, 
texlive-games/trunk/texlive-games.maps)
===
--- testing-any/texlive-games.maps  (rev 0)
+++ testing-any/texlive-games.maps  2012-06-26 20:19:03 UTC (rev 162404)
@@ -0,0 +1 @@
+Map SkakNew.map

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

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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:19:28
  Author: remy
Revision: 162405

archrelease: copy trunk to testing-any

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

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

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

Copied: texlive-genericextra/repos/testing-any/texlive.install (from rev 
162404, texlive-genericextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2012-06-26 20:19:28 UTC (rev 162405)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:19:38
  Author: remy
Revision: 162406

archrelease: copy trunk to testing-any

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

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

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

Copied: texlive-htmlxml/repos/testing-any/texlive.install (from rev 162405, 
texlive-htmlxml/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2012-06-26 20:19:38 UTC (rev 162406)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:20:04
  Author: remy
Revision: 162407

archrelease: copy trunk to testing-any

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

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

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

Copied: texlive-humanities/repos/testing-any/texlive.install (from rev 162406, 
texlive-humanities/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2012-06-26 20:20:04 UTC (rev 162407)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:20:11
  Author: remy
Revision: 162408

upgpkg: texlive-langcjk 2012.26777-1

First TL2012 package with a workaround for uplatex formats.

Modified:
  texlive-langcjk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 20:20:04 UTC (rev 162407)
+++ PKGBUILD2012-06-26 20:20:11 UTC (rev 162408)
@@ -44,6 +44,10 @@
if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
  find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
fi
+   # hack for uplatex format generation
+   ln -s ../../platex/config/hyphen.cfg 
${pkgdir}/usr/share/texmf-dist/tex/uplatex/config/hyphen.cfg
+   # scripts links
+   install -d -m 755 $pkgdir/usr/bin
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
 }



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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:20:31
  Author: remy
Revision: 162409

archrelease: copy trunk to testing-any

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

--+
 PKGBUILD |   53 +
 texlive-langcjk.maps |   14 
 texlive.install  |   52 
 3 files changed, 119 insertions(+)

Copied: texlive-langcjk/repos/testing-any/PKGBUILD (from rev 162408, 
texlive-langcjk/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-06-26 20:20:31 UTC (rev 162409)
@@ -0,0 +1,53 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langcjk
+pkgver=2012.26777
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - CJK (Chinese, Japanese, Korean) macros and fonts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('1c73bef41603e33d7d88dd0d3e782e04'
+ 'a655532f21cd504b9ab51b87bb5b41d7')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   # hack for uplatex format generation
+   ln -s ../../platex/config/hyphen.cfg 
${pkgdir}/usr/share/texmf-dist/tex/uplatex/config/hyphen.cfg
+   # scripts links
+   install -d -m 755 $pkgdir/usr/bin
+   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
+}

Copied: texlive-langcjk/repos/testing-any/texlive-langcjk.maps (from rev 
162408, texlive-langcjk/trunk/texlive-langcjk.maps)
===
--- testing-any/texlive-langcjk.maps(rev 0)
+++ testing-any/texlive-langcjk.maps2012-06-26 20:20:31 UTC (rev 162409)
@@ -0,0 +1,14 @@
+Map bkaiu.map
+Map bsmiu.map
+Map dgj.map
+Map dmj.map
+Map garuda-c90.map
+Map gbsnu.map
+Map gkaiu.map
+Map mc2j.map
+Map mcj.map
+Map mr2j.map
+Map mrj.map
+Map norasi-c90.map
+Map tlwg.map
+Map umj.map

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

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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:21:15
  Author: remy
Revision: 162410

archrelease: copy trunk to testing-any

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

---+
 PKGBUILD  |   48 
 texlive-langcyrillic.maps |1 
 texlive.install   |   52 
 3 files changed, 101 insertions(+)

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

Copied: texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps (from 
rev 162409, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
===
--- testing-any/texlive-langcyrillic.maps   (rev 0)
+++ testing-any/texlive-langcyrillic.maps   2012-06-26 20:21:15 UTC (rev 
162410)
@@ -0,0 +1 @@
+Map cmcyr.map

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

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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:21:24
  Author: remy
Revision: 162411

archrelease: copy trunk to testing-any

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

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

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

Copied: texlive-langextra/repos/testing-any/texlive-langextra.maps (from rev 
162410, texlive-langextra/trunk/texlive-langextra.maps)
===
--- testing-any/texlive-langextra.maps  (rev 0)
+++ testing-any/texlive-langextra.maps  2012-06-26 20:21:24 UTC (rev 162411)
@@ -0,0 +1,18 @@
+Map arabi.map
+Map arevvn.map
+Map burmese.map
+Map chartervn.map
+Map cjhebrew.map
+Map cmbrightvn.map
+Map concretevn.map
+Map grotesqvn.map
+Map skt.map
+Map txttvn.map
+Map urwvn.map
+Map vntopia.map
+MixedMap arabtex.map
+MixedMap dvng.map
+MixedMap ethiop.map
+MixedMap mongolian.map
+MixedMap vnrother.map
+MixedMap vnrtext.map

Copied: texlive-langextra/repos/testing-any/texlive.install (from rev 162410, 
texlive-langextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2012-06-26 20:21:24 UTC (rev 162411)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-langextra
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp 

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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:21:50
  Author: remy
Revision: 162412

archrelease: copy trunk to testing-any

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

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

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

Copied: texlive-langgreek/repos/testing-any/texlive-langgreek.maps (from rev 
162411, texlive-langgreek/trunk/texlive-langgreek.maps)
===
--- testing-any/texlive-langgreek.maps  (rev 0)
+++ testing-any/texlive-langgreek.maps  2012-06-26 20:21:50 UTC (rev 162412)
@@ -0,0 +1,6 @@
+Map gfsbaskerville.map
+Map gfsporson.map
+Map grverb.map
+Map kerkis.map
+MixedMap cbgreek-full.map
+MixedMap iby.map

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

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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:22:39
  Author: remy
Revision: 162413

archrelease: copy trunk to testing-any

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

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

Copied: texlive-latexextra/repos/testing-any/PKGBUILD (from rev 162412, 
texlive-latexextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-06-26 20:22:39 UTC (rev 162413)
@@ -0,0 +1,72 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-latexextra
+pkgver=2012.26807
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Large collection of add-on packages for LaTeX
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+optdepends=(
+  'texlive-pictures: to use the package overpic'
+  'openjdk6: for use by ppower4'
+)
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('868dc1824391768e120fdd71ba28e520'
+ '9e4825f47dac663dd62c4bfa67899e84')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   #add symlinks that were in texlive-bin:
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/authorindex/authorindex 
$pkgdir/usr/bin/authorindex
+   ln -s /usr/share/texmf-dist/scripts/exceltex/exceltex 
$pkgdir/usr/bin/exceltex
+   ln -s /usr/share/texmf-dist/scripts/glossaries/makeglossaries 
$pkgdir/usr/bin/makeglossaries
+   ln -s /usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl 
$pkgdir/usr/bin/pdfannotextractor
+   ln -s /usr/share/texmf-dist/scripts/ppower4/pdfthumb.tlu 
$pkgdir/usr/bin/pdfthumb
+   ln -s /usr/share/texmf-dist/scripts/perltex/perltex.pl 
$pkgdir/usr/bin/perltex
+   ln -s /usr/share/texmf-dist/scripts/pst-pdf/ps4pdf $pkgdir/usr/bin/ps4pdf
+   ln -s /usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl 
$pkgdir/usr/bin/splitindex
+   ln -s /usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl 
$pkgdir/usr/bin/svn-multi
+   ln -s /usr/share/texmf-dist/scripts/vpe/vpe.pl $pkgdir/usr/bin/vpe
+   # but ppower4 was a symlink to ppower4.tlu, which was broken, but this is 
far better:
+   (
+   cat END
+#!/bin/bash
+java -jar /usr/share/texmf-dist/scripts/ppower4/pp4p.jar $@
+END
+   )  /tmp/ppower4 
+   install -m755 /tmp/ppower4 $pkgdir/usr/bin/
+   rm $pkgdir/usr/share/texmf-dist/scripts/glossaries/makeglossaries.bat
+   rm $pkgdir/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
+   rm $pkgdir/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
+}

Copied: texlive-latexextra/repos/testing-any/texlive-latexextra.maps (from rev 
162412, texlive-latexextra/trunk/texlive-latexextra.maps)
===
--- testing-any/texlive-latexextra.maps (rev 0)
+++ testing-any/texlive-latexextra.maps 2012-06-26 20:22:39 UTC (rev 162413)
@@ -0,0 +1,3 @@
+Map epiolmec.map
+MixedMap esint.map
+MixedMap manfnt.map

Copied: texlive-latexextra/repos/testing-any/texlive.install (from rev 162412, 
texlive-latexextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ 

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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:22:47
  Author: remy
Revision: 162414

archrelease: copy trunk to testing-any

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

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

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

Copied: texlive-music/repos/testing-any/texlive-music.maps (from rev 162412, 
texlive-music/trunk/texlive-music.maps)
===
--- testing-any/texlive-music.maps  (rev 0)
+++ testing-any/texlive-music.maps  2012-06-26 20:22:47 UTC (rev 162414)
@@ -0,0 +1 @@
+MixedMap musix.map

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

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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:23:19
  Author: remy
Revision: 162415

archrelease: copy trunk to testing-any

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

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

Copied: texlive-plainextra/repos/testing-any/PKGBUILD (from rev 162414, 
texlive-plainextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-06-26 20:23:19 UTC (rev 162415)
@@ -0,0 +1,45 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-plainextra
+pkgver=2012.25953
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - A collection of add-on packages and macros for plain TeX
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('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
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-plainextra/repos/testing-any/texlive.install (from rev 162414, 
texlive-plainextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2012-06-26 20:23:19 UTC (rev 162415)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:23:31
  Author: remy
Revision: 162416

archrelease: copy trunk to testing-any

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

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

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

Copied: texlive-pstricks/repos/testing-any/texlive.install (from rev 162415, 
texlive-pstricks/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2012-06-26 20:23:31 UTC (rev 162416)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:23:56
  Author: remy
Revision: 162417

archrelease: copy trunk to testing-any

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

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

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

Copied: texlive-pictures/repos/testing-any/texlive-pictures.maps (from rev 
162414, texlive-pictures/trunk/texlive-pictures.maps)
===
--- testing-any/texlive-pictures.maps   (rev 0)
+++ testing-any/texlive-pictures.maps   2012-06-26 20:23:56 UTC (rev 162417)
@@ -0,0 +1,2 @@
+Map knitfont.map
+MixedMap xypic.map

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

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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:24:20
  Author: remy
Revision: 162418

archrelease: copy trunk to testing-any

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

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

Copied: texlive-publishers/repos/testing-any/PKGBUILD (from rev 162417, 
texlive-publishers/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-06-26 20:24:20 UTC (rev 162418)
@@ -0,0 +1,45 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-publishers
+pkgver=2012.26831
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - LaTeX classes and packages for specific publishers
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('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
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-publishers/repos/testing-any/texlive.install (from rev 162417, 
texlive-publishers/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2012-06-26 20:24:20 UTC (rev 162418)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:24:30
  Author: remy
Revision: 162419

archrelease: copy trunk to testing-any

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

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

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

Copied: texlive-science/repos/testing-any/texlive-science.maps (from rev 
162418, texlive-science/trunk/texlive-science.maps)
===
--- testing-any/texlive-science.maps(rev 0)
+++ testing-any/texlive-science.maps2012-06-26 20:24:30 UTC (rev 162419)
@@ -0,0 +1 @@
+Map chemarrow.map

Copied: texlive-science/repos/testing-any/texlive.install (from rev 162418, 
texlive-science/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2012-06-26 20:24:30 UTC (rev 162419)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-science
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash
+  echo done. 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash $SYNCWITHTREES
+  echo done. 
+}
+
+pre_remove() {
+for m in `cut -d' 

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

2012-06-26 Thread Andrea Scarpino
Date: Tuesday, June 26, 2012 @ 19:05:16
  Author: andrea
Revision: 162420

Add ibase support (FS#30062); Fix Assistant crash (FS#29469)

Modified:
  qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 20:24:30 UTC (rev 162419)
+++ PKGBUILD2012-06-26 23:05:16 UTC (rev 162420)
@@ -5,32 +5,36 @@
 pkgbase=qt
 pkgname=('qt' 'qt-private-headers')
 pkgver=4.8.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
 makedepends=('libtiff' 'libpng' 'libmng' 'sqlite' 'ca-certificates' 'glib2' 
'dbus'
 'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
 'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils' 'mesa' 
'postgresql-libs'
-'mysql' 'unixodbc' 'cups' 'gtk2')
+'mysql' 'unixodbc' 'cups' 'gtk2' 'libfbclient')
 options=('!libtool')
 _pkgfqn=${pkgbase}-everywhere-opensource-src-${pkgver}
 source=(http://releases.qt-project.org/qt4/source/${_pkgfqn}.tar.gz;
 'assistant.desktop' 'designer.desktop' 'linguist.desktop'
 'qtconfig.desktop'
-'improve-cups-support.patch')
+'improve-cups-support.patch'
+'fix-assistant-crash.patch')
 md5sums=('3c1146ddf56247e16782f96910a8423b'
  'fc211414130ab2764132e7370f8e5caa'
  '85179f5e0437514f8639957e1d8baf62'
  'f11852b97583610f3dbb669ebc3e21bc'
  '6b771c8a81dd90b45e8a79afa0e5bbfd'
- 'c439c7731c25387352d8453ca7574971')
+ 'c439c7731c25387352d8453ca7574971'
+ 'e9c11e4606b7f55ae405e3e76f863dc1')
 
 build() {
   cd ${srcdir}/${_pkgfqn}
 
   # (FS#28381) (KDEBUG#180051)
   patch -p1 -i ${srcdir}/improve-cups-support.patch
+  
+  patch -p1 -i ${srcdir}/fix-assistant-crash.patch
 
   export QT4DIR=${srcdir}/${_pkgfqn}
   export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
@@ -49,7 +53,7 @@
 -sysconfdir /etc/xdg \
 -examplesdir /usr/share/doc/qt/examples \
 -demosdir /usr/share/doc/qt/demos \
--plugin-sql-{psql,mysql,sqlite,odbc} \
+-plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
 -system-sqlite \
 -no-phonon \
 -no-phonon-backend \
@@ -76,6 +80,7 @@
 optdepends=('postgresql-libs: PostgreSQL driver'
 'libmysqlclient: MySQL driver'
 'unixodbc: ODBC driver'
+'libfbclient: Firebird/iBase driver'
 'libxinerama: Xinerama support'
 'libxcursor: Xcursor support'
 'libxfixes: Xfixes support')



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

2012-06-26 Thread Evangelos Foutras
Date: Tuesday, June 26, 2012 @ 20:49:50
  Author: foutrelis
Revision: 162421

upgpkg: chromium 20.0.1132.43-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 23:05:16 UTC (rev 162420)
+++ PKGBUILD2012-06-27 00:49:50 UTC (rev 162421)
@@ -9,7 +9,7 @@
 # build time.
 
 pkgname=chromium
-pkgver=19.0.1084.56
+pkgver=20.0.1132.43
 pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
  'libxss' 'libgcrypt' 'ttf-dejavu' 'desktop-file-utils'
  'hicolor-icon-theme')
 makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring'
- 'elfutils')
+ 'elfutils' 'subversion')
 optdepends=('kdebase-kdialog: needed for file dialogs in KDE')
 # Needed for the NaCl toolchain
 [[ $CARCH == x86_64 ]]  makedepends+=('lib32-zlib')
@@ -34,8 +34,8 @@
 chromium.sh
 chromium-gcc47.patch
 sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch)
-sha256sums=('c33a2cac35a3dd6ef359d8dee47dc405732f9e0865c82cffb876f5d936ec1418'
-'d10b849436a695b558947b441d0e6bc6555e44173d9b495a73b4aa4317c816de'
+sha256sums=('c21bdee0ec136102e10c527a0d98e3a29e40406d8f7eb63e8e0ac23801722824'
+'aa836ba493e659f028e8624764ba7662ef4eccd609be4c6812a7901eaf63f6e4'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'
@@ -70,10 +70,6 @@
   ln -s $srcdir/pepper_${pkgver%%.*}/toolchain/linux_x86_newlib \
 native_client/toolchain/linux_x86_newlib
 
-  # We need to disable system_ssl until next protocol negotiation support is
-  # available in our nss package.
-  # (See https://bugzilla.mozilla.org/show_bug.cgi?id=547312)
-
   # CFLAGS are passed through release_extra_cflags below
   export -n CFLAGS CXXFLAGS
 
@@ -112,16 +108,10 @@
   install -Dm4755 -o root -g root out/Release/chrome_sandbox \
 $pkgdir/usr/lib/chromium/chromium-sandbox
 
-  cp out/Release/{{chrome,resources}.pak,libffmpegsumo.so} \
-out/Release/nacl_helper{,_bootstrap} \
-out/Release/{libppGoogleNaClPluginChrome.so,nacl_irt_x86_*.nexe} \
+  cp out/Release/{*.pak,libffmpegsumo.so,nacl_helper{,_bootstrap}} \
+out/Release/{libppGoogleNaClPluginChrome.so,nacl_irt_*.nexe} \
 $pkgdir/usr/lib/chromium/
 
-  # These links are only needed when building with system ffmpeg
-  #ln -s /usr/lib/libavcodec.so.52 $pkgdir/usr/lib/chromium/
-  #ln -s /usr/lib/libavformat.so.52 $pkgdir/usr/lib/chromium/
-  #ln -s /usr/lib/libavutil.so.50 $pkgdir/usr/lib/chromium/
-
   # Allow users to override command-line options
   install -Dm644 $srcdir/chromium.default $pkgdir/etc/chromium/default
 



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

2012-06-26 Thread Evangelos Foutras
Date: Tuesday, June 26, 2012 @ 20:50:42
  Author: foutrelis
Revision: 162422

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 162421, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-gcc47.patch
(from rev 162421, chromium/trunk/chromium-gcc47.patch)
  chromium/repos/extra-i686/chromium.default
(from rev 162421, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 162421, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 162421, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 162421, chromium/trunk/chromium.sh)
  
chromium/repos/extra-i686/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch
(from rev 162421, 
chromium/trunk/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 162421, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-gcc47.patch
(from rev 162421, chromium/trunk/chromium-gcc47.patch)
  chromium/repos/extra-x86_64/chromium.default
(from rev 162421, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 162421, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 162421, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 162421, chromium/trunk/chromium.sh)
  
chromium/repos/extra-x86_64/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch
(from rev 162421, 
chromium/trunk/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-gcc47.patch
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  
chromium/repos/extra-i686/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-gcc47.patch
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh
  
chromium/repos/extra-x86_64/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch

-+
 extra-i686/PKGBUILD |  284 
--
 extra-i686/chromium-gcc47.patch |  106 +--
 extra-i686/chromium.default |8 
 extra-i686/chromium.desktop |  226 
+++
 extra-i686/chromium.install |   24 
 extra-i686/chromium.sh  |   32 -
 extra-i686/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch   |   52 -
 extra-x86_64/PKGBUILD   |  284 
--
 extra-x86_64/chromium-gcc47.patch   |  106 +--
 extra-x86_64/chromium.default   |8 
 extra-x86_64/chromium.desktop   |  226 
+++
 extra-x86_64/chromium.install   |   24 
 extra-x86_64/chromium.sh|   32 -
 extra-x86_64/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch |   52 -
 14 files changed, 722 insertions(+), 742 deletions(-)

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


[arch-commits] Commit in pacman-mirrorlist/repos (5 files)

2012-06-26 Thread Dan McGee
Date: Tuesday, June 26, 2012 @ 21:30:44
  Author: dan
Revision: 162423

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

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 162422, pacman-mirrorlist/repos/testing-any/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 162422, pacman-mirrorlist/repos/testing-any/mirrorlist)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/testing-any/

+
 PKGBUILD   |   64 +++---
 mirrorlist |  550 +--
 2 files changed, 267 insertions(+), 347 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-06-27 00:50:42 UTC (rev 162422)
+++ core-any/PKGBUILD   2012-06-27 01:30:44 UTC (rev 162423)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=pacman-mirrorlist
-pkgver=20120211
-pkgrel=1
-pkgdesc=Arch Linux mirror list for use by pacman
-arch=('any')
-url=http://www.archlinux.org/mirrorlist/;
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# keep an upgrade path for older installations
-PKGEXT='.pkg.tar.gz'
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c . PKGBUILD; updatelist
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  wget -O mirrorlist https://www.archlinux.org/mirrorlist/all/
-}
-
-build() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('7d36f1d9c904f82ab1a96e1d73b0fd8f')
-sha256sums=('085be03e6b9c72c21954aca3394c4e611e8c6cd770fb061331905c5ae469a212')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 162422, 
pacman-mirrorlist/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-06-27 01:30:44 UTC (rev 162423)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgname=pacman-mirrorlist
+pkgver=20120626
+pkgrel=1
+pkgdesc=Arch Linux mirror list for use by pacman
+arch=('any')
+url=http://www.archlinux.org/mirrorlist/;
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c . PKGBUILD; updatelist
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  wget -O mirrorlist https://www.archlinux.org/mirrorlist/all/smart/
+}
+
+build() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('49afc13a48fae447b9717cc686d3ee24')
+sha256sums=('2fc3ec4aac3e9587679f75066f9387e65016e9651c0df5decfe7d56f6fce4a1c')

Deleted: core-any/mirrorlist
===
--- core-any/mirrorlist 2012-06-27 00:50:42 UTC (rev 162422)
+++ core-any/mirrorlist 2012-06-27 01:30:44 UTC (rev 162423)
@@ -1,314 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2012-02-11
-##
-
-## Any
-#Server = ftp://mirrors.kernel.org/archlinux/$repo/os/$arch
-#Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch
-
-## Australia
-#Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = ftp://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = ftp://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = ftp://mirror.optus.net/archlinux/$repo/os/$arch
-#Server = http://mirror.optus.net/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = ftp://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = ftp://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = ftp://archlinux.mirror.kangaroot.net/pub/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Brazil
-#Server = ftp://ftp.bitwave.com.br/archlinux/$repo/os/$arch
-#Server = http://www.bitwave.com.br/downloads/archlinux/$repo/os/$arch
-#Server = ftp://archlinux.c3sl.ufpr.br/archlinux/$repo/os/$arch
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = ftp://ftp.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-#Server = ftp://www2.itti.ifce.edu.br/archlinux/$repo/os/$arch
-#Server = http://www2.itti.ifce.edu.br/archlinux/$repo/os/$arch
-
-## Bulgaria
-#Server = ftp://archlinux.igor.onlinedirect.bg/linux/archlinux/$repo/os/$arch
-#Server = http://archlinux.igor.onlinedirect.bg/$repo/os/$arch

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

2012-06-26 Thread Dave Reisner
Date: Tuesday, June 26, 2012 @ 21:43:40
  Author: dreisner
Revision: 162424

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

Added:
  dbus-core/repos/core-i686/PKGBUILD
(from rev 162423, dbus-core/repos/testing-i686/PKGBUILD)
  dbus-core/repos/core-i686/dbus
(from rev 162423, dbus-core/repos/testing-i686/dbus)
  dbus-core/repos/core-i686/dbus.install
(from rev 162423, dbus-core/repos/testing-i686/dbus.install)
  dbus-core/repos/core-x86_64/PKGBUILD
(from rev 162423, dbus-core/repos/testing-x86_64/PKGBUILD)
  dbus-core/repos/core-x86_64/dbus
(from rev 162423, dbus-core/repos/testing-x86_64/dbus)
  dbus-core/repos/core-x86_64/dbus.install
(from rev 162423, 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   |  106 ++---
 core-i686/dbus   |  102 +--
 core-i686/dbus.install   |   52 +-
 core-x86_64/PKGBUILD |  106 ++---
 core-x86_64/dbus |  102 +--
 core-x86_64/dbus.install |   52 +-
 6 files changed, 254 insertions(+), 266 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-06-27 01:30:44 UTC (rev 162423)
+++ core-i686/PKGBUILD  2012-06-27 01:43:40 UTC (rev 162424)
@@ -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=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 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/core-i686/PKGBUILD (from rev 162423, 
dbus-core/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-06-27 01:43:40 UTC (rev 162424)
@@ -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 

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

2012-06-26 Thread Dave Reisner
Date: Tuesday, June 26, 2012 @ 21:44:01
  Author: dreisner
Revision: 162425

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

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

+
 core-i686/0001-Reinstate-TIMEOUT-handling.patch|  248 ++---
 core-i686/0001-udev-systemd-udev-settle.service-fix-After.patch|   52 -
 core-i686/0001-vconsole-setup-enable-utf-8-mode-explicitly.patch   |  158 +--
 core-i686/PKGBUILD |  429 
+-
 core-i686/initcpio-hook-udev   |   40 
 core-i686/initcpio-install-timestamp   |   28 
 core-i686/initcpio-install-udev|   56 -
 core-i686/locale.sh|  120 +-
 core-i686/systemd-tools.install|   64 -
 core-i686/systemd.install  |   78 -
 core-x86_64/0001-Reinstate-TIMEOUT-handling.patch  |  248 ++---
 core-x86_64/0001-udev-systemd-udev-settle.service-fix-After.patch  |   52 -
 

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

2012-06-26 Thread Eric Bélanger
Date: Tuesday, June 26, 2012 @ 23:30:19
  Author: eric
Revision: 162426

upgpkg: bluefish 2.2.3-1

Upstream update

Modified:
  bluefish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-27 01:44:01 UTC (rev 162425)
+++ PKGBUILD2012-06-27 03:30:19 UTC (rev 162426)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=bluefish
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc=A powerful HTML editor for experienced web designers and programmers
 arch=('i686' 'x86_64')
@@ -14,14 +14,14 @@
 options=('!libtool')
 install=bluefish.install
 
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('2fca4e4fa67e6f2fda1335e1dc4e19ca318eb002'
-  'a7f2b776d9bacff1e2fd6d70aa0e37c53e85f7a2')
+sha1sums=('181f28b595f6259441eb13f4aaae60def596b980'
+  'e8c4e3ba0623e476adeb8bf8466044894aa034c8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-src/plugin_zencoding/zencoding/{,filters/,actions/}*.py
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+src/plugin_zencoding/zencoding/{,filters/,actions/}*.py 
data/lorem-ipsum-generator
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
 --enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
   make
 }



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

2012-06-26 Thread Eric Bélanger
Date: Tuesday, June 26, 2012 @ 23:30:42
  Author: eric
Revision: 162427

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

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

---+
 extra-i686/PKGBUILD   |   64 
 extra-i686/bluefish.install   |   56 +--
 extra-x86_64/PKGBUILD |   64 
 extra-x86_64/bluefish.install |   56 +--
 4 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-27 03:30:19 UTC (rev 162426)
+++ extra-i686/PKGBUILD 2012-06-27 03:30:42 UTC (rev 162427)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=bluefish
-pkgver=2.2.2
-pkgrel=1
-pkgdesc=A powerful HTML editor for experienced web designers and programmers
-arch=('i686' 'x86_64')
-url=http://bluefish.openoffice.nl/;
-license=('GPL3')
-depends=('gtk3' 'enchant' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('gucharmap' 'intltool')
-optdepends=('gucharmap: for using the charmap plugin')
-options=('!libtool')
-install=bluefish.install
-source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('2fca4e4fa67e6f2fda1335e1dc4e19ca318eb002'
-  'a7f2b776d9bacff1e2fd6d70aa0e37c53e85f7a2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-src/plugin_zencoding/zencoding/{,filters/,actions/}*.py
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: bluefish/repos/extra-i686/PKGBUILD (from rev 162426, 
bluefish/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-27 03:30:42 UTC (rev 162427)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=bluefish
+pkgver=2.2.3
+pkgrel=1
+pkgdesc=A powerful HTML editor for experienced web designers and programmers
+arch=('i686' 'x86_64')
+url=http://bluefish.openoffice.nl/;
+license=('GPL3')
+depends=('gtk3' 'enchant' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('gucharmap' 'intltool')
+optdepends=('gucharmap: for using the charmap plugin')
+options=('!libtool')
+install=bluefish.install
+source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
+sha1sums=('181f28b595f6259441eb13f4aaae60def596b980'
+  'e8c4e3ba0623e476adeb8bf8466044894aa034c8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+src/plugin_zencoding/zencoding/{,filters/,actions/}*.py 
data/lorem-ipsum-generator
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/bluefish.install
===
--- extra-i686/bluefish.install 2012-06-27 03:30:19 UTC (rev 162426)
+++ extra-i686/bluefish.install 2012-06-27 03:30:42 UTC (rev 162427)
@@ -1,28 +0,0 @@
-post_install() {
-  if [ ! -d etc/xml ]; then
-mkdir -p etc/xml
-  fi
-  if [ ! -e etc/xml/catalog ]; then
-xmlcatalog --noout --create etc/xml/catalog
-  fi
-  xmlcatalog --noout --add 'delegateURI' \
-'http://bluefish.openoffice.nl/ns/bflang/2.0/' /usr/share/xml/bluefish \
-etc/xml/catalog
-
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor   
-}
-
-pre_upgrade() {
-  post_remove
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  xmlcatalog --noout --del \
-/usr/share/xml/bluefish etc/xml/catalog
-}

Copied: bluefish/repos/extra-i686/bluefish.install (from rev 162426, 
bluefish/trunk/bluefish.install)
===
--- extra-i686/bluefish.install (rev 0)
+++