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

2012-04-26 Thread Andrea Scarpino
Date: Thursday, April 26, 2012 @ 02:40:41
  Author: andrea
Revision: 157223

upgpkg: calligra 2.4.1-1

Upstream release

Modified:
  calligra/trunk/PKGBUILD
Deleted:
  calligra/trunk/do-not-build-hancomword.patch
  calligra/trunk/fix-docx-support.patch

---+
 PKGBUILD  |   16 
 do-not-build-hancomword.patch |   11 ---
 fix-docx-support.patch|   18 --
 3 files changed, 4 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 04:27:55 UTC (rev 157222)
+++ PKGBUILD2012-04-26 06:40:41 UTC (rev 157223)
@@ -22,8 +22,8 @@
  'calligra-handbook'
  'calligra-braindump'
  'calligra-flow')
-pkgver=2.4.0
-pkgrel=3
+pkgver=2.4.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
@@ -33,18 +33,10 @@
  'libwpd' 'libwpg' 'pstoedit' 'glew'
  'fftw' 'opengtl' 'lcms2' 'libkdcraw' 'wv2')
 groups=('calligra')
-source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2;
-'do-not-build-hancomword.patch'
-'fix-docx-support.patch')
-md5sums=('a45b9141c6bb750569e8f6554197dd50'
- 'cc1a5fba43426003909751035d093362'
- 'b694e3af26a31c36488d869f9331090c')
+source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('a4da7e1181e1539850a4fcae466d7d75')
 
 build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  patch -p1 -i ${srcdir}/do-not-build-hancomword.patch
-  patch -p1 -i ${srcdir}/fix-docx-support.patch
-
   cd ${srcdir}
   mkdir build
   cd build

Deleted: do-not-build-hancomword.patch
===
--- do-not-build-hancomword.patch   2012-04-26 04:27:55 UTC (rev 157222)
+++ do-not-build-hancomword.patch   2012-04-26 06:40:41 UTC (rev 157223)
@@ -1,11 +0,0 @@
 a/filters/words/CMakeLists.txt
-+++ b/filters/words/CMakeLists.txt
-@@ -75,7 +75,6 @@ IF( NOT TINY )
- add_subdirectory( docbook )
- # add_subdirectory( html )
-   add_subdirectory( kword1.3 )
--  add_subdirectory( hancomword )
-   add_subdirectory( oowriter )
- add_subdirectory( palmdoc )
-   add_subdirectory( wml )
-

Deleted: fix-docx-support.patch
===
--- fix-docx-support.patch  2012-04-26 04:27:55 UTC (rev 157222)
+++ fix-docx-support.patch  2012-04-26 06:40:41 UTC (rev 157223)
@@ -1,18 +0,0 @@
 a/libs/odf/KoXmlWriter.h
-+++ b/libs/odf/KoXmlWriter.h
-@@ -252,6 +252,14 @@ private:
- Tag(const char* t = 0, bool ind = true)
- : tagName(t), hasChildren(false), lastChildIsText(false),
- openingTagClosed(false), indentInside(ind) {}
-+Tag(const Tag original)
-+{
-+tagName = original.tagName;
-+hasChildren = original.hasChildren;
-+lastChildIsText = original.lastChildIsText;
-+openingTagClosed = original.openingTagClosed;
-+indentInside = original.indentInside;
-+}
- const char* tagName;
- bool hasChildren : 1; /// element or text children
- bool lastChildIsText : 1; /// last child is a text node
-



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

2012-04-26 Thread Andrea Scarpino
Date: Thursday, April 26, 2012 @ 02:42:14
  Author: andrea
Revision: 157224

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

Added:
  calligra/repos/extra-i686/PKGBUILD
(from rev 157223, calligra/trunk/PKGBUILD)
  calligra/repos/extra-i686/calligra-braindump.install
