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

2012-11-20 Thread Ray Rashif
Date: Tuesday, November 20, 2012 @ 08:10:55
  Author: schiv
Revision: 171608

upgpkg: opencv 2.4.3-3

add opengl, opencl support
switch off SSE stuff; see FS#32661
remove unused config flags

Modified:
  opencv/trunk/PKGBUILD

--+
 PKGBUILD |   48 +---
 1 file changed, 25 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 05:26:38 UTC (rev 171607)
+++ PKGBUILD2012-11-20 13:10:55 UTC (rev 171608)
@@ -6,17 +6,19 @@
 pkgname=('opencv' 'opencv-docs' 'opencv-samples')
 _realname=OpenCV
 pkgver=2.4.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Open Source Computer Vision Library
 arch=('i686' 'x86_64')
 license=('BSD')
 url=http://opencv.org/;
 depends=('jasper' 'gstreamer0.10-base' 'intel-tbb'
- 'xine-lib' 'libdc1394' 'openexr' 'gtk2')
-makedepends=('cmake' 'python2-numpy' 'eigen2')
+ 'xine-lib' 'libdc1394' 'openexr' 'gtkglext')
+makedepends=('cmake' 'python2-numpy' 'eigen2'
+ 'libcl' 'opencl-headers' 'mesa')
 optdepends=('opencv-docs'
 'opencv-samples'
 'eigen2'
+'libcl'
 'python2-numpy: Python 2.x interface')
 
source=(http://downloads.sourceforge.net/opencvlibrary/$_realname-${pkgver}.tar.bz2;
 'pkgconfig.patch'
@@ -25,23 +27,23 @@
  'cb916260b5ec594fe7a0cc2e54fc569f'
  '35256e3ccace373feba8131d1540a0de')
 
-_cmakeopts=('-D CMAKE_BUILD_TYPE=Release'
-'-D CMAKE_INSTALL_PREFIX=/usr'
-'-D CMAKE_SKIP_RPATH=ON'
+_cmakeopts=('-D WITH_OPENCL=ON'
+'-D WITH_OPENGL=ON'
+'-D WITH_TBB=ON'
+'-D WITH_XINE=ON'
+'-D ENABLE_SSE=OFF'
+'-D ENABLE_SSE2=OFF'
+'-D ENABLE_SSE3=OFF'
+'-D BUILD_PACKAGE=OFF'
+'-D BUILD_WITH_DEBUG_INFO=OFF'
 '-D BUILD_TESTS=OFF'
+'-D BUILD_PERF_TESTS=OFF'
 '-D BUILD_EXAMPLES=ON'
 '-D INSTALL_C_EXAMPLES=ON'
 '-D INSTALL_PYTHON_EXAMPLES=ON'
-'-D WITH_XINE=ON'
-'-D WITH_QT=OFF'
-'-D WITH_QT_OPENGL=OFF'
-'-D WITH_UNICAP=OFF'
-'-D WITH_PVAPI=OFF'
-'-D WITH_OPENNI=OFF'
-'-D WITH_TBB=ON'
-'-D WITH_IPP=OFF'
-'-D WITH_CUDA=OFF'
-'-D USE_FAST_MATH=ON')
+'-D CMAKE_BUILD_TYPE=Release'
+'-D CMAKE_INSTALL_PREFIX=/usr'
+'-D CMAKE_SKIP_RPATH=ON')
 
 build() {
   cd $srcdir/$_realname-$pkgver
@@ -87,11 +89,11 @@
   cd $srcdir
 
   mkdir -p $pkgdir/usr/share/doc
-  cp -r opencv-doc $pkgdir/usr/share/doc/$pkgname
+  cp -r opencv-doc $pkgdir/usr/share/doc/opencv
 
   # install license file
-  install -Dm644 $srcdir/$_realname-$pkgver/doc/license.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  #install -Dm644 $srcdir/$_realname-$pkgver/doc/license.txt \
+  #  $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_opencv-samples() {
@@ -102,12 +104,12 @@
 
   cd $srcdir
 
-  mkdir -p $pkgdir/usr/share/$pkgname
-  cp -r opencv-samples $pkgdir/usr/share/$pkgname/samples
+  mkdir -p $pkgdir/usr/share/opencv
+  cp -r opencv-samples $pkgdir/usr/share/opencv/samples
 
   # install license file
-  install -Dm644 $srcdir/$_realname-$pkgver/doc/license.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  #install -Dm644 $srcdir/$_realname-$pkgver/doc/license.txt \
+  #  $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:



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

2012-11-20 Thread Andrea Scarpino
Date: Tuesday, November 20, 2012 @ 08:10:56
  Author: andrea
Revision: 171609

Remove deprecated entries (FS#32686)

Modified:
  qt/trunk/assistant.desktop
  qt/trunk/designer.desktop
  qt/trunk/linguist.desktop
  qt/trunk/qtconfig.desktop

---+
 assistant.desktop |1 -
 designer.desktop  |1 -
 linguist.desktop  |1 -
 qtconfig.desktop  |1 -
 4 files changed, 4 deletions(-)

Modified: assistant.desktop
===
--- assistant.desktop   2012-11-20 13:10:55 UTC (rev 171608)
+++ assistant.desktop   2012-11-20 13:10:56 UTC (rev 171609)
@@ -4,6 +4,5 @@
 Exec=/usr/bin/assistant
 Icon=assistant
 Terminal=false
-Encoding=UTF-8
 Type=Application
 Categories=Qt;Development;Documentation;

Modified: designer.desktop
===
--- designer.desktop2012-11-20 13:10:55 UTC (rev 171608)
+++ designer.desktop2012-11-20 13:10:56 UTC (rev 171609)
@@ -6,6 +6,5 @@
 Icon=designer
 MimeType=application/x-designer;
 Terminal=false
-Encoding=UTF-8
 Type=Application
 Categories=Qt;Development;

Modified: linguist.desktop
===
--- linguist.desktop2012-11-20 13:10:55 UTC (rev 171608)
+++ linguist.desktop2012-11-20 13:10:56 UTC (rev 171609)
@@ -5,6 +5,5 @@
 Icon=linguist
 MimeType=text/vnd.trolltech.linguist;application/x-linguist;
 Terminal=false
-Encoding=UTF-8
 Type=Application
 Categories=Qt;Development;

Modified: qtconfig.desktop
===
--- qtconfig.desktop2012-11-20 13:10:55 UTC (rev 171608)
+++ qtconfig.desktop2012-11-20 13:10:56 UTC (rev 171609)
@@ -4,7 +4,6 @@
 Exec=/usr/bin/qtconfig
 Icon=qtlogo
 Terminal=false
-Encoding=UTF-8
 Type=Application
 Categories=Qt;Settings;
 NoDisplay=true



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

2012-11-20 Thread Ray Rashif
Date: Tuesday, November 20, 2012 @ 08:12:19
  Author: schiv
Revision: 171611

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

Added:
  opencv/repos/extra-i686/PKGBUILD
(from rev 171609, opencv/trunk/PKGBUILD)
  opencv/repos/extra-i686/fsh.patch
(from rev 171609, opencv/trunk/fsh.patch)
  opencv/repos/extra-i686/pkgconfig.patch
(from rev 171609, opencv/trunk/pkgconfig.patch)
  opencv/repos/extra-x86_64/PKGBUILD
(from rev 171609, opencv/trunk/PKGBUILD)
  opencv/repos/extra-x86_64/fsh.patch
(from rev 171609, opencv/trunk/fsh.patch)
  opencv/repos/extra-x86_64/pkgconfig.patch
(from rev 171609, opencv/trunk/pkgconfig.patch)
Deleted:
  opencv/repos/extra-i686/PKGBUILD
  opencv/repos/extra-i686/fsh.patch
  opencv/repos/extra-i686/pkgconfig.patch
  opencv/repos/extra-x86_64/PKGBUILD
  opencv/repos/extra-x86_64/fsh.patch
  opencv/repos/extra-x86_64/pkgconfig.patch

--+
 extra-i686/PKGBUILD  |  228 -
 extra-i686/fsh.patch |  206 ++---
 extra-i686/pkgconfig.patch   |   70 ++--
 extra-x86_64/PKGBUILD|  228 -
 extra-x86_64/fsh.patch   |  206 ++---
 extra-x86_64/pkgconfig.patch |   70 ++--
 6 files changed, 506 insertions(+), 502 deletions(-)

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


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

2012-11-20 Thread Andrea Scarpino
Date: Tuesday, November 20, 2012 @ 08:12:12
  Author: andrea
Revision: 171610

Update checksums

Modified:
  qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 13:10:56 UTC (rev 171609)
+++ PKGBUILD2012-11-20 13:12:12 UTC (rev 171610)
@@ -24,10 +24,10 @@
 'fix-qtscript-crash.patch'
 'qsortfilterproxymodel.patch')
 md5sums=('a663b6c875f8d7caa8ac9c30e4a4ec3b'
- 'fc211414130ab2764132e7370f8e5caa'
- '85179f5e0437514f8639957e1d8baf62'
- 'f11852b97583610f3dbb669ebc3e21bc'
- '6b771c8a81dd90b45e8a79afa0e5bbfd'
+ 'f1837a03fd0ebbd2da58975845f278e3'
+ '480fea1ed076992b688373c8db274be0'
+ '5595c24d5bb942c21e3a4d299e6d0bf1'
+ '824a3b77a25e98567f640e0441ccdebc'
  'c439c7731c25387352d8453ca7574971'
  '57590084078b6379f0501f7728b02ae2'
  '94e9e433342018bf35e8d6d968b7432c'



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

2012-11-20 Thread Jan Steffens
Date: Tuesday, November 20, 2012 @ 09:25:08
  Author: heftig
Revision: 171612

7.28.1

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 13:12:19 UTC (rev 171611)
+++ PKGBUILD2012-11-20 14:25:08 UTC (rev 171612)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=curl
-pkgver=7.28.0
+pkgver=7.28.1
 pkgrel=1
 pkgdesc=An URL retrieval utility and library
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 options=('!libtool')
 source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
 curlbuild.h)
-md5sums=('cbdc0a79bdf6e657dd387c3d88d802e3'
- '7359e07276cdaff6317bbc39e6d5899c'
+md5sums=('252ef351c0fc307b2d8ea1ee31542072'
+ 'e3cea743ef286f5aff1f1d27137e9828'
  '751bd433ede935c8fae727377625a8ae')
 
 ptrsize=$(cpp '__SIZEOF_POINTER__' | sed '/^#/d')



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

2012-11-20 Thread Jan Steffens
Date: Tuesday, November 20, 2012 @ 09:25:40
  Author: heftig
Revision: 171613

0.6.28

Modified:
  accountsservice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 14:25:08 UTC (rev 171612)
+++ PKGBUILD2012-11-20 14:25:40 UTC (rev 171613)
@@ -2,24 +2,23 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=accountsservice
-pkgver=0.6.25
+pkgver=0.6.28
 pkgrel=1
 pkgdesc=D-Bus interface for user account query and manipulation
 arch=(i686 x86_64)
-url=http://cgit.freedesktop.org/accountsservice/;
+url=http://www.freedesktop.org/software/accountsservice/;
 license=('GPL3')
-depends=('glib2' 'polkit' 'libsystemd')
+depends=('glib2' 'polkit' 'systemd')
 makedepends=('intltool' 'gobject-introspection' 'vala')
 options=('!libtool')
-source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.xz
-more-exclusions.patch)
-md5sums=('8438df64afffa3bd065c9c3134adb1e7'
+source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch)
+md5sums=('311458f6ea444d64f298a2048bb4d8cf'
  '1d5cf127e5aac407fe7c37b2f4fd503c')
 
 build() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../more-exclusions.patch
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  ./configure --prefix=/usr --sysconfdir=/etc \
 --libexecdir=/usr/lib/accountsservice \
 --with-systemdsystemunitdir=/usr/lib/systemd/system \
 --localstatedir=/var --disable-static --enable-systemd



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

2012-11-20 Thread Jan Steffens
Date: Tuesday, November 20, 2012 @ 09:26:34
  Author: heftig
Revision: 171614

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

Added:
  curl/repos/testing-i686/
  curl/repos/testing-i686/PKGBUILD
(from rev 171613, curl/trunk/PKGBUILD)
  curl/repos/testing-i686/curlbuild.h
(from rev 171613, curl/trunk/curlbuild.h)
  curl/repos/testing-x86_64/
  curl/repos/testing-x86_64/PKGBUILD
(from rev 171613, curl/trunk/PKGBUILD)
  curl/repos/testing-x86_64/curlbuild.h
(from rev 171613, curl/trunk/curlbuild.h)

+
 testing-i686/PKGBUILD  |   64 +++
 testing-i686/curlbuild.h   |9 ++
 testing-x86_64/PKGBUILD|   64 +++
 testing-x86_64/curlbuild.h |9 ++
 4 files changed, 146 insertions(+)

Copied: curl/repos/testing-i686/PKGBUILD (from rev 171613, curl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-20 14:26:34 UTC (rev 171614)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=curl
+pkgver=7.28.1
+pkgrel=1
+pkgdesc=An URL retrieval utility and library
+arch=('i686' 'x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
+options=('!libtool')
+source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
+curlbuild.h)
+md5sums=('252ef351c0fc307b2d8ea1ee31542072'
+ 'e3cea743ef286f5aff1f1d27137e9828'
+ '751bd433ede935c8fae727377625a8ae')
+
+ptrsize=$(cpp '__SIZEOF_POINTER__' | sed '/^#/d')
+case $ptrsize in
+  8) _curlbuild=curlbuild-64.h ;;
+  4) _curlbuild=curlbuild-32.h ;;
+  *) error unknown pointer size for architecture: %s bytes $ptrsize
+exit 1
+;;
+esac
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --without-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+
+  # devel
+  install -Dm644 docs/libcurl/libcurl.m4 $pkgdir/usr/share/aclocal/libcurl.m4
+  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/curl/$_curlbuild
+  install -m644 $srcdir/curlbuild.h $pkgdir/usr/include/curl/curlbuild.h
+}

Copied: curl/repos/testing-i686/curlbuild.h (from rev 171613, 
curl/trunk/curlbuild.h)
===
--- testing-i686/curlbuild.h(rev 0)
+++ testing-i686/curlbuild.h2012-11-20 14:26:34 UTC (rev 171614)
@@ -0,0 +1,9 @@
+#include bits/wordsize.h
+
+#if __WORDSIZE == 32
+#include curlbuild-32.h
+#elif __WORDSIZE == 64
+#include curlbuild-64.h
+#else
+#error Unknown word size
+#endif

