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

2013-06-26 Thread Felix Yan
Date: Wednesday, June 26, 2013 @ 09:01:43
  Author: fyan
Revision: 93146

upgpkg: cgminer 3.3.1-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 20:18:20 UTC (rev 93145)
+++ PKGBUILD2013-06-26 07:01:43 UTC (rev 93146)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
 url='http://forum.bitcoin.org/index.php?topic=28402.0'
@@ -48,6 +48,6 @@
   install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
 }
 
-md5sums=('65af0ace6627d2ff50203d9a789f52da'
+md5sums=('1e6ccf16c4695fc086581bbb95923abe'
  'fe4a243fabe24608f5c05e40f0f118f6'
  'bd76fc92fedce18c59ccea2aa79cc664')



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

2013-06-26 Thread Felix Yan
Date: Wednesday, June 26, 2013 @ 09:04:45
  Author: fyan
Revision: 93147

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 93146, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 93146, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 93146, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 93146, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 93146, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 93146, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  106 +
 /cgminer.conf.d  |   22 +++
 /cgminer.service |   16 +
 community-i686/PKGBUILD  |   53 --
 community-i686/cgminer.conf.d|   11 ---
 community-i686/cgminer.service   |8 --
 community-x86_64/PKGBUILD|   53 --
 community-x86_64/cgminer.conf.d  |   11 ---
 community-x86_64/cgminer.service |8 --
 9 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-26 07:01:43 UTC (rev 93146)
+++ community-i686/PKGBUILD 2013-06-26 07:04:45 UTC (rev 93147)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=3.3.0
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
-'opencl-catalyst: OpenCL implementation for AMD')
-source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2;
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-[ $CARCH == x86_64 ]  makedepends+=('yasm')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Use in-tree jansson since it is not compatible with jansson 2.0
-  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, 
request_jansson=true)$/request_jansson=true/' -i configure.ac
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-  
-  #./autogen.sh
-  ./configure --prefix=/usr --enable-scrypt --disable-adl
-  
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-md5sums=('65af0ace6627d2ff50203d9a789f52da'
- 'fe4a243fabe24608f5c05e40f0f118f6'
- 'bd76fc92fedce18c59ccea2aa79cc664')

Copied: cgminer/repos/community-i686/PKGBUILD (from rev 93146, 
cgminer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-26 07:04:45 UTC (rev 93147)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: monson holymon...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: David Manouchehri da...@davidmanouchehri.com
+
+pkgname=cgminer
+pkgver=3.3.1
+pkgrel=1
+pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
+url='http://forum.bitcoin.org/index.php?topic=28402.0'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('curl' 'libcl')
+makedepends=('opencl-headers')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
+'opencl-catalyst: OpenCL implementation for AMD')
+source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2;
+$pkgname.conf.d
+$pkgname.service)
+backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
+
+[ $CARCH == x86_64 ]  makedepends+=('yasm')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Use in-tree jansson since it is not compatible with jansson 2.0
+  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, 

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

2013-06-26 Thread Evangelos Foutras
Date: Wednesday, June 26, 2013 @ 10:49:29
  Author: foutrelis
Revision: 93148

upgpkg: gaupol 0.23-1

New upstream release.

Modified:
  gaupol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-26 07:04:45 UTC (rev 93147)
+++ PKGBUILD2013-06-26 08:49:29 UTC (rev 93148)
@@ -6,7 +6,7 @@
 # Contributor: Sebastien Piccand sebcactus gmail com
 
 pkgname=gaupol
-pkgver=0.22
+pkgver=0.23
 pkgrel=1
 pkgdesc=An editor for text-based subtitles
 arch=('any')
@@ -21,8 +21,8 @@
 'mplayer: subtitle preview'
 'vlc: subtitle preview')
 install=gaupol.install