(from rev 157223, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-i686/calligra-filters.install
(from rev 157223, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-i686/calligra-flow.install
(from rev 157223, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-i686/calligra-karbon.install
(from rev 157223, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-i686/calligra-kexi.install
(from rev 157223, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-i686/calligra-krita.install
(from rev 157223, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-i686/calligra-plan.install
(from rev 157223, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-i686/calligra-sheets.install
(from rev 157223, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-i686/calligra-stage.install
(from rev 157223, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-i686/calligra-tools.install
(from rev 157223, calligra/trunk/calligra-tools.install)
  calligra/repos/extra-i686/calligra-words.install
(from rev 157223, calligra/trunk/calligra-words.install)
  calligra/repos/extra-i686/calligra.install
(from rev 157223, calligra/trunk/calligra.install)
  calligra/repos/extra-x86_64/PKGBUILD
(from rev 157223, calligra/trunk/PKGBUILD)
  calligra/repos/extra-x86_64/calligra-braindump.install
(from rev 157223, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-x86_64/calligra-filters.install
(from rev 157223, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-x86_64/calligra-flow.install
(from rev 157223, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-x86_64/calligra-karbon.install
(from rev 157223, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-x86_64/calligra-kexi.install
(from rev 157223, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-x86_64/calligra-krita.install
(from rev 157223, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-x86_64/calligra-plan.install
(from rev 157223, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-x86_64/calligra-sheets.install
(from rev 157223, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-x86_64/calligra-stage.install
(from rev 157223, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-x86_64/calligra-tools.install
(from rev 157223, calligra/trunk/calligra-tools.install)
  calligra/repos/extra-x86_64/calligra-words.install
(from rev 157223, calligra/trunk/calligra-words.install)
  calligra/repos/extra-x86_64/calligra.install
(from rev 157223, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-i686/calligra-braindump.install
  calligra/repos/extra-i686/calligra-filters.install
  calligra/repos/extra-i686/calligra-flow.install
  calligra/repos/extra-i686/calligra-karbon.install
  calligra/repos/extra-i686/calligra-kexi.install
  calligra/repos/extra-i686/calligra-krita.install
  calligra/repos/extra-i686/calligra-plan.install
  calligra/repos/extra-i686/calligra-sheets.install
  calligra/repos/extra-i686/calligra-stage.install
  calligra/repos/extra-i686/calligra-tools.install
  calligra/repos/extra-i686/calligra-words.install
  calligra/repos/extra-i686/calligra.install
  calligra/repos/extra-i686/do-not-build-hancomword.patch
  calligra/repos/extra-i686/fix-docx-support.patch
  calligra/repos/extra-x86_64/PKGBUILD
  calligra/repos/extra-x86_64/calligra-braindump.install
  calligra/repos/extra-x86_64/calligra-filters.install
  calligra/repos/extra-x86_64/calligra-flow.install
  calligra/repos/extra-x86_64/calligra-karbon.install
  calligra/repos/extra-x86_64/calligra-kexi.install
  calligra/repos/extra-x86_64/calligra-krita.install
  calligra/repos/extra-x86_64/calligra-plan.install
  calligra/repos/extra-x86_64/calligra-sheets.install
  calligra/repos/extra-x86_64/calligra-stage.install
  calligra/repos/extra-x86_64/calligra-tools.install
  calligra/repos/extra-x86_64/calligra-words.install
  calligra/repos/extra-x86_64/calligra.install
  calligra/repos/extra-x86_64/do-not-build-hancomword.patch
  calligra/repos/extra-x86_64/fix-docx-support.patch

+
 extra-i686/PKGBUILD|  536 +--
 extra-i686/calligra-braindump.install  |   24 -
 extra-i686/calligra-filters.install|   22 -
 extra-i686/calligra-flow.install   |   24 -
 extra-i686/calligra-karbon.install |   24 -
 extra-i686/calligra-kexi.install   |   22 -
 extra-i686/calligra-krita.install  

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

2012-04-26 Thread Jan Steffens
Date: Thursday, April 26, 2012 @ 03:24:21
  Author: heftig
Revision: 157225

FS#29610

Modified:
  deluge/trunk/deluge-web
  deluge/trunk/deluged

+
 deluge-web |2 +-
 deluged|2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: deluge-web
===
--- deluge-web  2012-04-26 06:42:14 UTC (rev 157224)
+++ deluge-web  2012-04-26 07:24:21 UTC (rev 157225)
@@ -8,7 +8,7 @@
 WEB_OPTIONS=-f $WEB_OPTIONS
 
 [[ -f $PIDFILE ]]  PID=$($PIDFILE)
-kill -0 $PID || PID=
+[[ -z $PID ]] || kill -0 $PID || PID=
 
 case $1 in
   start)

Modified: deluged
===
--- deluged 2012-04-26 06:42:14 UTC (rev 157224)
+++ deluged 2012-04-26 07:24:21 UTC (rev 157225)
@@ -8,7 +8,7 @@
 OPTIONS=-P $PIDFILE $OPTIONS
 
 [[ -f $PIDFILE ]]  PID=$($PIDFILE)
-kill -0 $PID || PID=
+[[ -z $PID ]] || kill -0 $PID || PID=
 
 case $1 in
   start)



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

2012-04-26 Thread Giovanni Scafora
Date: Thursday, April 26, 2012 @ 04:48:57
  Author: giovanni
Revision: 157226

upgpkg: live-media 2012.04.26-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 07:24:21 UTC (rev 157225)
+++ PKGBUILD2012-04-26 08:48:57 UTC (rev 157226)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2012.04.21
+pkgver=2012.04.26
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url=http://live555.com/liveMedia;
 depends=('gcc-libs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('2e06ec6343be2c8355ce9fd3289f7c87')
+md5sums=('4c7202e0611951998325b0e41ae63041')
 
 build() {
   cd ${srcdir}/live



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

2012-04-26 Thread Giovanni Scafora
Date: Thursday, April 26, 2012 @ 04:49:24
  Author: giovanni
Revision: 157227

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

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

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

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

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

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

[arch-commits] Commit in php/trunk (PKGBUILD pcre_info.patch suhosin.patch)

2012-04-26 Thread Pierre Schmitz
Date: Thursday, April 26, 2012 @ 06:10:31
  Author: pierre
Revision: 157228

upgpkg: php 5.3.11-1

upstream update

Added:
  php/trunk/suhosin.patch
Modified:
  php/trunk/PKGBUILD
Deleted:
  php/trunk/pcre_info.patch

-+
 PKGBUILD|   17 +
 pcre_info.patch |   43 ---
 suhosin.patch   |   13 +
 3 files changed, 22 insertions(+), 51 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 08:49:24 UTC (rev 157227)
+++ PKGBUILD2012-04-26 10:10:31 UTC (rev 157228)
@@ -21,9 +21,9 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.3.10
+pkgver=5.3.11
 _suhosinver=5.3.9-0.9.10
-pkgrel=5
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -35,8 +35,8 @@
 http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz;
 http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz.sig;
 'php.ini.patch' 'apache.conf' 'rc.d.php-fpm' 'php-fpm.conf.in.patch'
-'logrotate.d.php-fpm' 'pcre_info.patch')
-md5sums=('816259e5ca7d0a7e943e56a3bb32b17f'
+'logrotate.d.php-fpm' 'suhosin.patch')
+md5sums=('94709f6e7c920cbe26e19fa991d9975d'
  'c099b3d7eac95018ababd41ded7f3066'
  'c15d18f846be1d69144a5d0056ee6506'
  'ffc338e8ce2a990f6f2a486355bbab65'
@@ -44,7 +44,7 @@
  'b01be5f816988fcee7e78225836e5e27'
  '740ec5fe2ecfd9d7febd4081c90ec65b'
  '07c4e412909ac65a44ec90e7a2c4bade'
- '8d3806bbb19e390f9b32ccf21611d937')
+ '07ca7da608553b4cb92797e655eb94f1')
 
 build() {
phpconfig=--srcdir=../${pkgbase}-${pkgver} \
@@ -135,12 +135,13 @@
PEAR_INSTALLDIR=/usr/share/pear
export PEAR_INSTALLDIR
 
+   # fix the suhosin patch
+   patch -i ${srcdir}/suhosin.patch
+
cd ${srcdir}/${pkgbase}-${pkgver}
 
-   patch -p1 -i ${srcdir}/pcre_info.patch
-
# apply suhosin patch
-   patch -p1 -i ${srcdir}/suhosin-patch-${_suhosinver}.patch
+   patch -F3 -p1 -i ${srcdir}/suhosin-patch-${_suhosinver}.patch
 
# adjust paths
patch -p0 -i ${srcdir}/php.ini.patch

Deleted: pcre_info.patch
===
--- pcre_info.patch 2012-04-26 08:49:24 UTC (rev 157227)
+++ pcre_info.patch 2012-04-26 10:10:31 UTC (rev 157228)
@@ -1,43 +0,0 @@
 php-5.3.10/ext/pcre/php_pcre.c 2012-01-01 14:15:04.0 +0100
-+++ php-5.3.10/ext/pcre/php_pcre.c 2012-02-06 13:31:36.198935107 +0100
-@@ -241,6 +241,7 @@
-   char*pattern;
-   int  do_study = 0;
-   int  poptions = 0;
-+  int count = 0;
-   unsigned const char *tables = NULL;
- #if HAVE_SETLOCALE
-   char*locale = setlocale(LC_CTYPE, NULL);
-@@ -252,10 +252,10 @@
-  back the compiled pattern, otherwise go on and compile it. */
-   if (zend_hash_find(PCRE_G(pcre_cache), regex, regex_len+1, (void 
**)pce) == SUCCESS) {
-   /*
--   * We use a quick pcre_info() check to see whether cache is 
corrupted, and if it
-+   * We use a quick pcre_fullinfo() check to see whether cache is 
corrupted, and if it
-* is, we flush it and compile the pattern from scratch.
-*/
--  if (pcre_info(pce-re, NULL, NULL) == PCRE_ERROR_BADMAGIC) {
-+  if (pcre_fullinfo(pce-re, NULL, PCRE_INFO_CAPTURECOUNT, 
count) == PCRE_ERROR_BADMAGIC) {
-   zend_hash_clean(PCRE_G(pcre_cache));
-   } else {
- #if HAVE_SETLOCALE
 php-5.3.10/ext/pcre/php_pcre.def   2009-01-11 14:59:00.0 +0100
-+++ php-5.3.10/ext/pcre/php_pcre.def   2012-02-06 13:31:47.775299315 +0100
-@@ -4,7 +4,6 @@
- php_pcre_exec
- php_pcre_get_substring
- php_pcre_get_substring_list
--php_pcre_info
- php_pcre_maketables
- php_pcre_study
- php_pcre_version
 php-5.3.10/main/php_compat.h   2012-01-01 14:15:04.0 +0100
-+++ php-5.3.10/main/php_compat.h   2012-02-06 13:26:59.272834580 +0100
-@@ -34,7 +34,6 @@
- #define pcre_exec php_pcre_exec
- #define pcre_get_substringphp_pcre_get_substring
- #define pcre_get_substring_list   php_pcre_get_substring_list
--#define pcre_info php_pcre_info
- #define pcre_maketables   php_pcre_maketables
- #define pcre_studyphp_pcre_study
- #define pcre_version  php_pcre_version

Added: suhosin.patch
===
--- suhosin.patch   (rev 0)
+++ suhosin.patch   2012-04-26 10:10:31 UTC (rev 157228)
@@ -0,0 +1,13 @@
+--- suhosin-patch-5.3.9-0.9.10.patch   

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

2012-04-26 Thread Pierre Schmitz
Date: Thursday, April 26, 2012 @ 06:12:29
  Author: pierre
Revision: 157229

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

Added:
  php/repos/extra-i686/PKGBUILD
(from rev 157228, php/trunk/PKGBUILD)
  php/repos/extra-i686/apache.conf
(from rev 157228, php/trunk/apache.conf)
  php/repos/extra-i686/logrotate.d.php-fpm
(from rev 157228, php/trunk/logrotate.d.php-fpm)
  php/repos/extra-i686/php-fpm.conf.in.patch
(from rev 157228, php/trunk/php-fpm.conf.in.patch)
  php/repos/extra-i686/php.ini.patch
(from rev 157228, php/trunk/php.ini.patch)
  php/repos/extra-i686/rc.d.php-fpm
(from rev 157228, php/trunk/rc.d.php-fpm)
  php/repos/extra-i686/suhosin.patch
(from rev 157228, php/trunk/suhosin.patch)
  php/repos/extra-x86_64/PKGBUILD
(from rev 157228, php/trunk/PKGBUILD)
  php/repos/extra-x86_64/apache.conf
(from rev 157228, php/trunk/apache.conf)
  php/repos/extra-x86_64/logrotate.d.php-fpm
(from rev 157228, php/trunk/logrotate.d.php-fpm)
  php/repos/extra-x86_64/php-fpm.conf.in.patch
(from rev 157228, php/trunk/php-fpm.conf.in.patch)
  php/repos/extra-x86_64/php.ini.patch
(from rev 157228, php/trunk/php.ini.patch)
  php/repos/extra-x86_64/rc.d.php-fpm
(from rev 157228, php/trunk/rc.d.php-fpm)
  php/repos/extra-x86_64/suhosin.patch
(from rev 157228, php/trunk/suhosin.patch)
Deleted:
  php/repos/extra-i686/PKGBUILD
  php/repos/extra-i686/apache.conf
  php/repos/extra-i686/logrotate.d.php-fpm
  php/repos/extra-i686/pcre_info.patch
  php/repos/extra-i686/php-fpm.conf.in.patch
  php/repos/extra-i686/php.ini.patch
  php/repos/extra-i686/rc.d.php-fpm
  php/repos/extra-x86_64/PKGBUILD
  php/repos/extra-x86_64/apache.conf
  php/repos/extra-x86_64/logrotate.d.php-fpm
  php/repos/extra-x86_64/pcre_info.patch
  php/repos/extra-x86_64/php-fpm.conf.in.patch
  php/repos/extra-x86_64/php.ini.patch
  php/repos/extra-x86_64/rc.d.php-fpm

+
 extra-i686/PKGBUILD|  737 +--
 extra-i686/apache.conf |   26 -
 extra-i686/logrotate.d.php-fpm |   12 
 extra-i686/pcre_info.patch |   43 --
 extra-i686/php-fpm.conf.in.patch   |  104 ++--
 extra-i686/php.ini.patch   |  252 +--
 extra-i686/rc.d.php-fpm|  316 +++
 extra-i686/suhosin.patch   |   13 
 extra-x86_64/PKGBUILD  |  737 +--
 extra-x86_64/apache.conf   |   26 -
 extra-x86_64/logrotate.d.php-fpm   |   12 
 extra-x86_64/pcre_info.patch   |   43 --
 extra-x86_64/php-fpm.conf.in.patch |  104 ++--
 extra-x86_64/php.ini.patch |  252 +--
 extra-x86_64/rc.d.php-fpm  |  316 +++
 extra-x86_64/suhosin.patch |   13 
 16 files changed, 1474 insertions(+), 1532 deletions(-)

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


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

2012-04-26 Thread Pierre Schmitz
Date: Thursday, April 26, 2012 @ 07:36:13
  Author: pierre
Revision: 157230

upgpkg: openssl 1.0.1.b-1

upstream update

Modified:
  openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 10:12:29 UTC (rev 157229)
+++ PKGBUILD2012-04-26 11:36:13 UTC (rev 157230)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=openssl
-_ver=1.0.1a
+_ver=1.0.1b
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
@@ -20,8 +20,8 @@
 'fix-manpages.patch'
 'no-rpath.patch'
 'ca-dir.patch')
-md5sums=('a0104320c0997cd33e18b8ea798609d1'
- 'df6d2432d3ff03f72fa6744d6f1a7f34'
+md5sums=('a1da58ce63baef3812004714fa302c47'
+ 'ca6bcd8641957df69c6c0bb4b93785aa'
  '5bbc0655bda2af95bc8eb568963ce8ba'
  'dc78d3d06baffc16217519242ce92478'
  '3bf51be3a1bbd262be46dc619f92aa90')



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

2012-04-26 Thread Pierre Schmitz
Date: Thursday, April 26, 2012 @ 07:37:26
  Author: pierre
Revision: 157231

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

Added:
  openssl/repos/testing-i686/
  openssl/repos/testing-i686/PKGBUILD
(from rev 157230, openssl/trunk/PKGBUILD)
  openssl/repos/testing-i686/ca-dir.patch
(from rev 157230, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-i686/fix-manpages.patch
(from rev 157230, openssl/trunk/fix-manpages.patch)
  openssl/repos/testing-i686/no-rpath.patch
(from rev 157230, openssl/trunk/no-rpath.patch)
  openssl/repos/testing-x86_64/
  openssl/repos/testing-x86_64/PKGBUILD
(from rev 157230, openssl/trunk/PKGBUILD)
  openssl/repos/testing-x86_64/ca-dir.patch
(from rev 157230, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-x86_64/fix-manpages.patch
(from rev 157230, openssl/trunk/fix-manpages.patch)
  openssl/repos/testing-x86_64/no-rpath.patch
(from rev 157230, openssl/trunk/no-rpath.patch)

---+
 testing-i686/PKGBUILD |   72 +
 testing-i686/ca-dir.patch |   33 
 testing-i686/fix-manpages.patch   | 1920 
 testing-i686/no-rpath.patch   |   11 
 testing-x86_64/PKGBUILD   |   72 +
 testing-x86_64/ca-dir.patch   |   33 
 testing-x86_64/fix-manpages.patch | 1920 
 testing-x86_64/no-rpath.patch |   11 
 8 files changed, 4072 insertions(+)

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


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

2012-04-26 Thread Tobias Powalowski
Date: Thursday, April 26, 2012 @ 09:05:21
  Author: tpowa
Revision: 157232

upgpkg: hylafax 6.0.5-4

add systemd support

Added:
  hylafax/trunk/faxq.service
  hylafax/trunk/hfaxd.service
Modified:
  hylafax/trunk/PKGBUILD
  hylafax/trunk/config.local

---+
 PKGBUILD  |   15 +++
 config.local  |   12 ++--
 faxq.service  |9 +
 hfaxd.service |9 +
 4 files changed, 35 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 11:37:26 UTC (rev 157231)
+++ PKGBUILD2012-04-26 13:05:21 UTC (rev 157232)
@@ -2,7 +2,7 @@
 # Maintainer: Paul Mattal p...@archlinux.org
 pkgname=hylafax
 pkgver=6.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc=Fax Server
 arch=('i686' 'x86_64')
 install='hylafax.install'
@@ -18,13 +18,17 @@
 hylafax.cron.daily 
 config.local
 configure-6.0.5.patch 
-hylafax-libtiff4.patch)
+hylafax-libtiff4.patch
+faxq.service
+hfaxd.service)
 md5sums=('eb9ac942354ad708e20e4583cec6615f'
  '6602288a405324d8c8e3c5eac2bf19fd'
  '52beffe7dc296b4f9ce9fd0387f7804e'
- '0d2ce24d918226a852539aebf57d3f4a'
+ '60f2a7e62c256ead4e9238cb31b35b90'
  '51d9f639bb76e5e39cdc8e2ac07e208d'
- '3d239c186f24720e945508d349b069b1')
+ '3d239c186f24720e945508d349b069b1'
+ '9c8916a753106795fc3f40268889f645'
+ 'a0b5a008b7fbf1943d167e0d5eb32341')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver}
@@ -48,6 +52,9 @@
$pkgdir/var/spool/hylafax/bin/notify.awk
   # fix permission on /var/lock
   chmod 1777 $pkgdir/var/lock
+  # add systemd files
+  install -D -m644 $srcdir/hfaxd.service 
$pkgdir/usr/lib/systemd/system/hfaxd.service
+  install -D -m644 $srcdir/faxq.service 
$pkgdir/usr/lib/systemd/system/faxq.service
 
   install -D -m644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
 }

Modified: config.local
===
--- config.local2012-04-26 11:37:26 UTC (rev 157231)
+++ config.local2012-04-26 13:05:21 UTC (rev 157232)
@@ -250,24 +250,24 @@
 # based on whether or not they are capable of processing scripts
 # included in the distribution (e.g AWK and SCRIPT_SH, SED).
 #
-#AWK=/bin/awk# pathname of suitable awk 
program
+AWK=/usr/bin/awk # pathname of suitable awk 
program
 #CAT=/bin/cat# pathname of suitable cat 
program
 #CHGRP=/etc/chgrp# pathname of suitable chgrp program
 #CHMOD=/etc/chmod# pathname of suitable chmod program
 #CHOWN=/etc/chown# pathname of suitable chown program
-#CMP=/bin/cmp# pathname of suitable cmp 
program
-#COL=/bin/col# pathname of suitable col 
program
+CMP=/usr/bin/cmp # pathname of suitable cmp 
program
+COL=/usr/bin/col # pathname of suitable col 
program
 #CP=/bin/cp  # pathname of suitable cp program
 #ECHO=/bin/echo  # pathname of suitable echo program
-#GREP=/bin/grep  # pathname of suitable grep program
+GREP=/usr/bin/grep   # pathname of suitable grep program
 #LN=/bin/ln  # pathname of suitable ln program
 #LN_S=-s # option to ${LN} to create symlink
 #MAN=/usr/bin/man# pathname of suitable man program
 #MKDIR=/bin/mkdir# pathname of suitable mkdir program
-#MKFIFO=/bin/mkfifo  # pathname of suitable mkfifo program
+MKFIFO=/usr/bin/mkfifo   # pathname of suitable mkfifo 
program
 #MV=/bin/mv  # pathname of suitable mv program
 #MV_F=-f # option to ${MV} to force operation
 #RMCMD=/bin/rm   # pathname of suitable rm program
 #SED=/bin/sed# pathname of suitable sed 
program
 #SCRIPT_SH=/bin/sh   # pathname of suitable shell
-#SORT=/bin/sort  # pathname of suitable sort program
+SORT=/usr/bin/sort   # pathname of suitable sort program

Added: faxq.service
===
--- faxq.service(rev 0)
+++ faxq.service2012-04-26 13:05:21 UTC (rev 157232)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Hyla FAX queue manager
+
+[Service]
+ExecStart=/usr/sbin/faxq
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Added: hfaxd.service
===
--- hfaxd.service   (rev 0)
+++ hfaxd.service   2012-04-26 13:05:21 UTC (rev 157232)
@@ -0,0 +1,9 

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

2012-04-26 Thread Tobias Powalowski
Date: Thursday, April 26, 2012 @ 09:06:12
  Author: tpowa
Revision: 157233

db-move: moved rpcbind from [testing] to [core] (i686)

Added:
  rpcbind/repos/core-i686/PKGBUILD
(from rev 157232, rpcbind/repos/testing-i686/PKGBUILD)
  rpcbind/repos/core-i686/rpcbind
(from rev 157232, rpcbind/repos/testing-i686/rpcbind)
  rpcbind/repos/core-i686/rpcbind-sunrpc.patch
(from rev 157232, rpcbind/repos/testing-i686/rpcbind-sunrpc.patch)
  rpcbind/repos/core-i686/rpcbind.service
(from rev 157232, rpcbind/repos/testing-i686/rpcbind.service)
Deleted:
  rpcbind/repos/core-i686/PKGBUILD
  rpcbind/repos/core-i686/rpcbind
  rpcbind/repos/core-i686/rpcbind-sunrpc.patch
  rpcbind/repos/testing-i686/

--+
 PKGBUILD |   88 +
 rpcbind  |   78 +--
 rpcbind-sunrpc.patch |   44 
 rpcbind.service  |   11 ++
 4 files changed, 118 insertions(+), 103 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-04-26 13:05:21 UTC (rev 157232)
+++ core-i686/PKGBUILD  2012-04-26 13:06:12 UTC (rev 157233)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=rpcbind
-pkgver=0.2.0
-pkgrel=6
-pkgdesc=portmap replacement which supports RPC over various protocols
-arch=(i686 x86_64)
-depends=('bash' 'glibc' 'libtirpc')
-url=http://rpcbind.sourceforge.net;
-license=('custom')
-replaces=('portmap')
-source=(http://downloads.sourceforge.net/sourceforge/rpcbind/rpcbind-0.2.0.tar.bz2
-rpcbind-sunrpc.patch
-rpcbind)
-md5sums=('1a77ddb1aaea8099ab19c351eeb26316'
- 'c02ac36a98baac70b8a26190524b7b73'
- '78a963654f57cbb209e228884767836e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  # patch for iana services file
-  patch -Np1 -i ../rpcbind-sunrpc.patch
-  ./configure --prefix=/usr --enable-warmstarts --with-statedir=/run
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # install missing man page - https://bugs.archlinux.org/task/21271
-  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
-  # install daemon 
-  install -D -m755 $srcdir/rpcbind $pkgdir/etc/rc.d/rpcbind
-  # install license
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
-}

Copied: rpcbind/repos/core-i686/PKGBUILD (from rev 157232, 
rpcbind/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-04-26 13:06:12 UTC (rev 157233)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=rpcbind
+pkgver=0.2.0
+pkgrel=8
+pkgdesc=portmap replacement which supports RPC over various protocols
+arch=(i686 x86_64)
+depends=('bash' 'glibc' 'libtirpc')
+url=http://rpcbind.sourceforge.net;
+license=('custom')
+replaces=('portmap')
+source=(http://downloads.sourceforge.net/sourceforge/rpcbind/rpcbind-0.2.0.tar.bz2
+rpcbind-sunrpc.patch
+rpcbind.service
+rpcbind)
+md5sums=('1a77ddb1aaea8099ab19c351eeb26316'
+ 'c02ac36a98baac70b8a26190524b7b73'
+ 'd2615f4c0d58f154aab6e294997ac9be'
+ '78a963654f57cbb209e228884767836e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch for iana services file
+  patch -Np1 -i ../rpcbind-sunrpc.patch
+  ./configure --prefix=/usr --enable-warmstarts --with-statedir=/run
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # install missing man page - https://bugs.archlinux.org/task/21271
+  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
+  # install daemon 
+  install -D -m755 $srcdir/rpcbind $pkgdir/etc/rc.d/rpcbind
+  # install systemd service file
+  install -D -m644 $srcdir/rpcbind.service 
$pkgdir/usr/lib/systemd/system/rpcbind.service
+  # install license
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
+}

Deleted: core-i686/rpcbind
===
--- core-i686/rpcbind   2012-04-26 13:05:21 UTC (rev 157232)
+++ core-i686/rpcbind   2012-04-26 13:06:12 UTC (rev 157233)
@@ -1,39 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=$(pidof -o %PPID /usr/bin/rpcbind)
-case $1 in
-  start)
-stat_busy Starting rpcbind
-[ -z $PID ]  /usr/bin/rpcbind /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  PID=$(pidof -o %PPID /usr/bin/rpcbind)
-  echo $PID  /var/run/rpcbind.pid
-  add_daemon rpcbind
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping rpcbind
-[ ! -z $PID ]   kill $PID  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm 

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

2012-04-26 Thread Tobias Powalowski
Date: Thursday, April 26, 2012 @ 09:06:13
  Author: tpowa
Revision: 157234

db-move: moved rpcbind from [testing] to [core] (x86_64)

Added:
  rpcbind/repos/core-x86_64/PKGBUILD
(from rev 157232, rpcbind/repos/testing-x86_64/PKGBUILD)
  rpcbind/repos/core-x86_64/rpcbind
(from rev 157232, rpcbind/repos/testing-x86_64/rpcbind)
  rpcbind/repos/core-x86_64/rpcbind-sunrpc.patch
(from rev 157232, rpcbind/repos/testing-x86_64/rpcbind-sunrpc.patch)
  rpcbind/repos/core-x86_64/rpcbind.service
(from rev 157232, rpcbind/repos/testing-x86_64/rpcbind.service)
Deleted:
  rpcbind/repos/core-x86_64/PKGBUILD
  rpcbind/repos/core-x86_64/rpcbind
  rpcbind/repos/core-x86_64/rpcbind-sunrpc.patch
  rpcbind/repos/testing-x86_64/

--+
 PKGBUILD |   88 +
 rpcbind  |   78 +--
 rpcbind-sunrpc.patch |   44 
 rpcbind.service  |   11 ++
 4 files changed, 118 insertions(+), 103 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-04-26 13:06:12 UTC (rev 157233)
+++ core-x86_64/PKGBUILD2012-04-26 13:06:13 UTC (rev 157234)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=rpcbind
-pkgver=0.2.0
-pkgrel=6
-pkgdesc=portmap replacement which supports RPC over various protocols
-arch=(i686 x86_64)
-depends=('bash' 'glibc' 'libtirpc')
-url=http://rpcbind.sourceforge.net;
-license=('custom')
-replaces=('portmap')
-source=(http://downloads.sourceforge.net/sourceforge/rpcbind/rpcbind-0.2.0.tar.bz2
-rpcbind-sunrpc.patch
-rpcbind)
-md5sums=('1a77ddb1aaea8099ab19c351eeb26316'
- 'c02ac36a98baac70b8a26190524b7b73'
- '78a963654f57cbb209e228884767836e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  # patch for iana services file
-  patch -Np1 -i ../rpcbind-sunrpc.patch
-  ./configure --prefix=/usr --enable-warmstarts --with-statedir=/run
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # install missing man page - https://bugs.archlinux.org/task/21271
-  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
-  # install daemon 
-  install -D -m755 $srcdir/rpcbind $pkgdir/etc/rc.d/rpcbind
-  # install license
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
-}

Copied: rpcbind/repos/core-x86_64/PKGBUILD (from rev 157232, 
rpcbind/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-04-26 13:06:13 UTC (rev 157234)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=rpcbind
+pkgver=0.2.0
+pkgrel=8
+pkgdesc=portmap replacement which supports RPC over various protocols
+arch=(i686 x86_64)
+depends=('bash' 'glibc' 'libtirpc')
+url=http://rpcbind.sourceforge.net;
+license=('custom')
+replaces=('portmap')
+source=(http://downloads.sourceforge.net/sourceforge/rpcbind/rpcbind-0.2.0.tar.bz2
+rpcbind-sunrpc.patch
+rpcbind.service
+rpcbind)
+md5sums=('1a77ddb1aaea8099ab19c351eeb26316'
+ 'c02ac36a98baac70b8a26190524b7b73'
+ 'd2615f4c0d58f154aab6e294997ac9be'
+ '78a963654f57cbb209e228884767836e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch for iana services file
+  patch -Np1 -i ../rpcbind-sunrpc.patch
+  ./configure --prefix=/usr --enable-warmstarts --with-statedir=/run
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # install missing man page - https://bugs.archlinux.org/task/21271
+  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
+  # install daemon 
+  install -D -m755 $srcdir/rpcbind $pkgdir/etc/rc.d/rpcbind
+  # install systemd service file
+  install -D -m644 $srcdir/rpcbind.service 
$pkgdir/usr/lib/systemd/system/rpcbind.service
+  # install license
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
+}

Deleted: core-x86_64/rpcbind
===
--- core-x86_64/rpcbind 2012-04-26 13:06:12 UTC (rev 157233)
+++ core-x86_64/rpcbind 2012-04-26 13:06:13 UTC (rev 157234)
@@ -1,39 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=$(pidof -o %PPID /usr/bin/rpcbind)
-case $1 in
-  start)
-stat_busy Starting rpcbind
-[ -z $PID ]  /usr/bin/rpcbind /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  PID=$(pidof -o %PPID /usr/bin/rpcbind)
-  echo $PID  /var/run/rpcbind.pid
-  add_daemon rpcbind
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping rpcbind
-[ ! -z $PID ]   kill $PID  /dev/null
-if [ 

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

2012-04-26 Thread Tobias Powalowski
Date: Thursday, April 26, 2012 @ 09:06:16
  Author: tpowa
Revision: 157235

db-move: moved nfs-utils from [testing] to [core] (i686)

Added:
  nfs-utils/repos/core-i686/PKGBUILD
(from rev 157232, nfs-utils/repos/testing-i686/PKGBUILD)
  nfs-utils/repos/core-i686/exports
(from rev 157232, nfs-utils/repos/testing-i686/exports)
  nfs-utils/repos/core-i686/idmapd.conf
(from rev 157232, nfs-utils/repos/testing-i686/idmapd.conf)
  nfs-utils/repos/core-i686/nfs
(from rev 157232, nfs-utils/repos/testing-i686/nfs)
  nfs-utils/repos/core-i686/nfs-common
(from rev 157232, nfs-utils/repos/testing-i686/nfs-common)
  nfs-utils/repos/core-i686/nfs-common.conf
(from rev 157232, nfs-utils/repos/testing-i686/nfs-common.conf)
  nfs-utils/repos/core-i686/nfs-server
(from rev 157232, nfs-utils/repos/testing-i686/nfs-server)
  nfs-utils/repos/core-i686/nfs-server.conf
(from rev 157232, nfs-utils/repos/testing-i686/nfs-server.conf)
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-mtab-sym.patch
(from rev 157232, 
nfs-utils/repos/testing-i686/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-no-exec.patch
(from rev 157232, 
nfs-utils/repos/testing-i686/nfs-utils-1.1.4-no-exec.patch)
  nfs-utils/repos/core-i686/nfs-utils.conf
(from rev 157232, nfs-utils/repos/testing-i686/nfs-utils.conf)
  nfs-utils/repos/core-i686/nfs-utils.install
(from rev 157232, nfs-utils/repos/testing-i686/nfs-utils.install)
  nfs-utils/repos/core-i686/nfsd.service
(from rev 157232, nfs-utils/repos/testing-i686/nfsd.service)
  nfs-utils/repos/core-i686/proc-fs-nfsd.mount
(from rev 157232, nfs-utils/repos/testing-i686/proc-fs-nfsd.mount)
  nfs-utils/repos/core-i686/rpc-gssd.service
(from rev 157232, nfs-utils/repos/testing-i686/rpc-gssd.service)
  nfs-utils/repos/core-i686/rpc-idmapd.service
(from rev 157232, nfs-utils/repos/testing-i686/rpc-idmapd.service)
  nfs-utils/repos/core-i686/rpc-mountd.service
(from rev 157232, nfs-utils/repos/testing-i686/rpc-mountd.service)
  nfs-utils/repos/core-i686/rpc-statd.service
(from rev 157232, nfs-utils/repos/testing-i686/rpc-statd.service)
  nfs-utils/repos/core-i686/rpc-svcgssd.service
(from rev 157232, nfs-utils/repos/testing-i686/rpc-svcgssd.service)
  nfs-utils/repos/core-i686/start-statd.patch
(from rev 157232, nfs-utils/repos/testing-i686/start-statd.patch)
  nfs-utils/repos/core-i686/var-lib-nfs-rpc_pipefs.mount
(from rev 157232, nfs-utils/repos/testing-i686/var-lib-nfs-rpc_pipefs.mount)
Deleted:
  nfs-utils/repos/core-i686/PKGBUILD
  nfs-utils/repos/core-i686/exports
  nfs-utils/repos/core-i686/idmapd.conf
  nfs-utils/repos/core-i686/kernel-3.0-segfault.patch
  nfs-utils/repos/core-i686/nfs-common
  nfs-utils/repos/core-i686/nfs-common.conf
  nfs-utils/repos/core-i686/nfs-server
  nfs-utils/repos/core-i686/nfs-server.conf
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-mtab-sym.patch
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-no-exec.patch
  nfs-utils/repos/core-i686/nfs-utils.install
  nfs-utils/repos/core-i686/start-statd.patch
  nfs-utils/repos/testing-i686/

+
 PKGBUILD   |  174 ++
 exports|   30 -
 idmapd.conf|   28 -
 kernel-3.0-segfault.patch  |   53 ---
 nfs|   40 ++
 nfs-common |  630 +++
 nfs-common.conf|   80 ++--
 nfs-server |  598 ++---
 nfs-server.conf|   58 +--
 nfs-utils-1.1.4-mtab-sym.patch |   78 ++--
 nfs-utils-1.1.4-no-exec.patch  |   30 -
 nfs-utils.conf |1 
 nfs-utils.install  |   64 +--
 nfsd.service   |   16 
 proc-fs-nfsd.mount |8 
 rpc-gssd.service   |   12 
 rpc-idmapd.service |   12 
 rpc-mountd.service |   12 
 rpc-statd.service  |   12 
 rpc-svcgssd.service|   12 
 start-statd.patch  |   44 +-
 var-lib-nfs-rpc_pipefs.mount   |7 
 22 files changed, 1053 insertions(+), 946 deletions(-)

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


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

2012-04-26 Thread Tobias Powalowski
Date: Thursday, April 26, 2012 @ 09:06:19
  Author: tpowa
Revision: 157236

db-move: moved nfs-utils from [testing] to [core] (x86_64)

Added:
  nfs-utils/repos/core-x86_64/PKGBUILD
(from rev 157232, nfs-utils/repos/testing-x86_64/PKGBUILD)
  nfs-utils/repos/core-x86_64/exports
(from rev 157232, nfs-utils/repos/testing-x86_64/exports)
  nfs-utils/repos/core-x86_64/idmapd.conf
(from rev 157232, nfs-utils/repos/testing-x86_64/idmapd.conf)
  nfs-utils/repos/core-x86_64/nfs
(from rev 157232, nfs-utils/repos/testing-x86_64/nfs)
  nfs-utils/repos/core-x86_64/nfs-common
(from rev 157232, nfs-utils/repos/testing-x86_64/nfs-common)
  nfs-utils/repos/core-x86_64/nfs-common.conf
(from rev 157232, nfs-utils/repos/testing-x86_64/nfs-common.conf)
  nfs-utils/repos/core-x86_64/nfs-server
(from rev 157232, nfs-utils/repos/testing-x86_64/nfs-server)
  nfs-utils/repos/core-x86_64/nfs-server.conf
(from rev 157232, nfs-utils/repos/testing-x86_64/nfs-server.conf)
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-mtab-sym.patch
(from rev 157232, 
nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-no-exec.patch
(from rev 157232, 
nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-no-exec.patch)
  nfs-utils/repos/core-x86_64/nfs-utils.conf
(from rev 157232, nfs-utils/repos/testing-x86_64/nfs-utils.conf)
  nfs-utils/repos/core-x86_64/nfs-utils.install
(from rev 157232, nfs-utils/repos/testing-x86_64/nfs-utils.install)
  nfs-utils/repos/core-x86_64/nfsd.service
(from rev 157232, nfs-utils/repos/testing-x86_64/nfsd.service)
  nfs-utils/repos/core-x86_64/proc-fs-nfsd.mount
(from rev 157232, nfs-utils/repos/testing-x86_64/proc-fs-nfsd.mount)
  nfs-utils/repos/core-x86_64/rpc-gssd.service
(from rev 157232, nfs-utils/repos/testing-x86_64/rpc-gssd.service)
  nfs-utils/repos/core-x86_64/rpc-idmapd.service
(from rev 157232, nfs-utils/repos/testing-x86_64/rpc-idmapd.service)
  nfs-utils/repos/core-x86_64/rpc-mountd.service
(from rev 157232, nfs-utils/repos/testing-x86_64/rpc-mountd.service)
  nfs-utils/repos/core-x86_64/rpc-statd.service
(from rev 157232, nfs-utils/repos/testing-x86_64/rpc-statd.service)
  nfs-utils/repos/core-x86_64/rpc-svcgssd.service
(from rev 157232, nfs-utils/repos/testing-x86_64/rpc-svcgssd.service)
  nfs-utils/repos/core-x86_64/start-statd.patch
(from rev 157232, nfs-utils/repos/testing-x86_64/start-statd.patch)
  nfs-utils/repos/core-x86_64/var-lib-nfs-rpc_pipefs.mount
(from rev 157232, 
nfs-utils/repos/testing-x86_64/var-lib-nfs-rpc_pipefs.mount)
Deleted:
  nfs-utils/repos/core-x86_64/PKGBUILD
  nfs-utils/repos/core-x86_64/exports
  nfs-utils/repos/core-x86_64/idmapd.conf
  nfs-utils/repos/core-x86_64/kernel-3.0-segfault.patch
  nfs-utils/repos/core-x86_64/nfs-common
  nfs-utils/repos/core-x86_64/nfs-common.conf
  nfs-utils/repos/core-x86_64/nfs-server
  nfs-utils/repos/core-x86_64/nfs-server.conf
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-mtab-sym.patch
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-no-exec.patch
  nfs-utils/repos/core-x86_64/nfs-utils.install
  nfs-utils/repos/core-x86_64/start-statd.patch
  nfs-utils/repos/testing-x86_64/

+
 PKGBUILD   |  174 ++
 exports|   30 -
 idmapd.conf|   28 -
 kernel-3.0-segfault.patch  |   53 ---
 nfs|   40 ++
 nfs-common |  630 +++
 nfs-common.conf|   80 ++--
 nfs-server |  598 ++---
 nfs-server.conf|   58 +--
 nfs-utils-1.1.4-mtab-sym.patch |   78 ++--
 nfs-utils-1.1.4-no-exec.patch  |   30 -
 nfs-utils.conf |1 
 nfs-utils.install  |   64 +--
 nfsd.service   |   16 
 proc-fs-nfsd.mount |8 
 rpc-gssd.service   |   12 
 rpc-idmapd.service |   12 
 rpc-mountd.service |   12 
 rpc-statd.service  |   12 
 rpc-svcgssd.service|   12 
 start-statd.patch  |   44 +-
 var-lib-nfs-rpc_pipefs.mount   |7 
 22 files changed, 1053 insertions(+), 946 deletions(-)

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


[arch-commits] Commit in hylafax/repos (32 files)

2012-04-26 Thread Tobias Powalowski
Date: Thursday, April 26, 2012 @ 09:06:28
  Author: tpowa
Revision: 157237

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

Added:
  hylafax/repos/extra-i686/PKGBUILD
(from rev 157232, hylafax/trunk/PKGBUILD)
  hylafax/repos/extra-i686/config.local
(from rev 157232, hylafax/trunk/config.local)
  hylafax/repos/extra-i686/configure-6.0.5.patch
(from rev 157232, hylafax/trunk/configure-6.0.5.patch)
  hylafax/repos/extra-i686/faxq.service
(from rev 157232, hylafax/trunk/faxq.service)
  hylafax/repos/extra-i686/hfaxd.service
(from rev 157232, hylafax/trunk/hfaxd.service)
  hylafax/repos/extra-i686/hylafax
(from rev 157232, hylafax/trunk/hylafax)
  hylafax/repos/extra-i686/hylafax-libtiff4.patch
(from rev 157232, hylafax/trunk/hylafax-libtiff4.patch)
  hylafax/repos/extra-i686/hylafax.cron.daily
(from rev 157232, hylafax/trunk/hylafax.cron.daily)
  hylafax/repos/extra-i686/hylafax.install
(from rev 157232, hylafax/trunk/hylafax.install)
  hylafax/repos/extra-x86_64/PKGBUILD
(from rev 157235, hylafax/trunk/PKGBUILD)
  hylafax/repos/extra-x86_64/config.local
(from rev 157235, hylafax/trunk/config.local)
  hylafax/repos/extra-x86_64/configure-6.0.5.patch
(from rev 157235, hylafax/trunk/configure-6.0.5.patch)
  hylafax/repos/extra-x86_64/faxq.service
(from rev 157235, hylafax/trunk/faxq.service)
  hylafax/repos/extra-x86_64/hfaxd.service
(from rev 157235, hylafax/trunk/hfaxd.service)
  hylafax/repos/extra-x86_64/hylafax
(from rev 157235, hylafax/trunk/hylafax)
  hylafax/repos/extra-x86_64/hylafax-libtiff4.patch
(from rev 157235, hylafax/trunk/hylafax-libtiff4.patch)
  hylafax/repos/extra-x86_64/hylafax.cron.daily
(from rev 157235, hylafax/trunk/hylafax.cron.daily)
  hylafax/repos/extra-x86_64/hylafax.install
(from rev 157236, hylafax/trunk/hylafax.install)
Deleted:
  hylafax/repos/extra-i686/PKGBUILD
  hylafax/repos/extra-i686/config.local
  hylafax/repos/extra-i686/configure-6.0.5.patch
  hylafax/repos/extra-i686/hylafax
  hylafax/repos/extra-i686/hylafax-libtiff4.patch
  hylafax/repos/extra-i686/hylafax.cron.daily
  hylafax/repos/extra-i686/hylafax.install
  hylafax/repos/extra-x86_64/PKGBUILD
  hylafax/repos/extra-x86_64/config.local
  hylafax/repos/extra-x86_64/configure-6.0.5.patch
  hylafax/repos/extra-x86_64/hylafax
  hylafax/repos/extra-x86_64/hylafax-libtiff4.patch
  hylafax/repos/extra-x86_64/hylafax.cron.daily
  hylafax/repos/extra-x86_64/hylafax.install

-+
 extra-i686/PKGBUILD |  113 +++
 extra-i686/config.local |  546 +-
 extra-i686/configure-6.0.5.patch|   22 -
 extra-i686/faxq.service |9 
 extra-i686/hfaxd.service|9 
 extra-i686/hylafax  |  142 
 extra-i686/hylafax-libtiff4.patch   |  458 ++--
 extra-i686/hylafax.cron.daily   |8 
 extra-i686/hylafax.install  |   92 ++---
 extra-x86_64/PKGBUILD   |  113 +++
 extra-x86_64/config.local   |  546 +-
 extra-x86_64/configure-6.0.5.patch  |   22 -
 extra-x86_64/faxq.service   |9 
 extra-x86_64/hfaxd.service  |9 
 extra-x86_64/hylafax|  142 
 extra-x86_64/hylafax-libtiff4.patch |  458 ++--
 extra-x86_64/hylafax.cron.daily |8 
 extra-x86_64/hylafax.install|   92 ++---
 18 files changed, 1424 insertions(+), 1374 deletions(-)

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


[arch-commits] Commit in samba/repos (17 files)

2012-04-26 Thread Tobias Powalowski
Date: Thursday, April 26, 2012 @ 09:06:29
  Author: tpowa
Revision: 157238

db-move: moved samba from [testing] to [extra] (i686)

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 157236, samba/repos/testing-i686/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 157236, samba/repos/testing-i686/nmbd.service)
  samba/repos/extra-i686/samba
(from rev 157236, samba/repos/testing-i686/samba)
  samba/repos/extra-i686/samba.conf.d
(from rev 157236, samba/repos/testing-i686/samba.conf.d)
  samba/repos/extra-i686/samba.logrotate
(from rev 157236, samba/repos/testing-i686/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 157236, samba/repos/testing-i686/samba.pam)
  samba/repos/extra-i686/smbd.conf
(from rev 157236, samba/repos/testing-i686/smbd.conf)
  samba/repos/extra-i686/smbd.service
(from rev 157236, samba/repos/testing-i686/smbd.service)
  samba/repos/extra-i686/swat.xinetd
(from rev 157236, samba/repos/testing-i686/swat.xinetd)
  samba/repos/extra-i686/winbindd.service
(from rev 157236, samba/repos/testing-i686/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/samba
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/swat.xinetd
  samba/repos/testing-i686/

--+
 PKGBUILD |  319 +++--
 nmbd.service |8 +
 samba|  114 +-
 samba.conf.d |   14 +-
 samba.logrotate  |   18 +-
 samba.pam|6 
 smbd.conf|1 
 smbd.service |9 +
 swat.xinetd  |   20 +--
 winbindd.service |9 +
 10 files changed, 279 insertions(+), 239 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-26 13:06:28 UTC (rev 157237)
+++ extra-i686/PKGBUILD 2012-04-26 13:06:29 UTC (rev 157238)
@@ -1,153 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-pkgbase=samba
-pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=3.6.4
-# We use the 'A' to fake out pacman's version comparators.  Samba chooses
-# to append 'a','b',etc to their subsequent releases, which pamcan
-# misconstrues as alpha, beta, etc.  Bad samba!
-_realver=3.6.4
-pkgrel=1
-arch=(i686 x86_64)
-url=http://www.samba.org;
-license=('GPL3')
-makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam' 
'gamin' 'gnutls=2.4.1' 'talloc' 'tdb')
-source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
-samba samba.logrotate
-swat.xinetd
-samba.pam
-samba.conf.d)
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib/ \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-piddir=/var/run/samba \
-  --with-fhs \
-  --with-pam \
-  --with-pam_smbpass \
-  --with-pammodulesdir=/lib/security \
-  --with-dnsupdate \
-  --with-automount \
-  --with-quotas \
-  --with-ads \
-  --with-acl-support \
-  --with-libsmbclient \
-  --with-syslog \
-  --enable-external-libtalloc \
-  --disable-dnssd \
-  --disable-avahi \
-  
--with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash,idmap_tdb2 \
-  --enable-external-libtdb
-  make
-}
-
-package_libwbclient () {
-pkgdesc=Samba winbind client library
-depends=('glibc')
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  mkdir -p ${pkgdir}/usr/lib  
-  for i in libwbclient*; do
-  cp  -a bin/${i}*.so* ${pkgdir}/usr/lib/
-  done
-}
-
-package_smbclient () {
-pkgdesc=Tools to access a server's filespace and printers via SMB
-depends=('readline' 'popt' 'libldap' 'cifs-utils' 'libcap' 'krb5' 'db' 
'e2fsprogs' 'tdb' 'talloc' 'libwbclient')
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  mkdir -p ${pkgdir}/usr/bin ${pkgdir}/usr/lib
-  install -m755 
bin/{smbclient,rpcclient,smbspool,smbtree,smbcacls,smbcquotas,smbget,net,nmblookup}
 ${pkgdir}/usr/bin/
-  for i in libnetapi* libsmbclient*;do
-  cp  -a bin/${i}*.so* ${pkgdir}/usr/lib/
-  done
-  install -m755 script/smbtar ${pkgdir}/usr/bin/
-  mkdir -p ${pkgdir}/usr/lib/cups/backend
-  ln -sf /usr/bin/smbspool ${pkgdir}/usr/lib/cups/backend/smb
-  mkdir -p ${pkgdir}/usr/include
-  install -m644 include/libsmbclient.h ${pkgdir}/usr/include/
-  install -m644 lib/netapi/netapi.h ${pkgdir}/usr/include/
-  mkdir -p ${pkgdir}/usr/share/man/man{1,7}
-  for man in rpcclient smbcacls smbclient smbcquotas smbget \
-  smbtree smbtar nmblookup; do
-  install -m644 

[arch-commits] Commit in samba/repos (17 files)

2012-04-26 Thread Tobias Powalowski
Date: Thursday, April 26, 2012 @ 09:06:31
  Author: tpowa
Revision: 157239

db-move: moved samba from [testing] to [extra] (x86_64)

Added:
  samba/repos/extra-x86_64/PKGBUILD
(from rev 157236, samba/repos/testing-x86_64/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 157236, samba/repos/testing-x86_64/nmbd.service)
  samba/repos/extra-x86_64/samba
(from rev 157236, samba/repos/testing-x86_64/samba)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 157236, samba/repos/testing-x86_64/samba.conf.d)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 157236, samba/repos/testing-x86_64/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 157236, samba/repos/testing-x86_64/samba.pam)
  samba/repos/extra-x86_64/smbd.conf
(from rev 157236, samba/repos/testing-x86_64/smbd.conf)
  samba/repos/extra-x86_64/smbd.service
(from rev 157236, samba/repos/testing-x86_64/smbd.service)
  samba/repos/extra-x86_64/swat.xinetd
(from rev 157236, samba/repos/testing-x86_64/swat.xinetd)
  samba/repos/extra-x86_64/winbindd.service
(from rev 157236, samba/repos/testing-x86_64/winbindd.service)
Deleted:
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/samba
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/swat.xinetd
  samba/repos/testing-x86_64/

--+
 PKGBUILD |  319 +++--
 nmbd.service |8 +
 samba|  114 +-
 samba.conf.d |   14 +-
 samba.logrotate  |   18 +-
 samba.pam|6 
 smbd.conf|1 
 smbd.service |9 +
 swat.xinetd  |   20 +--
 winbindd.service |9 +
 10 files changed, 279 insertions(+), 239 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-26 13:06:29 UTC (rev 157238)
+++ extra-x86_64/PKGBUILD   2012-04-26 13:06:31 UTC (rev 157239)
@@ -1,153 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-pkgbase=samba
-pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=3.6.4
-# We use the 'A' to fake out pacman's version comparators.  Samba chooses
-# to append 'a','b',etc to their subsequent releases, which pamcan
-# misconstrues as alpha, beta, etc.  Bad samba!
-_realver=3.6.4
-pkgrel=1
-arch=(i686 x86_64)
-url=http://www.samba.org;
-license=('GPL3')
-makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam' 
'gamin' 'gnutls=2.4.1' 'talloc' 'tdb')
-source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
-samba samba.logrotate
-swat.xinetd
-samba.pam
-samba.conf.d)
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib/ \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-piddir=/var/run/samba \
-  --with-fhs \
-  --with-pam \
-  --with-pam_smbpass \
-  --with-pammodulesdir=/lib/security \
-  --with-dnsupdate \
-  --with-automount \
-  --with-quotas \
-  --with-ads \
-  --with-acl-support \
-  --with-libsmbclient \
-  --with-syslog \
-  --enable-external-libtalloc \
-  --disable-dnssd \
-  --disable-avahi \
-  
--with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash,idmap_tdb2 \
-  --enable-external-libtdb
-  make
-}
-
-package_libwbclient () {
-pkgdesc=Samba winbind client library
-depends=('glibc')
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  mkdir -p ${pkgdir}/usr/lib  
-  for i in libwbclient*; do
-  cp  -a bin/${i}*.so* ${pkgdir}/usr/lib/
-  done
-}
-
-package_smbclient () {
-pkgdesc=Tools to access a server's filespace and printers via SMB
-depends=('readline' 'popt' 'libldap' 'cifs-utils' 'libcap' 'krb5' 'db' 
'e2fsprogs' 'tdb' 'talloc' 'libwbclient')
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  mkdir -p ${pkgdir}/usr/bin ${pkgdir}/usr/lib
-  install -m755 
bin/{smbclient,rpcclient,smbspool,smbtree,smbcacls,smbcquotas,smbget,net,nmblookup}
 ${pkgdir}/usr/bin/
-  for i in libnetapi* libsmbclient*;do
-  cp  -a bin/${i}*.so* ${pkgdir}/usr/lib/
-  done
-  install -m755 script/smbtar ${pkgdir}/usr/bin/
-  mkdir -p ${pkgdir}/usr/lib/cups/backend
-  ln -sf /usr/bin/smbspool ${pkgdir}/usr/lib/cups/backend/smb
-  mkdir -p ${pkgdir}/usr/include
-  install -m644 include/libsmbclient.h ${pkgdir}/usr/include/
-  install -m644 lib/netapi/netapi.h ${pkgdir}/usr/include/
-  mkdir -p ${pkgdir}/usr/share/man/man{1,7}
-  for man in rpcclient smbcacls smbclient 

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

2012-04-26 Thread Tobias Powalowski
Date: Thursday, April 26, 2012 @ 09:30:21
  Author: tpowa
Revision: 157240

upgpkg: capi4hylafax 010300-7

add systemd files

Added:
  capi4hylafax/trunk/c2faxrecv.service
  capi4hylafax/trunk/capi4hylafax.conf
Modified:
  capi4hylafax/trunk/PKGBUILD

---+
 PKGBUILD  |   23 ---
 c2faxrecv.service |   11 +++
 capi4hylafax.conf |1 +
 3 files changed, 28 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 13:06:31 UTC (rev 157239)
+++ PKGBUILD2012-04-26 13:30:21 UTC (rev 157240)
@@ -3,17 +3,18 @@
 
 pkgname=capi4hylafax
 pkgver=010300
-pkgrel=6
+pkgrel=7
 pkgdesc=capi plugin for hylafax to enable isdn faxing
 arch=(i686 x86_64)
 url=ftp://ftp.avm.de/tools;
 license=('GPL')
 depends=('glibc' 'isdn4k-utils' 'hylafax' 'gcc-libs' 'libtiff' 'dialog')
 source=(ftp://ftp.avm.de/tools/capi4hylafax.linux/capi4hylafax-01.03.00.tar.gz
-   config.faxCAPI capi4hylafax.rc)
-md5sums=('d37dc652ac80d1525ef8693be55ee67f'
- '653b60695d21c128f020a86274ca9192'
- '1fe40c58289fa3ba625ce6fe2fdb3d07')
+   config.faxCAPI 
+   capi4hylafax.rc
+   c2faxrecv.service
+   capi4hylafax.conf)
+
 install=capi4hylafax.install
 backup=(var/spool/hylafax/etc/config.faxCAPI)
 
@@ -42,8 +43,8 @@
   chown 10 $pkgdir/var/spool/hylafax
   chgrp 14 $pkgdir/var/spool/hylafax
 # adding udev rule
-  mkdir -p $pkgdir/lib/udev/rules.d
-cat  EOF  $pkgdir/lib/udev/rules.d/53-capi4hylafax.rules
+  mkdir -p $pkgdir/usr/lib/udev/rules.d
+cat  EOF  $pkgdir/usr/lib/udev/rules.d/53-capi4hylafax.rules
 # CAPI devices
 SUBSYSTEM==capi, KERNEL==capi, NAME=capi20, SYMLINK+=isdn/capi20, 
GROUP=uucp
 SUBSYSTEM==tty KERNEL==capi[0-9]*, NAME=capi/%n, GROUP=uucp
@@ -52,4 +53,12 @@
 # fix c2faxadd
   sed -i -e 's#/etc/config.faxCAPI#/var/spool/hylafax/etc/config.faxCAPI#g' 
$pkgdir/usr/bin/c2faxaddmodem
   echo main_config_dialog   $pkgdir/usr/bin/c2faxaddmodem
+# add systemd files
+  install -D -m644 $srcdir/c2faxrecv.service 
$pkgdir/usr/lib/systemd/system/c2faxrecv.service
+  install -D -m644 $srcdir/capi4hylafax.conf 
$pkgdir/usr/lib/modules-load.d/capi4hylafax.conf
 }
+md5sums=('d37dc652ac80d1525ef8693be55ee67f'
+ '653b60695d21c128f020a86274ca9192'
+ '1fe40c58289fa3ba625ce6fe2fdb3d07'
+ 'a12164b2694490bfedb0cc861692e240'
+ '7c41d4fa5c5ef7b1372813341fd0d02b')

Added: c2faxrecv.service
===
--- c2faxrecv.service   (rev 0)
+++ c2faxrecv.service   2012-04-26 13:30:21 UTC (rev 157240)
@@ -0,0 +1,11 @@
+[Unit]
+Description=CAPI to fax receive
+Requires=faxq.service
+After=faxq.service
+
+[Service]
+ExecStart=/usr/bin/c2faxrecv
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Added: capi4hylafax.conf
===
--- capi4hylafax.conf   (rev 0)
+++ capi4hylafax.conf   2012-04-26 13:30:21 UTC (rev 157240)
@@ -0,0 +1 @@
+capi
\ No newline at end of file



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

2012-04-26 Thread Tobias Powalowski
Date: Thursday, April 26, 2012 @ 09:40:50
  Author: tpowa
Revision: 157241

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

Added:
  capi4hylafax/repos/extra-i686/PKGBUILD
(from rev 157240, capi4hylafax/trunk/PKGBUILD)
  capi4hylafax/repos/extra-i686/c2faxrecv.service
(from rev 157240, capi4hylafax/trunk/c2faxrecv.service)
  capi4hylafax/repos/extra-i686/capi4hylafax.conf
(from rev 157240, capi4hylafax/trunk/capi4hylafax.conf)
  capi4hylafax/repos/extra-i686/capi4hylafax.install
(from rev 157240, capi4hylafax/trunk/capi4hylafax.install)
  capi4hylafax/repos/extra-i686/capi4hylafax.rc
(from rev 157240, capi4hylafax/trunk/capi4hylafax.rc)
  capi4hylafax/repos/extra-i686/config.faxCAPI
(from rev 157240, capi4hylafax/trunk/config.faxCAPI)
  capi4hylafax/repos/extra-x86_64/PKGBUILD
(from rev 157240, capi4hylafax/trunk/PKGBUILD)
  capi4hylafax/repos/extra-x86_64/c2faxrecv.service
(from rev 157240, capi4hylafax/trunk/c2faxrecv.service)
  capi4hylafax/repos/extra-x86_64/capi4hylafax.conf
(from rev 157240, capi4hylafax/trunk/capi4hylafax.conf)
  capi4hylafax/repos/extra-x86_64/capi4hylafax.install
(from rev 157240, capi4hylafax/trunk/capi4hylafax.install)
  capi4hylafax/repos/extra-x86_64/capi4hylafax.rc
(from rev 157240, capi4hylafax/trunk/capi4hylafax.rc)
  capi4hylafax/repos/extra-x86_64/config.faxCAPI
(from rev 157240, capi4hylafax/trunk/config.faxCAPI)
Deleted:
  capi4hylafax/repos/extra-i686/PKGBUILD
  capi4hylafax/repos/extra-i686/capi4hylafax.install
  capi4hylafax/repos/extra-i686/capi4hylafax.rc
  capi4hylafax/repos/extra-i686/config.faxCAPI
  capi4hylafax/repos/extra-x86_64/PKGBUILD
  capi4hylafax/repos/extra-x86_64/capi4hylafax.install
  capi4hylafax/repos/extra-x86_64/capi4hylafax.rc
  capi4hylafax/repos/extra-x86_64/config.faxCAPI

---+
 extra-i686/PKGBUILD   |  119 ++---
 extra-i686/c2faxrecv.service  |   11 
 extra-i686/capi4hylafax.conf  |1 
 extra-i686/capi4hylafax.install   |   32 -
 extra-i686/capi4hylafax.rc|   98 ++--
 extra-i686/config.faxCAPI |  794 ++--
 extra-x86_64/PKGBUILD |  119 ++---
 extra-x86_64/c2faxrecv.service|   11 
 extra-x86_64/capi4hylafax.conf|1 
 extra-x86_64/capi4hylafax.install |   32 -
 extra-x86_64/capi4hylafax.rc  |   98 ++--
 extra-x86_64/config.faxCAPI   |  794 ++--
 12 files changed, 1076 insertions(+), 1034 deletions(-)

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


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

2012-04-26 Thread Pierre Schmitz
Date: Thursday, April 26, 2012 @ 10:01:22
  Author: pierre
Revision: 157242

upgpkg: php 5.4.1-2

update to PHP 5.4.1; drop suhosin patch

Modified:
  php/trunk/PKGBUILD
  php/trunk/php-fpm.conf.in.patch
  php/trunk/php.ini.patch
Deleted:
  php/trunk/suhosin.patch

---+
 PKGBUILD  |   63 +---
 php-fpm.conf.in.patch |4 +--
 php.ini.patch |   16 
 suhosin.patch |   13 -
 4 files changed, 26 insertions(+), 70 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 13:40:50 UTC (rev 157241)
+++ PKGBUILD2012-04-26 14:01:22 UTC (rev 157242)
@@ -21,44 +21,35 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.3.11
-_suhosinver=5.3.9-0.9.10
-pkgrel=1
+pkgver=5.4.1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
-makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx'
  'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
  'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
  'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2')
 source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2;
-http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz;
-http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz.sig;
 'php.ini.patch' 'apache.conf' 'rc.d.php-fpm' 'php-fpm.conf.in.patch'
-'logrotate.d.php-fpm' 'suhosin.patch')
-md5sums=('94709f6e7c920cbe26e19fa991d9975d'
- 'c099b3d7eac95018ababd41ded7f3066'
- 'c15d18f846be1d69144a5d0056ee6506'
- 'ffc338e8ce2a990f6f2a486355bbab65'
+'logrotate.d.php-fpm')
+md5sums=('5b9529ed89dbc48c498e9693d1af3caf'
+ '0b0bc7a917fc592bdf11dcd3c5c255e9'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'
  'b01be5f816988fcee7e78225836e5e27'
- '740ec5fe2ecfd9d7febd4081c90ec65b'
- '07c4e412909ac65a44ec90e7a2c4bade'
- '07ca7da608553b4cb92797e655eb94f1')
+ '59b3a25f9eb3afc02f1adf9ee699808c'
+ '07c4e412909ac65a44ec90e7a2c4bade')
 
 build() {
phpconfig=--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
--prefix=/usr \
--sysconfdir=/etc/php \
--localstatedir=/var \
--with-layout=GNU \
--with-config-file-path=/etc/php \
--with-config-file-scan-dir=/etc/php/conf.d \
-   --enable-inline-optimization \
-   --disable-debug \
--disable-rpath \
-   --disable-static \
-   --enable-shared \
--mandir=/usr/share/man \
--without-pear \

@@ -70,36 +61,31 @@
--enable-ftp=shared \
--enable-gd-native-ttf \
--enable-intl=shared \
-   --enable-json=shared \
-   --enable-mbregex \
--enable-mbstring \
-   --enable-pdo \
--enable-phar=shared \
--enable-posix=shared \
-   --enable-session \
--enable-shmop=shared \
--enable-soap=shared \
--enable-sockets=shared \
-   --enable-sqlite-utf8 \
--enable-sysvmsg=shared \
--enable-sysvsem=shared \
--enable-sysvshm=shared \
-   --enable-xml \
--enable-zip=shared \
--with-bz2=shared \
--with-curl=shared \
--with-db4=/usr \
--with-enchant=shared,/usr \
-   --with-freetype-dir=shared,/usr \
+   --with-freetype-dir=/usr \
--with-gd=shared \
-   --with-gdbm=shared \
+   --with-gdbm \
--with-gettext=shared \
--with-gmp=shared \
--with-iconv=shared \
--with-icu-dir=/usr \
-   --with-imap-ssl=shared \
+   --with-imap-ssl \
--with-imap=shared \
-   --with-jpeg-dir=shared,/usr \
+   --with-jpeg-dir=/usr \
+   --with-vpx-dir=/usr \
--with-ldap=shared \
--with-ldap-sasl \
--with-mcrypt=shared \
@@ -115,19 +101,15 @@
--with-pdo-pgsql=shared \
--with-pdo-sqlite=shared,/usr \
--with-pgsql=shared \
-   --with-png-dir=shared,/usr \
+   --with-png-dir=/usr \
--with-pspell=shared \
-   --with-regex=php \
--with-snmp=shared \
--with-sqlite3=shared,/usr \
-   --with-sqlite=shared \

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

2012-04-26 Thread Pierre Schmitz
Date: Thursday, April 26, 2012 @ 10:02:15
  Author: pierre
Revision: 157243

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

Added:
  php/repos/staging-i686/
  php/repos/staging-i686/PKGBUILD
(from rev 157242, php/trunk/PKGBUILD)
  php/repos/staging-i686/apache.conf
(from rev 157242, php/trunk/apache.conf)
  php/repos/staging-i686/logrotate.d.php-fpm
(from rev 157242, php/trunk/logrotate.d.php-fpm)
  php/repos/staging-i686/php-fpm.conf.in.patch
(from rev 157242, php/trunk/php-fpm.conf.in.patch)
  php/repos/staging-i686/php.ini.patch
(from rev 157242, php/trunk/php.ini.patch)
  php/repos/staging-i686/rc.d.php-fpm
(from rev 157242, php/trunk/rc.d.php-fpm)
  php/repos/staging-x86_64/
  php/repos/staging-x86_64/PKGBUILD
(from rev 157242, php/trunk/PKGBUILD)
  php/repos/staging-x86_64/apache.conf
(from rev 157242, php/trunk/apache.conf)
  php/repos/staging-x86_64/logrotate.d.php-fpm
(from rev 157242, php/trunk/logrotate.d.php-fpm)
  php/repos/staging-x86_64/php-fpm.conf.in.patch
(from rev 157242, php/trunk/php-fpm.conf.in.patch)
  php/repos/staging-x86_64/php.ini.patch
(from rev 157242, php/trunk/php.ini.patch)
  php/repos/staging-x86_64/rc.d.php-fpm
(from rev 157242, php/trunk/rc.d.php-fpm)

--+
 staging-i686/PKGBUILD|  342 +
 staging-i686/apache.conf |   13 +
 staging-i686/logrotate.d.php-fpm |6 
 staging-i686/php-fpm.conf.in.patch   |   52 +
 staging-i686/php.ini.patch   |  122 +++
 staging-i686/rc.d.php-fpm|  158 +++
 staging-x86_64/PKGBUILD  |  342 +
 staging-x86_64/apache.conf   |   13 +
 staging-x86_64/logrotate.d.php-fpm   |6 
 staging-x86_64/php-fpm.conf.in.patch |   52 +
 staging-x86_64/php.ini.patch |  122 +++
 staging-x86_64/rc.d.php-fpm  |  158 +++
 12 files changed, 1386 insertions(+)

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


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

2012-04-26 Thread Pierre Schmitz
Date: Thursday, April 26, 2012 @ 10:09:09
  Author: pierre
Revision: 157244

upgpkg: php-apc 3.1.10-2

PHP 5.4 rebuild

Modified:
  php-apc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 14:02:15 UTC (rev 157243)
+++ PKGBUILD2012-04-26 14:09:09 UTC (rev 157244)
@@ -3,7 +3,7 @@
 
 pkgname=php-apc
 pkgver=3.1.10
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc='A free, open, and robust framework for caching and optimizing PHP 
intermediate code'
 url='http://pecl.php.net/package/APC'



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

2012-04-26 Thread Pierre Schmitz
Date: Thursday, April 26, 2012 @ 10:09:33
  Author: pierre
Revision: 157245

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

Added:
  php-apc/repos/staging-i686/
  php-apc/repos/staging-i686/PKGBUILD
(from rev 157244, php-apc/trunk/PKGBUILD)
  php-apc/repos/staging-x86_64/
  php-apc/repos/staging-x86_64/PKGBUILD
(from rev 157244, php-apc/trunk/PKGBUILD)

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

Copied: php-apc/repos/staging-i686/PKGBUILD (from rev 157244, 
php-apc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-04-26 14:09:33 UTC (rev 157245)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-apc
+pkgver=3.1.10
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='A free, open, and robust framework for caching and optimizing PHP 
intermediate code'
+url='http://pecl.php.net/package/APC'
+depends=('php')
+license=('PHP')
+source=(http://pecl.php.net/get/APC-${pkgver}.tgz;)
+backup=('etc/php/conf.d/apc.ini')
+md5sums=('f4a6b91903d6ba9dce89fc87bb6f26c9')
+
+build() {
+   cd $srcdir/APC-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/APC-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/APC-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   echo ';extension=apc.so'  apc.ini
+   install -D -m644 apc.ini $pkgdir/etc/php/conf.d/apc.ini
+   install -D -m644 apc.php $pkgdir/usr/share/php-apc/apc.php
+   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apc/install.txt
+}

Copied: php-apc/repos/staging-x86_64/PKGBUILD (from rev 157244, 
php-apc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-04-26 14:09:33 UTC (rev 157245)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-apc
+pkgver=3.1.10
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='A free, open, and robust framework for caching and optimizing PHP 
intermediate code'
+url='http://pecl.php.net/package/APC'
+depends=('php')
+license=('PHP')
+source=(http://pecl.php.net/get/APC-${pkgver}.tgz;)
+backup=('etc/php/conf.d/apc.ini')
+md5sums=('f4a6b91903d6ba9dce89fc87bb6f26c9')
+
+build() {
+   cd $srcdir/APC-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/APC-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/APC-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   echo ';extension=apc.so'  apc.ini
+   install -D -m644 apc.ini $pkgdir/etc/php/conf.d/apc.ini
+   install -D -m644 apc.php $pkgdir/usr/share/php-apc/apc.php
+   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apc/install.txt
+}



[arch-commits] Commit in firefox/trunk (PKGBUILD libvpx.patch)

2012-04-26 Thread Ionut Biru
Date: Thursday, April 26, 2012 @ 10:29:48
  Author: ibiru
Revision: 157246

libffi rebuild

Modified:
  firefox/trunk/PKGBUILD
Deleted:
  firefox/trunk/libvpx.patch

--+
 PKGBUILD |2 +-
 libvpx.patch |   12 
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 14:09:33 UTC (rev 157245)
+++ PKGBUILD2012-04-26 14:29:48 UTC (rev 157246)
@@ -4,7 +4,7 @@
 
 pkgname=firefox
 pkgver=12.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')

Deleted: libvpx.patch
===
--- libvpx.patch2012-04-26 14:09:33 UTC (rev 157245)
+++ libvpx.patch2012-04-26 14:29:48 UTC (rev 157246)
@@ -1,12 +0,0 @@
-diff -Nur mozilla-release.orig/configure.in mozilla-release/configure.in
 mozilla-release.orig/configure.in  2012-02-05 16:01:35.722024142 +
-+++ mozilla-release/configure.in   2012-02-05 16:03:34.871064547 +
-@@ -5629,7 +5629,7 @@
- dnl v0.9.6 one to check for.
- AC_TRY_COMPILE([
- #include vpx/vpx_decoder.h
--#if !defined(VPX_CODEC_USE_INPUT_PARTITION)
-+#if !defined(VPX_CODEC_USE_INPUT_FRAGMENTS)
- #error test failed.
- #endif
- ],



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

2012-04-26 Thread Pierre Schmitz
Date: Thursday, April 26, 2012 @ 10:30:27
  Author: pierre
Revision: 157247

upgpkg: swig 2.0.5-1

upstream update

Modified:
  swig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 14:29:48 UTC (rev 157246)
+++ PKGBUILD2012-04-26 14:30:27 UTC (rev 157247)
@@ -3,15 +3,15 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=swig
-pkgver=2.0.4
-pkgrel=3
+pkgver=2.0.5
+pkgrel=1
 pkgdesc=Generate scripting interfaces to C/C++ code
 arch=('i686' 'x86_64')
 url=http://www.swig.org/;
 license=('custom')
 depends=('zlib' 'pcre')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('ace563563a8f6f367ba82236e5bea240adea0d94')
+sha1sums=('dfe3c89da775a0f98a8d884df1c658073c8a9087')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-04-26 Thread Pierre Schmitz
Date: Thursday, April 26, 2012 @ 10:30:56
  Author: pierre
Revision: 157248

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

Added:
  swig/repos/extra-i686/PKGBUILD
(from rev 157247, swig/trunk/PKGBUILD)
  swig/repos/extra-x86_64/PKGBUILD
(from rev 157247, swig/trunk/PKGBUILD)
Deleted:
  swig/repos/extra-i686/PKGBUILD
  swig/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-04-26 14:30:27 UTC (rev 157247)
+++ extra-i686/PKGBUILD 2012-04-26 14:30:56 UTC (rev 157248)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=swig
-pkgver=2.0.4
-pkgrel=3
-pkgdesc=Generate scripting interfaces to C/C++ code
-arch=('i686' 'x86_64')
-url=http://www.swig.org/;
-license=('custom')
-depends=('zlib' 'pcre')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('ace563563a8f6f367ba82236e5bea240adea0d94')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-i686/PKGBUILD (from rev 157247, swig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-26 14:30:56 UTC (rev 157248)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=swig
+pkgver=2.0.5
+pkgrel=1
+pkgdesc=Generate scripting interfaces to C/C++ code
+arch=('i686' 'x86_64')
+url=http://www.swig.org/;
+license=('custom')
+depends=('zlib' 'pcre')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('dfe3c89da775a0f98a8d884df1c658073c8a9087')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-26 14:30:27 UTC (rev 157247)
+++ extra-x86_64/PKGBUILD   2012-04-26 14:30:56 UTC (rev 157248)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=swig
-pkgver=2.0.4
-pkgrel=3
-pkgdesc=Generate scripting interfaces to C/C++ code
-arch=('i686' 'x86_64')
-url=http://www.swig.org/;
-license=('custom')
-depends=('zlib' 'pcre')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('ace563563a8f6f367ba82236e5bea240adea0d94')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-x86_64/PKGBUILD (from rev 157247, swig/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-26 14:30:56 UTC (rev 157248)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=swig
+pkgver=2.0.5
+pkgrel=1
+pkgdesc=Generate scripting interfaces to C/C++ code
+arch=('i686' 'x86_64')
+url=http://www.swig.org/;
+license=('custom')
+depends=('zlib' 'pcre')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('dfe3c89da775a0f98a8d884df1c658073c8a9087')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}



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

2012-04-26 Thread Pierre Schmitz
Date: Thursday, April 26, 2012 @ 10:36:01
  Author: pierre
Revision: 157249

upgpkg: graphviz 2.28.0-9

PHP 5.4 rebuild

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 14:30:56 UTC (rev 157248)
+++ PKGBUILD2012-04-26 14:36:01 UTC (rev 157249)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.28.0
-pkgrel=8
+pkgrel=9
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('custom:EPL')



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

2012-04-26 Thread Pierre Schmitz
Date: Thursday, April 26, 2012 @ 10:36:30
  Author: pierre
Revision: 157250

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 157249, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 157249, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 157249, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 157249, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 157249, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 157249, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   55 +
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   55 +
 staging-x86_64/install  |   12 ++
 6 files changed, 308 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 157249, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2012-04-26 14:36:30 UTC (rev 157250)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set forth in this 

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

2012-04-26 Thread Ionut Biru
Date: Thursday, April 26, 2012 @ 10:40:46
  Author: ibiru
Revision: 157251

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

Added:
  firefox/repos/staging-i686/
  firefox/repos/staging-i686/PKGBUILD
(from rev 157250, firefox/trunk/PKGBUILD)
  firefox/repos/staging-i686/firefox-install-dir.patch
(from rev 157250, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/staging-i686/firefox.desktop
(from rev 157250, firefox/trunk/firefox.desktop)
  firefox/repos/staging-i686/firefox.install
(from rev 157250, firefox/trunk/firefox.install)
  firefox/repos/staging-i686/gcc47.patch
(from rev 157250, firefox/trunk/gcc47.patch)
  firefox/repos/staging-i686/mozconfig
(from rev 157250, firefox/trunk/mozconfig)
  firefox/repos/staging-i686/vendor.js
(from rev 157250, firefox/trunk/vendor.js)
  firefox/repos/staging-x86_64/
  firefox/repos/staging-x86_64/PKGBUILD
(from rev 157250, firefox/trunk/PKGBUILD)
  firefox/repos/staging-x86_64/firefox-install-dir.patch
(from rev 157250, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/staging-x86_64/firefox.desktop
(from rev 157250, firefox/trunk/firefox.desktop)
  firefox/repos/staging-x86_64/firefox.install
(from rev 157250, firefox/trunk/firefox.install)
  firefox/repos/staging-x86_64/gcc47.patch
(from rev 157250, firefox/trunk/gcc47.patch)
  firefox/repos/staging-x86_64/mozconfig
(from rev 157250, firefox/trunk/mozconfig)
  firefox/repos/staging-x86_64/vendor.js
(from rev 157250, firefox/trunk/vendor.js)

--+
 staging-i686/PKGBUILD|   69 
 staging-i686/firefox-install-dir.patch   |   28 ++
 staging-i686/firefox.desktop |   81 +
 staging-i686/firefox.install |   13 
 staging-i686/gcc47.patch |   77 +++
 staging-i686/mozconfig   |   45 
 staging-i686/vendor.js   |9 +++
 staging-x86_64/PKGBUILD  |   69 
 staging-x86_64/firefox-install-dir.patch |   28 ++
 staging-x86_64/firefox.desktop   |   81 +
 staging-x86_64/firefox.install   |   13 
 staging-x86_64/gcc47.patch   |   77 +++
 staging-x86_64/mozconfig |   45 
 staging-x86_64/vendor.js |9 +++
 14 files changed, 644 insertions(+)

Copied: firefox/repos/staging-i686/PKGBUILD (from rev 157250, 
firefox/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-04-26 14:40:46 UTC (rev 157251)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Jakub Schmidtke sja...@gmail.com
+
+pkgname=firefox
+pkgver=12.0
+pkgrel=2
+pkgdesc=Standalone web browser from mozilla.org
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss=3.13.3' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'sqlite' 'libnotify' 
'desktop-file-utils' 'libvpx' 'libevent' 'hicolor-icon-theme')
+makedepends=('unzip' 'zip' 'diffutils' 'python2' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13' 'libidl2' 'xorg-server-xvfb' 'imake')
+url=http://www.mozilla.org/projects/firefox;
+install=firefox.install
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
+mozconfig firefox.desktop firefox-install-dir.patch vendor.js
+gcc47.patch)
+md5sums=('80c3e5927274de7f181fb5f931ac5fd4'
+ 'db6d2bd4671831859566f403a086fdf2'
+ 'bdeb0380c7fae30dd0ead6d2d3bc5873'
+ '594523c536a9be951b52c90dd85aff18'
+ '0d053487907de4376d67d8f499c5502b'
+ '5a8563f8fda7ad30405c86764267a19c')
+
+build() {
+  cd mozilla-release
+
+  cp $srcdir/mozconfig .mozconfig
+  patch -Np1 -i $srcdir/firefox-install-dir.patch
+  patch -Np1 -i $srcdir/gcc47.patch
+
+  # Fix PRE_RELEASE_SUFFIX
+  sed -i '/^PRE_RELEASE_SUFFIX := /s/ //' \
+browser/base/Makefile.in
+
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/firefox
+  export PYTHON=/usr/bin/python2
+
+  LD_PRELOAD= /usr/bin/Xvfb -nolisten tcp -extension GLX -screen 0 
1280x1024x24 :99 
+  LD_PRELOAD= DISPLAY=:99 make -j1 -f client.mk profiledbuild 
MOZ_MAKE_FLAGS=$MAKEFLAGS
+  kill $! || true
+}
+
+package() {
+  cd mozilla-release
+  make -j1 -f client.mk DESTDIR=$pkgdir install
+
+  install -m644 $srcdir/vendor.js $pkgdir/usr/lib/firefox/defaults/pref
+
+  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
+  install -Dm644 browser/branding/official/default${i/x*/}.png \
+$pkgdir/usr/share/icons/hicolor/$i/apps/firefox.png
+  done
+
+  install -Dm644 $srcdir/firefox.desktop \
+

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

2012-04-26 Thread Pierre Schmitz
Date: Thursday, April 26, 2012 @ 10:47:13
  Author: pierre
Revision: 157252

upgpkg: cups 1.5.2-2

PHP 5.4 rebuild

Modified:
  cups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 14:40:46 UTC (rev 157251)
+++ PKGBUILD2012-04-26 14:47:13 UTC (rev 157252)
@@ -4,7 +4,7 @@
 pkgbase=cups
 pkgname=('libcups' 'cups')
 pkgver=1.5.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.cups.org/;



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

2012-04-26 Thread Pierre Schmitz
Date: Thursday, April 26, 2012 @ 10:48:37
  Author: pierre
Revision: 157253

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

Added:
  cups/repos/staging-i686/
  cups/repos/staging-i686/PKGBUILD
(from rev 157252, cups/trunk/PKGBUILD)
  cups/repos/staging-i686/cups
(from rev 157252, cups/trunk/cups)
  cups/repos/staging-i686/cups-avahi-1-config.patch
(from rev 157252, cups/trunk/cups-avahi-1-config.patch)
  cups/repos/staging-i686/cups-avahi-2-backend.patch
(from rev 157252, cups/trunk/cups-avahi-2-backend.patch)
  cups/repos/staging-i686/cups-avahi-3-timeouts.patch
(from rev 157252, cups/trunk/cups-avahi-3-timeouts.patch)
  cups/repos/staging-i686/cups-avahi-4-poll.patch
(from rev 157252, cups/trunk/cups-avahi-4-poll.patch)
  cups/repos/staging-i686/cups-avahi-5-services.patch
(from rev 157252, cups/trunk/cups-avahi-5-services.patch)
  cups/repos/staging-i686/cups-no-export-ssllibs.patch
(from rev 157252, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/staging-i686/cups-no-gcrypt.patch
(from rev 157252, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/staging-i686/cups.install
(from rev 157252, cups/trunk/cups.install)
  cups/repos/staging-i686/cups.logrotate
(from rev 157252, cups/trunk/cups.logrotate)
  cups/repos/staging-i686/cups.pam
(from rev 157252, cups/trunk/cups.pam)
  cups/repos/staging-x86_64/
  cups/repos/staging-x86_64/PKGBUILD
(from rev 157252, cups/trunk/PKGBUILD)
  cups/repos/staging-x86_64/cups
(from rev 157252, cups/trunk/cups)
  cups/repos/staging-x86_64/cups-avahi-1-config.patch
(from rev 157252, cups/trunk/cups-avahi-1-config.patch)
  cups/repos/staging-x86_64/cups-avahi-2-backend.patch
(from rev 157252, cups/trunk/cups-avahi-2-backend.patch)
  cups/repos/staging-x86_64/cups-avahi-3-timeouts.patch
(from rev 157252, cups/trunk/cups-avahi-3-timeouts.patch)
  cups/repos/staging-x86_64/cups-avahi-4-poll.patch
(from rev 157252, cups/trunk/cups-avahi-4-poll.patch)
  cups/repos/staging-x86_64/cups-avahi-5-services.patch
(from rev 157252, cups/trunk/cups-avahi-5-services.patch)
  cups/repos/staging-x86_64/cups-no-export-ssllibs.patch
(from rev 157252, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/staging-x86_64/cups-no-gcrypt.patch
(from rev 157252, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/staging-x86_64/cups.install
(from rev 157252, cups/trunk/cups.install)
  cups/repos/staging-x86_64/cups.logrotate
(from rev 157252, cups/trunk/cups.logrotate)
  cups/repos/staging-x86_64/cups.pam
(from rev 157252, cups/trunk/cups.pam)

-+
 staging-i686/PKGBUILD   |  157 +++
 staging-i686/cups   |   68 +
 staging-i686/cups-avahi-1-config.patch  |   42 
 staging-i686/cups-avahi-2-backend.patch | 1117 
 staging-i686/cups-avahi-3-timeouts.patch|  381 
 staging-i686/cups-avahi-4-poll.patch|  529 +++
 staging-i686/cups-avahi-5-services.patch| 1191 ++
 staging-i686/cups-no-export-ssllibs.patch   |   12 
 staging-i686/cups-no-gcrypt.patch   |   38 
 staging-i686/cups.install   |   26 
 staging-i686/cups.logrotate |8 
 staging-i686/cups.pam   |3 
 staging-x86_64/PKGBUILD |  157 +++
 staging-x86_64/cups |   68 +
 staging-x86_64/cups-avahi-1-config.patch|   42 
 staging-x86_64/cups-avahi-2-backend.patch   | 1117 
 staging-x86_64/cups-avahi-3-timeouts.patch  |  381 
 staging-x86_64/cups-avahi-4-poll.patch  |  529 +++
 staging-x86_64/cups-avahi-5-services.patch  | 1191 ++
 staging-x86_64/cups-no-export-ssllibs.patch |   12 
 staging-x86_64/cups-no-gcrypt.patch |   38 
 staging-x86_64/cups.install |   26 
 staging-x86_64/cups.logrotate   |8 
 staging-x86_64/cups.pam |3 
 24 files changed, 7144 insertions(+)

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


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

2012-04-26 Thread Ionut Biru
Date: Thursday, April 26, 2012 @ 11:40:50
  Author: ibiru
Revision: 157254

libffi rebuild

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 14:48:37 UTC (rev 157253)
+++ PKGBUILD2012-04-26 15:40:50 UTC (rev 157254)
@@ -6,7 +6,7 @@
 
 pkgname=thunderbird
 pkgver=12.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')



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

2012-04-26 Thread Evangelos Foutras
Date: Thursday, April 26, 2012 @ 11:40:57
  Author: foutrelis
Revision: 157255

upgpkg: xulrunner 12.0-2

libffi 3.0.11 rebuild.

Modified:
  xulrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 15:40:50 UTC (rev 157254)
+++ PKGBUILD2012-04-26 15:40:57 UTC (rev 157255)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 pkgname=xulrunner
 pkgver=12.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Mozilla Runtime Environment
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')



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

2012-04-26 Thread Evangelos Foutras
Date: Thursday, April 26, 2012 @ 11:42:06
  Author: foutrelis
Revision: 157256

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

Added:
  xulrunner/repos/staging-i686/
  xulrunner/repos/staging-i686/PKGBUILD
(from rev 157255, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/staging-i686/gcc47.patch
(from rev 157255, xulrunner/trunk/gcc47.patch)
  xulrunner/repos/staging-i686/mozconfig
(from rev 157255, xulrunner/trunk/mozconfig)
  xulrunner/repos/staging-i686/mozilla-pkgconfig.patch
(from rev 157255, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/staging-x86_64/
  xulrunner/repos/staging-x86_64/PKGBUILD
(from rev 157255, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/staging-x86_64/gcc47.patch
(from rev 157255, xulrunner/trunk/gcc47.patch)
  xulrunner/repos/staging-x86_64/mozconfig
(from rev 157255, xulrunner/trunk/mozconfig)
  xulrunner/repos/staging-x86_64/mozilla-pkgconfig.patch
(from rev 157255, xulrunner/trunk/mozilla-pkgconfig.patch)

+
 staging-i686/PKGBUILD  |   56 ++
 staging-i686/gcc47.patch   |   77 +++
 staging-i686/mozconfig |   38 +++
 staging-i686/mozilla-pkgconfig.patch   |   40 
 staging-x86_64/PKGBUILD|   56 ++
 staging-x86_64/gcc47.patch |   77 +++
 staging-x86_64/mozconfig   |   38 +++
 staging-x86_64/mozilla-pkgconfig.patch |   40 
 8 files changed, 422 insertions(+)

Copied: xulrunner/repos/staging-i686/PKGBUILD (from rev 157255, 
xulrunner/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-04-26 15:42:06 UTC (rev 157256)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+pkgname=xulrunner
+pkgver=12.0
+pkgrel=2
+pkgdesc=Mozilla Runtime Environment
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss=3.13.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite=3.7.4' 'libnotify' 'libvpx' 'python2')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
+url=http://wiki.mozilla.org/XUL:Xul_Runner;
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
+mozconfig
+mozilla-pkgconfig.patch
+gcc47.patch)
+options=('!emptydirs')
+replaces=('xulrunner-oss')
+md5sums=('80c3e5927274de7f181fb5f931ac5fd4'
+ '4afe63440e2f1935ff90de15db3b70f0'
+ '27271ce647a83906ef7a24605e840d61'
+ '5a8563f8fda7ad30405c86764267a19c')
+
+build() {
+  cd $srcdir/mozilla-release
+  cp $srcdir/mozconfig .mozconfig
+
+  #fix libdir/sdkdir - fedora
+  patch -Np1 -i $srcdir/mozilla-pkgconfig.patch
+  patch -Np1 -i $srcdir/gcc47.patch
+
+
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/xulrunner-$pkgver
+  export PYTHON=/usr/bin/python2
+
+  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
+}
+
+package() {
+  cd $srcdir/mozilla-release
+  make -j1 -f client.mk DESTDIR=$pkgdir install
+
+  rm -rf $pkgdir/usr/lib/xulrunner-$pkgver/{dictionaries,hyphenation}
+  ln -sf /usr/share/hunspell $pkgdir/usr/lib/xulrunner-$pkgver/dictionaries
+  ln -sf /usr/share/hyphen $pkgdir/usr/lib/xulrunner-$pkgver/hyphenation
+
+  # add xulrunner library path to ld.so.conf
+  install -d $pkgdir/etc/ld.so.conf.d
+  echo /usr/lib/xulrunner-$pkgver  $pkgdir/etc/ld.so.conf.d/xulrunner.conf
+
+  chmod +x ${pkgdir}/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/header.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/typelib.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpidl.py
+}

Copied: xulrunner/repos/staging-i686/gcc47.patch (from rev 157255, 
xulrunner/trunk/gcc47.patch)
===
--- staging-i686/gcc47.patch(rev 0)
+++ staging-i686/gcc47.patch2012-04-26 15:42:06 UTC (rev 157256)
@@ -0,0 +1,77 @@
+
+# HG changeset patch
+# User Martin Stránský stran...@redhat.com
+# Date 1328886461 -3600
+# Node ID 87a5ed480992788832387ba91a77c69fbe9fe349
+# Parent  67017dd3b7f6650e6bcd5b6f545e0309e8de7049
+Bug 725655 - gcc 4.7 build failures (missing headers). r=benjamin
+
+diff --git a/ipc/chromium/src/base/file_util_linux.cc 

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

2012-04-26 Thread Ionut Biru
Date: Thursday, April 26, 2012 @ 11:46:35
  Author: ibiru
Revision: 157257

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

Added:
  thunderbird/repos/staging-i686/
  thunderbird/repos/staging-i686/PKGBUILD
(from rev 157256, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/staging-i686/clrf.patch
(from rev 157256, thunderbird/trunk/clrf.patch)
  thunderbird/repos/staging-i686/gcc47.patch
(from rev 157256, thunderbird/trunk/gcc47.patch)
  thunderbird/repos/staging-i686/mozconfig
(from rev 157256, thunderbird/trunk/mozconfig)
  thunderbird/repos/staging-i686/thunderbird-install-dir.patch
(from rev 157256, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/staging-i686/thunderbird.desktop
(from rev 157256, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/staging-i686/thunderbird.install
(from rev 157256, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/staging-i686/vendor.js
(from rev 157256, thunderbird/trunk/vendor.js)
  thunderbird/repos/staging-x86_64/
  thunderbird/repos/staging-x86_64/PKGBUILD
(from rev 157256, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/staging-x86_64/clrf.patch
(from rev 157256, thunderbird/trunk/clrf.patch)
  thunderbird/repos/staging-x86_64/gcc47.patch
(from rev 157256, thunderbird/trunk/gcc47.patch)
  thunderbird/repos/staging-x86_64/mozconfig
(from rev 157256, thunderbird/trunk/mozconfig)
  thunderbird/repos/staging-x86_64/thunderbird-install-dir.patch
(from rev 157256, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/staging-x86_64/thunderbird.desktop
(from rev 157256, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/staging-x86_64/thunderbird.install
(from rev 157256, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/staging-x86_64/vendor.js
(from rev 157256, thunderbird/trunk/vendor.js)

--+
 staging-i686/PKGBUILD|   67 ++
 staging-i686/clrf.patch  |  265 +
 staging-i686/gcc47.patch |   39 +++
 staging-i686/mozconfig   |   40 +++
 staging-i686/thunderbird-install-dir.patch   |   42 +++
 staging-i686/thunderbird.desktop |   13 +
 staging-i686/thunderbird.install |   12 +
 staging-i686/vendor.js   |9 
 staging-x86_64/PKGBUILD  |   67 ++
 staging-x86_64/clrf.patch|  265 +
 staging-x86_64/gcc47.patch   |   39 +++
 staging-x86_64/mozconfig |   40 +++
 staging-x86_64/thunderbird-install-dir.patch |   42 +++
 staging-x86_64/thunderbird.desktop   |   13 +
 staging-x86_64/thunderbird.install   |   12 +
 staging-x86_64/vendor.js |9 
 16 files changed, 974 insertions(+)

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


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

2012-04-26 Thread andyrtr
Date: Thursday, April 26, 2012 @ 13:35:34
  Author: andyrtr
Revision: 157258

upgpkg: cairo 1.12.0.20120426-1

update git snapshot to solve more bugs

Modified:
  cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 15:46:35 UTC (rev 157257)
+++ PKGBUILD2012-04-26 17:35:34 UTC (rev 157258)
@@ -3,32 +3,37 @@
 # Contributor: Brice Carpentier br...@daknet.org
 
 pkgname=cairo
-pkgver=1.12.0
-pkgrel=4
+_gitdate=20120426
+_gitver=957a9cc619965178a8927d114fe852034fc2385c
+pkgver=1.12.0.20120426
+pkgrel=1
 pkgdesc=Cairo vector graphics library
 arch=(i686 x86_64)
 license=('LGPL' 'MPL')
 url=http://cairographics.org/;
 depends=('libpng' 'libxrender' 'fontconfig' 'pixman' 'glib2' 'sh')
-makedepends=('librsvg' 'poppler-glib' 'libspectre') # 'libdrm')
+makedepends=('librsvg' 'poppler-glib' 'libspectre' 'gtk-doc') # 'libdrm')
 optdepends=('xcb-util: for XCB backend') # really needed?
 provides=('cairo-xcb')
 replaces=('cairo-xcb')
 options=('!libtool')
-source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.gz
+source=(#http://cairographics.org/releases/$pkgname-$pkgver.tar.gz
+
$pkgname-$pkgver.tar.gz::http://cgit.freedesktop.org/cairo/snapshot/cairo-${_gitver}.tar.gz
 
 cairo-1.10.0-buggy_gradients.patch
-git_fixes.patch )
-md5sums=('e6c85575ba7094f88b637bdfd835a751'
- '9b323790dab003e228c6955633cb888e'
- 'ce32ba4639d910bce7159c9a67ff2355')
+#git_fixes.patch 
+)
+md5sums=('0495ca6aab85f4936112635baba1bf85'
+ '9b323790dab003e228c6955633cb888e')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i ${srcdir}/cairo-1.10.0-buggy_gradients.patch
-  # status is 2012-04-14 last commit: doc: add returns statement to 
cairo_surface_supports_mime_type
-  patch -Np1 -i ${srcdir}/git_fixes.patch
-  autoreconf -vfi
-  ./configure --prefix=/usr \
+  #cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${_gitver}
+  patch -Np1 -i ${srcdir}/cairo-1.10.0-buggy_gradients.patch
+  # status is 2012-04-26 last commit: image: Fix typo in _blit_spans()
+  #patch -Np1 -i ${srcdir}/git_fixes.patch
+  #autoreconf -vfi
+  #./configure --prefix=/usr \
+  ./autogen.sh --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
@@ -40,11 +45,13 @@
 }
 
 #check() {
-#  cd $srcdir/$pkgname-$pkgver
-#  make check || /bin/true # 248 Passed, 65 Failed [2 crashed, 8 expected], 28 
Skipped
+#  #cd $srcdir/$pkgname-$pkgver
+#  cd $srcdir/$pkgname-${_gitver}
+#  make -k check || /bin/true # 165 Passed, 316 Failed [3 crashed, 10 
expected], 23 Skipped
 #}
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  #cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-${_gitver}
   make DESTDIR=$pkgdir install
 }



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

2012-04-26 Thread andyrtr
Date: Thursday, April 26, 2012 @ 13:36:30
  Author: andyrtr
Revision: 157259

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

Added:
  cairo/repos/testing-i686/PKGBUILD
(from rev 157258, cairo/trunk/PKGBUILD)
  cairo/repos/testing-i686/cairo-1.10.0-buggy_gradients.patch
(from rev 157258, cairo/trunk/cairo-1.10.0-buggy_gradients.patch)
  cairo/repos/testing-i686/git_fixes.patch
(from rev 157258, cairo/trunk/git_fixes.patch)
  cairo/repos/testing-x86_64/PKGBUILD
(from rev 157258, cairo/trunk/PKGBUILD)
  cairo/repos/testing-x86_64/cairo-1.10.0-buggy_gradients.patch
(from rev 157258, cairo/trunk/cairo-1.10.0-buggy_gradients.patch)
  cairo/repos/testing-x86_64/git_fixes.patch
(from rev 157258, cairo/trunk/git_fixes.patch)
Deleted:
  cairo/repos/testing-i686/PKGBUILD
  cairo/repos/testing-i686/cairo-1.10.0-buggy_gradients.patch
  cairo/repos/testing-i686/git_fixes.patch
  cairo/repos/testing-x86_64/PKGBUILD
  cairo/repos/testing-x86_64/cairo-1.10.0-buggy_gradients.patch
  cairo/repos/testing-x86_64/git_fixes.patch

---+
 testing-i686/PKGBUILD |  107 
 testing-i686/cairo-1.10.0-buggy_gradients.patch   |   26 
 testing-i686/git_fixes.patch  | 2172 ++--
 testing-x86_64/PKGBUILD   |  107 
 testing-x86_64/cairo-1.10.0-buggy_gradients.patch |   26 
 testing-x86_64/git_fixes.patch| 2172 ++--
 6 files changed, 2312 insertions(+), 2298 deletions(-)

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


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

2012-04-26 Thread Tobias Powalowski
Date: Thursday, April 26, 2012 @ 16:21:47
  Author: tpowa
Revision: 157260

upgpkg: libusb 1.0.9-1

bump to latest version

Modified:
  libusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 17:36:30 UTC (rev 157259)
+++ PKGBUILD2012-04-26 20:21:47 UTC (rev 157260)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 pkgname=libusb
-pkgver=1.0.8
-pkgrel=2
+pkgver=1.0.9
+pkgrel=1
 depends=('glibc')
 pkgdesc=Library to enable user space application programs to communicate with 
USB devices.
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 source=(http://downloads.sourceforge.net/libusb/libusb-${pkgver}.tar.bz2)
 options=(!libtool)
 replaces=(libusb1)
-md5sums=('37d34e6eaa69a4b645a19ff4ca63ceef')
+md5sums=('7f5a02375ad960d4e33a6dae7d63cfcb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-04-26 Thread Tobias Powalowski
Date: Thursday, April 26, 2012 @ 16:22:11
  Author: tpowa
Revision: 157261

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

Added:
  libusb/repos/testing-i686/
  libusb/repos/testing-i686/PKGBUILD
(from rev 157260, libusb/trunk/PKGBUILD)
  libusb/repos/testing-x86_64/
  libusb/repos/testing-x86_64/PKGBUILD
(from rev 157260, libusb/trunk/PKGBUILD)

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

Copied: libusb/repos/testing-i686/PKGBUILD (from rev 157260, 
libusb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 20:22:11 UTC (rev 157261)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+pkgname=libusb
+pkgver=1.0.9
+pkgrel=1
+depends=('glibc')
+pkgdesc=Library to enable user space application programs to communicate with 
USB devices.
+arch=(i686 x86_64)
+url=http://libusb.sourceforge.net/;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/libusb/libusb-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=(libusb1)
+md5sums=('7f5a02375ad960d4e33a6dae7d63cfcb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr 
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libusb/repos/testing-x86_64/PKGBUILD (from rev 157260, 
libusb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 20:22:11 UTC (rev 157261)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+pkgname=libusb
+pkgver=1.0.9
+pkgrel=1
+depends=('glibc')
+pkgdesc=Library to enable user space application programs to communicate with 
USB devices.
+arch=(i686 x86_64)
+url=http://libusb.sourceforge.net/;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/libusb/libusb-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=(libusb1)
+md5sums=('7f5a02375ad960d4e33a6dae7d63cfcb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr 
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-04-26 Thread Tobias Powalowski
Date: Thursday, April 26, 2012 @ 16:32:12
  Author: tpowa
Revision: 157262

upgpkg: qemu-kvm 1.0.1-1

bump to latest version

Modified:
  qemu-kvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 20:22:11 UTC (rev 157261)
+++ PKGBUILD2012-04-26 20:32:12 UTC (rev 157262)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=qemu-kvm
-pkgver=1.0
-pkgrel=3
+pkgver=1.0.1
+pkgrel=1
 pkgdesc=Latest KVM QEMU is a generic and open source processor emulator which 
achieves a good emulation speed by using dynamic translation.
 arch=(i686 x86_64)
 license=('GPL2' 'LGPL2.1')
@@ -35,7 +35,8 @@
 cd ${srcdir}/
 git clone git://git.seabios.org/seabios.git
 cd seabios
-find 'tools/' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+#find 'tools/' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+sed -i -e 's/python/python2/g' Makefile
 make clean
 make
 }
@@ -69,5 +70,5 @@
   esac
 done
 }
-md5sums=('00a825db46a70ba8ef9fc95da9cc7c1e'
+md5sums=('f23711fb9f3c70f802829b109ba9aa27'
  'b316a066d2f1bb57d8f5b7ea1d0d1caf')



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

2012-04-26 Thread Tobias Powalowski
Date: Thursday, April 26, 2012 @ 16:32:45
  Author: tpowa
Revision: 157263

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

Added:
  qemu-kvm/repos/extra-i686/65-kvm.rules
(from rev 157262, qemu-kvm/trunk/65-kvm.rules)
  qemu-kvm/repos/extra-i686/PKGBUILD
(from rev 157262, qemu-kvm/trunk/PKGBUILD)
  qemu-kvm/repos/extra-i686/qemu-kvm.install
(from rev 157262, qemu-kvm/trunk/qemu-kvm.install)
  qemu-kvm/repos/extra-x86_64/65-kvm.rules
(from rev 157262, qemu-kvm/trunk/65-kvm.rules)
  qemu-kvm/repos/extra-x86_64/PKGBUILD
(from rev 157262, qemu-kvm/trunk/PKGBUILD)
  qemu-kvm/repos/extra-x86_64/qemu-kvm.install
(from rev 157262, qemu-kvm/trunk/qemu-kvm.install)
Deleted:
  qemu-kvm/repos/extra-i686/65-kvm.rules
  qemu-kvm/repos/extra-i686/PKGBUILD
  qemu-kvm/repos/extra-i686/qemu-kvm.install
  qemu-kvm/repos/extra-x86_64/65-kvm.rules
  qemu-kvm/repos/extra-x86_64/PKGBUILD
  qemu-kvm/repos/extra-x86_64/qemu-kvm.install

---+
 extra-i686/65-kvm.rules   |2 
 extra-i686/PKGBUILD   |  147 
 extra-i686/qemu-kvm.install   |   32 
 extra-x86_64/65-kvm.rules |2 
 extra-x86_64/PKGBUILD |  147 
 extra-x86_64/qemu-kvm.install |   32 
 6 files changed, 182 insertions(+), 180 deletions(-)

Deleted: extra-i686/65-kvm.rules
===
--- extra-i686/65-kvm.rules 2012-04-26 20:32:12 UTC (rev 157262)
+++ extra-i686/65-kvm.rules 2012-04-26 20:32:45 UTC (rev 157263)
@@ -1 +0,0 @@
-KERNEL==kvm, GROUP=kvm, MODE=0660

Copied: qemu-kvm/repos/extra-i686/65-kvm.rules (from rev 157262, 
qemu-kvm/trunk/65-kvm.rules)
===
--- extra-i686/65-kvm.rules (rev 0)
+++ extra-i686/65-kvm.rules 2012-04-26 20:32:45 UTC (rev 157263)
@@ -0,0 +1 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-26 20:32:12 UTC (rev 157262)
+++ extra-i686/PKGBUILD 2012-04-26 20:32:45 UTC (rev 157263)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=qemu-kvm
-pkgver=1.0
-pkgrel=3
-pkgdesc=Latest KVM QEMU is a generic and open source processor emulator which 
achieves a good emulation speed by using dynamic translation.
-arch=(i686 x86_64)
-license=('GPL2' 'LGPL2.1')
-url=http://www.linux-kvm.org;
-depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'nss' 'glib2' 
'gnutls=2.4.1' 'bluez' 'vde2' 'util-linux-ng' 'libpulse')
-makedepends=('git' 'iasl' 'texi2html' 'perl' 'python2')
-backup=('etc/qemu/target-x86_64.conf')
-install=qemu-kvm.install
-conflicts=('qemu')
-provides=('qemu')
-replaces=('kvm')
-source=(http://downloads.sourceforge.net/kvm/${pkgname}-${pkgver}.tar.gz
-65-kvm.rules)
-options=(!strip)
-
-build()
-{
-cd ${srcdir}/${pkgname}-${pkgver}
-# fix esound building
-./configure --prefix=/usr \
---python=/usr/bin/python2 \
---sysconfdir=/etc \
---audio-drv-list=alsa,sdl,oss,pa \
---audio-card-list=ac97,sb16,es1370,hda \
---enable-docs
-make
-
-# Use latest seabios version
-# https://bugs.archlinux.org/task/27616
-cd ${srcdir}/
-git clone git://git.seabios.org/seabios.git
-cd seabios
-find 'tools/' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
-make clean
-make
-}
-
-package()
-{
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-
-# Use latest seabios version
-# https://bugs.archlinux.org/task/27616
-cp ${srcdir}/seabios/out/bios.bin ${pkgdir}/usr/share/qemu/bios.bin
-
-# symbolic link for backwards compatibility
-ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/qemu-kvm
-# symbolic link for to qemu binary for emulator apps
-ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/qemu
-# symbolic link for to qemu binary for emulator apps
-ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/kvm
-# fix man page
-mv ${pkgdir}/usr/share/man/man1/qemu.1 \
- ${pkgdir}/usr/share/man/man1/qemu-kvm.1
-# install udev rules
-install -D -m644 ${srcdir}/65-kvm.rules \
- ${pkgdir}/lib/udev/rules.d/65-kvm.rules
-# strip scripts directory
-find ${pkgdir}/usr/bin  -type f -perm -u+w 2/dev/null | while read 
binary ; do
-  case $(file -bi $binary) in
-*application/x-executable*) # Binaries
-/usr/bin/strip $STRIP_BINARIES $binary;;
-  esac
-done
-}
-md5sums=('00a825db46a70ba8ef9fc95da9cc7c1e'
- 'b316a066d2f1bb57d8f5b7ea1d0d1caf')

Copied: qemu-kvm/repos/extra-i686/PKGBUILD (from rev 157262, 
qemu-kvm/trunk/PKGBUILD)
===
--- 

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

2012-04-26 Thread Eric Bélanger
Date: Thursday, April 26, 2012 @ 16:48:19
  Author: eric
Revision: 157264

upgpkg: xchat 2.8.8-8

Add build patch, Add high res icons (close FS#26182), Fix replacement icons 
support (close FS#26728)

Added:
  xchat/trunk/xchat-2.8.8-glib-2.31.patch
  xchat/trunk/xchat.install
Modified:
  xchat/trunk/PKGBUILD

-+
 PKGBUILD|   35 ---
 xchat-2.8.8-glib-2.31.patch |   62 ++
 xchat.install   |   11 +++
 3 files changed, 97 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 20:32:45 UTC (rev 157263)
+++ PKGBUILD2012-04-26 20:48:19 UTC (rev 157264)
@@ -3,36 +3,49 @@
 
 pkgname=xchat
 pkgver=2.8.8
-pkgrel=7
+pkgrel=8
 pkgdesc=A GTK+ based IRC client
 arch=('i686' 'x86_64')
 url=http://www.xchat.org/;
 license=('GPL')
-depends=('gtk2' 'openssl' 'dbus-glib' 'libnotify')
-makedepends=('tcl' 'perl' 'python2')
+depends=('gtk2' 'openssl' 'dbus-glib' 'libnotify' 'hicolor-icon-theme')
+makedepends=('tcl' 'perl' 'python2' 'librsvg')
 optdepends=('enchant: for spell checking support' 'tcl: for tcl plugin'
 'python2: for python plugin')
 options=('!libtool')
+install=xchat.install
 
source=(http://www.xchat.org/files/source/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+http://xchat.org/files/icons/xchat-svg.tar.bz2
 xchat-2.8.8-libnotify07.patch
-xchat-2.8.8-link-against-libnotify.patch)
-md5sums=('9a11f13121ff0af787bba3b014378e58'
- '83359a807fa4f7faee90297576fb17a7'
- 'dc30fd1203a93b19d47734ba55713b7a')
+xchat-2.8.8-link-against-libnotify.patch
+xchat-2.8.8-glib-2.31.patch)
+sha1sums=('e12305da42d1aacc26c2ca25e239f393d4dd3532'
+  '0d366346cc11e0efb57fc2648fe423c94a3469bd'
+  'a053fba4e1911d1ee6a8248fe19e344797920fe3'
+  '70c3cc29fc55ff35f701ef8ac23078b6e3761ce1'
+  'aecaf6176a7cfd62555207b02f2793b360aa39da')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/xchat-2.8.8-libnotify07.patch
-  patch -Np1 -i ${srcdir}/xchat-2.8.8-link-against-libnotify.patch
+  patch -p1 -i ${srcdir}/xchat-2.8.8-libnotify07.patch
+  patch -p1 -i ${srcdir}/xchat-2.8.8-link-against-libnotify.patch
+  patch -p1 -i ${srcdir}/xchat-2.8.8-glib-2.31.patch
   autoconf
   autoheader
 
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-openssl --enable-dbus \
---disable-textfe --enable-ipv6 --enable-shm --enable-spell=static
+  LIBS+=-lgmodule-2.0 ./configure --prefix=/usr --sysconfdir=/etc 
--datadir=/usr/share \
+--enable-openssl --enable-dbus --disable-textfe --enable-ipv6 --enable-shm 
--enable-spell=static
   make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
+
+  for i in 24 32 48 64 128 256 ; do
+install -d ${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps
+rsvg-convert -d $i -p $i -o 
${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/xchat.png ../xchat-cloned.svg
+  done
+  install -D -m644 ../xchat-cloned.svg 
${pkgdir}/usr/share/icons/hicolor/scalable/apps/xchat.svg
+  install -D -m644 ../xchat-used.svg 
${pkgdir}/usr/share/icons/hicolor/scalable/apps/xchat2.svg
 }

Added: xchat-2.8.8-glib-2.31.patch
===
--- xchat-2.8.8-glib-2.31.patch (rev 0)
+++ xchat-2.8.8-glib-2.31.patch 2012-04-26 20:48:19 UTC (rev 157264)
@@ -0,0 +1,62 @@
+Author: Dominique Leuenberger dims...@opensuse.org
+
+http://sourceforge.net/tracker/?func=detailaid=3446968group_id=239atid=100239
+
+glib got stricter in checking includes. Only glib.h (and a few exceptions)
+are to be included directly.
+
+Index: xchat-2.8.8/src/common/servlist.c
+===
+--- xchat-2.8.8.orig/src/common/servlist.c
 xchat-2.8.8/src/common/servlist.c
+@@ -24,7 +24,7 @@
+ #include unistd.h
+ 
+ #include xchat.h
+-#include glib/ghash.h
++#include glib.h
+ 
+ #include cfgfiles.h
+ #include fe.h
+Index: xchat-2.8.8/src/common/text.c
+===
+--- xchat-2.8.8.orig/src/common/text.c
 xchat-2.8.8/src/common/text.c
+@@ -28,7 +28,7 @@
+ #include sys/mman.h
+ 
+ #include xchat.h
+-#include glib/ghash.h
++#include glib.h
+ #include cfgfiles.h
+ #include chanopt.h
+ #include plugin.h
+Index: xchat-2.8.8/src/common/util.c
+===
+--- xchat-2.8.8.orig/src/common/util.c
 xchat-2.8.8/src/common/util.c
+@@ -39,7 +39,7 @@
+ #include errno.h
+ #include xchat.h
+ #include xchatc.h
+-#include glib/gmarkup.h
++#include glib.h
+ #include ctype.h
+ #include util.h
+ #include ../../config.h
+Index: xchat-2.8.8/src/common/xchat.h
+===
+--- xchat-2.8.8.orig/src/common/xchat.h
 

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

2012-04-26 Thread Eric Bélanger
Date: Thursday, April 26, 2012 @ 16:48:58
  Author: eric
Revision: 157265

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

Added:
  xchat/repos/extra-i686/PKGBUILD
(from rev 157264, xchat/trunk/PKGBUILD)
  xchat/repos/extra-i686/xchat-2.8.8-glib-2.31.patch
(from rev 157264, xchat/trunk/xchat-2.8.8-glib-2.31.patch)
  xchat/repos/extra-i686/xchat-2.8.8-libnotify07.patch
(from rev 157264, xchat/trunk/xchat-2.8.8-libnotify07.patch)
  xchat/repos/extra-i686/xchat-2.8.8-link-against-libnotify.patch
(from rev 157264, xchat/trunk/xchat-2.8.8-link-against-libnotify.patch)
  xchat/repos/extra-i686/xchat.install
(from rev 157264, xchat/trunk/xchat.install)
  xchat/repos/extra-x86_64/PKGBUILD
(from rev 157264, xchat/trunk/PKGBUILD)
  xchat/repos/extra-x86_64/xchat-2.8.8-glib-2.31.patch
(from rev 157264, xchat/trunk/xchat-2.8.8-glib-2.31.patch)
  xchat/repos/extra-x86_64/xchat-2.8.8-libnotify07.patch
(from rev 157264, xchat/trunk/xchat-2.8.8-libnotify07.patch)
  xchat/repos/extra-x86_64/xchat-2.8.8-link-against-libnotify.patch
(from rev 157264, xchat/trunk/xchat-2.8.8-link-against-libnotify.patch)
  xchat/repos/extra-x86_64/xchat.install
(from rev 157264, xchat/trunk/xchat.install)
Deleted:
  xchat/repos/extra-i686/PKGBUILD
  xchat/repos/extra-i686/xchat-2.8.8-libnotify07.patch
  xchat/repos/extra-i686/xchat-2.8.8-link-against-libnotify.patch
  xchat/repos/extra-x86_64/PKGBUILD
  xchat/repos/extra-x86_64/xchat-2.8.8-libnotify07.patch
  xchat/repos/extra-x86_64/xchat-2.8.8-link-against-libnotify.patch

---+
 extra-i686/PKGBUILD   |   89 +-
 extra-i686/xchat-2.8.8-glib-2.31.patch|   62 +
 extra-i686/xchat-2.8.8-libnotify07.patch  |   48 -
 extra-i686/xchat-2.8.8-link-against-libnotify.patch   |  686 
 extra-i686/xchat.install  |   11 
 extra-x86_64/PKGBUILD |   89 +-
 extra-x86_64/xchat-2.8.8-glib-2.31.patch  |   62 +
 extra-x86_64/xchat-2.8.8-libnotify07.patch|   48 -
 extra-x86_64/xchat-2.8.8-link-against-libnotify.patch |  686 
 extra-x86_64/xchat.install|   11 
 10 files changed, 982 insertions(+), 810 deletions(-)

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


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

2012-04-26 Thread Eric Bélanger
Date: Thursday, April 26, 2012 @ 17:21:50
  Author: eric
Revision: 157266

Add build fix, Add optdepends

Modified:
  mail-notification/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 20:48:58 UTC (rev 157265)
+++ PKGBUILD2012-04-26 21:21:50 UTC (rev 157266)
@@ -10,6 +10,7 @@
 license=('GPL3' 'FDL')
 depends=('gmime' 'libnotify' 'gnome-keyring' 'hicolor-icon-theme' 
'notification-daemon' 'libgnome')
 makedepends=('gob2' 'intltool' 'evolution' 'gnome-doc-utils' 'gtk2')
+optdepends=('evolution: for evolution plugin')
 options=('!libtool' '!emptydirs')
 install=mail-notification.install
 
source=(http://savannah.nongnu.org/download/mailnotify-orig/${pkgname}-${pkgver}.tar.bz2
@@ -63,6 +64,11 @@
   patch -Np0 -i ${srcdir}/mail-notification-5.4-add-fallback-icon.patch
   patch -Np1 -i ${srcdir}/mail-notification-5.4-gmime.patch
   patch -Np1 -i ${srcdir}/mail-notification-5.4-libx11.patch
+ 
+  sed -i 's|mail/e-mail-session.h|libemail-engine/e-mail-session.h|' \
+build/src/mn-evolution-folder-tree-server-private.h 
build/src/mn-evolution-server.c
+  sed -i 's|mail/mail-tools.h|libemail-engine/mail-tools.h|' \
+build/src/mn-evolution-server.c src/mn-evolution-plugin.c
 
   gtk-builder-convert ui/mailbox-properties-dialog.glade 
ui/mailbox-properties-dialog.ui
   gtk-builder-convert ui/properties-dialog.glade ui/properties-dialog.ui
@@ -70,9 +76,15 @@
   ./jb configure prefix=/usr sysconfdir=/etc \
   localstatedir=/var destdir=${pkgdir} \
   gconf-schemas-dir=/etc/gconf/schemas install-gconf-schemas=no \
-  cflags=${CFLAGS} cppflags=${CXXFLAGS} ldflags=${LDFLAGS} \
+  cflags=${CFLAGS} -I/usr/include/libsoup-2.4 -I/usr/include/gconf/2 \
+  cppflags=${CXXFLAGS} ldflags=${LDFLAGS} 
libs=-L/usr/lib/evolution/3.4 -levolution-mail \
   library-mode=0755
   ./jb build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 ./jb install
 
   rm -f ${pkgdir}/usr/share/mail-notification/*.glade
@@ -80,6 +92,6 @@
   install -m644 ui/properties-dialog.ui 
${pkgdir}/usr/share/mail-notification/
 
   install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain mail-notification ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain mail-notification ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:33:54
  Author: allan
Revision: 157267

db-move: moved eog from [staging] to [testing] (i686)

Added:
  eog/repos/testing-i686/
  eog/repos/testing-i686/PKGBUILD
(from rev 157266, eog/repos/staging-i686/PKGBUILD)
  eog/repos/testing-i686/eog.install
(from rev 157266, eog/repos/staging-i686/eog.install)
Deleted:
  eog/repos/staging-i686/

-+
 PKGBUILD|   33 +
 eog.install |   13 +
 2 files changed, 46 insertions(+)

Copied: eog/repos/testing-i686/PKGBUILD (from rev 157266, 
eog/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:33:54 UTC (rev 157267)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.4.1
+pkgrel=2
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cf29997ee065341fa323abc849732bfa18ab564cc0d931d61eaa473953d3e216')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/testing-i686/eog.install (from rev 157266, 
eog/repos/staging-i686/eog.install)
===
--- testing-i686/eog.install(rev 0)
+++ testing-i686/eog.install2012-04-26 21:33:54 UTC (rev 157267)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:33:55
  Author: allan
Revision: 157269

db-move: moved eog-plugins from [staging] to [testing] (i686)

Added:
  eog-plugins/repos/testing-i686/
  eog-plugins/repos/testing-i686/PKGBUILD
(from rev 157266, eog-plugins/repos/staging-i686/PKGBUILD)
  eog-plugins/repos/testing-i686/eog-plugins.install
(from rev 157266, eog-plugins/repos/staging-i686/eog-plugins.install)
Deleted:
  eog-plugins/repos/staging-i686/

-+
 PKGBUILD|   31 +++
 eog-plugins.install |   11 +++
 2 files changed, 42 insertions(+)

Copied: eog-plugins/repos/testing-i686/PKGBUILD (from rev 157266, 
eog-plugins/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:33:55 UTC (rev 157269)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=eog-plugins
+pkgver=3.4.0
+pkgrel=2
+pkgdesc=Plugins for Eye of Gnome
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/;
+license=('GPL2')
+depends=('eog' 'libchamplain' 'libgdata')
+makedepends=('intltool')
+install=eog-plugins.install
+options=('!libtool')
+groups=(gnome-extra)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('21a63f8f6e3a5b30f2f05133edc46becd4c83343c0f462a345204326071bc139')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/testing-i686/eog-plugins.install (from rev 157266, 
eog-plugins/repos/staging-i686/eog-plugins.install)
===
--- testing-i686/eog-plugins.install(rev 0)
+++ testing-i686/eog-plugins.install2012-04-26 21:33:55 UTC (rev 157269)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:33:54
  Author: allan
Revision: 157268

db-move: moved eog from [staging] to [testing] (x86_64)

Added:
  eog/repos/testing-x86_64/
  eog/repos/testing-x86_64/PKGBUILD
(from rev 157266, eog/repos/staging-x86_64/PKGBUILD)
  eog/repos/testing-x86_64/eog.install
(from rev 157266, eog/repos/staging-x86_64/eog.install)
Deleted:
  eog/repos/staging-x86_64/

-+
 PKGBUILD|   33 +
 eog.install |   13 +
 2 files changed, 46 insertions(+)

Copied: eog/repos/testing-x86_64/PKGBUILD (from rev 157266, 
eog/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:33:54 UTC (rev 157268)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.4.1
+pkgrel=2
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cf29997ee065341fa323abc849732bfa18ab564cc0d931d61eaa473953d3e216')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/testing-x86_64/eog.install (from rev 157266, 
eog/repos/staging-x86_64/eog.install)
===
--- testing-x86_64/eog.install  (rev 0)
+++ testing-x86_64/eog.install  2012-04-26 21:33:54 UTC (rev 157268)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:33:58
  Author: allan
Revision: 157270

db-move: moved eog-plugins from [staging] to [testing] (x86_64)

Added:
  eog-plugins/repos/testing-x86_64/
  eog-plugins/repos/testing-x86_64/PKGBUILD
(from rev 157266, eog-plugins/repos/staging-x86_64/PKGBUILD)
  eog-plugins/repos/testing-x86_64/eog-plugins.install
(from rev 157266, eog-plugins/repos/staging-x86_64/eog-plugins.install)
Deleted:
  eog-plugins/repos/staging-x86_64/

-+
 PKGBUILD|   31 +++
 eog-plugins.install |   11 +++
 2 files changed, 42 insertions(+)

Copied: eog-plugins/repos/testing-x86_64/PKGBUILD (from rev 157266, 
eog-plugins/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:33:58 UTC (rev 157270)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=eog-plugins
+pkgver=3.4.0
+pkgrel=2
+pkgdesc=Plugins for Eye of Gnome
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/;
+license=('GPL2')
+depends=('eog' 'libchamplain' 'libgdata')
+makedepends=('intltool')
+install=eog-plugins.install
+options=('!libtool')
+groups=(gnome-extra)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('21a63f8f6e3a5b30f2f05133edc46becd4c83343c0f462a345204326071bc139')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/testing-x86_64/eog-plugins.install (from rev 157266, 
eog-plugins/repos/staging-x86_64/eog-plugins.install)
===
--- testing-x86_64/eog-plugins.install  (rev 0)
+++ testing-x86_64/eog-plugins.install  2012-04-26 21:33:58 UTC (rev 157270)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:33:59
  Author: allan
Revision: 157271

db-move: moved firefox from [staging] to [testing] (i686)

Added:
  firefox/repos/testing-i686/
  firefox/repos/testing-i686/PKGBUILD
(from rev 157266, firefox/repos/staging-i686/PKGBUILD)
  firefox/repos/testing-i686/firefox-install-dir.patch
(from rev 157266, firefox/repos/staging-i686/firefox-install-dir.patch)
  firefox/repos/testing-i686/firefox.desktop
(from rev 157266, firefox/repos/staging-i686/firefox.desktop)
  firefox/repos/testing-i686/firefox.install
(from rev 157266, firefox/repos/staging-i686/firefox.install)
  firefox/repos/testing-i686/gcc47.patch
(from rev 157266, firefox/repos/staging-i686/gcc47.patch)
  firefox/repos/testing-i686/mozconfig
(from rev 157266, firefox/repos/staging-i686/mozconfig)
  firefox/repos/testing-i686/vendor.js
(from rev 157266, firefox/repos/staging-i686/vendor.js)
Deleted:
  firefox/repos/staging-i686/

---+
 PKGBUILD  |   69 +
 firefox-install-dir.patch |   28 +++
 firefox.desktop   |   81 
 firefox.install   |   13 +++
 gcc47.patch   |   77 +
 mozconfig |   45 
 vendor.js |9 
 7 files changed, 322 insertions(+)

Copied: firefox/repos/testing-i686/PKGBUILD (from rev 157266, 
firefox/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:33:59 UTC (rev 157271)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Jakub Schmidtke sja...@gmail.com
+
+pkgname=firefox
+pkgver=12.0
+pkgrel=2
+pkgdesc=Standalone web browser from mozilla.org
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss=3.13.3' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'sqlite' 'libnotify' 
'desktop-file-utils' 'libvpx' 'libevent' 'hicolor-icon-theme')
+makedepends=('unzip' 'zip' 'diffutils' 'python2' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13' 'libidl2' 'xorg-server-xvfb' 'imake')
+url=http://www.mozilla.org/projects/firefox;
+install=firefox.install
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
+mozconfig firefox.desktop firefox-install-dir.patch vendor.js
+gcc47.patch)
+md5sums=('80c3e5927274de7f181fb5f931ac5fd4'
+ 'db6d2bd4671831859566f403a086fdf2'
+ 'bdeb0380c7fae30dd0ead6d2d3bc5873'
+ '594523c536a9be951b52c90dd85aff18'
+ '0d053487907de4376d67d8f499c5502b'
+ '5a8563f8fda7ad30405c86764267a19c')
+
+build() {
+  cd mozilla-release
+
+  cp $srcdir/mozconfig .mozconfig
+  patch -Np1 -i $srcdir/firefox-install-dir.patch
+  patch -Np1 -i $srcdir/gcc47.patch
+
+  # Fix PRE_RELEASE_SUFFIX
+  sed -i '/^PRE_RELEASE_SUFFIX := /s/ //' \
+browser/base/Makefile.in
+
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/firefox
+  export PYTHON=/usr/bin/python2
+
+  LD_PRELOAD= /usr/bin/Xvfb -nolisten tcp -extension GLX -screen 0 
1280x1024x24 :99 
+  LD_PRELOAD= DISPLAY=:99 make -j1 -f client.mk profiledbuild 
MOZ_MAKE_FLAGS=$MAKEFLAGS
+  kill $! || true
+}
+
+package() {
+  cd mozilla-release
+  make -j1 -f client.mk DESTDIR=$pkgdir install
+
+  install -m644 $srcdir/vendor.js $pkgdir/usr/lib/firefox/defaults/pref
+
+  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
+  install -Dm644 browser/branding/official/default${i/x*/}.png \
+$pkgdir/usr/share/icons/hicolor/$i/apps/firefox.png
+  done
+
+  install -Dm644 $srcdir/firefox.desktop \
+$pkgdir/usr/share/applications/firefox.desktop
+
+  rm -rf $pkgdir/usr/lib/firefox/{dictionaries,hyphenation}
+  ln -sf /usr/share/hunspell $pkgdir/usr/lib/firefox/dictionaries
+  ln -sf /usr/share/hyphen $pkgdir/usr/lib/firefox/hyphenation
+
+
+  # We don't want the development stuff
+  rm -r $pkgdir/usr/{include,lib/firefox-devel,share/idl}
+
+  #workaround for now
+  #https://bugzilla.mozilla.org/show_bug.cgi?id=658850
+  ln -sf firefox $pkgdir/usr/lib/firefox/firefox-bin
+}

Copied: firefox/repos/testing-i686/firefox-install-dir.patch (from rev 157266, 
firefox/repos/staging-i686/firefox-install-dir.patch)
===
--- testing-i686/firefox-install-dir.patch  (rev 0)
+++ testing-i686/firefox-install-dir.patch  2012-04-26 21:33:59 UTC (rev 
157271)
@@ -0,0 +1,28 @@
+diff -Nur mozilla-release.orig/config/autoconf.mk.in 
mozilla-release/config/autoconf.mk.in
+--- mozilla-release.orig/config/autoconf.mk.in 2011-11-06 14:06:44.462920048 
+
 mozilla-release/config/autoconf.mk.in  2011-11-06 14:20:45.124169469 

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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:00
  Author: allan
Revision: 157272

db-move: moved firefox from [staging] to [testing] (x86_64)

Added:
  firefox/repos/testing-x86_64/
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 157266, firefox/repos/staging-x86_64/PKGBUILD)
  firefox/repos/testing-x86_64/firefox-install-dir.patch
(from rev 157266, firefox/repos/staging-x86_64/firefox-install-dir.patch)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 157266, firefox/repos/staging-x86_64/firefox.desktop)
  firefox/repos/testing-x86_64/firefox.install
(from rev 157266, firefox/repos/staging-x86_64/firefox.install)
  firefox/repos/testing-x86_64/gcc47.patch
(from rev 157266, firefox/repos/staging-x86_64/gcc47.patch)
  firefox/repos/testing-x86_64/mozconfig
(from rev 157266, firefox/repos/staging-x86_64/mozconfig)
  firefox/repos/testing-x86_64/vendor.js
(from rev 157266, firefox/repos/staging-x86_64/vendor.js)
Deleted:
  firefox/repos/staging-x86_64/

---+
 PKGBUILD  |   69 +
 firefox-install-dir.patch |   28 +++
 firefox.desktop   |   81 
 firefox.install   |   13 +++
 gcc47.patch   |   77 +
 mozconfig |   45 
 vendor.js |9 
 7 files changed, 322 insertions(+)

Copied: firefox/repos/testing-x86_64/PKGBUILD (from rev 157266, 
firefox/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:34:00 UTC (rev 157272)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Jakub Schmidtke sja...@gmail.com
+
+pkgname=firefox
+pkgver=12.0
+pkgrel=2
+pkgdesc=Standalone web browser from mozilla.org
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss=3.13.3' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'sqlite' 'libnotify' 
'desktop-file-utils' 'libvpx' 'libevent' 'hicolor-icon-theme')
+makedepends=('unzip' 'zip' 'diffutils' 'python2' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13' 'libidl2' 'xorg-server-xvfb' 'imake')
+url=http://www.mozilla.org/projects/firefox;
+install=firefox.install
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
+mozconfig firefox.desktop firefox-install-dir.patch vendor.js
+gcc47.patch)
+md5sums=('80c3e5927274de7f181fb5f931ac5fd4'
+ 'db6d2bd4671831859566f403a086fdf2'
+ 'bdeb0380c7fae30dd0ead6d2d3bc5873'
+ '594523c536a9be951b52c90dd85aff18'
+ '0d053487907de4376d67d8f499c5502b'
+ '5a8563f8fda7ad30405c86764267a19c')
+
+build() {
+  cd mozilla-release
+
+  cp $srcdir/mozconfig .mozconfig
+  patch -Np1 -i $srcdir/firefox-install-dir.patch
+  patch -Np1 -i $srcdir/gcc47.patch
+
+  # Fix PRE_RELEASE_SUFFIX
+  sed -i '/^PRE_RELEASE_SUFFIX := /s/ //' \
+browser/base/Makefile.in
+
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/firefox
+  export PYTHON=/usr/bin/python2
+
+  LD_PRELOAD= /usr/bin/Xvfb -nolisten tcp -extension GLX -screen 0 
1280x1024x24 :99 
+  LD_PRELOAD= DISPLAY=:99 make -j1 -f client.mk profiledbuild 
MOZ_MAKE_FLAGS=$MAKEFLAGS
+  kill $! || true
+}
+
+package() {
+  cd mozilla-release
+  make -j1 -f client.mk DESTDIR=$pkgdir install
+
+  install -m644 $srcdir/vendor.js $pkgdir/usr/lib/firefox/defaults/pref
+
+  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
+  install -Dm644 browser/branding/official/default${i/x*/}.png \
+$pkgdir/usr/share/icons/hicolor/$i/apps/firefox.png
+  done
+
+  install -Dm644 $srcdir/firefox.desktop \
+$pkgdir/usr/share/applications/firefox.desktop
+
+  rm -rf $pkgdir/usr/lib/firefox/{dictionaries,hyphenation}
+  ln -sf /usr/share/hunspell $pkgdir/usr/lib/firefox/dictionaries
+  ln -sf /usr/share/hyphen $pkgdir/usr/lib/firefox/hyphenation
+
+
+  # We don't want the development stuff
+  rm -r $pkgdir/usr/{include,lib/firefox-devel,share/idl}
+
+  #workaround for now
+  #https://bugzilla.mozilla.org/show_bug.cgi?id=658850
+  ln -sf firefox $pkgdir/usr/lib/firefox/firefox-bin
+}

Copied: firefox/repos/testing-x86_64/firefox-install-dir.patch (from rev 
157266, firefox/repos/staging-x86_64/firefox-install-dir.patch)
===
--- testing-x86_64/firefox-install-dir.patch(rev 0)
+++ testing-x86_64/firefox-install-dir.patch2012-04-26 21:34:00 UTC (rev 
157272)
@@ -0,0 +1,28 @@
+diff -Nur mozilla-release.orig/config/autoconf.mk.in 
mozilla-release/config/autoconf.mk.in
+--- mozilla-release.orig/config/autoconf.mk.in 2011-11-06 14:06:44.462920048 
+
 

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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:02
  Author: allan
Revision: 157273

db-move: moved gedit from [staging] to [testing] (i686)

Added:
  gedit/repos/testing-i686/
  gedit/repos/testing-i686/PKGBUILD
(from rev 157266, gedit/repos/staging-i686/PKGBUILD)
  gedit/repos/testing-i686/gedit.install
(from rev 157266, gedit/repos/staging-i686/gedit.install)
Deleted:
  gedit/repos/staging-i686/

---+
 PKGBUILD  |   32 
 gedit.install |   18 ++
 2 files changed, 50 insertions(+)

Copied: gedit/repos/testing-i686/PKGBUILD (from rev 157266, 
gedit/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:34:02 UTC (rev 157273)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gedit
+pkgver=3.4.1
+pkgrel=2
+pkgdesc=A text editor for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtksourceview3' 'gsettings-desktop-schemas' 'libpeas' 'enchant' 
'iso-codes' 'libsm' 'desktop-file-utils' 'python2-gobject' 'dconf')
+makedepends=('yelp-tools' 'intltool')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+install=gedit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9b1f0164d6c6bc08e391efde7e6a2aa9290a65bda543fe3a7adc6ef73b722a64')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+  --enable-python
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gedit/repos/testing-i686/gedit.install (from rev 157266, 
gedit/repos/staging-i686/gedit.install)
===
--- testing-i686/gedit.install  (rev 0)
+++ testing-i686/gedit.install  2012-04-26 21:34:02 UTC (rev 157273)
@@ -0,0 +1,18 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
+gconfpkg --uninstall gedit
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:03
  Author: allan
Revision: 157274

db-move: moved gedit from [staging] to [testing] (x86_64)

Added:
  gedit/repos/testing-x86_64/
  gedit/repos/testing-x86_64/PKGBUILD
(from rev 157266, gedit/repos/staging-x86_64/PKGBUILD)
  gedit/repos/testing-x86_64/gedit.install
(from rev 157266, gedit/repos/staging-x86_64/gedit.install)
Deleted:
  gedit/repos/staging-x86_64/

---+
 PKGBUILD  |   32 
 gedit.install |   18 ++
 2 files changed, 50 insertions(+)

Copied: gedit/repos/testing-x86_64/PKGBUILD (from rev 157266, 
gedit/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:34:03 UTC (rev 157274)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gedit
+pkgver=3.4.1
+pkgrel=2
+pkgdesc=A text editor for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtksourceview3' 'gsettings-desktop-schemas' 'libpeas' 'enchant' 
'iso-codes' 'libsm' 'desktop-file-utils' 'python2-gobject' 'dconf')
+makedepends=('yelp-tools' 'intltool')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+install=gedit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9b1f0164d6c6bc08e391efde7e6a2aa9290a65bda543fe3a7adc6ef73b722a64')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+  --enable-python
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gedit/repos/testing-x86_64/gedit.install (from rev 157266, 
gedit/repos/staging-x86_64/gedit.install)
===
--- testing-x86_64/gedit.install(rev 0)
+++ testing-x86_64/gedit.install2012-04-26 21:34:03 UTC (rev 157274)
@@ -0,0 +1,18 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
+gconfpkg --uninstall gedit
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}



[arch-commits] Commit in gjs/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:04
  Author: allan
Revision: 157275

db-move: moved gjs from [staging] to [testing] (i686)

Added:
  gjs/repos/testing-i686/
  gjs/repos/testing-i686/PKGBUILD
(from rev 157266, gjs/repos/staging-i686/PKGBUILD)
Deleted:
  gjs/repos/staging-i686/

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

Copied: gjs/repos/testing-i686/PKGBUILD (from rev 157266, 
gjs/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:34:04 UTC (rev 157275)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.32.0
+pkgrel=2
+pkgdesc=Javascript Bindings for GNOME
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Gjs;
+license=('GPL')
+depends=('cairo' 'dbus-glib' 'gobject-introspection' 'js')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b9f1dc156c15806824c936bb08ddc5048f52f6921654146c47025a62457108c0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|python|python2|' scripts/make-tests
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:05
  Author: allan
Revision: 157276

db-move: moved gjs from [staging] to [testing] (x86_64)

Added:
  gjs/repos/testing-x86_64/
  gjs/repos/testing-x86_64/PKGBUILD
(from rev 157266, gjs/repos/staging-x86_64/PKGBUILD)
Deleted:
  gjs/repos/staging-x86_64/

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

Copied: gjs/repos/testing-x86_64/PKGBUILD (from rev 157266, 
gjs/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:34:05 UTC (rev 157276)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.32.0
+pkgrel=2
+pkgdesc=Javascript Bindings for GNOME
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Gjs;
+license=('GPL')
+depends=('cairo' 'dbus-glib' 'gobject-introspection' 'js')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b9f1dc156c15806824c936bb08ddc5048f52f6921654146c47025a62457108c0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|python|python2|' scripts/make-tests
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:06
  Author: allan
Revision: 157277

db-move: moved glib2 from [staging] to [testing] (i686)

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 157266, glib2/repos/staging-i686/PKGBUILD)
  glib2/repos/testing-i686/glib2.csh
(from rev 157266, glib2/repos/staging-i686/glib2.csh)
  glib2/repos/testing-i686/glib2.sh
(from rev 157266, glib2/repos/staging-i686/glib2.sh)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 157266, 
glib2/repos/staging-i686/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/staging-i686/

+
 PKGBUILD   |   46 +++
 glib2.csh  |1 
 glib2.sh   |1 
 revert-warn-glib-compile-schemas.patch |   33 ++
 4 files changed, 81 insertions(+)

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 157266, 
glib2/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:34:06 UTC (rev 157277)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.32.1
+pkgrel=3
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkg-config' 'python2')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+glib2.sh
+glib2.csh
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('484d5b7fc09f3fa398355adaf74b369768f5859866c299f229c99721990f8398'
+'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
+'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+build() {
+  cd glib-$pkgver
+  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd glib-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -d $pkgdir/etc/profile.d
+  install -m755 $srcdir/glib2.sh $pkgdir/etc/profile.d/
+  install -m755 $srcdir/glib2.csh $pkgdir/etc/profile.d/
+
+  for _i in $pkgdir/etc/bash_completion.d/*; do
+  chmod -x $_i
+  done
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
+}

Copied: glib2/repos/testing-i686/glib2.csh (from rev 157266, 
glib2/repos/staging-i686/glib2.csh)
===
--- testing-i686/glib2.csh  (rev 0)
+++ testing-i686/glib2.csh  2012-04-26 21:34:06 UTC (rev 157277)
@@ -0,0 +1 @@
+setenv G_BROKEN_FILENAMES 1

Copied: glib2/repos/testing-i686/glib2.sh (from rev 157266, 
glib2/repos/staging-i686/glib2.sh)
===
--- testing-i686/glib2.sh   (rev 0)
+++ testing-i686/glib2.sh   2012-04-26 21:34:06 UTC (rev 157277)
@@ -0,0 +1 @@
+export G_BROKEN_FILENAMES=1

Copied: glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch (from 
rev 157266, glib2/repos/staging-i686/revert-warn-glib-compile-schemas.patch)
===
--- testing-i686/revert-warn-glib-compile-schemas.patch 
(rev 0)
+++ testing-i686/revert-warn-glib-compile-schemas.patch 2012-04-26 21:34:06 UTC 
(rev 157277)
@@ -0,0 +1,33 @@
+From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
+From: Ryan Lortie de...@desrt.ca
+Date: Thu, 12 Apr 2012 23:55:34 +
+Subject: glib-compile-schemas: warn about bad dconf paths
+
+For quite some time the recommended usage of GSettings and dconf has
+been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
+over from GConf and is continuing to make its way into a number of
+applications as they port.
+
+glib-compile-schemas will now warn about these types of paths being
+used.  This generates a lot of noise, but hopefully it will reduce the
+number of ported applications making this mistake.
+---
+diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
+index cf02389..27d0181 100644
+--- a/gio/glib-compile-schemas.c
 b/gio/glib-compile-schemas.c
+@@ -1204,6 +1204,12 @@ parse_state_start_schema (ParseState  *state,
+   return;
+ }
+ 
++  if (path  (g_str_has_prefix (path, /apps/) ||
++   g_str_has_prefix (path, /desktop/) ||
++   g_str_has_prefix (path, /system/)))
++g_printerr (warning: Schema '%s' has path 

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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:07
  Author: allan
Revision: 157278

db-move: moved glib2 from [staging] to [testing] (x86_64)

Added:
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 157266, glib2/repos/staging-x86_64/PKGBUILD)
  glib2/repos/testing-x86_64/glib2.csh
(from rev 157266, glib2/repos/staging-x86_64/glib2.csh)
  glib2/repos/testing-x86_64/glib2.sh
(from rev 157266, glib2/repos/staging-x86_64/glib2.sh)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 157266, 
glib2/repos/staging-x86_64/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/staging-x86_64/

+
 PKGBUILD   |   46 +++
 glib2.csh  |1 
 glib2.sh   |1 
 revert-warn-glib-compile-schemas.patch |   33 ++
 4 files changed, 81 insertions(+)

Copied: glib2/repos/testing-x86_64/PKGBUILD (from rev 157266, 
glib2/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:34:07 UTC (rev 157278)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.32.1
+pkgrel=3
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkg-config' 'python2')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+glib2.sh
+glib2.csh
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('484d5b7fc09f3fa398355adaf74b369768f5859866c299f229c99721990f8398'
+'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
+'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+build() {
+  cd glib-$pkgver
+  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd glib-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -d $pkgdir/etc/profile.d
+  install -m755 $srcdir/glib2.sh $pkgdir/etc/profile.d/
+  install -m755 $srcdir/glib2.csh $pkgdir/etc/profile.d/
+
+  for _i in $pkgdir/etc/bash_completion.d/*; do
+  chmod -x $_i
+  done
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
+}

Copied: glib2/repos/testing-x86_64/glib2.csh (from rev 157266, 
glib2/repos/staging-x86_64/glib2.csh)
===
--- testing-x86_64/glib2.csh(rev 0)
+++ testing-x86_64/glib2.csh2012-04-26 21:34:07 UTC (rev 157278)
@@ -0,0 +1 @@
+setenv G_BROKEN_FILENAMES 1

Copied: glib2/repos/testing-x86_64/glib2.sh (from rev 157266, 
glib2/repos/staging-x86_64/glib2.sh)
===
--- testing-x86_64/glib2.sh (rev 0)
+++ testing-x86_64/glib2.sh 2012-04-26 21:34:07 UTC (rev 157278)
@@ -0,0 +1 @@
+export G_BROKEN_FILENAMES=1

Copied: glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch (from 
rev 157266, glib2/repos/staging-x86_64/revert-warn-glib-compile-schemas.patch)
===
--- testing-x86_64/revert-warn-glib-compile-schemas.patch   
(rev 0)
+++ testing-x86_64/revert-warn-glib-compile-schemas.patch   2012-04-26 
21:34:07 UTC (rev 157278)
@@ -0,0 +1,33 @@
+From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
+From: Ryan Lortie de...@desrt.ca
+Date: Thu, 12 Apr 2012 23:55:34 +
+Subject: glib-compile-schemas: warn about bad dconf paths
+
+For quite some time the recommended usage of GSettings and dconf has
+been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
+over from GConf and is continuing to make its way into a number of
+applications as they port.
+
+glib-compile-schemas will now warn about these types of paths being
+used.  This generates a lot of noise, but hopefully it will reduce the
+number of ported applications making this mistake.
+---
+diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
+index cf02389..27d0181 100644
+--- a/gio/glib-compile-schemas.c
 b/gio/glib-compile-schemas.c
+@@ -1204,6 +1204,12 @@ parse_state_start_schema (ParseState  *state,
+   return;
+ }
+ 
++  if (path  (g_str_has_prefix (path, /apps/) ||
++   g_str_has_prefix (path, /desktop/) ||
++   g_str_has_prefix (path, 

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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:08
  Author: allan
Revision: 157279

db-move: moved gnome-documents from [staging] to [testing] (i686)

Added:
  gnome-documents/repos/testing-i686/
  gnome-documents/repos/testing-i686/PKGBUILD
(from rev 157266, gnome-documents/repos/staging-i686/PKGBUILD)
  gnome-documents/repos/testing-i686/gnome-documents.install
(from rev 157266, 
gnome-documents/repos/staging-i686/gnome-documents.install)
Deleted:
  gnome-documents/repos/staging-i686/

-+
 PKGBUILD|   35 +++
 gnome-documents.install |   13 +
 2 files changed, 48 insertions(+)

Copied: gnome-documents/repos/testing-i686/PKGBUILD (from rev 157266, 
gnome-documents/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:34:08 UTC (rev 157279)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-documents
+pkgver=0.4.1
+pkgrel=2
+pkgdesc=Documents Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL')
+groups=('gnome-extra')
+depends=('clutter-gtk' 'evince' 'gjs' 'gtk3' 'gnome-desktop' 
'gnome-online-accounts' 'libgdata' 'tracker')
+makedepends=('intltool')
+optdepends=('unoconv: Support for Libreoffice document types')
+options=('!libtool')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2b2c6b15ed9e6a46602977f1e8dc15e6655c171df8ede6a3f8a749ed6682da46')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnome-documents
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/testing-i686/gnome-documents.install (from rev 
157266, gnome-documents/repos/staging-i686/gnome-documents.install)
===
--- testing-i686/gnome-documents.install(rev 0)
+++ testing-i686/gnome-documents.install2012-04-26 21:34:08 UTC (rev 
157279)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:10
  Author: allan
Revision: 157280

db-move: moved gnome-documents from [staging] to [testing] (x86_64)

Added:
  gnome-documents/repos/testing-x86_64/
  gnome-documents/repos/testing-x86_64/PKGBUILD
(from rev 157266, gnome-documents/repos/staging-x86_64/PKGBUILD)
  gnome-documents/repos/testing-x86_64/gnome-documents.install
(from rev 157266, 
gnome-documents/repos/staging-x86_64/gnome-documents.install)
Deleted:
  gnome-documents/repos/staging-x86_64/

-+
 PKGBUILD|   35 +++
 gnome-documents.install |   13 +
 2 files changed, 48 insertions(+)

Copied: gnome-documents/repos/testing-x86_64/PKGBUILD (from rev 157266, 
gnome-documents/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:34:10 UTC (rev 157280)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-documents
+pkgver=0.4.1
+pkgrel=2
+pkgdesc=Documents Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL')
+groups=('gnome-extra')
+depends=('clutter-gtk' 'evince' 'gjs' 'gtk3' 'gnome-desktop' 
'gnome-online-accounts' 'libgdata' 'tracker')
+makedepends=('intltool')
+optdepends=('unoconv: Support for Libreoffice document types')
+options=('!libtool')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2b2c6b15ed9e6a46602977f1e8dc15e6655c171df8ede6a3f8a749ed6682da46')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnome-documents
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/testing-x86_64/gnome-documents.install (from rev 
157266, gnome-documents/repos/staging-x86_64/gnome-documents.install)
===
--- testing-x86_64/gnome-documents.install  (rev 0)
+++ testing-x86_64/gnome-documents.install  2012-04-26 21:34:10 UTC (rev 
157280)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:12
  Author: allan
Revision: 157281

db-move: moved gnome-shell from [staging] to [testing] (i686)

Added:
  gnome-shell/repos/testing-i686/
  gnome-shell/repos/testing-i686/PKGBUILD
(from rev 157266, gnome-shell/repos/staging-i686/PKGBUILD)
  gnome-shell/repos/testing-i686/gnome-shell.install
(from rev 157266, gnome-shell/repos/staging-i686/gnome-shell.install)
Deleted:
  gnome-shell/repos/staging-i686/

-+
 PKGBUILD|   33 +
 gnome-shell.install |   19 +++
 2 files changed, 52 insertions(+)

Copied: gnome-shell/repos/testing-i686/PKGBUILD (from rev 157266, 
gnome-shell/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:34:12 UTC (rev 157281)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.4.1
+pkgrel=2
+pkgdesc=The next generation GNOME Shell
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/GnomeShell;
+license=('GPL2')
+depends=('caribou' 'folks' 'gcr' 'gjs' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libcroco' 'libpulse' 'mutter' 'nautilus' 'networkmanager' 
'telepathy-logger' 'telepathy-mission-control' 'unzip')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('network-manager-applet: shell integration for networkmanager')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6abfd2fca104aae64ce9d027dd233fc218a58b861176a64831b68e3f90ab56a9')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/gnome-shell \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-shell/repos/testing-i686/gnome-shell.install (from rev 157266, 
gnome-shell/repos/staging-i686/gnome-shell.install)
===
--- testing-i686/gnome-shell.install(rev 0)
+++ testing-i686/gnome-shell.install2012-04-26 21:34:12 UTC (rev 157281)
@@ -0,0 +1,19 @@
+pkgname=gnome-shell
+
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+gconfpkg --uninstall $pkgname
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:14
  Author: allan
Revision: 157282

db-move: moved gnome-shell from [staging] to [testing] (x86_64)

Added:
  gnome-shell/repos/testing-x86_64/
  gnome-shell/repos/testing-x86_64/PKGBUILD
(from rev 157266, gnome-shell/repos/staging-x86_64/PKGBUILD)
  gnome-shell/repos/testing-x86_64/gnome-shell.install
(from rev 157266, gnome-shell/repos/staging-x86_64/gnome-shell.install)
Deleted:
  gnome-shell/repos/staging-x86_64/

-+
 PKGBUILD|   33 +
 gnome-shell.install |   19 +++
 2 files changed, 52 insertions(+)

Copied: gnome-shell/repos/testing-x86_64/PKGBUILD (from rev 157266, 
gnome-shell/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:34:14 UTC (rev 157282)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.4.1
+pkgrel=2
+pkgdesc=The next generation GNOME Shell
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/GnomeShell;
+license=('GPL2')
+depends=('caribou' 'folks' 'gcr' 'gjs' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libcroco' 'libpulse' 'mutter' 'nautilus' 'networkmanager' 
'telepathy-logger' 'telepathy-mission-control' 'unzip')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('network-manager-applet: shell integration for networkmanager')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6abfd2fca104aae64ce9d027dd233fc218a58b861176a64831b68e3f90ab56a9')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/gnome-shell \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-shell/repos/testing-x86_64/gnome-shell.install (from rev 157266, 
gnome-shell/repos/staging-x86_64/gnome-shell.install)
===
--- testing-x86_64/gnome-shell.install  (rev 0)
+++ testing-x86_64/gnome-shell.install  2012-04-26 21:34:14 UTC (rev 157282)
@@ -0,0 +1,19 @@
+pkgname=gnome-shell
+
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+gconfpkg --uninstall $pkgname
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:17
  Author: allan
Revision: 157284

db-move: moved gobject-introspection from [staging] to [testing] (x86_64)

Added:
  gobject-introspection/repos/testing-x86_64/
  gobject-introspection/repos/testing-x86_64/PKGBUILD
(from rev 157266, gobject-introspection/repos/staging-x86_64/PKGBUILD)
Deleted:
  gobject-introspection/repos/staging-x86_64/

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

Copied: gobject-introspection/repos/testing-x86_64/PKGBUILD (from rev 157266, 
gobject-introspection/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:34:17 UTC (rev 157284)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gobject-introspection
+pkgver=1.32.1
+pkgrel=2
+pkgdesc=Introspection system for GObject-based libraries
+url=http://live.gnome.org/GObjectInstrospection;
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('glib2' 'python2')
+makedepends=('cairo')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('44f3fb933f76e4728818cc360cb5f9e2edcbdf9bc8a8f9aded99b3e3ef5cb858')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  sed -i '1s|#!/usr/bin/env python$|2|' \
+$pkgdir/usr/lib/gobject-introspection/giscanner/*.py
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:19
  Author: allan
Revision: 157285

db-move: moved libffi from [staging] to [testing] (i686)

Added:
  libffi/repos/testing-i686/
  libffi/repos/testing-i686/PKGBUILD
(from rev 157266, libffi/repos/staging-i686/PKGBUILD)
  libffi/repos/testing-i686/libffi.install
(from rev 157266, libffi/repos/staging-i686/libffi.install)
Deleted:
  libffi/repos/staging-i686/

+
 PKGBUILD   |   33 +
 libffi.install |   20 
 2 files changed, 53 insertions(+)

Copied: libffi/repos/testing-i686/PKGBUILD (from rev 157266, 
libffi/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:34:19 UTC (rev 157285)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libffi
+pkgver=3.0.11
+pkgrel=1
+pkgdesc=A portable, high level programming interface to various calling 
conventions
+arch=('i686' 'x86_64')
+url=http://sourceware.org/libffi;
+license=('MIT')
+depends=('glibc')
+checkdepends=('dejagnu')
+options=('!libtool')
+install=libffi.install
+source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
+md5sums=('f69b9693227d976835b4857b1ba7d0e3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libffi/repos/testing-i686/libffi.install (from rev 157266, 
libffi/repos/staging-i686/libffi.install)
===
--- testing-i686/libffi.install (rev 0)
+++ testing-i686/libffi.install 2012-04-26 21:34:19 UTC (rev 157285)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libffi.info.gz)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:21
  Author: allan
Revision: 157286

db-move: moved libffi from [staging] to [testing] (x86_64)

Added:
  libffi/repos/testing-x86_64/
  libffi/repos/testing-x86_64/PKGBUILD
(from rev 157266, libffi/repos/staging-x86_64/PKGBUILD)
  libffi/repos/testing-x86_64/libffi.install
(from rev 157266, libffi/repos/staging-x86_64/libffi.install)
Deleted:
  libffi/repos/staging-x86_64/

+
 PKGBUILD   |   33 +
 libffi.install |   20 
 2 files changed, 53 insertions(+)

Copied: libffi/repos/testing-x86_64/PKGBUILD (from rev 157266, 
libffi/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:34:21 UTC (rev 157286)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libffi
+pkgver=3.0.11
+pkgrel=1
+pkgdesc=A portable, high level programming interface to various calling 
conventions
+arch=('i686' 'x86_64')
+url=http://sourceware.org/libffi;
+license=('MIT')
+depends=('glibc')
+checkdepends=('dejagnu')
+options=('!libtool')
+install=libffi.install
+source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
+md5sums=('f69b9693227d976835b4857b1ba7d0e3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libffi/repos/testing-x86_64/libffi.install (from rev 157266, 
libffi/repos/staging-x86_64/libffi.install)
===
--- testing-x86_64/libffi.install   (rev 0)
+++ testing-x86_64/libffi.install   2012-04-26 21:34:21 UTC (rev 157286)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libffi.info.gz)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:59
  Author: allan
Revision: 157303

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

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

---+
 PKGBUILD  |   38 ++
 rhythmbox.install |   13 +
 2 files changed, 51 insertions(+)

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

Copied: rhythmbox/repos/testing-i686/rhythmbox.install (from rev 157266, 
rhythmbox/repos/staging-i686/rhythmbox.install)
===
--- testing-i686/rhythmbox.install  (rev 0)
+++ testing-i686/rhythmbox.install  2012-04-26 21:34:59 UTC (rev 157303)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:35:00
  Author: allan
Revision: 157304

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

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

---+
 PKGBUILD  |   38 ++
 rhythmbox.install |   13 +
 2 files changed, 51 insertions(+)

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

Copied: rhythmbox/repos/testing-x86_64/rhythmbox.install (from rev 157266, 
rhythmbox/repos/staging-x86_64/rhythmbox.install)
===
--- testing-x86_64/rhythmbox.install(rev 0)
+++ testing-x86_64/rhythmbox.install2012-04-26 21:35:00 UTC (rev 157304)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:35:01
  Author: allan
Revision: 157305

db-move: moved ruby from [staging] to [testing] (i686)

Added:
  ruby/repos/testing-i686/
  ruby/repos/testing-i686/PKGBUILD
(from rev 157266, ruby/repos/staging-i686/PKGBUILD)
  ruby/repos/testing-i686/gemrc
(from rev 157266, ruby/repos/staging-i686/gemrc)
  ruby/repos/testing-i686/ruby.install
(from rev 157266, ruby/repos/staging-i686/ruby.install)
Deleted:
  ruby/repos/staging-i686/

--+
 PKGBUILD |   56 
 gemrc|5 +
 ruby.install |   22 ++
 3 files changed, 83 insertions(+)

Copied: ruby/repos/testing-i686/PKGBUILD (from rev 157266, 
ruby/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:35:01 UTC (rev 157305)
@@ -0,0 +1,56 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Jeramy Rutley jrut...@gmail.com
+
+pkgname=ruby
+pkgver=1.9.3_p194
+pkgrel=2
+pkgdesc='An object-oriented language for quick and easy programming'
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+backup=('etc/gemrc')
+provides=('rubygems' 'rake')
+conflicts=('rake')
+depends=('openssl' 'libffi' 'libyaml')
+makedepends=('tk')
+optdepends=('tk: for Ruby/TK'
+'ruby-docs: Ruby documentation')
+options=('!emptydirs' '!makeflags')
+install='ruby.install'
+source=(ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2;
+'gemrc')
+md5sums=('2278eff4cfed3cbc0653bc73085caa34'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')
+
+build() {
+  cd ruby-${pkgver//_/-}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-pthread \
+--disable-rpath \
+--disable-install-doc
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver//_/-}
+
+  make test
+}
+
+package() {
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR=${pkgdir} install-nodoc
+
+  install -D -m644 ${srcdir}/gemrc ${pkgdir}/etc/gemrc
+
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/ruby/LICENSE
+  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/ruby/BSDL
+}

Copied: ruby/repos/testing-i686/gemrc (from rev 157266, 
ruby/repos/staging-i686/gemrc)
===
--- testing-i686/gemrc  (rev 0)
+++ testing-i686/gemrc  2012-04-26 21:35:01 UTC (rev 157305)
@@ -0,0 +1,5 @@
+# Read about the gemrc format at http://docs.rubygems.org/read/chapter/11
+
+# --user-install is used to install to $HOME/.gem/ by default since we want to 
separate
+#pacman installed gems and gem installed gems
+gem: --user-install

Copied: ruby/repos/testing-i686/ruby.install (from rev 157266, 
ruby/repos/staging-i686/ruby.install)
===
--- testing-i686/ruby.install   (rev 0)
+++ testing-i686/ruby.install   2012-04-26 21:35:01 UTC (rev 157305)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+print_gem_default_target() {
+  echo 'The default location of gem installs is $HOME/.gem/ruby'
+  echo 'Add the following line to your PATH if you plan to install using gem'
+  echo '$(ruby -rubygems -e puts Gem.user_dir)/bin'
+  echo 'If you want to install to the system wide location, you must either:'
+  echo 'edit /etc/gemrc or run gem with the --no-user-install flag.'
+}
+
+# arg 1:  the new package version
+post_install() {
+  print_gem_default_target
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ $(vercmp $2 1.9.3_p125-4) -lt 0 ]; then
+print_gem_default_target
+  fi
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:35:03
  Author: allan
Revision: 157306

db-move: moved ruby from [staging] to [testing] (x86_64)

Added:
  ruby/repos/testing-x86_64/
  ruby/repos/testing-x86_64/PKGBUILD
(from rev 157266, ruby/repos/staging-x86_64/PKGBUILD)
  ruby/repos/testing-x86_64/gemrc
(from rev 157266, ruby/repos/staging-x86_64/gemrc)
  ruby/repos/testing-x86_64/ruby.install
(from rev 157266, ruby/repos/staging-x86_64/ruby.install)
Deleted:
  ruby/repos/staging-x86_64/

--+
 PKGBUILD |   56 
 gemrc|5 +
 ruby.install |   22 ++
 3 files changed, 83 insertions(+)

Copied: ruby/repos/testing-x86_64/PKGBUILD (from rev 157266, 
ruby/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:35:03 UTC (rev 157306)
@@ -0,0 +1,56 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Jeramy Rutley jrut...@gmail.com
+
+pkgname=ruby
+pkgver=1.9.3_p194
+pkgrel=2
+pkgdesc='An object-oriented language for quick and easy programming'
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+backup=('etc/gemrc')
+provides=('rubygems' 'rake')
+conflicts=('rake')
+depends=('openssl' 'libffi' 'libyaml')
+makedepends=('tk')
+optdepends=('tk: for Ruby/TK'
+'ruby-docs: Ruby documentation')
+options=('!emptydirs' '!makeflags')
+install='ruby.install'
+source=(ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2;
+'gemrc')
+md5sums=('2278eff4cfed3cbc0653bc73085caa34'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')
+
+build() {
+  cd ruby-${pkgver//_/-}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-pthread \
+--disable-rpath \
+--disable-install-doc
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver//_/-}
+
+  make test
+}
+
+package() {
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR=${pkgdir} install-nodoc
+
+  install -D -m644 ${srcdir}/gemrc ${pkgdir}/etc/gemrc
+
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/ruby/LICENSE
+  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/ruby/BSDL
+}

Copied: ruby/repos/testing-x86_64/gemrc (from rev 157266, 
ruby/repos/staging-x86_64/gemrc)
===
--- testing-x86_64/gemrc(rev 0)
+++ testing-x86_64/gemrc2012-04-26 21:35:03 UTC (rev 157306)
@@ -0,0 +1,5 @@
+# Read about the gemrc format at http://docs.rubygems.org/read/chapter/11
+
+# --user-install is used to install to $HOME/.gem/ by default since we want to 
separate
+#pacman installed gems and gem installed gems
+gem: --user-install

Copied: ruby/repos/testing-x86_64/ruby.install (from rev 157266, 
ruby/repos/staging-x86_64/ruby.install)
===
--- testing-x86_64/ruby.install (rev 0)
+++ testing-x86_64/ruby.install 2012-04-26 21:35:03 UTC (rev 157306)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+print_gem_default_target() {
+  echo 'The default location of gem installs is $HOME/.gem/ruby'
+  echo 'Add the following line to your PATH if you plan to install using gem'
+  echo '$(ruby -rubygems -e puts Gem.user_dir)/bin'
+  echo 'If you want to install to the system wide location, you must either:'
+  echo 'edit /etc/gemrc or run gem with the --no-user-install flag.'
+}
+
+# arg 1:  the new package version
+post_install() {
+  print_gem_default_target
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ $(vercmp $2 1.9.3_p125-4) -lt 0 ]; then
+print_gem_default_target
+  fi
+}



[arch-commits] Commit in seed/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:35:04
  Author: allan
Revision: 157307

db-move: moved seed from [staging] to [testing] (i686)

Added:
  seed/repos/testing-i686/
  seed/repos/testing-i686/PKGBUILD
(from rev 157266, seed/repos/staging-i686/PKGBUILD)
Deleted:
  seed/repos/staging-i686/

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

Copied: seed/repos/testing-i686/PKGBUILD (from rev 157266, 
seed/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:35:04 UTC (rev 157307)
@@ -0,0 +1,27 @@
+# $Id$
+#Maintainer : Ionut Biru ib...@archlinux.org
+#Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=seed
+pkgver=3.2.0
+pkgrel=2
+pkgdesc=Library and interpreter for JavaScript with GObject type system 
bindings.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Seed/;
+license=('LGPL')
+options=('!libtool')
+depends=('libwebkit3' 'gobject-introspection' 'gnome-js-common')
+makedepends=('intltool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3d1eca40834b72a5730ddaf8a5f46b8df20ddb2b3b39687d1a84ef966d3d37c0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:35:05
  Author: allan
Revision: 157308

db-move: moved seed from [staging] to [testing] (x86_64)

Added:
  seed/repos/testing-x86_64/
  seed/repos/testing-x86_64/PKGBUILD
(from rev 157266, seed/repos/staging-x86_64/PKGBUILD)
Deleted:
  seed/repos/staging-x86_64/

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

Copied: seed/repos/testing-x86_64/PKGBUILD (from rev 157266, 
seed/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:35:05 UTC (rev 157308)
@@ -0,0 +1,27 @@
+# $Id$
+#Maintainer : Ionut Biru ib...@archlinux.org
+#Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=seed
+pkgver=3.2.0
+pkgrel=2
+pkgdesc=Library and interpreter for JavaScript with GObject type system 
bindings.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Seed/;
+license=('LGPL')
+options=('!libtool')
+depends=('libwebkit3' 'gobject-introspection' 'gnome-js-common')
+makedepends=('intltool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3d1eca40834b72a5730ddaf8a5f46b8df20ddb2b3b39687d1a84ef966d3d37c0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in sushi/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:35:06
  Author: allan
Revision: 157309

db-move: moved sushi from [staging] to [testing] (i686)

Added:
  sushi/repos/testing-i686/
  sushi/repos/testing-i686/PKGBUILD
(from rev 157266, sushi/repos/staging-i686/PKGBUILD)
Deleted:
  sushi/repos/staging-i686/

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

Copied: sushi/repos/testing-i686/PKGBUILD (from rev 157266, 
sushi/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:35:06 UTC (rev 157309)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=sushi
+pkgver=0.4.1
+pkgrel=2
+pkgdesc=A quick previewer for Nautilus
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+groups=(gnome-extra)
+depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz3' 'libwebkit3' 
'gtksourceview3' 'evince')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7889e4309443dd7dfd5c9546af23565d15813c3f8f2af6c6776702ca8911a7bd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:35:07
  Author: allan
Revision: 157310

db-move: moved sushi from [staging] to [testing] (x86_64)

Added:
  sushi/repos/testing-x86_64/
  sushi/repos/testing-x86_64/PKGBUILD
(from rev 157266, sushi/repos/staging-x86_64/PKGBUILD)
Deleted:
  sushi/repos/staging-x86_64/

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

Copied: sushi/repos/testing-x86_64/PKGBUILD (from rev 157266, 
sushi/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:35:07 UTC (rev 157310)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=sushi
+pkgver=0.4.1
+pkgrel=2
+pkgdesc=A quick previewer for Nautilus
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+groups=(gnome-extra)
+depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz3' 'libwebkit3' 
'gtksourceview3' 'evince')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7889e4309443dd7dfd5c9546af23565d15813c3f8f2af6c6776702ca8911a7bd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:35:08
  Author: allan
Revision: 157311

db-move: moved thunderbird from [staging] to [testing] (i686)

Added:
  thunderbird/repos/testing-i686/
  thunderbird/repos/testing-i686/PKGBUILD
(from rev 157266, thunderbird/repos/staging-i686/PKGBUILD)
  thunderbird/repos/testing-i686/clrf.patch
(from rev 157266, thunderbird/repos/staging-i686/clrf.patch)
  thunderbird/repos/testing-i686/gcc47.patch
(from rev 157266, thunderbird/repos/staging-i686/gcc47.patch)
  thunderbird/repos/testing-i686/mozconfig
(from rev 157266, thunderbird/repos/staging-i686/mozconfig)
  thunderbird/repos/testing-i686/thunderbird-install-dir.patch
(from rev 157266, 
thunderbird/repos/staging-i686/thunderbird-install-dir.patch)
  thunderbird/repos/testing-i686/thunderbird.desktop
(from rev 157266, thunderbird/repos/staging-i686/thunderbird.desktop)
  thunderbird/repos/testing-i686/thunderbird.install
(from rev 157266, thunderbird/repos/staging-i686/thunderbird.install)
  thunderbird/repos/testing-i686/vendor.js
(from rev 157266, thunderbird/repos/staging-i686/vendor.js)
Deleted:
  thunderbird/repos/staging-i686/

---+
 PKGBUILD  |   67 ++
 clrf.patch|  265 
 gcc47.patch   |   39 +
 mozconfig |   40 ++
 thunderbird-install-dir.patch |   42 ++
 thunderbird.desktop   |   13 +
 thunderbird.install   |   12 +
 vendor.js |9 +
 8 files changed, 487 insertions(+)

Copied: thunderbird/repos/testing-i686/PKGBUILD (from rev 157266, 
thunderbird/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:35:08 UTC (rev 157311)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Anders Bostrom anders.bost...@home.se
+
+pkgname=thunderbird
+pkgver=12.0
+pkgrel=2
+pkgdesc=Standalone Mail/News reader
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL')
+url=http://www.mozilla.org/thunderbird/;
+depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 
'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 
'mime-types' 'mozilla-common' 'nss' 'sqlite' 'startup-notification')
+makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
+optdepends=('libcanberra: for sound support')
+install=thunderbird.install
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2
+mozconfig
+thunderbird.desktop
+thunderbird-install-dir.patch
+vendor.js
+gcc47.patch
+clrf.patch)
+md5sums=('7b30b72472a65bce74ba0ae60e4d4e6c'
+ '41511a6bcdd04cf56706218e4670e631'
+ 'af3e5b344d2edf1c7d61bb0a5a96de9a'
+ 'aea906acf72c43dd82ead2fabcc1c6db'
+ '5a53179d14ae9631b7afe5e4d0fc0b25'
+ '1e3ad86899c61f0993c429d10913edb4'
+ 'abe8f73faa71ea2a1e4c6f5a33f56c27')
+
+build() {
+  cd $srcdir/comm-release
+  patch -Np1 -i $srcdir/thunderbird-install-dir.patch
+  patch -Np1 -i $srcdir/gcc47.patch
+  patch -Np1 -i $srcdir/clrf.patch
+
+  cp $srcdir/mozconfig .mozconfig
+
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/thunderbird
+  export PYTHON=/usr/bin/python2
+
+  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
+}
+
+package() {
+  cd $srcdir/comm-release
+  make -j1 -f client.mk DESTDIR=$pkgdir install
+
+  install -m644 $srcdir/vendor.js 
$pkgdir/usr/lib/thunderbird/defaults/pref/
+
+  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
+  install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
+  $pkgdir/usr/share/icons/hicolor/$i/apps/thunderbird.png
+  done
+
+  install -Dm644 $srcdir/thunderbird.desktop \
+  $pkgdir/usr/share/applications/thunderbird.desktop
+
+  rm -rf $pkgdir/usr/lib/thunderbird/{dictionaries,hyphenation}
+  ln -sf /usr/share/hunspell $pkgdir/usr/lib/thunderbird/dictionaries
+  ln -sf /usr/share/hyphen $pkgdir/usr/lib/thunderbird/hyphenation
+
+  # We don't want the development stuff
+  rm -r $pkgdir/usr/{include,lib/thunderbird-devel,share/idl}
+}

Copied: thunderbird/repos/testing-i686/clrf.patch (from rev 157266, 
thunderbird/repos/staging-i686/clrf.patch)
===
--- testing-i686/clrf.patch (rev 0)
+++ testing-i686/clrf.patch 2012-04-26 21:35:08 UTC (rev 157311)
@@ -0,0 +1,265 @@
+diff -Nur comm-release.orig/mailnews/base/search/src/nsMsgSearchAdapter.cpp 
comm-release/mailnews/base/search/src/nsMsgSearchAdapter.cpp
+--- 

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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:35:11
  Author: allan
Revision: 157313

db-move: moved totem from [staging] to [testing] (i686)

Added:
  totem/repos/testing-i686/
  totem/repos/testing-i686/PKGBUILD
(from rev 157266, totem/repos/staging-i686/PKGBUILD)
  totem/repos/testing-i686/browser-plugins.ini
(from rev 157266, totem/repos/staging-i686/browser-plugins.ini)
  totem/repos/testing-i686/totem.install
(from rev 157266, totem/repos/staging-i686/totem.install)
Deleted:
  totem/repos/staging-i686/

-+
 PKGBUILD|   76 ++
 browser-plugins.ini |2 +
 totem.install   |   13 
 3 files changed, 91 insertions(+)

Copied: totem/repos/testing-i686/PKGBUILD (from rev 157266, 
totem/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:35:11 UTC (rev 157313)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.4.1
+pkgrel=2
+pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('GPL2' 'custom')
+depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
+ 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
+ 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
+ 'clutter-gtk' 'mx' 'python2-gobject' 'pylint')
+makedepends=('intltool' 'gtk-doc' 'nautilus' 'libgdata' 'lirc-utils'
+ 'libepc' 'bluez' 'vala' 'grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
+browser-plugins.ini)
+sha256sums=('eadf138068c2e31bf8fe31b3d63536cb0fe32f834fcf4fbfb453a3fff5eec7ef'
+'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/totem \
+--localstatedir=/var \
+--disable-static \
+--enable-python \
+--enable-nautilus
+  make
+}
+
+package_totem() {
+  groups=('gnome-extra')
+  install=totem.install
+  optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
+  'gstreamer0.10-bad-plugins: Extra media codecs'
+  'gstreamer0.10-ffmpeg: Extra media codecs'
+  'lirc-utils: Infrared Remote Control plugin'
+  'libepc: Publish Playlist plugin'
+  'libgdata: YouTube Browser plugin'
+  'bluez: Bemused plugin'
+  'grilo-plugins: Browse sidebar (remote media)'
+  'pyxdg: opensubtitles plugin')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  rm -r $pkgdir/usr/lib/mozilla
+  rm $pkgdir/usr/lib/totem/totem-plugin-viewer
+
+  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
+
$pkgdir/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
+}
+
+package_totem-plugin() {
+  pkgdesc=Totem plugin for web browsers
+  depends=(totem=$pkgver)
+  backup=(etc/totem/browser-plugins.ini)
+
+  cd $pkgbase-$pkgver
+  make -C browser-plugin \
+plugindir=/usr/lib/mozilla/plugins \
+xptdir=/usr/lib/mozilla/plugins \
+DESTDIR=$pkgdir install
+  
+  install -Dm644 ../browser-plugins.ini $pkgdir/etc/totem/browser-plugins.ini
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem-plugin/COPYING
+}

Copied: totem/repos/testing-i686/browser-plugins.ini (from rev 157266, 
totem/repos/staging-i686/browser-plugins.ini)
===
--- testing-i686/browser-plugins.ini(rev 0)
+++ testing-i686/browser-plugins.ini2012-04-26 21:35:11 UTC (rev 157313)
@@ -0,0 +1,2 @@
+[Plugins]
+application/x-shockwave-flash.disabled=true

Copied: totem/repos/testing-i686/totem.install (from rev 157266, 
totem/repos/staging-i686/totem.install)
===
--- testing-i686/totem.install  (rev 0)
+++ testing-i686/totem.install  2012-04-26 21:35:11 UTC (rev 157313)
@@ -0,0 +1,13 @@
+post_install() {
+  /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:35:10
  Author: allan
Revision: 157312

db-move: moved thunderbird from [staging] to [testing] (x86_64)

Added:
  thunderbird/repos/testing-x86_64/
  thunderbird/repos/testing-x86_64/PKGBUILD
(from rev 157266, thunderbird/repos/staging-x86_64/PKGBUILD)
  thunderbird/repos/testing-x86_64/clrf.patch
(from rev 157266, thunderbird/repos/staging-x86_64/clrf.patch)
  thunderbird/repos/testing-x86_64/gcc47.patch
(from rev 157266, thunderbird/repos/staging-x86_64/gcc47.patch)
  thunderbird/repos/testing-x86_64/mozconfig
(from rev 157266, thunderbird/repos/staging-x86_64/mozconfig)
  thunderbird/repos/testing-x86_64/thunderbird-install-dir.patch
(from rev 157266, 
thunderbird/repos/staging-x86_64/thunderbird-install-dir.patch)
  thunderbird/repos/testing-x86_64/thunderbird.desktop
(from rev 157266, thunderbird/repos/staging-x86_64/thunderbird.desktop)
  thunderbird/repos/testing-x86_64/thunderbird.install
(from rev 157266, thunderbird/repos/staging-x86_64/thunderbird.install)
  thunderbird/repos/testing-x86_64/vendor.js
(from rev 157266, thunderbird/repos/staging-x86_64/vendor.js)
Deleted:
  thunderbird/repos/staging-x86_64/

---+
 PKGBUILD  |   67 ++
 clrf.patch|  265 
 gcc47.patch   |   39 +
 mozconfig |   40 ++
 thunderbird-install-dir.patch |   42 ++
 thunderbird.desktop   |   13 +
 thunderbird.install   |   12 +
 vendor.js |9 +
 8 files changed, 487 insertions(+)

Copied: thunderbird/repos/testing-x86_64/PKGBUILD (from rev 157266, 
thunderbird/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:35:10 UTC (rev 157312)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Anders Bostrom anders.bost...@home.se
+
+pkgname=thunderbird
+pkgver=12.0
+pkgrel=2
+pkgdesc=Standalone Mail/News reader
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL')
+url=http://www.mozilla.org/thunderbird/;
+depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 
'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 
'mime-types' 'mozilla-common' 'nss' 'sqlite' 'startup-notification')
+makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
+optdepends=('libcanberra: for sound support')
+install=thunderbird.install
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2
+mozconfig
+thunderbird.desktop
+thunderbird-install-dir.patch
+vendor.js
+gcc47.patch
+clrf.patch)
+md5sums=('7b30b72472a65bce74ba0ae60e4d4e6c'
+ '41511a6bcdd04cf56706218e4670e631'
+ 'af3e5b344d2edf1c7d61bb0a5a96de9a'
+ 'aea906acf72c43dd82ead2fabcc1c6db'
+ '5a53179d14ae9631b7afe5e4d0fc0b25'
+ '1e3ad86899c61f0993c429d10913edb4'
+ 'abe8f73faa71ea2a1e4c6f5a33f56c27')
+
+build() {
+  cd $srcdir/comm-release
+  patch -Np1 -i $srcdir/thunderbird-install-dir.patch
+  patch -Np1 -i $srcdir/gcc47.patch
+  patch -Np1 -i $srcdir/clrf.patch
+
+  cp $srcdir/mozconfig .mozconfig
+
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/thunderbird
+  export PYTHON=/usr/bin/python2
+
+  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
+}
+
+package() {
+  cd $srcdir/comm-release
+  make -j1 -f client.mk DESTDIR=$pkgdir install
+
+  install -m644 $srcdir/vendor.js 
$pkgdir/usr/lib/thunderbird/defaults/pref/
+
+  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
+  install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
+  $pkgdir/usr/share/icons/hicolor/$i/apps/thunderbird.png
+  done
+
+  install -Dm644 $srcdir/thunderbird.desktop \
+  $pkgdir/usr/share/applications/thunderbird.desktop
+
+  rm -rf $pkgdir/usr/lib/thunderbird/{dictionaries,hyphenation}
+  ln -sf /usr/share/hunspell $pkgdir/usr/lib/thunderbird/dictionaries
+  ln -sf /usr/share/hyphen $pkgdir/usr/lib/thunderbird/hyphenation
+
+  # We don't want the development stuff
+  rm -r $pkgdir/usr/{include,lib/thunderbird-devel,share/idl}
+}

Copied: thunderbird/repos/testing-x86_64/clrf.patch (from rev 157266, 
thunderbird/repos/staging-x86_64/clrf.patch)
===
--- testing-x86_64/clrf.patch   (rev 0)
+++ testing-x86_64/clrf.patch   2012-04-26 21:35:10 UTC (rev 157312)
@@ -0,0 +1,265 @@
+diff -Nur comm-release.orig/mailnews/base/search/src/nsMsgSearchAdapter.cpp 
comm-release/mailnews/base/search/src/nsMsgSearchAdapter.cpp
+--- 

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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:23
  Author: allan
Revision: 157287

db-move: moved libpeas from [staging] to [testing] (i686)

Added:
  libpeas/repos/testing-i686/
  libpeas/repos/testing-i686/PKGBUILD
(from rev 157266, libpeas/repos/staging-i686/PKGBUILD)
  libpeas/repos/testing-i686/libpeas.install
(from rev 157266, libpeas/repos/staging-i686/libpeas.install)
Deleted:
  libpeas/repos/staging-i686/

-+
 PKGBUILD|   32 
 libpeas.install |   11 +++
 2 files changed, 43 insertions(+)

Copied: libpeas/repos/testing-i686/PKGBUILD (from rev 157266, 
libpeas/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:34:23 UTC (rev 157287)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.4.0
+pkgrel=2
+pkgdesc=A GObject-based plugins engine
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
+makedepends=('gtk-doc' 'intltool' 'vala' 'python2-gobject' 'gjs' 'seed' 
'glade')
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+'seed: gobject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('d508df249d5aefad0e5a720095e0103355ab13856dae6a10e6e5b8235d5eecf6')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var --enable-vala
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/testing-i686/libpeas.install (from rev 157266, 
libpeas/repos/staging-i686/libpeas.install)
===
--- testing-i686/libpeas.install(rev 0)
+++ testing-i686/libpeas.install2012-04-26 21:34:23 UTC (rev 157287)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:26
  Author: allan
Revision: 157288

db-move: moved libpeas from [staging] to [testing] (x86_64)

Added:
  libpeas/repos/testing-x86_64/
  libpeas/repos/testing-x86_64/PKGBUILD
(from rev 157266, libpeas/repos/staging-x86_64/PKGBUILD)
  libpeas/repos/testing-x86_64/libpeas.install
(from rev 157266, libpeas/repos/staging-x86_64/libpeas.install)
Deleted:
  libpeas/repos/staging-x86_64/

-+
 PKGBUILD|   32 
 libpeas.install |   11 +++
 2 files changed, 43 insertions(+)

Copied: libpeas/repos/testing-x86_64/PKGBUILD (from rev 157266, 
libpeas/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:34:26 UTC (rev 157288)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.4.0
+pkgrel=2
+pkgdesc=A GObject-based plugins engine
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
+makedepends=('gtk-doc' 'intltool' 'vala' 'python2-gobject' 'gjs' 'seed' 
'glade')
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+'seed: gobject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('d508df249d5aefad0e5a720095e0103355ab13856dae6a10e6e5b8235d5eecf6')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var --enable-vala
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/testing-x86_64/libpeas.install (from rev 157266, 
libpeas/repos/staging-x86_64/libpeas.install)
===
--- testing-x86_64/libpeas.install  (rev 0)
+++ testing-x86_64/libpeas.install  2012-04-26 21:34:26 UTC (rev 157288)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:29
  Author: allan
Revision: 157289

db-move: moved llvm from [staging] to [testing] (i686)

Added:
  llvm/repos/testing-i686/
  llvm/repos/testing-i686/PKGBUILD
(from rev 157266, llvm/repos/staging-i686/PKGBUILD)
  llvm/repos/testing-i686/cindexer-clang-path.patch
(from rev 157266, llvm/repos/staging-i686/cindexer-clang-path.patch)
  llvm/repos/testing-i686/clang-plugin-loader-registry.patch
(from rev 157266, 
llvm/repos/staging-i686/clang-plugin-loader-registry.patch)
  llvm/repos/testing-i686/clang-pure64.patch
(from rev 157266, llvm/repos/staging-i686/clang-pure64.patch)
  llvm/repos/testing-i686/enable-lto.patch
(from rev 157266, llvm/repos/staging-i686/enable-lto.patch)
  llvm/repos/testing-i686/fix-gold-lto-linking.patch
(from rev 157266, llvm/repos/staging-i686/fix-gold-lto-linking.patch)
Deleted:
  llvm/repos/staging-i686/

+
 PKGBUILD   |  212 +++
 cindexer-clang-path.patch  |   10 +
 clang-plugin-loader-registry.patch |   11 +
 clang-pure64.patch |   13 ++
 enable-lto.patch   |   32 +
 fix-gold-lto-linking.patch |   11 +
 6 files changed, 289 insertions(+)

Copied: llvm/repos/testing-i686/PKGBUILD (from rev 157266, 
llvm/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:34:29 UTC (rev 157289)
@@ -0,0 +1,212 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Sebastian Nowicki seb...@gmail.com
+# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Tomas Lindquist Olsen to...@famolsen.dk
+# Contributor: Roberto Alsina rals...@kde.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=('llvm' 'llvm-ocaml' 'clang' 'clang-analyzer')
+pkgver=3.0
+pkgrel=4
+arch=('i686' 'x86_64')
+url=http://llvm.org/;
+license=('custom:University of Illinois/NCSA Open Source License')
+makedepends=('libffi' 'python2' 'ocaml')
+source=(http://llvm.org/releases/$pkgver/$pkgname-$pkgver.tar.gz
+http://llvm.org/releases/$pkgver/clang-$pkgver.tar.gz
+clang-plugin-loader-registry.patch
+cindexer-clang-path.patch
+clang-pure64.patch
+enable-lto.patch
+fix-gold-lto-linking.patch)
+sha256sums=('519eb11d3499ce99c6ffdb8718651fc91425ed7690eac91c8d6853474f7c0477'
+'b64e72da356d7c3428cfd7ac620d49ec042c84eaee13c26024879f555f4e126d'
+'a0a4494f2a692789670be37fd390906dcaa37b1824f740bdaaea21182f2f3a9c'
+'3074df5322900e087377a8e03a02115463ccc0011c25917c2f06df11facd9b92'
+'288a82fbff17bc554f5863734246500e637882af33ee8511019d5e0d6cd20524'
+'cf8922a932e1859f3783bef2af8ac1e90ce96f8eec79928392327b71b3d7cb89'
+'24d275cdf170f53844bc7174b065fb51b6ddbb9642ced34702cde1f0f74d9192')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver.src
+
+  # Build without -ftree-pre as a workaround for clang segfaulting on x86_64
+  # https://bugzilla.redhat.com/show_bug.cgi?id=791365
+  CFLAGS+=' -fno-tree-pre'
+  CXXFLAGS+=' -fno-tree-pre'
+
+  # At the present, clang must reside inside the LLVM source code tree to build
+  # See http://llvm.org/bugs/show_bug.cgi?id=4840
+  rm -rf tools/clang
+  cp -r $srcdir/clang-$pkgver.src tools/clang
+
+  # Fix symbolic links from OCaml bindings to LLVM libraries
+  sed -i 's:\$(PROJ_libdir):/usr/lib/llvm:' bindings/ocaml/Makefile.ocaml
+
+  # Fix installation directories, ./configure doesn't seem to set them right
+  sed -i -e 's:\$(PROJ_prefix)/etc/llvm:/etc/llvm:' \
+ -e 's:\$(PROJ_prefix)/lib:$(PROJ_prefix)/lib/llvm:' \
+ -e 's:\$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
+Makefile.config.in
+
+  # Fix insecure rpath (http://bugs.archlinux.org/task/14017)
+  sed -i 's:$(RPATH) -Wl,$(\(ToolDir\|LibDir\|ExmplDir\))::g' Makefile.rules
+
+  # Get the correct list of symbols to export
+  # See http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-April/008559.html
+  patch -Np1 -i $srcdir/clang-plugin-loader-registry.patch
+
+  # Fix clang path in CIndexer.cpp (https://bugs.archlinux.org/task/22799)
+  patch -d tools/clang -Np0 -i $srcdir/cindexer-clang-path.patch
+
+  if [[ $CARCH == x86_64 ]]; then
+# Adjust linker path
+patch -d tools/clang -Np0 -i $srcdir/clang-pure64.patch
+  fi
+
+  # Make -flto work
+  # Use gold instead of default linker, and always use the plugin
+  patch -d tools/clang -Np0 -i $srcdir/enable-lto.patch
+
+  # Fix libLTO.so location in gold plugin
+  patch -Np1 -i $srcdir/fix-gold-lto-linking.patch
+
+  # Apply strip option to configure
+  

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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:33
  Author: allan
Revision: 157290

db-move: moved llvm from [staging] to [testing] (x86_64)

Added:
  llvm/repos/testing-x86_64/
  llvm/repos/testing-x86_64/PKGBUILD
(from rev 157266, llvm/repos/staging-x86_64/PKGBUILD)
  llvm/repos/testing-x86_64/cindexer-clang-path.patch
(from rev 157266, llvm/repos/staging-x86_64/cindexer-clang-path.patch)
  llvm/repos/testing-x86_64/clang-plugin-loader-registry.patch
(from rev 157266, 
llvm/repos/staging-x86_64/clang-plugin-loader-registry.patch)
  llvm/repos/testing-x86_64/clang-pure64.patch
(from rev 157266, llvm/repos/staging-x86_64/clang-pure64.patch)
  llvm/repos/testing-x86_64/enable-lto.patch
(from rev 157266, llvm/repos/staging-x86_64/enable-lto.patch)
  llvm/repos/testing-x86_64/fix-gold-lto-linking.patch
(from rev 157266, llvm/repos/staging-x86_64/fix-gold-lto-linking.patch)
Deleted:
  llvm/repos/staging-x86_64/

+
 PKGBUILD   |  212 +++
 cindexer-clang-path.patch  |   10 +
 clang-plugin-loader-registry.patch |   11 +
 clang-pure64.patch |   13 ++
 enable-lto.patch   |   32 +
 fix-gold-lto-linking.patch |   11 +
 6 files changed, 289 insertions(+)

Copied: llvm/repos/testing-x86_64/PKGBUILD (from rev 157266, 
llvm/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:34:33 UTC (rev 157290)
@@ -0,0 +1,212 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Sebastian Nowicki seb...@gmail.com
+# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Tomas Lindquist Olsen to...@famolsen.dk
+# Contributor: Roberto Alsina rals...@kde.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=('llvm' 'llvm-ocaml' 'clang' 'clang-analyzer')
+pkgver=3.0
+pkgrel=4
+arch=('i686' 'x86_64')
+url=http://llvm.org/;
+license=('custom:University of Illinois/NCSA Open Source License')
+makedepends=('libffi' 'python2' 'ocaml')
+source=(http://llvm.org/releases/$pkgver/$pkgname-$pkgver.tar.gz
+http://llvm.org/releases/$pkgver/clang-$pkgver.tar.gz
+clang-plugin-loader-registry.patch
+cindexer-clang-path.patch
+clang-pure64.patch
+enable-lto.patch
+fix-gold-lto-linking.patch)
+sha256sums=('519eb11d3499ce99c6ffdb8718651fc91425ed7690eac91c8d6853474f7c0477'
+'b64e72da356d7c3428cfd7ac620d49ec042c84eaee13c26024879f555f4e126d'
+'a0a4494f2a692789670be37fd390906dcaa37b1824f740bdaaea21182f2f3a9c'
+'3074df5322900e087377a8e03a02115463ccc0011c25917c2f06df11facd9b92'
+'288a82fbff17bc554f5863734246500e637882af33ee8511019d5e0d6cd20524'
+'cf8922a932e1859f3783bef2af8ac1e90ce96f8eec79928392327b71b3d7cb89'
+'24d275cdf170f53844bc7174b065fb51b6ddbb9642ced34702cde1f0f74d9192')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver.src
+
+  # Build without -ftree-pre as a workaround for clang segfaulting on x86_64
+  # https://bugzilla.redhat.com/show_bug.cgi?id=791365
+  CFLAGS+=' -fno-tree-pre'
+  CXXFLAGS+=' -fno-tree-pre'
+
+  # At the present, clang must reside inside the LLVM source code tree to build
+  # See http://llvm.org/bugs/show_bug.cgi?id=4840
+  rm -rf tools/clang
+  cp -r $srcdir/clang-$pkgver.src tools/clang
+
+  # Fix symbolic links from OCaml bindings to LLVM libraries
+  sed -i 's:\$(PROJ_libdir):/usr/lib/llvm:' bindings/ocaml/Makefile.ocaml
+
+  # Fix installation directories, ./configure doesn't seem to set them right
+  sed -i -e 's:\$(PROJ_prefix)/etc/llvm:/etc/llvm:' \
+ -e 's:\$(PROJ_prefix)/lib:$(PROJ_prefix)/lib/llvm:' \
+ -e 's:\$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
+Makefile.config.in
+
+  # Fix insecure rpath (http://bugs.archlinux.org/task/14017)
+  sed -i 's:$(RPATH) -Wl,$(\(ToolDir\|LibDir\|ExmplDir\))::g' Makefile.rules
+
+  # Get the correct list of symbols to export
+  # See http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-April/008559.html
+  patch -Np1 -i $srcdir/clang-plugin-loader-registry.patch
+
+  # Fix clang path in CIndexer.cpp (https://bugs.archlinux.org/task/22799)
+  patch -d tools/clang -Np0 -i $srcdir/cindexer-clang-path.patch
+
+  if [[ $CARCH == x86_64 ]]; then
+# Adjust linker path
+patch -d tools/clang -Np0 -i $srcdir/clang-pure64.patch
+  fi
+
+  # Make -flto work
+  # Use gold instead of default linker, and always use the plugin
+  patch -d tools/clang -Np0 -i $srcdir/enable-lto.patch
+
+  # Fix libLTO.so location in gold plugin
+  patch -Np1 -i $srcdir/fix-gold-lto-linking.patch
+
+  # 

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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:36
  Author: allan
Revision: 157291

db-move: moved mutter from [staging] to [testing] (i686)

Added:
  mutter/repos/testing-i686/
  mutter/repos/testing-i686/PKGBUILD
(from rev 157266, mutter/repos/staging-i686/PKGBUILD)
  mutter/repos/testing-i686/mutter.install
(from rev 157266, mutter/repos/staging-i686/mutter.install)
Deleted:
  mutter/repos/staging-i686/

+
 PKGBUILD   |   33 +
 mutter.install |   19 +++
 2 files changed, 52 insertions(+)

Copied: mutter/repos/testing-i686/PKGBUILD (from rev 157266, 
mutter/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:34:36 UTC (rev 157291)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Michael Kanis mkanis_at_gmx_dot_de
+
+pkgname=mutter
+pkgver=3.4.1
+pkgrel=2
+pkgdesc=A window manager for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity')
+makedepends=('intltool' 'gnome-doc-utils')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dbf08b014179980ab3d0cce645c5391c83b0ce070c73504feea8eec0ad000449')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: mutter/repos/testing-i686/mutter.install (from rev 157266, 
mutter/repos/staging-i686/mutter.install)
===
--- testing-i686/mutter.install (rev 0)
+++ testing-i686/mutter.install 2012-04-26 21:34:36 UTC (rev 157291)
@@ -0,0 +1,19 @@
+pkgname=mutter
+
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+/usr/sbin/gconfpkg --uninstall $pkgname
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:40
  Author: allan
Revision: 157292

db-move: moved mutter from [staging] to [testing] (x86_64)

Added:
  mutter/repos/testing-x86_64/
  mutter/repos/testing-x86_64/PKGBUILD
(from rev 157266, mutter/repos/staging-x86_64/PKGBUILD)
  mutter/repos/testing-x86_64/mutter.install
(from rev 157266, mutter/repos/staging-x86_64/mutter.install)
Deleted:
  mutter/repos/staging-x86_64/

+
 PKGBUILD   |   33 +
 mutter.install |   19 +++
 2 files changed, 52 insertions(+)

Copied: mutter/repos/testing-x86_64/PKGBUILD (from rev 157266, 
mutter/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:34:40 UTC (rev 157292)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Michael Kanis mkanis_at_gmx_dot_de
+
+pkgname=mutter
+pkgver=3.4.1
+pkgrel=2
+pkgdesc=A window manager for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity')
+makedepends=('intltool' 'gnome-doc-utils')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dbf08b014179980ab3d0cce645c5391c83b0ce070c73504feea8eec0ad000449')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: mutter/repos/testing-x86_64/mutter.install (from rev 157266, 
mutter/repos/staging-x86_64/mutter.install)
===
--- testing-x86_64/mutter.install   (rev 0)
+++ testing-x86_64/mutter.install   2012-04-26 21:34:40 UTC (rev 157292)
@@ -0,0 +1,19 @@
+pkgname=mutter
+
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+/usr/sbin/gconfpkg --uninstall $pkgname
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:42
  Author: allan
Revision: 157293

db-move: moved pygobject from [staging] to [testing] (i686)

Added:
  pygobject/repos/testing-i686/
  pygobject/repos/testing-i686/PKGBUILD
(from rev 157266, pygobject/repos/staging-i686/PKGBUILD)
Deleted:
  pygobject/repos/staging-i686/

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

Copied: pygobject/repos/testing-i686/PKGBUILD (from rev 157266, 
pygobject/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:34:42 UTC (rev 157293)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.2.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url=https://live.gnome.org/PyGObject;
+license=('LGPL')
+makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 
'gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('1a2140c4c4ce0c1a5d7abe74eeb7a7040f426cb17943c3ae7e57695b355151c3')
+
+build() {
+  cp -a $pkgbase-$pkgver python2-build
+  mkdir devel
+
+  (
+cd python2-build
+export PYTHON=/usr/bin/python2
+./configure --prefix=/usr
+make
+  )
+
+  (
+cd $pkgbase-$pkgver
+./configure --prefix=/usr
+make
+  )
+}
+
+package_python-gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -r $pkgdir/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc=Python 2 bindings for GObject
+  depends=('gobject-introspection' 'python2-cairo' pygobject-devel=$pkgver)
+
+  cd python2-build
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
+}
+
+package_pygobject-devel() {
+  pkgdesc=Development files for the pygobject bindings
+  cd devel
+  mkdir -p $pkgdir/usr/{include,lib}
+  mv include $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:45
  Author: allan
Revision: 157294

db-move: moved pygobject from [staging] to [testing] (x86_64)

Added:
  pygobject/repos/testing-x86_64/
  pygobject/repos/testing-x86_64/PKGBUILD
(from rev 157266, pygobject/repos/staging-x86_64/PKGBUILD)
Deleted:
  pygobject/repos/staging-x86_64/

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

Copied: pygobject/repos/testing-x86_64/PKGBUILD (from rev 157266, 
pygobject/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:34:45 UTC (rev 157294)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.2.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url=https://live.gnome.org/PyGObject;
+license=('LGPL')
+makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 
'gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('1a2140c4c4ce0c1a5d7abe74eeb7a7040f426cb17943c3ae7e57695b355151c3')
+
+build() {
+  cp -a $pkgbase-$pkgver python2-build
+  mkdir devel
+
+  (
+cd python2-build
+export PYTHON=/usr/bin/python2
+./configure --prefix=/usr
+make
+  )
+
+  (
+cd $pkgbase-$pkgver
+./configure --prefix=/usr
+make
+  )
+}
+
+package_python-gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -r $pkgdir/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc=Python 2 bindings for GObject
+  depends=('gobject-introspection' 'python2-cairo' pygobject-devel=$pkgver)
+
+  cd python2-build
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
+}
+
+package_pygobject-devel() {
+  pkgdesc=Development files for the pygobject bindings
+  cd devel
+  mkdir -p $pkgdir/usr/{include,lib}
+  mv include $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:48
  Author: allan
Revision: 157295

db-move: moved pygobject2 from [staging] to [testing] (i686)

Added:
  pygobject2/repos/testing-i686/
  pygobject2/repos/testing-i686/PKGBUILD
(from rev 157266, pygobject2/repos/staging-i686/PKGBUILD)
  pygobject2/repos/testing-i686/python3-fix-build.patch
(from rev 157266, pygobject2/repos/staging-i686/python3-fix-build.patch)
  pygobject2/repos/testing-i686/python3-fix-maketrans.patch
(from rev 157266, pygobject2/repos/staging-i686/python3-fix-maketrans.patch)
Deleted:
  pygobject2/repos/staging-i686/

-+
 PKGBUILD|   83 ++
 python3-fix-build.patch |   34 +
 python3-fix-maketrans.patch |   36 ++
 3 files changed, 153 insertions(+)

Copied: pygobject2/repos/testing-i686/PKGBUILD (from rev 157266, 
pygobject2/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:34:48 UTC (rev 157295)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=pygobject2
+pkgname=(python-gobject2 python2-gobject2 pygobject2-devel)
+pkgver=2.28.6
+pkgrel=5
+arch=('i686' 'x86_64')
+url=http://www.pygtk.org/;
+license=('LGPL')
+makedepends=('python' 'python2')
+source=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${pkgver%.*}/pygobject-${pkgver}.tar.xz
+python3-fix-build.patch
+python3-fix-maketrans.patch)
+options=('!libtool')
+sha256sums=('fb8a1d4f665130a125011659bd347c7339c944232163dbb9a34fd0686577adb8'
+'feafd4664f8455edf0bf8407ac45e219bb550df806ce0d601baae951e8c188ca'
+'4bff9adcea13a824c45d14ec501c927df47d23c22507a2456d8b5ec885924c0a')
+
+build() {
+  cd ${srcdir}
+  cp -a pygobject-${pkgver} python2-build
+  mkdir devel
+
+  (
+cd python2-build
+export PYTHON=/usr/bin/python2
+./configure --prefix=/usr --disable-introspection
+make
+  )
+
+  (
+cd pygobject-${pkgver}
+#patches available in 2.28 branch but unreleased.
+patch -Np1 -i ${srcdir}/python3-fix-build.patch
+patch -Np1 -i ${srcdir}/python3-fix-maketrans.patch
+
+./configure --prefix=/usr --disable-introspection
+make
+  )
+}
+
+package_python-gobject2() {
+  pkgdesc=Python 3 bindings for GObject2
+  depends=('glib2' 'pygobject2-devel' 'python')
+  replaces=('py3gobject')
+  provides=(py3gobject=$pkgver)
+
+  cd ${srcdir}/pygobject-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Delete devel stuff
+  rm -r 
$pkgdir/usr/{bin,include,lib/pkgconfig,share/{gtk-doc,pygobject/{2.0/codegen,xsl}}}
+}
+
+package_python2-gobject2() {
+  pkgdesc=Python 2 bindings for GObject2
+  depends=('glib2' 'pygobject2-devel' 'python2')
+  replaces=('pygobject')
+  provides=(pygobject=$pkgver)
+
+  cd ${srcdir}/python2-build
+  make DESTDIR=${pkgdir} install
+
+  find $pkgdir/usr/share/pygobject -name '*.py' | \
+xargs sed -i s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|
+
+  # Split devel stuff
+  mv $pkgdir/usr/{include,lib/pkgconfig,share/{gtk-doc,pygobject/xsl}} \
+$srcdir/devel/
+}
+
+package_pygobject2-devel() {
+  pkgdesc=Development files for the pygobject bindings
+
+  cd ${srcdir}/devel
+  mkdir -p $pkgdir/usr/{include,lib,share/pygobject}
+
+  mv include   $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+  mv gtk-doc   $pkgdir/usr/share/
+  mv xsl   $pkgdir/usr/share/pygobject/
+}

Copied: pygobject2/repos/testing-i686/python3-fix-build.patch (from rev 157266, 
pygobject2/repos/staging-i686/python3-fix-build.patch)
===
--- testing-i686/python3-fix-build.patch(rev 0)
+++ testing-i686/python3-fix-build.patch2012-04-26 21:34:48 UTC (rev 
157295)
@@ -0,0 +1,34 @@
+From e2dc4ac346a16b6976b92e84819c7203629beb4a Mon Sep 17 00:00:00 2001
+From: Ignacio Casal Quinteiro i...@gnome.org
+Date: Thu, 21 Apr 2011 14:52:20 +
+Subject: [python3] fix build. PYcairo_IMPORT doesn't exists anymore
+
+---
+diff --git a/gi/pygi-foreign-cairo.c b/gi/pygi-foreign-cairo.c
+index 81b9865..edf52d7 100644
+--- a/gi/pygi-foreign-cairo.c
 b/gi/pygi-foreign-cairo.c
+@@ -30,7 +30,7 @@
+ #include pycairo/py3cairo.h
+ #endif
+ 
+-Pycairo_CAPI_t *Pycairo_CAPI;
++static Pycairo_CAPI_t *Pycairo_CAPI;
+ 
+ #include pygi-foreign.h
+ 
+@@ -117,7 +117,12 @@ cairo_surface_release (GIBaseInfo *base_info,
+ static PyMethodDef _gi_cairo_functions[] = {0,};
+ PYGLIB_MODULE_START(_gi_cairo, _gi_cairo)
+ {
++#if PY_VERSION_HEX  0x0300
+ Pycairo_IMPORT;
++#else
++Pycairo_CAPI = (Pycairo_CAPI_t*) PyCObject_Import(cairo, CAPI);
++#endif
++
+ if (Pycairo_CAPI == NULL)
+ return PYGLIB_MODULE_ERROR_RETURN;
+ 
+--
+cgit v0.9

Copied: pygobject2/repos/testing-i686/python3-fix-maketrans.patch (from rev 
157266, 

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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:50
  Author: allan
Revision: 157296

db-move: moved pygobject2 from [staging] to [testing] (x86_64)

Added:
  pygobject2/repos/testing-x86_64/
  pygobject2/repos/testing-x86_64/PKGBUILD
(from rev 157266, pygobject2/repos/staging-x86_64/PKGBUILD)
  pygobject2/repos/testing-x86_64/python3-fix-build.patch
(from rev 157266, pygobject2/repos/staging-x86_64/python3-fix-build.patch)
  pygobject2/repos/testing-x86_64/python3-fix-maketrans.patch
(from rev 157266, 
pygobject2/repos/staging-x86_64/python3-fix-maketrans.patch)
Deleted:
  pygobject2/repos/staging-x86_64/

-+
 PKGBUILD|   83 ++
 python3-fix-build.patch |   34 +
 python3-fix-maketrans.patch |   36 ++
 3 files changed, 153 insertions(+)

Copied: pygobject2/repos/testing-x86_64/PKGBUILD (from rev 157266, 
pygobject2/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:34:50 UTC (rev 157296)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=pygobject2
+pkgname=(python-gobject2 python2-gobject2 pygobject2-devel)
+pkgver=2.28.6
+pkgrel=5
+arch=('i686' 'x86_64')
+url=http://www.pygtk.org/;
+license=('LGPL')
+makedepends=('python' 'python2')
+source=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${pkgver%.*}/pygobject-${pkgver}.tar.xz
+python3-fix-build.patch
+python3-fix-maketrans.patch)
+options=('!libtool')
+sha256sums=('fb8a1d4f665130a125011659bd347c7339c944232163dbb9a34fd0686577adb8'
+'feafd4664f8455edf0bf8407ac45e219bb550df806ce0d601baae951e8c188ca'
+'4bff9adcea13a824c45d14ec501c927df47d23c22507a2456d8b5ec885924c0a')
+
+build() {
+  cd ${srcdir}
+  cp -a pygobject-${pkgver} python2-build
+  mkdir devel
+
+  (
+cd python2-build
+export PYTHON=/usr/bin/python2
+./configure --prefix=/usr --disable-introspection
+make
+  )
+
+  (
+cd pygobject-${pkgver}
+#patches available in 2.28 branch but unreleased.
+patch -Np1 -i ${srcdir}/python3-fix-build.patch
+patch -Np1 -i ${srcdir}/python3-fix-maketrans.patch
+
+./configure --prefix=/usr --disable-introspection
+make
+  )
+}
+
+package_python-gobject2() {
+  pkgdesc=Python 3 bindings for GObject2
+  depends=('glib2' 'pygobject2-devel' 'python')
+  replaces=('py3gobject')
+  provides=(py3gobject=$pkgver)
+
+  cd ${srcdir}/pygobject-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Delete devel stuff
+  rm -r 
$pkgdir/usr/{bin,include,lib/pkgconfig,share/{gtk-doc,pygobject/{2.0/codegen,xsl}}}
+}
+
+package_python2-gobject2() {
+  pkgdesc=Python 2 bindings for GObject2
+  depends=('glib2' 'pygobject2-devel' 'python2')
+  replaces=('pygobject')
+  provides=(pygobject=$pkgver)
+
+  cd ${srcdir}/python2-build
+  make DESTDIR=${pkgdir} install
+
+  find $pkgdir/usr/share/pygobject -name '*.py' | \
+xargs sed -i s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|
+
+  # Split devel stuff
+  mv $pkgdir/usr/{include,lib/pkgconfig,share/{gtk-doc,pygobject/xsl}} \
+$srcdir/devel/
+}
+
+package_pygobject2-devel() {
+  pkgdesc=Development files for the pygobject bindings
+
+  cd ${srcdir}/devel
+  mkdir -p $pkgdir/usr/{include,lib,share/pygobject}
+
+  mv include   $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+  mv gtk-doc   $pkgdir/usr/share/
+  mv xsl   $pkgdir/usr/share/pygobject/
+}

Copied: pygobject2/repos/testing-x86_64/python3-fix-build.patch (from rev 
157266, pygobject2/repos/staging-x86_64/python3-fix-build.patch)
===
--- testing-x86_64/python3-fix-build.patch  (rev 0)
+++ testing-x86_64/python3-fix-build.patch  2012-04-26 21:34:50 UTC (rev 
157296)
@@ -0,0 +1,34 @@
+From e2dc4ac346a16b6976b92e84819c7203629beb4a Mon Sep 17 00:00:00 2001
+From: Ignacio Casal Quinteiro i...@gnome.org
+Date: Thu, 21 Apr 2011 14:52:20 +
+Subject: [python3] fix build. PYcairo_IMPORT doesn't exists anymore
+
+---
+diff --git a/gi/pygi-foreign-cairo.c b/gi/pygi-foreign-cairo.c
+index 81b9865..edf52d7 100644
+--- a/gi/pygi-foreign-cairo.c
 b/gi/pygi-foreign-cairo.c
+@@ -30,7 +30,7 @@
+ #include pycairo/py3cairo.h
+ #endif
+ 
+-Pycairo_CAPI_t *Pycairo_CAPI;
++static Pycairo_CAPI_t *Pycairo_CAPI;
+ 
+ #include pygi-foreign.h
+ 
+@@ -117,7 +117,12 @@ cairo_surface_release (GIBaseInfo *base_info,
+ static PyMethodDef _gi_cairo_functions[] = {0,};
+ PYGLIB_MODULE_START(_gi_cairo, _gi_cairo)
+ {
++#if PY_VERSION_HEX  0x0300
+ Pycairo_IMPORT;
++#else
++Pycairo_CAPI = (Pycairo_CAPI_t*) PyCObject_Import(cairo, CAPI);
++#endif
++
+ if (Pycairo_CAPI == NULL)
+ return PYGLIB_MODULE_ERROR_RETURN;
+ 
+--
+cgit v0.9

Copied: 

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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:51
  Author: allan
Revision: 157297

db-move: moved python from [staging] to [testing] (i686)

Added:
  python/repos/testing-i686/
  python/repos/testing-i686/PKGBUILD
(from rev 157266, python/repos/staging-i686/PKGBUILD)
Deleted:
  python/repos/staging-i686/

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

Copied: python/repos/testing-i686/PKGBUILD (from rev 157266, 
python/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:34:51 UTC (rev 157297)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python
+pkgver=3.2.3
+pkgrel=3
+_pybasever=3.2
+pkgdesc=Next generation of the python high-level scripting language
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk' 'sqlite' 'valgrind')
+optdepends=('tk: for tkinter' 'sqlite')
+provides=('python3')
+replaces=('python3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
+sha1sums=('3d607dbcfdf100dd659978195ccf3ade9d221823')
+
+build() {
+  cd ${srcdir}/Python-${pkgver}
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python| Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --with-computed-gotos \
+  --enable-ipv6 \
+  --with-valgrind \
+  --with-wide-unicode \
+  --with-system-expat \
+  --with-dbmliborder=gdbm:ndbm \
+  --with-system-ffi
+
+  make
+}
+
+check() {
+  cd ${srcdir}/Python-${pkgver}
+  LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
+ ${srcdir}/Python-${pkgver}/python -m test.regrtest -x test_distutils 
test_site \
+ test_urllib test_uuid test_pydoc
+}
+
+package() {
+  cd ${srcdir}/Python-${pkgver}
+  make DESTDIR=${pkgdir} install maninstall
+
+  # Why are these not done by default...
+  ln -sf python3   ${pkgdir}/usr/bin/python
+  ln -sf python3-config${pkgdir}/usr/bin/python-config
+  ln -sf idle3 ${pkgdir}/usr/bin/idle
+  ln -sf pydoc3${pkgdir}/usr/bin/pydoc
+  ln -sf python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python3.1
+
+  # Fix FS#22552
+  ln -sf ../../libpython${_pybasever}mu.so \
+
${pkgdir}/usr/lib/python${_pybasever}/config-${_pybasever}mu/libpython${_pybasever}mu.so
+
+  # Clean-up reference to build directory
+  sed -i s|$srcdir/Python-${pkgver}:|| 
$pkgdir/usr/lib/python${_pybasever}/config-${_pybasever}mu/Makefile
+
+  # License
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:53
  Author: allan
Revision: 157298

db-move: moved python from [staging] to [testing] (x86_64)

Added:
  python/repos/testing-x86_64/
  python/repos/testing-x86_64/PKGBUILD
(from rev 157266, python/repos/staging-x86_64/PKGBUILD)
Deleted:
  python/repos/staging-x86_64/

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

Copied: python/repos/testing-x86_64/PKGBUILD (from rev 157266, 
python/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:34:53 UTC (rev 157298)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python
+pkgver=3.2.3
+pkgrel=3
+_pybasever=3.2
+pkgdesc=Next generation of the python high-level scripting language
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk' 'sqlite' 'valgrind')
+optdepends=('tk: for tkinter' 'sqlite')
+provides=('python3')
+replaces=('python3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
+sha1sums=('3d607dbcfdf100dd659978195ccf3ade9d221823')
+
+build() {
+  cd ${srcdir}/Python-${pkgver}
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python| Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --with-computed-gotos \
+  --enable-ipv6 \
+  --with-valgrind \
+  --with-wide-unicode \
+  --with-system-expat \
+  --with-dbmliborder=gdbm:ndbm \
+  --with-system-ffi
+
+  make
+}
+
+check() {
+  cd ${srcdir}/Python-${pkgver}
+  LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
+ ${srcdir}/Python-${pkgver}/python -m test.regrtest -x test_distutils 
test_site \
+ test_urllib test_uuid test_pydoc
+}
+
+package() {
+  cd ${srcdir}/Python-${pkgver}
+  make DESTDIR=${pkgdir} install maninstall
+
+  # Why are these not done by default...
+  ln -sf python3   ${pkgdir}/usr/bin/python
+  ln -sf python3-config${pkgdir}/usr/bin/python-config
+  ln -sf idle3 ${pkgdir}/usr/bin/idle
+  ln -sf pydoc3${pkgdir}/usr/bin/pydoc
+  ln -sf python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python3.1
+
+  # Fix FS#22552
+  ln -sf ../../libpython${_pybasever}mu.so \
+
${pkgdir}/usr/lib/python${_pybasever}/config-${_pybasever}mu/libpython${_pybasever}mu.so
+
+  # Clean-up reference to build directory
+  sed -i s|$srcdir/Python-${pkgver}:|| 
$pkgdir/usr/lib/python${_pybasever}/config-${_pybasever}mu/Makefile
+
+  # License
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:54
  Author: allan
Revision: 157299

db-move: moved python2 from [staging] to [testing] (i686)

Added:
  python2/repos/testing-i686/
  python2/repos/testing-i686/PKGBUILD
(from rev 157266, python2/repos/staging-i686/PKGBUILD)
Deleted:
  python2/repos/staging-i686/

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

Copied: python2/repos/testing-i686/PKGBUILD (from rev 157266, 
python2/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:34:54 UTC (rev 157299)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributer: Allan McRae al...@archlinux.org
+# Contributer: Jason Chu ja...@archlinux.org
+
+pkgname=python2
+pkgver=2.7.3
+pkgrel=2
+_pybasever=2.7
+pkgdesc=A high-level scripting language
+arch=('i686' 'x86_64')
+license=('PSF')
+url=http://www.python.org/;
+depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
+makedepends=('tk')
+optdepends=('tk: for IDLE')
+conflicts=('python3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
+sha1sums=('b2b0ada7ebed4a8204a855193afbdb3aa3308357')
+
+build() {
+  cd ${srcdir}/Python-${pkgver}
+
+  # Temporary workaround for FS#22322
+  # See http://bugs.python.org/issue10835 for upstream report
+  sed -i /progname =/s/python/python${_pybasever}/ Python/pythonrun.c
+
+  # Enable built-in SQLite module to load extensions (fix FS#22122)
+  sed -i /SQLITE_OMIT_LOAD_EXTENSION/d setup.py
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python2| Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  export OPT=${CFLAGS}
+  ./configure --prefix=/usr --enable-shared --with-threads --enable-ipv6 \
+  --enable-unicode=ucs4 --with-system-expat --with-system-ffi \
+  --with-dbmliborder=gdbm:ndbm
+
+  make
+}
+
+package() {
+  cd ${srcdir}/Python-${pkgver}
+  make DESTDIR=${pkgdir} altinstall maninstall
+
+  ln -sf python${_pybasever}${pkgdir}/usr/bin/python2
+  ln -sf python${_pybasever}-config ${pkgdir}/usr/bin/python2-config
+  ln -sf python${_pybasever}.1  ${pkgdir}/usr/share/man/man1/python2.1
+
+  ln -sf ../../libpython${_pybasever}.so \
+${pkgdir}/usr/lib/python${_pybasever}/config/libpython${_pybasever}.so
+
+  mv ${pkgdir}/usr/bin/smtpd.py ${pkgdir}/usr/lib/python${_pybasever}/
+
+  # some useful stuff
+  install -dm755 ${pkgdir}/usr/lib/python${_pybasever}/Tools/{i18n,scripts}
+  install -m755 Tools/i18n/{msgfmt,pygettext}.py \
+${pkgdir}/usr/lib/python${_pybasever}/Tools/i18n/
+  install -m755 Tools/scripts/{README,*py} \
+${pkgdir}/usr/lib/python${_pybasever}/Tools/scripts/
+
+  # fix conflicts with python
+  mv ${pkgdir}/usr/bin/idle{,2}
+  mv ${pkgdir}/usr/bin/pydoc{,2}
+  mv ${pkgdir}/usr/bin/2to3{,-2.7}
+
+  # clean up #!s
+  find ${pkgdir}/usr/lib/python${_pybasever}/ -name '*.py' | \
+xargs sed -i s|#[ ]*![ ]*/usr/bin/env python$|#!/usr/bin/env python2|
+
+  # clean-up reference to build directory
+  sed -i s#${srcdir}/Python-${pkgver}:## \
+${pkgdir}/usr/lib/python${_pybasever}/config/Makefile
+
+  # license
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:55
  Author: allan
Revision: 157300

db-move: moved python2 from [staging] to [testing] (x86_64)

Added:
  python2/repos/testing-x86_64/
  python2/repos/testing-x86_64/PKGBUILD
(from rev 157266, python2/repos/staging-x86_64/PKGBUILD)
Deleted:
  python2/repos/staging-x86_64/

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

Copied: python2/repos/testing-x86_64/PKGBUILD (from rev 157266, 
python2/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:34:55 UTC (rev 157300)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributer: Allan McRae al...@archlinux.org
+# Contributer: Jason Chu ja...@archlinux.org
+
+pkgname=python2
+pkgver=2.7.3
+pkgrel=2
+_pybasever=2.7
+pkgdesc=A high-level scripting language
+arch=('i686' 'x86_64')
+license=('PSF')
+url=http://www.python.org/;
+depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
+makedepends=('tk')
+optdepends=('tk: for IDLE')
+conflicts=('python3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
+sha1sums=('b2b0ada7ebed4a8204a855193afbdb3aa3308357')
+
+build() {
+  cd ${srcdir}/Python-${pkgver}
+
+  # Temporary workaround for FS#22322
+  # See http://bugs.python.org/issue10835 for upstream report
+  sed -i /progname =/s/python/python${_pybasever}/ Python/pythonrun.c
+
+  # Enable built-in SQLite module to load extensions (fix FS#22122)
+  sed -i /SQLITE_OMIT_LOAD_EXTENSION/d setup.py
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python2| Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  export OPT=${CFLAGS}
+  ./configure --prefix=/usr --enable-shared --with-threads --enable-ipv6 \
+  --enable-unicode=ucs4 --with-system-expat --with-system-ffi \
+  --with-dbmliborder=gdbm:ndbm
+
+  make
+}
+
+package() {
+  cd ${srcdir}/Python-${pkgver}
+  make DESTDIR=${pkgdir} altinstall maninstall
+
+  ln -sf python${_pybasever}${pkgdir}/usr/bin/python2
+  ln -sf python${_pybasever}-config ${pkgdir}/usr/bin/python2-config
+  ln -sf python${_pybasever}.1  ${pkgdir}/usr/share/man/man1/python2.1
+
+  ln -sf ../../libpython${_pybasever}.so \
+${pkgdir}/usr/lib/python${_pybasever}/config/libpython${_pybasever}.so
+
+  mv ${pkgdir}/usr/bin/smtpd.py ${pkgdir}/usr/lib/python${_pybasever}/
+
+  # some useful stuff
+  install -dm755 ${pkgdir}/usr/lib/python${_pybasever}/Tools/{i18n,scripts}
+  install -m755 Tools/i18n/{msgfmt,pygettext}.py \
+${pkgdir}/usr/lib/python${_pybasever}/Tools/i18n/
+  install -m755 Tools/scripts/{README,*py} \
+${pkgdir}/usr/lib/python${_pybasever}/Tools/scripts/
+
+  # fix conflicts with python
+  mv ${pkgdir}/usr/bin/idle{,2}
+  mv ${pkgdir}/usr/bin/pydoc{,2}
+  mv ${pkgdir}/usr/bin/2to3{,-2.7}
+
+  # clean up #!s
+  find ${pkgdir}/usr/lib/python${_pybasever}/ -name '*.py' | \
+xargs sed -i s|#[ ]*![ ]*/usr/bin/env python$|#!/usr/bin/env python2|
+
+  # clean-up reference to build directory
+  sed -i s#${srcdir}/Python-${pkgver}:## \
+${pkgdir}/usr/lib/python${_pybasever}/config/Makefile
+
+  # license
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:57
  Author: allan
Revision: 157301

db-move: moved racket from [staging] to [testing] (i686)

Added:
  racket/repos/testing-i686/
  racket/repos/testing-i686/PKGBUILD
(from rev 157266, racket/repos/staging-i686/PKGBUILD)
  racket/repos/testing-i686/drracket.desktop
(from rev 157266, racket/repos/staging-i686/drracket.desktop)
  racket/repos/testing-i686/racket.install
(from rev 157266, racket/repos/staging-i686/racket.install)
Deleted:
  racket/repos/staging-i686/

--+
 PKGBUILD |   32 
 drracket.desktop |9 +
 racket.install   |   11 +++
 3 files changed, 52 insertions(+)

Copied: racket/repos/testing-i686/PKGBUILD (from rev 157266, 
racket/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:34:57 UTC (rev 157301)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=racket
+pkgver=5.2.1
+pkgrel=2
+pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
+arch=('i686' 'x86_64')
+url=http://racket-lang.org/;
+license=('LGPL')
+depends=('gtk2' 'desktop-file-utils')
+makedepends=('gsfonts')
+options=('!libtool' '!strip')
+install=racket.install
+source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
+drracket.desktop)
+sha1sums=('a4ea408818236f8eaf937291dd641fd73a997793'
+  'a20808f6b250225704856f82a544681a962a299d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/src
+  [ $CARCH == x86_64 ]  export CFLAGS+=-fPIC
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/src
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ../collects/icons/plt.xpm 
${pkgdir}/usr/share/pixmaps/drracket.xpm
+  install -D -m644 ${srcdir}/drracket.desktop 
${pkgdir}/usr/share/applications/drracket.desktop
+}

Copied: racket/repos/testing-i686/drracket.desktop (from rev 157266, 
racket/repos/staging-i686/drracket.desktop)
===
--- testing-i686/drracket.desktop   (rev 0)
+++ testing-i686/drracket.desktop   2012-04-26 21:34:57 UTC (rev 157301)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=DrRacket
+GenericName=IDE for Racket
+Comment=DrRacket is an interactive, integrated, graphical programming 
environment for the Racket programming languages.
+Exec=drracket
+Terminal=false
+Type=Application
+Categories=Education;Development;
+Icon=drracket

Copied: racket/repos/testing-i686/racket.install (from rev 157266, 
racket/repos/staging-i686/racket.install)
===
--- testing-i686/racket.install (rev 0)
+++ testing-i686/racket.install 2012-04-26 21:34:57 UTC (rev 157301)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:58
  Author: allan
Revision: 157302

db-move: moved racket from [staging] to [testing] (x86_64)

Added:
  racket/repos/testing-x86_64/
  racket/repos/testing-x86_64/PKGBUILD
(from rev 157266, racket/repos/staging-x86_64/PKGBUILD)
  racket/repos/testing-x86_64/drracket.desktop
(from rev 157266, racket/repos/staging-x86_64/drracket.desktop)
  racket/repos/testing-x86_64/racket.install
(from rev 157266, racket/repos/staging-x86_64/racket.install)
Deleted:
  racket/repos/staging-x86_64/

--+
 PKGBUILD |   32 
 drracket.desktop |9 +
 racket.install   |   11 +++
 3 files changed, 52 insertions(+)

Copied: racket/repos/testing-x86_64/PKGBUILD (from rev 157266, 
racket/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:34:58 UTC (rev 157302)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=racket
+pkgver=5.2.1
+pkgrel=2
+pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
+arch=('i686' 'x86_64')
+url=http://racket-lang.org/;
+license=('LGPL')
+depends=('gtk2' 'desktop-file-utils')
+makedepends=('gsfonts')
+options=('!libtool' '!strip')
+install=racket.install
+source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
+drracket.desktop)
+sha1sums=('a4ea408818236f8eaf937291dd641fd73a997793'
+  'a20808f6b250225704856f82a544681a962a299d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/src
+  [ $CARCH == x86_64 ]  export CFLAGS+=-fPIC
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/src
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ../collects/icons/plt.xpm 
${pkgdir}/usr/share/pixmaps/drracket.xpm
+  install -D -m644 ${srcdir}/drracket.desktop 
${pkgdir}/usr/share/applications/drracket.desktop
+}

Copied: racket/repos/testing-x86_64/drracket.desktop (from rev 157266, 
racket/repos/staging-x86_64/drracket.desktop)
===
--- testing-x86_64/drracket.desktop (rev 0)
+++ testing-x86_64/drracket.desktop 2012-04-26 21:34:58 UTC (rev 157302)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=DrRacket
+GenericName=IDE for Racket
+Comment=DrRacket is an interactive, integrated, graphical programming 
environment for the Racket programming languages.
+Exec=drracket
+Terminal=false
+Type=Application
+Categories=Education;Development;
+Icon=drracket

Copied: racket/repos/testing-x86_64/racket.install (from rev 157266, 
racket/repos/staging-x86_64/racket.install)
===
--- testing-x86_64/racket.install   (rev 0)
+++ testing-x86_64/racket.install   2012-04-26 21:34:58 UTC (rev 157302)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:35:12
  Author: allan
Revision: 157314

db-move: moved totem from [staging] to [testing] (x86_64)

Added:
  totem/repos/testing-x86_64/
  totem/repos/testing-x86_64/PKGBUILD
(from rev 157266, totem/repos/staging-x86_64/PKGBUILD)
  totem/repos/testing-x86_64/browser-plugins.ini
(from rev 157266, totem/repos/staging-x86_64/browser-plugins.ini)
  totem/repos/testing-x86_64/totem.install
(from rev 157266, totem/repos/staging-x86_64/totem.install)
Deleted:
  totem/repos/staging-x86_64/

-+
 PKGBUILD|   76 ++
 browser-plugins.ini |2 +
 totem.install   |   13 
 3 files changed, 91 insertions(+)

Copied: totem/repos/testing-x86_64/PKGBUILD (from rev 157266, 
totem/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:35:12 UTC (rev 157314)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.4.1
+pkgrel=2
+pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('GPL2' 'custom')
+depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
+ 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
+ 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
+ 'clutter-gtk' 'mx' 'python2-gobject' 'pylint')
+makedepends=('intltool' 'gtk-doc' 'nautilus' 'libgdata' 'lirc-utils'
+ 'libepc' 'bluez' 'vala' 'grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
+browser-plugins.ini)
+sha256sums=('eadf138068c2e31bf8fe31b3d63536cb0fe32f834fcf4fbfb453a3fff5eec7ef'
+'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/totem \
+--localstatedir=/var \
+--disable-static \
+--enable-python \
+--enable-nautilus
+  make
+}
+
+package_totem() {
+  groups=('gnome-extra')
+  install=totem.install
+  optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
+  'gstreamer0.10-bad-plugins: Extra media codecs'
+  'gstreamer0.10-ffmpeg: Extra media codecs'
+  'lirc-utils: Infrared Remote Control plugin'
+  'libepc: Publish Playlist plugin'
+  'libgdata: YouTube Browser plugin'
+  'bluez: Bemused plugin'
+  'grilo-plugins: Browse sidebar (remote media)'
+  'pyxdg: opensubtitles plugin')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  rm -r $pkgdir/usr/lib/mozilla
+  rm $pkgdir/usr/lib/totem/totem-plugin-viewer
+
+  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
+
$pkgdir/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
+}
+
+package_totem-plugin() {
+  pkgdesc=Totem plugin for web browsers
+  depends=(totem=$pkgver)
+  backup=(etc/totem/browser-plugins.ini)
+
+  cd $pkgbase-$pkgver
+  make -C browser-plugin \
+plugindir=/usr/lib/mozilla/plugins \
+xptdir=/usr/lib/mozilla/plugins \
+DESTDIR=$pkgdir install
+  
+  install -Dm644 ../browser-plugins.ini $pkgdir/etc/totem/browser-plugins.ini
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem-plugin/COPYING
+}

Copied: totem/repos/testing-x86_64/browser-plugins.ini (from rev 157266, 
totem/repos/staging-x86_64/browser-plugins.ini)
===
--- testing-x86_64/browser-plugins.ini  (rev 0)
+++ testing-x86_64/browser-plugins.ini  2012-04-26 21:35:12 UTC (rev 157314)
@@ -0,0 +1,2 @@
+[Plugins]
+application/x-shockwave-flash.disabled=true

Copied: totem/repos/testing-x86_64/totem.install (from rev 157266, 
totem/repos/staging-x86_64/totem.install)
===
--- testing-x86_64/totem.install(rev 0)
+++ testing-x86_64/totem.install2012-04-26 21:35:12 UTC (rev 157314)
@@ -0,0 +1,13 @@
+post_install() {
+  /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:35:13
  Author: allan
Revision: 157315

db-move: moved xulrunner from [staging] to [testing] (i686)

Added:
  xulrunner/repos/testing-i686/
  xulrunner/repos/testing-i686/PKGBUILD
(from rev 157266, xulrunner/repos/staging-i686/PKGBUILD)
  xulrunner/repos/testing-i686/gcc47.patch
(from rev 157266, xulrunner/repos/staging-i686/gcc47.patch)
  xulrunner/repos/testing-i686/mozconfig
(from rev 157266, xulrunner/repos/staging-i686/mozconfig)
  xulrunner/repos/testing-i686/mozilla-pkgconfig.patch
(from rev 157266, xulrunner/repos/staging-i686/mozilla-pkgconfig.patch)
Deleted:
  xulrunner/repos/staging-i686/

-+
 PKGBUILD|   56 +
 gcc47.patch |   77 ++
 mozconfig   |   38 ++
 mozilla-pkgconfig.patch |   40 +++
 4 files changed, 211 insertions(+)

Copied: xulrunner/repos/testing-i686/PKGBUILD (from rev 157266, 
xulrunner/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:35:13 UTC (rev 157315)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+pkgname=xulrunner
+pkgver=12.0
+pkgrel=2
+pkgdesc=Mozilla Runtime Environment
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss=3.13.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite=3.7.4' 'libnotify' 'libvpx' 'python2')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
+url=http://wiki.mozilla.org/XUL:Xul_Runner;
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
+mozconfig
+mozilla-pkgconfig.patch
+gcc47.patch)
+options=('!emptydirs')
+replaces=('xulrunner-oss')
+md5sums=('80c3e5927274de7f181fb5f931ac5fd4'
+ '4afe63440e2f1935ff90de15db3b70f0'
+ '27271ce647a83906ef7a24605e840d61'
+ '5a8563f8fda7ad30405c86764267a19c')
+
+build() {
+  cd $srcdir/mozilla-release
+  cp $srcdir/mozconfig .mozconfig
+
+  #fix libdir/sdkdir - fedora
+  patch -Np1 -i $srcdir/mozilla-pkgconfig.patch
+  patch -Np1 -i $srcdir/gcc47.patch
+
+
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/xulrunner-$pkgver
+  export PYTHON=/usr/bin/python2
+
+  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
+}
+
+package() {
+  cd $srcdir/mozilla-release
+  make -j1 -f client.mk DESTDIR=$pkgdir install
+
+  rm -rf $pkgdir/usr/lib/xulrunner-$pkgver/{dictionaries,hyphenation}
+  ln -sf /usr/share/hunspell $pkgdir/usr/lib/xulrunner-$pkgver/dictionaries
+  ln -sf /usr/share/hyphen $pkgdir/usr/lib/xulrunner-$pkgver/hyphenation
+
+  # add xulrunner library path to ld.so.conf
+  install -d $pkgdir/etc/ld.so.conf.d
+  echo /usr/lib/xulrunner-$pkgver  $pkgdir/etc/ld.so.conf.d/xulrunner.conf
+
+  chmod +x ${pkgdir}/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/header.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/typelib.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpidl.py
+}

Copied: xulrunner/repos/testing-i686/gcc47.patch (from rev 157266, 
xulrunner/repos/staging-i686/gcc47.patch)
===
--- testing-i686/gcc47.patch(rev 0)
+++ testing-i686/gcc47.patch2012-04-26 21:35:13 UTC (rev 157315)
@@ -0,0 +1,77 @@
+
+# HG changeset patch
+# User Martin Stránský stran...@redhat.com
+# Date 1328886461 -3600
+# Node ID 87a5ed480992788832387ba91a77c69fbe9fe349
+# Parent  67017dd3b7f6650e6bcd5b6f545e0309e8de7049
+Bug 725655 - gcc 4.7 build failures (missing headers). r=benjamin
+
+diff --git a/ipc/chromium/src/base/file_util_linux.cc 
b/ipc/chromium/src/base/file_util_linux.cc
+--- a/ipc/chromium/src/base/file_util_linux.cc
 b/ipc/chromium/src/base/file_util_linux.cc
+@@ -1,15 +1,18 @@
+ // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+ // Use of this source code is governed by a BSD-style license that can be
+ // found in the LICENSE file.
+ 
+ #include base/file_util.h
+ 
+ #include fcntl.h
++#if defined(ANDROID) || defined(OS_POSIX)
++#include unistd.h
++#endif
+ 
+ #include string
+ #include vector
+ 
+ #include base/eintr_wrapper.h
+ #include base/file_path.h
+ #include base/string_util.h
+ 
+diff --git 

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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:35:15
  Author: allan
Revision: 157316

db-move: moved xulrunner from [staging] to [testing] (x86_64)

Added:
  xulrunner/repos/testing-x86_64/
  xulrunner/repos/testing-x86_64/PKGBUILD
(from rev 157266, xulrunner/repos/staging-x86_64/PKGBUILD)
  xulrunner/repos/testing-x86_64/gcc47.patch
(from rev 157266, xulrunner/repos/staging-x86_64/gcc47.patch)
  xulrunner/repos/testing-x86_64/mozconfig
(from rev 157266, xulrunner/repos/staging-x86_64/mozconfig)
  xulrunner/repos/testing-x86_64/mozilla-pkgconfig.patch
(from rev 157266, xulrunner/repos/staging-x86_64/mozilla-pkgconfig.patch)
Deleted:
  xulrunner/repos/staging-x86_64/

-+
 PKGBUILD|   56 +
 gcc47.patch |   77 ++
 mozconfig   |   38 ++
 mozilla-pkgconfig.patch |   40 +++
 4 files changed, 211 insertions(+)

Copied: xulrunner/repos/testing-x86_64/PKGBUILD (from rev 157266, 
xulrunner/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:35:15 UTC (rev 157316)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+pkgname=xulrunner
+pkgver=12.0
+pkgrel=2
+pkgdesc=Mozilla Runtime Environment
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss=3.13.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite=3.7.4' 'libnotify' 'libvpx' 'python2')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
+url=http://wiki.mozilla.org/XUL:Xul_Runner;
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
+mozconfig
+mozilla-pkgconfig.patch
+gcc47.patch)
+options=('!emptydirs')
+replaces=('xulrunner-oss')
+md5sums=('80c3e5927274de7f181fb5f931ac5fd4'
+ '4afe63440e2f1935ff90de15db3b70f0'
+ '27271ce647a83906ef7a24605e840d61'
+ '5a8563f8fda7ad30405c86764267a19c')
+
+build() {
+  cd $srcdir/mozilla-release
+  cp $srcdir/mozconfig .mozconfig
+
+  #fix libdir/sdkdir - fedora
+  patch -Np1 -i $srcdir/mozilla-pkgconfig.patch
+  patch -Np1 -i $srcdir/gcc47.patch
+
+
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/xulrunner-$pkgver
+  export PYTHON=/usr/bin/python2
+
+  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
+}
+
+package() {
+  cd $srcdir/mozilla-release
+  make -j1 -f client.mk DESTDIR=$pkgdir install
+
+  rm -rf $pkgdir/usr/lib/xulrunner-$pkgver/{dictionaries,hyphenation}
+  ln -sf /usr/share/hunspell $pkgdir/usr/lib/xulrunner-$pkgver/dictionaries
+  ln -sf /usr/share/hyphen $pkgdir/usr/lib/xulrunner-$pkgver/hyphenation
+
+  # add xulrunner library path to ld.so.conf
+  install -d $pkgdir/etc/ld.so.conf.d
+  echo /usr/lib/xulrunner-$pkgver  $pkgdir/etc/ld.so.conf.d/xulrunner.conf
+
+  chmod +x ${pkgdir}/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/header.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/typelib.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpidl.py
+}

Copied: xulrunner/repos/testing-x86_64/gcc47.patch (from rev 157266, 
xulrunner/repos/staging-x86_64/gcc47.patch)
===
--- testing-x86_64/gcc47.patch  (rev 0)
+++ testing-x86_64/gcc47.patch  2012-04-26 21:35:15 UTC (rev 157316)
@@ -0,0 +1,77 @@
+
+# HG changeset patch
+# User Martin Stránský stran...@redhat.com
+# Date 1328886461 -3600
+# Node ID 87a5ed480992788832387ba91a77c69fbe9fe349
+# Parent  67017dd3b7f6650e6bcd5b6f545e0309e8de7049
+Bug 725655 - gcc 4.7 build failures (missing headers). r=benjamin
+
+diff --git a/ipc/chromium/src/base/file_util_linux.cc 
b/ipc/chromium/src/base/file_util_linux.cc
+--- a/ipc/chromium/src/base/file_util_linux.cc
 b/ipc/chromium/src/base/file_util_linux.cc
+@@ -1,15 +1,18 @@
+ // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+ // Use of this source code is governed by a BSD-style license that can be
+ // found in the LICENSE file.
+ 
+ #include base/file_util.h
+ 
+ #include fcntl.h
++#if defined(ANDROID) || defined(OS_POSIX)
++#include unistd.h
++#endif
+ 
+ #include string
+ #include vector
+ 
+ #include base/eintr_wrapper.h
+ #include base/file_path.h
+ #include base/string_util.h
+ 
+diff --git 

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

2012-04-26 Thread Eric Bélanger
Date: Thursday, April 26, 2012 @ 18:51:17
  Author: eric
Revision: 157317

db-move: moved lvm2 from [testing] to [core] (i686)

Added:
  lvm2/repos/core-i686/11-dm-initramfs.rules
(from rev 157316, lvm2/repos/testing-i686/11-dm-initramfs.rules)
  lvm2/repos/core-i686/PKGBUILD
(from rev 157316, lvm2/repos/testing-i686/PKGBUILD)
  lvm2/repos/core-i686/lvm2_hook
(from rev 157316, lvm2/repos/testing-i686/lvm2_hook)
  lvm2/repos/core-i686/lvm2_install
(from rev 157316, lvm2/repos/testing-i686/lvm2_install)
Deleted:
  lvm2/repos/core-i686/11-dm-initramfs.rules
  lvm2/repos/core-i686/PKGBUILD
  lvm2/repos/core-i686/lvm2_hook
  lvm2/repos/core-i686/lvm2_install
  lvm2/repos/testing-i686/

---+
 11-dm-initramfs.rules |6 +-
 PKGBUILD  |  120 +++-
 lvm2_hook |   50 ++--
 lvm2_install  |   58 +++
 4 files changed, 116 insertions(+), 118 deletions(-)

Deleted: core-i686/11-dm-initramfs.rules
===
--- core-i686/11-dm-initramfs.rules 2012-04-26 21:35:15 UTC (rev 157316)
+++ core-i686/11-dm-initramfs.rules 2012-04-26 22:51:17 UTC (rev 157317)
@@ -1,3 +0,0 @@
-# needed with new udev/mkinitcpio and as implemented in dracut:
-# 
http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=12b9736228f2b34c15a9cb63be79cf7b6e865b54
-SUBSYSTEM==block, KERNEL==dm-[0-9]*, ACTION==add|change, 
OPTIONS=db_persist

Copied: lvm2/repos/core-i686/11-dm-initramfs.rules (from rev 157316, 
lvm2/repos/testing-i686/11-dm-initramfs.rules)
===
--- core-i686/11-dm-initramfs.rules (rev 0)
+++ core-i686/11-dm-initramfs.rules 2012-04-26 22:51:17 UTC (rev 157317)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 
http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=12b9736228f2b34c15a9cb63be79cf7b6e865b54
+SUBSYSTEM==block, KERNEL==dm-[0-9]*, ACTION==add|change, 
OPTIONS=db_persist

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-04-26 21:35:15 UTC (rev 157316)
+++ core-i686/PKGBUILD  2012-04-26 22:51:17 UTC (rev 157317)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgbase=lvm2
-pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.95
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://sourceware.org/lvm2/;
-license=('GPL2' 'LGPL2.1')
-groups=('base')
-source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${pkgver}.tgz{,.asc}
-lvm2_install
-lvm2_hook
-11-dm-initramfs.rules)
-sha1sums=('f61dfbd8e9219291d11de3d70f0b3d20a29fae85'
-  '45f5e31045065e7bdf5d6f2e21c857b4978024b4'
-  '7f108b2f2056eb050fc898bf5190ecf9145aed8a'
-  '7d63aa838703c9f986531a78164b556f765f5cce'
-  'f6a554eea9557c3c236df2943bb6e7e723945c41')
-
-build() {
-  cd ${srcdir}/LVM2.${pkgver}
-  sed -i 's|/usr/bin/tr|/bin/tr|' scripts/lvmdump.sh
-  unset LDFLAGS
-  ./configure --prefix= --sysconfdir=/etc --localstatedir=/var 
--datarootdir=/usr/share \
---includedir=/usr/include --with-usrlibdir=/usr/lib \
---enable-pkgconfig --enable-readline --enable-dmeventd --enable-cmdlib 
--enable-applib \
---with-udevdir=/lib/udev/rules.d/ --enable-udev_sync --enable-udev_rules
-  make
-}
-
-package_device-mapper() {
-  pkgdesc=Device mapper userspace library and tools
-  url=http://sourceware.org/dm/;
-  depends=('glibc' 'udev')
-
-  cd ${srcdir}/LVM2.${pkgver}
-  make DESTDIR=${pkgdir} install_device-mapper
-  # extra udev rule for device-mapper in initramfs
-  install -D -m644 ${srcdir}/11-dm-initramfs.rules 
${pkgdir}/lib/initcpio/udev/11-dm-initramfs.rules
-}
-
-package_lvm2() {
-  pkgdesc=Logical Volume Manager 2 utilities
-  depends=('bash' device-mapper=${pkgver} 'udev' 'readline')
-  conflicts=('lvm' 'mkinitcpio0.7')
-  backup=('etc/lvm/lvm.conf')
-  options=('!makeflags')
-
-  cd ${srcdir}/LVM2.${pkgver}
-  make DESTDIR=${pkgdir} install_lvm2
-  # install applib
-  make -C liblvm DESTDIR=${pkgdir} install
-  # /etc directories
-  install -d ${pkgdir}/etc/lvm/{archive,backup}
-  # mkinitcpio hook
-  install -D -m644 ${srcdir}/lvm2_hook ${pkgdir}/lib/initcpio/hooks/lvm2
-  install -D -m644 ${srcdir}/lvm2_install 
${pkgdir}/lib/initcpio/install/lvm2
-}

Copied: lvm2/repos/core-i686/PKGBUILD (from rev 157316, 
lvm2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-04-26 22:51:17 UTC (rev 157317)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.95
+pkgrel=2

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

2012-04-26 Thread Eric Bélanger
Date: Thursday, April 26, 2012 @ 18:51:18
  Author: eric
Revision: 157318

db-move: moved lvm2 from [testing] to [core] (x86_64)

Added:
  lvm2/repos/core-x86_64/11-dm-initramfs.rules
(from rev 157316, lvm2/repos/testing-x86_64/11-dm-initramfs.rules)
  lvm2/repos/core-x86_64/PKGBUILD
(from rev 157316, lvm2/repos/testing-x86_64/PKGBUILD)
  lvm2/repos/core-x86_64/lvm2_hook
(from rev 157316, lvm2/repos/testing-x86_64/lvm2_hook)
  lvm2/repos/core-x86_64/lvm2_install
(from rev 157316, lvm2/repos/testing-x86_64/lvm2_install)
Deleted:
  lvm2/repos/core-x86_64/11-dm-initramfs.rules
  lvm2/repos/core-x86_64/PKGBUILD
  lvm2/repos/core-x86_64/lvm2_hook
  lvm2/repos/core-x86_64/lvm2_install
  lvm2/repos/testing-x86_64/

---+
 11-dm-initramfs.rules |6 +-
 PKGBUILD  |  120 +++-
 lvm2_hook |   50 ++--
 lvm2_install  |   58 +++
 4 files changed, 116 insertions(+), 118 deletions(-)

Deleted: core-x86_64/11-dm-initramfs.rules
===
--- core-x86_64/11-dm-initramfs.rules   2012-04-26 22:51:17 UTC (rev 157317)
+++ core-x86_64/11-dm-initramfs.rules   2012-04-26 22:51:18 UTC (rev 157318)
@@ -1,3 +0,0 @@
-# needed with new udev/mkinitcpio and as implemented in dracut:
-# 
http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=12b9736228f2b34c15a9cb63be79cf7b6e865b54
-SUBSYSTEM==block, KERNEL==dm-[0-9]*, ACTION==add|change, 
OPTIONS=db_persist

Copied: lvm2/repos/core-x86_64/11-dm-initramfs.rules (from rev 157316, 
lvm2/repos/testing-x86_64/11-dm-initramfs.rules)
===
--- core-x86_64/11-dm-initramfs.rules   (rev 0)
+++ core-x86_64/11-dm-initramfs.rules   2012-04-26 22:51:18 UTC (rev 157318)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 
http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=12b9736228f2b34c15a9cb63be79cf7b6e865b54
+SUBSYSTEM==block, KERNEL==dm-[0-9]*, ACTION==add|change, 
OPTIONS=db_persist

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-04-26 22:51:17 UTC (rev 157317)
+++ core-x86_64/PKGBUILD2012-04-26 22:51:18 UTC (rev 157318)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgbase=lvm2
-pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.95
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://sourceware.org/lvm2/;
-license=('GPL2' 'LGPL2.1')
-groups=('base')
-source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${pkgver}.tgz{,.asc}
-lvm2_install
-lvm2_hook
-11-dm-initramfs.rules)
-sha1sums=('f61dfbd8e9219291d11de3d70f0b3d20a29fae85'
-  '45f5e31045065e7bdf5d6f2e21c857b4978024b4'
-  '7f108b2f2056eb050fc898bf5190ecf9145aed8a'
-  '7d63aa838703c9f986531a78164b556f765f5cce'
-  'f6a554eea9557c3c236df2943bb6e7e723945c41')
-
-build() {
-  cd ${srcdir}/LVM2.${pkgver}
-  sed -i 's|/usr/bin/tr|/bin/tr|' scripts/lvmdump.sh
-  unset LDFLAGS
-  ./configure --prefix= --sysconfdir=/etc --localstatedir=/var 
--datarootdir=/usr/share \
---includedir=/usr/include --with-usrlibdir=/usr/lib \
---enable-pkgconfig --enable-readline --enable-dmeventd --enable-cmdlib 
--enable-applib \
---with-udevdir=/lib/udev/rules.d/ --enable-udev_sync --enable-udev_rules
-  make
-}
-
-package_device-mapper() {
-  pkgdesc=Device mapper userspace library and tools
-  url=http://sourceware.org/dm/;
-  depends=('glibc' 'udev')
-
-  cd ${srcdir}/LVM2.${pkgver}
-  make DESTDIR=${pkgdir} install_device-mapper
-  # extra udev rule for device-mapper in initramfs
-  install -D -m644 ${srcdir}/11-dm-initramfs.rules 
${pkgdir}/lib/initcpio/udev/11-dm-initramfs.rules
-}
-
-package_lvm2() {
-  pkgdesc=Logical Volume Manager 2 utilities
-  depends=('bash' device-mapper=${pkgver} 'udev' 'readline')
-  conflicts=('lvm' 'mkinitcpio0.7')
-  backup=('etc/lvm/lvm.conf')
-  options=('!makeflags')
-
-  cd ${srcdir}/LVM2.${pkgver}
-  make DESTDIR=${pkgdir} install_lvm2
-  # install applib
-  make -C liblvm DESTDIR=${pkgdir} install
-  # /etc directories
-  install -d ${pkgdir}/etc/lvm/{archive,backup}
-  # mkinitcpio hook
-  install -D -m644 ${srcdir}/lvm2_hook ${pkgdir}/lib/initcpio/hooks/lvm2
-  install -D -m644 ${srcdir}/lvm2_install 
${pkgdir}/lib/initcpio/install/lvm2
-}

Copied: lvm2/repos/core-x86_64/PKGBUILD (from rev 157316, 
lvm2/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-04-26 22:51:18 UTC (rev 157318)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+

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

2012-04-26 Thread Eric Bélanger
Date: Thursday, April 26, 2012 @ 18:51:20
  Author: eric
Revision: 157319

db-move: moved cryptsetup from [testing] to [core] (i686)

Added:
  cryptsetup/repos/core-i686/PKGBUILD
(from rev 157316, cryptsetup/repos/testing-i686/PKGBUILD)
  cryptsetup/repos/core-i686/encrypt_hook
(from rev 157316, cryptsetup/repos/testing-i686/encrypt_hook)
  cryptsetup/repos/core-i686/encrypt_install
(from rev 157316, cryptsetup/repos/testing-i686/encrypt_install)
Deleted:
  cryptsetup/repos/core-i686/PKGBUILD
  cryptsetup/repos/core-i686/encrypt_hook
  cryptsetup/repos/core-i686/encrypt_install
  cryptsetup/repos/testing-i686/

-+
 PKGBUILD|   71 ++--
 encrypt_hook|  296 +++---
 encrypt_install |   52 -
 3 files changed, 208 insertions(+), 211 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-04-26 22:51:18 UTC (rev 157318)
+++ core-i686/PKGBUILD  2012-04-26 22:51:20 UTC (rev 157319)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-pkgname=cryptsetup
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=Userspace setup tool for transparent encryption of block devices 
using dm-crypt
-arch=(i686 x86_64)
-license=('GPL')
-url=http://code.google.com/p/cryptsetup/;
-groups=('base')
-depends=('device-mapper=2.02.85-2' 'libgcrypt' 'popt')
-conflicts=('mkinitcpio0.7')
-options=('!libtool' '!emptydirs')
-source=(http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
-http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2.asc
-encrypt_hook
-encrypt_install)
-sha256sums=('82b143328c2b427ef2b89fb76c701d311c95b54093c21bbf22342f7b393bddcb'
-'71c6506d4b6d0b22b9b6c2a68e604959e4c072af04680ed6acc0126c97bdbc88'
-'811bbea1337106ad811731c746d73ee81039bad00aef52398e3a377ad0766757'
-'d4380195351b70abf8fcb3cd19461879c55a7a07e4915d1f0365b295b112a573')
-build() {
-  cd ${srcdir}/$pkgname-${pkgver}
-  ./configure --prefix=/usr --disable-static --sbindir=/sbin --libdir=/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # install hook
-  install -D -m644 ${srcdir}/encrypt_hook 
${pkgdir}/lib/initcpio/hooks/encrypt
-  install -D -m644 ${srcdir}/encrypt_install 
${pkgdir}/lib/initcpio/install/encrypt
-  # Fix pkgconfig location
-  install -d -m755 ${pkgdir}/usr/lib
-  mv ${pkgdir}/lib/pkgconfig ${pkgdir}/usr/lib/
-}

Copied: cryptsetup/repos/core-i686/PKGBUILD (from rev 157316, 
cryptsetup/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-04-26 22:51:20 UTC (rev 157319)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=cryptsetup
+pkgver=1.4.1
+pkgrel=3
+pkgdesc=Userspace setup tool for transparent encryption of block devices 
using dm-crypt
+arch=(i686 x86_64)
+license=('GPL')
+url=http://code.google.com/p/cryptsetup/;
+groups=('base')
+depends=('device-mapper=2.02.85-2' 'libgcrypt' 'popt')
+conflicts=('mkinitcpio0.7')
+options=('!libtool' '!emptydirs')
+source=(http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
+http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2.asc
+encrypt_hook
+encrypt_install)
+sha256sums=('82b143328c2b427ef2b89fb76c701d311c95b54093c21bbf22342f7b393bddcb'
+'71c6506d4b6d0b22b9b6c2a68e604959e4c072af04680ed6acc0126c97bdbc88'
+'811bbea1337106ad811731c746d73ee81039bad00aef52398e3a377ad0766757'
+'ddbbdcb8eff93a3a7622ec633e90d5c0d68e3afbeaf942dc2309adab345047d4')
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}
+  ./configure --prefix=/usr --disable-static --sbindir=/sbin
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # install hook
+  install -D -m644 ${srcdir}/encrypt_hook 
${pkgdir}/usr/lib/initcpio/hooks/encrypt
+  install -D -m644 ${srcdir}/encrypt_install 
${pkgdir}/usr/lib/initcpio/install/encrypt
+}

Deleted: core-i686/encrypt_hook
===
--- core-i686/encrypt_hook  2012-04-26 22:51:18 UTC (rev 157318)
+++ core-i686/encrypt_hook  2012-04-26 22:51:20 UTC (rev 157319)
@@ -1,148 +0,0 @@
-# vim: set ft=sh:
-# TODO this one needs some work to work with lots of different
-#   encryption schemes
-run_hook ()
-{
-/sbin/modprobe -a -q dm-crypt /dev/null 21
-if [ -e /sys/class/misc/device-mapper ]; then
-if [ ! -e /dev/mapper/control ]; then
-mkdir /dev/mapper
-mknod /dev/mapper/control c $(cat 
/sys/class/misc/device-mapper/dev | sed 's|:| |')
-fi
-[ ${quiet} = y ]  CSQUIET=/dev/null
-
-# Get keyfile if specified
-ckeyfile=/crypto_keyfile.bin
-if [ 

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

2012-04-26 Thread Eric Bélanger
Date: Thursday, April 26, 2012 @ 18:51:21
  Author: eric
Revision: 157320

db-move: moved cryptsetup from [testing] to [core] (x86_64)

Added:
  cryptsetup/repos/core-x86_64/PKGBUILD
(from rev 157316, cryptsetup/repos/testing-x86_64/PKGBUILD)
  cryptsetup/repos/core-x86_64/encrypt_hook
(from rev 157316, cryptsetup/repos/testing-x86_64/encrypt_hook)
  cryptsetup/repos/core-x86_64/encrypt_install
(from rev 157316, cryptsetup/repos/testing-x86_64/encrypt_install)
Deleted:
  cryptsetup/repos/core-x86_64/PKGBUILD
  cryptsetup/repos/core-x86_64/encrypt_hook
  cryptsetup/repos/core-x86_64/encrypt_install
  cryptsetup/repos/testing-x86_64/

-+
 PKGBUILD|   71 ++--
 encrypt_hook|  296 +++---
 encrypt_install |   52 -
 3 files changed, 208 insertions(+), 211 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-04-26 22:51:20 UTC (rev 157319)
+++ core-x86_64/PKGBUILD2012-04-26 22:51:21 UTC (rev 157320)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-pkgname=cryptsetup
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=Userspace setup tool for transparent encryption of block devices 
using dm-crypt
-arch=(i686 x86_64)
-license=('GPL')
-url=http://code.google.com/p/cryptsetup/;
-groups=('base')
-depends=('device-mapper=2.02.85-2' 'libgcrypt' 'popt')
-conflicts=('mkinitcpio0.7')
-options=('!libtool' '!emptydirs')
-source=(http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
-http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2.asc
-encrypt_hook
-encrypt_install)
-sha256sums=('82b143328c2b427ef2b89fb76c701d311c95b54093c21bbf22342f7b393bddcb'
-'71c6506d4b6d0b22b9b6c2a68e604959e4c072af04680ed6acc0126c97bdbc88'
-'811bbea1337106ad811731c746d73ee81039bad00aef52398e3a377ad0766757'
-'d4380195351b70abf8fcb3cd19461879c55a7a07e4915d1f0365b295b112a573')
-build() {
-  cd ${srcdir}/$pkgname-${pkgver}
-  ./configure --prefix=/usr --disable-static --sbindir=/sbin --libdir=/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # install hook
-  install -D -m644 ${srcdir}/encrypt_hook 
${pkgdir}/lib/initcpio/hooks/encrypt
-  install -D -m644 ${srcdir}/encrypt_install 
${pkgdir}/lib/initcpio/install/encrypt
-  # Fix pkgconfig location
-  install -d -m755 ${pkgdir}/usr/lib
-  mv ${pkgdir}/lib/pkgconfig ${pkgdir}/usr/lib/
-}

Copied: cryptsetup/repos/core-x86_64/PKGBUILD (from rev 157316, 
cryptsetup/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-04-26 22:51:21 UTC (rev 157320)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=cryptsetup
+pkgver=1.4.1
+pkgrel=3
+pkgdesc=Userspace setup tool for transparent encryption of block devices 
using dm-crypt
+arch=(i686 x86_64)
+license=('GPL')
+url=http://code.google.com/p/cryptsetup/;
+groups=('base')
+depends=('device-mapper=2.02.85-2' 'libgcrypt' 'popt')
+conflicts=('mkinitcpio0.7')
+options=('!libtool' '!emptydirs')
+source=(http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
+http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2.asc
+encrypt_hook
+encrypt_install)
+sha256sums=('82b143328c2b427ef2b89fb76c701d311c95b54093c21bbf22342f7b393bddcb'
+'71c6506d4b6d0b22b9b6c2a68e604959e4c072af04680ed6acc0126c97bdbc88'
+'811bbea1337106ad811731c746d73ee81039bad00aef52398e3a377ad0766757'
+'ddbbdcb8eff93a3a7622ec633e90d5c0d68e3afbeaf942dc2309adab345047d4')
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}
+  ./configure --prefix=/usr --disable-static --sbindir=/sbin
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # install hook
+  install -D -m644 ${srcdir}/encrypt_hook 
${pkgdir}/usr/lib/initcpio/hooks/encrypt
+  install -D -m644 ${srcdir}/encrypt_install 
${pkgdir}/usr/lib/initcpio/install/encrypt
+}

Deleted: core-x86_64/encrypt_hook
===
--- core-x86_64/encrypt_hook2012-04-26 22:51:20 UTC (rev 157319)
+++ core-x86_64/encrypt_hook2012-04-26 22:51:21 UTC (rev 157320)
@@ -1,148 +0,0 @@
-# vim: set ft=sh:
-# TODO this one needs some work to work with lots of different
-#   encryption schemes
-run_hook ()
-{
-/sbin/modprobe -a -q dm-crypt /dev/null 21
-if [ -e /sys/class/misc/device-mapper ]; then
-if [ ! -e /dev/mapper/control ]; then
-mkdir /dev/mapper
-mknod /dev/mapper/control c $(cat 
/sys/class/misc/device-mapper/dev | sed 's|:| |')
-fi
-[ ${quiet} = y ]  CSQUIET=/dev/null
-
-# Get keyfile if 

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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 20:50:14
  Author: allan
Revision: 157321

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

Added:
  autoconf/repos/core-any/PKGBUILD
(from rev 157320, autoconf/repos/testing-any/PKGBUILD)
  autoconf/repos/core-any/autoconf.install
(from rev 157320, autoconf/repos/testing-any/autoconf.install)
Deleted:
  autoconf/repos/core-any/PKGBUILD
  autoconf/repos/core-any/autoconf.install
  autoconf/repos/testing-any/

--+
 PKGBUILD |   84 ++---
 autoconf.install |   40 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-04-26 22:51:21 UTC (rev 157320)
+++ core-any/PKGBUILD   2012-04-27 00:50:14 UTC (rev 157321)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=autoconf
-pkgver=2.68
-pkgrel=2
-pkgdesc=A GNU tool for automatically configuring source code
-arch=('any')
-license=('GPL2' 'GPL3' 'custom')
-url=http://www.gnu.org/software/autoconf;
-groups=('base-devel')
-depends=('awk' 'm4' 'diffutils' 'bash')
-# for test-suite
-#makedepends=('gcc-fortran' 'erlang')
-install=autoconf.install
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('723677f7727542d273112e7feb870a7a'
- 'f0af3afe669e5957312415fcb4ed38fa')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # license exception
-  install -Dm644 COPYING.EXCEPTION \
-$pkgdir/usr/share/licenses/autoconf/COPYING.EXCEPTION
-
-  # conflict with bintuils
-  rm -f ${pkgdir}/usr/share/info/standards.info
-}

Copied: autoconf/repos/core-any/PKGBUILD (from rev 157320, 
autoconf/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-04-27 00:50:14 UTC (rev 157321)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=autoconf
+pkgver=2.69
+pkgrel=1
+pkgdesc=A GNU tool for automatically configuring source code
+arch=('any')
+license=('GPL2' 'GPL3' 'custom')
+url=http://www.gnu.org/software/autoconf;
+groups=('base-devel')
+depends=('awk' 'm4' 'diffutils' 'bash')
+# for test-suite
+#makedepends=('gcc-fortran' 'erlang')
+install=autoconf.install
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('50f97f4159805e374639a73e2636f22e'
+ '2941e2fe687e05b3431eac6b714053bc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # license exception
+  install -Dm644 COPYING.EXCEPTION \
+$pkgdir/usr/share/licenses/autoconf/COPYING.EXCEPTION
+
+  # conflict with bintuils
+  rm -f ${pkgdir}/usr/share/info/standards.info
+}

Deleted: core-any/autoconf.install
===
--- core-any/autoconf.install   2012-04-26 22:51:21 UTC (rev 157320)
+++ core-any/autoconf.install   2012-04-27 00:50:14 UTC (rev 157321)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(autoconf.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: autoconf/repos/core-any/autoconf.install (from rev 157320, 
autoconf/repos/testing-any/autoconf.install)
===
--- core-any/autoconf.install   (rev 0)
+++ core-any/autoconf.install   2012-04-27 00:50:14 UTC (rev 157321)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(autoconf.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 20:50:15
  Author: allan
Revision: 157322

db-move: moved binutils from [testing] to [core] (i686)

Added:
  binutils/repos/core-i686/PKGBUILD
(from rev 157320, binutils/repos/testing-i686/PKGBUILD)
  binutils/repos/core-i686/binutils-2.22-ld-13621.patch
(from rev 157320, binutils/repos/testing-i686/binutils-2.22-ld-13621.patch)
  binutils/repos/core-i686/binutils.install
(from rev 157320, binutils/repos/testing-i686/binutils.install)
Deleted:
  binutils/repos/core-i686/PKGBUILD
  binutils/repos/core-i686/binutils.install
  binutils/repos/testing-i686/

--+
 PKGBUILD |  192 +
 binutils-2.22-ld-13621.patch |   27 +
 binutils.install |   34 +++
 3 files changed, 143 insertions(+), 110 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-04-27 00:50:14 UTC (rev 157321)
+++ core-i686/PKGBUILD  2012-04-27 00:50:15 UTC (rev 157322)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-
-pkgname=binutils
-pkgver=2.22
-pkgrel=5
-_date=20120323
-pkgdesc=A set of programs to assemble and manipulate binary and object files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/binutils/;
-license=('GPL')
-groups=('base-devel')
-depends=('glibc=2.15' 'zlib')
-checkdepends=('dejagnu')
-options=('!libtool' '!distcc' '!ccache')
-install=binutils.install
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2)
-md5sums=('de2ac4298732827f8af706fc24020330')
-
-mksource() {
-  mkdir ${pkgname}-${_date}
-  cd ${pkgname}-${_date}
-  export _TAG=binutils-2_22-branch
-  export 'CVSROOT=:pserver:anon...@sourceware.org:/cvs/src'
-  cvs -z9 co -r $_TAG binutils || return 1
-  mv src binutils
-  tar -cvjf ../binutils-${pkgver}_${_date}.tar.bz2 binutils/*
-}
-
-build() {
-  cd ${srcdir}
-  mkdir binutils-build  cd binutils-build
-
-  [[ $CARCH == x86_64 ]]  CONFIGFLAG=--enable-64-bit-bfd 
--disable-multilib
-
-  ${srcdir}/binutils/configure --prefix=/usr \
---enable-ld=default --enable-gold \
---enable-plugins --enable-threads \
---enable-shared $CONFIGFLAG
-
-  # check the host environment and makes sure all the necessary tools are 
available
-  make configure-host
-
-  make tooldir=${pkgdir}/usr
-
-  # Rebuild libiberty.a with -fPIC
-  cp -a libiberty libiberty-pic
-  make -C libiberty-pic clean
-  make CFLAGS=$CFLAGS -fPIC -C libiberty-pic
-
-  # Rebuild libbfd.a with -fPIC
-  # hidden visability prevent 3rd party shared libraries exporting bfd 
non-stable API
-  cp -a bfd bfd-pic
-  make -C bfd-pic clean
-  make CFLAGS=$CFLAGS -fPIC -fvisibility=hidden -C bfd-pic
-
-  # Rebuild libopcodes.a with -fPIC
-  cp -a opcodes opcodes-pic
-  make -C opcodes-pic clean 
-  make CFLAGS=$CFLAGS -fPIC -C opcodes-pic
-}
-
-check() {
-  cd ${srcdir}/binutils-build
-
-  # do not abort on errors - manually check log files
-  make -k -j1 check || true
-}
-
-package() {
-  cd ${srcdir}/binutils-build
-  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
-  
-  # Add some useful headers
-  install -m644 ${srcdir}/binutils/include/libiberty.h ${pkgdir}/usr/include
-  install -m644 ${srcdir}/binutils/include/demangle.h ${pkgdir}/usr/include
-
-  # install libraries rebuilt with -fPIC
-  install -m644 libiberty-pic/libiberty.a ${pkgdir}/usr/lib
-  install -m644 bfd-pic/libbfd.a ${pkgdir}/usr/lib
-  install -m644 opcodes/libopcodes.a ${pkgdir}/usr/lib
-
-  # Remove Windows/Novell specific man pages
-  rm -f ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
-
-  # Remove these symlinks, they are not ABI stable.
-  # Programs should compile static to the .a file.
-  rm -f ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
-  echo INPUT ( /usr/lib/libbfd.a -liberty -lz ) ${pkgdir}/usr/lib/libbfd.so
-  echo INPUT ( /usr/lib/libopcodes.a -lbfd ) ${pkgdir}/usr/lib/libopcodes.so
-}

Copied: binutils/repos/core-i686/PKGBUILD (from rev 157320, 
binutils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-04-27 00:50:15 UTC (rev 157322)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=binutils
+pkgver=2.22
+pkgrel=6
+_date=20120323
+pkgdesc=A set of programs to assemble and manipulate binary and object files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/binutils/;
+license=('GPL')
+groups=('base-devel')
+depends=('glibc=2.15' 'zlib')
+checkdepends=('dejagnu')
+options=('!libtool' '!distcc' '!ccache')
+install=binutils.install
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2
+

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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 20:50:16
  Author: allan
Revision: 157323

db-move: moved binutils from [testing] to [core] (x86_64)

Added:
  binutils/repos/core-x86_64/PKGBUILD
(from rev 157320, binutils/repos/testing-x86_64/PKGBUILD)
  binutils/repos/core-x86_64/binutils-2.22-ld-13621.patch
(from rev 157320, 
binutils/repos/testing-x86_64/binutils-2.22-ld-13621.patch)
  binutils/repos/core-x86_64/binutils.install
(from rev 157320, binutils/repos/testing-x86_64/binutils.install)
Deleted:
  binutils/repos/core-x86_64/PKGBUILD
  binutils/repos/core-x86_64/binutils.install
  binutils/repos/testing-x86_64/

--+
 PKGBUILD |  192 +
 binutils-2.22-ld-13621.patch |   27 +
 binutils.install |   34 +++
 3 files changed, 143 insertions(+), 110 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-04-27 00:50:15 UTC (rev 157322)
+++ core-x86_64/PKGBUILD2012-04-27 00:50:16 UTC (rev 157323)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-
-pkgname=binutils
-pkgver=2.22
-pkgrel=5
-_date=20120323
-pkgdesc=A set of programs to assemble and manipulate binary and object files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/binutils/;
-license=('GPL')
-groups=('base-devel')
-depends=('glibc=2.15' 'zlib')
-checkdepends=('dejagnu')
-options=('!libtool' '!distcc' '!ccache')
-install=binutils.install
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2)
-md5sums=('de2ac4298732827f8af706fc24020330')
-
-mksource() {
-  mkdir ${pkgname}-${_date}
-  cd ${pkgname}-${_date}
-  export _TAG=binutils-2_22-branch
-  export 'CVSROOT=:pserver:anon...@sourceware.org:/cvs/src'
-  cvs -z9 co -r $_TAG binutils || return 1
-  mv src binutils
-  tar -cvjf ../binutils-${pkgver}_${_date}.tar.bz2 binutils/*
-}
-
-build() {
-  cd ${srcdir}
-  mkdir binutils-build  cd binutils-build
-
-  [[ $CARCH == x86_64 ]]  CONFIGFLAG=--enable-64-bit-bfd 
--disable-multilib
-
-  ${srcdir}/binutils/configure --prefix=/usr \
---enable-ld=default --enable-gold \
---enable-plugins --enable-threads \
---enable-shared $CONFIGFLAG
-
-  # check the host environment and makes sure all the necessary tools are 
available
-  make configure-host
-
-  make tooldir=${pkgdir}/usr
-
-  # Rebuild libiberty.a with -fPIC
-  cp -a libiberty libiberty-pic
-  make -C libiberty-pic clean
-  make CFLAGS=$CFLAGS -fPIC -C libiberty-pic
-
-  # Rebuild libbfd.a with -fPIC
-  # hidden visability prevent 3rd party shared libraries exporting bfd 
non-stable API
-  cp -a bfd bfd-pic
-  make -C bfd-pic clean
-  make CFLAGS=$CFLAGS -fPIC -fvisibility=hidden -C bfd-pic
-
-  # Rebuild libopcodes.a with -fPIC
-  cp -a opcodes opcodes-pic
-  make -C opcodes-pic clean 
-  make CFLAGS=$CFLAGS -fPIC -C opcodes-pic
-}
-
-check() {
-  cd ${srcdir}/binutils-build
-
-  # do not abort on errors - manually check log files
-  make -k -j1 check || true
-}
-
-package() {
-  cd ${srcdir}/binutils-build
-  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
-  
-  # Add some useful headers
-  install -m644 ${srcdir}/binutils/include/libiberty.h ${pkgdir}/usr/include
-  install -m644 ${srcdir}/binutils/include/demangle.h ${pkgdir}/usr/include
-
-  # install libraries rebuilt with -fPIC
-  install -m644 libiberty-pic/libiberty.a ${pkgdir}/usr/lib
-  install -m644 bfd-pic/libbfd.a ${pkgdir}/usr/lib
-  install -m644 opcodes/libopcodes.a ${pkgdir}/usr/lib
-
-  # Remove Windows/Novell specific man pages
-  rm -f ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
-
-  # Remove these symlinks, they are not ABI stable.
-  # Programs should compile static to the .a file.
-  rm -f ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
-  echo INPUT ( /usr/lib/libbfd.a -liberty -lz ) ${pkgdir}/usr/lib/libbfd.so
-  echo INPUT ( /usr/lib/libopcodes.a -lbfd ) ${pkgdir}/usr/lib/libopcodes.so
-}

Copied: binutils/repos/core-x86_64/PKGBUILD (from rev 157320, 
binutils/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-04-27 00:50:16 UTC (rev 157323)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=binutils
+pkgver=2.22
+pkgrel=6
+_date=20120323
+pkgdesc=A set of programs to assemble and manipulate binary and object files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/binutils/;
+license=('GPL')
+groups=('base-devel')
+depends=('glibc=2.15' 'zlib')
+checkdepends=('dejagnu')
+options=('!libtool' '!distcc' '!ccache')
+install=binutils.install

  1   2   >