Copied: curl/repos/testing-x86_64/PKGBUILD (from rev 171613, 
curl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-20 14:26:34 UTC (rev 171614)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=curl
+pkgver=7.28.1
+pkgrel=1
+pkgdesc=An URL retrieval utility and library
+arch=('i686' 'x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
+options=('!libtool')
+source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
+curlbuild.h)
+md5sums=('252ef351c0fc307b2d8ea1ee31542072'
+ 'e3cea743ef286f5aff1f1d27137e9828'
+ '751bd433ede935c8fae727377625a8ae')
+
+ptrsize=$(cpp '__SIZEOF_POINTER__' | sed '/^#/d')
+case $ptrsize in
+  8) _curlbuild=curlbuild-64.h ;;
+  4) _curlbuild=curlbuild-32.h ;;
+  *) error unknown pointer size for architecture: %s bytes $ptrsize
+exit 1
+;;
+esac
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  

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

2012-11-20 Thread Jan Steffens
Date: Tuesday, November 20, 2012 @ 09:29:23
  Author: heftig
Revision: 171615

0.9.6

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 14:26:34 UTC (rev 171614)
+++ PKGBUILD2012-11-20 14:29:23 UTC (rev 171615)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=harfbuzz
-pkgver=0.9.5
-pkgrel=2
+pkgver=0.9.6
+pkgrel=1
 pkgdesc=OpenType text shaping engine.
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
@@ -13,7 +13,7 @@
 optdepends=('cairo: hb-view program')
 options=(!libtool)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('57aa645606b7220fa202871b2acd9062243a5c212a2b55ab6493eeaaca1c6a7a')
+sha256sums=('394a849d6061993018754b0cc04110891ad215e3df3f6953b75dcc55a11f9d9b')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2012-11-20 Thread Jan Steffens
Date: Tuesday, November 20, 2012 @ 09:31:04
  Author: heftig
Revision: 171616

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

Added:
  accountsservice/repos/extra-i686/PKGBUILD
(from rev 171615, accountsservice/trunk/PKGBUILD)
  accountsservice/repos/extra-i686/more-exclusions.patch
(from rev 171615, accountsservice/trunk/more-exclusions.patch)
  accountsservice/repos/extra-x86_64/PKGBUILD
(from rev 171615, accountsservice/trunk/PKGBUILD)
  accountsservice/repos/extra-x86_64/more-exclusions.patch
(from rev 171615, accountsservice/trunk/more-exclusions.patch)
Deleted:
  accountsservice/repos/extra-i686/PKGBUILD
  accountsservice/repos/extra-i686/more-exclusions.patch
  accountsservice/repos/extra-x86_64/PKGBUILD
  accountsservice/repos/extra-x86_64/more-exclusions.patch

+
 extra-i686/PKGBUILD|   67 +--
 extra-i686/more-exclusions.patch   |   24 ++--
 extra-x86_64/PKGBUILD  |   67 +--
 extra-x86_64/more-exclusions.patch |   24 ++--
 4 files changed, 90 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-20 14:29:23 UTC (rev 171615)
+++ extra-i686/PKGBUILD 2012-11-20 14:31:04 UTC (rev 171616)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=accountsservice
-pkgver=0.6.25
-pkgrel=1
-pkgdesc=D-Bus interface for user account query and manipulation
-arch=(i686 x86_64)
-url=http://cgit.freedesktop.org/accountsservice/;
-license=('GPL3')
-depends=('glib2' 'polkit' 'libsystemd')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-options=('!libtool')
-source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.xz
-more-exclusions.patch)
-md5sums=('8438df64afffa3bd065c9c3134adb1e7'
- '1d5cf127e5aac407fe7c37b2f4fd503c')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../more-exclusions.patch
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/accountsservice \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---localstatedir=/var --disable-static --enable-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: accountsservice/repos/extra-i686/PKGBUILD (from rev 171615, 
accountsservice/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 14:31:04 UTC (rev 171616)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=accountsservice
+pkgver=0.6.28
+pkgrel=1
+pkgdesc=D-Bus interface for user account query and manipulation
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/software/accountsservice/;
+license=('GPL3')
+depends=('glib2' 'polkit' 'systemd')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+options=('!libtool')
+source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch)
+md5sums=('311458f6ea444d64f298a2048bb4d8cf'
+ '1d5cf127e5aac407fe7c37b2f4fd503c')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../more-exclusions.patch
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/accountsservice \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--localstatedir=/var --disable-static --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/more-exclusions.patch
===
--- extra-i686/more-exclusions.patch2012-11-20 14:29:23 UTC (rev 171615)
+++ extra-i686/more-exclusions.patch2012-11-20 14:31:04 UTC (rev 171616)
@@ -1,12 +0,0 @@
-diff --git i/src/daemon.c w/src/daemon.c
-index c65eca3..9166055 100644
 i/src/daemon.c
-+++ w/src/daemon.c
-@@ -77,6 +77,7 @@ static const char *default_excludes[] = {
- games,
- man,
- at,
-+git,
- NULL
- };
- 

Copied: accountsservice/repos/extra-i686/more-exclusions.patch (from rev 
171615, accountsservice/trunk/more-exclusions.patch)
===
--- extra-i686/more-exclusions.patch(rev 0)
+++ extra-i686/more-exclusions.patch2012-11-20 14:31:04 UTC (rev 171616)
@@ -0,0 +1,12 @@
+diff --git i/src/daemon.c w/src/daemon.c
+index c65eca3..9166055 100644
+--- i/src/daemon.c
 w/src/daemon.c
+@@ -77,6 +77,7 @@ static const char *default_excludes[] = {
+ games,
+ man,
+ at,
++git,
+ NULL
+ };
+ 

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-20 14:29:23 UTC (rev 171615)
+++ extra-x86_64/PKGBUILD  

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

2012-11-20 Thread Jan Steffens
Date: Tuesday, November 20, 2012 @ 09:32:42
  Author: heftig
