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

2013-01-07 Thread Giovanni Scafora
Date: Monday, January 7, 2013 @ 04:30:11
  Author: giovanni
Revision: 174763

upgpkg: enca 1.14-1

upstream release

Modified:
  enca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 00:33:58 UTC (rev 174762)
+++ PKGBUILD2013-01-07 09:30:11 UTC (rev 174763)
@@ -3,16 +3,16 @@
 # Contributor: Filip Dvorak f...@pruda.com
 
 pkgname=enca
-pkgver=1.13
-pkgrel=2
+pkgver=1.14
+pkgrel=1
 pkgdesc=Charset analyser and converter
 arch=('i686' 'x86_64')
-url=http://freshmeat.net/projects/enca/;
+url=http://cihar.com/software/enca/;
 options=('!libtool')
 license=('GPL')
-depends=('recode' 'bash')
+depends=('recode')
 source=(http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('762bead5d9a0a5e55024e1102baaa89d')
+md5sums=('03792f25aed003d3ea33b3ce1be1f256')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-01-07 Thread Giovanni Scafora
Date: Monday, January 7, 2013 @ 04:30:41
  Author: giovanni
Revision: 174764

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 09:30:11 UTC (rev 174763)
+++ extra-i686/PKGBUILD 2013-01-07 09:30:41 UTC (rev 174764)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Filip Dvorak f...@pruda.com
-
-pkgname=enca
-pkgver=1.13
-pkgrel=2
-pkgdesc=Charset analyser and converter
-arch=('i686' 'x86_64')
-url=http://freshmeat.net/projects/enca/;
-options=('!libtool')
-license=('GPL')
-depends=('recode' 'bash')
-source=(http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('762bead5d9a0a5e55024e1102baaa89d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/lib \
-  --mandir=/usr/share/man \
-  --with-librecode=/usr \
-  --enable-external
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: enca/repos/extra-i686/PKGBUILD (from rev 174763, enca/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 09:30:41 UTC (rev 174764)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Filip Dvorak f...@pruda.com
+
+pkgname=enca
+pkgver=1.14
+pkgrel=1
+pkgdesc=Charset analyser and converter
+arch=('i686' 'x86_64')
+url=http://cihar.com/software/enca/;
+options=('!libtool')
+license=('GPL')
+depends=('recode')
+source=(http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('03792f25aed003d3ea33b3ce1be1f256')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --mandir=/usr/share/man \
+  --with-librecode=/usr \
+  --enable-external
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-07 09:30:11 UTC (rev 174763)
+++ extra-x86_64/PKGBUILD   2013-01-07 09:30:41 UTC (rev 174764)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Filip Dvorak f...@pruda.com
-
-pkgname=enca
-pkgver=1.13
-pkgrel=2
-pkgdesc=Charset analyser and converter
-arch=('i686' 'x86_64')
-url=http://freshmeat.net/projects/enca/;
-options=('!libtool')
-license=('GPL')
-depends=('recode' 'bash')
-source=(http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('762bead5d9a0a5e55024e1102baaa89d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/lib \
-  --mandir=/usr/share/man \
-  --with-librecode=/usr \
-  --enable-external
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: enca/repos/extra-x86_64/PKGBUILD (from rev 174763, enca/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-07 09:30:41 UTC (rev 174764)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Filip Dvorak f...@pruda.com
+
+pkgname=enca
+pkgver=1.14
+pkgrel=1
+pkgdesc=Charset analyser and converter
+arch=('i686' 'x86_64')
+url=http://cihar.com/software/enca/;
+options=('!libtool')
+license=('GPL')
+depends=('recode')
+source=(http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('03792f25aed003d3ea33b3ce1be1f256')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --mandir=/usr/share/man \
+  --with-librecode=/usr \
+  --enable-external
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-01-07 Thread Jan de Groot
Date: Monday, January 7, 2013 @ 06:39:18
  Author: jgc
Revision: 174765

upgpkg: polkit 0.109-1

Update to 109, add upstream patch to fix issues with missing XAUTHORITY 
environment variable set

Added:
  polkit/trunk/fix-xauthority.patch
Modified:
  polkit/trunk/PKGBUILD
Deleted:
  polkit/trunk/autogen.sh
  polkit/trunk/fix-empty-wheel.patch

---+
 PKGBUILD  |   14 ++---
 autogen.sh|  123 
 fix-empty-wheel.patch |   47 --
 fix-xauthority.patch  |   58 ++
 4 files changed, 65 insertions(+), 177 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 09:30:41 UTC (rev 174764)
+++ PKGBUILD2013-01-07 11:39:18 UTC (rev 174765)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=polkit
-pkgver=0.107
-pkgrel=4
+pkgver=0.109
+pkgrel=1
 pkgdesc=Application development toolkit for controlling system-wide 
privileges
 arch=(i686 x86_64)
 license=('LGPL')
@@ -14,16 +14,16 @@
 options=('!libtool')
 install=polkit.install
 
source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz
-polkit.pam fix-empty-wheel.patch)
-md5sums=('0e4f9c53f43fd1b25ac3f0d2e09b2ae1'
+polkit.pam
+fix-xauthority.patch)
+md5sums=('8c3f08287dd3e1e546e3c2ae00090908'
  '6564f95878297b954f0572bc1610dd15'
- 'c99ab2a7919ad0b69fde4804c043b07f')
+ '78db344a30d7aa089b4705009ec95b58')
 
 build() {
   cd $pkgname-$pkgver
 
-  # https://bugs.archlinux.org/task/31717
-  patch -Np1 -i ../fix-empty-wheel.patch
+  patch -Np1 -i ../fix-xauthority.patch
 
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \

Deleted: autogen.sh
===
--- autogen.sh  2013-01-07 09:30:41 UTC (rev 174764)
+++ autogen.sh  2013-01-07 11:39:18 UTC (rev 174765)
@@ -1,123 +0,0 @@
-#!/bin/sh
-# Run this to generate all the initial makefiles, etc.
-
-srcdir=`dirname $0`
-test -z $srcdir  srcdir=.
-
-DIE=0
-
-(test -f $srcdir/configure.ac) || {
-echo -n **Error**: Directory $srcdir does not look like the
-echo  top-level package directory
-exit 1
-}
-
-olddir=`pwd`
-cd $srcdir
-
-touch ChangeLog
-
-(autoconf --version)  /dev/null  /dev/null 21 || {
-  echo
-  echo **Error**: You must have autoconf installed.
-  echo Download the appropriate package for your distribution,
-  echo or get the source tarball at ftp://ftp.gnu.org/pub/gnu/;
-  DIE=1
-}
-
-(grep ^AM_PROG_LIBTOOL configure.ac /dev/null)  {
-  (libtoolize --version)  /dev/null  /dev/null 21 || {
-echo
-echo **Error**: You must have libtool installed.
-echo You can get it from: ftp://ftp.gnu.org/pub/gnu/;
-DIE=1
-  }
-}
-
-(gtkdocize --flavour no-tmpl)  /dev/null  /dev/null 21 || {
-   echo
-   echo You must have gtk-doc installed to compile $PROJECT.
-   echo Install the appropriate package for your distribution,
-   echo or get the source tarball at 
http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/;
-   DIE=1
-}
-
-(automake --version)  /dev/null  /dev/null 21 || {
-  echo
-  echo **Error**: You must have automake installed.
-  echo You can get it from: ftp://ftp.gnu.org/pub/gnu/;
-  DIE=1
-  NO_AUTOMAKE=yes
-}
-
-
-# if no automake, don't bother testing for aclocal
-test -n $NO_AUTOMAKE || (aclocal --version)  /dev/null  /dev/null 21 || {
-  echo
-  echo **Error**: Missing aclocal.  The version of automake
-  echo installed doesn't appear recent enough.
-  echo You can get automake from ftp://ftp.gnu.org/pub/gnu/;
-  DIE=1
-}
-
-
-# if no automake, don't bother testing for autoreconf
-test -n $NO_AUTOMAKE || (autoreconf --version)  /dev/null  /dev/null 21 
|| {
-  echo
-  echo **Error**: You must have autoreconf installed.
-  echo You can get autoreconf from ...
-  DIE=1
-}
-
-
-if test $DIE -eq 1; then
-  exit 1
-fi
-
-if test -z $*; then
-  echo **Warning**: I am going to run configure with no arguments.
-  echo If you wish to pass any to it, please specify them on the
-  echo $0  command line.
-  echo
-fi
-
-case $CC in
-xlc )
-  am_opt=--include-deps;;
-esac
-
-  aclocalinclude=$ACLOCAL_FLAGS
-
-  echo Running autoreconf on test/mocklibc ...
-  (cd test/mocklibc; autoreconf --install)
-
-  if grep ^AM_PROG_LIBTOOL configure.ac /dev/null; then
-   if test -z $NO_LIBTOOLIZE ; then 
- echo Running libtoolize...
- libtoolize --force --copy
-   fi
-  fi
-  echo Running aclocal $aclocalinclude ...
-  aclocal $aclocalinclude
-  if grep ^AM_CONFIG_HEADER configure.ac /dev/null; then
-   echo Running autoheader...
-   autoheader
-  fi
-  echo Running automake --gnu -Wno-portability $am_opt ...
-  automake --add-missing --gnu -Wno-portability $am_opt
-  echo Running autoconf ...
-  autoconf
-

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

2013-01-07 Thread Jan de Groot
Date: Monday, January 7, 2013 @ 06:39:56
  Author: jgc
Revision: 174766

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

Added:
  polkit/repos/extra-i686/PKGBUILD
(from rev 174765, polkit/trunk/PKGBUILD)
  polkit/repos/extra-i686/fix-xauthority.patch
(from rev 174765, polkit/trunk/fix-xauthority.patch)
  polkit/repos/extra-i686/polkit.install
(from rev 174765, polkit/trunk/polkit.install)
  polkit/repos/extra-i686/polkit.pam
(from rev 174765, polkit/trunk/polkit.pam)
  polkit/repos/extra-x86_64/PKGBUILD
(from rev 174765, polkit/trunk/PKGBUILD)
  polkit/repos/extra-x86_64/fix-xauthority.patch
(from rev 174765, polkit/trunk/fix-xauthority.patch)
  polkit/repos/extra-x86_64/polkit.install
(from rev 174765, polkit/trunk/polkit.install)
  polkit/repos/extra-x86_64/polkit.pam
(from rev 174765, polkit/trunk/polkit.pam)
Deleted:
  polkit/repos/extra-i686/PKGBUILD
  polkit/repos/extra-i686/autogen.sh
  polkit/repos/extra-i686/fix-empty-wheel.patch
  polkit/repos/extra-i686/polkit.install
  polkit/repos/extra-i686/polkit.pam
  polkit/repos/extra-x86_64/PKGBUILD
  polkit/repos/extra-x86_64/autogen.sh
  polkit/repos/extra-x86_64/fix-empty-wheel.patch
  polkit/repos/extra-x86_64/polkit.install
  polkit/repos/extra-x86_64/polkit.pam

+
 extra-i686/PKGBUILD|   86 
 extra-i686/autogen.sh  |  123 ---
 extra-i686/fix-empty-wheel.patch   |   47 -
 extra-i686/fix-xauthority.patch|   58 
 extra-i686/polkit.install  |   36 +-
 extra-i686/polkit.pam  |   14 +--
 extra-x86_64/PKGBUILD  |   86 
 extra-x86_64/autogen.sh|  123 ---
 extra-x86_64/fix-empty-wheel.patch |   47 -
 extra-x86_64/fix-xauthority.patch  |   58 
 extra-x86_64/polkit.install|   36 +-
 extra-x86_64/polkit.pam|   14 +--
 12 files changed, 252 insertions(+), 476 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 11:39:18 UTC (rev 174765)
+++ extra-i686/PKGBUILD 2013-01-07 11:39:56 UTC (rev 174766)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=polkit
-pkgver=0.107
-pkgrel=4
-pkgdesc=Application development toolkit for controlling system-wide 
privileges
-arch=(i686 x86_64)
-license=('LGPL')
-url=http://www.freedesktop.org/wiki/Software/PolicyKit;
-depends=('glib2' 'pam' 'expat' 'libsystemd' 'js')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-replaces=('policykit')
-options=('!libtool')
-install=polkit.install
-source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz
-polkit.pam fix-empty-wheel.patch)
-md5sums=('0e4f9c53f43fd1b25ac3f0d2e09b2ae1'
- '6564f95878297b954f0572bc1610dd15'
- 'c99ab2a7919ad0b69fde4804c043b07f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # https://bugs.archlinux.org/task/31717
-  patch -Np1 -i ../fix-empty-wheel.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --disable-static --enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  chown 102 $pkgdir/etc/polkit-1/rules.d
-  chown 102 $pkgdir/usr/share/polkit-1/rules.d
-
-  install -m644 $srcdir/polkit.pam $pkgdir/etc/pam.d/polkit-1
-}

Copied: polkit/repos/extra-i686/PKGBUILD (from rev 174765, 
polkit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 11:39:56 UTC (rev 174766)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=polkit
+pkgver=0.109
+pkgrel=1
+pkgdesc=Application development toolkit for controlling system-wide 
privileges
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://www.freedesktop.org/wiki/Software/polkit;
+depends=('glib2' 'pam' 'expat' 'libsystemd' 'js')
+makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
+replaces=('policykit')
+options=('!libtool')
+install=polkit.install
+source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz
+polkit.pam
+fix-xauthority.patch)
+md5sums=('8c3f08287dd3e1e546e3c2ae00090908'
+ '6564f95878297b954f0572bc1610dd15'
+ '78db344a30d7aa089b4705009ec95b58')
+
+build() {
+  cd $pkgname-$pkgver
+
+  patch -Np1 -i ../fix-xauthority.patch
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make 

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

2013-01-07 Thread Guillaume Alaux
Date: Monday, January 7, 2013 @ 07:22:34
  Author: guillaume
Revision: 174767

Got rid of Arch ecj FS#33151 - sources

Modified:
  tomcat7/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 11:39:56 UTC (rev 174766)
+++ PKGBUILD2013-01-07 12:22:34 UTC (rev 174767)
@@ -2,11 +2,11 @@
 pkgbase=tomcat7
 pkgname=('java-servlet3.0-tomcat' 'java-jsp2.2-tomcat' 'tomcat7')
 pkgver=7.0.34
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://tomcat.apache.org/'
 license=('APACHE')
-makedepends=('java-environment' 'apache-ant=1.8' 'java-commons-daemon' 
'eclipse-ecj')
+makedepends=('java-environment' 'apache-ant=1.8' 'java-commons-daemon')
 
source=(http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/src/apache-tomcat-${pkgver}-src.tar.gz
 
http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
 tomcat7.conf.d
@@ -32,7 +32,6 @@
   ant deploy \
 -Dbase.path=${srcdir}/DOWN_LIBS \
 -Dcommons-daemon.jar=/usr/share/java/commons-daemon.jar \
--Djdt.jar=/usr/share/java/eclipse-ecj.jar \
 -Dno.build.dbcp=true
 }
 
@@ -67,7 +66,7 @@
 
 package_tomcat7() {
   pkgdesc=Servlet-3.0/JSP-2.2 Container
-  depends=('java-runtime=6' 'java-jsvc' 'eclipse-ecj'
+  depends=('java-runtime=6' 'java-jsvc'
java-servlet3.0-tomcat=${pkgver} java-jsp2.2-tomcat=${pkgver})
   optdepends=('tomcat-native: to allow optimal performance in production 
environments')
   backup=(etc/tomcat7/catalina.policy
@@ -88,10 +87,7 @@
   rm bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
   cp -r bin ${pkgdir}/usr/share/${pkgname}
 
-  # eclipse-ecj is packaged on its own
-  rm lib/eclipse-ecj.jar
   install -m644 lib/* ${pkgdir}/usr/share/java/${pkgname}
-  ln -s ../eclipse-ecj.jar ${pkgdir}/usr/share/java/${pkgname}/eclipse-ecj.jar
 
   # Provided by previous packages
   rm ${pkgdir}/usr/share/java/${pkgname}/servlet-api.jar



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

2013-01-07 Thread Jan de Groot
Date: Monday, January 7, 2013 @ 07:26:03
  Author: jgc
Revision: 174768

upgpkg: gtk3 3.6.3-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 12:22:34 UTC (rev 174767)
+++ PKGBUILD2013-01-07 12:26:03 UTC (rev 174768)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gtk3
-pkgver=3.6.2
+pkgver=3.6.3
 pkgrel=1
 pkgdesc=GObject-based multi-platform GUI toolkit (v3)
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 license=('LGPL')
 
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
 settings.ini)
-sha256sums=('aaccf2e1576338acf37816290578e8f19888935f381665b3847076be25fe513c'
+sha256sums=('da376bc0623650b1560c844d94dc3bc259edb7cac14ebab1ba3325b566213801'
 'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
 build() {
 cd gtk+-$pkgver



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

2013-01-07 Thread Jan de Groot
Date: Monday, January 7, 2013 @ 07:26:35
  Author: jgc
Revision: 174769

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 174768, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk3.install
(from rev 174768, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 174768, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 174768, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 174768, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 174768, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-i686/wacom.patch
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini
  gtk3/repos/extra-x86_64/wacom.patch

---+
 extra-i686/PKGBUILD   |   84 
 extra-i686/gtk3.install   |   32 
 extra-i686/settings.ini   |4 +-
 extra-i686/wacom.patch|   12 --
 extra-x86_64/PKGBUILD |   84 
 extra-x86_64/gtk3.install |   32 
 extra-x86_64/settings.ini |4 +-
 extra-x86_64/wacom.patch  |   12 --
 8 files changed, 116 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 12:26:03 UTC (rev 174768)
+++ extra-i686/PKGBUILD 2013-01-07 12:26:35 UTC (rev 174769)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtk3
-pkgver=3.6.2
-pkgrel=1
-pkgdesc=GObject-based multi-platform GUI toolkit (v3)
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-install=gtk3.install
-depends=('atk' 'cairo' 'gtk-update-icon-cache' 'libcups' 'libxcursor' 
'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 
'shared-mime-info' 'colord' 'at-spi2-atk')
-makedepends=('gobject-introspection')
-options=('!libtool')
-backup=(etc/gtk-3.0/settings.ini)
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
-settings.ini wacom.patch)
-sha256sums=('aaccf2e1576338acf37816290578e8f19888935f381665b3847076be25fe513c'
-'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621'
-'86bda95a14a99d0f596c4ecb2ed715689f71c207c65dfc90a39d4ae7f1c0c0f5')
-build() {
-cd gtk+-$pkgver
-
-# Partially revert BGO#673440 in order to fix BGO#674157
-patch -Np1 -i ../wacom.patch
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-gtk2-dependency \
---disable-schemas-compile
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd gtk+-$pkgver
-make DESTDIR=$pkgdir install
-
-install -Dm644 $srcdir/settings.ini $pkgdir/etc/gtk-3.0/settings.ini
-}

Copied: gtk3/repos/extra-i686/PKGBUILD (from rev 174768, gtk3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 12:26:35 UTC (rev 174769)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtk3
+pkgver=3.6.3
+pkgrel=1
+pkgdesc=GObject-based multi-platform GUI toolkit (v3)
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=('atk' 'cairo' 'gtk-update-icon-cache' 'libcups' 'libxcursor' 
'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 
'shared-mime-info' 'colord' 'at-spi2-atk')
+makedepends=('gobject-introspection')
+options=('!libtool')
+backup=(etc/gtk-3.0/settings.ini)
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
+settings.ini)
+sha256sums=('da376bc0623650b1560c844d94dc3bc259edb7cac14ebab1ba3325b566213801'
+'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
+build() {
+cd gtk+-$pkgver
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd gtk+-$pkgver
+make DESTDIR=$pkgdir install
+
+install -Dm644 $srcdir/settings.ini $pkgdir/etc/gtk-3.0/settings.ini
+}

Deleted: extra-i686/gtk3.install
===
--- extra-i686/gtk3.install 2013-01-07 12:26:03 UTC (rev 174768)
+++ extra-i686/gtk3.install 2013-01-07 12:26:35 UTC (rev 174769)
@@ -1,16 +0,0 @@
-post_install() {
- 

[arch-commits] Commit in tomcat7/trunk (PKGBUILD systemd.tomcat7.service)

2013-01-07 Thread Guillaume Alaux
Date: Monday, January 7, 2013 @ 07:29:21
  Author: guillaume
Revision: 174770

Fixed systemd still refering to Arch' ecj

Modified:
  tomcat7/trunk/PKGBUILD
  tomcat7/trunk/systemd.tomcat7.service

-+
 PKGBUILD|2 +-
 systemd.tomcat7.service |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 12:26:35 UTC (rev 174769)
+++ PKGBUILD2013-01-07 12:29:21 UTC (rev 174770)
@@ -19,7 +19,7 @@
 'a9a2d50244e5206e471af4cdf36fd8444e85d382d9f70ca776d72985c152b788'
 '7de8be5e501f0c697b6983f92e250702bb653fb8873a78bd04e15dce63670c01'
 '8ae4e12ccdd1a7be04fae1cf68b0c170a5ee7559f8dffca5f9ecf05c20b66c8e'
-'a64609f621ec1838a5476d9c5a7860800fed5644940fbb32b40828d14d17485f')
+'082227bd58187199503ac3222e3fcaa818eae0916d34c38dbcfa7f8fb7e5e6ce')
 
 _servletver=3.0
 _jspver=2.2

Modified: systemd.tomcat7.service
===
--- systemd.tomcat7.service 2013-01-07 12:26:35 UTC (rev 174769)
+++ systemd.tomcat7.service 2013-01-07 12:29:21 UTC (rev 174770)
@@ -15,7 +15,7 @@
 -Dcatalina.home=${CATALINA_HOME} \
 -Dcatalina.base=${CATALINA_BASE} \
 -Djava.io.tmpdir=/var/tmp/tomcat7/temp \
--cp 
/usr/share/java/commons-daemon.jar:/usr/share/java/eclipse-ecj.jar:${CATALINA_HOME}/bin/bootstrap.jar:${CATALINA_HOME}/bin/tomcat-juli.jar
 \
+-cp 
/usr/share/java/commons-daemon.jar:${CATALINA_HOME}/bin/bootstrap.jar:${CATALINA_HOME}/bin/tomcat-juli.jar
 \
 -user tomcat \
 -java-home ${TOMCAT_JAVA_HOME} \
 -wait 10 \



[arch-commits] Commit in tomcat7/repos/extra-any (10 files)

2013-01-07 Thread Guillaume Alaux
Date: Monday, January 7, 2013 @ 07:31:09
  Author: guillaume
Revision: 174771

archrelease: copy trunk to extra-any

Added:
  tomcat7/repos/extra-any/PKGBUILD
(from rev 174770, tomcat7/trunk/PKGBUILD)
  tomcat7/repos/extra-any/systemd.tomcat7.service
(from rev 174770, tomcat7/trunk/systemd.tomcat7.service)
  tomcat7/repos/extra-any/tomcat7
(from rev 174770, tomcat7/trunk/tomcat7)
  tomcat7/repos/extra-any/tomcat7.conf.d
(from rev 174770, tomcat7/trunk/tomcat7.conf.d)
  tomcat7/repos/extra-any/tomcat7.install
(from rev 174770, tomcat7/trunk/tomcat7.install)
Deleted:
  tomcat7/repos/extra-any/PKGBUILD
  tomcat7/repos/extra-any/systemd.tomcat7.service
  tomcat7/repos/extra-any/tomcat7
  tomcat7/repos/extra-any/tomcat7.conf.d
  tomcat7/repos/extra-any/tomcat7.install

-+
 PKGBUILD|  278 ++
 systemd.tomcat7.service |   70 +--
 tomcat7 |  154 -
 tomcat7.conf.d  |   38 +++---
 tomcat7.install |   54 
 5 files changed, 295 insertions(+), 299 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 12:29:21 UTC (rev 174770)
+++ PKGBUILD2013-01-07 12:31:09 UTC (rev 174771)
@@ -1,141 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-pkgbase=tomcat7
-pkgname=('java-servlet3.0-tomcat' 'java-jsp2.2-tomcat' 'tomcat7')
-pkgver=7.0.34
-pkgrel=1
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-makedepends=('java-environment' 'apache-ant=1.8' 'java-commons-daemon' 
'eclipse-ecj')
-source=(http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/src/apache-tomcat-${pkgver}-src.tar.gz
-
http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-tomcat7.conf.d
-tomcat7
-tomcat7.install
-systemd.tomcat7.service)
-
-sha256sums=('c05b85928ff870244a061700166ee781e66bad68f4a7867ba22c48beeec19fc0'
-'4335136f0bee44aebfd7b4394c7fdfcc9d174a93ee4b1cf8d1f90ea164038e85'
-'a9a2d50244e5206e471af4cdf36fd8444e85d382d9f70ca776d72985c152b788'
-'7de8be5e501f0c697b6983f92e250702bb653fb8873a78bd04e15dce63670c01'
-'8ae4e12ccdd1a7be04fae1cf68b0c170a5ee7559f8dffca5f9ecf05c20b66c8e'
-'a64609f621ec1838a5476d9c5a7860800fed5644940fbb32b40828d14d17485f')
-
-_servletver=3.0
-_jspver=2.2
-
-build() {
-  cd ${srcdir}/apache-tomcat-${pkgver}-src
-
-  . /etc/profile.d/apache-ant.sh
-
-  ant deploy \
--Dbase.path=${srcdir}/DOWN_LIBS \
--Dcommons-daemon.jar=/usr/share/java/commons-daemon.jar \
--Djdt.jar=/usr/share/java/eclipse-ecj.jar \
--Dno.build.dbcp=true
-}
-
-#TODO add test ant test
-
-package_java-servlet3.0-tomcat() {
-  pkgdesc=Servlet 3.0 java library implementation by Apache Tomcat
-  depends=('java-environment=5')
-
-  cd ${srcdir}/apache-tomcat-${pkgver}-src/output/build/lib
-
-  install -dm755 ${pkgdir}/usr/share/java/servlet${_servletver}-tomcat
-  install -m644 servlet-api.jar \
-
${pkgdir}/usr/share/java/servlet${_servletver}-tomcat/servlet-api-${_servletver}.jar
-  ln -s servlet${_servletver}-tomcat/servlet-api-${_servletver}.jar \
-${pkgdir}/usr/share/java/servlet-api.jar
-}
-
-package_java-jsp2.2-tomcat() {
-  pkgdesc=JSP 2.2 java library implementation by Apache Tomcat
-  depends=('java-environment=5')
-
-  cd ${srcdir}/apache-tomcat-${pkgver}-src/output/build/lib
-
-  install -dm755 ${pkgdir}/usr/share/java/jsp${_jspver}-tomcat
-  for j in el-api jsp-api; do
-install -m644 ${j}.jar \
-  
${pkgdir}/usr/share/java/jsp${_jspver}-tomcat/${j}-${_jspver}.jar
-ln -s jsp${_jspver}-tomcat/${j}-${_jspver}.jar 
${pkgdir}/usr/share/java/${j}.jar
-  done
-}
-
-package_tomcat7() {
-  pkgdesc=Servlet-3.0/JSP-2.2 Container
-  depends=('java-runtime=6' 'java-jsvc' 'eclipse-ecj'
-   java-servlet3.0-tomcat=${pkgver} java-jsp2.2-tomcat=${pkgver})
-  optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-  backup=(etc/tomcat7/catalina.policy
-  etc/tomcat7/catalina.properties
-  etc/tomcat7/context.xml
-  etc/tomcat7/logging.properties
-  etc/tomcat7/server.xml
-  etc/tomcat7/tomcat-users.xml
-  etc/tomcat7/web.xml
-  etc/conf.d/tomcat7)
-  install=tomcat7.install
-
-  cd ${srcdir}/apache-tomcat-${pkgver}-src/output/build
-
-  # Tomcat general files
-  install -dm755 ${pkgdir}/usr/share/{,java/}${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  cp -r bin ${pkgdir}/usr/share/${pkgname}
-
-  # eclipse-ecj is packaged on its own
-  rm lib/eclipse-ecj.jar
-  install -m644 lib/* ${pkgdir}/usr/share/java/${pkgname}
-  ln -s ../eclipse-ecj.jar ${pkgdir}/usr/share/java/${pkgname}/eclipse-ecj.jar
-
-  # Provided by 

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

2013-01-07 Thread Jan de Groot
Date: Monday, January 7, 2013 @ 07:33:21
  Author: jgc
Revision: 174772

upgpkg: upower 0.9.19-1

Added:
  upower/trunk/lg-unifying-fix-K750-features-name-use-1-second-interval.patch
Modified:
  upower/trunk/PKGBUILD
Deleted:
  upower/trunk/0001-Send-resume-signal-when-built-with-systemd-and-using.patch

-+
 0001-Send-resume-signal-when-built-with-systemd-and-using.patch |   35 ---
 PKGBUILD|   13 -
 lg-unifying-fix-K750-features-name-use-1-second-interval.patch  |   98 
++
 3 files changed, 104 insertions(+), 42 deletions(-)

Deleted: 0001-Send-resume-signal-when-built-with-systemd-and-using.patch
===
--- 0001-Send-resume-signal-when-built-with-systemd-and-using.patch 
2013-01-07 12:31:09 UTC (rev 174771)
+++ 0001-Send-resume-signal-when-built-with-systemd-and-using.patch 
2013-01-07 12:33:21 UTC (rev 174772)
@@ -1,35 +0,0 @@
-From a5b3dd887dcd60e981626ae2e15c874311fc4fef Mon Sep 17 00:00:00 2001
-From: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-Date: Sun, 2 Sep 2012 04:36:13 +0200
-Subject: [PATCH] Send resume signal when built with systemd and using
- pm-utils suspend
-
-This case was apparently overlooked when adding systemd support.
-
-Signed-off-by: Jan Alexander Steffens (heftig) jan.steff...@gmail.com

- src/linux/up-backend.c | 7 ---
- 1 file changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/src/linux/up-backend.c b/src/linux/up-backend.c
-index ddd4472..52b430e 100644
 a/src/linux/up-backend.c
-+++ b/src/linux/up-backend.c
-@@ -603,10 +603,11 @@ gboolean
- up_backend_emits_resuming (UpBackend *backend)
- {
- #ifdef HAVE_SYSTEMD
--  return TRUE;
--#else
--  return FALSE;
-+  if (sd_booted ())
-+  return TRUE;
-+  else
- #endif
-+  return FALSE;
- }
- 
- /**
--- 
-1.7.12
-

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 12:31:09 UTC (rev 174771)
+++ PKGBUILD2013-01-07 12:33:21 UTC (rev 174772)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=upower
-pkgver=0.9.18
-pkgrel=2
+pkgver=0.9.19
+pkgrel=1
 pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
 arch=('i686' 'x86_64')
 url=http://upower.freedesktop.org;
@@ -12,9 +12,9 @@
 makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
 options=('!libtool')
 source=($url/releases/$pkgname-$pkgver.tar.xz
-0001-Send-resume-signal-when-built-with-systemd-and-using.patch)
-md5sums=('bfaaa1e7f8479fca5594406b3c36dff9'
- '188afea4919dc324b2efbae35d9d216a')
+lg-unifying-fix-K750-features-name-use-1-second-interval.patch)
+md5sums=('f96955ff1a2e4f006937d6b5ea95afb8'
+ '04b2a6141e80e422a9fe2820b5b3a613')
 
 build() {
   cd $pkgname-$pkgver
@@ -22,8 +22,7 @@
   # put udev files in /usr/lib
   sed -i /slashlibdir=/s#/lib#/usr/lib# configure
 
-  # https://bugs.freedesktop.org/show_bug.cgi?id=54371
-  patch -Np1 -i 
../0001-Send-resume-signal-when-built-with-systemd-and-using.patch
+  patch -Np1 -i 
../lg-unifying-fix-K750-features-name-use-1-second-interval.patch
 
   ./configure --prefix=/usr --sysconfdir=/etc \
 --localstatedir=/var \

Added: lg-unifying-fix-K750-features-name-use-1-second-interval.patch
===
--- lg-unifying-fix-K750-features-name-use-1-second-interval.patch  
(rev 0)
+++ lg-unifying-fix-K750-features-name-use-1-second-interval.patch  
2013-01-07 12:33:21 UTC (rev 174772)
@@ -0,0 +1,98 @@
+From 35b0d25b49d04cf7d33699c34f42a196c8e92a2e Mon Sep 17 00:00:00 2001
+From: Julien Danjou jul...@danjou.info
+Date: Sat, 01 Dec 2012 12:30:03 +
+Subject: lg-unifying: fix K750 features name, use 1 second interval
+
+I've recently got access to some spec on this, so I'm now able to document
+his a bit better. Also, change the 0x78 value for the function sending
+BattLightMeasureBroadcastEvent to 0x1 since this is the number of event we
+want, and one is enough.
+
+Signed-off-by: Julien Danjou jul...@danjou.info
+Signed-off-by: Richard Hughes rich...@hughsie.com
+---
+diff --git a/src/linux/up-device-lg-unifying.c 
b/src/linux/up-device-lg-unifying.c
+index e8997c0..eddd1ec 100644
+--- a/src/linux/up-device-lg-unifying.c
 b/src/linux/up-device-lg-unifying.c
+@@ -84,10 +84,9 @@
+ #define HIDPP_FEATURE_GETDEVICENAMETYPE_FUNCTION_GETCOUNT  (0x00  4)
+ #define HIDPP_FEATURE_GETDEVICENAMETYPE_FUNCTION_GETDEVICENAME (0x01  4)
+ 
+-/* I wish i has the spec for this, but I don't so I invented the name */
+-#define HIDPP_FEATURE_K750_BATTERY   0x4301
+-#define HIDPP_FEATURE_K750_BATTERY_FUNCTION_STARTLUXANDBATTERY   (0x00  4)
+-#define 

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

2013-01-07 Thread Jan de Groot
Date: Monday, January 7, 2013 @ 07:34:08
  Author: jgc
Revision: 174773

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

Added:
  upower/repos/extra-i686/PKGBUILD
(from rev 174772, upower/trunk/PKGBUILD)
  
upower/repos/extra-i686/lg-unifying-fix-K750-features-name-use-1-second-interval.patch
(from rev 174772, 
upower/trunk/lg-unifying-fix-K750-features-name-use-1-second-interval.patch)
  upower/repos/extra-x86_64/PKGBUILD
(from rev 174772, upower/trunk/PKGBUILD)
  
upower/repos/extra-x86_64/lg-unifying-fix-K750-features-name-use-1-second-interval.patch
(from rev 174772, 
upower/trunk/lg-unifying-fix-K750-features-name-use-1-second-interval.patch)
Deleted:
  
upower/repos/extra-i686/0001-Send-resume-signal-when-built-with-systemd-and-using.patch
  upower/repos/extra-i686/PKGBUILD
  
upower/repos/extra-x86_64/0001-Send-resume-signal-when-built-with-systemd-and-using.patch
  upower/repos/extra-x86_64/PKGBUILD

--+
 extra-i686/0001-Send-resume-signal-when-built-with-systemd-and-using.patch   | 
  35 ---
 extra-i686/PKGBUILD  | 
  75 +++
 extra-i686/lg-unifying-fix-K750-features-name-use-1-second-interval.patch| 
  98 ++
 extra-x86_64/0001-Send-resume-signal-when-built-with-systemd-and-using.patch | 
  35 ---
 extra-x86_64/PKGBUILD| 
  75 +++
 extra-x86_64/lg-unifying-fix-K750-features-name-use-1-second-interval.patch  | 
  98 ++
 6 files changed, 270 insertions(+), 146 deletions(-)

Deleted: 
extra-i686/0001-Send-resume-signal-when-built-with-systemd-and-using.patch
===
--- extra-i686/0001-Send-resume-signal-when-built-with-systemd-and-using.patch  
2013-01-07 12:33:21 UTC (rev 174772)
+++ extra-i686/0001-Send-resume-signal-when-built-with-systemd-and-using.patch  
2013-01-07 12:34:08 UTC (rev 174773)
@@ -1,35 +0,0 @@
-From a5b3dd887dcd60e981626ae2e15c874311fc4fef Mon Sep 17 00:00:00 2001
-From: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-Date: Sun, 2 Sep 2012 04:36:13 +0200
-Subject: [PATCH] Send resume signal when built with systemd and using
- pm-utils suspend
-
-This case was apparently overlooked when adding systemd support.
-
-Signed-off-by: Jan Alexander Steffens (heftig) jan.steff...@gmail.com

- src/linux/up-backend.c | 7 ---
- 1 file changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/src/linux/up-backend.c b/src/linux/up-backend.c
-index ddd4472..52b430e 100644
 a/src/linux/up-backend.c
-+++ b/src/linux/up-backend.c
-@@ -603,10 +603,11 @@ gboolean
- up_backend_emits_resuming (UpBackend *backend)
- {
- #ifdef HAVE_SYSTEMD
--  return TRUE;
--#else
--  return FALSE;
-+  if (sd_booted ())
-+  return TRUE;
-+  else
- #endif
-+  return FALSE;
- }
- 
- /**
--- 
-1.7.12
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 12:33:21 UTC (rev 174772)
+++ extra-i686/PKGBUILD 2013-01-07 12:34:08 UTC (rev 174773)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=upower
-pkgver=0.9.18
-pkgrel=2
-pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
-arch=('i686' 'x86_64')
-url=http://upower.freedesktop.org;
-license=('GPL')
-depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 
'libimobiledevice')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
-options=('!libtool')
-source=($url/releases/$pkgname-$pkgver.tar.xz
-0001-Send-resume-signal-when-built-with-systemd-and-using.patch)
-md5sums=('bfaaa1e7f8479fca5594406b3c36dff9'
- '188afea4919dc324b2efbae35d9d216a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # put udev files in /usr/lib
-  sed -i /slashlibdir=/s#/lib#/usr/lib# configure
-
-  # https://bugs.freedesktop.org/show_bug.cgi?id=54371
-  patch -Np1 -i 
../0001-Send-resume-signal-when-built-with-systemd-and-using.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: upower/repos/extra-i686/PKGBUILD (from rev 174772, 
upower/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 12:34:08 UTC (rev 174773)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=upower
+pkgver=0.9.19
+pkgrel=1
+pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
+arch=('i686' 'x86_64')
+url=http://upower.freedesktop.org;
+license=('GPL')

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

2013-01-07 Thread Jan de Groot
Date: Monday, January 7, 2013 @ 07:38:52
  Author: jgc
Revision: 174774

upgpkg: udisks2 2.0.1-1

Modified:
  udisks2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 12:34:08 UTC (rev 174773)
+++ PKGBUILD2013-01-07 12:38:52 UTC (rev 174774)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=udisks2
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc=Disk Management Service, version 2
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 'gptfdisk: GUID partition table support')
 options=(!libtool)
 source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2)
-sha256sums=('aa026a5a865688a2e9e430a389c7636c1a556d980539e4bd4a3f31dc5d4fe1eb')
+sha256sums=('7a6728942d3cd1adc8cd5ee770e8865b293694e9663487861b7b8bf7b495bbbf')
 
 build() {
   cd udisks-$pkgver



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

2013-01-07 Thread Jan de Groot
Date: Monday, January 7, 2013 @ 07:39:21
  Author: jgc
Revision: 174775

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 12:38:52 UTC (rev 174774)
+++ extra-i686/PKGBUILD 2013-01-07 12:39:21 UTC (rev 174775)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=udisks2
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=Disk Management Service, version 2
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/udisks;
-license=('GPL2')
-depends=('glib2' 'udev' 'polkit' 'libatasmart' 'eject')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
-optdepends=('parted: partition management'
-'gptfdisk: GUID partition table support')
-options=(!libtool)
-source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2)
-sha256sums=('aa026a5a865688a2e9e430a389c7636c1a556d980539e4bd4a3f31dc5d4fe1eb')
-
-build() {
-  cd udisks-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd udisks-$pkgver
-  make DESTDIR=$pkgdir install \
-bash_completiondir=/usr/share/bash-completion/completions
-}

Copied: udisks2/repos/extra-i686/PKGBUILD (from rev 174774, 
udisks2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 12:39:21 UTC (rev 174775)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=udisks2
+pkgver=2.0.1
+pkgrel=1
+pkgdesc=Disk Management Service, version 2
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/udisks;
+license=('GPL2')
+depends=('glib2' 'udev' 'polkit' 'libatasmart' 'eject')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
+optdepends=('parted: partition management'
+'gptfdisk: GUID partition table support')
+options=(!libtool)
+source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2)
+sha256sums=('7a6728942d3cd1adc8cd5ee770e8865b293694e9663487861b7b8bf7b495bbbf')
+
+build() {
+  cd udisks-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd udisks-$pkgver
+  make DESTDIR=$pkgdir install \
+bash_completiondir=/usr/share/bash-completion/completions
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-07 12:38:52 UTC (rev 174774)
+++ extra-x86_64/PKGBUILD   2013-01-07 12:39:21 UTC (rev 174775)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=udisks2
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=Disk Management Service, version 2
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/udisks;
-license=('GPL2')
-depends=('glib2' 'udev' 'polkit' 'libatasmart' 'eject')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
-optdepends=('parted: partition management'
-'gptfdisk: GUID partition table support')
-options=(!libtool)
-source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2)
-sha256sums=('aa026a5a865688a2e9e430a389c7636c1a556d980539e4bd4a3f31dc5d4fe1eb')
-
-build() {
-  cd udisks-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd udisks-$pkgver
-  make DESTDIR=$pkgdir install \
-bash_completiondir=/usr/share/bash-completion/completions
-}

Copied: udisks2/repos/extra-x86_64/PKGBUILD (from rev 174774, 
udisks2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-07 12:39:21 UTC (rev 174775)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=udisks2
+pkgver=2.0.1
+pkgrel=1
+pkgdesc=Disk Management Service, version 2
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/udisks;
+license=('GPL2')
+depends=('glib2' 'udev' 'polkit' 'libatasmart' 'eject')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
+optdepends=('parted: partition 

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

2013-01-07 Thread Jan de Groot
Date: Monday, January 7, 2013 @ 08:06:25
  Author: jgc
Revision: 174776

upgpkg: gtk3 3.6.4-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 12:39:21 UTC (rev 174775)
+++ PKGBUILD2013-01-07 13:06:25 UTC (rev 174776)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gtk3
-pkgver=3.6.3
+pkgver=3.6.4
 pkgrel=1
 pkgdesc=GObject-based multi-platform GUI toolkit (v3)
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 license=('LGPL')
 
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
 settings.ini)
-sha256sums=('da376bc0623650b1560c844d94dc3bc259edb7cac14ebab1ba3325b566213801'
+sha256sums=('dbda37986f934f986c0bb20f2b0c59f2717a2e5c098370ad69677ff89295f1a1'
 'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
 build() {
 cd gtk+-$pkgver



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

2013-01-07 Thread Jan de Groot
Date: Monday, January 7, 2013 @ 08:06:57
  Author: jgc
Revision: 174777

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 174776, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk3.install
(from rev 174776, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 174776, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 174776, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 174776, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 174776, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

---+
 extra-i686/PKGBUILD   |   80 ++--
 extra-i686/gtk3.install   |   32 -
 extra-i686/settings.ini   |4 +-
 extra-x86_64/PKGBUILD |   80 ++--
 extra-x86_64/gtk3.install |   32 -
 extra-x86_64/settings.ini |4 +-
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 13:06:25 UTC (rev 174776)
+++ extra-i686/PKGBUILD 2013-01-07 13:06:57 UTC (rev 174777)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtk3
-pkgver=3.6.3
-pkgrel=1
-pkgdesc=GObject-based multi-platform GUI toolkit (v3)
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-install=gtk3.install
-depends=('atk' 'cairo' 'gtk-update-icon-cache' 'libcups' 'libxcursor' 
'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 
'shared-mime-info' 'colord' 'at-spi2-atk')
-makedepends=('gobject-introspection')
-options=('!libtool')
-backup=(etc/gtk-3.0/settings.ini)
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
-settings.ini)
-sha256sums=('da376bc0623650b1560c844d94dc3bc259edb7cac14ebab1ba3325b566213801'
-'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
-build() {
-cd gtk+-$pkgver
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-gtk2-dependency \
---disable-schemas-compile
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd gtk+-$pkgver
-make DESTDIR=$pkgdir install
-
-install -Dm644 $srcdir/settings.ini $pkgdir/etc/gtk-3.0/settings.ini
-}

Copied: gtk3/repos/extra-i686/PKGBUILD (from rev 174776, gtk3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 13:06:57 UTC (rev 174777)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtk3
+pkgver=3.6.4
+pkgrel=1
+pkgdesc=GObject-based multi-platform GUI toolkit (v3)
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=('atk' 'cairo' 'gtk-update-icon-cache' 'libcups' 'libxcursor' 
'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 
'shared-mime-info' 'colord' 'at-spi2-atk')
+makedepends=('gobject-introspection')
+options=('!libtool')
+backup=(etc/gtk-3.0/settings.ini)
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
+settings.ini)
+sha256sums=('dbda37986f934f986c0bb20f2b0c59f2717a2e5c098370ad69677ff89295f1a1'
+'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
+build() {
+cd gtk+-$pkgver
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd gtk+-$pkgver
+make DESTDIR=$pkgdir install
+
+install -Dm644 $srcdir/settings.ini $pkgdir/etc/gtk-3.0/settings.ini
+}

Deleted: extra-i686/gtk3.install
===
--- extra-i686/gtk3.install 2013-01-07 13:06:25 UTC (rev 174776)
+++ extra-i686/gtk3.install 2013-01-07 13:06:57 UTC (rev 174777)
@@ -1,16 +0,0 @@
-post_install() {
-/usr/bin/gtk-query-immodules-3.0 --update-cache
-/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-rm -f /usr/lib/gtk-3.0/3.0.0/immodules.cache
-}
-
-post_remove() {
-/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
-}

Copied: 

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

2013-01-07 Thread Gaetan Bisson
Date: Monday, January 7, 2013 @ 09:36:15
  Author: bisson
Revision: 174778

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 13:06:57 UTC (rev 174777)
+++ PKGBUILD2013-01-07 14:36:15 UTC (rev 174778)
@@ -6,7 +6,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=mpd
-pkgver=0.17.2
+pkgver=0.17.3
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
@@ -18,7 +18,7 @@
 source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
 'tmpfiles.d'
 'rc.d') 
-sha1sums=('5e7ccf39f44e51240f181c2e1d9af5a7dafb1f02'
+sha1sums=('f684d73a7517371a4461afdb2439f9533b51a49d'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '3470d489565f0ed479f1665dd2876f66acb5a585')
 



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

2013-01-07 Thread Gaetan Bisson
Date: Monday, January 7, 2013 @ 09:37:06
  Author: bisson
Revision: 174779

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 174778, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/install
(from rev 174778, mpd/trunk/install)
  mpd/repos/extra-i686/rc.d
(from rev 174778, mpd/trunk/rc.d)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 174778, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 174778, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/install
(from rev 174778, mpd/trunk/install)
  mpd/repos/extra-x86_64/rc.d
(from rev 174778, mpd/trunk/rc.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 174778, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/rc.d
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/rc.d
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 extra-i686/PKGBUILD |  122 +++---
 extra-i686/install  |   22 
 extra-i686/rc.d |   50 +-
 extra-i686/tmpfiles.d   |2 
 extra-x86_64/PKGBUILD   |  122 +++---
 extra-x86_64/install|   22 
 extra-x86_64/rc.d   |   50 +-
 extra-x86_64/tmpfiles.d |2 
 8 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 14:36:15 UTC (rev 174778)
+++ extra-i686/PKGBUILD 2013-01-07 14:37:06 UTC (rev 174779)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.17.2
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
-makedepends=('doxygen')
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
-'tmpfiles.d'
-'rc.d') 
-sha1sums=('5e7ccf39f44e51240f181c2e1d9af5a7dafb1f02'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '3470d489565f0ed479f1665dd2876f66acb5a585')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-jack \
-   --enable-lastfm \
-   --enable-soundcloud \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   sed \
-   -e '/^#playlist_directory/c playlist_directory 
/var/lib/mpd/playlists' \
-   -e '/^#db_file/c db_file /var/lib/mpd/mpd.db' \
-   -e '/^#pid_file/c pid_file /run/mpd/mpd.pid' \
-   -e '/^#state_file/c state_file /var/lib/mpd/mpdstate' \
-   -e '/^#user/c user mpd' \
-   -i doc/mpdconf.example
-
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/mpd
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -Dm644 doc/mpdconf.example ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 174778, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 14:37:06 UTC (rev 174779)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.17.3
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
+makedepends=('doxygen')
+source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
+'tmpfiles.d'
+'rc.d') 
+sha1sums=('f684d73a7517371a4461afdb2439f9533b51a49d'
+  

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

2013-01-07 Thread andyrtr
Date: Monday, January 7, 2013 @ 10:22:12
  Author: andyrtr
Revision: 174780

upgpkg: dovecot 2.1.13-1

upstream update 2.1.13

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 14:37:06 UTC (rev 174779)
+++ PKGBUILD2013-01-07 15:22:12 UTC (rev 174780)
@@ -4,8 +4,11 @@
 # Contributor: Federico Quagliata (quaqo) qu...@despammed.com
 # Contributor: GARETTE Emmanuel gnunux at laposte dot net
 
+
+# --- remember to rebuild/bump pigeonhole in one step ---
+
 pkgname=dovecot
-pkgver=2.1.12
+pkgver=2.1.13
 pkgrel=1
 pkgdesc=An IMAP and POP3 server written with security primarily in mind
 arch=('i686' 'x86_64')
@@ -22,8 +25,8 @@
 source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig}
 dovecot.sh
 dovecot.tmpfilesd)
-md5sums=('b575dfb5db954132f41e7c390e7e11ff'
- '86abccd4ac989be71a33ff856b25057a'
+md5sums=('ff64b1d87ad4a8b912ae17b8f9bab3de'
+ 'd85e65d84b8933e2c2a9c4a42fd97841'
  '587159e84e2da6f83d70b3c706ba87cc'
  '342a28251d40f983c98c0d1f1bf3d07d')
 
@@ -58,6 +61,11 @@
   make
 }
 
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
 package() {
   cd ${srcdir}/$pkgname-$pkgver
   make DESTDIR=${pkgdir} install



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

2013-01-07 Thread andyrtr
Date: Monday, January 7, 2013 @ 10:22:58
  Author: andyrtr
Revision: 174781

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

Added:
  dovecot/repos/staging-i686/
  dovecot/repos/staging-i686/PKGBUILD
(from rev 174780, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-i686/dovecot.install
(from rev 174780, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-i686/dovecot.sh
(from rev 174780, dovecot/trunk/dovecot.sh)
  dovecot/repos/staging-i686/dovecot.tmpfilesd
(from rev 174780, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/staging-x86_64/
  dovecot/repos/staging-x86_64/PKGBUILD
(from rev 174780, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-x86_64/dovecot.install
(from rev 174780, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-x86_64/dovecot.sh
(from rev 174780, dovecot/trunk/dovecot.sh)
  dovecot/repos/staging-x86_64/dovecot.tmpfilesd
(from rev 174780, dovecot/trunk/dovecot.tmpfilesd)

--+
 staging-i686/PKGBUILD|   90 +
 staging-i686/dovecot.install |   58 +++
 staging-i686/dovecot.sh  |   69 
 staging-i686/dovecot.tmpfilesd   |1 
 staging-x86_64/PKGBUILD  |   90 +
 staging-x86_64/dovecot.install   |   58 +++
 staging-x86_64/dovecot.sh|   69 
 staging-x86_64/dovecot.tmpfilesd |1 
 8 files changed, 436 insertions(+)

Copied: dovecot/repos/staging-i686/PKGBUILD (from rev 174780, 
dovecot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-07 15:22:58 UTC (rev 174781)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux at laposte dot net
+
+
+# --- remember to rebuild/bump pigeonhole in one step ---
+
+pkgname=dovecot
+pkgver=2.1.13
+pkgrel=1
+pkgdesc=An IMAP and POP3 server written with security primarily in mind
+arch=('i686' 'x86_64')
+url=http://dovecot.org/;
+license=(LGPL)
+depends=('krb5' 'openssl' 'sqlite=3.7.5' 'libmysqlclient=5.5.10'
+'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
+makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
+optdepends=('libldap: ldap plugin'
+   'clucene: alternative FTS indexer')
+provides=('imap-server' 'pop3-server')
+options=('!libtool')
+install=$pkgname.install
+source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig}
+dovecot.sh
+dovecot.tmpfilesd)
+md5sums=('ff64b1d87ad4a8b912ae17b8f9bab3de'
+ 'd85e65d84b8933e2c2a9c4a42fd97841'
+ '587159e84e2da6f83d70b3c706ba87cc'
+ '342a28251d40f983c98c0d1f1bf3d07d')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  # fix build with recent clucene (FC)
+  sed -i '/DEFAULT_INCLUDES *=/s|$| '$(pkg-config --cflags libclucene-core)| 
src/plugins/fts-lucene/Makefile.in
+  
+  # fix path in helper script
+  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
+
+  # configure with openssl, mysql, and postgresql support
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system \
+   --disable-static \
+   --with-nss \
+   --with-pam \
+   --with-mysql \
+   --with-pgsql \
+   --with-sqlite \
+   --with-ssl=openssl \
+   --with-ssldir=/etc/ssl \
+   --with-gssapi \
+   --with-ldap=plugin \
+   --with-zlib --with-bzlib \
+   --with-libcap \
+   --with-solr \
+   --with-lucene \
+   --with-docs
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  # install the launch script
+  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
+
+  # install example conf files and ssl.conf
+  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
+  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
+  install -d -m755 ${pkgdir}/etc/ssl
+  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
+
+  # install mkcert helper script
+  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
+
+  rm ${pkgdir}/etc/dovecot/README
+  
+  # systemd tmpfile
+  install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d
+  install -m 644  ${srcdir}/dovecot.tmpfilesd 
${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf
+}

Copied: 

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

2013-01-07 Thread andyrtr
Date: Monday, January 7, 2013 @ 10:27:29
  Author: andyrtr
Revision: 174782

upgpkg: pigeonhole 0.3.3-4

dovecot 2.1.13 rebuild

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 15:22:58 UTC (rev 174781)
+++ PKGBUILD2013-01-07 15:27:29 UTC (rev 174782)
@@ -7,12 +7,12 @@
 # This must be built against the version of dovecot being used,
 # else mail delivery will fail.
 # Specify the version of dovecot to be used here:
-_dcpkgver=2.1.12
+_dcpkgver=2.1.13
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
 pkgver=0.3.3
-pkgrel=3
+pkgrel=4
 pkgdesc=Fully rewritten Sieve implementation for Dovecot v2.1
 arch=('i686' 'x86_64')
 url=http://pigeonhole.dovecot.org/;



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

2013-01-07 Thread andyrtr
Date: Monday, January 7, 2013 @ 10:27:57
  Author: andyrtr
Revision: 174783

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

Added:
  pigeonhole/repos/staging-i686/
  pigeonhole/repos/staging-i686/PKGBUILD
(from rev 174782, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/staging-i686/dovecot.conf
(from rev 174782, pigeonhole/trunk/dovecot.conf)
  pigeonhole/repos/staging-x86_64/
  pigeonhole/repos/staging-x86_64/PKGBUILD
(from rev 174782, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/staging-x86_64/dovecot.conf
(from rev 174782, pigeonhole/trunk/dovecot.conf)

-+
 staging-i686/PKGBUILD   |   43 ++
 staging-i686/dovecot.conf   |1 
 staging-x86_64/PKGBUILD |   43 ++
 staging-x86_64/dovecot.conf |1 
 4 files changed, 88 insertions(+)

Copied: pigeonhole/repos/staging-i686/PKGBUILD (from rev 174782, 
pigeonhole/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-07 15:27:57 UTC (rev 174783)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+# Contributorr: Peter Lewis ple...@aur.archlinux.org
+# Contributor: Sebastian Köhler sebkoeh...@whoami.org.uk
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.1.13
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.3.3
+pkgrel=4
+pkgdesc=Fully rewritten Sieve implementation for Dovecot v2.1
+arch=('i686' 'x86_64')
+url=http://pigeonhole.dovecot.org/;
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=(http://www.rename-it.nl/dovecot/2.1/dovecot-2.1-$pkgname-$pkgver.tar.gz{,.sig}
+dovecot.conf)
+options=('!libtool')
+sha256sums=('1d581f6292c6e760b26a06193a0af266ba3b6f3a0431e6617fcf6e1c84f7dd0e'
+'8604f9c52cff28506873cf4d0026c57ef73def5f05877126ea561774f1b8ffec'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+
+build() {
+  cd $srcdir/dovecot-2.1-$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/dovecot-2.1-$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -m 644 -D $srcdir/dovecot.conf 
$pkgdir/etc/ld.so.conf.d/dovecot.conf
+}

Copied: pigeonhole/repos/staging-i686/dovecot.conf (from rev 174782, 
pigeonhole/trunk/dovecot.conf)
===
--- staging-i686/dovecot.conf   (rev 0)
+++ staging-i686/dovecot.conf   2013-01-07 15:27:57 UTC (rev 174783)
@@ -0,0 +1 @@
+/usr/lib/dovecot

Copied: pigeonhole/repos/staging-x86_64/PKGBUILD (from rev 174782, 
pigeonhole/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-01-07 15:27:57 UTC (rev 174783)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+# Contributorr: Peter Lewis ple...@aur.archlinux.org
+# Contributor: Sebastian Köhler sebkoeh...@whoami.org.uk
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.1.13
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.3.3
+pkgrel=4
+pkgdesc=Fully rewritten Sieve implementation for Dovecot v2.1
+arch=('i686' 'x86_64')
+url=http://pigeonhole.dovecot.org/;
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=(http://www.rename-it.nl/dovecot/2.1/dovecot-2.1-$pkgname-$pkgver.tar.gz{,.sig}
+dovecot.conf)
+options=('!libtool')
+sha256sums=('1d581f6292c6e760b26a06193a0af266ba3b6f3a0431e6617fcf6e1c84f7dd0e'
+'8604f9c52cff28506873cf4d0026c57ef73def5f05877126ea561774f1b8ffec'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+
+build() {
+  cd $srcdir/dovecot-2.1-$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/dovecot-2.1-$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -m 644 -D $srcdir/dovecot.conf 
$pkgdir/etc/ld.so.conf.d/dovecot.conf
+}

Copied: pigeonhole/repos/staging-x86_64/dovecot.conf (from rev 174782, 
pigeonhole/trunk/dovecot.conf)
===
--- staging-x86_64/dovecot.conf (rev 0)
+++ staging-x86_64/dovecot.conf 2013-01-07 15:27:57 UTC (rev 174783)
@@ -0,0 +1 @@
+/usr/lib/dovecot



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

2013-01-07 Thread andyrtr
Date: Monday, January 7, 2013 @ 10:28:29
  Author: andyrtr
Revision: 174784

db-move: moved dovecot from [staging] to [extra] (i686, x86_64)

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 174783, dovecot/repos/staging-i686/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 174783, dovecot/repos/staging-i686/dovecot.install)
  dovecot/repos/extra-i686/dovecot.sh
(from rev 174783, dovecot/repos/staging-i686/dovecot.sh)
  dovecot/repos/extra-i686/dovecot.tmpfilesd
(from rev 174783, dovecot/repos/staging-i686/dovecot.tmpfilesd)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 174783, dovecot/repos/staging-x86_64/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 174783, dovecot/repos/staging-x86_64/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.sh
(from rev 174783, dovecot/repos/staging-x86_64/dovecot.sh)
  dovecot/repos/extra-x86_64/dovecot.tmpfilesd
(from rev 174783, dovecot/repos/staging-x86_64/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.sh
  dovecot/repos/extra-i686/dovecot.tmpfilesd
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.sh
  dovecot/repos/extra-x86_64/dovecot.tmpfilesd
  dovecot/repos/staging-i686/
  dovecot/repos/staging-x86_64/

+
 extra-i686/PKGBUILD|  172 ---
 extra-i686/dovecot.install |  116 +-
 extra-i686/dovecot.sh  |  138 +++
 extra-i686/dovecot.tmpfilesd   |2 
 extra-x86_64/PKGBUILD  |  172 ---
 extra-x86_64/dovecot.install   |  116 +-
 extra-x86_64/dovecot.sh|  138 +++
 extra-x86_64/dovecot.tmpfilesd |2 
 8 files changed, 436 insertions(+), 420 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 15:27:57 UTC (rev 174783)
+++ extra-i686/PKGBUILD 2013-01-07 15:28:29 UTC (rev 174784)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.1.12
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
-optdepends=('libldap: ldap plugin'
-   'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig}
-dovecot.sh
-dovecot.tmpfilesd)
-md5sums=('b575dfb5db954132f41e7c390e7e11ff'
- '86abccd4ac989be71a33ff856b25057a'
- '587159e84e2da6f83d70b3c706ba87cc'
- '342a28251d40f983c98c0d1f1bf3d07d')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # fix build with recent clucene (FC)
-  sed -i '/DEFAULT_INCLUDES *=/s|$| '$(pkg-config --cflags libclucene-core)| 
src/plugins/fts-lucene/Makefile.in
-  
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl \
-   --with-ssldir=/etc/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-lucene \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
-
-  # install mkcert helper script
-  install -m 755  

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

2013-01-07 Thread andyrtr
Date: Monday, January 7, 2013 @ 10:28:31
  Author: andyrtr
Revision: 174785

db-move: moved pigeonhole from [staging] to [extra] (i686, x86_64)

Added:
  pigeonhole/repos/extra-i686/PKGBUILD
(from rev 174783, pigeonhole/repos/staging-i686/PKGBUILD)
  pigeonhole/repos/extra-i686/dovecot.conf
(from rev 174783, pigeonhole/repos/staging-i686/dovecot.conf)
  pigeonhole/repos/extra-x86_64/PKGBUILD
(from rev 174783, pigeonhole/repos/staging-x86_64/PKGBUILD)
  pigeonhole/repos/extra-x86_64/dovecot.conf
(from rev 174783, pigeonhole/repos/staging-x86_64/dovecot.conf)
Deleted:
  pigeonhole/repos/extra-i686/PKGBUILD
  pigeonhole/repos/extra-i686/dovecot.conf
  pigeonhole/repos/extra-x86_64/PKGBUILD
  pigeonhole/repos/extra-x86_64/dovecot.conf
  pigeonhole/repos/staging-i686/
  pigeonhole/repos/staging-x86_64/

---+
 extra-i686/PKGBUILD   |   86 ++--
 extra-i686/dovecot.conf   |2 -
 extra-x86_64/PKGBUILD |   86 ++--
 extra-x86_64/dovecot.conf |2 -
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 15:28:29 UTC (rev 174784)
+++ extra-i686/PKGBUILD 2013-01-07 15:28:31 UTC (rev 174785)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-# Contributorr: Peter Lewis ple...@aur.archlinux.org
-# Contributor: Sebastian Köhler sebkoeh...@whoami.org.uk
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.1.12
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.3.3
-pkgrel=3
-pkgdesc=Fully rewritten Sieve implementation for Dovecot v2.1
-arch=('i686' 'x86_64')
-url=http://pigeonhole.dovecot.org/;
-license=('LGPL')
-depends=('dovecot='$_dcpkgver)
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-source=(http://www.rename-it.nl/dovecot/2.1/dovecot-2.1-$pkgname-$pkgver.tar.gz{,.sig}
-dovecot.conf)
-options=('!libtool')
-sha256sums=('1d581f6292c6e760b26a06193a0af266ba3b6f3a0431e6617fcf6e1c84f7dd0e'
-'8604f9c52cff28506873cf4d0026c57ef73def5f05877126ea561774f1b8ffec'
-'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
-
-build() {
-  cd $srcdir/dovecot-2.1-$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---with-dovecot=/usr/lib/dovecot \
---disable-static
-  make
-}
-
-package() {
-  cd $srcdir/dovecot-2.1-$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  install -m 644 -D $srcdir/dovecot.conf 
$pkgdir/etc/ld.so.conf.d/dovecot.conf
-}

Copied: pigeonhole/repos/extra-i686/PKGBUILD (from rev 174783, 
pigeonhole/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 15:28:31 UTC (rev 174785)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+# Contributorr: Peter Lewis ple...@aur.archlinux.org
+# Contributor: Sebastian Köhler sebkoeh...@whoami.org.uk
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.1.13
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.3.3
+pkgrel=4
+pkgdesc=Fully rewritten Sieve implementation for Dovecot v2.1
+arch=('i686' 'x86_64')
+url=http://pigeonhole.dovecot.org/;
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=(http://www.rename-it.nl/dovecot/2.1/dovecot-2.1-$pkgname-$pkgver.tar.gz{,.sig}
+dovecot.conf)
+options=('!libtool')
+sha256sums=('1d581f6292c6e760b26a06193a0af266ba3b6f3a0431e6617fcf6e1c84f7dd0e'
+'8604f9c52cff28506873cf4d0026c57ef73def5f05877126ea561774f1b8ffec'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+
+build() {
+  cd $srcdir/dovecot-2.1-$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/dovecot-2.1-$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -m 644 -D $srcdir/dovecot.conf 
$pkgdir/etc/ld.so.conf.d/dovecot.conf
+}

Deleted: extra-i686/dovecot.conf
===
--- extra-i686/dovecot.conf 2013-01-07 15:28:29 UTC (rev 174784)
+++ extra-i686/dovecot.conf 2013-01-07 15:28:31 UTC (rev 174785)
@@ -1 +0,0 @@
-/usr/lib/dovecot

Copied: pigeonhole/repos/extra-i686/dovecot.conf (from rev 174783, 
pigeonhole/repos/staging-i686/dovecot.conf)
===
--- extra-i686/dovecot.conf (rev 0)
+++ extra-i686/dovecot.conf 2013-01-07 15:28:31 UTC (rev 

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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 12:20:43
  Author: ronald
Revision: 174786

update PKGBUILD for 1.7.5 release

Modified:
  eina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 15:28:31 UTC (rev 174785)
+++ PKGBUILD2013-01-07 17:20:43 UTC (rev 174786)
@@ -3,7 +3,7 @@
 # Contributor: Ronald van Haren ronald.archlinux.org
 
 pkgname=eina
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc=A core data structure and common utility library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('7f98af625b4908fe941589ef5634b16fe897bd0e')
+sha1sums=('a12496ac49883f26e94259c853f84badf9f2e6ca')
 
 build() {
cd $srcdir/$pkgname-$pkgver



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 12:20:50
  Author: ronald
Revision: 174787

update PKGBUILD for 1.7.5 release

Modified:
  eet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 17:20:43 UTC (rev 174786)
+++ PKGBUILD2013-01-07 17:20:50 UTC (rev 174787)
@@ -3,7 +3,7 @@
 # Contributor: Ronald van Haren ronald.archlinux.org
 
 pkgname=eet
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc=A data storage and compression library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libjpeg=7' 'openssl' 'eina')
 options=(!libtool)
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('ce4f05e180ce4a833d019fc618c7acd5aceca96d')
+sha1sums=('e418110ffdfe1a3ed32b9bc68e4f7bf628d16654')
 
 build() {
cd $srcdir/$pkgname-$pkgver



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 12:20:59
  Author: ronald
Revision: 174788

update PKGBUILD for 1.7.5 release

Modified:
  evas_generic_loaders/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 17:20:50 UTC (rev 174787)
+++ PKGBUILD2013-01-07 17:20:59 UTC (rev 174788)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
 
 pkgname=evas_generic_loaders
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=2
 pkgdesc=Additional generic loaders for Evas
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('librsvg' 'gstreamer0.10' 'poppler=0.22.0' 'libraw' 'libspectre' 
'eina')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('e40a1976374448c6918378130b0efacb3358b1f5')
+sha1sums=('0c9cac308b5ce133eb5e5065f9a47cb4fb7660aa')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 12:21:17
  Author: ronald
Revision: 174789

update PKGBUILD for 1.7.5 release

Modified:
  evas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 17:20:59 UTC (rev 174788)
+++ PKGBUILD2013-01-07 17:21:17 UTC (rev 174789)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
 
 pkgname=evas
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc=A hardware-accelerated canvas API for X-Windows
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=(evas_generic_loaders)
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('d9d081d5ff44d3cebc5790a5edb47bd4092856ee')
+sha1sums=('eab2f26fe06d045243e7e75c52d59179b1c46980')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 12:21:28
  Author: ronald
Revision: 174790

update PKGBUILD for 1.7.5 release

Modified:
  ecore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 17:21:17 UTC (rev 174789)
+++ PKGBUILD2013-01-07 17:21:28 UTC (rev 174790)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
 
 pkgname=ecore
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc=OS abstraction layer for e17
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('subversion')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('673c3ef55b0482188b85f997af77bf8fb83791b5')
+sha1sums=('98731b2fa29b863e20b863b816e4045ea768172d')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 12:21:36
  Author: ronald
Revision: 174791

update PKGBUILD for 1.7.5 release

Modified:
  eio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 17:21:28 UTC (rev 174790)
+++ PKGBUILD2013-01-07 17:21:36 UTC (rev 174791)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
 
 pkgname=eio
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc=Async IO library using Ecore
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('ecore')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('67d03ddcc9d15a8510a59f8d63bb9f83a9317dc5')
+sha1sums=('91b6963bb60933061c9165665054c054ad4e8b94')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 12:21:44
  Author: ronald
Revision: 174792

update PKGBUILD for 1.7.5 release

Modified:
  eeze/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 17:21:36 UTC (rev 174791)
+++ PKGBUILD2013-01-07 17:21:44 UTC (rev 174792)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
 
 pkgname=eeze
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc=Manipulate devices using udev and sysfs
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('ecore' 'eina' 'udev')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('95d333cc105c9c6285722cd0de26427c6585f986')
+sha1sums=('bc698a4defd13bd7fc868d211afe8616777f0b06')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 12:21:51
  Author: ronald
Revision: 174793

update PKGBUILD for 1.7.5 release

Modified:
  embryo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 17:21:44 UTC (rev 174792)
+++ PKGBUILD2013-01-07 17:21:51 UTC (rev 174793)
@@ -3,7 +3,7 @@
 # Contributor: Ronald van Haren ronald.archlinux.org
 
 pkgname=embryo
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc=implementation of a C like scripting language for e17
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc' 'eina')
 options=('!libtool')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('f82ffaa0f2935c25e71dbdaf65885e55e114fe8e')
+sha1sums=('e6d6c5d83a265042dc6f8225720c211b3beb3bcf')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 12:21:59
  Author: ronald
Revision: 174794

update PKGBUILD for 1.7.5 release

Modified:
  emotion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 17:21:51 UTC (rev 174793)
+++ PKGBUILD2013-01-07 17:21:59 UTC (rev 174794)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
 
 pkgname=emotion
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc=Library to easily integrate media playback into EFL applications
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('gstreamer0.10' 'edje' 'eeze')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('5bdd5512c3e6459f3d4f3effb5b4d3ea2b06bff8')
+sha1sums=('59f4a8869afc64289b53f8673c53baa9dfb1c109')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 12:22:06
  Author: ronald
Revision: 174795

update PKGBUILD for 1.7.5 release

Modified:
  ethumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 17:21:59 UTC (rev 174794)
+++ PKGBUILD2013-01-07 17:22:06 UTC (rev 174795)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
 
 pkgname=ethumb
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc=Thumbnailing library and D-Bus service using EFL
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libexif' 'e_dbus'  'emotion')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('65110fe9e0aa10a10855dd3a5adb80a38e445222')
+sha1sums=('ef9c3537b4ae53d953514758dde868ae0961a54c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 12:22:14
  Author: ronald
Revision: 174796

update PKGBUILD for 1.7.5 release

Modified:
  efreet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 17:22:06 UTC (rev 174795)
+++ PKGBUILD2013-01-07 17:22:14 UTC (rev 174796)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
 
 pkgname=efreet
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc=FreeDesktop.Org specifications for e17
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('eina' 'ecore' 'e_dbus')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('eac167d8cd9f7902a1884dd1633a4a06a5a4e4ef')
+sha1sums=('b1f6c2200693416578fe66c252b16cc2a20c33af')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 12:22:22
  Author: ronald
Revision: 174797

update PKGBUILD for 1.7.5 release

Modified:
  e_dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 17:22:14 UTC (rev 174796)
+++ PKGBUILD2013-01-07 17:22:22 UTC (rev 174797)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
 
 pkgname=e_dbus
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc=D-Bus integration with Ecore
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('ecore' 'dbus-core')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('1e17b6697502c85153e74ffaecbcb3410628063f')
+sha1sums=('b41adf1731ff1974861a2c374d0f341b8004d098')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 12:22:40
  Author: ronald
Revision: 174798

update PKGBUILD for 1.7.5 release

Modified:
  elementary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 17:22:22 UTC (rev 174797)
+++ PKGBUILD2013-01-07 17:22:40 UTC (rev 174798)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
 
 pkgname=elementary
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc=Enlightenment's widget set
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('1189c619b38444f48893c0be63cd0b03f18d640d')
+sha1sums=('025d2c258cd7b600bef7664802c70dde07fd9e4b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 12:25:06
  Author: ronald
Revision: 174799

move evas_generic_loaders to depends: it's only 128KB and was confusing for 
some users FS#33217

Modified:
  evas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 17:22:40 UTC (rev 174798)
+++ PKGBUILD2013-01-07 17:25:06 UTC (rev 174799)
@@ -10,8 +10,7 @@
 url=http://www.enlightenment.org;
 license=('BSD')
 depends=('eet' 'giflib' 'libpng' 'libjpeg=7' 'libxrender' 'mesa'
-  'fribidi' 'fontconfig' 'freetype2' 'harfbuzz')
-optdepends=(evas_generic_loaders)
+  'fribidi' 'fontconfig' 'freetype2' 'harfbuzz' 'evas_generic_loaders')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
 sha1sums=('eab2f26fe06d045243e7e75c52d59179b1c46980')



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 12:27:49
  Author: ronald
Revision: 174800

add gstremaer0.10-base FS#33242

Modified:
  evas_generic_loaders/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 17:25:06 UTC (rev 174799)
+++ PKGBUILD2013-01-07 17:27:49 UTC (rev 174800)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
 license=('BSD')
-depends=('librsvg' 'gstreamer0.10' 'poppler=0.22.0' 'libraw' 'libspectre' 
'eina')
+depends=('librsvg' 'gstreamer0.10-base' 'poppler=0.22.0' 'libraw' 
'libspectre' 'eina')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
 sha1sums=('0c9cac308b5ce133eb5e5065f9a47cb4fb7660aa')



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 12:52:22
  Author: ronald
Revision: 174801

update PKGBUILD to 1.7.5

Modified:
  edje/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 17:27:49 UTC (rev 174800)
+++ PKGBUILD2013-01-07 17:52:22 UTC (rev 174801)
@@ -3,18 +3,18 @@
 # Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
 
 pkgname=edje
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc=A graphical design and layout library based on Evas
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
 license=('BSD')
-depends=('eina' 'ecore' 'evas' 'eio' 'lua51' 'shared-mime-info' 'embryo')
+depends=('eina' 'ecore' 'evas' 'eio' 'lua' 'shared-mime-info' 'embryo')
 optdepends=('python2: inkscape2edc')
 install=edje.install
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('a5138ea6cf94a4219a542b571ef17cfc70b32711')
+sha1sums=('0bedff456495e30baddd26b908cd0d03285c18a9')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

2013-01-07 Thread andyrtr
Date: Monday, January 7, 2013 @ 13:09:47
  Author: andyrtr
Revision: 174802

upgpkg: xf86-video-nouveau 1.0.6-1

upstream update 1.0.6

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 17:52:22 UTC (rev 174801)
+++ PKGBUILD2013-01-07 18:09:47 UTC (rev 174802)
@@ -3,7 +3,7 @@
 # Contributor: buddabrod buddab...@gmail.com
 
 pkgname=xf86-video-nouveau
-pkgver=1.0.4
+pkgver=1.0.6
 pkgrel=1
 pkgdesc=Open Source 2D acceleration driver for nVidia cards
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!libtool')
 install=$pkgname.install
 
source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('1a8290489cf4f48d2094a541ec9a6b68beb80299741d047e322e650c30ceb7c1')
+sha256sums=('e3e1522d08134da74cb1796e8863fd3ad3caad9eb5e9d27f4cee3dfa7c75341f')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in xf86-video-nouveau/repos (8 files)

2013-01-07 Thread andyrtr
Date: Monday, January 7, 2013 @ 13:10:24
  Author: andyrtr
Revision: 174803

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

Added:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
(from rev 174802, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
(from rev 174802, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
(from rev 174802, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
(from rev 174802, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install

-+
 extra-i686/PKGBUILD |   60 +++---
 extra-i686/xf86-video-nouveau.install   |   12 +++---
 extra-x86_64/PKGBUILD   |   60 +++---
 extra-x86_64/xf86-video-nouveau.install |   12 +++---
 4 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 18:09:47 UTC (rev 174802)
+++ extra-i686/PKGBUILD 2013-01-07 18:10:24 UTC (rev 174803)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: buddabrod buddab...@gmail.com
-
-pkgname=xf86-video-nouveau
-pkgver=1.0.4
-pkgrel=1
-pkgdesc=Open Source 2D acceleration driver for nVidia cards
-arch=('i686' 'x86_64')
-url=http://nouveau.freedesktop.org/;
-license=('GPL')
-depends=('libdrm' 'udev' 'nouveau-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-install=$pkgname.install
-source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('1a8290489cf4f48d2094a541ec9a6b68beb80299741d047e322e650c30ceb7c1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xf86-video-nouveau/repos/extra-i686/PKGBUILD (from rev 174802, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 18:10:24 UTC (rev 174803)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: buddabrod buddab...@gmail.com
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.6
+pkgrel=1
+pkgdesc=Open Source 2D acceleration driver for nVidia cards
+arch=('i686' 'x86_64')
+url=http://nouveau.freedesktop.org/;
+license=('GPL')
+depends=('libdrm' 'udev' 'nouveau-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+install=$pkgname.install
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e3e1522d08134da74cb1796e8863fd3ad3caad9eb5e9d27f4cee3dfa7c75341f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/xf86-video-nouveau.install
===
--- extra-i686/xf86-video-nouveau.install   2013-01-07 18:09:47 UTC (rev 
174802)
+++ extra-i686/xf86-video-nouveau.install   2013-01-07 18:10:24 UTC (rev 
174803)
@@ -1,6 +0,0 @@
-post_install () {
-   cat  _EOF
-  == make sure you use KernelModeSetting (KMS)
-  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
-_EOF
-}

Copied: xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install (from 
rev 174802, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===
--- extra-i686/xf86-video-nouveau.install   (rev 0)
+++ extra-i686/xf86-video-nouveau.install   2013-01-07 18:10:24 UTC (rev 
174803)
@@ -0,0 +1,6 @@
+post_install () {
+   cat  _EOF
+  == make sure you use KernelModeSetting (KMS)
+  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-07 18:09:47 UTC (rev 174802)
+++ extra-x86_64/PKGBUILD   2013-01-07 18:10:24 UTC (rev 174803)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: buddabrod 

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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 13:31:47
  Author: ronald
Revision: 174804

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 18:10:24 UTC (rev 174803)
+++ extra-i686/PKGBUILD 2013-01-07 18:31:47 UTC (rev 174804)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgname=eina
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=A core data structure and common utility library
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('LGPL2.1')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('7f98af625b4908fe941589ef5634b16fe897bd0e')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure --prefix=/usr --enable-amalgamation \
-   --with-internal-maximum-log-level=3 \
-   --disable-static \
-   --disable-benchmark \
-   --disable-install-examples \
-   --disable-build-examples \
-   --disable-doc \
-   --disable-tests \
-   --enable-default-mempool \
-   --enable-mempool-chained-pool \
-   --enable-mempool-pass-through \
-   --disable-mempool-buddy \
-   --disable-mempool-ememoa-fixed \
-   --disable-mempool-ememoa-unknown \
-   --disable-mempool-fixed-bitmap \
-   --disable-assert \
-   --disable-ememoa 
-
-#  --disable-mempool-one-big ## this option causes a segfault in 1.7.2
-
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: eina/repos/extra-i686/PKGBUILD (from rev 174803, eina/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 18:31:47 UTC (rev 174804)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
+
+pkgname=eina
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=A core data structure and common utility library
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('LGPL2.1')
+depends=('glibc')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('a12496ac49883f26e94259c853f84badf9f2e6ca')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure --prefix=/usr --enable-amalgamation \
+   --with-internal-maximum-log-level=3 \
+   --disable-static \
+   --disable-benchmark \
+   --disable-install-examples \
+   --disable-build-examples \
+   --disable-doc \
+   --disable-tests \
+   --enable-default-mempool \
+   --enable-mempool-chained-pool \
+   --enable-mempool-pass-through \
+   --disable-mempool-buddy \
+   --disable-mempool-ememoa-fixed \
+   --disable-mempool-ememoa-unknown \
+   --disable-mempool-fixed-bitmap \
+   --disable-assert \
+   --disable-ememoa 
+
+#  --disable-mempool-one-big ## this option causes a segfault in 1.7.2
+
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-07 18:10:24 UTC (rev 174803)
+++ extra-x86_64/PKGBUILD   2013-01-07 18:31:47 UTC (rev 174804)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgname=eina
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=A core data structure and common utility library
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('LGPL2.1')
-depends=('glibc')
-options=('!libtool' '!emptydirs')

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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 13:32:13
  Author: ronald
Revision: 174805

archrelease: copy trunk to extra-i686

Added:
  eet/repos/extra-i686/PKGBUILD
(from rev 174804, eet/trunk/PKGBUILD)
Deleted:
  eet/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 18:31:47 UTC (rev 174804)
+++ PKGBUILD2013-01-07 18:32:13 UTC (rev 174805)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgname=eet
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=A data storage and compression library
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('libjpeg=7' 'openssl' 'eina')
-options=(!libtool)
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('ce4f05e180ce4a833d019fc618c7acd5aceca96d')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure --prefix=/usr --enable-openssl --disable-gnutls \
-   --disable-build-examples \
-   --disable-doc --disable-install-examples \
-   --disable-old-eet-file-format --disable-tests \
-   --disable-static
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-

Copied: eet/repos/extra-i686/PKGBUILD (from rev 174804, eet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 18:32:13 UTC (rev 174805)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
+
+pkgname=eet
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=A data storage and compression library
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('libjpeg=7' 'openssl' 'eina')
+options=(!libtool)
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('e418110ffdfe1a3ed32b9bc68e4f7bf628d16654')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure --prefix=/usr --enable-openssl --disable-gnutls \
+   --disable-build-examples \
+   --disable-doc --disable-install-examples \
+   --disable-old-eet-file-format --disable-tests \
+   --disable-static
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install 
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 13:32:20
  Author: ronald
Revision: 174806

upgpkg: evas_generic_loaders 1.7.5-1

upload e17 release

Modified:
  evas_generic_loaders/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 18:32:13 UTC (rev 174805)
+++ PKGBUILD2013-01-07 18:32:20 UTC (rev 174806)
@@ -4,12 +4,12 @@
 
 pkgname=evas_generic_loaders
 pkgver=1.7.5
-pkgrel=2
+pkgrel=1
 pkgdesc=Additional generic loaders for Evas
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
 license=('BSD')
-depends=('librsvg' 'gstreamer0.10-base' 'poppler=0.22.0' 'libraw' 
'libspectre' 'eina')
+depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
 sha1sums=('0c9cac308b5ce133eb5e5065f9a47cb4fb7660aa')



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 13:32:51
  Author: ronald
Revision: 174807

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 18:32:20 UTC (rev 174806)
+++ extra-i686/PKGBUILD 2013-01-07 18:32:51 UTC (rev 174807)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=evas_generic_loaders
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=Additional generic loaders for Evas
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('librsvg' 'gstreamer0.10' 'poppler' 'libraw' 'libspectre' 'eina')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('e40a1976374448c6918378130b0efacb3358b1f5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/evas \
---enable-poppler \
---enable-spectre \
---enable-libraw \
---enable-svg \
---enable-gstreamer \
---disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: evas_generic_loaders/repos/extra-i686/PKGBUILD (from rev 174806, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 18:32:51 UTC (rev 174807)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas_generic_loaders
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=Additional generic loaders for Evas
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('0c9cac308b5ce133eb5e5065f9a47cb4fb7660aa')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-07 18:32:20 UTC (rev 174806)
+++ extra-x86_64/PKGBUILD   2013-01-07 18:32:51 UTC (rev 174807)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=evas_generic_loaders
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=Additional generic loaders for Evas
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('librsvg' 'gstreamer0.10' 'poppler' 'libraw' 'libspectre' 'eina')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('e40a1976374448c6918378130b0efacb3358b1f5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 

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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 13:33:26
  Author: ronald
Revision: 174808

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 18:32:51 UTC (rev 174807)
+++ extra-i686/PKGBUILD 2013-01-07 18:33:26 UTC (rev 174808)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=evas
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=A hardware-accelerated canvas API for X-Windows
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('eet' 'giflib' 'libpng' 'libjpeg=7' 'libxrender' 'mesa'
-  'fribidi' 'fontconfig' 'freetype2' 'harfbuzz')
-optdepends=(evas_generic_loaders)
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('d9d081d5ff44d3cebc5790a5edb47bd4092856ee')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/evas \
---enable-strict \
---disable-static \
---enable-fontconfig \
---enable-fribidi \
---enable-harfbuzz \
---disable-pixman \
---enable-buffer=static \
---disable-gl-sdl \
---enable-fb \
---disable-directfb \
---disable-wayland-shm \
---disable-wayland-egl \
---disable-sdl-primitive \
---disable-software-xcb \
---enable-software-xlib=static \
---disable-gl-xcb \
---enable-gl-xlib \
---disable-image-loader-edb \
---enable-image-loader-gif=static \
---enable-image-loader-tiff=static \
---enable-image-loader-svg=static \
---enable-image-loader-eet=static \
---enable-image-loader-generic=static \
---disable-install-examples \
---disable-tests \
---disable-coverage \
---disable-doc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: evas/repos/extra-i686/PKGBUILD (from rev 174807, evas/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 18:33:26 UTC (rev 174808)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=A hardware-accelerated canvas API for X-Windows
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('eet' 'giflib' 'libpng' 'libjpeg=7' 'libxrender' 'mesa'
+  'fribidi' 'fontconfig' 'freetype2' 'harfbuzz' 'evas_generic_loaders')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('eab2f26fe06d045243e7e75c52d59179b1c46980')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-strict \
+--disable-static \
+--enable-fontconfig \
+--enable-fribidi \
+--enable-harfbuzz \
+--disable-pixman \
+--enable-buffer=static \
+--disable-gl-sdl \
+--enable-fb \
+--disable-directfb \
+--disable-wayland-shm \
+--disable-wayland-egl \
+--disable-sdl-primitive \
+--disable-software-xcb \
+--enable-software-xlib=static \
+--disable-gl-xcb \
+--enable-gl-xlib \
+--disable-image-loader-edb \
+--enable-image-loader-gif=static \
+--enable-image-loader-tiff=static \
+--enable-image-loader-svg=static \
+--enable-image-loader-eet=static \
+--enable-image-loader-generic=static \
+--disable-install-examples \
+--disable-tests \
+--disable-coverage \
+--disable-doc
+  make
+}
+
+package() 

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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 13:33:58
  Author: ronald
Revision: 174809

archrelease: copy trunk to extra-i686

Added:
  ecore/repos/extra-i686/PKGBUILD
(from rev 174808, ecore/trunk/PKGBUILD)
Deleted:
  ecore/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |  188 ++---
 1 file changed, 94 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 18:33:26 UTC (rev 174808)
+++ PKGBUILD2013-01-07 18:33:58 UTC (rev 174809)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=ecore
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=OS abstraction layer for e17
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('eina' 'evas' 'glib2' 'libxp' 'curl' 'libxss' 'libxtst'
-  'libxcomposite' 'libxrandr' 'libxinerama' 'libxcursor')
-makedepends=('subversion')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('673c3ef55b0482188b85f997af77bf8fb83791b5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ecore \
---with-internal-maximum-log-level=3 \
---disable-static \
---disable-ecore-timer-dump \
---enable-glib \
---enable-ecore-x-composite \
---enable-ecore-x-damage \
---enable-ecore-x-dpms \
---enable-ecore-x-randr \
---enable-ecore-x-render \
---enable-ecore-x-screensaver \
---enable-ecore-x-shape \
---enable-ecore-x-gesture \
---enable-ecore-x-sync \
---enable-ecore-x-xfixes \
---enable-ecore-x-xinerama \
---enable-ecore-x-xprint \
---enable-ecore-x-xtest \
---enable-ecore-x-cursor \
---enable-ecore-x-input \
---enable-ecore-x-dri \
---enable-epoll \
---enable-posix-threads \
---disable-debug-threads \
---enable-thread-safety \
---enable-atfile-source \
---enable-ecore-con \
---enable-curl \
---disable-gnutls \
---enable-openssl \
---enable-ecore-ipc \
---enable-ecore-file \
---enable-poll \
---enable-inotify \
---enable-ecore-imf \
---enable-ecore-imf-evas \
---enable-ecore-input \
---enable-ecore-input-evas \
---enable-ecore-imf-xim \
---disable-ecore-imf-scim \
---disable-ecore-imf-ibus \
---enable-ecore-x \
---disable-ecore-sdl \
---enable-ecore-fb \
---disable-ecore-directfb \
---enable-ecore-evas \
---enable-ecore-evas-software-buffer \
---enable-ecore-evas-software-x11 \
---enable-ecore-evas-opengl-x11 \
---enable-ecore-evas-fb \
---disable-ecore-evas-ews \
---disable-ecore-wayland \
---disable-tests \
---disable-coverage \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-# install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: ecore/repos/extra-i686/PKGBUILD (from rev 174808, ecore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 18:33:58 UTC (rev 174809)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=ecore
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=OS abstraction layer for e17
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('eina' 'evas' 'glib2' 'libxp' 'curl' 'libxss' 'libxtst'
+  'libxcomposite' 'libxrandr' 'libxinerama' 'libxcursor')
+makedepends=('subversion')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('98731b2fa29b863e20b863b816e4045ea768172d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ecore \
+--with-internal-maximum-log-level=3 \
+--disable-static \
+--disable-ecore-timer-dump \
+--enable-glib \
+--enable-ecore-x-composite \
+--enable-ecore-x-damage \
+--enable-ecore-x-dpms \
+--enable-ecore-x-randr \
+

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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 13:34:35
  Author: ronald
Revision: 174810

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 18:33:58 UTC (rev 174809)
+++ extra-i686/PKGBUILD 2013-01-07 18:34:35 UTC (rev 174810)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('67d03ddcc9d15a8510a59f8d63bb9f83a9317dc5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-posix-threads \
---disable-debug-threads \
---enable-inotify \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: eio/repos/extra-i686/PKGBUILD (from rev 174809, eio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 18:34:35 UTC (rev 174810)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eio
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=Async IO library using Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('91b6963bb60933061c9165665054c054ad4e8b94')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-posix-threads \
+--disable-debug-threads \
+--enable-inotify \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+   $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-07 18:33:58 UTC (rev 174809)
+++ extra-x86_64/PKGBUILD   2013-01-07 18:34:35 UTC (rev 174810)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('67d03ddcc9d15a8510a59f8d63bb9f83a9317dc5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-posix-threads \
---disable-debug-threads \
---enable-inotify \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-   

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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 13:35:10
  Author: ronald
Revision: 174811

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 18:34:35 UTC (rev 174810)
+++ extra-i686/PKGBUILD 2013-01-07 18:35:10 UTC (rev 174811)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eeze
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=Manipulate devices using udev and sysfs
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'eina' 'udev')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('95d333cc105c9c6285722cd0de26427c6585f986')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-tests \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: eeze/repos/extra-i686/PKGBUILD (from rev 174810, eeze/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 18:35:10 UTC (rev 174811)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eeze
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=Manipulate devices using udev and sysfs
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore' 'eina' 'udev')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('bc698a4defd13bd7fc868d211afe8616777f0b06')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-tests \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-07 18:34:35 UTC (rev 174810)
+++ extra-x86_64/PKGBUILD   2013-01-07 18:35:10 UTC (rev 174811)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eeze
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=Manipulate devices using udev and sysfs
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'eina' 'udev')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('95d333cc105c9c6285722cd0de26427c6585f986')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-tests \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: eeze/repos/extra-x86_64/PKGBUILD (from rev 174810, eeze/trunk/PKGBUILD)

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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 13:35:46
  Author: ronald
Revision: 174812

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 18:35:10 UTC (rev 174811)
+++ extra-i686/PKGBUILD 2013-01-07 18:35:46 UTC (rev 174812)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgname=embryo
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=implementation of a C like scripting language for e17
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('glibc' 'eina')
-options=('!libtool')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('f82ffaa0f2935c25e71dbdaf65885e55e114fe8e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure --prefix=/usr \
-   --disable-static \
-   --disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: embryo/repos/extra-i686/PKGBUILD (from rev 174811, 
embryo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 18:35:46 UTC (rev 174812)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
+
+pkgname=embryo
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=implementation of a C like scripting language for e17
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('glibc' 'eina')
+options=('!libtool')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('e6d6c5d83a265042dc6f8225720c211b3beb3bcf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-07 18:35:10 UTC (rev 174811)
+++ extra-x86_64/PKGBUILD   2013-01-07 18:35:46 UTC (rev 174812)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgname=embryo
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=implementation of a C like scripting language for e17
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('glibc' 'eina')
-options=('!libtool')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('f82ffaa0f2935c25e71dbdaf65885e55e114fe8e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure --prefix=/usr \
-   --disable-static \
-   --disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: embryo/repos/extra-x86_64/PKGBUILD (from rev 174811, 
embryo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ 

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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 13:36:25
  Author: ronald
Revision: 174813

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

Added:
  edje/repos/extra-i686/PKGBUILD
(from rev 174812, edje/trunk/PKGBUILD)
  edje/repos/extra-i686/changeset_76449.diff
(from rev 174812, edje/trunk/changeset_76449.diff)
  edje/repos/extra-i686/edje.install
(from rev 174812, edje/trunk/edje.install)
  edje/repos/extra-x86_64/PKGBUILD
(from rev 174812, edje/trunk/PKGBUILD)
  edje/repos/extra-x86_64/changeset_76449.diff
(from rev 174812, edje/trunk/changeset_76449.diff)
  edje/repos/extra-x86_64/edje.install
(from rev 174812, edje/trunk/edje.install)
Deleted:
  edje/repos/extra-i686/PKGBUILD
  edje/repos/extra-i686/changeset_76449.diff
  edje/repos/extra-i686/edje.install
  edje/repos/extra-x86_64/PKGBUILD
  edje/repos/extra-x86_64/changeset_76449.diff
  edje/repos/extra-x86_64/edje.install

---+
 extra-i686/PKGBUILD   |  104 ++--
 extra-i686/changeset_76449.diff   |   92 +++
 extra-i686/edje.install   |   32 +--
 extra-x86_64/PKGBUILD |  104 ++--
 extra-x86_64/changeset_76449.diff |   92 +++
 extra-x86_64/edje.install |   32 +--
 6 files changed, 228 insertions(+), 228 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 18:35:46 UTC (rev 174812)
+++ extra-i686/PKGBUILD 2013-01-07 18:36:25 UTC (rev 174813)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=edje
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=A graphical design and layout library based on Evas
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('eina' 'ecore' 'evas' 'eio' 'lua51' 'shared-mime-info' 'embryo')
-optdepends=('python2: inkscape2edc')
-install=edje.install
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('a5138ea6cf94a4219a542b571ef17cfc70b32711')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  # python2 fix
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-sndfile \
---disable-remix \
---disable-vorbisenc \
---disable-alsa \
---disable-flac \
---disable-tests \
---disable-coverage \
---enable-amalgamation \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: edje/repos/extra-i686/PKGBUILD (from rev 174812, edje/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 18:36:25 UTC (rev 174813)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=edje
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=A graphical design and layout library based on Evas
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('eina' 'ecore' 'evas' 'eio' 'lua' 'shared-mime-info' 'embryo')
+optdepends=('python2: inkscape2edc')
+install=edje.install
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('0bedff456495e30baddd26b908cd0d03285c18a9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  # python2 fix
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-sndfile \
+--disable-remix \
+--disable-vorbisenc \
+--disable-alsa \
+--disable-flac \
+--disable-tests \
+--disable-coverage \
+--enable-amalgamation \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+

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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 13:36:54
  Author: ronald
Revision: 174814

archrelease: copy trunk to extra-i686

Added:
  emotion/repos/extra-i686/PKGBUILD
(from rev 174813, emotion/trunk/PKGBUILD)
Deleted:
  emotion/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 18:36:25 UTC (rev 174813)
+++ PKGBUILD2013-01-07 18:36:54 UTC (rev 174814)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=emotion
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=Library to easily integrate media playback into EFL applications
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('5bdd5512c3e6459f3d4f3effb5b4d3ea2b06bff8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: emotion/repos/extra-i686/PKGBUILD (from rev 174813, 
emotion/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 18:36:54 UTC (rev 174814)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=emotion
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=Library to easily integrate media playback into EFL applications
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('gstreamer0.10' 'edje' 'eeze')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('59f4a8869afc64289b53f8673c53baa9dfb1c109')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-generic \
+--enable-gstreamer \
+--disable-generic-vlc \
+--disable-xine \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 13:37:17
  Author: ronald
Revision: 174815

archrelease: copy trunk to extra-i686

Added:
  ethumb/repos/extra-i686/PKGBUILD
(from rev 174814, ethumb/trunk/PKGBUILD)
Deleted:
  ethumb/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 18:36:54 UTC (rev 174814)
+++ PKGBUILD2013-01-07 18:37:17 UTC (rev 174815)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=ethumb
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=Thumbnailing library and D-Bus service using EFL
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('libexif' 'e_dbus'  'emotion')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('65110fe9e0aa10a10855dd3a5adb80a38e445222')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ethumb \
---with-internal-maximum-log-level=3 \
---disable-static \
---enable-emotion \
---disable-epdf \
---enable-libexif \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: ethumb/repos/extra-i686/PKGBUILD (from rev 174814, 
ethumb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 18:37:17 UTC (rev 174815)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=ethumb
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=Thumbnailing library and D-Bus service using EFL
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('libexif' 'e_dbus'  'emotion')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('ef9c3537b4ae53d953514758dde868ae0961a54c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ethumb \
+--with-internal-maximum-log-level=3 \
+--disable-static \
+--enable-emotion \
+--disable-epdf \
+--enable-libexif \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 13:37:52
  Author: ronald
Revision: 174816

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 18:37:17 UTC (rev 174815)
+++ extra-i686/PKGBUILD 2013-01-07 18:37:52 UTC (rev 174816)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=efreet
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=FreeDesktop.Org specifications for e17
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('eina' 'ecore' 'e_dbus')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('eac167d8cd9f7902a1884dd1633a4a06a5a4e4ef')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-tests \
---disable-coverage \
---disable-doc
-
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-

Copied: efreet/repos/extra-i686/PKGBUILD (from rev 174815, 
efreet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 18:37:52 UTC (rev 174816)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=efreet
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=FreeDesktop.Org specifications for e17
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('eina' 'ecore' 'e_dbus')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('b1f6c2200693416578fe66c252b16cc2a20c33af')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-tests \
+--disable-coverage \
+--disable-doc
+
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-07 18:37:17 UTC (rev 174815)
+++ extra-x86_64/PKGBUILD   2013-01-07 18:37:52 UTC (rev 174816)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=efreet
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=FreeDesktop.Org specifications for e17
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('eina' 'ecore' 'e_dbus')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('eac167d8cd9f7902a1884dd1633a4a06a5a4e4ef')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-tests \
---disable-coverage \
---disable-doc
-
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-

Copied: 

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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 13:38:27
  Author: ronald
Revision: 174817

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 18:37:52 UTC (rev 174816)
+++ extra-i686/PKGBUILD 2013-01-07 18:38:27 UTC (rev 174817)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('1e17b6697502c85153e74ffaecbcb3410628063f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---enable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
---disable-edbus-async-test \
---disable-edbus-performance-test \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: e_dbus/repos/extra-i686/PKGBUILD (from rev 174816, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 18:38:27 UTC (rev 174817)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('b41adf1731ff1974861a2c374d0f341b8004d098')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-07 18:37:52 UTC (rev 174816)
+++ extra-x86_64/PKGBUILD   2013-01-07 18:38:27 UTC (rev 174817)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('1e17b6697502c85153e74ffaecbcb3410628063f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden 

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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 13:39:03
  Author: ronald
Revision: 174818

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 18:38:27 UTC (rev 174817)
+++ extra-i686/PKGBUILD 2013-01-07 18:39:03 UTC (rev 174818)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=elementary
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=Enlightenment's widget set
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('1189c619b38444f48893c0be63cd0b03f18d640d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/elementary \
---with-internal-maximum-log-level=3 \
---disable-static \
---enable-quick-launch \
---enable-emotion \
---enable-ecore-x \
---enable-ecore-fb \
---disable-ecore-sdl \
---disable-ecore-wayland \
---enable-edbus \
---enable-efreet \
---disable-eweather \
---disable-emap \
---enable-ethumb \
---disable-debug \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: elementary/repos/extra-i686/PKGBUILD (from rev 174817, 
elementary/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 18:39:03 UTC (rev 174818)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=elementary
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=Enlightenment's widget set
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('025d2c258cd7b600bef7664802c70dde07fd9e4b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/elementary \
+--with-internal-maximum-log-level=3 \
+--disable-static \
+--enable-quick-launch \
+--enable-emotion \
+--enable-ecore-x \
+--enable-ecore-fb \
+--disable-ecore-sdl \
+--disable-ecore-wayland \
+--enable-edbus \
+--enable-efreet \
+--disable-eweather \
+--disable-emap \
+--enable-ethumb \
+--disable-debug \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-07 18:38:27 UTC (rev 174817)
+++ extra-x86_64/PKGBUILD   2013-01-07 18:39:03 UTC (rev 174818)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=elementary
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=Enlightenment's widget set
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)

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

2013-01-07 Thread andyrtr
Date: Monday, January 7, 2013 @ 13:40:27
  Author: andyrtr
Revision: 174819

upgpkg: desktop-file-utils 0.21-1

upstream update 0.21

Modified:
  desktop-file-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 18:39:03 UTC (rev 174818)
+++ PKGBUILD2013-01-07 18:40:27 UTC (rev 174819)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Alexander Fehr pizzapunk gmail com
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
 
 pkgname=desktop-file-utils
-pkgver=0.20
+pkgver=0.21
 pkgrel=1
 pkgdesc=Command line utilities for working with desktop entries
 arch=('i686' 'x86_64')
@@ -10,7 +11,7 @@
 license=('GPL')
 depends=('glib2')
 
source=(http://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${pkgver}.tar.xz)
-md5sums=('8c85cbc13632ba69077c6bc41ce4d0ac')
+md5sums=('fda5c312c9fb3b8d818fb54f2c34db82')
 
 build() {
   cd ${srcdir}/desktop-file-utils-${pkgver}



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

2013-01-07 Thread andyrtr
Date: Monday, January 7, 2013 @ 13:41:05
  Author: andyrtr
Revision: 174820

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

Added:
  desktop-file-utils/repos/extra-i686/ChangeLog
(from rev 174819, desktop-file-utils/trunk/ChangeLog)
  desktop-file-utils/repos/extra-i686/PKGBUILD
(from rev 174819, desktop-file-utils/trunk/PKGBUILD)
  desktop-file-utils/repos/extra-x86_64/ChangeLog
(from rev 174819, desktop-file-utils/trunk/ChangeLog)
  desktop-file-utils/repos/extra-x86_64/PKGBUILD
(from rev 174819, desktop-file-utils/trunk/PKGBUILD)
Deleted:
  desktop-file-utils/repos/extra-i686/ChangeLog
  desktop-file-utils/repos/extra-i686/PKGBUILD
  desktop-file-utils/repos/extra-x86_64/ChangeLog
  desktop-file-utils/repos/extra-x86_64/PKGBUILD

+
 extra-i686/ChangeLog   |   14 ++---
 extra-i686/PKGBUILD|   49 +++
 extra-x86_64/ChangeLog |   14 ++---
 extra-x86_64/PKGBUILD  |   49 +++
 4 files changed, 64 insertions(+), 62 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2013-01-07 18:40:27 UTC (rev 174819)
+++ extra-i686/ChangeLog2013-01-07 18:41:05 UTC (rev 174820)
@@ -1,7 +0,0 @@
-2008-07-22  Alexander Fehr  pizzapunk gmail com
-
-  * desktop-file-utils-0.15-1:
-  New upstream release.
-  New maintainer.
-  Changed url.
-  Added ChangeLog.

Copied: desktop-file-utils/repos/extra-i686/ChangeLog (from rev 174819, 
desktop-file-utils/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2013-01-07 18:41:05 UTC (rev 174820)
@@ -0,0 +1,7 @@
+2008-07-22  Alexander Fehr  pizzapunk gmail com
+
+  * desktop-file-utils-0.15-1:
+  New upstream release.
+  New maintainer.
+  Changed url.
+  Added ChangeLog.

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 18:40:27 UTC (rev 174819)
+++ extra-i686/PKGBUILD 2013-01-07 18:41:05 UTC (rev 174820)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Fehr pizzapunk gmail com
-
-pkgname=desktop-file-utils
-pkgver=0.20
-pkgrel=1
-pkgdesc=Command line utilities for working with desktop entries
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/desktop-file-utils;
-license=('GPL')
-depends=('glib2')
-source=(http://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${pkgver}.tar.xz)
-md5sums=('8c85cbc13632ba69077c6bc41ce4d0ac')
-
-build() {
-  cd ${srcdir}/desktop-file-utils-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/desktop-file-utils-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: desktop-file-utils/repos/extra-i686/PKGBUILD (from rev 174819, 
desktop-file-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 18:41:05 UTC (rev 174820)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=desktop-file-utils
+pkgver=0.21
+pkgrel=1
+pkgdesc=Command line utilities for working with desktop entries
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/desktop-file-utils;
+license=('GPL')
+depends=('glib2')
+source=(http://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${pkgver}.tar.xz)
+md5sums=('fda5c312c9fb3b8d818fb54f2c34db82')
+
+build() {
+  cd ${srcdir}/desktop-file-utils-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/desktop-file-utils-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/ChangeLog
===
--- extra-x86_64/ChangeLog  2013-01-07 18:40:27 UTC (rev 174819)
+++ extra-x86_64/ChangeLog  2013-01-07 18:41:05 UTC (rev 174820)
@@ -1,7 +0,0 @@
-2008-07-22  Alexander Fehr  pizzapunk gmail com
-
-  * desktop-file-utils-0.15-1:
-  New upstream release.
-  New maintainer.
-  Changed url.
-  Added ChangeLog.

Copied: desktop-file-utils/repos/extra-x86_64/ChangeLog (from rev 174819, 
desktop-file-utils/trunk/ChangeLog)
===
--- extra-x86_64/ChangeLog  (rev 0)
+++ extra-x86_64/ChangeLog  2013-01-07 18:41:05 UTC (rev 174820)
@@ -0,0 +1,7 @@
+2008-07-22  Alexander Fehr  pizzapunk gmail com
+
+  * desktop-file-utils-0.15-1:
+  New upstream release.
+  New maintainer.
+  Changed url.
+  Added ChangeLog.

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-07 18:40:27 UTC (rev 174819)
+++ 

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

2013-01-07 Thread andyrtr
Date: Monday, January 7, 2013 @ 13:49:00
  Author: andyrtr
Revision: 174821

upgpkg: xdg-utils 1.1.0.git20121008-2

add empty /usr/share/desktop-directories for prevent to fail menu entries - 
FS#33316

Modified:
  xdg-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 18:41:05 UTC (rev 174820)
+++ PKGBUILD2013-01-07 18:49:00 UTC (rev 174821)
@@ -6,7 +6,7 @@
 _gitver=050333e34e2fe7430ad2ead37e5a0420ac0c2a3e # xdg-mime does not search 
mimeinfo.cache
 _gitdate=20121008
 pkgver=${_oldver}.git${_gitdate}
-pkgrel=1
+pkgrel=2
 pkgdesc=Command line tools that assist applications with a variety of desktop 
integration tasks
 arch=('any')
 url=http://portland.freedesktop.org/;
@@ -19,8 +19,9 @@
 'xorg-xprop: for Xfce support in xdg-open'
 'pcmanfm: for LXDE support in xdg-open'
 'perl-file-mimeinfo: for generic support in xdg-open')
-source=(http://cgit.freedesktop.org/xdg/xdg-utils/snapshot/xdg-utils-${_gitver}.tar.gz)
-md5sums=('a590889b5bbfd0c42976004bdc2eb83b')
+source=(#http://cgit.freedesktop.org/xdg/xdg-utils/snapshot/xdg-utils-${_gitver}.tar.gz
+ftp://ftp.archlinux.org/other/$pkgname/xdg-utils-${_gitver}.tar.gz)
+md5sums=('cc321af15724cf7ee1ef014c4a0120ea')
 
 build() {
cd ${srcdir}/${pkgname}-${_gitver}
@@ -34,4 +35,7 @@
cd ${srcdir}/${pkgname}-${_gitver}
make DESTDIR=${pkgdir} install
install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   
+   # install empty directory to prevent xdg-desktop-menu install *.desktop 
to fail, see FS#33316
+   install -dm755 $pkgdir/usr/share/desktop-directories
 }



[arch-commits] Commit in xdg-utils/repos/extra-any (PKGBUILD PKGBUILD)

2013-01-07 Thread andyrtr
Date: Monday, January 7, 2013 @ 13:49:23
  Author: andyrtr
Revision: 174822

archrelease: copy trunk to extra-any

Added:
  xdg-utils/repos/extra-any/PKGBUILD
(from rev 174821, xdg-utils/trunk/PKGBUILD)
Deleted:
  xdg-utils/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 -
 1 file changed, 41 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 18:49:00 UTC (rev 174821)
+++ PKGBUILD2013-01-07 18:49:23 UTC (rev 174822)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xdg-utils
-_oldver=1.1.0
-_gitver=050333e34e2fe7430ad2ead37e5a0420ac0c2a3e # xdg-mime does not search 
mimeinfo.cache
-_gitdate=20121008
-pkgver=${_oldver}.git${_gitdate}
-pkgrel=1
-pkgdesc=Command line tools that assist applications with a variety of desktop 
integration tasks
-arch=('any')
-url=http://portland.freedesktop.org/;
-license=('MIT')
-depends=('sh' 'xorg-xset') # xset needed inside xdg-screensaver
-makedepends=('docbook-xsl' 'lynx' 'xmlto')
-optdepends=('kdebase-runtime: for KDE support in xdg-open'
-'libgnome: for GNOME support in xdg-open'
-'exo: for Xfce support in xdg-open'
-'xorg-xprop: for Xfce support in xdg-open'
-'pcmanfm: for LXDE support in xdg-open'
-'perl-file-mimeinfo: for generic support in xdg-open')
-source=(http://cgit.freedesktop.org/xdg/xdg-utils/snapshot/xdg-utils-${_gitver}.tar.gz)
-md5sums=('a590889b5bbfd0c42976004bdc2eb83b')
-
-build() {
-   cd ${srcdir}/${pkgname}-${_gitver}
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make scripts-clean -C scripts # needed if it's a git snapshot
-   make man scripts -C scripts # needed if it's a git snapshot
-#  make # for release builds
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${_gitver}
-   make DESTDIR=${pkgdir} install
-   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: xdg-utils/repos/extra-any/PKGBUILD (from rev 174821, 
xdg-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 18:49:23 UTC (rev 174822)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xdg-utils
+_oldver=1.1.0
+_gitver=050333e34e2fe7430ad2ead37e5a0420ac0c2a3e # xdg-mime does not search 
mimeinfo.cache
+_gitdate=20121008
+pkgver=${_oldver}.git${_gitdate}
+pkgrel=2
+pkgdesc=Command line tools that assist applications with a variety of desktop 
integration tasks
+arch=('any')
+url=http://portland.freedesktop.org/;
+license=('MIT')
+depends=('sh' 'xorg-xset') # xset needed inside xdg-screensaver
+makedepends=('docbook-xsl' 'lynx' 'xmlto')
+optdepends=('kdebase-runtime: for KDE support in xdg-open'
+'libgnome: for GNOME support in xdg-open'
+'exo: for Xfce support in xdg-open'
+'xorg-xprop: for Xfce support in xdg-open'
+'pcmanfm: for LXDE support in xdg-open'
+'perl-file-mimeinfo: for generic support in xdg-open')
+source=(#http://cgit.freedesktop.org/xdg/xdg-utils/snapshot/xdg-utils-${_gitver}.tar.gz
+ftp://ftp.archlinux.org/other/$pkgname/xdg-utils-${_gitver}.tar.gz)
+md5sums=('cc321af15724cf7ee1ef014c4a0120ea')
+
+build() {
+   cd ${srcdir}/${pkgname}-${_gitver}
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make scripts-clean -C scripts # needed if it's a git snapshot
+   make man scripts -C scripts # needed if it's a git snapshot
+#  make # for release builds
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${_gitver}
+   make DESTDIR=${pkgdir} install
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   
+   # install empty directory to prevent xdg-desktop-menu install *.desktop 
to fail, see FS#33316
+   install -dm755 $pkgdir/usr/share/desktop-directories
+}



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

2013-01-07 Thread andyrtr
Date: Monday, January 7, 2013 @ 13:55:51
  Author: andyrtr
Revision: 174823

make compile/install more simple, no need for sed here

Modified:
  nx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 18:49:23 UTC (rev 174822)
+++ PKGBUILD2013-01-07 18:55:51 UTC (rev 174823)
@@ -4,7 +4,7 @@
 pkgbase=nx
 pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'x2go-agent' 
'nx-headers')
 pkgver=3.5.0.17
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://wiki.x2go.org/;
 license=('GPL')
@@ -34,14 +34,16 @@
   echo #define SharedLibraryLoadFlags -shared ${LDFLAGS}  ${HOSTCONF}
   popd
 
-  # fix two broken Makefiles
-  sed -i s:/usr/local:/usr: Makefile
+  # fix a broken Makefiles
   sed -i s:-o root -g root :: nxcompshad/Makefile.in
 
-  make CONFIGURE=./configure --prefix=/usr --libdir=/usr/lib 
--libexecdir=/usr/lib --includedir=/usr/include
+  make \
+PREFIX=/usr \
+CONFIGURE=./configure --prefix=/usr --libdir=/usr/lib 
--libexecdir=/usr/lib --includedir=/usr/include
+
   # fake install
   mkdir $srcdir/fakeinstall
-  make DESTDIR=$srcdir/fakeinstall install
+  make PREFIX=/usr DESTDIR=$srcdir/fakeinstall install
 }
 
 package_libxcomp() {



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 14:39:59
  Author: ronald
Revision: 174824

archrelease: copy trunk to extra-x86_64

Added:
  eina/repos/extra-x86_64/PKGBUILD
(from rev 174823, eina/trunk/PKGBUILD)
Deleted:
  eina/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 18:55:51 UTC (rev 174823)
+++ PKGBUILD2013-01-07 19:39:59 UTC (rev 174824)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgname=eina
-pkgver=1.7.5
-pkgrel=1
-pkgdesc=A core data structure and common utility library
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('LGPL2.1')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('a12496ac49883f26e94259c853f84badf9f2e6ca')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure --prefix=/usr --enable-amalgamation \
-   --with-internal-maximum-log-level=3 \
-   --disable-static \
-   --disable-benchmark \
-   --disable-install-examples \
-   --disable-build-examples \
-   --disable-doc \
-   --disable-tests \
-   --enable-default-mempool \
-   --enable-mempool-chained-pool \
-   --enable-mempool-pass-through \
-   --disable-mempool-buddy \
-   --disable-mempool-ememoa-fixed \
-   --disable-mempool-ememoa-unknown \
-   --disable-mempool-fixed-bitmap \
-   --disable-assert \
-   --disable-ememoa 
-
-#  --disable-mempool-one-big ## this option causes a segfault in 1.7.2
-
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: eina/repos/extra-x86_64/PKGBUILD (from rev 174823, eina/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 19:39:59 UTC (rev 174824)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
+
+pkgname=eina
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=A core data structure and common utility library
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('LGPL2.1')
+depends=('glibc')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('a12496ac49883f26e94259c853f84badf9f2e6ca')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure --prefix=/usr --enable-amalgamation \
+   --with-internal-maximum-log-level=3 \
+   --disable-static \
+   --disable-benchmark \
+   --disable-install-examples \
+   --disable-build-examples \
+   --disable-doc \
+   --disable-tests \
+   --enable-default-mempool \
+   --enable-mempool-chained-pool \
+   --enable-mempool-pass-through \
+   --disable-mempool-buddy \
+   --disable-mempool-ememoa-fixed \
+   --disable-mempool-ememoa-unknown \
+   --disable-mempool-fixed-bitmap \
+   --disable-assert \
+   --disable-ememoa 
+
+#  --disable-mempool-one-big ## this option causes a segfault in 1.7.2
+
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 14:40:23
  Author: ronald
Revision: 174825

archrelease: copy trunk to extra-x86_64

Added:
  eet/repos/extra-x86_64/PKGBUILD
(from rev 174824, eet/trunk/PKGBUILD)
Deleted:
  eet/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 19:39:59 UTC (rev 174824)
+++ PKGBUILD2013-01-07 19:40:23 UTC (rev 174825)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgname=eet
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=A data storage and compression library
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('libjpeg=7' 'openssl' 'eina')
-options=(!libtool)
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('ce4f05e180ce4a833d019fc618c7acd5aceca96d')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure --prefix=/usr --enable-openssl --disable-gnutls \
-   --disable-build-examples \
-   --disable-doc --disable-install-examples \
-   --disable-old-eet-file-format --disable-tests \
-   --disable-static
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-

Copied: eet/repos/extra-x86_64/PKGBUILD (from rev 174824, eet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 19:40:23 UTC (rev 174825)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
+
+pkgname=eet
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=A data storage and compression library
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('libjpeg=7' 'openssl' 'eina')
+options=(!libtool)
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('e418110ffdfe1a3ed32b9bc68e4f7bf628d16654')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure --prefix=/usr --enable-openssl --disable-gnutls \
+   --disable-build-examples \
+   --disable-doc --disable-install-examples \
+   --disable-old-eet-file-format --disable-tests \
+   --disable-static
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install 
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 14:40:46
  Author: ronald
Revision: 174826

archrelease: copy trunk to extra-x86_64

Added:
  evas_generic_loaders/repos/extra-x86_64/PKGBUILD
(from rev 174825, evas_generic_loaders/trunk/PKGBUILD)
Deleted:
  evas_generic_loaders/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 19:40:23 UTC (rev 174825)
+++ PKGBUILD2013-01-07 19:40:46 UTC (rev 174826)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=evas_generic_loaders
-pkgver=1.7.5
-pkgrel=1
-pkgdesc=Additional generic loaders for Evas
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('0c9cac308b5ce133eb5e5065f9a47cb4fb7660aa')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/evas \
---enable-poppler \
---enable-spectre \
---enable-libraw \
---enable-svg \
---enable-gstreamer \
---disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: evas_generic_loaders/repos/extra-x86_64/PKGBUILD (from rev 174825, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 19:40:46 UTC (rev 174826)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas_generic_loaders
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=Additional generic loaders for Evas
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('0c9cac308b5ce133eb5e5065f9a47cb4fb7660aa')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 14:41:07
  Author: ronald
Revision: 174827

archrelease: copy trunk to extra-x86_64

Added:
  evas/repos/extra-x86_64/PKGBUILD
(from rev 174826, evas/trunk/PKGBUILD)
Deleted:
  evas/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 19:40:46 UTC (rev 174826)
+++ PKGBUILD2013-01-07 19:41:07 UTC (rev 174827)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=evas
-pkgver=1.7.5
-pkgrel=1
-pkgdesc=A hardware-accelerated canvas API for X-Windows
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('eet' 'giflib' 'libpng' 'libjpeg=7' 'libxrender' 'mesa'
-  'fribidi' 'fontconfig' 'freetype2' 'harfbuzz' 'evas_generic_loaders')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('eab2f26fe06d045243e7e75c52d59179b1c46980')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/evas \
---enable-strict \
---disable-static \
---enable-fontconfig \
---enable-fribidi \
---enable-harfbuzz \
---disable-pixman \
---enable-buffer=static \
---disable-gl-sdl \
---enable-fb \
---disable-directfb \
---disable-wayland-shm \
---disable-wayland-egl \
---disable-sdl-primitive \
---disable-software-xcb \
---enable-software-xlib=static \
---disable-gl-xcb \
---enable-gl-xlib \
---disable-image-loader-edb \
---enable-image-loader-gif=static \
---enable-image-loader-tiff=static \
---enable-image-loader-svg=static \
---enable-image-loader-eet=static \
---enable-image-loader-generic=static \
---disable-install-examples \
---disable-tests \
---disable-coverage \
---disable-doc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: evas/repos/extra-x86_64/PKGBUILD (from rev 174826, evas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 19:41:07 UTC (rev 174827)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=A hardware-accelerated canvas API for X-Windows
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('eet' 'giflib' 'libpng' 'libjpeg=7' 'libxrender' 'mesa'
+  'fribidi' 'fontconfig' 'freetype2' 'harfbuzz' 'evas_generic_loaders')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('eab2f26fe06d045243e7e75c52d59179b1c46980')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-strict \
+--disable-static \
+--enable-fontconfig \
+--enable-fribidi \
+--enable-harfbuzz \
+--disable-pixman \
+--enable-buffer=static \
+--disable-gl-sdl \
+--enable-fb \
+--disable-directfb \
+--disable-wayland-shm \
+--disable-wayland-egl \
+--disable-sdl-primitive \
+--disable-software-xcb \
+--enable-software-xlib=static \
+--disable-gl-xcb \
+--enable-gl-xlib \
+--disable-image-loader-edb \
+--enable-image-loader-gif=static \
+--enable-image-loader-tiff=static \
+--enable-image-loader-svg=static \
+--enable-image-loader-eet=static \
+--enable-image-loader-generic=static \
+--disable-install-examples \
+--disable-tests \
+--disable-coverage \
+--disable-doc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 14:41:37
  Author: ronald
Revision: 174828

archrelease: copy trunk to extra-x86_64

Added:
  ecore/repos/extra-x86_64/PKGBUILD
(from rev 174827, ecore/trunk/PKGBUILD)
Deleted:
  ecore/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  188 ++---
 1 file changed, 94 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 19:41:07 UTC (rev 174827)
+++ PKGBUILD2013-01-07 19:41:37 UTC (rev 174828)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=ecore
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=OS abstraction layer for e17
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('eina' 'evas' 'glib2' 'libxp' 'curl' 'libxss' 'libxtst'
-  'libxcomposite' 'libxrandr' 'libxinerama' 'libxcursor')
-makedepends=('subversion')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('673c3ef55b0482188b85f997af77bf8fb83791b5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ecore \
---with-internal-maximum-log-level=3 \
---disable-static \
---disable-ecore-timer-dump \
---enable-glib \
---enable-ecore-x-composite \
---enable-ecore-x-damage \
---enable-ecore-x-dpms \
---enable-ecore-x-randr \
---enable-ecore-x-render \
---enable-ecore-x-screensaver \
---enable-ecore-x-shape \
---enable-ecore-x-gesture \
---enable-ecore-x-sync \
---enable-ecore-x-xfixes \
---enable-ecore-x-xinerama \
---enable-ecore-x-xprint \
---enable-ecore-x-xtest \
---enable-ecore-x-cursor \
---enable-ecore-x-input \
---enable-ecore-x-dri \
---enable-epoll \
---enable-posix-threads \
---disable-debug-threads \
---enable-thread-safety \
---enable-atfile-source \
---enable-ecore-con \
---enable-curl \
---disable-gnutls \
---enable-openssl \
---enable-ecore-ipc \
---enable-ecore-file \
---enable-poll \
---enable-inotify \
---enable-ecore-imf \
---enable-ecore-imf-evas \
---enable-ecore-input \
---enable-ecore-input-evas \
---enable-ecore-imf-xim \
---disable-ecore-imf-scim \
---disable-ecore-imf-ibus \
---enable-ecore-x \
---disable-ecore-sdl \
---enable-ecore-fb \
---disable-ecore-directfb \
---enable-ecore-evas \
---enable-ecore-evas-software-buffer \
---enable-ecore-evas-software-x11 \
---enable-ecore-evas-opengl-x11 \
---enable-ecore-evas-fb \
---disable-ecore-evas-ews \
---disable-ecore-wayland \
---disable-tests \
---disable-coverage \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-# install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: ecore/repos/extra-x86_64/PKGBUILD (from rev 174827, 
ecore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 19:41:37 UTC (rev 174828)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=ecore
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=OS abstraction layer for e17
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('eina' 'evas' 'glib2' 'libxp' 'curl' 'libxss' 'libxtst'
+  'libxcomposite' 'libxrandr' 'libxinerama' 'libxcursor')
+makedepends=('subversion')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('98731b2fa29b863e20b863b816e4045ea768172d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ecore \
+--with-internal-maximum-log-level=3 \
+--disable-static \
+--disable-ecore-timer-dump \
+--enable-glib \
+--enable-ecore-x-composite \
+--enable-ecore-x-damage \
+--enable-ecore-x-dpms \
+--enable-ecore-x-randr \
+

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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 14:42:03
  Author: ronald
Revision: 174829

archrelease: copy trunk to extra-x86_64

Added:
  eio/repos/extra-x86_64/PKGBUILD
(from rev 174828, eio/trunk/PKGBUILD)
Deleted:
  eio/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 19:41:37 UTC (rev 174828)
+++ PKGBUILD2013-01-07 19:42:03 UTC (rev 174829)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.5
-pkgrel=1
-pkgdesc=Async IO library using Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('91b6963bb60933061c9165665054c054ad4e8b94')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-posix-threads \
---disable-debug-threads \
---enable-inotify \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: eio/repos/extra-x86_64/PKGBUILD (from rev 174828, eio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 19:42:03 UTC (rev 174829)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eio
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=Async IO library using Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('91b6963bb60933061c9165665054c054ad4e8b94')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-posix-threads \
+--disable-debug-threads \
+--enable-inotify \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+   $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 14:42:24
  Author: ronald
Revision: 174830

archrelease: copy trunk to extra-x86_64

Added:
  eeze/repos/extra-x86_64/PKGBUILD
(from rev 174829, eeze/trunk/PKGBUILD)
Deleted:
  eeze/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 19:42:03 UTC (rev 174829)
+++ PKGBUILD2013-01-07 19:42:24 UTC (rev 174830)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eeze
-pkgver=1.7.5
-pkgrel=1
-pkgdesc=Manipulate devices using udev and sysfs
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'eina' 'udev')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('bc698a4defd13bd7fc868d211afe8616777f0b06')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-tests \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: eeze/repos/extra-x86_64/PKGBUILD (from rev 174829, eeze/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 19:42:24 UTC (rev 174830)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eeze
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=Manipulate devices using udev and sysfs
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore' 'eina' 'udev')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('bc698a4defd13bd7fc868d211afe8616777f0b06')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-tests \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 14:42:46
  Author: ronald
Revision: 174831

archrelease: copy trunk to extra-x86_64

Added:
  embryo/repos/extra-x86_64/PKGBUILD
(from rev 174830, embryo/trunk/PKGBUILD)
Deleted:
  embryo/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 19:42:24 UTC (rev 174830)
+++ PKGBUILD2013-01-07 19:42:46 UTC (rev 174831)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgname=embryo
-pkgver=1.7.5
-pkgrel=1
-pkgdesc=implementation of a C like scripting language for e17
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('glibc' 'eina')
-options=('!libtool')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('e6d6c5d83a265042dc6f8225720c211b3beb3bcf')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure --prefix=/usr \
-   --disable-static \
-   --disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: embryo/repos/extra-x86_64/PKGBUILD (from rev 174830, 
embryo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 19:42:46 UTC (rev 174831)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
+
+pkgname=embryo
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=implementation of a C like scripting language for e17
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('glibc' 'eina')
+options=('!libtool')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('e6d6c5d83a265042dc6f8225720c211b3beb3bcf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}



[arch-commits] Commit in edje/repos/extra-x86_64 (6 files)

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 14:43:10
  Author: ronald
Revision: 174832

archrelease: copy trunk to extra-x86_64

Added:
  edje/repos/extra-x86_64/PKGBUILD
(from rev 174831, edje/trunk/PKGBUILD)
  edje/repos/extra-x86_64/changeset_76449.diff
(from rev 174831, edje/trunk/changeset_76449.diff)
  edje/repos/extra-x86_64/edje.install
(from rev 174831, edje/trunk/edje.install)
Deleted:
  edje/repos/extra-x86_64/PKGBUILD
  edje/repos/extra-x86_64/changeset_76449.diff
  edje/repos/extra-x86_64/edje.install

--+
 PKGBUILD |  104 -
 changeset_76449.diff |   92 +--
 edje.install |   32 +++
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 19:42:46 UTC (rev 174831)
+++ PKGBUILD2013-01-07 19:43:10 UTC (rev 174832)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=edje
-pkgver=1.7.5
-pkgrel=1
-pkgdesc=A graphical design and layout library based on Evas
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('eina' 'ecore' 'evas' 'eio' 'lua' 'shared-mime-info' 'embryo')
-optdepends=('python2: inkscape2edc')
-install=edje.install
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('0bedff456495e30baddd26b908cd0d03285c18a9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  # python2 fix
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-sndfile \
---disable-remix \
---disable-vorbisenc \
---disable-alsa \
---disable-flac \
---disable-tests \
---disable-coverage \
---enable-amalgamation \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: edje/repos/extra-x86_64/PKGBUILD (from rev 174831, edje/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 19:43:10 UTC (rev 174832)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=edje
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=A graphical design and layout library based on Evas
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('eina' 'ecore' 'evas' 'eio' 'lua' 'shared-mime-info' 'embryo')
+optdepends=('python2: inkscape2edc')
+install=edje.install
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('0bedff456495e30baddd26b908cd0d03285c18a9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  # python2 fix
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-sndfile \
+--disable-remix \
+--disable-vorbisenc \
+--disable-alsa \
+--disable-flac \
+--disable-tests \
+--disable-coverage \
+--enable-amalgamation \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: changeset_76449.diff
===
--- changeset_76449.diff2013-01-07 19:42:46 UTC (rev 174831)
+++ changeset_76449.diff2013-01-07 19:43:10 UTC (rev 174832)
@@ -1,46 +0,0 @@
-Index: /trunk/edje/src/bin/edje_cc_out.c
-===
 /trunk/edje/src/bin/edje_cc_out.c  (revision 76448)
-+++ /trunk/edje/src/bin/edje_cc_out.c  (revision 76449)
-@@ -1882,25 +1882,30 @@
-  for (i = 0 ; i  pc-programs.fnmatch_count ; i++)
-{
--  if (!strcmp(pl-u.ep-name, 

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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 14:43:35
  Author: ronald
Revision: 174833

archrelease: copy trunk to extra-x86_64

Added:
  emotion/repos/extra-x86_64/PKGBUILD
(from rev 174832, emotion/trunk/PKGBUILD)
Deleted:
  emotion/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 19:43:10 UTC (rev 174832)
+++ PKGBUILD2013-01-07 19:43:35 UTC (rev 174833)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=emotion
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=Library to easily integrate media playback into EFL applications
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('5bdd5512c3e6459f3d4f3effb5b4d3ea2b06bff8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: emotion/repos/extra-x86_64/PKGBUILD (from rev 174832, 
emotion/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 19:43:35 UTC (rev 174833)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=emotion
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=Library to easily integrate media playback into EFL applications
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('gstreamer0.10' 'edje' 'eeze')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('59f4a8869afc64289b53f8673c53baa9dfb1c109')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-generic \
+--enable-gstreamer \
+--disable-generic-vlc \
+--disable-xine \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 14:43:57
  Author: ronald
Revision: 174834

archrelease: copy trunk to extra-x86_64

Added:
  ethumb/repos/extra-x86_64/PKGBUILD
(from rev 174833, ethumb/trunk/PKGBUILD)
Deleted:
  ethumb/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 19:43:35 UTC (rev 174833)
+++ PKGBUILD2013-01-07 19:43:57 UTC (rev 174834)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=ethumb
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=Thumbnailing library and D-Bus service using EFL
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('libexif' 'e_dbus'  'emotion')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('65110fe9e0aa10a10855dd3a5adb80a38e445222')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ethumb \
---with-internal-maximum-log-level=3 \
---disable-static \
---enable-emotion \
---disable-epdf \
---enable-libexif \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: ethumb/repos/extra-x86_64/PKGBUILD (from rev 174833, 
ethumb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 19:43:57 UTC (rev 174834)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=ethumb
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=Thumbnailing library and D-Bus service using EFL
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('libexif' 'e_dbus'  'emotion')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('ef9c3537b4ae53d953514758dde868ae0961a54c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ethumb \
+--with-internal-maximum-log-level=3 \
+--disable-static \
+--enable-emotion \
+--disable-epdf \
+--enable-libexif \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 14:44:21
  Author: ronald
Revision: 174835

archrelease: copy trunk to extra-x86_64

Added:
  efreet/repos/extra-x86_64/PKGBUILD
(from rev 174834, efreet/trunk/PKGBUILD)
Deleted:
  efreet/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 19:43:57 UTC (rev 174834)
+++ PKGBUILD2013-01-07 19:44:21 UTC (rev 174835)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=efreet
-pkgver=1.7.5
-pkgrel=1
-pkgdesc=FreeDesktop.Org specifications for e17
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('eina' 'ecore' 'e_dbus')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('b1f6c2200693416578fe66c252b16cc2a20c33af')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-tests \
---disable-coverage \
---disable-doc
-
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-

Copied: efreet/repos/extra-x86_64/PKGBUILD (from rev 174834, 
efreet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 19:44:21 UTC (rev 174835)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=efreet
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=FreeDesktop.Org specifications for e17
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('eina' 'ecore' 'e_dbus')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('b1f6c2200693416578fe66c252b16cc2a20c33af')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-tests \
+--disable-coverage \
+--disable-doc
+
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 14:44:44
  Author: ronald
Revision: 174836

archrelease: copy trunk to extra-x86_64

Added:
  e_dbus/repos/extra-x86_64/PKGBUILD
(from rev 174835, e_dbus/trunk/PKGBUILD)
Deleted:
  e_dbus/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 19:44:21 UTC (rev 174835)
+++ PKGBUILD2013-01-07 19:44:44 UTC (rev 174836)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=e_dbus
-pkgver=1.7.5
-pkgrel=1
-pkgdesc=D-Bus integration with Ecore
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('b41adf1731ff1974861a2c374d0f341b8004d098')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---enable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
---disable-edbus-async-test \
---disable-edbus-performance-test \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: e_dbus/repos/extra-x86_64/PKGBUILD (from rev 174835, 
e_dbus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 19:44:44 UTC (rev 174836)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('b41adf1731ff1974861a2c374d0f341b8004d098')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 14:45:06
  Author: ronald
Revision: 174837

archrelease: copy trunk to extra-x86_64

Added:
  elementary/repos/extra-x86_64/PKGBUILD
(from rev 174836, elementary/trunk/PKGBUILD)
Deleted:
  elementary/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-07 19:44:44 UTC (rev 174836)
+++ PKGBUILD2013-01-07 19:45:06 UTC (rev 174837)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=elementary
-pkgver=1.7.5
-pkgrel=1
-pkgdesc=Enlightenment's widget set
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('025d2c258cd7b600bef7664802c70dde07fd9e4b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/elementary \
---with-internal-maximum-log-level=3 \
---disable-static \
---enable-quick-launch \
---enable-emotion \
---enable-ecore-x \
---enable-ecore-fb \
---disable-ecore-sdl \
---disable-ecore-wayland \
---enable-edbus \
---enable-efreet \
---disable-eweather \
---disable-emap \
---enable-ethumb \
---disable-debug \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: elementary/repos/extra-x86_64/PKGBUILD (from rev 174836, 
elementary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-07 19:45:06 UTC (rev 174837)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=elementary
+pkgver=1.7.5
+pkgrel=1
+pkgdesc=Enlightenment's widget set
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('025d2c258cd7b600bef7664802c70dde07fd9e4b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/elementary \
+--with-internal-maximum-log-level=3 \
+--disable-static \
+--enable-quick-launch \
+--enable-emotion \
+--enable-ecore-x \
+--enable-ecore-fb \
+--disable-ecore-sdl \
+--disable-ecore-wayland \
+--enable-edbus \
+--enable-efreet \
+--disable-eweather \
+--disable-emap \
+--enable-ethumb \
+--disable-debug \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 14:57:53
  Author: ronald
Revision: 174838

upgpkg: hdf5 1.8.10-1

update to 1.8.10

Modified:
  hdf5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 19:45:06 UTC (rev 174837)
+++ PKGBUILD2013-01-07 19:57:53 UTC (rev 174838)
@@ -5,7 +5,7 @@
 # Contributor: Tom K t...@runbox.com
 
 pkgname=hdf5
-pkgver=1.8.8
+pkgver=1.8.10
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc=General purpose library and file format for storing scientific data
@@ -15,7 +15,7 @@
 makedepends=('time')
 
source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2)
 options=('!libtool')
-sha1sums=('1bc16883ecd631840b70857bea637a06eb0155da')
+sha1sums=('867a91b75ee0bbd1f1b13aecd52e883be1507a2c')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver/_/-}



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 14:58:29
  Author: ronald
Revision: 174839

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 19:57:53 UTC (rev 174838)
+++ extra-i686/PKGBUILD 2013-01-07 19:58:29 UTC (rev 174839)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: damir da...@archlinux.org
-# Contributor: Tom K t...@runbox.com
-
-pkgname=hdf5
-pkgver=1.8.8
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=General purpose library and file format for storing scientific data
-url=http://www.hdfgroup.org/HDF5/;
-license=('custom')
-depends=('zlib' 'sh')
-makedepends=('time')
-source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2)
-options=('!libtool')
-sha1sums=('1bc16883ecd631840b70857bea637a06eb0155da')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver/_/-}
-  export CFLAGS=${CFLAGS/O2/O0}
-  export CXXFLAGS=${CFLAGS}
-  ./configure --prefix=/usr --disable-static \
---enable-hl \
---enable-threadsafe \
---enable-linux-lfs \
---enable-production \
---with-pic \
---docdir=/usr/share/doc/hdf5/ \
---with-pthread=/usr/lib/ \
---disable-sharedlib-rpath
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver/_/-}
-
-  make -j1 DESTDIR=${pkgdir} install
-
-  install -d -m755 $pkgdir/usr/share/licenses/${pkgname}
-  install -m644 $srcdir/${pkgname}-${pkgver/_/-}/COPYING \
-  $pkgdir/usr/share/licenses/${pkgname}/LICENSE 
-}
-

Copied: hdf5/repos/extra-i686/PKGBUILD (from rev 174838, hdf5/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 19:58:29 UTC (rev 174839)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: damir da...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=hdf5
+pkgver=1.8.10
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=General purpose library and file format for storing scientific data
+url=http://www.hdfgroup.org/HDF5/;
+license=('custom')
+depends=('zlib' 'sh')
+makedepends=('time')
+source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2)
+options=('!libtool')
+sha1sums=('867a91b75ee0bbd1f1b13aecd52e883be1507a2c')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver/_/-}
+  export CFLAGS=${CFLAGS/O2/O0}
+  export CXXFLAGS=${CFLAGS}
+  ./configure --prefix=/usr --disable-static \
+--enable-hl \
+--enable-threadsafe \
+--enable-linux-lfs \
+--enable-production \
+--with-pic \
+--docdir=/usr/share/doc/hdf5/ \
+--with-pthread=/usr/lib/ \
+--disable-sharedlib-rpath
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver/_/-}
+
+  make -j1 DESTDIR=${pkgdir} install
+
+  install -d -m755 $pkgdir/usr/share/licenses/${pkgname}
+  install -m644 $srcdir/${pkgname}-${pkgver/_/-}/COPYING \
+  $pkgdir/usr/share/licenses/${pkgname}/LICENSE 
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-07 19:57:53 UTC (rev 174838)
+++ extra-x86_64/PKGBUILD   2013-01-07 19:58:29 UTC (rev 174839)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: damir da...@archlinux.org
-# Contributor: Tom K t...@runbox.com
-
-pkgname=hdf5
-pkgver=1.8.8
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=General purpose library and file format for storing scientific data
-url=http://www.hdfgroup.org/HDF5/;
-license=('custom')
-depends=('zlib' 'sh')
-makedepends=('time')
-source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2)
-options=('!libtool')
-sha1sums=('1bc16883ecd631840b70857bea637a06eb0155da')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver/_/-}
-  export CFLAGS=${CFLAGS/O2/O0}
-  export CXXFLAGS=${CFLAGS}
-  ./configure --prefix=/usr --disable-static \
---enable-hl \
---enable-threadsafe \
---enable-linux-lfs \
---enable-production \
---with-pic \
---docdir=/usr/share/doc/hdf5/ \
---with-pthread=/usr/lib/ \
---disable-sharedlib-rpath
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver/_/-}
-
-  make -j1 DESTDIR=${pkgdir} 

[arch-commits] Commit in (11 files)

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 15:10:08
  Author: ronald
Revision: 174840

add hdf5 cpp/fortran and  openmpi packages

Added:
  hdf5-cpp-fortran/
  hdf5-cpp-fortran/repos/
  hdf5-cpp-fortran/trunk/
  hdf5-cpp-fortran/trunk/PKGBUILD
  hdf5-openmpi/
  hdf5-openmpi/repos/
  hdf5-openmpi/trunk/
  hdf5-openmpi/trunk/PKGBUILD
  hdf5-openmpi/trunk/hdf5-1.8.10.tar.bz2
  hdf5-openmpi/trunk/src/
  hdf5-openmpi/trunk/src/hdf5-1.8.10.tar.bz2

+
 hdf5-cpp-fortran/trunk/PKGBUILD|   49 
 hdf5-openmpi/trunk/PKGBUILD|   64 +++
 hdf5-openmpi/trunk/hdf5-1.8.10.tar.bz2 |1 
 hdf5-openmpi/trunk/src/hdf5-1.8.10.tar.bz2 |1 
 4 files changed, 115 insertions(+)

Added: hdf5-cpp-fortran/trunk/PKGBUILD
===
--- hdf5-cpp-fortran/trunk/PKGBUILD (rev 0)
+++ hdf5-cpp-fortran/trunk/PKGBUILD 2013-01-07 20:10:08 UTC (rev 174840)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 174838 2013-01-07 19:57:53Z ronald $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: damir da...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=hdf5-cpp-fortran
+_pkgname=hdf5
+pkgver=1.8.10
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=General purpose library and file format for storing scientific data
+url=http://www.hdfgroup.org/HDF5/;
+license=('custom')
+depends=('zlib' 'sh')
+makedepends=('time' 'gcc-fortran')
+conflicts='hdf5'
+provides='hdf5'
+source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
+options=('!libtool')
+sha1sums=('867a91b75ee0bbd1f1b13aecd52e883be1507a2c')
+
+build() {
+  cd $srcdir/${_pkgname}-${pkgver/_/-}
+  export CFLAGS=${CFLAGS/O2/O0}
+  export CXXFLAGS=${CFLAGS}
+  ./configure --prefix=/usr --disable-static \
+--enable-hl \
+--enable-cxx \
+--enable-fortran \
+--enable-linux-lfs \
+--enable-production \
+--with-pic \
+--docdir=/usr/share/doc/hdf5/ \
+--with-pthread=/usr/lib/ \
+--disable-sharedlib-rpath
+  make
+}
+
+package() {
+  cd $srcdir/${_pkgname}-${pkgver/_/-}
+
+  make -j1 DESTDIR=${pkgdir} install
+
+  install -d -m755 $pkgdir/usr/share/licenses/${pkgname}
+  install -m644 $srcdir/${_pkgname}-${pkgver/_/-}/COPYING \
+  $pkgdir/usr/share/licenses/${pkgname}/LICENSE 
+}
+

Added: hdf5-openmpi/trunk/PKGBUILD
===
--- hdf5-openmpi/trunk/PKGBUILD (rev 0)
+++ hdf5-openmpi/trunk/PKGBUILD 2013-01-07 20:10:08 UTC (rev 174840)
@@ -0,0 +1,64 @@
+# $Id: PKGBUILD 147983 2012-01-29 11:26:22Z ronald $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: damir da...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+# Contributor: Jed Brown j...@59a2.org
+# Contributor: Simone Pezzuto junki@gmail.com
+
+pkgname=hdf5-openmpi
+_pkgname=hdf5
+pkgver=1.8.10
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=General purpose library and file format for storing scientific data 
(OpenMPI version)
+url=http://www.hdfgroup.org/HDF5/;
+license=('custom')
+depends=('zlib' 'sh' 'openmpi')
+makedepends=('time')
+provides=('hdf5')
+conficts=('hdf5')
+source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
+options=('!libtool')
+sha1sums=('867a91b75ee0bbd1f1b13aecd52e883be1507a2c')
+
+build() {
+  cd $srcdir/${_pkgname}-${pkgver/_/-}
+  export CFLAGS=${CFLAGS/O2/O0}
+  export CXXFLAGS=${CFLAGS}
+  ./configure \
+CXX=mpicxx \
+CC=mpicc \
+FC=mpif90 \
+F9X=mpif90 \
+RUNPARALLEL=mpirun \
+OMPI_MCA_disable_memory_allocator=1 \
+--prefix=/usr \
+--with-pthread=/usr/lib/ \
+--enable-linux-lfs \
+--enable-unsupported \
+--enable-shared \
+--disable-static \
+--enable-production=yes \
+--with-zlib \
+--with-default-api-version=v18 \
+--enable-parallel=yes \
+--enable-cxx \
+--disable-sharedlib-rpath
+
+  make
+}
+
+package() {
+  cd $srcdir/${_pkgname}-${pkgver/_/-}
+
+  make -j1 DESTDIR=${pkgdir} install
+
+  install -d -m755 $pkgdir/usr/share/$_pkgname
+  mv $pkgdir/usr/share/{hdf5_examples,$_pkgname/examples}
+
+  install -d -m755 $pkgdir/usr/share/licenses/${_pkgname}
+  install -m644 $srcdir/${_pkgname}-${pkgver/_/-}/COPYING \
+  $pkgdir/usr/share/licenses/${_pkgname}/LICENSE 
+}
+

Added: hdf5-openmpi/trunk/hdf5-1.8.10.tar.bz2
===
(Binary files differ)

Index: hdf5-openmpi/trunk/hdf5-1.8.10.tar.bz2
===
--- hdf5-openmpi/trunk/hdf5-1.8.10.tar.bz2  2013-01-07 19:58:29 UTC (rev 
174839)
+++ hdf5-openmpi/trunk/hdf5-1.8.10.tar.bz2  2013-01-07 20:10:08 UTC (rev 
174840)

Property changes on: 

[arch-commits] Commit in hdf5-openmpi/trunk (hdf5-1.8.10.tar.bz2 src)

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 15:22:41
  Author: ronald
Revision: 174841

remove source files/dir

Deleted:
  hdf5-openmpi/trunk/hdf5-1.8.10.tar.bz2
  hdf5-openmpi/trunk/src/

+
 0 files changed

Deleted: hdf5-1.8.10.tar.bz2
===
(Binary files differ)



[arch-commits] Commit in kdebindings-python/kde-unstable (PKGBUILD fix.patch)

2013-01-07 Thread Andrea Scarpino
Date: Monday, January 7, 2013 @ 15:26:42
  Author: andrea
Revision: 174842

Use the upstream patch to fix the missing symbols; provide the 
/usr/bin/pykde4uic symlink; add missing mesa makedeps

Modified:
  kdebindings-python/kde-unstable/PKGBUILD
  kdebindings-python/kde-unstable/fix.patch

---+
 PKGBUILD  |   15 ++-
 fix.patch |   35 +++
 2 files changed, 33 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 20:22:41 UTC (rev 174841)
+++ PKGBUILD2013-01-07 20:26:42 UTC (rev 174842)
@@ -6,19 +6,17 @@
  'kdebindings-python2'
  'kdebindings-python-common')
 pkgver=4.9.97
-pkgrel=1
+pkgrel=2
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
- 'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
+ 'pyqt' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
 
source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
-'fix.patch'
-'pykdeuic4-symlink.patch')
+'fix.patch')
 sha1sums=('3e8aef059de39184be505718094e67aa0d84273e'
-  'c02432fbe0e0c600a2c422f5d2221ece73fce017'
-  '17256fde8404347043b007f736f10e8da91a4313')
+  '4dbb98bb87d7431d471b94ca3583d24805c78494')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE
@@ -26,9 +24,6 @@
   cd pykde4-${pkgver}
   # KDEBUG#312618
   patch -p1 -i ${srcdir}/fix.patch
-
-  # Fixed upstream
-  patch -p1 -i ${srcdir}/pykdeuic4-symlink.patch
   cd ../
 
   mkdir build
@@ -62,6 +57,8 @@
   # Provided by kdebindings-python-common
   rm -r ${pkgdir}/usr/share/apps/pykde4/examples
   rm -r ${pkgdir}/usr/share/sip/PyKDE4
+
+  ln -s /usr/bin/pykdeuic4-3.3 ${pkgdir}/usr/bin/pykdeuic4
 }
 
 package_kdebindings-python2() {

Modified: fix.patch
===
--- fix.patch   2013-01-07 20:22:41 UTC (rev 174841)
+++ fix.patch   2013-01-07 20:26:42 UTC (rev 174842)
@@ -1,10 +1,29 @@
 pykde4-4.9.97/CMakeLists.txt~  2013-01-04 16:49:33.259672808 +
-+++ pykde4-4.9.97/CMakeLists.txt   2013-01-04 16:52:26.535208136 +
-@@ -1,7 +1,5 @@
- project(pykde4)
+From: Luca Beltrame lbeltr...@kde.org
+Date: Mon, 07 Jan 2013 19:34:41 +
+Subject: Fix unresolved symbols appearing in PyKDE4.
+X-Git-Url: 
http://quickgit.kde.org/?p=pykde4.gita=commitdiffh=bdab774f1f0874d7f0a6e14d7885d73c8101b3e9
+---
+Fix unresolved symbols appearing in PyKDE4.
+
+Apparently the CMake policy responsible for this is getting set back
+somewhere in the build system.
+
+Reporter, please close the bug if the issue is no longer applicable. I
+can't reproduce it.
+
+CCBUG: 312618
+---
+
+
+--- a/kpythonpluginfactory/CMakeLists.txt
 b/kpythonpluginfactory/CMakeLists.txt
+@@ -4,7 +4,7 @@
+ kpythonpluginfactory.cpp)
  
--cmake_minimum_required(VERSION 2.8.6 FATAL_ERROR)
--
- # search packages used by KDE
- find_package(KDE4 4.9.4 REQUIRED)
+ GET_FILENAME_COMPONENT(LIB_PYTHON ${PYTHON_LIBRARIES} NAME)
+-ADD_DEFINITIONS(-DLIB_PYTHON=\\${LIB_PYTHON}\\)
++ADD_DEFINITIONS(-DLIB_PYTHON=${LIB_PYTHON})
+ ADD_DEFINITIONS(-DKDE_DEFAULT_DEBUG_AREA=15000)
  
+ kde4_add_plugin(kpythonpluginfactory ${kpythonpluginfactory_SRCS})
+



[arch-commits] Commit in kdebindings-python/kde-unstable (pykdeuic4-symlink.patch)

2013-01-07 Thread Andrea Scarpino
Date: Monday, January 7, 2013 @ 15:27:06
  Author: andrea
Revision: 174843

not needed

Deleted:
  kdebindings-python/kde-unstable/pykdeuic4-symlink.patch

-+
 pykdeuic4-symlink.patch |   27 ---
 1 file changed, 27 deletions(-)

Deleted: pykdeuic4-symlink.patch
===
--- pykdeuic4-symlink.patch 2013-01-07 20:26:42 UTC (rev 174842)
+++ pykdeuic4-symlink.patch 2013-01-07 20:27:06 UTC (rev 174843)
@@ -1,27 +0,0 @@
-From: Luca Beltrame lbeltr...@kde.org
-Date: Fri, 04 Jan 2013 19:31:12 +
-Subject: Use a slightly better strategy for symlinking: although the previous
-X-Git-Url: 
http://quickgit.kde.org/?p=pykde4.gita=commitdiffh=4e8ee28f3a314edef2a8489854c0ed58ac668070

-Use a slightly better strategy for symlinking: although the previous
-code working locally, distribution users had issues in it not properly
-working.
-
-Patch by Raymond Wooninck.
-
-CCMAIL: kde-packa...@kde.org

-
-
 a/tools/pykdeuic4/CMakeLists.txt
-+++ b/tools/pykdeuic4/CMakeLists.txt
-@@ -10,7 +10,7 @@
- 
- if (NOT PYKDEUIC4_ALTINSTALL)
- # Step 2: Make a the generated symlink a link to pykdeuic4
--install(CODE EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E create_symlink 
${BIN_INSTALL_DIR}/${_uic_name} ${BIN_INSTALL_DIR}/pykdeuic4) )
-+INSTALL(CODE EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} 
-DTARGET=${BIN_INSTALL_DIR}/${_uic_name} 
-DLINK_NAME=${BIN_INSTALL_DIR}/pykdeuic4 -P 
${cmake_module_dir}/create_exe_symlink.cmake) )
- endif()
- 
- unset(_uic_name)
-



[arch-commits] Commit in hdf5-cpp-fortran/trunk (PKGBUILD)

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 15:40:36
  Author: ronald
Revision: 174844

upgpkg: hdf5-cpp-fortran 1.8.10-1

upload hdf5-cpp-fortran FS#31313

Modified:
  hdf5-cpp-fortran/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 20:27:06 UTC (rev 174843)
+++ PKGBUILD2013-01-07 20:40:36 UTC (rev 174844)
@@ -12,10 +12,10 @@
 pkgdesc=General purpose library and file format for storing scientific data
 url=http://www.hdfgroup.org/HDF5/;
 license=('custom')
-depends=('zlib' 'sh')
+depends=('zlib' 'sh' 'gcc-libs')
 makedepends=('time' 'gcc-fortran')
-conflicts='hdf5'
-provides='hdf5'
+conflicts=('hdf5')
+provides=('hdf5')
 
source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
 options=('!libtool')
 sha1sums=('867a91b75ee0bbd1f1b13aecd52e883be1507a2c')



[arch-commits] Commit in hdf5-cpp-fortran/repos (4 files)

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 15:41:14
  Author: ronald
Revision: 174845

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

Added:
  hdf5-cpp-fortran/repos/extra-i686/
  hdf5-cpp-fortran/repos/extra-i686/PKGBUILD
(from rev 174844, hdf5-cpp-fortran/trunk/PKGBUILD)
  hdf5-cpp-fortran/repos/extra-x86_64/
  hdf5-cpp-fortran/repos/extra-x86_64/PKGBUILD
(from rev 174844, hdf5-cpp-fortran/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   49 
 extra-x86_64/PKGBUILD |   49 
 2 files changed, 98 insertions(+)

Copied: hdf5-cpp-fortran/repos/extra-i686/PKGBUILD (from rev 174844, 
hdf5-cpp-fortran/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 20:41:14 UTC (rev 174845)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 174838 2013-01-07 19:57:53Z ronald $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: damir da...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=hdf5-cpp-fortran
+_pkgname=hdf5
+pkgver=1.8.10
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=General purpose library and file format for storing scientific data
+url=http://www.hdfgroup.org/HDF5/;
+license=('custom')
+depends=('zlib' 'sh' 'gcc-libs')
+makedepends=('time' 'gcc-fortran')
+conflicts=('hdf5')
+provides=('hdf5')
+source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
+options=('!libtool')
+sha1sums=('867a91b75ee0bbd1f1b13aecd52e883be1507a2c')
+
+build() {
+  cd $srcdir/${_pkgname}-${pkgver/_/-}
+  export CFLAGS=${CFLAGS/O2/O0}
+  export CXXFLAGS=${CFLAGS}
+  ./configure --prefix=/usr --disable-static \
+--enable-hl \
+--enable-cxx \
+--enable-fortran \
+--enable-linux-lfs \
+--enable-production \
+--with-pic \
+--docdir=/usr/share/doc/hdf5/ \
+--with-pthread=/usr/lib/ \
+--disable-sharedlib-rpath
+  make
+}
+
+package() {
+  cd $srcdir/${_pkgname}-${pkgver/_/-}
+
+  make -j1 DESTDIR=${pkgdir} install
+
+  install -d -m755 $pkgdir/usr/share/licenses/${pkgname}
+  install -m644 $srcdir/${_pkgname}-${pkgver/_/-}/COPYING \
+  $pkgdir/usr/share/licenses/${pkgname}/LICENSE 
+}
+

Copied: hdf5-cpp-fortran/repos/extra-x86_64/PKGBUILD (from rev 174844, 
hdf5-cpp-fortran/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-07 20:41:14 UTC (rev 174845)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 174838 2013-01-07 19:57:53Z ronald $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: damir da...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=hdf5-cpp-fortran
+_pkgname=hdf5
+pkgver=1.8.10
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=General purpose library and file format for storing scientific data
+url=http://www.hdfgroup.org/HDF5/;
+license=('custom')
+depends=('zlib' 'sh' 'gcc-libs')
+makedepends=('time' 'gcc-fortran')
+conflicts=('hdf5')
+provides=('hdf5')
+source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
+options=('!libtool')
+sha1sums=('867a91b75ee0bbd1f1b13aecd52e883be1507a2c')
+
+build() {
+  cd $srcdir/${_pkgname}-${pkgver/_/-}
+  export CFLAGS=${CFLAGS/O2/O0}
+  export CXXFLAGS=${CFLAGS}
+  ./configure --prefix=/usr --disable-static \
+--enable-hl \
+--enable-cxx \
+--enable-fortran \
+--enable-linux-lfs \
+--enable-production \
+--with-pic \
+--docdir=/usr/share/doc/hdf5/ \
+--with-pthread=/usr/lib/ \
+--disable-sharedlib-rpath
+  make
+}
+
+package() {
+  cd $srcdir/${_pkgname}-${pkgver/_/-}
+
+  make -j1 DESTDIR=${pkgdir} install
+
+  install -d -m755 $pkgdir/usr/share/licenses/${pkgname}
+  install -m644 $srcdir/${_pkgname}-${pkgver/_/-}/COPYING \
+  $pkgdir/usr/share/licenses/${pkgname}/LICENSE 
+}
+



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 15:55:56
  Author: ronald
Revision: 174846

upgpkg: hdf5-openmpi 1.8.10-1

add hdf5 openmpi version FS#28581

Modified:
  hdf5-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 20:41:14 UTC (rev 174845)
+++ PKGBUILD2013-01-07 20:55:56 UTC (rev 174846)
@@ -17,7 +17,7 @@
 depends=('zlib' 'sh' 'openmpi')
 makedepends=('time')
 provides=('hdf5')
-conficts=('hdf5')
+conflicts=('hdf5')
 
source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
 options=('!libtool')
 sha1sums=('867a91b75ee0bbd1f1b13aecd52e883be1507a2c')
@@ -57,8 +57,8 @@
   install -d -m755 $pkgdir/usr/share/$_pkgname
   mv $pkgdir/usr/share/{hdf5_examples,$_pkgname/examples}
 
-  install -d -m755 $pkgdir/usr/share/licenses/${_pkgname}
+  install -d -m755 $pkgdir/usr/share/licenses/${pkgname}
   install -m644 $srcdir/${_pkgname}-${pkgver/_/-}/COPYING \
-  $pkgdir/usr/share/licenses/${_pkgname}/LICENSE 
+  $pkgdir/usr/share/licenses/${pkgname}/LICENSE 
 }
 



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 15:56:32
  Author: ronald
Revision: 174847

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

Added:
  hdf5-openmpi/repos/extra-i686/
  hdf5-openmpi/repos/extra-i686/PKGBUILD
(from rev 174846, hdf5-openmpi/trunk/PKGBUILD)
  hdf5-openmpi/repos/extra-x86_64/
  hdf5-openmpi/repos/extra-x86_64/PKGBUILD
(from rev 174846, hdf5-openmpi/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   64 
 extra-x86_64/PKGBUILD |   64 
 2 files changed, 128 insertions(+)

Copied: hdf5-openmpi/repos/extra-i686/PKGBUILD (from rev 174846, 
hdf5-openmpi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 20:56:32 UTC (rev 174847)
@@ -0,0 +1,64 @@
+# $Id: PKGBUILD 147983 2012-01-29 11:26:22Z ronald $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: damir da...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+# Contributor: Jed Brown j...@59a2.org
+# Contributor: Simone Pezzuto junki@gmail.com
+
+pkgname=hdf5-openmpi
+_pkgname=hdf5
+pkgver=1.8.10
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=General purpose library and file format for storing scientific data 
(OpenMPI version)
+url=http://www.hdfgroup.org/HDF5/;
+license=('custom')
+depends=('zlib' 'sh' 'openmpi')
+makedepends=('time')
+provides=('hdf5')
+conflicts=('hdf5')
+source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
+options=('!libtool')
+sha1sums=('867a91b75ee0bbd1f1b13aecd52e883be1507a2c')
+
+build() {
+  cd $srcdir/${_pkgname}-${pkgver/_/-}
+  export CFLAGS=${CFLAGS/O2/O0}
+  export CXXFLAGS=${CFLAGS}
+  ./configure \
+CXX=mpicxx \
+CC=mpicc \
+FC=mpif90 \
+F9X=mpif90 \
+RUNPARALLEL=mpirun \
+OMPI_MCA_disable_memory_allocator=1 \
+--prefix=/usr \
+--with-pthread=/usr/lib/ \
+--enable-linux-lfs \
+--enable-unsupported \
+--enable-shared \
+--disable-static \
+--enable-production=yes \
+--with-zlib \
+--with-default-api-version=v18 \
+--enable-parallel=yes \
+--enable-cxx \
+--disable-sharedlib-rpath
+
+  make
+}
+
+package() {
+  cd $srcdir/${_pkgname}-${pkgver/_/-}
+
+  make -j1 DESTDIR=${pkgdir} install
+
+  install -d -m755 $pkgdir/usr/share/$_pkgname
+  mv $pkgdir/usr/share/{hdf5_examples,$_pkgname/examples}
+
+  install -d -m755 $pkgdir/usr/share/licenses/${pkgname}
+  install -m644 $srcdir/${_pkgname}-${pkgver/_/-}/COPYING \
+  $pkgdir/usr/share/licenses/${pkgname}/LICENSE 
+}
+

Copied: hdf5-openmpi/repos/extra-x86_64/PKGBUILD (from rev 174846, 
hdf5-openmpi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-07 20:56:32 UTC (rev 174847)
@@ -0,0 +1,64 @@
+# $Id: PKGBUILD 147983 2012-01-29 11:26:22Z ronald $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: damir da...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+# Contributor: Jed Brown j...@59a2.org
+# Contributor: Simone Pezzuto junki@gmail.com
+
+pkgname=hdf5-openmpi
+_pkgname=hdf5
+pkgver=1.8.10
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=General purpose library and file format for storing scientific data 
(OpenMPI version)
+url=http://www.hdfgroup.org/HDF5/;
+license=('custom')
+depends=('zlib' 'sh' 'openmpi')
+makedepends=('time')
+provides=('hdf5')
+conflicts=('hdf5')
+source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
+options=('!libtool')
+sha1sums=('867a91b75ee0bbd1f1b13aecd52e883be1507a2c')
+
+build() {
+  cd $srcdir/${_pkgname}-${pkgver/_/-}
+  export CFLAGS=${CFLAGS/O2/O0}
+  export CXXFLAGS=${CFLAGS}
+  ./configure \
+CXX=mpicxx \
+CC=mpicc \
+FC=mpif90 \
+F9X=mpif90 \
+RUNPARALLEL=mpirun \
+OMPI_MCA_disable_memory_allocator=1 \
+--prefix=/usr \
+--with-pthread=/usr/lib/ \
+--enable-linux-lfs \
+--enable-unsupported \
+--enable-shared \
+--disable-static \
+--enable-production=yes \
+--with-zlib \
+--with-default-api-version=v18 \
+--enable-parallel=yes \
+--enable-cxx \
+--disable-sharedlib-rpath
+
+  make
+}
+
+package() {
+  cd $srcdir/${_pkgname}-${pkgver/_/-}
+
+  make -j1 DESTDIR=${pkgdir} install
+
+  install -d -m755 $pkgdir/usr/share/$_pkgname
+  mv $pkgdir/usr/share/{hdf5_examples,$_pkgname/examples}
+
+  install -d -m755 $pkgdir/usr/share/licenses/${pkgname}
+  install -m644 $srcdir/${_pkgname}-${pkgver/_/-}/COPYING \
+  $pkgdir/usr/share/licenses/${pkgname}/LICENSE 
+}
+



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 16:43:38
  Author: ronald
Revision: 174848

upgpkg: evas_generic_loaders 1.7.5-2

poppler 0.22 rebuild

Modified:
  evas_generic_loaders/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 20:56:32 UTC (rev 174847)
+++ PKGBUILD2013-01-07 21:43:38 UTC (rev 174848)
@@ -4,7 +4,7 @@
 
 pkgname=evas_generic_loaders
 pkgver=1.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Additional generic loaders for Evas
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;



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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 16:45:18
  Author: ronald
Revision: 174849

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

Added:
  evas_generic_loaders/repos/staging-i686/PKGBUILD
(from rev 174848, evas_generic_loaders/trunk/PKGBUILD)
  evas_generic_loaders/repos/staging-x86_64/PKGBUILD
(from rev 174848, evas_generic_loaders/trunk/PKGBUILD)
Deleted:
  evas_generic_loaders/repos/staging-i686/PKGBUILD
  evas_generic_loaders/repos/staging-x86_64/PKGBUILD

-+
 staging-i686/PKGBUILD   |   86 +++---
 staging-x86_64/PKGBUILD |   86 +++---
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-01-07 21:43:38 UTC (rev 174848)
+++ staging-i686/PKGBUILD   2013-01-07 21:45:18 UTC (rev 174849)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=evas_generic_loaders
-pkgver=1.7.4
-pkgrel=2
-pkgdesc=Additional generic loaders for Evas
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('librsvg' 'gstreamer0.10' 'poppler=0.22.0' 'libraw' 'libspectre' 
'eina')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('e40a1976374448c6918378130b0efacb3358b1f5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/evas \
---enable-poppler \
---enable-spectre \
---enable-libraw \
---enable-svg \
---enable-gstreamer \
---disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: evas_generic_loaders/repos/staging-i686/PKGBUILD (from rev 174848, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-07 21:45:18 UTC (rev 174849)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas_generic_loaders
+pkgver=1.7.5
+pkgrel=2
+pkgdesc=Additional generic loaders for Evas
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('0c9cac308b5ce133eb5e5065f9a47cb4fb7660aa')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2013-01-07 21:43:38 UTC (rev 174848)
+++ staging-x86_64/PKGBUILD 2013-01-07 21:45:18 UTC (rev 174849)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=evas_generic_loaders
-pkgver=1.7.4
-pkgrel=2
-pkgdesc=Additional generic loaders for Evas
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('librsvg' 'gstreamer0.10' 'poppler=0.22.0' 'libraw' 'libspectre' 
'eina')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('e40a1976374448c6918378130b0efacb3358b1f5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export 

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

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 16:57:19
  Author: ronald
Revision: 174850

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

Added:
  dhcpcd/repos/core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 174849, 
dhcpcd/repos/testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/core-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 174849, 
dhcpcd/repos/testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/core-i686/PKGBUILD
(from rev 174849, dhcpcd/repos/testing-i686/PKGBUILD)
  dhcpcd/repos/core-i686/dhcpcd.conf.d
(from rev 174849, dhcpcd/repos/testing-i686/dhcpcd.conf.d)
  dhcpcd/repos/core-i686/dhcpcd.service
(from rev 174849, dhcpcd/repos/testing-i686/dhcpcd.service)
  dhcpcd/repos/core-i686/dhcpcd_.service
(from rev 174849, dhcpcd/repos/testing-i686/dhcpcd_.service)
  dhcpcd/repos/core-i686/remove_ifconfig.patch
(from rev 174849, dhcpcd/repos/testing-i686/remove_ifconfig.patch)
  dhcpcd/repos/core-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 174849, 
dhcpcd/repos/testing-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/core-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 174849, 
dhcpcd/repos/testing-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/core-x86_64/PKGBUILD
(from rev 174849, dhcpcd/repos/testing-x86_64/PKGBUILD)
  dhcpcd/repos/core-x86_64/dhcpcd.conf.d
(from rev 174849, dhcpcd/repos/testing-x86_64/dhcpcd.conf.d)
  dhcpcd/repos/core-x86_64/dhcpcd.service
(from rev 174849, dhcpcd/repos/testing-x86_64/dhcpcd.service)
  dhcpcd/repos/core-x86_64/dhcpcd_.service
(from rev 174849, dhcpcd/repos/testing-x86_64/dhcpcd_.service)
  dhcpcd/repos/core-x86_64/remove_ifconfig.patch
(from rev 174849, dhcpcd/repos/testing-x86_64/remove_ifconfig.patch)
Deleted:
  dhcpcd/repos/core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
  dhcpcd/repos/core-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch
  dhcpcd/repos/core-i686/PKGBUILD
  dhcpcd/repos/core-i686/dhcpcd.conf.d
  dhcpcd/repos/core-i686/dhcpcd.service
  dhcpcd/repos/core-i686/dhcpcd_.service
  dhcpcd/repos/core-i686/remove_ifconfig.patch
  dhcpcd/repos/core-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch
  dhcpcd/repos/core-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch
  dhcpcd/repos/core-x86_64/PKGBUILD
  dhcpcd/repos/core-x86_64/dhcpcd.conf.d
  dhcpcd/repos/core-x86_64/dhcpcd.service
  dhcpcd/repos/core-x86_64/dhcpcd_.service
  dhcpcd/repos/core-x86_64/remove_ifconfig.patch
  dhcpcd/repos/testing-i686/
  dhcpcd/repos/testing-x86_64/

---+
 core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch   |   66 ++---
 core-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch   |  122 
+-
 core-i686/PKGBUILD|  114 
-
 core-i686/dhcpcd.conf.d   |   12 
 core-i686/dhcpcd.service  |   26 +-
 core-i686/dhcpcd_.service |   30 +-
 core-i686/remove_ifconfig.patch   |   40 +--
 core-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch |   66 ++---
 core-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch |  122 
+-
 core-x86_64/PKGBUILD  |  114 
-
 core-x86_64/dhcpcd.conf.d |   12 
 core-x86_64/dhcpcd.service|   26 +-
 core-x86_64/dhcpcd_.service   |   30 +-
 core-x86_64/remove_ifconfig.patch |   40 +--
 14 files changed, 410 insertions(+), 410 deletions(-)

Deleted: core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
===
--- core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch 
2013-01-07 21:45:18 UTC (rev 174849)
+++ core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch 
2013-01-07 21:57:19 UTC (rev 174850)
@@ -1,33 +0,0 @@
-From d345b36b483fec8fb2def5f3acdc2d3c5faa94eb Mon Sep 17 00:00:00 2001
-From: Dan McGee d...@archlinux.org
-Date: Sun, 19 Jun 2011 16:04:25 -0500
-Subject: [PATCH] Set hostname via /proc if file is available
-
-On Linux, the hostname can be set via this file if available, precluding
-the need for a `hostname` binary.
-
-Signed-off-by: Dan McGee d...@archlinux.org

- dhcpcd-hooks/30-hostname |6 +-
- 1 files changed, 5 insertions(+), 1 deletions(-)
-
-diff --git a/dhcpcd-hooks/30-hostname b/dhcpcd-hooks/30-hostname
-index 65d1a13..af94262 100644
 a/dhcpcd-hooks/30-hostname
-+++ b/dhcpcd-hooks/30-hostname
-@@ -21,7 +21,11 @@ 

[arch-commits] Commit in iptables/repos (66 files)

2013-01-07 Thread Ronald van Haren
Date: Monday, January 7, 2013 @ 16:57:24
  Author: ronald
Revision: 174851

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

Added:
  iptables/repos/core-i686/0503-extension_cppflags.patch
(from rev 174849, iptables/repos/testing-i686/0503-extension_cppflags.patch)
  iptables/repos/core-i686/PKGBUILD
(from rev 174849, iptables/repos/testing-i686/PKGBUILD)
  iptables/repos/core-i686/empty-filter.rules
(from rev 174849, iptables/repos/testing-i686/empty-filter.rules)
  iptables/repos/core-i686/empty-mangle.rules
(from rev 174849, iptables/repos/testing-i686/empty-mangle.rules)
  iptables/repos/core-i686/empty-nat.rules
(from rev 174849, iptables/repos/testing-i686/empty-nat.rules)
  iptables/repos/core-i686/empty-raw.rules
(from rev 174849, iptables/repos/testing-i686/empty-raw.rules)
  iptables/repos/core-i686/empty-security.rules
(from rev 174849, iptables/repos/testing-i686/empty-security.rules)
  iptables/repos/core-i686/empty.rules
(from rev 174849, iptables/repos/testing-i686/empty.rules)
  iptables/repos/core-i686/ip6tables
(from rev 174849, iptables/repos/testing-i686/ip6tables)
  iptables/repos/core-i686/ip6tables.service
(from rev 174849, iptables/repos/testing-i686/ip6tables.service)
  iptables/repos/core-i686/iptables
(from rev 174849, iptables/repos/testing-i686/iptables)
  iptables/repos/core-i686/iptables-1.4.12-fixresore.patch
(from rev 174849, 
iptables/repos/testing-i686/iptables-1.4.12-fixresore.patch)
  iptables/repos/core-i686/iptables-flush
(from rev 174849, iptables/repos/testing-i686/iptables-flush)
  iptables/repos/core-i686/iptables.conf.d
(from rev 174849, iptables/repos/testing-i686/iptables.conf.d)
  iptables/repos/core-i686/iptables.service
(from rev 174849, iptables/repos/testing-i686/iptables.service)
  iptables/repos/core-i686/simple_firewall.rules
(from rev 174849, iptables/repos/testing-i686/simple_firewall.rules)
  iptables/repos/core-x86_64/0503-extension_cppflags.patch
(from rev 174849, 
iptables/repos/testing-x86_64/0503-extension_cppflags.patch)
  iptables/repos/core-x86_64/PKGBUILD
(from rev 174849, iptables/repos/testing-x86_64/PKGBUILD)
  iptables/repos/core-x86_64/empty-filter.rules
(from rev 174849, iptables/repos/testing-x86_64/empty-filter.rules)
  iptables/repos/core-x86_64/empty-mangle.rules
(from rev 174849, iptables/repos/testing-x86_64/empty-mangle.rules)
  iptables/repos/core-x86_64/empty-nat.rules
(from rev 174849, iptables/repos/testing-x86_64/empty-nat.rules)
  iptables/repos/core-x86_64/empty-raw.rules
(from rev 174849, iptables/repos/testing-x86_64/empty-raw.rules)
  iptables/repos/core-x86_64/empty-security.rules
(from rev 174849, iptables/repos/testing-x86_64/empty-security.rules)
  iptables/repos/core-x86_64/empty.rules
(from rev 174849, iptables/repos/testing-x86_64/empty.rules)
  iptables/repos/core-x86_64/ip6tables
(from rev 174849, iptables/repos/testing-x86_64/ip6tables)
  iptables/repos/core-x86_64/ip6tables.service
(from rev 174849, iptables/repos/testing-x86_64/ip6tables.service)
  iptables/repos/core-x86_64/iptables
(from rev 174849, iptables/repos/testing-x86_64/iptables)
  iptables/repos/core-x86_64/iptables-1.4.12-fixresore.patch
(from rev 174849, 
iptables/repos/testing-x86_64/iptables-1.4.12-fixresore.patch)
  iptables/repos/core-x86_64/iptables-flush
(from rev 174849, iptables/repos/testing-x86_64/iptables-flush)
  iptables/repos/core-x86_64/iptables.conf.d
(from rev 174849, iptables/repos/testing-x86_64/iptables.conf.d)
  iptables/repos/core-x86_64/iptables.service
(from rev 174849, iptables/repos/testing-x86_64/iptables.service)
  iptables/repos/core-x86_64/simple_firewall.rules
(from rev 174849, iptables/repos/testing-x86_64/simple_firewall.rules)
Deleted:
  iptables/repos/core-i686/0503-extension_cppflags.patch
  iptables/repos/core-i686/PKGBUILD
  iptables/repos/core-i686/empty-filter.rules
  iptables/repos/core-i686/empty-mangle.rules
  iptables/repos/core-i686/empty-nat.rules
  iptables/repos/core-i686/empty-raw.rules
  iptables/repos/core-i686/empty-security.rules
  iptables/repos/core-i686/empty.rules
  iptables/repos/core-i686/ip6tables
  iptables/repos/core-i686/ip6tables.service
  iptables/repos/core-i686/iptables
  iptables/repos/core-i686/iptables-1.4.12-fixresore.patch
  iptables/repos/core-i686/iptables-flush
  iptables/repos/core-i686/iptables.conf.d
  iptables/repos/core-i686/iptables.service
  iptables/repos/core-i686/simple_firewall.rules
  iptables/repos/core-x86_64/0503-extension_cppflags.patch
  iptables/repos/core-x86_64/PKGBUILD
  iptables/repos/core-x86_64/empty-filter.rules
  iptables/repos/core-x86_64/empty-mangle.rules
  iptables/repos/core-x86_64/empty-nat.rules
  iptables/repos/core-x86_64/empty-raw.rules
  iptables/repos/core-x86_64/empty-security.rules
  iptables/repos/core-x86_64/empty.rules
  iptables/repos/core-x86_64/ip6tables
  

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

2013-01-07 Thread Giovanni Scafora
Date: Monday, January 7, 2013 @ 20:14:36
  Author: giovanni
Revision: 174852

upgpkg: ode 0.12-4

Fixed FS32758 - Added missing licenses

Modified:
  ode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-07 21:57:24 UTC (rev 174851)
+++ PKGBUILD2013-01-08 01:14:36 UTC (rev 174852)
@@ -4,7 +4,7 @@
 
 pkgname=ode
 pkgver=0.12
-pkgrel=3
+pkgrel=4
 pkgdesc=An open source, high performance library for simulating rigid body 
dynamics
 arch=('i686' 'x86_64')
 url=http://www.ode.org;
@@ -30,5 +30,9 @@
   make DESTDIR=${pkgdir}/ install
 
   install -Dm0644 ${srcdir}/${pkgname}-${pkgver}/ou/LICENSE-BSD.TXT \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-BSD.TXT
+  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-BSD.TXT
+  install -Dm0644 
${srcdir}/${pkgname}-${pkgver}/GIMPACT/GIMPACT-LICENSE-BSD.TXT \
+  
${pkgdir}/usr/share/licenses/${pkgname}/GIMPACT-LICENSE-BSD.TXT
+  install -Dm0644 ${srcdir}/${pkgname}-${pkgver}/libccd/BSD-LICENSE \
+  ${pkgdir}/usr/share/licenses/${pkgname}/BSD-LICENSE
 }



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

2013-01-07 Thread Giovanni Scafora
Date: Monday, January 7, 2013 @ 20:15:06
  Author: giovanni
Revision: 174853

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-08 01:14:36 UTC (rev 174852)
+++ extra-i686/PKGBUILD 2013-01-08 01:15:06 UTC (rev 174853)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Adam Griffiths adam_griffithsAATTdart.net.au
-
-pkgname=ode
-pkgver=0.12
-pkgrel=3
-pkgdesc=An open source, high performance library for simulating rigid body 
dynamics
-arch=('i686' 'x86_64')
-url=http://www.ode.org;
-license=('LGPL' 'BSD')
-depends=('gcc-libs' 'bash')
-source=(http://downloads.sourceforge.net/sourceforge/opende/${pkgname}-${pkgver}.tar.bz2;)
-options=('!libtool')
-md5sums=('48fdd41fae1a7e7831feeded09826599')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --enable-shared \
-  --enable-libccd \
-  --enable-double-precision
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm0644 ${srcdir}/${pkgname}-${pkgver}/ou/LICENSE-BSD.TXT \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-BSD.TXT
-}

Copied: ode/repos/extra-i686/PKGBUILD (from rev 174852, ode/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-08 01:15:06 UTC (rev 174853)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Adam Griffiths adam_griffithsAATTdart.net.au
+
+pkgname=ode
+pkgver=0.12
+pkgrel=4
+pkgdesc=An open source, high performance library for simulating rigid body 
dynamics
+arch=('i686' 'x86_64')
+url=http://www.ode.org;
+license=('LGPL' 'BSD')
+depends=('gcc-libs' 'bash')
+source=(http://downloads.sourceforge.net/sourceforge/opende/${pkgname}-${pkgver}.tar.bz2;)
+options=('!libtool')
+md5sums=('48fdd41fae1a7e7831feeded09826599')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --enable-libccd \
+  --enable-double-precision
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm0644 ${srcdir}/${pkgname}-${pkgver}/ou/LICENSE-BSD.TXT \
+  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-BSD.TXT
+  install -Dm0644 
${srcdir}/${pkgname}-${pkgver}/GIMPACT/GIMPACT-LICENSE-BSD.TXT \
+  
${pkgdir}/usr/share/licenses/${pkgname}/GIMPACT-LICENSE-BSD.TXT
+  install -Dm0644 ${srcdir}/${pkgname}-${pkgver}/libccd/BSD-LICENSE \
+  ${pkgdir}/usr/share/licenses/${pkgname}/BSD-LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-08 01:14:36 UTC (rev 174852)
+++ extra-x86_64/PKGBUILD   2013-01-08 01:15:06 UTC (rev 174853)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Adam Griffiths adam_griffithsAATTdart.net.au
-
-pkgname=ode
-pkgver=0.12
-pkgrel=3
-pkgdesc=An open source, high performance library for simulating rigid body 
dynamics
-arch=('i686' 'x86_64')
-url=http://www.ode.org;
-license=('LGPL' 'BSD')
-depends=('gcc-libs' 'bash')
-source=(http://downloads.sourceforge.net/sourceforge/opende/${pkgname}-${pkgver}.tar.bz2;)
-options=('!libtool')
-md5sums=('48fdd41fae1a7e7831feeded09826599')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --enable-shared \
-  --enable-libccd \
-  --enable-double-precision
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm0644 ${srcdir}/${pkgname}-${pkgver}/ou/LICENSE-BSD.TXT \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-BSD.TXT
-}

Copied: ode/repos/extra-x86_64/PKGBUILD (from rev 174852, ode/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-08 01:15:06 UTC (rev 174853)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Adam Griffiths adam_griffithsAATTdart.net.au
+
+pkgname=ode
+pkgver=0.12
+pkgrel=4
+pkgdesc=An open source, high 

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

2013-01-07 Thread Eric Bélanger
Date: Monday, January 7, 2013 @ 21:34:46
  Author: eric
Revision: 174854

upgpkg: libtorrent-rasterbar 1:0.16.6-1

Upstream update, Fix license

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-08 01:15:06 UTC (rev 174853)
+++ PKGBUILD2013-01-08 02:34:46 UTC (rev 174854)
@@ -3,18 +3,18 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.5
+pkgver=0.16.6
 pkgrel=1
 epoch=1
 pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
 url=http://www.rasterbar.com/products/libtorrent/;
 arch=('i686' 'x86_64')
-license=('custom')
+license=('BSD')
 depends=('boost-libs' 'geoip' 'python2')
 makedepends=('boost')
 options=('!libtool' '!emptydirs')
 source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('dde29c7a51392d9098de23e2e69a993a5c380016')
+sha1sums=('baf95f53be99a90c4bb1488a72e9d625684bbbd2')
 
 build() {
   cd $pkgname-$pkgver



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

2013-01-07 Thread Eric Bélanger
Date: Monday, January 7, 2013 @ 21:35:28
  Author: eric
Revision: 174855

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

Added:
  libtorrent-rasterbar/repos/staging-i686/
  libtorrent-rasterbar/repos/staging-i686/PKGBUILD
(from rev 174854, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/staging-x86_64/
  libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD
(from rev 174854, libtorrent-rasterbar/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libtorrent-rasterbar/repos/staging-i686/PKGBUILD (from rev 174854, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-08 02:35:28 UTC (rev 174855)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.6
+pkgrel=1
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('baf95f53be99a90c4bb1488a72e9d625684bbbd2')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD (from rev 174854, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-01-08 02:35:28 UTC (rev 174855)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.6
+pkgrel=1
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('baf95f53be99a90c4bb1488a72e9d625684bbbd2')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2013-01-07 Thread Eric Bélanger
Date: Monday, January 7, 2013 @ 21:53:39
  Author: eric
Revision: 174856

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

Added:
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-i686/PKGBUILD
(from rev 174855, libtorrent-rasterbar/repos/staging-i686/PKGBUILD)
  libtorrent-rasterbar/repos/testing-x86_64/
  libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD
(from rev 174855, libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/staging-i686/
  libtorrent-rasterbar/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libtorrent-rasterbar/repos/testing-i686/PKGBUILD (from rev 174855, 
libtorrent-rasterbar/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-08 02:53:39 UTC (rev 174856)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.6
+pkgrel=1
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('baf95f53be99a90c4bb1488a72e9d625684bbbd2')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD (from rev 174855, 
libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-08 02:53:39 UTC (rev 174856)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.6
+pkgrel=1
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('baf95f53be99a90c4bb1488a72e9d625684bbbd2')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2013-01-07 Thread Dave Reisner
Date: Monday, January 7, 2013 @ 21:59:16
  Author: dreisner
Revision: 174857

upgpkg: systemd 197-1

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

-+
 PKGBUILD|   30 --
 systemd.install |   34 +++---
 2 files changed, 39 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-08 02:53:39 UTC (rev 174856)
+++ PKGBUILD2013-01-08 02:59:16 UTC (rev 174857)
@@ -3,8 +3,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-sysvcompat')
-pkgver=196
-pkgrel=2
+pkgver=197
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 license=('GPL2' 'LGPL2.1' 'MIT')
@@ -17,7 +17,7 @@
 'initcpio-install-udev'
 'initcpio-install-timestamp'
 'use-split-usr-path.patch')
-md5sums=('05ebd7f108e420e2b4e4810ea4b3c810'
+md5sums=('56a860dceadfafe59f40141eb5223743'
  'e99e9189aa2f6084ac28b8ddf605aeb8'
  'fb37e34ea006c79be1c54cbb0f803414'
  'df69615503ad293c9ddf9d8b7755282d'
@@ -30,15 +30,19 @@
   patch -Np1 $srcdir/use-split-usr-path.patch
 
   ./configure \
+  PYTHON=python2 \
+  PYTHON_CONFIG=python2-config \
   --libexecdir=/usr/lib \
   --localstatedir=/var \
   --sysconfdir=/etc \
   --enable-introspection \
   --enable-gtk-doc \
   --disable-audit \
-  --disable-ima \
-  --with-distro=arch
+  --disable-ima
 
+  # can't use py3k yet with systemd-analyze -- the 'plot' verb will not work.
+  # https://pokersource.info/show_bug.cgi?id=50989
+
   make
 }
 
@@ -50,9 +54,9 @@
   pkgdesc=system and service manager
   depends=('acl' 'bash' 'dbus-core' 'glib2' 'kbd' 'kmod' 'hwids' 'libcap' 
'libgcrypt'
'pam' 'util-linux' 'xz')
-  provides=(libsystemd=$pkgver systemd-tools=$pkgver udev=$pkgver)
-  replaces=('libsystemd' 'systemd-tools' 'udev')
-  conflicts=('libsystemd' 'systemd-tools' 'udev')
+  provides=(libsystemd=$pkgver 'nss-myhostname' systemd-tools=$pkgver 
udev=$pkgver)
+  replaces=('libsystemd' 'nss-myhostname' 'systemd-tools' 'udev')
+  conflicts=('libsystemd' 'nss-myhostname' 'systemd-tools' 'udev')
   optdepends=('cryptsetup: required for encrypted block devices'
   'libmicrohttpd: systemd-journal-gatewayd'
   'quota-tools: kernel-level quota management'
@@ -87,12 +91,6 @@
   done
   rm -rf $pkgdir/etc/bash_completion.d
 
-  # zsh completion isn't installed as part of 196
-  # http://i.imgur.com/hMJgX.jpg
-  # TODO(dreisner): remove this for 197
-  install -Dm644 
$pkgname-$pkgver/shell-completion/systemd-zsh-completion.zsh \
-  $pkgdir/usr/share/zsh/site-functions/_systemd
-
   # don't write units to /etc by default -- we'll enable this on post_install
   # as a sane default
   rm $pkgdir/etc/systemd/system/getty.target.wants/getty@tty1.service
@@ -101,10 +99,6 @@
   # get rid of RPM macros
   rm -r $pkgdir/etc/rpm
 
-  # can't use py3k yet with systemd-analyze -- the 'plot' verb will not work.
-  # https://pokersource.info/show_bug.cgi?id=50989
-  sed -i '1s/python$/python2/' $pkgdir/usr/bin/systemd-analyze
-
   # the path to udevadm is hardcoded in some places
   install -d $pkgdir/sbin
   ln -s ../usr/bin/udevadm $pkgdir/sbin/udevadm

Modified: systemd.install
===
--- systemd.install 2013-01-08 02:53:39 UTC (rev 174856)
+++ systemd.install 2013-01-08 02:59:16 UTC (rev 174857)
@@ -24,14 +24,28 @@
   fi
 }
 
+mask_net_naming() {
+  if [ ! -e etc/udev/rules.d/80-net-name-slot.rules ]; then
+printf etc/udev/rules.d/80-net-name-slot.rules '# %s\n' \
+  This file masks persistent renaming rules for network devices. If you \
+  delete this file, /usr/lib/udev/rules.d/80-net-name-slot.rules may \
+  rename network devices according to ID_NET_NAME_{ONBOARD,SLOT,PATH} \
+  properties of your network devices, with priority in that order. See \
+  the output of 'udevadm test-builtin /sys/class/net/\$interface' for \
+  details on what that new name might be. \
+   \
+  
http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames;
+  fi
+}
+
 post_install() {
   post_common
 
   # enable getty@tty1 by default, but don't track the file
   systemctl enable getty@.service
 
-  echo :: Append 'init=/bin/systemd' to your kernel command line in your
-  echobootloader to replace sysvinit with systemd
+  echo :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line 
in your
+  echobootloader to replace sysvinit with systemd, or install 
systemd-sysvcompat
 }
 
 post_upgrade() {
@@ -50,11 +64,6 @@
 printf 'controlled with the Storage setting in 
/etc/systemd/journald.conf\n'
   fi
 
-  if [ $(vercmp 196-1 $2) -eq 1 ]; then
-printf '== The legacy configuration options are no longer supported in 
rc.conf,\n'
-printf '

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

2013-01-07 Thread Dave Reisner
Date: Monday, January 7, 2013 @ 21:59:38
  Author: dreisner
Revision: 174858

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 174857, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 174857, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-timestamp
(from rev 174857, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 174857, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 174857, systemd/trunk/systemd.install)
  systemd/repos/testing-i686/use-split-usr-path.patch
(from rev 174857, systemd/trunk/use-split-usr-path.patch)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 174857, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 174857, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-timestamp
(from rev 174857, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 174857, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 174857, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/use-split-usr-path.patch
(from rev 174857, systemd/trunk/use-split-usr-path.patch)

---+
 testing-i686/PKGBUILD |  148 
 testing-i686/initcpio-hook-udev   |   20 +++
 testing-i686/initcpio-install-timestamp   |   14 ++
 testing-i686/initcpio-install-udev|   28 +
 testing-i686/systemd.install  |   87 
 testing-i686/use-split-usr-path.patch |   14 ++
 testing-x86_64/PKGBUILD   |  148 
 testing-x86_64/initcpio-hook-udev |   20 +++
 testing-x86_64/initcpio-install-timestamp |   14 ++
 testing-x86_64/initcpio-install-udev  |   28 +
 testing-x86_64/systemd.install|   87 
 testing-x86_64/use-split-usr-path.patch   |   14 ++
 12 files changed, 622 insertions(+)

Copied: systemd/repos/testing-i686/PKGBUILD (from rev 174857, 
systemd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-08 02:59:38 UTC (rev 174858)
@@ -0,0 +1,148 @@
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgbase=systemd
+pkgname=('systemd' 'systemd-sysvcompat')
+pkgver=197
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2' 'LGPL2.1' 'MIT')
+makedepends=('acl' 'cryptsetup' 'dbus-core' 'docbook-xsl' 
'gobject-introspection' 'gperf'
+ 'gtk-doc' 'intltool' 'kmod' 'libcap' 'libgcrypt'  'libmicrohttpd' 
'libxslt'
+ 'linux-api-headers' 'pam' 'python' 'quota-tools' 'xz')
+options=('!libtool')
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz;
+'initcpio-hook-udev'
+'initcpio-install-udev'
+'initcpio-install-timestamp'
+'use-split-usr-path.patch')
+md5sums=('56a860dceadfafe59f40141eb5223743'
+ 'e99e9189aa2f6084ac28b8ddf605aeb8'
+ 'fb37e34ea006c79be1c54cbb0f803414'
+ 'df69615503ad293c9ddf9d8b7755282d'
+ '76bf83fe34c5b40533abc5dc940576a6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # hang onto this until we do the /{,s}bin merge
+  patch -Np1 $srcdir/use-split-usr-path.patch
+
+  ./configure \
+  PYTHON=python2 \
+  PYTHON_CONFIG=python2-config \
+  --libexecdir=/usr/lib \
+  --localstatedir=/var \
+  --sysconfdir=/etc \
+  --enable-introspection \
+  --enable-gtk-doc \
+  --disable-audit \
+  --disable-ima
+
+  # can't use py3k yet with systemd-analyze -- the 'plot' verb will not work.
+  # https://pokersource.info/show_bug.cgi?id=50989
+
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package_systemd() {
+  pkgdesc=system and service manager
+  depends=('acl' 'bash' 'dbus-core' 'glib2' 'kbd' 'kmod' 'hwids' 'libcap' 
'libgcrypt'
+   'pam' 'util-linux' 'xz')
+  provides=(libsystemd=$pkgver 'nss-myhostname' systemd-tools=$pkgver 
udev=$pkgver)
+  replaces=('libsystemd' 'nss-myhostname' 'systemd-tools' 'udev')
+  conflicts=('libsystemd' 'nss-myhostname' 'systemd-tools' 'udev')
+  optdepends=('cryptsetup: required for encrypted block devices'
+  'libmicrohttpd: systemd-journal-gatewayd'
+  'quota-tools: kernel-level quota management'
+  'python: systemd library bindings'
+  'python2-cairo: systemd-analyze'
+  'python2-gobject: systemd-analyze'
+  'systemd-sysvcompat: symlink package