-source=(http://download.gna.org/$pkgname/0.22/$pkgname-$pkgver.tar.xz)
-sha256sums=('fa91a3606d11e261abcb572e8f573cd18290428e797c07e88047d8a9a056141d')
+source=(http://download.gna.org/$pkgname/0.23/$pkgname-$pkgver.tar.xz)
+sha256sums=('cbc28e81a32f97795d7968354b7f1832a5d1d43cddcbade8b67aec9f72195f10')
 
 package() {
   cd $srcdir/$pkgname-$pkgver



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

2013-06-26 Thread Evangelos Foutras
Date: Wednesday, June 26, 2013 @ 10:49:36
  Author: foutrelis
Revision: 93149

archrelease: copy trunk to community-any

Added:
  gaupol/repos/community-any/PKGBUILD
(from rev 93148, gaupol/trunk/PKGBUILD)
  gaupol/repos/community-any/gaupol.install
(from rev 93148, gaupol/trunk/gaupol.install)
Deleted:
  gaupol/repos/community-any/PKGBUILD
  gaupol/repos/community-any/gaupol.install

+
 PKGBUILD   |   66 +++
 gaupol.install |   28 +++
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-26 08:49:29 UTC (rev 93148)
+++ PKGBUILD2013-06-26 08:49:36 UTC (rev 93149)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: FJ joos...@gmail.com
-# Contributor: Sebastien Piccand sebcactus gmail com
-
-pkgname=gaupol
-pkgver=0.22
-pkgrel=1
-pkgdesc=An editor for text-based subtitles
-arch=('any')
-url=http://home.gna.org/gaupol;
-license=('GPL')
-depends=('python-gobject' 'iso-codes' 'desktop-file-utils'
- 'hicolor-icon-theme')
-makedepends=('gettext' 'intltool')
-optdepends=('python-pyenchant: spell-checking'
-'python-gtkspellcheck: inline spell-checking'
-'python-chardet: character encoding auto-detection'
-'mplayer: subtitle preview'
-'vlc: subtitle preview')
-install=gaupol.install
-source=(http://download.gna.org/$pkgname/0.22/$pkgname-$pkgver.tar.xz)
-sha256sums=('fa91a3606d11e261abcb572e8f573cd18290428e797c07e88047d8a9a056141d')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python3 setup.py --without-iso-codes install --root=$pkgdir -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/PKGBUILD (from rev 93148, 
gaupol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-26 08:49:36 UTC (rev 93149)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: FJ joos...@gmail.com
+# Contributor: Sebastien Piccand sebcactus gmail com
+
+pkgname=gaupol
+pkgver=0.23
+pkgrel=1
+pkgdesc=An editor for text-based subtitles
+arch=('any')
+url=http://home.gna.org/gaupol;
+license=('GPL')
+depends=('python-gobject' 'iso-codes' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+makedepends=('gettext' 'intltool')
+optdepends=('python-pyenchant: spell-checking'
+'python-gtkspellcheck: inline spell-checking'
+'python-chardet: character encoding auto-detection'
+'mplayer: subtitle preview'
+'vlc: subtitle preview')
+install=gaupol.install
+source=(http://download.gna.org/$pkgname/0.23/$pkgname-$pkgver.tar.xz)
+sha256sums=('cbc28e81a32f97795d7968354b7f1832a5d1d43cddcbade8b67aec9f72195f10')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python3 setup.py --without-iso-codes install --root=$pkgdir -O1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gaupol.install
===
--- gaupol.install  2013-06-26 08:49:29 UTC (rev 93148)
+++ gaupol.install  2013-06-26 08:49:36 UTC (rev 93149)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/gaupol.install (from rev 93148, 
gaupol/trunk/gaupol.install)
===
--- gaupol.install  (rev 0)
+++ gaupol.install  2013-06-26 08:49:36 UTC (rev 93149)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-06-26 Thread Sergej Pupykin
Date: Wednesday, June 26, 2013 @ 11:20:17
  Author: spupykin
Revision: 93151

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

Added:
  python-psycopg2/repos/community-i686/ChangeLog
(from rev 93150, python-psycopg2/trunk/ChangeLog)
  python-psycopg2/repos/community-i686/PKGBUILD
(from rev 93150, python-psycopg2/trunk/PKGBUILD)
  python-psycopg2/repos/community-x86_64/ChangeLog
(from rev 93150, python-psycopg2/trunk/ChangeLog)
  python-psycopg2/repos/community-x86_64/PKGBUILD
(from rev 93150, python-psycopg2/trunk/PKGBUILD)
Deleted:
  python-psycopg2/repos/community-i686/ChangeLog
  python-psycopg2/repos/community-i686/PKGBUILD
  python-psycopg2/repos/community-x86_64/ChangeLog
  python-psycopg2/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   50 ++
 /PKGBUILD  |   70 +++
 community-i686/ChangeLog   |   25 ---
 community-i686/PKGBUILD|   35 -
 community-x86_64/ChangeLog |   25 ---
 community-x86_64/PKGBUILD  |   35 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-06-26 09:19:56 UTC (rev 93150)
+++ community-i686/ChangeLog2013-06-26 09:20:17 UTC (rev 93151)
@@ -1,25 +0,0 @@
-
-2009-08-05  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Updated to: 2.0.11
-
-2009-03-24  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Updated for i686: 2.0.9
-
-2009-01-11  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Rebuilt for python 2.6
-
-2008-04-25  Mateusz Herych heni...@gmail.com
-
-   * Built for x86_64 - 2.0.7
-
-2008-04-23  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Built for i686 - 2.0.7
-
-2007-06-27  tardo  ta...@nagi-fanboi.net
-   
-   * Built for x86_64
-

Copied: python-psycopg2/repos/community-i686/ChangeLog (from rev 93150, 
python-psycopg2/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-06-26 09:20:17 UTC (rev 93151)
@@ -0,0 +1,25 @@
+
+2009-08-05  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated to: 2.0.11
+
+2009-03-24  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 2.0.9
+
+2009-01-11  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Rebuilt for python 2.6
+
+2008-04-25  Mateusz Herych heni...@gmail.com
+
+   * Built for x86_64 - 2.0.7
+
+2008-04-23  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Built for i686 - 2.0.7
+
+2007-06-27  tardo  ta...@nagi-fanboi.net
+   
+   * Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-26 09:19:56 UTC (rev 93150)
+++ community-i686/PKGBUILD 2013-06-26 09:20:17 UTC (rev 93151)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=python-psycopg2
-pkgname=('python-psycopg2' 'python2-psycopg2')
-pkgver=2.5
-pkgrel=1
-pkgdesc=A PostgreSQL database adapter for the Python programming language.
-arch=('i686' 'x86_64')
-url=http://initd.org/psycopg/;
-license=('LGPL3')
-makedepends=('python2' 'python' 'postgresql-libs=8.4.1')
-source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-$pkgver.tar.gz)
-md5sums=('facd82faa067e99b80146a0ee2f842f6')
-
-build() {
-  cd $srcdir/psycopg2-$pkgver
-  sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg
-}
-
-package_python-psycopg2() {
-  depends=('python' 'postgresql-libs=8.4.1')
-
-  cd $srcdir/psycopg2-$pkgver
-  python setup.py install --root=$pkgdir
-}
-
-package_python2-psycopg2() {
-  depends=('python2' 'postgresql-libs=8.4.1')
-
-  cd $srcdir/psycopg2-$pkgver
-  python2 setup.py install --root=$pkgdir
-}

Copied: python-psycopg2/repos/community-i686/PKGBUILD (from rev 93150, 
python-psycopg2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-26 09:20:17 UTC (rev 93151)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
+
+pkgbase=python-psycopg2
+pkgname=('python-psycopg2' 'python2-psycopg2')
+pkgver=2.5.1
+pkgrel=1
+pkgdesc=A PostgreSQL database adapter for the Python programming language.
+arch=('i686' 'x86_64')
+url=http://initd.org/psycopg/;
+license=('LGPL3')
+makedepends=('python2' 'python' 

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

2013-06-26 Thread Sergej Pupykin
Date: Wednesday, June 26, 2013 @ 11:19:56
  Author: spupykin
Revision: 93150

upgpkg: python-psycopg2 2.5.1-1

upd

Modified:
  python-psycopg2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-26 08:49:36 UTC (rev 93149)
+++ PKGBUILD2013-06-26 09:19:56 UTC (rev 93150)
@@ -5,7 +5,7 @@
 
 pkgbase=python-psycopg2
 pkgname=('python-psycopg2' 'python2-psycopg2')
-pkgver=2.5
+pkgver=2.5.1
 pkgrel=1
 pkgdesc=A PostgreSQL database adapter for the Python programming language.
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('LGPL3')
 makedepends=('python2' 'python' 'postgresql-libs=8.4.1')
 source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-$pkgver.tar.gz)
-md5sums=('facd82faa067e99b80146a0ee2f842f6')
+md5sums=('1b433f83d50d1bc61e09026e906d84c7')
 
 build() {
   cd $srcdir/psycopg2-$pkgver



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

2013-06-26 Thread Evangelos Foutras
Date: Wednesday, June 26, 2013 @ 13:06:46
  Author: foutrelis
Revision: 188942

upgpkg: goffice 0.10.3-1

New upstream release.

Modified:
  goffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-26 05:31:48 UTC (rev 188941)
+++ PKGBUILD2013-06-26 11:06:46 UTC (rev 188942)
@@ -2,7 +2,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=goffice
-pkgver=0.10.2
+pkgver=0.10.3
 pkgrel=1
 pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
 depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7d38769a7af655c0f0373738c786318734400d71b6bbc8d1ce6b6de99bb95674')
+sha256sums=('1fd0048b25f7687eede9b0a8d712922113995db74a095bf43ad150d01b236bf2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-06-26 Thread Evangelos Foutras
Date: Wednesday, June 26, 2013 @ 13:06:57
  Author: foutrelis
Revision: 188943

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-26 11:06:46 UTC (rev 188942)
+++ extra-i686/PKGBUILD 2013-06-26 11:06:57 UTC (rev 188943)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgname=goffice
-pkgver=0.10.2
-pkgrel=1
-pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL')
-options=('!libtool')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
-depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7d38769a7af655c0f0373738c786318734400d71b6bbc8d1ce6b6de99bb95674')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: goffice/repos/extra-i686/PKGBUILD (from rev 188942, 
goffice/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-26 11:06:57 UTC (rev 188943)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=goffice
+pkgver=0.10.3
+pkgrel=1
+pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL')
+options=('!libtool')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
+depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1fd0048b25f7687eede9b0a8d712922113995db74a095bf43ad150d01b236bf2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-06-26 11:06:46 UTC (rev 188942)
+++ extra-x86_64/PKGBUILD   2013-06-26 11:06:57 UTC (rev 188943)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgname=goffice
-pkgver=0.10.2
-pkgrel=1
-pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL')
-options=('!libtool')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
-depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7d38769a7af655c0f0373738c786318734400d71b6bbc8d1ce6b6de99bb95674')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: goffice/repos/extra-x86_64/PKGBUILD (from rev 188942, 
goffice/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-06-26 11:06:57 UTC (rev 188943)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=goffice
+pkgver=0.10.3
+pkgrel=1
+pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL')
+options=('!libtool')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
+depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1fd0048b25f7687eede9b0a8d712922113995db74a095bf43ad150d01b236bf2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+

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

2013-06-26 Thread Evangelos Foutras
Date: Wednesday, June 26, 2013 @ 13:13:30
  Author: foutrelis
Revision: 188945

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

Added:
  gnumeric/repos/extra-i686/PKGBUILD
(from rev 188944, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-i686/gnumeric.install
(from rev 188944, gnumeric/trunk/gnumeric.install)
  gnumeric/repos/extra-i686/revert-warnings.patch
(from rev 188944, gnumeric/trunk/revert-warnings.patch)
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 188944, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/gnumeric.install
(from rev 188944, gnumeric/trunk/gnumeric.install)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 188944, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-i686/PKGBUILD
  gnumeric/repos/extra-i686/gnumeric-1.12.1-automake-1.13.patch
  gnumeric/repos/extra-i686/gnumeric.install
  gnumeric/repos/extra-i686/revert-warnings.patch
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/gnumeric-1.12.1-automake-1.13.patch
  gnumeric/repos/extra-x86_64/gnumeric.install
  gnumeric/repos/extra-x86_64/revert-warnings.patch

--+
 /PKGBUILD|   94 ++
 /gnumeric.install|   38 +++
 /revert-warnings.patch   |   22 
 extra-i686/PKGBUILD  |   55 ---
 extra-i686/gnumeric-1.12.1-automake-1.13.patch   |  104 -
 extra-i686/gnumeric.install  |   19 ---
 extra-i686/revert-warnings.patch |   11 --
 extra-x86_64/PKGBUILD|   55 ---
 extra-x86_64/gnumeric-1.12.1-automake-1.13.patch |  104 -
 extra-x86_64/gnumeric.install|   19 ---
 extra-x86_64/revert-warnings.patch   |   11 --
 11 files changed, 154 insertions(+), 378 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-26 11:13:13 UTC (rev 188944)
+++ extra-i686/PKGBUILD 2013-06-26 11:13:30 UTC (rev 188945)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-# Contributor: Kritoke typeoli...@yahoo.com
-
-pkgname=gnumeric
-pkgver=1.12.2
-pkgrel=2
-pkgdesc=A GNOME Spreadsheet Program
-arch=('i686' 'x86_64')
-url=http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' 'gnome-doc-utils'
- 'gobject-introspection' 'optipng')
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-install=gnumeric.install
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
-gnumeric-1.12.1-automake-1.13.patch
-revert-warnings.patch)
-sha256sums=('d6fda191c1c76be2ede21fe78b8c9f96d39aea82ccfb537775a83bf88d781874'
-'1eb57b931023d961e9d0f3675fe96b5559270fa38c97401cb06fc7aed9c8e275'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ../gnumeric-1.12.1-automake-1.13.patch
-  patch -Np0 -i ../revert-warnings.patch
-
-  # Remove invalid mime type. (FS#26338)
-  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
-
-  autoreconf -fi
-
-  # Fix invalid PNG images to work with libpng 1.6
-  # https://bugzilla.gnome.org/show_bug.cgi?id=699683
-  # XXX: PNGs have been fixed upsteam; remove when gnumeric 1.12.3 is out
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-schemas-compile --enable-introspection
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gnumeric/repos/extra-i686/PKGBUILD (from rev 188944, 
gnumeric/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-26 11:13:30 UTC (rev 188945)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Kritoke typeoli...@yahoo.com
+
+pkgname=gnumeric
+pkgver=1.12.3
+pkgrel=1
+pkgdesc=A GNOME Spreadsheet Program
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' 'gnome-doc-utils'
+ 'gobject-introspection')
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'

[arch-commits] Commit in gnumeric/trunk (PKGBUILD gnumeric-1.12.1-automake-1.13.patch)

2013-06-26 Thread Evangelos Foutras
Date: Wednesday, June 26, 2013 @ 13:13:13
  Author: foutrelis
Revision: 188944

upgpkg: gnumeric 1.12.3-1

New upstream release.

Modified:
  gnumeric/trunk/PKGBUILD
Deleted:
  gnumeric/trunk/gnumeric-1.12.1-automake-1.13.patch

-+
 PKGBUILD|   16 +
 gnumeric-1.12.1-automake-1.13.patch |  104 --
 2 files changed, 4 insertions(+), 116 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-26 11:06:57 UTC (rev 188943)
+++ PKGBUILD2013-06-26 11:13:13 UTC (rev 188944)
@@ -3,15 +3,15 @@
 # Contributor: Kritoke typeoli...@yahoo.com
 
 pkgname=gnumeric
-pkgver=1.12.2
-pkgrel=2
+pkgver=1.12.3
+pkgrel=1
 pkgdesc=A GNOME Spreadsheet Program
 arch=('i686' 'x86_64')
 url=http://www.gnome.org/projects/gnumeric/;
 license=('GPL')
 depends=('goffice' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('intltool' 'psiconv' 'pygobject-devel' 'gnome-doc-utils'
- 'gobject-introspection' 'optipng')
+ 'gobject-introspection')
 optdepends=('python2-gobject: for python plugin support'
 'perl: for perl plugin support'
 'psiconv: for Psion 5 file support'
@@ -19,27 +19,19 @@
 install=gnumeric.install
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
-gnumeric-1.12.1-automake-1.13.patch
 revert-warnings.patch)
-sha256sums=('d6fda191c1c76be2ede21fe78b8c9f96d39aea82ccfb537775a83bf88d781874'
-'1eb57b931023d961e9d0f3675fe96b5559270fa38c97401cb06fc7aed9c8e275'
+sha256sums=('b332e6785077a2e7febf26a6ccac73e9ae1813c365bc3bf851fb27a5477713a6'
 'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  patch -Np1 -i ../gnumeric-1.12.1-automake-1.13.patch
   patch -Np0 -i ../revert-warnings.patch
 
   # Remove invalid mime type. (FS#26338)
   sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
 
   autoreconf -fi
-
-  # Fix invalid PNG images to work with libpng 1.6
-  # https://bugzilla.gnome.org/show_bug.cgi?id=699683
-  # XXX: PNGs have been fixed upsteam; remove when gnumeric 1.12.3 is out
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
 }
 
 build() {

Deleted: gnumeric-1.12.1-automake-1.13.patch
===
--- gnumeric-1.12.1-automake-1.13.patch 2013-06-26 11:06:57 UTC (rev 188943)
+++ gnumeric-1.12.1-automake-1.13.patch 2013-06-26 11:13:13 UTC (rev 188944)
@@ -1,104 +0,0 @@
-diff -up gnumeric-1.12.0/test/Makefile.am.automake-1_13 
gnumeric-1.12.0/test/Makefile.am
 gnumeric-1.12.0/test/Makefile.am.automake-1_13 2011-05-18 
02:54:24.0 +0200
-+++ gnumeric-1.12.0/test/Makefile.am   2013-01-05 18:25:56.380686587 +0100
-@@ -25,7 +25,99 @@
- #
- # 90xx: Misc stuff.
- 
--TESTS = $(sort $(wildcard $(srcdir)/t[0-9][0-9][0-9][0-9]-*.pl))
-+TESTS = \
-+t1000-statfuns.pl \
-+t1001-mathfuns.pl \
-+t1002-finfuns.pl \
-+t1003-engfuns.pl \
-+t1004-textfuns.pl \
-+t1005-logfuns.pl \
-+t1006-datefuns.pl \
-+t1007-dbfuns.pl \
-+t1008-infofuns.pl \
-+t1009-lookfuns.pl \
-+t1010-bitwise.pl \
-+t1011-yalta2008.pl \
-+t1100-chitest.pl \
-+t1101-ftest.pl \
-+t1102-ttest.pl \
-+t1103-sumif.pl \
-+t1104-linest.pl \
-+t1800-operators.pl \
-+t1900-array.pl \
-+t1901-regress.pl \
-+t1902-array-intersection.pl \
-+t2000-names-insdel.pl \
-+t2001-func-help.pl \
-+t2002-nonascii-numbers.pl \
-+t2003-random-generators.pl \
-+t2800-style-optimizer.pl \
-+t5900-sc.pl \
-+t5901-qpro.pl \
-+t5902-applix.pl \
-+t5903-sylk.pl \
-+t5904-mps.pl \
-+t6000-statfuns.pl \
-+t6001-mathfuns.pl \
-+t6002-objs.pl \
-+t6003-lookfuns.pl \
-+t6004-chart-tests.pl \
-+t6004-finfuns.pl \
-+t6100-statfuns-ods.pl \
-+t6101-mathfuns-ods.pl \
-+t6102-objs-ods.pl \
-+t6103-lookfuns-ods.pl \
-+t6104-finfuns-ods.pl \
-+t7000-goal-seek.pl \
-+t7100-solver-blend.pl \
-+t7101-solver-afiro.pl \
-+t7110-solver-Misra1a.pl \
-+t7111-solver-Chwirut2.pl \
-+t7112-solver-Chwirut1.pl \
-+t7113-solver-Lanczos3.pl \
-+t7114-solver-Gauss1.pl \
-+t7115-solver-Gauss2.pl \
-+t7116-solver-DanWood.pl \
-+t7117-solver-Misra1b.pl \
-+t7120-solver-Kirby2.pl \
-+t7121-solver-Hahn1.pl \
-+t7122-solver-Nelson.pl \
-+t7123-solver-MGH17.pl \
-+t7124-solver-Lanczos1.pl \
-+t7125-solver-Lanczos2.pl \
-+t7126-solver-Gauss3.pl \
-+t7127-solver-Misra1c.pl \
-+t7128-solver-Misra1d.pl \
-+t7129-solver-Roszman1.pl \
-+t7130-solver-ENSO.pl \
-+t7140-solver-MGH09.pl \
-+t7141-solver-Thurber.pl \
-+t7142-solver-BoxBOD.pl \
-+t7143-solver-Rat42.pl \
-+t7144-solver-MGH10.pl \
-+t7145-solver-Eckerle4.pl \
-+t7146-solver-Rat43.pl \
-+t7147-solver-Bennett5.pl \
-+t8000-valgrind.pl \
-+t8001-valgrind-xls.pl \
-+t8002-valgrind-gnumeric.pl \
-+t8003-valgrind-pdf.pl \
-+t8004-valgrind-xls-macro.pl \
-+t8005-valgrind-chart-fit.pl \

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

2013-06-26 Thread Sergej Pupykin
Date: Wednesday, June 26, 2013 @ 13:50:15
  Author: spupykin
Revision: 93152

upgpkg: darktable 1.2.2-1

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-26 09:20:17 UTC (rev 93151)
+++ PKGBUILD2013-06-26 11:50:15 UTC (rev 93152)
@@ -4,9 +4,9 @@
 # Contributor: Johannes Hanika hanatos at gmail dot com
 
 pkgname=darktable
-pkgver=1.2.1
+pkgver=1.2.2
 _pkgver=1.2
-pkgrel=2
+pkgrel=1
 pkgdesc=Utility to organize and develop raw images
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
@@ -19,7 +19,7 @@
 install=darktable.install
 options=(!libtool)
 
source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
-md5sums=('f97057352b1b4447997d1f1f65fa')
+md5sums=('df2a2b02d6d855cfd8f1cf77c7e12995')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-06-26 Thread Sergej Pupykin
Date: Wednesday, June 26, 2013 @ 13:50:34
  Author: spupykin
Revision: 93153

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

Added:
  darktable/repos/community-i686/PKGBUILD
(from rev 93152, darktable/trunk/PKGBUILD)
  darktable/repos/community-i686/darktable.install
(from rev 93152, darktable/trunk/darktable.install)
  darktable/repos/community-x86_64/PKGBUILD
(from rev 93152, darktable/trunk/PKGBUILD)
  darktable/repos/community-x86_64/darktable.install
(from rev 93152, darktable/trunk/darktable.install)
Deleted:
  darktable/repos/community-i686/PKGBUILD
  darktable/repos/community-i686/darktable.install
  darktable/repos/community-x86_64/PKGBUILD
  darktable/repos/community-x86_64/darktable.install

+
 /PKGBUILD  |   88 +++
 /darktable.install |   22 
 community-i686/PKGBUILD|   44 -
 community-i686/darktable.install   |   11 
 community-x86_64/PKGBUILD  |   44 -
 community-x86_64/darktable.install |   11 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-26 11:50:15 UTC (rev 93152)
+++ community-i686/PKGBUILD 2013-06-26 11:50:34 UTC (rev 93153)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Christian Himpel chressie at gmail dot com
-# Contributor: Johannes Hanika hanatos at gmail dot com
-
-pkgname=darktable
-pkgver=1.2.1
-_pkgver=1.2
-pkgrel=2
-pkgdesc=Utility to organize and develop raw images
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
-'curl' 'libgnome-keyring' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk-engines')
-makedepends=('intltool=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-options=(!libtool)
-source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
-md5sums=('f97057352b1b4447997d1f1f65fa')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p build
-  cd build
-  CXXFLAGS+= -fpermissive
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DDONT_INSTALL_GCONF_SCHEMAS=True \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DUSE_GCONF_BACKEND=Off \
-  -DBUILD_USERMANUAL=False \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
-}

Copied: darktable/repos/community-i686/PKGBUILD (from rev 93152, 
darktable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-26 11:50:34 UTC (rev 93153)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Christian Himpel chressie at gmail dot com
+# Contributor: Johannes Hanika hanatos at gmail dot com
+
+pkgname=darktable
+pkgver=1.2.2
+_pkgver=1.2
+pkgrel=1
+pkgdesc=Utility to organize and develop raw images
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libgnome-keyring' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk-engines')
+makedepends=('intltool=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
+md5sums=('df2a2b02d6d855cfd8f1cf77c7e12995')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p build
+  cd build
+  CXXFLAGS+= -fpermissive
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DDONT_INSTALL_GCONF_SCHEMAS=True \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DUSE_GCONF_BACKEND=Off \
+  -DBUILD_USERMANUAL=False \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
+}

Deleted: community-i686/darktable.install
===
--- community-i686/darktable.install2013-06-26 11:50:15 UTC (rev 93152)
+++ community-i686/darktable.install2013-06-26 11:50:34 UTC (rev 93153)
@@ -1,11 +0,0 @@
-post_install() {
-  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
-}
-
-post_upgrade() {
-  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
-}
-
-post_remove() {
-  [ -x `which 

[arch-commits] Commit in pacman-mirrorlist/repos/core-any (4 files)

2013-06-26 Thread Dan McGee
Date: Wednesday, June 26, 2013 @ 14:38:20
  Author: dan
Revision: 188947

archrelease: copy trunk to core-any

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

+
 PKGBUILD   |   62 +++
 mirrorlist |  509 ++-
 2 files changed, 291 insertions(+), 280 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-26 12:38:05 UTC (rev 188946)
+++ PKGBUILD2013-06-26 12:38:20 UTC (rev 188947)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=pacman-mirrorlist
-pkgver=20130601
-pkgrel=1
-pkgdesc=Arch Linux mirror list for use by pacman
-arch=('any')
-url=http://www.archlinux.org/mirrorlist/;
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c . PKGBUILD; updatelist
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  wget -O mirrorlist https://www.archlinux.org/mirrorlist/all/smart/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('c02bb1b302f8620ee4628311ac400917')
-sha256sums=('76008d2a419d10336a44618c804be380b02f8d893b58a09830149a30b79a65ab')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 188946, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-26 12:38:20 UTC (rev 188947)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgname=pacman-mirrorlist
+pkgver=20130626
+pkgrel=1
+pkgdesc=Arch Linux mirror list for use by pacman
+arch=('any')
+url=http://www.archlinux.org/mirrorlist/;
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c . PKGBUILD; updatelist
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  wget -O mirrorlist https://www.archlinux.org/mirrorlist/all/smart/
+}
+
+package() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('a6149e2cd43bc25ac25bdb19078ba0ac')
+sha256sums=('f8c16642b3400044e8745fb89808c9e8ebffe62a3b93ac478de054f9c14d')

Deleted: mirrorlist
===
--- mirrorlist  2013-06-26 12:38:05 UTC (rev 188946)
+++ mirrorlist  2013-06-26 12:38:20 UTC (rev 188947)
@@ -1,249 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2013-06-01
-##
-
-## Australia
-#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-
-## Austria
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Brazil
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
-
-## Bulgaria
-#Server = http://archlinux.igor.onlinedirect.bg/$repo/os/$arch
-
-## Canada
-#Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.its.dal.ca/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.rafal.ca/$repo/os/$arch
-#Server = http://archlinux.mirror.vexxhost.com/$repo/os/$arch
-
-## Chile
-#Server = http://mirror.archlinux.cl/$repo/os/$arch
-
-## China
-#Server = http://mirrors.163.com/archlinux/$repo/os/$arch
-#Server = http://mirror.bjtu.edu.cn/archlinux/$repo/os/$arch
-#Server = http://mirror6.bjtu.edu.cn/archlinux/$repo/os/$arch
-#Server = http://mirrors.neusoft.edu.cn/archlinux/$repo/os/$arch
-#Server = http://mirrors.stuhome.net/archlinux/$repo/os/$arch
-#Server = http://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
-#Server = http://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
-#Server = http://mirrors6.ustc.edu.cn/archlinux/$repo/os/$arch
-
-## Colombia
-#Server = http://www.laqee.unal.edu.co/archlinux/$repo/os/$arch
-
-## Czech Republic
-#Server = http://archlinux.mirror.dkm.cz/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.vpsfree.cz/archlinux/$repo/os/$arch
-
-## Denmark
-#Server = http

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

2013-06-26 Thread Dan McGee
Date: Wednesday, June 26, 2013 @ 14:38:05
  Author: dan
Revision: 188946

upgpkg: pacman-mirrorlist 20130626-1

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |   19 +++
 2 files changed, 18 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-26 11:13:30 UTC (rev 188945)
+++ PKGBUILD2013-06-26 12:38:05 UTC (rev 188946)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=pacman-mirrorlist
-pkgver=20130601
+pkgver=20130626
 pkgrel=1
 pkgdesc=Arch Linux mirror list for use by pacman
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('c02bb1b302f8620ee4628311ac400917')
-sha256sums=('76008d2a419d10336a44618c804be380b02f8d893b58a09830149a30b79a65ab')
+md5sums=('a6149e2cd43bc25ac25bdb19078ba0ac')
+sha256sums=('f8c16642b3400044e8745fb89808c9e8ebffe62a3b93ac478de054f9c14d')

Modified: mirrorlist
===
--- mirrorlist  2013-06-26 11:13:30 UTC (rev 188945)
+++ mirrorlist  2013-06-26 12:38:05 UTC (rev 188946)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2013-06-01
+## Generated on 2013-06-26
 ##
 
 ## Australia
@@ -8,6 +8,7 @@
 #Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
 #Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
+#Server = http://archlinux.mirror.uber.com.au/$repo/os/$arch
 
 ## Austria
 #Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
@@ -61,11 +62,12 @@
 #Server = http://ftp.eenet.ee/pub/archlinux/$repo/os/$arch
 
 ## Finland
-#Server = http://mirror.academica.fi/archlinux/$repo/os/$arch
 #Server = http://mirror.archlinux.fi/archlinux/$repo/os/$arch
 
 ## France
+#Server = http://archlinux.aubrac-medical.fr/$repo/os/$arch
 #Server = http://mirror.archlinux.ikoula.com/archlinux/$repo/os/$arch
+#Server = http://archlinux.vi-di.fr/$repo/os/$arch
 #Server = http://mirror.brainfork.me/archlinux/$repo/os/$arch
 #Server = 
http://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/$arch
 #Server = http://mir.archlinux.fr/$repo/os/$arch
@@ -79,9 +81,11 @@
 #Server = http://artfiles.org/archlinux.org/$repo/os/$arch
 #Server = http://mirror.fluxent.de/archlinux/$repo/os/$arch
 #Server = http://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch
+#Server = http://ftp.hawo.stw.uni-erlangen.de/archlinux/$repo/os/$arch
 #Server = http://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/$arch
 #Server = http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/$arch
 #Server = http://mirror.de.leaseweb.net/archlinux/$repo/os/$arch
+#Server = http://mirror.michael-eckert.net/archlinux/$repo/os/$arch
 #Server = http://mirrors.n-ix.net/archlinux/$repo/os/$arch
 #Server = http://mirror.netcologne.de/archlinux/$repo/os/$arch
 #Server = http://ftp.neutrinopower.de/archlinux/$repo/os/$arch
@@ -104,9 +108,15 @@
 ## Hungary
 #Server = http://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/$repo/os/$arch
 
+## Iceland
+#Server = http://mirror.system.is/arch/$repo/os/$arch
+
 ## India
 #Server = http://mirror.cse.iitk.ac.in/archlinux/$repo/os/$arch
 
+## Indonesia
+#Server = http://jaran.undip.ac.id/archlinux/$repo/os/$arch
+
 ## Ireland
 #Server = http://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/$arch
 
@@ -157,13 +167,16 @@
 
 ## Poland
 #Server = http://mirror.chmuri.net/archmirror/$repo/os/$arch
+#Server = http://archlinux.mirror.pl.ionic.net.pl/$repo/os/$arch
 #Server = http://ftp.vectranet.pl/archlinux/$repo/os/$arch
 
 ## Portugal
+#Server = http://archlinux.dcc.fc.up.pt/$repo/os/$arch
 #Server = http://ftp.rnl.ist.utl.pt/pub/archlinux/$repo/os/$arch
 
 ## Romania
 #Server = http://mirror.archlinux.ro/archlinux/$repo/os/$arch
+#Server = http://archlinux.mirrors.linux.ro/$repo/os/$arch
 
 ## Russian Federation
 #Server = http://mirror.rol.ru/archlinux/$repo/os/$arch
@@ -211,7 +224,6 @@
 ## United Kingdom
 #Server = http://mirror.bytemark.co.uk/archlinux/$repo/os/$arch
 #Server = http://mirror.cinosure.com/archlinux/$repo/os/$arch
-#Server = http://mirror.lividpenguin.com/pub/archlinux/$repo/os/$arch
 #Server = http://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/$arch
 #Server = http://archlinux.mirrors.uk2.net/$repo/os/$arch
 
@@ -226,7 +238,6 @@
 #Server = http://mirrors.gigenet.com/archlinux/$repo/os/$arch
 #Server = http://www.gtlib.gatech.edu/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.ancl.hawaii.edu/linux/archlinux/$repo/os/$arch
-#Server = http://hive.ist.unomaha.edu/archlinux/$repo/os/$arch
 #Server = http://mirror.jmu.edu/pub/archlinux/$repo/os/$arch
 #Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch
 #Server = http://mirror.us.leaseweb.net/archlinux/$repo/os/$arch



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

2013-06-26 Thread Sergej Pupykin
Date: Wednesday, June 26, 2013 @ 15:29:11
  Author: spupykin
Revision: 93154

upgpkg: lua-zlib 0.2-7

upd

Modified:
  lua-zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-26 11:50:34 UTC (rev 93153)
+++ PKGBUILD2013-06-26 13:29:11 UTC (rev 93154)
@@ -1,10 +1,11 @@
 # $Id$
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
-pkgname=(lua-zlib lua51-zlib)
+#pkgname=(lua-zlib lua51-zlib)
+pkgname=(lua51-zlib)
 pkgbase=lua-zlib
 pkgver=0.2
-pkgrel=6
+pkgrel=7
 _gitver=8d07669
 url=http://github.com/brimworks/lua-zlib;
 pkgdesc='Simple streaming interface to zlib for Lua.'
@@ -19,10 +20,10 @@
   cp -a $srcdir/brimworks-lua-zlib-${_gitver} 
$srcdir/brimworks-lua51-zlib-${_gitver}
 
   cd $srcdir/brimworks-lua-zlib-${_gitver}
-  gcc -o zlib.so -O2 -fPIC -shared lua_zlib.c -llua
+  gcc -o zlib.so -O2 -fPIC -shared lua_zlib.c -llua -lz
 
   cd $srcdir/brimworks-lua51-zlib-${_gitver}
-  gcc -o zlib.so -O2 -fPIC -shared -I/usr/include/lua5.1 lua_zlib.c -llua5.1
+  gcc -o zlib.so -O2 -fPIC -shared -I/usr/include/lua5.1 lua_zlib.c -llua5.1 
-lz
 }
 
 package_lua-zlib() {



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

2013-06-26 Thread Sergej Pupykin
Date: Wednesday, June 26, 2013 @ 15:29:27
  Author: spupykin
Revision: 93155

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

Added:
  lua-zlib/repos/community-i686/ChangeLog
(from rev 93154, lua-zlib/trunk/ChangeLog)
  lua-zlib/repos/community-i686/PKGBUILD
(from rev 93154, lua-zlib/trunk/PKGBUILD)
  lua-zlib/repos/community-x86_64/ChangeLog
(from rev 93154, lua-zlib/trunk/ChangeLog)
  lua-zlib/repos/community-x86_64/PKGBUILD
(from rev 93154, lua-zlib/trunk/PKGBUILD)
Deleted:
  lua-zlib/repos/community-i686/ChangeLog
  lua-zlib/repos/community-i686/PKGBUILD
  lua-zlib/repos/community-x86_64/ChangeLog
  lua-zlib/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   84 ++
 /PKGBUILD  |   86 +++
 community-i686/ChangeLog   |   42 -
 community-i686/PKGBUILD|   42 -
 community-x86_64/ChangeLog |   42 -
 community-x86_64/PKGBUILD  |   42 -
 6 files changed, 170 insertions(+), 168 deletions(-)

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-26 13:29:11 UTC (rev 93154)
+++ community-i686/PKGBUILD 2013-06-26 13:29:27 UTC (rev 93155)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=(lua-zlib lua51-zlib)
-pkgbase=lua-zlib
-pkgver=0.2
-pkgrel=6
-_gitver=8d07669
-url=http://github.com/brimworks/lua-zlib;
-pkgdesc='Simple streaming interface to zlib for Lua.'
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('cmake' 'lua' 'lua51' 'zlib')
-conflicts=('lua-lzlib')
-source=(lua-zlib-$pkgver.zip::https://github.com/brimworks/lua-zlib/zipball/v$pkgver;)
-md5sums=('e6c780c0c4b6dcb88cf16949bb751be7')
-
-build() {
-  cp -a $srcdir/brimworks-lua-zlib-${_gitver} 
$srcdir/brimworks-lua51-zlib-${_gitver}
-
-  cd $srcdir/brimworks-lua-zlib-${_gitver}
-  gcc -o zlib.so -O2 -fPIC -shared lua_zlib.c -llua
-
-  cd $srcdir/brimworks-lua51-zlib-${_gitver}
-  gcc -o zlib.so -O2 -fPIC -shared -I/usr/include/lua5.1 lua_zlib.c -llua5.1
-}
-
-package_lua-zlib() {
-  depends=('zlib' 'lua')
-
-  cd $srcdir/brimworks-lua-zlib-${_gitver}
-  install -Dm0755 zlib.so $pkgdir/usr/lib/lua/5.2/zlib.so
-  install -Dm644 README $pkgdir/usr/share/licenses/$pkgname/README
-}
-
-package_lua51-zlib() {
-  depends=('zlib' 'lua51')
-
-  cd 

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

2013-06-26 Thread Sergej Pupykin
Date: Wednesday, June 26, 2013 @ 15:34:04
  Author: spupykin
Revision: 93159

upgpkg: lua-zlib 0.2-8

upd

Modified:
  lua-zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-26 13:30:54 UTC (rev 93158)
+++ PKGBUILD2013-06-26 13:34:04 UTC (rev 93159)
@@ -5,7 +5,7 @@
 pkgname=(lua51-zlib)
 pkgbase=lua-zlib
 pkgver=0.2
-pkgrel=7
+pkgrel=8
 _gitver=8d07669
 url=http://github.com/brimworks/lua-zlib;
 pkgdesc='Simple streaming interface to zlib for Lua.'



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

2013-06-26 Thread Sergej Pupykin
Date: Wednesday, June 26, 2013 @ 15:34:20
  Author: spupykin
Revision: 93160

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

Added:
  lua-zlib/repos/community-i686/ChangeLog
(from rev 93159, lua-zlib/trunk/ChangeLog)
  lua-zlib/repos/community-i686/PKGBUILD
(from rev 93159, lua-zlib/trunk/PKGBUILD)
  lua-zlib/repos/community-x86_64/ChangeLog
(from rev 93159, lua-zlib/trunk/ChangeLog)
  lua-zlib/repos/community-x86_64/PKGBUILD
(from rev 93159, lua-zlib/trunk/PKGBUILD)
Deleted:
  lua-zlib/repos/community-i686/ChangeLog
  lua-zlib/repos/community-i686/PKGBUILD
  lua-zlib/repos/community-x86_64/ChangeLog
  lua-zlib/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   84 ++
 /PKGBUILD  |   86 +++
 community-i686/ChangeLog   |   42 -
 community-i686/PKGBUILD|   43 -
 community-x86_64/ChangeLog |   42 -
 community-x86_64/PKGBUILD  |   43 -
 6 files changed, 170 insertions(+), 170 deletions(-)

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-26 13:34:04 UTC (rev 93159)
+++ community-i686/PKGBUILD 2013-06-26 13:34:20 UTC (rev 93160)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-#pkgname=(lua-zlib lua51-zlib)
-pkgname=(lua51-zlib)
-pkgbase=lua-zlib
-pkgver=0.2
-pkgrel=7
-_gitver=8d07669
-url=http://github.com/brimworks/lua-zlib;
-pkgdesc='Simple streaming interface to zlib for Lua.'
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('cmake' 'lua' 'lua51' 'zlib')
-conflicts=('lua-lzlib')
-source=(lua-zlib-$pkgver.zip::https://github.com/brimworks/lua-zlib/zipball/v$pkgver;)
-md5sums=('e6c780c0c4b6dcb88cf16949bb751be7')
-
-build() {
-  cp -a $srcdir/brimworks-lua-zlib-${_gitver} 
$srcdir/brimworks-lua51-zlib-${_gitver}
-
-  cd $srcdir/brimworks-lua-zlib-${_gitver}
-  gcc -o zlib.so -O2 -fPIC -shared lua_zlib.c -llua -lz
-
-  cd $srcdir/brimworks-lua51-zlib-${_gitver}
-  gcc -o zlib.so -O2 -fPIC -shared -I/usr/include/lua5.1 lua_zlib.c -llua5.1 
-lz
-}
-
-package_lua-zlib() {
-  depends=('zlib' 'lua')
-
-  cd $srcdir/brimworks-lua-zlib-${_gitver}
-  install -Dm0755 zlib.so $pkgdir/usr/lib/lua/5.2/zlib.so
-  install -Dm644 README $pkgdir/usr/share/licenses/$pkgname/README
-}
-
-package_lua51-zlib() {
-  depends=('zlib' 

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

2013-06-26 Thread Sergej Pupykin
Date: Wednesday, June 26, 2013 @ 15:30:54
  Author: spupykin
Revision: 93158

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

Added:
  lua-zlib/repos/community-i686/
  lua-zlib/repos/community-i686/ChangeLog
(from rev 93157, lua-zlib/trunk/ChangeLog)
  lua-zlib/repos/community-i686/PKGBUILD
(from rev 93157, lua-zlib/trunk/PKGBUILD)
  lua-zlib/repos/community-x86_64/
  lua-zlib/repos/community-x86_64/ChangeLog
(from rev 93157, lua-zlib/trunk/ChangeLog)
  lua-zlib/repos/community-x86_64/PKGBUILD
(from rev 93157, lua-zlib/trunk/PKGBUILD)

+
 community-i686/ChangeLog   |   42 ++
 community-i686/PKGBUILD|   43 +++
 community-x86_64/ChangeLog |   42 ++
 community-x86_64/PKGBUILD  |   43 +++
 4 files changed, 170 insertions(+)

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

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

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

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

2013-06-26 Thread Timothy Redaelli
Date: Wednesday, June 26, 2013 @ 16:39:14
  Author: tredaelli
Revision: 93161

upgpkg: bitcoin 0.8.3-1

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-26 13:34:20 UTC (rev 93160)
+++ PKGBUILD2013-06-26 14:39:14 UTC (rev 93161)
@@ -4,14 +4,14 @@
 
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.8.2
-pkgrel=2
+pkgver=0.8.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.bitcoin.org/;
 makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
 license=('MIT')
 
source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
-sha256sums=('e15d3134f4efd8d60e243c7177edba06ac471619674ca07a42a1dced5f498728')
+sha256sums=('c6003a6af947e6978b13ab55d7bb7ec97aedc55022fb4924d08792a8d4f83a35')
 
 build() {
   cd $srcdir/$pkgbase-$pkgver-linux/src



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

2013-06-26 Thread Timothy Redaelli
Date: Wednesday, June 26, 2013 @ 16:39:47
  Author: tredaelli
Revision: 93162

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

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 93161, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-i686/bitcoin-qt.install
(from rev 93161, bitcoin/trunk/bitcoin-qt.install)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 93161, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/bitcoin-qt.install
(from rev 93161, bitcoin/trunk/bitcoin-qt.install)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-i686/bitcoin-qt.install
  bitcoin/repos/community-x86_64/PKGBUILD
  bitcoin/repos/community-x86_64/bitcoin-qt.install

-+
 /PKGBUILD   |  114 ++
 /bitcoin-qt.install |   22 ++
 community-i686/PKGBUILD |   57 -
 community-i686/bitcoin-qt.install   |   11 ---
 community-x86_64/PKGBUILD   |   57 -
 community-x86_64/bitcoin-qt.install |   11 ---
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-26 14:39:14 UTC (rev 93161)
+++ community-i686/PKGBUILD 2013-06-26 14:39:47 UTC (rev 93162)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: shahid hellla...@gmail.com
-
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.8.2
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://www.bitcoin.org/;
-makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
-license=('MIT')
-source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
-sha256sums=('e15d3134f4efd8d60e243c7177edba06ac471619674ca07a42a1dced5f498728')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-
-  # and make qt gui
-  qmake-qt4 USE_QRCODE=1
-  make
-
-  # make bitcoind
-  make -f makefile.unix -C src  CXXFLAGS=$CXXFLAGS
-}
-
-
-package_bitcoin-qt() {
-  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - QT
-  depends=(boost-libs qt4 miniupnpc qrencode)
-  install=bitcoin-qt.install
-
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-  install -Dm755 bitcoin-qt $pkgdir/usr/bin/bitcoin-qt
-  install -Dm644 contrib/debian/bitcoin-qt.desktop \
-$pkgdir/usr/share/applications/bitcoin.desktop
-  install -Dm644 share/pixmaps/bitcoin128.png \
-$pkgdir/usr/share/pixmaps/bitcoin128.png
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-package_bitcoin-daemon() {
-  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - daemon
-  depends=(boost-libs miniupnpc openssl)
-
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-  install -Dm755 src/bitcoind $pkgdir/usr/bin/bitcoind
-  install -Dm644 contrib/debian/examples/bitcoin.conf \
-$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf
-  install -Dm644 contrib/debian/manpages/bitcoind.1 \
-$pkgdir/usr/share/man/man1/bitcoind.1
-  install -Dm644 contrib/debian/manpages/bitcoin.conf.5 \
-$pkgdir/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-

Copied: bitcoin/repos/community-i686/PKGBUILD (from rev 93161, 
bitcoin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-26 14:39:47 UTC (rev 93162)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: shahid hellla...@gmail.com
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-qt')
+pkgver=0.8.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.bitcoin.org/;
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
+license=('MIT')
+source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
+sha256sums=('c6003a6af947e6978b13ab55d7bb7ec97aedc55022fb4924d08792a8d4f83a35')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver-linux/src
+
+  # and make qt gui
+  qmake-qt4 USE_QRCODE=1
+  make
+
+  # make bitcoind
+  make -f makefile.unix -C src  CXXFLAGS=$CXXFLAGS
+}
+
+
+package_bitcoin-qt() {
+  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - QT
+  depends=(boost-libs qt4 miniupnpc qrencode)
+  install=bitcoin-qt.install
+
+  cd $srcdir/$pkgbase-$pkgver-linux/src
+  install -Dm755 bitcoin-qt $pkgdir/usr/bin/bitcoin-qt
+  install -Dm644 contrib/debian/bitcoin-qt.desktop \
+$pkgdir/usr/share/applications/bitcoin.desktop
+  install -Dm644 share/pixmaps/bitcoin128.png \
+$pkgdir/usr/share/pixmaps/bitcoin128.png
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+package_bitcoin-daemon() {
+  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - daemon
+  

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

2013-06-26 Thread Florian Pritz
Date: Wednesday, June 26, 2013 @ 17:07:12
  Author: bluewind
Revision: 93163

upgpkg: lib32-freetype2 2.5.0.1-1

upstream update

Modified:
  lib32-freetype2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-26 14:39:47 UTC (rev 93162)
+++ PKGBUILD2013-06-26 15:07:12 UTC (rev 93163)
@@ -4,7 +4,7 @@
 
 _pkgbasename=freetype2
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.12
+pkgver=2.5.0.1
 pkgrel=1
 pkgdesc=TrueType font rendering library (32-bit)
 arch=(x86_64)
@@ -16,7 +16,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
 freetype-2.3.0-enable-spr.patch
 freetype-2.2.1-enable-valid.patch)
-md5sums=('3463102764315eb86c0d3c2e1f3ffb7d'
+md5sums=('c72e9010b1d986d556fc0b2b5fcbf31a'
  '816dc8619a6904a7385769433c0a8653'
  '214119610444c9b02766ccee5e220680')
 
@@ -29,7 +29,7 @@
   patch -Np1 -i ${srcdir}/freetype-2.3.0-enable-spr.patch
   patch -Np1 -i ${srcdir}/freetype-2.2.1-enable-valid.patch
 
-  ./configure --prefix=/usr --libdir=/usr/lib32
+  ./configure --prefix=/usr --libdir=/usr/lib32 --without-png
   make
 }
 



[arch-commits] Commit in lib32-freetype2/repos/multilib-x86_64 (6 files)

2013-06-26 Thread Florian Pritz
Date: Wednesday, June 26, 2013 @ 17:07:19
  Author: bluewind
Revision: 93164

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-freetype2/repos/multilib-x86_64/PKGBUILD
(from rev 93163, lib32-freetype2/trunk/PKGBUILD)
  lib32-freetype2/repos/multilib-x86_64/freetype-2.2.1-enable-valid.patch
(from rev 93163, lib32-freetype2/trunk/freetype-2.2.1-enable-valid.patch)
  lib32-freetype2/repos/multilib-x86_64/freetype-2.3.0-enable-spr.patch
(from rev 93163, lib32-freetype2/trunk/freetype-2.3.0-enable-spr.patch)
Deleted:
  lib32-freetype2/repos/multilib-x86_64/PKGBUILD
  lib32-freetype2/repos/multilib-x86_64/freetype-2.2.1-enable-valid.patch
  lib32-freetype2/repos/multilib-x86_64/freetype-2.3.0-enable-spr.patch

---+
 PKGBUILD  |   84 ++--
 freetype-2.2.1-enable-valid.patch |   40 -
 freetype-2.3.0-enable-spr.patch   |   22 -
 3 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-26 15:07:12 UTC (rev 93163)
+++ PKGBUILD2013-06-26 15:07:19 UTC (rev 93164)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-_pkgbasename=freetype2
-pkgname=lib32-$_pkgbasename
-pkgver=2.4.12
-pkgrel=1
-pkgdesc=TrueType font rendering library (32-bit)
-arch=(x86_64)
-license=('GPL')
-url=http://freetype.sourceforge.net;
-depends=('lib32-zlib' 'lib32-bzip2' $_pkgbasename)
-makedepends=(gcc-multilib)
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
-freetype-2.3.0-enable-spr.patch
-freetype-2.2.1-enable-valid.patch)
-md5sums=('3463102764315eb86c0d3c2e1f3ffb7d'
- '816dc8619a6904a7385769433c0a8653'
- '214119610444c9b02766ccee5e220680')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/freetype-${pkgver}
-  patch -Np1 -i ${srcdir}/freetype-2.3.0-enable-spr.patch
-  patch -Np1 -i ${srcdir}/freetype-2.2.1-enable-valid.patch
-
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/freetype-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-}

Copied: lib32-freetype2/repos/multilib-x86_64/PKGBUILD (from rev 93163, 
lib32-freetype2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-26 15:07:19 UTC (rev 93164)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+_pkgbasename=freetype2
+pkgname=lib32-$_pkgbasename
+pkgver=2.5.0.1
+pkgrel=1
+pkgdesc=TrueType font rendering library (32-bit)
+arch=(x86_64)
+license=('GPL')
+url=http://freetype.sourceforge.net;
+depends=('lib32-zlib' 'lib32-bzip2' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
+freetype-2.3.0-enable-spr.patch
+freetype-2.2.1-enable-valid.patch)
+md5sums=('c72e9010b1d986d556fc0b2b5fcbf31a'
+ '816dc8619a6904a7385769433c0a8653'
+ '214119610444c9b02766ccee5e220680')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/freetype-${pkgver}
+  patch -Np1 -i ${srcdir}/freetype-2.3.0-enable-spr.patch
+  patch -Np1 -i ${srcdir}/freetype-2.2.1-enable-valid.patch
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --without-png
+  make
+}
+
+package() {
+  cd ${srcdir}/freetype-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+}

Deleted: freetype-2.2.1-enable-valid.patch
===
--- freetype-2.2.1-enable-valid.patch   2013-06-26 15:07:12 UTC (rev 93163)
+++ freetype-2.2.1-enable-valid.patch   2013-06-26 15:07:19 UTC (rev 93164)
@@ -1,20 +0,0 @@
 freetype-2.2.1/modules.cfg.orig2006-07-07 21:01:09.0 -0400
-+++ freetype-2.2.1/modules.cfg 2006-07-07 21:01:54.0 -0400
-@@ -110,7 +110,7 @@
- AUX_MODULES += cache
- 
- # TrueType GX/AAT table validation.  Needs ftgxval.c below.
--# AUX_MODULES += gxvalid
-+AUX_MODULES += gxvalid
- 
- # Support for streams compressed with gzip (files with suffix .gz).
- #
-@@ -124,7 +124,7 @@
- 
- # OpenType table validation.  Needs ftotval.c below.
- #
--# AUX_MODULES += otvalid
-+AUX_MODULES += otvalid
- 
- # Auxiliary PostScript driver component to share common code.
- #

Copied: lib32-freetype2/repos/multilib-x86_64/freetype-2.2.1-enable-valid.patch 
(from rev 93163, lib32-freetype2/trunk/freetype-2.2.1-enable-valid.patch)
===
--- 

[arch-commits] Commit in megaglest/trunk (PKGBUILD lol.patch)

2013-06-26 Thread Sven-Hendrik Haase
Date: Wednesday, June 26, 2013 @ 19:53:31
  Author: svenstaro
Revision: 93165

upgpkg: megaglest 3.8.0beta1-1

Updating to 3.8.0beta1

Modified:
  megaglest/trunk/PKGBUILD
Deleted:
  megaglest/trunk/lol.patch

---+
 PKGBUILD  |   20 +---
 lol.patch |   43 ---
 2 files changed, 9 insertions(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-26 15:07:19 UTC (rev 93164)
+++ PKGBUILD2013-06-26 17:53:31 UTC (rev 93165)
@@ -3,8 +3,9 @@
 # Contributor: Larry Hajali larryhaja [at] gmail [dot] com
 
 pkgname=megaglest
-pkgver=3.7.1
-pkgrel=2
+pkgver=3.8.0beta1
+_pkgver=3.8.0-beta1
+pkgrel=1
 pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world.
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/megaglest/;
@@ -12,27 +13,24 @@
 depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
 'libircclient' 'miniupnpc' 'wxgtk' 'glu')
 makedepends=('ftjam' 'cmake' 'mesa')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${pkgver}.tar.xz;
-lol.patch)
-md5sums=('e7a960ec73784aa0f7b951d2ad963456'
- '68fd326b73ed1c75981004fbdef6b73a')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${_pkgver}.tar.xz;)
+md5sums=('1da8707d435ffb2342f03ca466d4eeed')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/
+  cd ${srcdir}/${pkgname}-${_pkgver}/
 
-  #patch -Np1  $srcdir/lol.patch
-
   [[ -d build ]]  rm -r build
   mkdir build  cd build
+
   cmake .. \
 -DWANT_SVN_STAMP=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
+-DCMAKE_BUILD_TYPE=Release
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/
+  cd ${srcdir}/${pkgname}-${_pkgver}/
 
   cd build
   make DESTDIR=$pkgdir install

Deleted: lol.patch
===
--- lol.patch   2013-06-26 15:07:19 UTC (rev 93164)
+++ lol.patch   2013-06-26 17:53:31 UTC (rev 93165)
@@ -1,43 +0,0 @@
-diff --git a/source/shared_lib/include/graphics/math_util.h 
b/source/shared_lib/include/graphics/math_util.h
-index 8fcfb27..3cb7a41 100644
 a/source/shared_lib/include/graphics/math_util.h
-+++ b/source/shared_lib/include/graphics/math_util.h
-@@ -184,10 +184,10 @@ public:
- 
-   Rect2T computeBoundingRect() const{
-   return Rect2i(
--  min(p[0].x, p[1].x), 
--  min(p[0].y, p[2].y), 
--  max(p[2].x, p[3].x), 
--  max(p[1].y, p[3].y));
-+  std::min(p[0].x, p[1].x),
-+  std::min(p[0].y, p[2].y),
-+  std::max(p[2].x, p[3].x),
-+  std::max(p[1].y, p[3].y));
-   }
- 
-   bool isInside(const Vec2T pt) const{
-diff --git a/source/shared_lib/sources/platform/posix/ircclient.cpp 
b/source/shared_lib/sources/platform/posix/ircclient.cpp
-index b09c972..ddebd03 100644
 a/source/shared_lib/sources/platform/posix/ircclient.cpp
-+++ b/source/shared_lib/sources/platform/posix/ircclient.cpp
-@@ -13,6 +13,7 @@
- #include ircclient.h
- #include util.h
- #include platform_common.h
-+#include libirc_rfcnumeric.h
- #include libircclient.h
- 
- #include stdio.h
-diff --git a/source/shared_lib/sources/util/util.cpp 
b/source/shared_lib/sources/util/util.cpp
-index 05478fc..c27aa62 100644
 a/source/shared_lib/sources/util/util.cpp
-+++ b/source/shared_lib/sources/util/util.cpp
-@@ -19,6 +19,7 @@
- #include stdarg.h
- #include time.h
- #include fcntl.h // for open()
-+#include unistd.h
- 
- #ifdef WIN32
-   #include io.h // for open()



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

2013-06-26 Thread Sven-Hendrik Haase
Date: Wednesday, June 26, 2013 @ 19:55:13
  Author: svenstaro
Revision: 93166

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

Added:
  megaglest/repos/community-i686/PKGBUILD
(from rev 93165, megaglest/trunk/PKGBUILD)
  megaglest/repos/community-x86_64/PKGBUILD
(from rev 93165, megaglest/trunk/PKGBUILD)
Deleted:
  megaglest/repos/community-i686/PKGBUILD
  megaglest/repos/community-i686/lol.patch
  megaglest/repos/community-x86_64/PKGBUILD
  megaglest/repos/community-x86_64/lol.patch

+
 /PKGBUILD  |   78 +++
 community-i686/PKGBUILD|   41 --
 community-i686/lol.patch   |   43 ---
 community-x86_64/PKGBUILD  |   41 --
 community-x86_64/lol.patch |   43 ---
 5 files changed, 78 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-26 17:53:31 UTC (rev 93165)
+++ community-i686/PKGBUILD 2013-06-26 17:55:13 UTC (rev 93166)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Larry Hajali larryhaja [at] gmail [dot] com
-
-pkgname=megaglest
-pkgver=3.7.1
-pkgrel=2
-pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world.
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/megaglest/;
-license=('GPL3')
-depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
-'libircclient' 'miniupnpc' 'wxgtk' 'glu')
-makedepends=('ftjam' 'cmake' 'mesa')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${pkgver}.tar.xz;
-lol.patch)
-md5sums=('e7a960ec73784aa0f7b951d2ad963456'
- '68fd326b73ed1c75981004fbdef6b73a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/
-
-  #patch -Np1  $srcdir/lol.patch
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-  cmake .. \
--DWANT_SVN_STAMP=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/
-
-  cd build
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: megaglest/repos/community-i686/PKGBUILD (from rev 93165, 
megaglest/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-26 17:55:13 UTC (rev 93166)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Larry Hajali larryhaja [at] gmail [dot] com
+
+pkgname=megaglest
+pkgver=3.8.0beta1
+_pkgver=3.8.0-beta1
+pkgrel=1
+pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world.
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/megaglest/;
+license=('GPL3')
+depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
+'libircclient' 'miniupnpc' 'wxgtk' 'glu')
+makedepends=('ftjam' 'cmake' 'mesa')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${_pkgver}.tar.xz;)
+md5sums=('1da8707d435ffb2342f03ca466d4eeed')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+-DWANT_SVN_STAMP=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/
+
+  cd build
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/lol.patch
===
--- community-i686/lol.patch2013-06-26 17:53:31 UTC (rev 93165)
+++ community-i686/lol.patch2013-06-26 17:55:13 UTC (rev 93166)
@@ -1,43 +0,0 @@
-diff --git a/source/shared_lib/include/graphics/math_util.h 
b/source/shared_lib/include/graphics/math_util.h
-index 8fcfb27..3cb7a41 100644
 a/source/shared_lib/include/graphics/math_util.h
-+++ b/source/shared_lib/include/graphics/math_util.h
-@@ -184,10 +184,10 @@ public:
- 
-   Rect2T computeBoundingRect() const{
-   return Rect2i(
--  min(p[0].x, p[1].x), 
--  min(p[0].y, p[2].y), 
--  max(p[2].x, p[3].x), 
--  max(p[1].y, p[3].y));
-+  std::min(p[0].x, p[1].x),
-+  std::min(p[0].y, p[2].y),
-+  std::max(p[2].x, p[3].x),
-+  std::max(p[1].y, p[3].y));
-   }
- 
-   bool isInside(const Vec2T pt) const{
-diff --git a/source/shared_lib/sources/platform/posix/ircclient.cpp 
b/source/shared_lib/sources/platform/posix/ircclient.cpp
-index b09c972..ddebd03 100644
 a/source/shared_lib/sources/platform/posix/ircclient.cpp
-+++ 

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

2013-06-26 Thread Sven-Hendrik Haase
Date: Wednesday, June 26, 2013 @ 19:56:10
  Author: svenstaro
Revision: 93168

archrelease: copy trunk to community-any

Added:
  megaglest-data/repos/community-any/PKGBUILD
(from rev 93167, megaglest-data/trunk/PKGBUILD)
Deleted:
  megaglest-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-26 17:56:00 UTC (rev 93167)
+++ PKGBUILD2013-06-26 17:56:10 UTC (rev 93168)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=megaglest-data
-_pkgbasename=megaglest
-pkgver=3.7.1
-pkgrel=1
-pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world 
(data files)
-arch=('any')
-url=http://sourceforge.net/projects/megaglest/;
-license=('custom:CCBYSA3.0')
-makedepends=('cmake' 'xz')
-source=(http://downloads.sourceforge.net/${_pkgbasename}/${_pkgbasename}-data-${pkgver}.tar.xz;)
-md5sums=('a73205fe02b684547dfe1fedc2d712b2')
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ../docs/README.data-license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim: sw=2:ts=2 et:

Copied: megaglest-data/repos/community-any/PKGBUILD (from rev 93167, 
megaglest-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-26 17:56:10 UTC (rev 93168)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=megaglest-data
+_pkgbasename=megaglest
+pkgver=3.8.0beta1
+_pkgver=3.8.0-beta1
+pkgrel=1
+pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world 
(data files)
+arch=('any')
+url=http://sourceforge.net/projects/megaglest/;
+license=('custom:CCBYSA3.0')
+makedepends=('cmake' 'xz')
+source=(http://downloads.sourceforge.net/${_pkgbasename}/${_pkgbasename}-data-${_pkgver}.tar.xz;)
+md5sums=('6cda523ba26340cd6225337262acb92d')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${_pkgver}
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${_pkgver}
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ../docs/README.data-license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim: sw=2:ts=2 et:



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

2013-06-26 Thread Sven-Hendrik Haase
Date: Wednesday, June 26, 2013 @ 19:56:00
  Author: svenstaro
Revision: 93167

upgpkg: megaglest-data 3.8.0beta1-1

Updating to 3.8.0beta1

Modified:
  megaglest-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-26 17:55:13 UTC (rev 93166)
+++ PKGBUILD2013-06-26 17:56:00 UTC (rev 93167)
@@ -3,26 +3,28 @@
 
 pkgname=megaglest-data
 _pkgbasename=megaglest
-pkgver=3.7.1
+pkgver=3.8.0beta1
+_pkgver=3.8.0-beta1
 pkgrel=1
 pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world 
(data files)
 arch=('any')
 url=http://sourceforge.net/projects/megaglest/;
 license=('custom:CCBYSA3.0')
 makedepends=('cmake' 'xz')
-source=(http://downloads.sourceforge.net/${_pkgbasename}/${_pkgbasename}-data-${pkgver}.tar.xz;)
-md5sums=('a73205fe02b684547dfe1fedc2d712b2')
+source=(http://downloads.sourceforge.net/${_pkgbasename}/${_pkgbasename}-data-${_pkgver}.tar.xz;)
+md5sums=('6cda523ba26340cd6225337262acb92d')
 
 build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  cd ${srcdir}/${_pkgbasename}-${_pkgver}
 
   [[ -d build ]]  rm -r build
   mkdir build  cd build
+
   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
 }
 
 package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  cd ${srcdir}/${_pkgbasename}-${_pkgver}
 
   cd build
   make DESTDIR=${pkgdir} install



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

2013-06-26 Thread Tobias Powalowski
Date: Wednesday, June 26, 2013 @ 20:33:33
  Author: tpowa
Revision: 188948

upgpkg: grub 2.00.5043-2

fix .mo files for bzr branch

Modified:
  grub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-26 12:38:20 UTC (rev 188947)
+++ PKGBUILD2013-06-26 18:33:33 UTC (rev 188948)
@@ -12,7 +12,7 @@
 pkgname=grub
 pkgdesc=GNU GRand Unified Bootloader (2)
 pkgver=2.00.${_GRUB_BZR_REV}
-pkgrel=1
+pkgrel=2
 url=https://www.gnu.org/software/grub/;
 arch=('x86_64' 'i686')
 license=('GPL3')
@@ -183,7 +183,11 @@

## Requires python2
# sed 's|python |python2 |g' -i ${srcdir}/grub-${pkgver}/autogen.sh
-   
+
+## pull in language files
+./linguas.sh
+# remove not working langs which need LC_ALL=C.UTF-8
+sed -i -e 's#en@cyrillic en@greek##g' po/LINGUAS
_build_grub-common_and_bios
echo




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

2013-06-26 Thread Tobias Powalowski
Date: Wednesday, June 26, 2013 @ 20:42:37
  Author: tpowa
Revision: 188949

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

Added:
  grub/repos/testing-i686/
  grub/repos/testing-i686/60_memtest86+
(from rev 188948, grub/trunk/60_memtest86+)
  grub/repos/testing-i686/PKGBUILD
(from rev 188948, grub/trunk/PKGBUILD)
  grub/repos/testing-i686/archlinux_grub_mkconfig_fixes.patch
(from rev 188948, grub/trunk/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/testing-i686/grub.cfg
(from rev 188948, grub/trunk/grub.cfg)
  grub/repos/testing-i686/grub.default
(from rev 188948, grub/trunk/grub.default)
  grub/repos/testing-i686/grub.install
(from rev 188948, grub/trunk/grub.install)
  grub/repos/testing-x86_64/
  grub/repos/testing-x86_64/60_memtest86+
(from rev 188948, grub/trunk/60_memtest86+)
  grub/repos/testing-x86_64/PKGBUILD
(from rev 188948, grub/trunk/PKGBUILD)
  grub/repos/testing-x86_64/archlinux_grub_mkconfig_fixes.patch
(from rev 188948, grub/trunk/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/testing-x86_64/grub.cfg
(from rev 188948, grub/trunk/grub.cfg)
  grub/repos/testing-x86_64/grub.default
(from rev 188948, grub/trunk/grub.default)
  grub/repos/testing-x86_64/grub.install
(from rev 188948, grub/trunk/grub.install)

+
 testing-i686/60_memtest86+ |   32 ++
 testing-i686/PKGBUILD  |  243 +++
 testing-i686/archlinux_grub_mkconfig_fixes.patch   |  143 +++
 testing-i686/grub.cfg  |  139 ++
 testing-i686/grub.default  |   47 +++
 testing-i686/grub.install  |   33 ++
 testing-x86_64/60_memtest86+   |   32 ++
 testing-x86_64/PKGBUILD|  243 +++
 testing-x86_64/archlinux_grub_mkconfig_fixes.patch |  143 +++
 testing-x86_64/grub.cfg|  139 ++
 testing-x86_64/grub.default|   47 +++
 testing-x86_64/grub.install|   33 ++
 12 files changed, 1274 insertions(+)

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


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

2013-06-26 Thread Evangelos Foutras
Date: Thursday, June 27, 2013 @ 03:33:05
  Author: foutrelis
Revision: 188950

upgpkg: xulrunner 22.0-1

New upstream release.

Modified:
  xulrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-26 18:42:37 UTC (rev 188949)
+++ PKGBUILD2013-06-27 01:33:05 UTC (rev 188950)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: Alexander Baldeck alexan...@archlinux.org
+
 pkgname=xulrunner
-pkgver=21.0
+pkgver=22.0
 pkgrel=1
 pkgdesc=Mozilla Runtime Environment
 arch=('i686' 'x86_64')
@@ -16,7 +17,7 @@
 shared-libs.patch)
 options=('!emptydirs')
 replaces=('xulrunner-oss')
-sha256sums=('c3623bc243bd57c7267eacac658993f5f635f639235bea9ed8fce9b52e59be64'
+sha256sums=('f806adf3f1c5b4c8d26322401ef876c73a549f93911be921044f508d698ac589'
 '3fba82b327f8825ebe93ceaeaea4968d57cf7d700f40bf4457b06d263bcc2e8f'
 '23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
 'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1')



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

2013-06-26 Thread Evangelos Foutras
Date: Thursday, June 27, 2013 @ 03:34:02
  Author: foutrelis
Revision: 93169

upgpkg: chmsee 2.0.1-1

xulrunner 22.0 rebuild.

Modified:
  chmsee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-26 17:56:10 UTC (rev 93168)
+++ PKGBUILD2013-06-27 01:34:02 UTC (rev 93169)
@@ -4,20 +4,20 @@
 # Contributor: Ermanno er...@yahoo.it
 
 pkgname=chmsee
-pkgver=2.0
-pkgrel=6
+pkgver=2.0.1
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc=A chm (MS HTML help file format) viewer based on xulrunner.
 url=http://chmsee.googlecode.com/;
 license=('GPL')
-depends=('xulrunner18.0' 'xulrunner22.0' 'chmlib' 'desktop-file-utils')
+depends=('xulrunner18.0' 'xulrunner23.0' 'chmlib' 'desktop-file-utils')
 makedepends=('python2')
 
#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
 
#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
 source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
 chmsee)
 install=chmsee.install
-md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
+md5sums=('08f813d65ed2a9e3af8ff1092650d0a5'
  '1787edd1de8aa75bd9fa75a5ab319e85')
 
 build() {
@@ -25,8 +25,11 @@
 
   cp Makefile.arch Makefile
   sed -i -e 's/17.*/18.0/g' ../application.ini
-  sed -i -e 's/19.*/21.0/g' ../application.ini
+  sed -i -e 's/21.*/22.*/g' ../application.ini
 
+  # xpcom has been merged into xul in xulrunner 22.0
+  sed -i -e 's/-lxpcom/-lxul/' common.mk
+
   make -j1
 }
 
@@ -34,7 +37,7 @@
   cd ${srcdir}/chmsee-*
 
   install -d ${pkgdir}/usr/share/chmsee
-  cp -a * ${pkgdir}/usr/share/chmsee 
+  cp -a * ${pkgdir}/usr/share/chmsee
   rm -r ${pkgdir}/usr/share/chmsee/src
   install -Dm644 data/chmsee.desktop.in \
 ${pkgdir}/usr/share/applications/chmsee.desktop



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

2013-06-26 Thread Evangelos Foutras
Date: Thursday, June 27, 2013 @ 03:33:26
  Author: foutrelis
Revision: 188951

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

Added:
  xulrunner/repos/extra-i686/PKGBUILD
(from rev 188950, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-i686/mozconfig
(from rev 188950, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
(from rev 188950, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/extra-i686/shared-libs.patch
(from rev 188950, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/extra-x86_64/PKGBUILD
(from rev 188950, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-x86_64/mozconfig
(from rev 188950, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch
(from rev 188950, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/extra-x86_64/shared-libs.patch
(from rev 188950, xulrunner/trunk/shared-libs.patch)
Deleted:
  xulrunner/repos/extra-i686/PKGBUILD
  xulrunner/repos/extra-i686/mozconfig
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
  xulrunner/repos/extra-i686/shared-libs.patch
  xulrunner/repos/extra-x86_64/PKGBUILD
  xulrunner/repos/extra-x86_64/mozconfig
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch
  xulrunner/repos/extra-x86_64/shared-libs.patch

--+
 /PKGBUILD|  136 +
 /mozconfig   |   58 ++
 /mozilla-pkgconfig.patch |   80 +++
 /shared-libs.patch   |   24 +
 extra-i686/PKGBUILD  |   67 
 extra-i686/mozconfig |   29 ---
 extra-i686/mozilla-pkgconfig.patch   |   40 -
 extra-i686/shared-libs.patch |   12 --
 extra-x86_64/PKGBUILD|   67 
 extra-x86_64/mozconfig   |   29 ---
 extra-x86_64/mozilla-pkgconfig.patch |   40 -
 extra-x86_64/shared-libs.patch   |   12 --
 12 files changed, 298 insertions(+), 296 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-27 01:33:05 UTC (rev 188950)
+++ extra-i686/PKGBUILD 2013-06-27 01:33:26 UTC (rev 188951)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-pkgname=xulrunner
-pkgver=21.0
-pkgrel=1
-pkgdesc=Mozilla Runtime Environment
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss=3.14.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite=3.7.4' 'libvpx' 'python2')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 
'autoconf2.13')
-url=http://wiki.mozilla.org/XUL:Xul_Runner;
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch
-shared-libs.patch)
-options=('!emptydirs')
-replaces=('xulrunner-oss')
-sha256sums=('c3623bc243bd57c7267eacac658993f5f635f639235bea9ed8fce9b52e59be64'
-'3fba82b327f8825ebe93ceaeaea4968d57cf7d700f40bf4457b06d263bcc2e8f'
-'23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
-'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1')
-
-prepare() {
-  cd $srcdir/mozilla-release
-  cp $srcdir/mozconfig .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i ../mozilla-pkgconfig.patch
-  patch -Np1 -i ../shared-libs.patch
-
-  # WebRTC build tries to execute python and expects Python 2
-  # Workaround taken from chromium PKGBUILD
-  mkdir $srcdir/python2-path
-  ln -s /usr/bin/python2 $srcdir/python2-path/python
-
-  # configure script misdetects the preprocessor without an optimization level
-  # https://bugs.archlinux.org/task/34644
-  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
-}
-
-build() {
-  cd $srcdir/mozilla-release
-
-  export PATH=$srcdir/python2-path:$PATH
-  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,header,typelib,xpidl}.py
-}

Copied: 

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

2013-06-26 Thread Evangelos Foutras
Date: Thursday, June 27, 2013 @ 03:34:18
  Author: foutrelis
Revision: 93170

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

Added:
  chmsee/repos/community-i686/PKGBUILD
(from rev 93169, chmsee/trunk/PKGBUILD)
  chmsee/repos/community-i686/chmsee
(from rev 93169, chmsee/trunk/chmsee)
  chmsee/repos/community-i686/chmsee.install
(from rev 93169, chmsee/trunk/chmsee.install)
  chmsee/repos/community-x86_64/PKGBUILD
(from rev 93169, chmsee/trunk/PKGBUILD)
  chmsee/repos/community-x86_64/chmsee
(from rev 93169, chmsee/trunk/chmsee)
  chmsee/repos/community-x86_64/chmsee.install
(from rev 93169, chmsee/trunk/chmsee.install)
Deleted:
  chmsee/repos/community-i686/PKGBUILD
  chmsee/repos/community-i686/chmsee
  chmsee/repos/community-i686/chmsee.install
  chmsee/repos/community-x86_64/PKGBUILD
  chmsee/repos/community-x86_64/chmsee
  chmsee/repos/community-x86_64/chmsee.install

-+
 /PKGBUILD   |  104 ++
 /chmsee |4 +
 /chmsee.install |   22 
 community-i686/PKGBUILD |   49 -
 community-i686/chmsee   |2 
 community-i686/chmsee.install   |   11 
 community-x86_64/PKGBUILD   |   49 -
 community-x86_64/chmsee |2 
 community-x86_64/chmsee.install |   11 
 9 files changed, 130 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-27 01:34:02 UTC (rev 93169)
+++ community-i686/PKGBUILD 2013-06-27 01:34:18 UTC (rev 93170)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier lordhea...@gmail.com
-# Contributor: dionydonny dionydo...@gmail.com
-# Contributor: Ermanno er...@yahoo.it
-
-pkgname=chmsee
-pkgver=2.0
-pkgrel=6
-arch=('i686' 'x86_64')
-pkgdesc=A chm (MS HTML help file format) viewer based on xulrunner.
-url=http://chmsee.googlecode.com/;
-license=('GPL')
-depends=('xulrunner18.0' 'xulrunner22.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
-#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
-source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
- '1787edd1de8aa75bd9fa75a5ab319e85')
-
-build() {
-  cd ${srcdir}/chmsee-*/src
-
-  cp Makefile.arch Makefile
-  sed -i -e 's/17.*/18.0/g' ../application.ini
-  sed -i -e 's/19.*/21.0/g' ../application.ini
-
-  make -j1
-}
-
-package() {
-  cd ${srcdir}/chmsee-*
-
-  install -d ${pkgdir}/usr/share/chmsee
-  cp -a * ${pkgdir}/usr/share/chmsee 
-  rm -r ${pkgdir}/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-${pkgdir}/usr/share/applications/chmsee.desktop
-  # Fix FS#25152
-  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
-  #
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee
-#  install -d ${pkgdir}/usr/share/icons
-#  cp -a data/icons/* ${pkgdir}/usr/share/icons/
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 93169, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-27 01:34:18 UTC (rev 93170)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Laurent Carlier lordhea...@gmail.com
+# Contributor: dionydonny dionydo...@gmail.com
+# Contributor: Ermanno er...@yahoo.it
+
+pkgname=chmsee
+pkgver=2.0.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=A chm (MS HTML help file format) viewer based on xulrunner.
+url=http://chmsee.googlecode.com/;
+license=('GPL')
+depends=('xulrunner18.0' 'xulrunner23.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
+#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
+source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('08f813d65ed2a9e3af8ff1092650d0a5'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+build() {
+  cd ${srcdir}/chmsee-*/src
+
+  cp Makefile.arch Makefile
+  sed -i -e 's/17.*/18.0/g' ../application.ini
+  sed -i -e 's/21.*/22.*/g' ../application.ini
+
+  # xpcom has been merged into xul in xulrunner 22.0
+  sed -i -e 's/-lxpcom/-lxul/' common.mk
+
+  make -j1
+}
+
+package() {
+  cd ${srcdir}/chmsee-*
+
+  install -d ${pkgdir}/usr/share/chmsee
+  cp -a * ${pkgdir}/usr/share/chmsee
+  rm -r ${pkgdir}/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+

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

2013-06-26 Thread Sébastien Luttringer
Date: Thursday, June 27, 2013 @ 04:40:55
  Author: seblu
Revision: 93171

- bump upstream version.
- add 3 users (FS#34835).
- remove creation of alias db. Empty db file display syntax error in smptd.conf
- move config files from /etc to /etc/smtpd.
- remove virtual and secret files. Let users handle them.
- call autotools manually since configure is no more provided and automake 1.14 
is badly detected by bootstrap

Modified:
  opensmtpd/trunk/PKGBUILD
  opensmtpd/trunk/opensmtpd.install

---+
 PKGBUILD  |   49 +
 opensmtpd.install |   18 ++
 2 files changed, 43 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-27 01:34:18 UTC (rev 93170)
+++ PKGBUILD2013-06-27 02:40:55 UTC (rev 93171)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=opensmtpd
-pkgver=5.3.2p1
-pkgrel=2
+pkgver=5.3.3p1
+pkgrel=0.1
 pkgdesc='Free implementation of the server-side SMTP protocol'
 arch=('i686' 'x86_64')
 url='http://www.opensmtpd.org/'
@@ -11,29 +11,40 @@
 depends=('libevent')
 provides=('smtp-server' 'smtp-forwarder')
 conflicts=('smtp-server' 'smtp-forwarder')
-backup=('etc/smtpd.conf' 'etc/aliases' 'etc/virtual' 'etc/secrets')
+backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
 install=opensmtpd.install
 source=(http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;
 'smtpd.service'
 'smtpd.socket')
-md5sums=('8fc513dd632461f70e433103d75dbf50'
- 'a278f272d97a9fe5a8aac784a7c98d67'
+md5sums=('795982f9b0b45c7645f897ba2ead0024'
+ '1281bab5adfdccb55d57f929c02eed19'
  'c2c01e9ca78df3f65efe40a7c0e17ee0')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's,etc/aliases,etc/smtpd/aliases,' smtpd/smtpd.conf
+  # regen configure. don't use bootstrap script (doesn't support automake 1.14)
+  libtoolize --copy --force
+  aclocal -I m4
+  autoconf
+  autoheader
+  automake --foreign --add-missing --copy
+}
+
 build() {
   cd $pkgname-$pkgver
-  ./bootstrap
   ./configure \
 --prefix=/usr \
---sysconfdir=/etc \
+--sysconfdir=/etc/smtpd \
 --sbindir=/usr/bin \
 --libexecdir=/usr/bin \
 --with-maildir=/var/spool/mail \
 --with-privsep-path=/var/empty \
 --with-sock-dir=/run \
---with-privsep-user=mail \
---with-filter-user=mail \
---with-queue-user=mail \
+--with-privsep-user=smtpd \
+--with-lookup-user=smtpd \
+--with-queue-user=smtpq \
+--with-filter-user=smtpf \
 --with-pam
   make
 }
@@ -41,23 +52,21 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
+  # license
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
+  # working directory
   cd $pkgdir
-  # working directory
   install -dm711 var/spool/smtpd
-  # license
   install -Dm644 $srcdir/smtpd.service usr/lib/systemd/system/smtpd.service
   install -Dm644 $srcdir/smtpd.socket usr/lib/systemd/system/smtpd.socket
   # remove duplicate hardlink into a subfolder
-  rm -r usr/bin/opensmtpd
-  # empty aliases file
-  install -Dm644 /dev/null $pkgdir/etc/aliases
-  install -Dm644 /dev/null $pkgdir/etc/virtual
-  install -Dm640 /dev/null $pkgdir/etc/secrets
+  rm -vr usr/bin/opensmtpd
+  # empty aliases file (used by default config)
+  install -Dm644 /dev/null $pkgdir/etc/smtpd/aliases
   # fake sendmail binary (used to be smtp-forwarder)
-  # use hardlink as upstream does...
-  ln $pkgdir/usr/bin/smtpctl $pkgdir/usr/bin/sendmail
+  # use hardlink as upstream does
+  cd $pkgdir/usr/bin
+  ln smtpctl $pkgdir/usr/bin/sendmail
 }
 
 # vim:set ts=2 sw=2 et:

Modified: opensmtpd.install
===
--- opensmtpd.install   2013-06-27 01:34:18 UTC (rev 93170)
+++ opensmtpd.install   2013-06-27 02:40:55 UTC (rev 93171)
@@ -1,14 +1,24 @@
 # arg 1:  the new package version
-# arg 2:  the old package version
+post_install() {
+  # create users
+  getent passwd smtpd /dev/null || useradd -d / -u 91 -g 1 smtpd
+  getent passwd smtpq /dev/null || useradd -d /var/spool/smtpd -u 92 -g 1 
smtpq
+  getent passwd smtpf /dev/null || useradd -d / -u 93 -g 1 smtpf
+  # initialise aliase db
+  #[[ -e /etc/smtpd/aliases.db ]] || makemap -t aliases /etc/smtpd/aliases
+  true
+}
 
 # arg 1:  the new package version
-post_install() {
-  makemap -t aliases /etc/aliases
+# arg 2:  the old package version
+post_upgrade() {
+  post_install $1
 }
 
 # arg 1:  the old package version
 post_remove() {
- rm -f /etc/aliases.db
+  for _u in smtpd smtpq smtpf; do userdel -f $_u; done
+  true
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-06-26 Thread Sébastien Luttringer
Date: Thursday, June 27, 2013 @ 05:15:43
  Author: seblu
Revision: 93172

upgpkg: opensmtpd 5.3.3p1-1

Modified:
  opensmtpd/trunk/PKGBUILD
  opensmtpd/trunk/opensmtpd.install

---+
 PKGBUILD  |4 ++--
 opensmtpd.install |5 +
 2 files changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-27 02:40:55 UTC (rev 93171)
+++ PKGBUILD2013-06-27 03:15:43 UTC (rev 93172)
@@ -3,7 +3,7 @@
 
 pkgname=opensmtpd
 pkgver=5.3.3p1
-pkgrel=0.1
+pkgrel=1
 pkgdesc='Free implementation of the server-side SMTP protocol'
 arch=('i686' 'x86_64')
 url='http://www.opensmtpd.org/'
@@ -17,7 +17,7 @@
 'smtpd.service'
 'smtpd.socket')
 md5sums=('795982f9b0b45c7645f897ba2ead0024'
- '1281bab5adfdccb55d57f929c02eed19'
+ 'a278f272d97a9fe5a8aac784a7c98d67'
  'c2c01e9ca78df3f65efe40a7c0e17ee0')
 
 prepare() {

Modified: opensmtpd.install
===
--- opensmtpd.install   2013-06-27 02:40:55 UTC (rev 93171)
+++ opensmtpd.install   2013-06-27 03:15:43 UTC (rev 93172)
@@ -13,6 +13,11 @@
 # arg 2:  the old package version
 post_upgrade() {
   post_install $1
+  if (( $(vercmp $2 5.3.3p1-1)  0 )); then
+echo 'Configuration files have been moved to /etc/smtpd.'
+echo 'New users have been added.'
+echo 'Check your configuration!'
+  fi
 }
 
 # arg 1:  the old package version



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

2013-06-26 Thread Sébastien Luttringer
Date: Thursday, June 27, 2013 @ 05:15:53
  Author: seblu
Revision: 93173

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

Added:
  opensmtpd/repos/community-testing-i686/
  opensmtpd/repos/community-testing-i686/PKGBUILD
(from rev 93172, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-testing-i686/opensmtpd.install
(from rev 93172, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-testing-i686/smtpd.service
(from rev 93172, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-testing-i686/smtpd.socket
(from rev 93172, opensmtpd/trunk/smtpd.socket)
  opensmtpd/repos/community-testing-x86_64/
  opensmtpd/repos/community-testing-x86_64/PKGBUILD
(from rev 93172, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-testing-x86_64/opensmtpd.install
(from rev 93172, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-testing-x86_64/smtpd.service
(from rev 93172, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-testing-x86_64/smtpd.socket
(from rev 93172, opensmtpd/trunk/smtpd.socket)

+
 community-testing-i686/PKGBUILD|   72 +++
 community-testing-i686/opensmtpd.install   |   29 ++
 community-testing-i686/smtpd.service   |   10 +++
 community-testing-i686/smtpd.socket|8 +++
 community-testing-x86_64/PKGBUILD  |   72 +++
 community-testing-x86_64/opensmtpd.install |   29 ++
 community-testing-x86_64/smtpd.service |   10 +++
 community-testing-x86_64/smtpd.socket  |8 +++
 8 files changed, 238 insertions(+)

Copied: opensmtpd/repos/community-testing-i686/PKGBUILD (from rev 93172, 
opensmtpd/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-06-27 03:15:53 UTC (rev 93173)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=opensmtpd
+pkgver=5.3.3p1
+pkgrel=1
+pkgdesc='Free implementation of the server-side SMTP protocol'
+arch=('i686' 'x86_64')
+url='http://www.opensmtpd.org/'
+license=('custom')
+depends=('libevent')
+provides=('smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
+backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
+install=opensmtpd.install
+source=(http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;
+'smtpd.service'
+'smtpd.socket')
+md5sums=('795982f9b0b45c7645f897ba2ead0024'
+ 'a278f272d97a9fe5a8aac784a7c98d67'
+ 'c2c01e9ca78df3f65efe40a7c0e17ee0')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's,etc/aliases,etc/smtpd/aliases,' smtpd/smtpd.conf
+  # regen configure. don't use bootstrap script (doesn't support automake 1.14)
+  libtoolize --copy --force
+  aclocal -I m4
+  autoconf
+  autoheader
+  automake --foreign --add-missing --copy
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/smtpd \
+--sbindir=/usr/bin \
+--libexecdir=/usr/bin \
+--with-maildir=/var/spool/mail \
+--with-privsep-path=/var/empty \
+--with-sock-dir=/run \
+--with-privsep-user=smtpd \
+--with-lookup-user=smtpd \
+--with-queue-user=smtpq \
+--with-filter-user=smtpf \
+--with-pam
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  # license
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  # working directory
+  cd $pkgdir
+  install -dm711 var/spool/smtpd
+  install -Dm644 $srcdir/smtpd.service usr/lib/systemd/system/smtpd.service
+  install -Dm644 $srcdir/smtpd.socket usr/lib/systemd/system/smtpd.socket
+  # remove duplicate hardlink into a subfolder
+  rm -vr usr/bin/opensmtpd
+  # empty aliases file (used by default config)
+  install -Dm644 /dev/null $pkgdir/etc/smtpd/aliases
+  # fake sendmail binary (used to be smtp-forwarder)
+  # use hardlink as upstream does
+  cd $pkgdir/usr/bin
+  ln smtpctl $pkgdir/usr/bin/sendmail
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opensmtpd/repos/community-testing-i686/opensmtpd.install (from rev 
93172, opensmtpd/trunk/opensmtpd.install)
===
--- community-testing-i686/opensmtpd.install(rev 0)
+++ community-testing-i686/opensmtpd.install2013-06-27 03:15:53 UTC (rev 
93173)
@@ -0,0 +1,29 @@
+# arg 1:  the new package version
+post_install() {
+  # create users
+  getent passwd smtpd /dev/null || useradd -d / -u 91 -g 1 smtpd
+  getent passwd smtpq /dev/null || useradd -d /var/spool/smtpd -u 92 -g 1 
smtpq
+  getent passwd smtpf /dev/null || useradd -d / -u 93 -g 1 smtpf
+  # initialise aliase db
+  #[[ -e /etc/smtpd/aliases.db ]] || makemap -t aliases /etc/smtpd/aliases
+  true
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version

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

2013-06-26 Thread Felix Yan
Date: Thursday, June 27, 2013 @ 05:36:56
  Author: fyan
Revision: 93174

upgpkg: fcitx-chewing 0.2.1-1

Modified:
  fcitx-chewing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-27 03:15:53 UTC (rev 93173)
+++ PKGBUILD2013-06-27 03:36:56 UTC (rev 93174)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=fcitx-chewing
-pkgver=0.2.0
+pkgver=0.2.1
 pkgrel=1
 pkgdesc='Fcitx Wrapper for chewing'
 arch=('i686' 'x86_64')
@@ -26,4 +26,4 @@
   cd $srcdir/${pkgname}-${pkgver}/build
   make DESTDIR=$pkgdir install
 }
-md5sums=('d4dacf213673b5cac50db41427eb6b35')
+md5sums=('1879ad51b16e07db40338db55054833c')



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

2013-06-26 Thread Felix Yan
Date: Thursday, June 27, 2013 @ 05:40:28
  Author: fyan
Revision: 93175

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

Added:
  fcitx-chewing/repos/community-i686/PKGBUILD
(from rev 93174, fcitx-chewing/trunk/PKGBUILD)
  fcitx-chewing/repos/community-x86_64/PKGBUILD
(from rev 93174, fcitx-chewing/trunk/PKGBUILD)
Deleted:
  fcitx-chewing/repos/community-i686/PKGBUILD
  fcitx-chewing/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-27 03:36:56 UTC (rev 93174)
+++ community-i686/PKGBUILD 2013-06-27 03:40:28 UTC (rev 93175)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=fcitx-chewing
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='Fcitx Wrapper for chewing'
-arch=('i686' 'x86_64')
-url=https://github.com/fcitx/fcitx-chewing;
-license=('GPL')
-depends=('libchewing' 'fcitx=4.2.7')
-makedepends=('cmake')
-source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  mkdir -p build
-  cd build
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}/build
-  make DESTDIR=$pkgdir install
-}
-md5sums=('d4dacf213673b5cac50db41427eb6b35')

Copied: fcitx-chewing/repos/community-i686/PKGBUILD (from rev 93174, 
fcitx-chewing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-27 03:40:28 UTC (rev 93175)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=fcitx-chewing
+pkgver=0.2.1
+pkgrel=1
+pkgdesc='Fcitx Wrapper for chewing'
+arch=('i686' 'x86_64')
+url=https://github.com/fcitx/fcitx-chewing;
+license=('GPL')
+depends=('libchewing' 'fcitx=4.2.7')
+makedepends=('cmake')
+source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  mkdir -p build
+  cd build
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=$pkgdir install
+}
+md5sums=('1879ad51b16e07db40338db55054833c')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-27 03:36:56 UTC (rev 93174)
+++ community-x86_64/PKGBUILD   2013-06-27 03:40:28 UTC (rev 93175)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=fcitx-chewing
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='Fcitx Wrapper for chewing'
-arch=('i686' 'x86_64')
-url=https://github.com/fcitx/fcitx-chewing;
-license=('GPL')
-depends=('libchewing' 'fcitx=4.2.7')
-makedepends=('cmake')
-source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  mkdir -p build
-  cd build
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}/build
-  make DESTDIR=$pkgdir install
-}
-md5sums=('d4dacf213673b5cac50db41427eb6b35')

Copied: fcitx-chewing/repos/community-x86_64/PKGBUILD (from rev 93174, 
fcitx-chewing/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-27 03:40:28 UTC (rev 93175)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=fcitx-chewing
+pkgver=0.2.1
+pkgrel=1
+pkgdesc='Fcitx Wrapper for chewing'
+arch=('i686' 'x86_64')
+url=https://github.com/fcitx/fcitx-chewing;
+license=('GPL')
+depends=('libchewing' 'fcitx=4.2.7')
+makedepends=('cmake')
+source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  mkdir -p build
+  cd build
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=$pkgdir install
+}
+md5sums=('1879ad51b16e07db40338db55054833c')



[arch-commits] Commit in gnome-shell/trunk (2 files)

2013-06-26 Thread Jan Steffens
Date: Thursday, June 27, 2013 @ 06:01:21
  Author: heftig
Revision: 188953

fix FS#35174

Added:
  
gnome-shell/trunk/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch
Modified:
  gnome-shell/trunk/PKGBUILD

-+
 0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch |   37 
++
 PKGBUILD|   11 ++
 2 files changed, 45 insertions(+), 3 deletions(-)

Added: 0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch
===
--- 0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch 
(rev 0)
+++ 0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch 
2013-06-27 04:01:21 UTC (rev 188953)
@@ -0,0 +1,37 @@
+From ace549c1bf1861b4cbaec6f2451a6341aa738bae Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Florian=20M=C3=BCllner?= fmuell...@gnome.org
+Date: Mon, 24 Jun 2013 18:09:04 +0200
+Subject: [PATCH] st: Be more forgiving when calling get_theme_node() on
+ unstaged widgets
+
+While it is obviously still an error to call get_theme_node() on a
+widget that hasn't been added to the stage hierarchy yet, asserting
+on it hasn't proven too successful in avoiding those errors - it's
+likely the most frequent reason for crash reports. Just accept that
+there'll always be code paths where we can hit this case and make
+it non-fatal.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=610279
+---
+ src/st/st-widget.c | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/src/st/st-widget.c b/src/st/st-widget.c
+index 42992ec..4875acc 100644
+--- a/src/st/st-widget.c
 b/src/st/st-widget.c
+@@ -608,8 +608,9 @@ st_widget_get_theme_node (StWidget *widget)
+ 
+   if (stage == NULL)
+ {
+-  g_error (st_widget_get_theme_node called on the widget %s which is 
not in the stage.,
+-st_describe_actor (CLUTTER_ACTOR (widget)));
++  g_critical (st_widget_get_theme_node called on the widget %s which 
is not in the stage.,
++  st_describe_actor (CLUTTER_ACTOR (widget)));
++  return g_object_new (ST_TYPE_THEME_NODE, NULL);
+ }
+ 
+   if (parent_node == NULL)
+-- 
+1.8.3.1
+

Modified: PKGBUILD
===
--- PKGBUILD2013-06-27 04:01:12 UTC (rev 188952)
+++ PKGBUILD2013-06-27 04:01:21 UTC (rev 188953)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-shell
 pkgver=3.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc=The next generation GNOME Shell
 arch=(i686 x86_64)
 url=http://live.gnome.org/GnomeShell;
@@ -19,15 +19,20 @@
 install=gnome-shell.install
 groups=(gnome)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch)
+nm-libexecdir.patch
+0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch)
 sha256sums=('145724f21ead9dbe0c39d3ab468b39264c7aaf3f0fa5d152b295d905d8339c22'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
+'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607'
+'c5f0c9b071d5c31e11289c45743e1f82f6bba8201a28e0efb7a197f57cbb2105')
 
 prepare() {
   cd $pkgname-$pkgver
 
   # FS#30747 FS#32730 Problems due to libexecdir different from NM
   patch -Np1 -i ../nm-libexecdir.patch
+
+  # FS#35174 Nautilus crashes GS
+  patch -Np1 -i 
../0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch
 }
 
 build() {



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

2013-06-26 Thread Jan Steffens
Date: Thursday, June 27, 2013 @ 06:01:12
  Author: heftig
Revision: 188952

1.0.1

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-27 01:33:26 UTC (rev 188951)
+++ PKGBUILD2013-06-27 04:01:12 UTC (rev 188952)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=colord
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc=System daemon for managing color devices
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 install=colord.install
 backup=(etc/colord.conf)
 source=($url/releases/$pkgname-$pkgver.tar.xz)
-sha1sums=('a01547080f0905dacca37c5ded3886431144a36a')
+sha1sums=('d480eb23a3de67cab090c810c894cc68069a278d')
 
 build() {
   cd $pkgname-$pkgver



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

2013-06-26 Thread Jan Steffens
Date: Thursday, June 27, 2013 @ 06:04:12
  Author: heftig
Revision: 188955

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

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

-+
 /PKGBUILD   |   78 ++
 /colord.install |   22 +++
 extra-i686/PKGBUILD |   39 -
 extra-i686/colord.install   |   11 -
 extra-x86_64/PKGBUILD   |   39 -
 extra-x86_64/colord.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-27 04:03:27 UTC (rev 188954)
+++ extra-i686/PKGBUILD 2013-06-27 04:04:12 UTC (rev 188955)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=colord
-pkgver=1.0.0
-pkgrel=1
-pkgdesc=System daemon for managing color devices
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/software/colord;
-license=(GPL2)
-depends=(lcms2 libgusb polkit shared-color-profiles sqlite udev dconf dbus)
-makedepends=(intltool gobject-introspection vala docbook2x sane 
bash-completion)
-optdepends=('sane: UseSANE support [/etc/colord.conf]')
-options=('!libtool')
-install=colord.install
-backup=(etc/colord.conf)
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-sha1sums=('a01547080f0905dacca37c5ded3886431144a36a')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  # put udev files in /usr/lib
-  sed -i /slashlibdir=/s#/lib#/usr/lib# configure
-  
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-vala --enable-sane --disable-volume-search
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 188954, 
colord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-27 04:04:12 UTC (rev 188955)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=colord
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=System daemon for managing color devices
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/software/colord;
+license=(GPL2)
+depends=(lcms2 libgusb polkit shared-color-profiles sqlite udev dconf dbus)
+makedepends=(intltool gobject-introspection vala docbook2x sane 
bash-completion)
+optdepends=('sane: UseSANE support [/etc/colord.conf]')
+options=('!libtool')
+install=colord.install
+backup=(etc/colord.conf)
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+sha1sums=('d480eb23a3de67cab090c810c894cc68069a278d')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  # put udev files in /usr/lib
+  sed -i /slashlibdir=/s#/lib#/usr/lib# configure
+  
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--enable-vala --enable-sane --disable-volume-search
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/colord.install
===
--- extra-i686/colord.install   2013-06-27 04:03:27 UTC (rev 188954)
+++ extra-i686/colord.install   2013-06-27 04:04:12 UTC (rev 188955)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: colord/repos/extra-i686/colord.install (from rev 188954, 
colord/trunk/colord.install)
===
--- extra-i686/colord.install   (rev 0)
+++ extra-i686/colord.install   2013-06-27 04:04:12 UTC (rev 188955)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-06-27 04:03:27 UTC (rev 188954)
+++ 

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

2013-06-26 Thread Jan Steffens
Date: Thursday, June 27, 2013 @ 06:03:27
  Author: heftig
Revision: 188954

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

Added:
  
gnome-shell/repos/extra-i686/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch
(from rev 188953, 
gnome-shell/trunk/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch)
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 188953, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 188953, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 188953, gnome-shell/trunk/nm-libexecdir.patch)
  
gnome-shell/repos/extra-x86_64/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch
(from rev 188953, 
gnome-shell/trunk/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 188953, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 188953, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 188953, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD| 
 108 ++
 /gnome-shell.install | 
  38 +++
 /nm-libexecdir.patch | 
  24 ++
 extra-i686/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch   | 
  37 +++
 extra-i686/PKGBUILD  | 
  49 
 extra-i686/gnome-shell.install   | 
  19 -
 extra-i686/nm-libexecdir.patch   | 
  12 -
 extra-x86_64/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch | 
  37 +++
 extra-x86_64/PKGBUILD| 
  49 
 extra-x86_64/gnome-shell.install | 
  19 -
 extra-x86_64/nm-libexecdir.patch | 
  12 -
 11 files changed, 244 insertions(+), 160 deletions(-)

Copied: 
gnome-shell/repos/extra-i686/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch
 (from rev 188953, 
gnome-shell/trunk/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch)
===
--- extra-i686/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch  
(rev 0)
+++ extra-i686/0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch  
2013-06-27 04:03:27 UTC (rev 188954)
@@ -0,0 +1,37 @@
+From ace549c1bf1861b4cbaec6f2451a6341aa738bae Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Florian=20M=C3=BCllner?= fmuell...@gnome.org
+Date: Mon, 24 Jun 2013 18:09:04 +0200
+Subject: [PATCH] st: Be more forgiving when calling get_theme_node() on
+ unstaged widgets
+
+While it is obviously still an error to call get_theme_node() on a
+widget that hasn't been added to the stage hierarchy yet, asserting
+on it hasn't proven too successful in avoiding those errors - it's
+likely the most frequent reason for crash reports. Just accept that
+there'll always be code paths where we can hit this case and make
+it non-fatal.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=610279
+---
+ src/st/st-widget.c | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/src/st/st-widget.c b/src/st/st-widget.c
+index 42992ec..4875acc 100644
+--- a/src/st/st-widget.c
 b/src/st/st-widget.c
+@@ -608,8 +608,9 @@ st_widget_get_theme_node (StWidget *widget)
+ 
+   if (stage == NULL)
+ {
+-  g_error (st_widget_get_theme_node called on the widget %s which is 
not in the stage.,
+-st_describe_actor (CLUTTER_ACTOR (widget)));
++  g_critical (st_widget_get_theme_node called on the widget %s which 
is not in the stage.,
++  st_describe_actor (CLUTTER_ACTOR (widget)));
++  return g_object_new (ST_TYPE_THEME_NODE, NULL);
+ }
+ 
+   if (parent_node == NULL)
+-- 
+1.8.3.1
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-27 04:01:21 UTC (rev 188953)
+++ extra-i686/PKGBUILD 2013-06-27 04:03:27 UTC (rev 188954)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.8.3
-pkgrel=1
-pkgdesc=The next 

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

2013-06-26 Thread Felix Yan
Date: Thursday, June 27, 2013 @ 06:06:42
  Author: fyan
Revision: 93176

upgpkg: libpinyin 0.9.93-1

Modified:
  libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-27 03:40:28 UTC (rev 93175)
+++ PKGBUILD2013-06-27 04:06:42 UTC (rev 93176)
@@ -4,7 +4,7 @@
 # Contributor: WU Jun quark at lihdd dot net
 
 pkgname=libpinyin
-pkgver=0.9.92
+pkgver=0.9.93
 pkgrel=1
 pkgdesc=Library to deal with pinyin
 arch=('i686' 'x86_64')
@@ -30,5 +30,5 @@
   cd ${srcdir}/libpinyin-$pkgver
   make DESTDIR=${pkgdir} install
 }
-sha512sums=('6e88143d0032a7da61d141b23df2265540ea7667dfe641e9f1945cf8bc7b2c9df72d96bfa4df4333d550ca9f6d64545076b1aceda1d2b855fa95a2bd793943f4'
+sha512sums=('7214c7913ed116a5557e89958d0d117e7a2781dcbbcc8b1c6713fb569ca121a5763e5cf1dedfdb4607638f773875c374112865d3a306876906a126954c4ef387'
 
'8719d99b2efb22438ec067c046f8d45addb3e0d336e8d6ec4b8ed22370fe81366d19a34934bb059230f86e74c379acb62822ee3458850437880d531de8ff3e0e')



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

2013-06-26 Thread Felix Yan
Date: Thursday, June 27, 2013 @ 06:12:40
  Author: fyan
Revision: 93177

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

Added:
  libpinyin/repos/community-testing-i686/
  libpinyin/repos/community-testing-i686/PKGBUILD
(from rev 93176, libpinyin/trunk/PKGBUILD)
  libpinyin/repos/community-testing-x86_64/
  libpinyin/repos/community-testing-x86_64/PKGBUILD
(from rev 93176, libpinyin/trunk/PKGBUILD)

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

Copied: libpinyin/repos/community-testing-i686/PKGBUILD (from rev 93176, 
libpinyin/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-06-27 04:12:40 UTC (rev 93177)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Yangtse yangts...@gmail.com 
+# Contributor: WU Jun quark at lihdd dot net
+
+pkgname=libpinyin
+pkgver=0.9.93
+pkgrel=1
+pkgdesc=Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/libpinyin/libpinyin;
+license=('GPL')
+depends=('db' 'glib2')
+options=(!libtool)
+source=(https://github.com/libpinyin/libpinyin/archive/${pkgver}.tar.gz;
+http://downloads.sourceforge.net/libpinyin/model6.text.tar.gz;)
+noextract=(model6.text.tar.gz)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cp ${srcdir}/model6.text.tar.gz ${srcdir}/${pkgname}-${pkgver}/data/
+  sed -i '/wget.*model6\.text\.tar\.gz/ d' 
${srcdir}/${pkgname}-${pkgver}/data/Makefile.am
+
+  aclocal  libtoolize --force  autoheader  automake -a  autoconf
+  ./configure --prefix=/usr  make
+}
+
+package() {
+  cd ${srcdir}/libpinyin-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+sha512sums=('7214c7913ed116a5557e89958d0d117e7a2781dcbbcc8b1c6713fb569ca121a5763e5cf1dedfdb4607638f773875c374112865d3a306876906a126954c4ef387'
+
'8719d99b2efb22438ec067c046f8d45addb3e0d336e8d6ec4b8ed22370fe81366d19a34934bb059230f86e74c379acb62822ee3458850437880d531de8ff3e0e')

Copied: libpinyin/repos/community-testing-x86_64/PKGBUILD (from rev 93176, 
libpinyin/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-06-27 04:12:40 UTC (rev 93177)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Yangtse yangts...@gmail.com 
+# Contributor: WU Jun quark at lihdd dot net
+
+pkgname=libpinyin
+pkgver=0.9.93
+pkgrel=1
+pkgdesc=Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/libpinyin/libpinyin;
+license=('GPL')
+depends=('db' 'glib2')
+options=(!libtool)
+source=(https://github.com/libpinyin/libpinyin/archive/${pkgver}.tar.gz;
+http://downloads.sourceforge.net/libpinyin/model6.text.tar.gz;)
+noextract=(model6.text.tar.gz)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cp ${srcdir}/model6.text.tar.gz ${srcdir}/${pkgname}-${pkgver}/data/
+  sed -i '/wget.*model6\.text\.tar\.gz/ d' 
${srcdir}/${pkgname}-${pkgver}/data/Makefile.am
+
+  aclocal  libtoolize --force  autoheader  automake -a  autoconf
+  ./configure --prefix=/usr  make
+}
+
+package() {
+  cd ${srcdir}/libpinyin-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+sha512sums=('7214c7913ed116a5557e89958d0d117e7a2781dcbbcc8b1c6713fb569ca121a5763e5cf1dedfdb4607638f773875c374112865d3a306876906a126954c4ef387'
+
'8719d99b2efb22438ec067c046f8d45addb3e0d336e8d6ec4b8ed22370fe81366d19a34934bb059230f86e74c379acb62822ee3458850437880d531de8ff3e0e')