Revision: 171617

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-20 14:31:04 UTC (rev 171616)
+++ extra-i686/PKGBUILD 2012-11-20 14:32:42 UTC (rev 171617)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=harfbuzz
-pkgver=0.9.5
-pkgrel=2
-pkgdesc=OpenType text shaping engine.
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('icu' 'glib2' 'freetype2' 'graphite')
-makedepends=('icu' 'cairo' 'glib2' 'freetype2')
-optdepends=('cairo: hb-view program')
-options=(!libtool)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('57aa645606b7220fa202871b2acd9062243a5c212a2b55ab6493eeaaca1c6a7a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 171616, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 14:32:42 UTC (rev 171617)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=harfbuzz
+pkgver=0.9.6
+pkgrel=1
+pkgdesc=OpenType text shaping engine.
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('icu' 'glib2' 'freetype2' 'graphite')
+makedepends=('icu' 'cairo' 'glib2' 'freetype2')
+optdepends=('cairo: hb-view program')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('394a849d6061993018754b0cc04110891ad215e3df3f6953b75dcc55a11f9d9b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-20 14:31:04 UTC (rev 171616)
+++ extra-x86_64/PKGBUILD   2012-11-20 14:32:42 UTC (rev 171617)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=harfbuzz
-pkgver=0.9.5
-pkgrel=2
-pkgdesc=OpenType text shaping engine.
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('icu' 'glib2' 'freetype2' 'graphite')
-makedepends=('icu' 'cairo' 'glib2' 'freetype2')
-optdepends=('cairo: hb-view program')
-options=(!libtool)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('57aa645606b7220fa202871b2acd9062243a5c212a2b55ab6493eeaaca1c6a7a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
-}

Copied: harfbuzz/repos/extra-x86_64/PKGBUILD (from rev 171616, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 14:32:42 UTC (rev 171617)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=harfbuzz
+pkgver=0.9.6
+pkgrel=1
+pkgdesc=OpenType text shaping engine.
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('icu' 'glib2' 'freetype2' 'graphite')
+makedepends=('icu' 'cairo' 'glib2' 'freetype2')
+optdepends=('cairo: hb-view program')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('394a849d6061993018754b0cc04110891ad215e3df3f6953b75dcc55a11f9d9b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
+}



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:14:50
  Author: ronald
Revision: 171618

upgpkg: eina 1.7.1-1

upload e17 release

Modified:
  eina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 14:32:42 UTC (rev 171617)
+++ PKGBUILD2012-11-20 19:14:50 UTC (rev 171618)
@@ -8,7 +8,7 @@
 pkgdesc=E17 file chunk reading/writing library
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
-license=('LGPL2')
+license=('LGPL2.1')
 depends=('glibc')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/eina-1.7.1.tar.gz)
@@ -17,7 +17,11 @@
 build() {
cd $srcdir/$pkgname-$pkgver
 
-  ./autogen.sh --prefix=/usr --enable-amalgamation
+  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
   make
 }
 



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:15:28
  Author: ronald
Revision: 171619

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

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

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

Copied: eina/repos/extra-i686/PKGBUILD (from rev 171618, eina/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:15:28 UTC (rev 171619)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
+
+pkgname=eina
+pkgver=1.7.1
+pkgrel=1
+pkgdesc=E17 file chunk reading/writing library
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('LGPL2.1')
+depends=('glibc')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/eina-1.7.1.tar.gz)
+sha1sums=('6d5d7344aed93a71edf9c7cccf3d3c8bc28043a7')
+
+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
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: eina/repos/extra-x86_64/PKGBUILD (from rev 171618, eina/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 19:15:28 UTC (rev 171619)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
+
+pkgname=eina
+pkgver=1.7.1
+pkgrel=1
+pkgdesc=E17 file chunk reading/writing library
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('LGPL2.1')
+depends=('glibc')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/eina-1.7.1.tar.gz)
+sha1sums=('6d5d7344aed93a71edf9c7cccf3d3c8bc28043a7')
+
+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
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:15:40
  Author: ronald
Revision: 171620

upgpkg: eet 1.7.1-1

upload e17 release

Modified:
  eet/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 19:15:28 UTC (rev 171619)
+++ PKGBUILD2012-11-20 19:15:40 UTC (rev 171620)
@@ -17,7 +17,11 @@
 build() {
cd $srcdir/$pkgname-$pkgver
 
-  ./autogen.sh --prefix=/usr --enable-openssl --disable-gnutls \
+  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 \
--enable-amalgamation
   make
 }



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:16:15
  Author: ronald
Revision: 171621

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

Added:
  eet/repos/extra-i686/
  eet/repos/extra-i686/PKGBUILD
(from rev 171620, eet/trunk/PKGBUILD)
  eet/repos/extra-x86_64/
  eet/repos/extra-x86_64/PKGBUILD
(from rev 171620, eet/trunk/PKGBUILD)

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

Copied: eet/repos/extra-i686/PKGBUILD (from rev 171620, eet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:16:15 UTC (rev 171621)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
+
+pkgname=eet
+pkgver=1.7.1
+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=('6fec006476f8d0c25f05a02e57f8d27c1c4f74d3')
+
+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 \
+   --enable-amalgamation
+  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 171620, eet/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 19:16:15 UTC (rev 171621)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
+
+pkgname=eet
+pkgver=1.7.1
+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=('6fec006476f8d0c25f05a02e57f8d27c1c4f74d3')
+
+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 \
+   --enable-amalgamation
+  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)

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:16:23
  Author: ronald
Revision: 171622

upgpkg: evas_generic_loaders 1.7.1-1

upload e17 release

Modified:
  evas_generic_loaders/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 19:16:15 UTC (rev 171621)
+++ PKGBUILD2012-11-20 19:16:23 UTC (rev 171622)
@@ -21,7 +21,7 @@
   export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
   export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
 
-  ./autogen.sh \
+  ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/evas \
 --enable-poppler \



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:16:58
  Author: ronald
Revision: 171623

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

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

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

Copied: evas_generic_loaders/repos/extra-i686/PKGBUILD (from rev 171622, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:16:58 UTC (rev 171623)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas_generic_loaders
+pkgver=1.7.1
+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=('f2c82792430c79bfcfbcb879d631c91a01f74f04')
+
+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
+  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 171622, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 19:16:58 UTC (rev 171623)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas_generic_loaders
+pkgver=1.7.1
+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=('f2c82792430c79bfcfbcb879d631c91a01f74f04')
+
+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
+  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/trunk (PKGBUILD)

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:17:05
  Author: ronald
Revision: 171624

upgpkg: evas 1.7.1-1

upload e17 release

Modified:
  evas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 19:16:58 UTC (rev 171623)
+++ PKGBUILD2012-11-20 19:17:05 UTC (rev 171624)
@@ -23,7 +23,7 @@
   export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
   export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
 
-  ./autogen.sh \
+  ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/evas \
 --enable-strict \
@@ -42,7 +42,7 @@
 --disable-software-xcb \
 --enable-software-xlib \
 --disable-gl-xcb \
---enable-gl-xlib=static \
+--enable-gl-xlib \
 --disable-image-loader-edb \
 --enable-image-loader-gif \
 --disable-image-loader-tiff \



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:17:44
  Author: ronald
Revision: 171625

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

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

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

Copied: evas/repos/extra-i686/PKGBUILD (from rev 171624, evas/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:17:44 UTC (rev 171625)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas
+pkgver=1.7.1
+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')
+optdepends=(evas_generic_loaders)
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('86e9bb6813eb707ccd162c08f06ca1f5ed78ee75')
+
+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 \
+--disable-harfbuzz \
+--disable-pixman \
+--enable-buffer \
+--disable-gl-sdl \
+--enable-fb \
+--disable-directfb \
+--disable-wayland-shm \
+--disable-wayland-egl \
+--disable-sdl-primitive \
+--disable-software-xcb \
+--enable-software-xlib \
+--disable-gl-xcb \
+--enable-gl-xlib \
+--disable-image-loader-edb \
+--enable-image-loader-gif \
+--disable-image-loader-tiff \
+--disable-image-loader-svg \
+--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 171624, evas/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 19:17:44 UTC (rev 171625)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas
+pkgver=1.7.1
+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')
+optdepends=(evas_generic_loaders)
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('86e9bb6813eb707ccd162c08f06ca1f5ed78ee75')
+
+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 \
+--disable-harfbuzz \
+--disable-pixman \
+--enable-buffer \
+--disable-gl-sdl \
+--enable-fb \
+--disable-directfb \
+--disable-wayland-shm \
+--disable-wayland-egl \
+--disable-sdl-primitive \
+--disable-software-xcb \
+--enable-software-xlib \
+--disable-gl-xcb \
+--enable-gl-xlib \
+--disable-image-loader-edb \
+--enable-image-loader-gif \
+--disable-image-loader-tiff \
+--disable-image-loader-svg \
+--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/trunk (PKGBUILD)

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:18:05
  Author: ronald
Revision: 171626

upgpkg: ecore 1.7.1-1

upload e17 release

Modified:
  ecore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 19:17:44 UTC (rev 171625)
+++ PKGBUILD2012-11-20 19:18:05 UTC (rev 171626)
@@ -23,7 +23,7 @@
   export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
   export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
 
-  ./autogen.sh \
+  ./ecore \
 --prefix=/usr \
 --libexecdir=/usr/lib/ecore \
 --with-internal-maximum-log-level=3 \



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:18:30
  Author: ronald
Revision: 171627

archrelease: copy trunk to extra-x86_64

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

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

Copied: ecore/repos/extra-x86_64/PKGBUILD (from rev 171626, 
ecore/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 19:18:30 UTC (rev 171627)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=ecore
+pkgver=1.7.1
+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=('c48f2815cddd735b33f169a703d4baa4dee90b43')
+
+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}
+
+  ./ecore \
+--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
+}



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:18:39
  Author: ronald
Revision: 171628

upgpkg: eio 1.7.1-1

upload e17 release

Modified:
  eio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 19:18:30 UTC (rev 171627)
+++ PKGBUILD2012-11-20 19:18:39 UTC (rev 171628)
@@ -21,7 +21,7 @@
   export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
   export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
 
-  ./autogen.sh \
+  ./configure \
 --prefix=/usr \
 --disable-static \
 --enable-posix-threads \



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:19:15
  Author: ronald
Revision: 171629

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

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

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

Copied: eio/repos/extra-i686/PKGBUILD (from rev 171628, eio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:19:15 UTC (rev 171629)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eio
+pkgver=1.7.1
+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=('ae9d1760c417e37d3df65181df532daa81e51281')
+
+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 171628, eio/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 19:19:15 UTC (rev 171629)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eio
+pkgver=1.7.1
+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=('ae9d1760c417e37d3df65181df532daa81e51281')
+
+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/trunk (PKGBUILD)

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:19:22
  Author: ronald
Revision: 171630

upgpkg: eeze 1.7.1-1

upload e17 release

Modified:
  eeze/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 19:19:15 UTC (rev 171629)
+++ PKGBUILD2012-11-20 19:19:22 UTC (rev 171630)
@@ -21,7 +21,7 @@
   export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
   export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
 
-  ./autogen.sh \
+  ./configure \
 --prefix=/usr \
 --disable-static \
 --disable-tests \



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:19:57
  Author: ronald
Revision: 171631

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

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

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

Copied: eeze/repos/extra-i686/PKGBUILD (from rev 171630, eeze/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:19:57 UTC (rev 171631)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eeze
+pkgver=1.7.1
+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=('74c7f85a112bb80e16419a30244c144ebc8b20d7')
+
+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 171630, eeze/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 19:19:57 UTC (rev 171631)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eeze
+pkgver=1.7.1
+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=('74c7f85a112bb80e16419a30244c144ebc8b20d7')
+
+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/trunk (PKGBUILD)

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:20:04
  Author: ronald
Revision: 171632

upgpkg: embryo 1.7.1-1

upload e17 release

Modified:
  embryo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 19:19:57 UTC (rev 171631)
+++ PKGBUILD2012-11-20 19:20:04 UTC (rev 171632)
@@ -15,10 +15,14 @@
 sha1sums=('de3695ac4d484af903201a3c7120a2d2b9ee9c2a')
 
 build() {
-   cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
-  ./autogen.sh --prefix=/usr
+  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
+
   make
 }
 



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:20:40
  Author: ronald
Revision: 171633

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

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

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

Copied: embryo/repos/extra-i686/PKGBUILD (from rev 171632, 
embryo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:20:40 UTC (rev 171633)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
+
+pkgname=embryo
+pkgver=1.7.1
+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=('de3695ac4d484af903201a3c7120a2d2b9ee9c2a')
+
+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
+
+  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 171632, 
embryo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 19:20:40 UTC (rev 171633)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
+
+pkgname=embryo
+pkgver=1.7.1
+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=('de3695ac4d484af903201a3c7120a2d2b9ee9c2a')
+
+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
+
+  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/trunk (PKGBUILD)

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:20:47
  Author: ronald
Revision: 171634

upgpkg: edje 1.7.1-1

upload e17 release

Modified:
  edje/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 19:20:40 UTC (rev 171633)
+++ PKGBUILD2012-11-20 19:20:47 UTC (rev 171634)
@@ -26,7 +26,7 @@
   # python2 fix
   sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc
 
-  ./autogen.sh \
+  ./configure \
 --prefix=/usr \
 --disable-static \
 --enable-ecore-imf \



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:21:20
  Author: ronald
Revision: 171635

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

Added:
  edje/repos/extra-i686/
  edje/repos/extra-i686/PKGBUILD
(from rev 171634, edje/trunk/PKGBUILD)
  edje/repos/extra-i686/edje.install
(from rev 171634, edje/trunk/edje.install)
  edje/repos/extra-x86_64/
  edje/repos/extra-x86_64/PKGBUILD
(from rev 171634, edje/trunk/PKGBUILD)
  edje/repos/extra-x86_64/edje.install
(from rev 171634, edje/trunk/edje.install)

---+
 extra-i686/PKGBUILD   |   54 
 extra-i686/edje.install   |   16 +
 extra-x86_64/PKGBUILD |   54 
 extra-x86_64/edje.install |   16 +
 4 files changed, 140 insertions(+)

Copied: edje/repos/extra-i686/PKGBUILD (from rev 171634, edje/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:21:20 UTC (rev 171635)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=edje
+pkgver=1.7.1
+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=('65e983041fa4405f14c23239d35dcce65ac1bbe4')
+
+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 \
+--enable-ecore-imf \
+--enable-eio \
+--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/edje.install (from rev 171634, 
edje/trunk/edje.install)
===
--- extra-i686/edje.install (rev 0)
+++ extra-i686/edje.install 2012-11-20 19:21:20 UTC (rev 171635)
@@ -0,0 +1,16 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+
+
+
+

Copied: edje/repos/extra-x86_64/PKGBUILD (from rev 171634, edje/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 19:21:20 UTC (rev 171635)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=edje
+pkgver=1.7.1
+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=('65e983041fa4405f14c23239d35dcce65ac1bbe4')
+
+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 \
+--enable-ecore-imf \
+--enable-eio \
+--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 

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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:21:35
  Author: ronald
Revision: 171636

upgpkg: emotion 1.7.1-1

upload e17 release

Modified:
  emotion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 19:21:20 UTC (rev 171635)
+++ PKGBUILD2012-11-20 19:21:35 UTC (rev 171636)
@@ -21,7 +21,7 @@
   export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
   export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
 
-  ./autogen.sh \
+  ./configure \
 --prefix=/usr \
 --disable-static \
 --enable-generic \



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:22:11
  Author: ronald
Revision: 171637

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

Added:
  emotion/repos/extra-i686/
  emotion/repos/extra-i686/PKGBUILD
(from rev 171636, emotion/trunk/PKGBUILD)
  emotion/repos/extra-x86_64/
  emotion/repos/extra-x86_64/PKGBUILD
(from rev 171636, emotion/trunk/PKGBUILD)

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

Copied: emotion/repos/extra-i686/PKGBUILD (from rev 171636, 
emotion/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:22:11 UTC (rev 171637)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=emotion
+pkgver=1.7.1
+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=('8d3dd7aa4cd72f9c9c1113bf92f595e4f5fdbf53')
+
+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 171636, 
emotion/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 19:22:11 UTC (rev 171637)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=emotion
+pkgver=1.7.1
+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=('8d3dd7aa4cd72f9c9c1113bf92f595e4f5fdbf53')
+
+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/trunk (PKGBUILD)

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:22:19
  Author: ronald
Revision: 171638

upgpkg: ethumb 1.7.1-1

upload e17 release

Modified:
  ethumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 19:22:11 UTC (rev 171637)
+++ PKGBUILD2012-11-20 19:22:19 UTC (rev 171638)
@@ -21,7 +21,7 @@
   export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
   export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
 
-  ./autogen.sh \
+  ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/ethumb \
 --with-internal-maximum-log-level=3 \



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:23:12
  Author: ronald
Revision: 171639

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

Added:
  ethumb/repos/extra-i686/
  ethumb/repos/extra-i686/PKGBUILD
(from rev 171638, ethumb/trunk/PKGBUILD)
  ethumb/repos/extra-x86_64/
  ethumb/repos/extra-x86_64/PKGBUILD
(from rev 171638, ethumb/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   44 
 extra-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: ethumb/repos/extra-i686/PKGBUILD (from rev 171638, 
ethumb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:23:12 UTC (rev 171639)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=ethumb
+pkgver=1.7.1
+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=('66309a00abee82a6e45f2841e7b40e301e2df3dd')
+
+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 171638, 
ethumb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 19:23:12 UTC (rev 171639)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=ethumb
+pkgver=1.7.1
+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=('66309a00abee82a6e45f2841e7b40e301e2df3dd')
+
+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/trunk (PKGBUILD)

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:23:20
  Author: ronald
Revision: 171640

upgpkg: efreet 1.7.1-1

upload e17 release

Modified:
  efreet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 19:23:12 UTC (rev 171639)
+++ PKGBUILD2012-11-20 19:23:20 UTC (rev 171640)
@@ -21,7 +21,7 @@
   export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
   export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
 
-  ./autogen.sh \
+  ./configure \
 --prefix=/usr \
 --disable-static \
 --disable-tests \



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:23:55
  Author: ronald
Revision: 171641

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

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

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

Copied: efreet/repos/extra-i686/PKGBUILD (from rev 171640, 
efreet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:23:55 UTC (rev 171641)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=efreet
+pkgver=1.7.1
+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=('6eda38615fba758338b76962f45c676620715052')
+
+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 171640, 
efreet/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 19:23:55 UTC (rev 171641)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=efreet
+pkgver=1.7.1
+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=('6eda38615fba758338b76962f45c676620715052')
+
+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/trunk (PKGBUILD)

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:24:03
  Author: ronald
Revision: 171642

upgpkg: e_dbus 1.7.1-1

upload e17 release

Modified:
  e_dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 19:23:55 UTC (rev 171641)
+++ PKGBUILD2012-11-20 19:24:03 UTC (rev 171642)
@@ -21,7 +21,7 @@
   export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
   export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
 
-  ./autogen.sh \
+  ./configure \
 --prefix=/usr \
 --disable-static \
 --disable-ebluez \



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:24:39
  Author: ronald
Revision: 171643

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

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

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

Copied: e_dbus/repos/extra-i686/PKGBUILD (from rev 171642, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:24:39 UTC (rev 171643)
@@ -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.1
+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=('5072699f5ebfaa9b3ffdba3c275e0f569130c2d8')
+
+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 \
+--disable-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 171642, 
e_dbus/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 19:24:39 UTC (rev 171643)
@@ -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.1
+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=('5072699f5ebfaa9b3ffdba3c275e0f569130c2d8')
+
+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 \
+--disable-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/trunk (PKGBUILD)

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:24:46
  Author: ronald
Revision: 171644

upgpkg: elementary 1.7.1-1

upload e17 release

Modified:
  elementary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 19:24:39 UTC (rev 171643)
+++ PKGBUILD2012-11-20 19:24:46 UTC (rev 171644)
@@ -21,7 +21,7 @@
   export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
   export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
 
-  ./autogen.sh \
+  ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/elementary \
 --with-internal-maximum-log-level=3 \



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:25:29
  Author: ronald
Revision: 171645

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

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

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

Copied: elementary/repos/extra-i686/PKGBUILD (from rev 171644, 
elementary/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:25:29 UTC (rev 171645)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=elementary
+pkgver=1.7.1
+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=('3dd6ef268d49883ceaf3c4060154a6ae4a5a6eda')
+
+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 171644, 
elementary/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 19:25:29 UTC (rev 171645)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=elementary
+pkgver=1.7.1
+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=('3dd6ef268d49883ceaf3c4060154a6ae4a5a6eda')
+
+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 enlightenment17/repos (10 files)

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 14:28:18
  Author: ronald
Revision: 171646

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

Added:
  enlightenment17/repos/extra-i686/
  enlightenment17/repos/extra-i686/PKGBUILD
(from rev 171645, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-i686/e-applications.menu
(from rev 171645, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-i686/enlightenment17.install
(from rev 171645, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-i686/quickstart.patch
(from rev 171645, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-x86_64/
  enlightenment17/repos/extra-x86_64/PKGBUILD
(from rev 171645, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-x86_64/e-applications.menu
(from rev 171645, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-x86_64/enlightenment17.install
(from rev 171645, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-x86_64/quickstart.patch
(from rev 171645, enlightenment17/trunk/quickstart.patch)

--+
 extra-i686/PKGBUILD  |   81 +
 extra-i686/e-applications.menu   |  154 +
 extra-i686/enlightenment17.install   |   12 ++
 extra-i686/quickstart.patch  |   13 ++
 extra-x86_64/PKGBUILD|   81 +
 extra-x86_64/e-applications.menu |  154 +
 extra-x86_64/enlightenment17.install |   12 ++
 extra-x86_64/quickstart.patch|   13 ++
 8 files changed, 520 insertions(+)

Copied: enlightenment17/repos/extra-i686/PKGBUILD (from rev 171645, 
enlightenment17/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:28:18 UTC (rev 171646)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=enlightenment17
+_pkgname=enlightenment
+pkgver=0.17.0alpha3
+_pkgver=0.17.0-alpha3
+pkgrel=1
+pkgdesc=Enlightenment window manager DR17 (aka e17)
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('alsa-lib' 'pm-utils' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
+  'desktop-file-utils' 'e_dbus' 'edje' 'efreet' 'eeze'
+  'eio' 'elementary' 'xcb-util-keysyms')
+provides=('notification-daemon' 'e')
+backup=('etc/enlightenment/sysactions.conf')
+options=('!libtool' '!emptydirs')
+install=enlightenment17.install
+source=(http://download.enlightenment.org/releases/$_pkgname-$_pkgver.tar.gz
+  'e-applications.menu' 'quickstart.patch')
+sha1sums=('49cd7da3e1c8df96e388e58c654dbe7253b9a487'
+  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
+  '3f53931ae86de8fe99e386aeb097521aac0decd8')
+
+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}
+
+  patch -p0  $srcdir/quickstart.patch
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/enlightenment  \
+--enable-strict \
+--disable-static \
+--enable-pam \
+--disable-device-hal \
+--enable-device-udev \
+--disable-mount-hal \
+--enable-mount-udisks \
+--enable-mount-eeze \
+--enable-elementary \
+--enable-emotion \
+--enable-enotify \
+--disable-ephysics \
+--disable-wayland-clients \
+--disable-conf-wallpaper2 \
+--disable-illume2 \
+--disable-physics \
+--disable-doc
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname-$_pkgver
+
+  make DESTDIR=$pkgdir install
+
+# install license files
+  if [ -e $srcdir/$_pkgname-$_pkgver/COPYING ]; then
+install -Dm644 $srcdir/$_pkgname-$_pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+  fi
+
+  if [ -e $srcdir/$_pkgname-$_pkgver/COPYING-PLAIN ]; then
+install -Dm644 $srcdir/$_pkgname-$_pkgver/COPYING-PLAIN \
+$pkgdir/usr/share/licenses/$pkgname/COPYING-PLAIN
+  fi
+
+  # install a default applications.menu file (mostly copy from gnome-menus)
+  install -Dm644 $srcdir/e-applications.menu \
+   $pkgdir/etc/xdg/menus/e-applications.menu
+}
+
+

Copied: enlightenment17/repos/extra-i686/e-applications.menu (from rev 171645, 
enlightenment17/trunk/e-applications.menu)
===
--- extra-i686/e-applications.menu  (rev 0)
+++ extra-i686/e-applications.menu  2012-11-20 19:28:18 UTC (rev 171646)
@@ -0,0 +1,154 @@
+!DOCTYPE Menu PUBLIC -//freedesktop//DTD Menu 1.0//EN
+ 

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

2012-11-20 Thread Ionut Biru
Date: Tuesday, November 20, 2012 @ 16:21:43
  Author: ibiru
Revision: 171647

update to 17.0

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  178 ++---
 1 file changed, 89 insertions(+), 89 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 19:28:18 UTC (rev 171646)
+++ PKGBUILD2012-11-20 21:21:43 UTC (rev 171647)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgbase=firefox-i18n
-pkgver=16.0.2
+pkgver=17.0
 pkgname=('firefox-i18n'
 'firefox-i18n-af'
 'firefox-i18n-ak'
@@ -817,91 +817,91 @@
   cd ${srcdir}
   install -Dm644 firefox-i18n-$pkgver-zu.xpi 
${pkgdir}/$_path/langpack...@firefox.mozilla.org.xpi
 }
-md5sums=('58e549297d90f0eff46e888ebc0dc533'
- 'a0a71997028f80209dcdf54140701a81'
- 'f3a3818483714e7818822f85034990a1'
- '08c4686e4cde294d0e90c7eed5e85a82'
- '6ddda48717afba0d28c88e8e02af7cf9'
- 'ee3b945f87d6c749b7778b58e5f5c272'
- 'cbc2d1dbe67bdd88ad795219b26528ea'
- '1a57c8a42ba363daa42546f0315806c8'
- '7f59e3df9b7962473858fe8125ddb796'
- '0ef6146fa4644f2fb7636f92da6f6ce3'
- '65f5e452a7653fb0edbdb17f6b2f09a9'
- '12081e2ba59ee7b7a51fd79efe86ce8b'
- '3f607eda0956a996705561ddab83f2bd'
- 'c70b41cdf163119d08e15cdb05ef308d'
- 'ec18fd30f7106337449784474975f655'
- 'ddf8cb4934f9e1981c01fa283cc9e104'
- 'd35d51b097192060b45e0cddd235c560'
- '5c435d0d9317fac06ba30153c8c22e57'
- '082e25423a79ec7448c56e3d64f5634b'
- '5204b3bc7eb21ea1afbe06672cfa5cc6'
- 'fc77ba41c3e92bc361f0588d08a86280'
- '7f45b069733bd5caa8b3d0245834bbeb'
- '1bb2028d85e9718fd6da169f0c8c7910'
- 'fd2cc511cb6e41f4ab77190020a0d641'
- '4a82e7b7dbdc86294b23b10a5649c855'
- 'd3f8345cdee12e763d23650a47968dce'
- '34e2f9f5bb837990fe4dd2b9f5607f39'
- '3fe3e5872b3047a0f1e5df08dc8085c8'
- '7b1bb97a93a2922fa0949da4e7d75587'
- '2a4dbc9bbf41147f654d01e72833a4e5'
- 'fa7cb52bcfc3b793a24f4d6a05f134ba'
- 'c6d1c204e18625e695271f4924e1fd3d'
- '73efeeacbe6f7f37a195684445041b7f'
- 'e9f58121ae5ecee70980bd98f2a45f5d'
- 'c6504b8fd9bea70f2f2ed999ed80b46a'
- '554887823c0c54674bbad3c67f295995'
- 'f65b891c245e86567a492263e864b320'
- '83794d464c8c2590c6014c04fc284be2'
- '97073d612519d28167fb33dd27029657'
- 'bf6d145a1af58d6a782d0146437373fe'
- 'dfe5291813cc992a5b39b1a50fcd4187'
- '7f2216a0aabcd079a6cf4a42d7df4173'
- '696c810bc43d6e14e66b098471a21abd'
- 'a929264bee067206a2ae809edb2c9c58'
- 'b39f5531f2124719c41cdbd0876ffb40'
- 'ce036837e8bafa7fef80ca3c767a07d4'
- '5e2738b0668b32dcb376e6101b0257b0'
- '7bbc990303c6fc277001e4de4f7ec81a'
- '7d46be9145aaba67fa9d91deabc5a6ef'
- '53162c5ec66e48f419137820d59c0c84'
- 'fb47d1c8c49d72a9f4b4f486fa463eb6'
- '4e374b6cfa35c4648044fbe06094e911'
- '05291f111e113c825702594ee7250d34'
- '329147f18bb8f5f9a269d665149a7893'
- 'be8e69de3e11c4e6e6ea37deb8104af7'
- 'fe595a42e1556ccfcb184c658a252cfa'
- '3a2c65533b4f3c22e000e823506f11da'
- '5db9c820ca2ca6f9910d74bd78aed338'
- 'ab6b52639c3ada40fec995e95a44632e'
- '345c89e366042ba9ff5f63156c3540b8'
- 'e222d159d881f93531f31ff3c5cba372'
- 'f8ca5810668270ac00e5b53ab58e3f7d'
- 'bc39998fd3ceb0caa5b7d53b54573c6f'
- '9e8458604b934ed6f2072be6bdbdc96d'
- '3bba69d5a1fceb998e02eb28440baaa4'
- '3b4182f7483b7a279fb74084b7d40ebf'
- '795fee811a68b5ae3aea03b57aca4b4b'
- '26fe770ec597d4129c19fc27bb5435c3'
- 'b5cc1177367ec2c85834e43d9632f8f1'
- '196518122e41f3d80dc7a4fa8ec50ab4'
- '4c04e23316da9e8ff12c633e96a37ec5'
- 'd2810decc13cea9e5810d71143356cef'
- '35e5d958ab71704cabb1f574c84a5fa2'
- '5d37ace21f4bc25ff854aee1fa5eb2ae'
- '950749678cdb83c4e6ee7047e327160d'
- 'aed234feb0650be7df64b7b3f37d2bcd'
- 'b897edbda359f5b1bd70886ef25ae620'
- 'da3538a87871fd3a3d881a00d907a06d'
- '86dff9076b51d3fab4f5c8f44cf9e384'
- 'e34adc40e68642708a02a0aa188fc411'
- 'fa9d4043b34dd78185fb12c33ca82894'
- 'c2c477037b5cee127ccc9c39a7ece895'
- '7e29178ed94247cb7cc41c1c9d6c62d0'
- '12d9daff45cfddc62ad89c70e8c91a59'
- '86de92ebfbc6b6fb9f585d74e502b567'
- '9b2210175534751fee81cc14d054c3d8'
- '71caf1f3b5b7a1ffb7207b74c9eae805'
- 'cb1ae7250e142fe9541eb7261997389a')
+md5sums=('9ccfd1cf6bcb33769b879252007e4757'
+ '83ad6951b2884c02e9813a5eb70538c1'
+ '8ceba785af1e70bd4f37f283d868c0d1'
+ '9edb7ed5e0ec167213f131517054aa85'
+ 'eaa3c8d9f462834efc866a66e39b7745'
+

[arch-commits] Commit in firefox-i18n/repos/extra-any (4 files)

2012-11-20 Thread Ionut Biru
Date: Tuesday, November 20, 2012 @ 16:22:08
  Author: ibiru
Revision: 171648

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 171647, firefox-i18n/trunk/PKGBUILD)
  firefox-i18n/repos/extra-any/firefox-i18n.install
(from rev 171647, firefox-i18n/trunk/firefox-i18n.install)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD
  firefox-i18n/repos/extra-any/firefox-i18n.install

--+
 PKGBUILD | 1814 -
 firefox-i18n.install |   16 
 2 files changed, 915 insertions(+), 915 deletions(-)

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


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

2012-11-20 Thread Ionut Biru
Date: Tuesday, November 20, 2012 @ 16:32:01
  Author: ibiru
Revision: 171649

update to 17.0

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 21:22:08 UTC (rev 171648)
+++ PKGBUILD2012-11-20 21:32:01 UTC (rev 171649)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke sja...@gmail.com
 
 pkgname=firefox
-pkgver=16.0.2
+pkgver=17.0
 pkgrel=1
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 options=(!emptydirs)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
shared-libs.patch)
-md5sums=('1b360968ab05b2a59757d33514897915'
+md5sums=('3d9d2f6420344ff47a8af3a35ac4bdd6'
  '5644c7b42f51013e2023787938fa955e'
  'eb56667bc1919f2ed93e34bdfc21f7d6'
  '150ac0fb3ac7b2114c8e8851a9e0516c'



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:44:45
  Author: ronald
Revision: 171650

upgpkg: ecore 1.7.1-1

upload e17 release

Modified:
  ecore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 21:32:01 UTC (rev 171649)
+++ PKGBUILD2012-11-20 21:44:45 UTC (rev 171650)
@@ -23,7 +23,7 @@
   export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
   export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
 
-  ./ecore \
+  ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/ecore \
 --with-internal-maximum-log-level=3 \



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:46:00
  Author: ronald
Revision: 171651

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

Added:
  eina/repos/extra-i686/PKGBUILD
(from rev 171650, eina/trunk/PKGBUILD)
  eina/repos/extra-x86_64/PKGBUILD
(from rev 171650, eina/trunk/PKGBUILD)
Deleted:
  eina/repos/extra-i686/PKGBUILD
  eina/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 2012-11-20 21:44:45 UTC (rev 171650)
+++ extra-i686/PKGBUILD 2012-11-20 21:46:00 UTC (rev 171651)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgname=eina
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=E17 file chunk reading/writing library
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('LGPL2.1')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/eina-1.7.1.tar.gz)
-sha1sums=('6d5d7344aed93a71edf9c7cccf3d3c8bc28043a7')
-
-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
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: eina/repos/extra-i686/PKGBUILD (from rev 171650, eina/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 21:46:00 UTC (rev 171651)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
+
+pkgname=eina
+pkgver=1.7.1
+pkgrel=1
+pkgdesc=E17 file chunk reading/writing library
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('LGPL2.1')
+depends=('glibc')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/eina-1.7.1.tar.gz)
+sha1sums=('6d5d7344aed93a71edf9c7cccf3d3c8bc28043a7')
+
+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
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-20 21:44:45 UTC (rev 171650)
+++ extra-x86_64/PKGBUILD   2012-11-20 21:46:00 UTC (rev 171651)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgname=eina
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=E17 file chunk reading/writing library
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('LGPL2.1')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/eina-1.7.1.tar.gz)
-sha1sums=('6d5d7344aed93a71edf9c7cccf3d3c8bc28043a7')
-
-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
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: eina/repos/extra-x86_64/PKGBUILD (from rev 171650, eina/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 21:46:00 UTC (rev 171651)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
+
+pkgname=eina
+pkgver=1.7.1
+pkgrel=1
+pkgdesc=E17 file chunk reading/writing library
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('LGPL2.1')
+depends=('glibc')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/eina-1.7.1.tar.gz)
+sha1sums=('6d5d7344aed93a71edf9c7cccf3d3c8bc28043a7')
+
+build() {

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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:46:42
  Author: ronald
Revision: 171652

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

Added:
  eet/repos/extra-i686/PKGBUILD
(from rev 171651, eet/trunk/PKGBUILD)
  eet/repos/extra-x86_64/PKGBUILD
(from rev 171651, eet/trunk/PKGBUILD)
Deleted:
  eet/repos/extra-i686/PKGBUILD
  eet/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 2012-11-20 21:46:00 UTC (rev 171651)
+++ extra-i686/PKGBUILD 2012-11-20 21:46:42 UTC (rev 171652)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgname=eet
-pkgver=1.7.1
-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=('6fec006476f8d0c25f05a02e57f8d27c1c4f74d3')
-
-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 \
-   --enable-amalgamation
-  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 171651, eet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 21:46:42 UTC (rev 171652)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
+
+pkgname=eet
+pkgver=1.7.1
+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=('6fec006476f8d0c25f05a02e57f8d27c1c4f74d3')
+
+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 \
+   --enable-amalgamation
+  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   2012-11-20 21:46:00 UTC (rev 171651)
+++ extra-x86_64/PKGBUILD   2012-11-20 21:46:42 UTC (rev 171652)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgname=eet
-pkgver=1.7.1
-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=('6fec006476f8d0c25f05a02e57f8d27c1c4f74d3')
-
-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 \
-   --enable-amalgamation
-  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 171651, eet/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ 

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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:47:23
  Author: ronald
Revision: 171653

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

Added:
  evas_generic_loaders/repos/extra-i686/PKGBUILD
(from rev 171652, evas_generic_loaders/trunk/PKGBUILD)
  evas_generic_loaders/repos/extra-x86_64/PKGBUILD
(from rev 171652, evas_generic_loaders/trunk/PKGBUILD)
Deleted:
  evas_generic_loaders/repos/extra-i686/PKGBUILD
  evas_generic_loaders/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 2012-11-20 21:46:42 UTC (rev 171652)
+++ extra-i686/PKGBUILD 2012-11-20 21:47:23 UTC (rev 171653)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=evas_generic_loaders
-pkgver=1.7.1
-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=('f2c82792430c79bfcfbcb879d631c91a01f74f04')
-
-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
-  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 171652, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 21:47:23 UTC (rev 171653)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas_generic_loaders
+pkgver=1.7.1
+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=('f2c82792430c79bfcfbcb879d631c91a01f74f04')
+
+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
+  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   2012-11-20 21:46:42 UTC (rev 171652)
+++ extra-x86_64/PKGBUILD   2012-11-20 21:47:23 UTC (rev 171653)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=evas_generic_loaders
-pkgver=1.7.1
-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=('f2c82792430c79bfcfbcb879d631c91a01f74f04')
-
-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}
-
-  

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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:48:04
  Author: ronald
Revision: 171654

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-20 21:47:23 UTC (rev 171653)
+++ extra-i686/PKGBUILD 2012-11-20 21:48:04 UTC (rev 171654)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=evas
-pkgver=1.7.1
-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')
-optdepends=(evas_generic_loaders)
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('86e9bb6813eb707ccd162c08f06ca1f5ed78ee75')
-
-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 \
---disable-harfbuzz \
---disable-pixman \
---enable-buffer \
---disable-gl-sdl \
---enable-fb \
---disable-directfb \
---disable-wayland-shm \
---disable-wayland-egl \
---disable-sdl-primitive \
---disable-software-xcb \
---enable-software-xlib \
---disable-gl-xcb \
---enable-gl-xlib \
---disable-image-loader-edb \
---enable-image-loader-gif \
---disable-image-loader-tiff \
---disable-image-loader-svg \
---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 171653, evas/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 21:48:04 UTC (rev 171654)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas
+pkgver=1.7.1
+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')
+optdepends=(evas_generic_loaders)
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('86e9bb6813eb707ccd162c08f06ca1f5ed78ee75')
+
+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 \
+--disable-harfbuzz \
+--disable-pixman \
+--enable-buffer \
+--disable-gl-sdl \
+--enable-fb \
+--disable-directfb \
+--disable-wayland-shm \
+--disable-wayland-egl \
+--disable-sdl-primitive \
+--disable-software-xcb \
+--enable-software-xlib \
+--disable-gl-xcb \
+--enable-gl-xlib \
+--disable-image-loader-edb \
+--enable-image-loader-gif \
+--disable-image-loader-tiff \
+--disable-image-loader-svg \
+--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
+}

Deleted: extra-x86_64/PKGBUILD

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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:49:02
  Author: ronald
Revision: 171655

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

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

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

Copied: ecore/repos/extra-i686/PKGBUILD (from rev 171654, ecore/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 21:49:02 UTC (rev 171655)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=ecore
+pkgver=1.7.1
+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=('c48f2815cddd735b33f169a703d4baa4dee90b43')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-20 21:48:04 UTC (rev 171654)
+++ extra-x86_64/PKGBUILD   2012-11-20 21:49:02 UTC (rev 171655)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=ecore
-pkgver=1.7.1
-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=('c48f2815cddd735b33f169a703d4baa4dee90b43')
-
-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}
-
-  ./ecore \
---prefix=/usr \
---libexecdir=/usr/lib/ecore \
-

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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:53:07
  Author: ronald
Revision: 171656

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

Added:
  eio/repos/extra-i686/PKGBUILD
(from rev 171655, eio/trunk/PKGBUILD)
  eio/repos/extra-x86_64/PKGBUILD
(from rev 171655, 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 2012-11-20 21:49:02 UTC (rev 171655)
+++ extra-i686/PKGBUILD 2012-11-20 21:53:07 UTC (rev 171656)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.1
-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=('ae9d1760c417e37d3df65181df532daa81e51281')
-
-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 171655, eio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 21:53:07 UTC (rev 171656)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eio
+pkgver=1.7.1
+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=('ae9d1760c417e37d3df65181df532daa81e51281')
+
+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   2012-11-20 21:49:02 UTC (rev 171655)
+++ extra-x86_64/PKGBUILD   2012-11-20 21:53:07 UTC (rev 171656)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eio
-pkgver=1.7.1
-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=('ae9d1760c417e37d3df65181df532daa81e51281')
-
-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)

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:53:49
  Author: ronald
Revision: 171657

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

Added:
  eeze/repos/extra-i686/PKGBUILD
(from rev 171656, eeze/trunk/PKGBUILD)
  eeze/repos/extra-x86_64/PKGBUILD
(from rev 171656, 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 2012-11-20 21:53:07 UTC (rev 171656)
+++ extra-i686/PKGBUILD 2012-11-20 21:53:49 UTC (rev 171657)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eeze
-pkgver=1.7.1
-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=('74c7f85a112bb80e16419a30244c144ebc8b20d7')
-
-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 171656, eeze/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 21:53:49 UTC (rev 171657)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=eeze
+pkgver=1.7.1
+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=('74c7f85a112bb80e16419a30244c144ebc8b20d7')
+
+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   2012-11-20 21:53:07 UTC (rev 171656)
+++ extra-x86_64/PKGBUILD   2012-11-20 21:53:49 UTC (rev 171657)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=eeze
-pkgver=1.7.1
-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=('74c7f85a112bb80e16419a30244c144ebc8b20d7')
-
-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 171656, eeze/trunk/PKGBUILD)

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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:54:30
  Author: ronald
Revision: 171658

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-20 21:53:49 UTC (rev 171657)
+++ extra-i686/PKGBUILD 2012-11-20 21:54:30 UTC (rev 171658)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgname=embryo
-pkgver=1.7.1
-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=('de3695ac4d484af903201a3c7120a2d2b9ee9c2a')
-
-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
-
-  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 171657, 
embryo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 21:54:30 UTC (rev 171658)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
+
+pkgname=embryo
+pkgver=1.7.1
+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=('de3695ac4d484af903201a3c7120a2d2b9ee9c2a')
+
+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
+
+  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   2012-11-20 21:53:49 UTC (rev 171657)
+++ extra-x86_64/PKGBUILD   2012-11-20 21:54:30 UTC (rev 171658)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgname=embryo
-pkgver=1.7.1
-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=('de3695ac4d484af903201a3c7120a2d2b9ee9c2a')
-
-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
-
-  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 171657, 
embryo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 21:54:30 UTC (rev 171658)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# 

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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:55:08
  Author: ronald
Revision: 171659

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

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

---+
 extra-i686/PKGBUILD   |  108 ++--
 extra-i686/edje.install   |   32 ++---
 extra-x86_64/PKGBUILD |  108 ++--
 extra-x86_64/edje.install |   32 ++---
 4 files changed, 140 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-20 21:54:30 UTC (rev 171658)
+++ extra-i686/PKGBUILD 2012-11-20 21:55:08 UTC (rev 171659)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=edje
-pkgver=1.7.1
-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=('65e983041fa4405f14c23239d35dcce65ac1bbe4')
-
-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 \
---enable-ecore-imf \
---enable-eio \
---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 171658, edje/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 21:55:08 UTC (rev 171659)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=edje
+pkgver=1.7.1
+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=('65e983041fa4405f14c23239d35dcce65ac1bbe4')
+
+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 \
+--enable-ecore-imf \
+--enable-eio \
+--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: extra-i686/edje.install
===
--- extra-i686/edje.install 2012-11-20 21:54:30 UTC (rev 171658)
+++ extra-i686/edje.install 2012-11-20 21:55:08 UTC (rev 171659)
@@ -1,16 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime  /dev/null
-}
-

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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:55:53
  Author: ronald
Revision: 171660

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

Added:
  emotion/repos/extra-i686/PKGBUILD
(from rev 171659, emotion/trunk/PKGBUILD)
  emotion/repos/extra-x86_64/PKGBUILD
(from rev 171659, emotion/trunk/PKGBUILD)
Deleted:
  emotion/repos/extra-i686/PKGBUILD
  emotion/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 2012-11-20 21:55:08 UTC (rev 171659)
+++ extra-i686/PKGBUILD 2012-11-20 21:55:53 UTC (rev 171660)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=emotion
-pkgver=1.7.1
-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=('8d3dd7aa4cd72f9c9c1113bf92f595e4f5fdbf53')
-
-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 171659, 
emotion/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 21:55:53 UTC (rev 171660)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=emotion
+pkgver=1.7.1
+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=('8d3dd7aa4cd72f9c9c1113bf92f595e4f5fdbf53')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-20 21:55:08 UTC (rev 171659)
+++ extra-x86_64/PKGBUILD   2012-11-20 21:55:53 UTC (rev 171660)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=emotion
-pkgver=1.7.1
-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=('8d3dd7aa4cd72f9c9c1113bf92f595e4f5fdbf53')
-
-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 \

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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:56:01
  Author: ronald
Revision: 171661

upgpkg: ethumb 1.7.1-1

upload e17 release

Modified:
  ethumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 21:55:53 UTC (rev 171660)
+++ PKGBUILD2012-11-20 21:56:01 UTC (rev 171661)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
 license=('BSD')
-depends=('libexif' 'e_dbus' 'emotion')
+depends=('libexif' 'e_dbus'  'emotion')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
 sha1sums=('66309a00abee82a6e45f2841e7b40e301e2df3dd')



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:56:39
  Author: ronald
Revision: 171662

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-20 21:56:01 UTC (rev 171661)
+++ extra-i686/PKGBUILD 2012-11-20 21:56:39 UTC (rev 171662)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=ethumb
-pkgver=1.7.1
-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=('66309a00abee82a6e45f2841e7b40e301e2df3dd')
-
-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 171661, 
ethumb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 21:56:39 UTC (rev 171662)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=ethumb
+pkgver=1.7.1
+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=('66309a00abee82a6e45f2841e7b40e301e2df3dd')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-20 21:56:01 UTC (rev 171661)
+++ extra-x86_64/PKGBUILD   2012-11-20 21:56:39 UTC (rev 171662)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=ethumb
-pkgver=1.7.1
-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=('66309a00abee82a6e45f2841e7b40e301e2df3dd')
-
-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 \
-

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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:57:20
  Author: ronald
Revision: 171663

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

Added:
  efreet/repos/extra-i686/PKGBUILD
(from rev 171662, efreet/trunk/PKGBUILD)
  efreet/repos/extra-x86_64/PKGBUILD
(from rev 171662, 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 2012-11-20 21:56:39 UTC (rev 171662)
+++ extra-i686/PKGBUILD 2012-11-20 21:57:20 UTC (rev 171663)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=efreet
-pkgver=1.7.1
-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=('6eda38615fba758338b76962f45c676620715052')
-
-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 171662, 
efreet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 21:57:20 UTC (rev 171663)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=efreet
+pkgver=1.7.1
+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=('6eda38615fba758338b76962f45c676620715052')
+
+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   2012-11-20 21:56:39 UTC (rev 171662)
+++ extra-x86_64/PKGBUILD   2012-11-20 21:57:20 UTC (rev 171663)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=efreet
-pkgver=1.7.1
-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=('6eda38615fba758338b76962f45c676620715052')
-
-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)

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:58:02
  Author: ronald
Revision: 171664

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

Added:
  e_dbus/repos/extra-i686/PKGBUILD
(from rev 171663, e_dbus/trunk/PKGBUILD)
  e_dbus/repos/extra-x86_64/PKGBUILD
(from rev 171663, 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 2012-11-20 21:57:20 UTC (rev 171663)
+++ extra-i686/PKGBUILD 2012-11-20 21:58:02 UTC (rev 171664)
@@ -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.1
-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=('5072699f5ebfaa9b3ffdba3c275e0f569130c2d8')
-
-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 \
---disable-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 171663, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 21:58:02 UTC (rev 171664)
@@ -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.1
+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=('5072699f5ebfaa9b3ffdba3c275e0f569130c2d8')
+
+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 \
+--disable-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   2012-11-20 21:57:20 UTC (rev 171663)
+++ extra-x86_64/PKGBUILD   2012-11-20 21:58:02 UTC (rev 171664)
@@ -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.1
-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=('5072699f5ebfaa9b3ffdba3c275e0f569130c2d8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=-fvisibility=hidden 

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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:58:44
  Author: ronald
Revision: 171665

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

Added:
  elementary/repos/extra-i686/PKGBUILD
(from rev 171664, elementary/trunk/PKGBUILD)
  elementary/repos/extra-x86_64/PKGBUILD
(from rev 171664, 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 2012-11-20 21:58:02 UTC (rev 171664)
+++ extra-i686/PKGBUILD 2012-11-20 21:58:44 UTC (rev 171665)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=elementary
-pkgver=1.7.1
-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=('3dd6ef268d49883ceaf3c4060154a6ae4a5a6eda')
-
-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 171664, 
elementary/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 21:58:44 UTC (rev 171665)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=elementary
+pkgver=1.7.1
+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=('3dd6ef268d49883ceaf3c4060154a6ae4a5a6eda')
+
+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   2012-11-20 21:58:02 UTC (rev 171664)
+++ extra-x86_64/PKGBUILD   2012-11-20 21:58:44 UTC (rev 171665)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=elementary
-pkgver=1.7.1
-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 enlightenment17/trunk (PKGBUILD)

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 16:59:26
  Author: ronald
Revision: 171666

upgpkg: enlightenment17 0.17.0alpha3-1

upload e17 release

Modified:
  enlightenment17/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 21:58:44 UTC (rev 171665)
+++ PKGBUILD2012-11-20 21:59:26 UTC (rev 171666)
@@ -12,7 +12,7 @@
 url=http://www.enlightenment.org;
 license=('BSD')
 depends=('alsa-lib' 'pm-utils' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'efreet' 'eeze'
+  'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
   'eio' 'elementary' 'xcb-util-keysyms')
 provides=('notification-daemon' 'e')
 backup=('etc/enlightenment/sysactions.conf')



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

2012-11-20 Thread Ronald van Haren
Date: Tuesday, November 20, 2012 @ 17:00:14
  Author: ronald
Revision: 171667

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

Added:
  enlightenment17/repos/extra-i686/PKGBUILD
(from rev 171666, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-i686/e-applications.menu
(from rev 171666, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-i686/enlightenment17.install
(from rev 171666, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-i686/quickstart.patch
(from rev 171666, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-x86_64/PKGBUILD
(from rev 171666, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-x86_64/e-applications.menu
(from rev 171666, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-x86_64/enlightenment17.install
(from rev 171666, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-x86_64/quickstart.patch
(from rev 171666, enlightenment17/trunk/quickstart.patch)
Deleted:
  enlightenment17/repos/extra-i686/PKGBUILD
  enlightenment17/repos/extra-i686/e-applications.menu
  enlightenment17/repos/extra-i686/enlightenment17.install
  enlightenment17/repos/extra-i686/quickstart.patch
  enlightenment17/repos/extra-x86_64/PKGBUILD
  enlightenment17/repos/extra-x86_64/e-applications.menu
  enlightenment17/repos/extra-x86_64/enlightenment17.install
  enlightenment17/repos/extra-x86_64/quickstart.patch

--+
 extra-i686/PKGBUILD  |  162 -
 extra-i686/e-applications.menu   |  308 -
 extra-i686/enlightenment17.install   |   24 +-
 extra-i686/quickstart.patch  |   26 +-
 extra-x86_64/PKGBUILD|  162 -
 extra-x86_64/e-applications.menu |  308 -
 extra-x86_64/enlightenment17.install |   24 +-
 extra-x86_64/quickstart.patch|   26 +-
 8 files changed, 520 insertions(+), 520 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-20 21:59:26 UTC (rev 171666)
+++ extra-i686/PKGBUILD 2012-11-20 22:00:14 UTC (rev 171667)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=enlightenment17
-_pkgname=enlightenment
-pkgver=0.17.0alpha3
-_pkgver=0.17.0-alpha3
-pkgrel=1
-pkgdesc=Enlightenment window manager DR17 (aka e17)
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('alsa-lib' 'pm-utils' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'efreet' 'eeze'
-  'eio' 'elementary' 'xcb-util-keysyms')
-provides=('notification-daemon' 'e')
-backup=('etc/enlightenment/sysactions.conf')
-options=('!libtool' '!emptydirs')
-install=enlightenment17.install
-source=(http://download.enlightenment.org/releases/$_pkgname-$_pkgver.tar.gz
-  'e-applications.menu' 'quickstart.patch')
-sha1sums=('49cd7da3e1c8df96e388e58c654dbe7253b9a487'
-  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
-  '3f53931ae86de8fe99e386aeb097521aac0decd8')
-
-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}
-
-  patch -p0  $srcdir/quickstart.patch
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/enlightenment  \
---enable-strict \
---disable-static \
---enable-pam \
---disable-device-hal \
---enable-device-udev \
---disable-mount-hal \
---enable-mount-udisks \
---enable-mount-eeze \
---enable-elementary \
---enable-emotion \
---enable-enotify \
---disable-ephysics \
---disable-wayland-clients \
---disable-conf-wallpaper2 \
---disable-illume2 \
---disable-physics \
---disable-doc
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname-$_pkgver
-
-  make DESTDIR=$pkgdir install
-
-# install license files
-  if [ -e $srcdir/$_pkgname-$_pkgver/COPYING ]; then
-install -Dm644 $srcdir/$_pkgname-$_pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-  fi
-
-  if [ -e $srcdir/$_pkgname-$_pkgver/COPYING-PLAIN ]; then
-install -Dm644 $srcdir/$_pkgname-$_pkgver/COPYING-PLAIN \
-$pkgdir/usr/share/licenses/$pkgname/COPYING-PLAIN
-  fi
-
-  # install a default applications.menu file (mostly copy from gnome-menus)
-  install -Dm644 $srcdir/e-applications.menu \
-   $pkgdir/etc/xdg/menus/e-applications.menu
-}
-
-

Copied: enlightenment17/repos/extra-i686/PKGBUILD (from rev 171666, 
enlightenment17/trunk/PKGBUILD)

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

2012-11-20 Thread Ionut Biru
Date: Tuesday, November 20, 2012 @ 17:11:13
  Author: ibiru
Revision: 171668

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 171667, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 171667, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 171667, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 171667, firefox/trunk/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 171667, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/shared-libs.patch
(from rev 171667, firefox/trunk/shared-libs.patch)
  firefox/repos/extra-i686/vendor.js
(from rev 171667, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 171667, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 171667, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 171667, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 171667, firefox/trunk/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 171667, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/shared-libs.patch
(from rev 171667, firefox/trunk/shared-libs.patch)
  firefox/repos/extra-x86_64/vendor.js
(from rev 171667, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/shared-libs.patch
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/shared-libs.patch
  firefox/repos/extra-x86_64/vendor.js

+
 extra-i686/PKGBUILD|  164 ++---
 extra-i686/firefox-install-dir.patch   |   60 +++
 extra-i686/firefox.desktop |  242 +++
 extra-i686/firefox.install |   26 +--
 extra-i686/mozconfig   |   76 -
 extra-i686/shared-libs.patch   |   24 +--
 extra-i686/vendor.js   |   18 +-
 extra-x86_64/PKGBUILD  |  164 ++---
 extra-x86_64/firefox-install-dir.patch |   60 +++
 extra-x86_64/firefox.desktop   |  242 +++
 extra-x86_64/firefox.install   |   26 +--
 extra-x86_64/mozconfig |   76 -
 extra-x86_64/shared-libs.patch |   24 +--
 extra-x86_64/vendor.js |   18 +-
 14 files changed, 610 insertions(+), 610 deletions(-)

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


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

2012-11-20 Thread Tom Gundersen
Date: Tuesday, November 20, 2012 @ 18:56:39
  Author: tomegun
Revision: 171669

upgpkg: libfprint 0.4.0-4

update snapshot, fix build

Modified:
  libfprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 22:11:13 UTC (rev 171668)
+++ PKGBUILD2012-11-20 23:56:39 UTC (rev 171669)
@@ -5,7 +5,7 @@
 
 pkgname=libfprint
 pkgver=0.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc=Library for fingerprint readers
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/fprint/libfprint;
@@ -13,13 +13,12 @@
 depends=(libusb nss gdk-pixbuf2)
 groups=(fprint)
 options=(!libtool !emptydirs)
-_snap=$pkgname-dfff16f3e32519ad071bdb1233c75bfe3ffa5557
+_snap=$pkgname-b2a53a459cc4294dec049d8d7f1b92ebb704f983
 source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2)
 
 build() {
   cd $srcdir/$_snap
-  sed -i '\|^./configure|,+1d' autogen.sh
-  ./autogen.sh
+  NOCONFIGURE=1 ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
   make
 }
@@ -28,4 +27,4 @@
   cd $srcdir/$_snap
   make DESTDIR=$pkgdir install
 }
-md5sums=('aa2fb6b90cf8c53aebd1f0e656dd70c1')
+md5sums=('2695b689910146b753111d48d8a6cb1c')



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

2012-11-20 Thread Tom Gundersen
Date: Tuesday, November 20, 2012 @ 18:57:04
  Author: tomegun
Revision: 171670

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

Added:
  libfprint/repos/testing-i686/
  libfprint/repos/testing-i686/PKGBUILD
(from rev 171669, libfprint/trunk/PKGBUILD)
  libfprint/repos/testing-x86_64/
  libfprint/repos/testing-x86_64/PKGBUILD
(from rev 171669, libfprint/trunk/PKGBUILD)

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

Copied: libfprint/repos/testing-i686/PKGBUILD (from rev 171669, 
libfprint/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-20 23:57:04 UTC (rev 171670)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=libfprint
+pkgver=0.4.0
+pkgrel=4
+pkgdesc=Library for fingerprint readers
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/fprint/libfprint;
+license=(LGPL)
+depends=(libusb nss gdk-pixbuf2)
+groups=(fprint)
+options=(!libtool !emptydirs)
+_snap=$pkgname-b2a53a459cc4294dec049d8d7f1b92ebb704f983
+source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2)
+
+build() {
+  cd $srcdir/$_snap
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$_snap
+  make DESTDIR=$pkgdir install
+}
+md5sums=('2695b689910146b753111d48d8a6cb1c')

Copied: libfprint/repos/testing-x86_64/PKGBUILD (from rev 171669, 
libfprint/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-20 23:57:04 UTC (rev 171670)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=libfprint
+pkgver=0.4.0
+pkgrel=4
+pkgdesc=Library for fingerprint readers
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/fprint/libfprint;
+license=(LGPL)
+depends=(libusb nss gdk-pixbuf2)
+groups=(fprint)
+options=(!libtool !emptydirs)
+_snap=$pkgname-b2a53a459cc4294dec049d8d7f1b92ebb704f983
+source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2)
+
+build() {
+  cd $srcdir/$_snap
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$_snap
+  make DESTDIR=$pkgdir install
+}
+md5sums=('2695b689910146b753111d48d8a6cb1c')



[arch-commits] Commit in thunderbird/trunk (PKGBUILD thunderbird-install-dir.patch)

2012-11-20 Thread Evangelos Foutras
Date: Tuesday, November 20, 2012 @ 21:01:24
  Author: foutrelis
Revision: 171671

upgpkg: thunderbird 17.0-1

New upstream release.

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/thunderbird-install-dir.patch

---+
 PKGBUILD  |6 +++---
 thunderbird-install-dir.patch |   37 -
 2 files changed, 23 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 23:57:04 UTC (rev 171670)
+++ PKGBUILD2012-11-21 02:01:24 UTC (rev 171671)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 
 pkgname=thunderbird
-pkgver=16.0.2
+pkgver=17.0
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
@@ -21,10 +21,10 @@
 thunderbird-install-dir.patch
 vendor.js)
 options=(!emptydirs)
-md5sums=('a01a6c66f107f31c3991849af526011f'
+md5sums=('f3690660044337273efb52f79cb15b0e'
  '41511a6bcdd04cf56706218e4670e631'
  'af3e5b344d2edf1c7d61bb0a5a96de9a'
- '2e15662c756fa799d9d328f7125257be'
+ '1c6f47b315a5d7830f8e901b1f723cfc'
  '5a53179d14ae9631b7afe5e4d0fc0b25')
 
 build() {

Modified: thunderbird-install-dir.patch
===
--- thunderbird-install-dir.patch   2012-11-20 23:57:04 UTC (rev 171670)
+++ thunderbird-install-dir.patch   2012-11-21 02:01:24 UTC (rev 171671)
@@ -1,20 +1,23 @@
-diff -upr comm-release.orig/config/autoconf.mk.in 
comm-release/config/autoconf.mk.in
 comm-release.orig/config/autoconf.mk.in2012-10-12 06:33:25.0 
+0300
-+++ comm-release/config/autoconf.mk.in 2012-10-12 06:40:17.0 +0300
-@@ -36,8 +36,8 @@ datadir  = @datadir@
- mandir= @mandir@
- idldir= $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+diff -upr comm-release.orig/config/baseconfig.mk 
comm-release/config/baseconfig.mk
+--- comm-release.orig/config/baseconfig.mk 2012-11-21 03:19:15.0 
+0200
 comm-release/config/baseconfig.mk  2012-11-21 03:20:35.0 +0200
+@@ -1,9 +1,9 @@
+ INCLUDED_AUTOCONF_MK = 1
  
--installdir= $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
--sdkdir= $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
-+installdir= $(libdir)/$(MOZ_APP_NAME)
-+sdkdir= $(libdir)/$(MOZ_APP_NAME)-devel
- 
- MOZDEPTH  = $(DEPTH)/mozilla
- DIST  = $(MOZDEPTH)/dist
+-includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+-idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+-installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+-sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
++includedir := $(includedir)/$(MOZ_APP_NAME)
++idldir = $(datadir)/idl/$(MOZ_APP_NAME)
++installdir = $(libdir)/$(MOZ_APP_NAME)
++sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel
+ MOZILLA_SRCDIR = $(topsrcdir)/mozilla
+ MOZDEPTH = $(DEPTH)/mozilla
+ DIST = $(MOZDEPTH)/dist
 diff -upr comm-release.orig/mozilla/config/baseconfig.mk 
comm-release/mozilla/config/baseconfig.mk
 comm-release.orig/mozilla/config/baseconfig.mk 2012-10-12 
06:33:27.0 +0300
-+++ comm-release/mozilla/config/baseconfig.mk  2012-10-12 06:37:04.0 
+0300
+--- comm-release.orig/mozilla/config/baseconfig.mk 2012-11-21 
03:19:16.0 +0200
 comm-release/mozilla/config/baseconfig.mk  2012-11-21 03:19:20.0 
+0200
 @@ -1,9 +1,9 @@
  INCLUDED_AUTOCONF_MK = 1
  
@@ -30,8 +33,8 @@
  
  # We do magic with OBJ_SUFFIX in config.mk, the following ensures we don't
 diff -upr comm-release.orig/mozilla/js/src/config/baseconfig.mk 
comm-release/mozilla/js/src/config/baseconfig.mk
 comm-release.orig/mozilla/js/src/config/baseconfig.mk  2012-10-12 
06:33:26.0 +0300
-+++ comm-release/mozilla/js/src/config/baseconfig.mk   2012-10-12 
06:37:49.0 +0300
+--- comm-release.orig/mozilla/js/src/config/baseconfig.mk  2012-11-21 
03:19:15.0 +0200
 comm-release/mozilla/js/src/config/baseconfig.mk   2012-11-21 
03:19:20.0 +0200
 @@ -1,7 +1,7 @@
  INCLUDED_AUTOCONF_MK = 1
  



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

2012-11-20 Thread Evangelos Foutras
Date: Tuesday, November 20, 2012 @ 21:02:06
  Author: foutrelis
Revision: 171672

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 171671, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/mozconfig
(from rev 171671, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 171671, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 171671, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/thunderbird.install
(from rev 171671, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-i686/vendor.js
(from rev 171671, thunderbird/trunk/vendor.js)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 171671, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 171671, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 171671, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 171671, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/thunderbird.install
(from rev 171671, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-x86_64/vendor.js
(from rev 171671, thunderbird/trunk/vendor.js)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/thunderbird.install
  thunderbird/repos/extra-i686/vendor.js
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/thunderbird.install
  thunderbird/repos/extra-x86_64/vendor.js

+
 extra-i686/PKGBUILD|  124 +--
 extra-i686/mozconfig   |   80 -
 extra-i686/thunderbird-install-dir.patch   |   91 ++-
 extra-i686/thunderbird.desktop |   26 ++---
 extra-i686/thunderbird.install |   24 ++---
 extra-i686/vendor.js   |   18 +--
 extra-x86_64/PKGBUILD  |  124 +--
 extra-x86_64/mozconfig |   80 -
 extra-x86_64/thunderbird-install-dir.patch |   91 ++-
 extra-x86_64/thunderbird.desktop   |   26 ++---
 extra-x86_64/thunderbird.install   |   24 ++---
 extra-x86_64/vendor.js |   18 +--
 12 files changed, 366 insertions(+), 360 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-21 02:01:24 UTC (rev 171671)
+++ extra-i686/PKGBUILD 2012-11-21 02:02:06 UTC (rev 171672)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Anders Bostrom anders.bost...@home.se
-
-pkgname=thunderbird
-pkgver=16.0.2
-pkgrel=1
-pkgdesc=Standalone Mail/News reader
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL')
-url=http://www.mozilla.org/thunderbird/;
-depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 
'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 
'mime-types' 'mozilla-common' 'nss' 'sqlite' 'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
-optdepends=('libcanberra: for sound support')
-install=thunderbird.install
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2
-mozconfig
-thunderbird.desktop
-thunderbird-install-dir.patch
-vendor.js)
-options=(!emptydirs)
-md5sums=('a01a6c66f107f31c3991849af526011f'
- '41511a6bcdd04cf56706218e4670e631'
- 'af3e5b344d2edf1c7d61bb0a5a96de9a'
- '2e15662c756fa799d9d328f7125257be'
- '5a53179d14ae9631b7afe5e4d0fc0b25')
-
-build() {
-  cd comm-release
-  patch -Np1 -i $srcdir/thunderbird-install-dir.patch
-
-  cp $srcdir/mozconfig .mozconfig
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/thunderbird
-  export PYTHON=/usr/bin/python2
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd comm-release
-  make -j1 -f client.mk DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/vendor.js 
$pkgdir/usr/lib/thunderbird/defaults/preferences/vendor.js
-
-  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
-  install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
-  

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

2012-11-20 Thread Evangelos Foutras
Date: Tuesday, November 20, 2012 @ 21:05:13
  Author: foutrelis
Revision: 171673

upgpkg: thunderbird-i18n 17.0-1

New upstream release.

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-21 02:02:06 UTC (rev 171672)
+++ PKGBUILD2012-11-21 02:05:13 UTC (rev 171673)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler tho...@archlinux.org
 
 pkgbase=thunderbird-i18n
-pkgver=16.0.2
+pkgver=17.0
 pkgrel=1
 pkgdesc=Language pack for Thunderbird
 arch=('any')
@@ -93,58 +93,58 @@
   install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
 
$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi
 }
-md5sums=('c9853d6503afa58f8f5242ff6259c68f'
- '3dee98152df990953b80ace7ed37dbdb'
- '7941d71065fc12152597d3afa7d9ede7'
- 'b7c640d2d31b57b9dafd85b7de8e19f2'
- '460e0cbd22c4828dbf11f0f9b55688c1'
- 'd5db213f945bc0fa7f38bbdf5f28c973'
- 'f970c11ed206319dcfa0b7d542f9ee8e'
- 'a710fbe5a400579bf7ca392dae11d4bf'
- '5155e7d8ecd2ca6b4cbd3851c0205428'
- 'bc33f6b5cc4f2006185622d6ffc53367'
- 'ba98417112e9a8fd597026b3b859c6ad'
- '57abc459bea5d2757f7cdb6217cc9199'
- '5dc578d6e2e2bd3eecc8490ee02f5982'
- 'c11f36888a4ab168c9668bf04832e153'
- 'b7f6ba28e4be1d97053e26e060442a44'
- 'efe91c22b94794a16c78a0edcb15ce25'
- '2d2b7bb1ca04c0ec0ecb3e2f487c6559'
- '81ee612bfe1f50d8103563c0ae80eb72'
- 'e9ff570deaf6ea6888d1c269a3830321'
- '18bacc1c69f8295dba2ac8232621c44e'
- '630a073188af6d9f0632e23fc0a9fc21'
- '56f38837992bda3120259dab06ec5d2d'
- '12b374a9b73b42cf61414fd4a0810a7a'
- 'df9a14fa5750b4f86daae52304d825bf'
- '1d7764138b752f35d72f203d49b82119'
- '61d6409e2f0a6c8bf581a285a90afc27'
- '14b16a1ba63bd2d75883c5479d0a54bb'
- '50ea589b779c8dfde21d1dd54bc9098b'
- 'eb1a33aa1413634bca1d67a985244715'
- 'b9524105c8ad558c817aef67dcc23793'
- '02b091deba6cb5069bbb196643ba55e6'
- '9be68be5bd8119644622d245530431c2'
- '7869eec12a7835e958a4468f452f33b1'
- 'ecae2d3e430015fd4d8556557b87ed7d'
- '674e376e17b92fbbdf56825948cfaec6'
- '924109a7b3b03cbb288db66ace7c7960'
- 'fe996d1b0127432b1420fce02011730f'
- '20728f10ebc64a50881d48e032dc5437'
- 'a7c60518d2874d91c212c6c3cbf4ad9b'
- 'cfee79361fcd2915feb0eec0dd00bd9c'
- '10523ab9763f45bc0fc2756a6276b256'
- 'c503f3fb9b0e11c66ba98ac9210a27c4'
- 'f0cff5794308b089cc3a5dc1ee22e169'
- 'd09274eae2c5a2663e607edc953f99bc'
- '2dfbf40e418f6438ea5f26f5ca825d62'
- 'e25ab12e4b04d4602fd1450871a9af38'
- '349c200512ccc25291e29aac914688df'
- '98dd2ce44830735cc2d8127da40c4c00'
- 'd274b27f69726e7e822749b1ef3b7a96'
- '0c32540255ee54d44c0e7ebb0fdb99b7'
- '99ac4171a6957d04c7f580a6a42e7778'
- '9dcc37639e80d261f2f0ba78b584fd9b'
- '9f0a79f44233a950f66cff1de3a8f19c'
- '4b9355aafd8df779892f1c50820a2dcb'
- '7c000e38ce5ba244bd75652cc8e86c4b')
+md5sums=('8cb77bb1018e9c5ffcd47f2946350d8d'
+ 'e062f1ac8cd95caff3e5b2c436ae5d47'
+ '03b9538b55afbdc3c0bf12bcea61'
+ '760c31a93fe3c5d62d60d3bf96a6a792'
+ 'bfa5a634616289514f2a71e2568cc614'
+ 'cd27a3ff0274a2fb117f984f292f5e05'
+ 'a71eab4cf0c7ed1117c96654308edf2b'
+ '28f963c83479500b86cb9e4fc0a5d4eb'
+ '8357b0d66ab1609ea7e230b4f978d8c8'
+ '03973e9aab6c68ade6b5c0dca1c69d1b'
+ '4aca9678c1f25945d176225c95641257'
+ '9fbd479bd1d9e50961423fa0f8c05365'
+ 'b334cf93b570c413989cf95ff86636f7'
+ '84003acfa56bcc79cb754c403a59ecae'
+ '76abfb6a4d2c2e730d2219508eb776a1'
+ '2c45ae146f917c21775a0d81ff1d3198'
+ 'a87796bbde465b65548bb57e046c0f81'
+ 'ea02361667a52df0630052470dbee642'
+ '0c189588e9074acd73d1fd839f122c02'
+ '86ce53f06d160ede49e64a5baa338119'
+ '3d56ac860edab556a8e9a4cf0fe06a84'
+ '90909fe0b3c45794eb3cc11cf7dbe9d1'
+ '3f7db3ef8e3e785e507891f4d93432dc'
+ '751ee04aaa186ff6dd11d73d46c03bac'
+ '132799b4b1cd05229e90dda4ca03422b'
+ 'ffdd0252eebc03c1aa11976318317c67'
+ '69ea8959c0884a8b50035ea8bc6ffe2e'
+ 'd05e44c86766e571c60dfdf34f03f9b1'
+ '5a88027d938b961fecf864e629576d6e'
+ 'b3c70227128201579aa07a253acc47b9'
+ 'f608a785c74f389f82b8037801c7f741'
+ '0169fc87e3a88c4df4230d1eedf2ba3e'
+ '066d19b55d97d1ba49ce5616e4616f7f'
+ '89ade26efb41912d95d1d9f969192a2a'
+ '804a19e1338bee9654857a068ec59a5d'
+ 'e0cc15793ab4bcc4ceada720a665d177'
+ 

[arch-commits] Commit in thunderbird-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2012-11-20 Thread Evangelos Foutras
Date: Tuesday, November 20, 2012 @ 21:05:29
  Author: foutrelis
Revision: 171674

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 171673, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  300 ++---
 1 file changed, 150 insertions(+), 150 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-21 02:05:13 UTC (rev 171673)
+++ PKGBUILD2012-11-21 02:05:29 UTC (rev 171674)
@@ -1,150 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgbase=thunderbird-i18n
-pkgver=16.0.2
-pkgrel=1
-pkgdesc=Language pack for Thunderbird
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(thunderbird=$pkgver)
-
-_languages=(
-  'ar Arabic'
-  'astAsturian'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'br Breton'
-  'ca Catalan'
-  'cs Czech'
-  'da Danish'
-  'de German'
-  'el Greek'
-  'en-GB  English (United Kingdom)'
-  'en-US  English (United States)'
-  'es-AR  Spanish (Argentina)'
-  'es-ES  Spanish (Spain)'
-  'et Estonian'
-  'eu Basque'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian (Netherlands)'
-  'ga-IE  Irish'
-  'gd Gaelic'
-  'gl Galician'
-  'he Hebrew'
-  'hr Croatian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'ko Korean'
-  'lt Lithuanian'
-  'nb-NO  Norwegian (Bokmal)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'pa-IN  Punjabi'
-  'pl Polish'
-  'pt-BR  Brazilian Portuguese'
-  'pt-PT  Portuguese'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhalese'
-  'sk Slovak'
-  'sq Albanian'
-  'sl Slovenian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta-LK  Tamil (Sri Lanka)'
-  'tr Turkish'
-  'uk Ukrainian'
-  'vi Vietnamese'
-  'zh-CN  Chinese (simplified)'
-  'zh-TW  Chinese (traditional)'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-# Don't extract anything
-#noextract=(${source[@]##*/})
-
-_package() {
-  pkgdesc=$2 language pack for Thunderbird
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi
-}
-md5sums=('c9853d6503afa58f8f5242ff6259c68f'
- '3dee98152df990953b80ace7ed37dbdb'
- '7941d71065fc12152597d3afa7d9ede7'
- 'b7c640d2d31b57b9dafd85b7de8e19f2'
- '460e0cbd22c4828dbf11f0f9b55688c1'
- 'd5db213f945bc0fa7f38bbdf5f28c973'
- 'f970c11ed206319dcfa0b7d542f9ee8e'
- 'a710fbe5a400579bf7ca392dae11d4bf'
- '5155e7d8ecd2ca6b4cbd3851c0205428'
- 'bc33f6b5cc4f2006185622d6ffc53367'
- 'ba98417112e9a8fd597026b3b859c6ad'
- '57abc459bea5d2757f7cdb6217cc9199'
- '5dc578d6e2e2bd3eecc8490ee02f5982'
- 'c11f36888a4ab168c9668bf04832e153'
- 'b7f6ba28e4be1d97053e26e060442a44'
- 'efe91c22b94794a16c78a0edcb15ce25'
- '2d2b7bb1ca04c0ec0ecb3e2f487c6559'
- '81ee612bfe1f50d8103563c0ae80eb72'
- 'e9ff570deaf6ea6888d1c269a3830321'
- '18bacc1c69f8295dba2ac8232621c44e'
- '630a073188af6d9f0632e23fc0a9fc21'
- '56f38837992bda3120259dab06ec5d2d'
- '12b374a9b73b42cf61414fd4a0810a7a'
- 'df9a14fa5750b4f86daae52304d825bf'
- '1d7764138b752f35d72f203d49b82119'
- '61d6409e2f0a6c8bf581a285a90afc27'
- '14b16a1ba63bd2d75883c5479d0a54bb'
- '50ea589b779c8dfde21d1dd54bc9098b'
- 'eb1a33aa1413634bca1d67a985244715'
- 'b9524105c8ad558c817aef67dcc23793'
- '02b091deba6cb5069bbb196643ba55e6'
- '9be68be5bd8119644622d245530431c2'
- '7869eec12a7835e958a4468f452f33b1'
- 'ecae2d3e430015fd4d8556557b87ed7d'
- '674e376e17b92fbbdf56825948cfaec6'
- '924109a7b3b03cbb288db66ace7c7960'
- 'fe996d1b0127432b1420fce02011730f'
- '20728f10ebc64a50881d48e032dc5437'
- 'a7c60518d2874d91c212c6c3cbf4ad9b'
- 'cfee79361fcd2915feb0eec0dd00bd9c'
- '10523ab9763f45bc0fc2756a6276b256'
- 'c503f3fb9b0e11c66ba98ac9210a27c4'
- 'f0cff5794308b089cc3a5dc1ee22e169'
- 'd09274eae2c5a2663e607edc953f99bc'
- '2dfbf40e418f6438ea5f26f5ca825d62'
- 'e25ab12e4b04d4602fd1450871a9af38'
- 

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

2012-11-20 Thread Tom Gundersen
Date: Tuesday, November 20, 2012 @ 21:10:57
  Author: tomegun
Revision: 171675

prepare for 196

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd.install
  systemd/trunk/use-split-usr-path.patch
Deleted:
  systemd/trunk/0001-Reinstate-TIMEOUT-handling.patch

---+
 0001-Reinstate-TIMEOUT-handling.patch |  124 
 PKGBUILD  |   20 +
 systemd.install   |7 +
 use-split-usr-path.patch  |2 
 4 files changed, 13 insertions(+), 140 deletions(-)

Deleted: 0001-Reinstate-TIMEOUT-handling.patch
===
--- 0001-Reinstate-TIMEOUT-handling.patch   2012-11-21 02:05:29 UTC (rev 
171674)
+++ 0001-Reinstate-TIMEOUT-handling.patch   2012-11-21 02:10:57 UTC (rev 
171675)
@@ -1,124 +0,0 @@
-From 2127f99fb43d2ef950e95329ce40bdd5da8b015c Mon Sep 17 00:00:00 2001
-From: Dave Reisner dreis...@archlinux.org
-Date: Fri, 25 May 2012 19:43:24 -0400
-Subject: [PATCH] Reinstate TIMEOUT= handling
-
-This is mostly to deal with ipw2?00 drivers which have yet to be fixed
-in the kernel.

- src/libudev/libudev-device.c  |   19 +++
- src/libudev/libudev-private.h |1 +
- src/udev/udevd.c  |   13 ++---
- 3 files changed, 30 insertions(+), 3 deletions(-)
-
-diff --git a/src/libudev/libudev-device.c b/src/libudev/libudev-device.c
-index a8277d1..5966189 100644
 a/src/libudev/libudev-device.c
-+++ b/src/libudev/libudev-device.c
-@@ -68,6 +68,7 @@ struct udev_device {
- struct udev_list tags_list;
- unsigned long long int seqnum;
- unsigned long long int usec_initialized;
-+int timeout;
- int devlink_priority;
- int refcount;
- dev_t devnum;
-@@ -89,6 +90,21 @@ struct udev_device {
- bool db_persist;
- };
- 
-+int udev_device_get_timeout(struct udev_device *udev_device)
-+{
-+return udev_device-timeout;
-+}
-+
-+static int udev_device_set_timeout(struct udev_device *udev_device, int 
timeout)
-+{
-+char num[32];
-+
-+udev_device-timeout = timeout;
-+snprintf(num, sizeof(num), %u, timeout);
-+udev_device_add_property(udev_device, TIMEOUT, num);
-+return 0;
-+}
-+
- /**
-  * udev_device_get_seqnum:
-  * @udev_device: udev device
-@@ -362,6 +378,8 @@ void udev_device_add_property_from_string_parse(struct 
udev_device *udev_device,
- 
- util_strscpyl(path, sizeof(path), TEST_PREFIX /sys, 
property[8], NULL);
- udev_device_set_syspath(udev_device, path);
-+} else if (strncmp(property, TIMEOUT=, 8) == 0) {
-+udev_device_set_timeout(udev_device, strtoull(property[8], 
NULL, 10));
- } else if (startswith(property, SUBSYSTEM=)) {
- udev_device_set_subsystem(udev_device, property[10]);
- } else if (startswith(property, DEVTYPE=)) {
-@@ -605,6 +623,7 @@ struct udev_device *udev_device_new(struct udev *udev)
- udev_list_init(udev, udev_device-sysattr_value_list, true);
- udev_list_init(udev, udev_device-sysattr_list, false);
- udev_list_init(udev, udev_device-tags_list, true);
-+udev_device-timeout = -1;
- udev_device-watch_handle = -1;
- /* copy global properties */
- udev_list_entry_foreach(list_entry, 
udev_get_properties_list_entry(udev))
-diff --git a/src/libudev/libudev-private.h b/src/libudev/libudev-private.h
-index 4eb4a59..99aefeb 100644
 a/src/libudev/libudev-private.h
-+++ b/src/libudev/libudev-private.h
-@@ -70,6 +70,7 @@ const char *udev_device_get_id_filename(struct udev_device 
*udev_device);
- void udev_device_set_is_initialized(struct udev_device *udev_device);
- int udev_device_add_tag(struct udev_device *udev_device, const char *tag);
- void udev_device_cleanup_tags_list(struct udev_device *udev_device);
-+int udev_device_get_timeout(struct udev_device *udev_device);
- unsigned long long udev_device_get_usec_initialized(struct udev_device 
*udev_device);
- void udev_device_set_usec_initialized(struct udev_device *udev_device, 
unsigned long long usec_initialized);
- int udev_device_get_devlink_priority(struct udev_device *udev_device);
-diff --git a/src/udev/udevd.c b/src/udev/udevd.c
-index 0d85960..cd24462 100644
 a/src/udev/udevd.c
-+++ b/src/udev/udevd.c
-@@ -384,7 +384,7 @@ out:
- }
- }
- 
--static void event_run(struct event *event)
-+static void event_run(struct event *event, bool force)
- {
- struct udev_list_node *loop;
- 
-@@ -410,7 +410,7 @@ static void event_run(struct event *event)
- return;
- }
- 
--if (children = children_max) {
-+if (!force  children = children_max) {
- if (children_max  1)
- log_debug(maximum number (%i) of children 
reached\n, children);
- return;
-@@ -444,6 +444,13 @@ 

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

2012-11-20 Thread Gaetan Bisson
Date: Tuesday, November 20, 2012 @ 22:15:32
  Author: bisson
Revision: 171676

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

Added:
  cronie/repos/core-i686/PKGBUILD
(from rev 171675, cronie/repos/testing-i686/PKGBUILD)
  cronie/repos/core-i686/cron.deny
(from rev 171675, cronie/repos/testing-i686/cron.deny)
  cronie/repos/core-i686/pam.d
(from rev 171675, cronie/repos/testing-i686/pam.d)
  cronie/repos/core-i686/rc.d
(from rev 171675, cronie/repos/testing-i686/rc.d)
  cronie/repos/core-i686/service
(from rev 171675, cronie/repos/testing-i686/service)
  cronie/repos/core-x86_64/PKGBUILD
(from rev 171675, cronie/repos/testing-x86_64/PKGBUILD)
  cronie/repos/core-x86_64/cron.deny
(from rev 171675, cronie/repos/testing-x86_64/cron.deny)
  cronie/repos/core-x86_64/pam.d
(from rev 171675, cronie/repos/testing-x86_64/pam.d)
  cronie/repos/core-x86_64/rc.d
(from rev 171675, cronie/repos/testing-x86_64/rc.d)
  cronie/repos/core-x86_64/service
(from rev 171675, cronie/repos/testing-x86_64/service)
Deleted:
  cronie/repos/core-i686/PKGBUILD
  cronie/repos/core-i686/cron.deny
  cronie/repos/core-i686/pam.d
  cronie/repos/core-i686/rc.d
  cronie/repos/core-i686/service
  cronie/repos/core-x86_64/PKGBUILD
  cronie/repos/core-x86_64/cron.deny
  cronie/repos/core-x86_64/pam.d
  cronie/repos/core-x86_64/rc.d
  cronie/repos/core-x86_64/service
  cronie/repos/testing-i686/
  cronie/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|  141 +++-
 core-i686/cron.deny   |2 
 core-i686/pam.d   |   20 +++---
 core-i686/rc.d|   76 -
 core-i686/service |   20 +++---
 core-x86_64/PKGBUILD  |  141 +++-
 core-x86_64/cron.deny |2 
 core-x86_64/pam.d |   20 +++---
 core-x86_64/rc.d  |   76 -
 core-x86_64/service   |   20 +++---
 10 files changed, 256 insertions(+), 262 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-11-21 02:10:57 UTC (rev 171675)
+++ core-i686/PKGBUILD  2012-11-21 03:15:32 UTC (rev 171676)
@@ -1,72 +0,0 @@
-# Contributor: Kaiting Chen kaiting.c...@kiwilight.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname='cronie'
-pkgver=1.4.8
-pkgrel=3
-pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
-url='https://fedorahosted.org/cronie/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('pam' 'bash' 'run-parts')
-optdepends=('pm-utils: defer anacron when on battery power'
-'smtp-server: sending cron job output via email')
-
-source=(https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'cron.deny'
-   'service'
-'pam.d'
-'rc.d')
-sha1sums=('1d2ce3a6ca2a6f96ff31921e4060be3199dc10f3'
-  '0f279b8fb820340267d578dc85511c980715f91e'
-  '3038a05476829f72fc4918bee9176b273ce10340'
-  '5eff7fb31f6bc0a924243ff046704726cf20c221'
-  'c08c040ed5cb12bc4fd15639a5242d31ec247ef5')
-
-backup=('etc/anacrontab'
-'etc/conf.d/crond'
-'etc/pam.d/crond'
-'etc/cron.deny')
-
-conflicts=('cron')
-provides=('cron')
-groups=('base')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --enable-anacron \
-   --with-inotify \
-   --with-pam \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   chmod u+s ${pkgdir}/usr/bin/crontab
-   install -d ${pkgdir}/var/spool/{ana,}cron
-   install -d ${pkgdir}/etc/cron.{d,hourly,daily,weekly,monthly}
-
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/crond
-   install -Dm644 ../pam.d ${pkgdir}/etc/pam.d/crond
-   install -Dm644 ../cron.deny ${pkgdir}/etc/cron.deny
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/cronie.service
-
-   install -Dm644 crond.sysconfig ${pkgdir}/etc/conf.d/crond
-   install -Dm644 contrib/anacrontab ${pkgdir}/etc/anacrontab
-   install -Dm644 contrib/0hourly ${pkgdir}/etc/cron.d/0hourly
-   install -Dm755 contrib/0anacron ${pkgdir}/etc/cron.hourly/0anacron
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/cronie/COPYING
-
-   # Provide native service for arch-daemons generator
-   ln -s cronie.service $pkgdir/usr/lib/systemd/system/crond.service
-}

Copied: cronie/repos/core-i686/PKGBUILD (from rev 171675, 
cronie/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-11-21 03:15:32 UTC (rev 171676)
@@ -0,0 +1,69 @@
+# Contributor: Kaiting Chen 

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

2012-11-20 Thread Ray Rashif
Date: Wednesday, November 21, 2012 @ 02:35:36
  Author: schiv
Revision: 171677

upgpkg: lv2 1.2.0-1

very late update to upstream release

Modified:
  lv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-21 03:15:32 UTC (rev 171676)
+++ PKGBUILD2012-11-21 07:35:36 UTC (rev 171677)
@@ -2,8 +2,8 @@
 # Maintainer: Ray Rashif sc...@archlinux.org
 
 pkgname=lv2
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc=Successor to the LADSPA audio plug-in standard
 url=http://lv2plug.in/;
 license=('LGPL' 'custom')
@@ -15,7 +15,7 @@
 conflicts=('lv2core')
 replaces=('lv2core')
 source=(http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2;)
-md5sums=('af98a50d8dfa8318a69800ea48b421f6')
+md5sums=('323b851563b4da1ad2c0faf5c76f0e3a')
 
 build() {
cd $srcdir/$pkgname-$pkgver



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

2012-11-20 Thread Ray Rashif
Date: Wednesday, November 21, 2012 @ 02:36:28
  Author: schiv
Revision: 171678

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-21 07:35:36 UTC (rev 171677)
+++ extra-i686/PKGBUILD 2012-11-21 07:36:28 UTC (rev 171678)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-
-pkgname=lv2
-pkgver=1.0.0
-pkgrel=2
-pkgdesc=Successor to the LADSPA audio plug-in standard
-url=http://lv2plug.in/;
-license=('LGPL' 'custom')
-arch=('i686' 'x86_64')
-makedepends=('python2' 'libsndfile' 'gtk2')
-optdepends=('libsndfile: lv2-eg-sampler'
-'gtk2: lv2-eg-sampler')
-provides=('lv2core')
-conflicts=('lv2core')
-replaces=('lv2core')
-source=(http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2;)
-md5sums=('af98a50d8dfa8318a69800ea48b421f6')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   python2 waf configure --prefix=/usr
-   python2 waf build $MAKEFLAGS
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   python2 waf install --destdir=$pkgdir
-
-   install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lv2/repos/extra-i686/PKGBUILD (from rev 171677, lv2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-21 07:36:28 UTC (rev 171678)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+
+pkgname=lv2
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=Successor to the LADSPA audio plug-in standard
+url=http://lv2plug.in/;
+license=('LGPL' 'custom')
+arch=('i686' 'x86_64')
+makedepends=('python2' 'libsndfile' 'gtk2')
+optdepends=('libsndfile: lv2-eg-sampler'
+'gtk2: lv2-eg-sampler')
+provides=('lv2core')
+conflicts=('lv2core')
+replaces=('lv2core')
+source=(http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2;)
+md5sums=('323b851563b4da1ad2c0faf5c76f0e3a')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   python2 waf configure --prefix=/usr
+   python2 waf build $MAKEFLAGS
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   python2 waf install --destdir=$pkgdir
+
+   install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-21 07:35:36 UTC (rev 171677)
+++ extra-x86_64/PKGBUILD   2012-11-21 07:36:28 UTC (rev 171678)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-
-pkgname=lv2
-pkgver=1.0.0
-pkgrel=2
-pkgdesc=Successor to the LADSPA audio plug-in standard
-url=http://lv2plug.in/;
-license=('LGPL' 'custom')
-arch=('i686' 'x86_64')
-makedepends=('python2' 'libsndfile' 'gtk2')
-optdepends=('libsndfile: lv2-eg-sampler'
-'gtk2: lv2-eg-sampler')
-provides=('lv2core')
-conflicts=('lv2core')
-replaces=('lv2core')
-source=(http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2;)
-md5sums=('af98a50d8dfa8318a69800ea48b421f6')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   python2 waf configure --prefix=/usr
-   python2 waf build $MAKEFLAGS
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   python2 waf install --destdir=$pkgdir
-
-   install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lv2/repos/extra-x86_64/PKGBUILD (from rev 171677, lv2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-21 07:36:28 UTC (rev 171678)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+
+pkgname=lv2
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=Successor to the LADSPA audio plug-in standard
+url=http://lv2plug.in/;
+license=('LGPL' 'custom')
+arch=('i686' 'x86_64')
+makedepends=('python2' 'libsndfile' 'gtk2')
+optdepends=('libsndfile: lv2-eg-sampler'
+'gtk2: lv2-eg-sampler')
+provides=('lv2core')
+conflicts=('lv2core')
+replaces=('lv2core')
+source=(http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2;)
+md5sums=('323b851563b4da1ad2c0faf5c76f0e3a')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   python2 waf configure --prefix=/usr
+   python2 waf build $MAKEFLAGS
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+