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

2013-08-17 Thread Jan Steffens
Date: Sunday, August 18, 2013 @ 04:48:41
  Author: heftig
Revision: 193178

Upgrade to snapshot, fixing totem crash

Modified:
  gstreamer-vaapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-18 02:11:10 UTC (rev 193177)
+++ PKGBUILD2013-08-18 02:48:41 UTC (rev 193178)
@@ -4,20 +4,22 @@
 pkgbase=gstreamer-vaapi
 pkgname=(gst-vaapi gstreamer0.10-vaapi)
 pkgver=0.5.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer Multimedia Framework VA Plugins"
 arch=(i686 x86_64)
 license=(LGPL)
 url="http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/";
 makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins libva
- libxrandr)
+ libxrandr git)
 options=(!libtool !emptydirs)
 
-source=($url/$pkgbase-${pkgver}.tar.bz2)
-sha1sums=('f4f28d04a2f6dc2b68151af700231ff8e47a7596')
+#source=($url/$pkgbase-${pkgver}.tar.bz2)
+source=("$pkgbase-$pkgver::git://gitorious.org/vaapi/gstreamer-vaapi.git#commit=73323ba")
+sha1sums=('SKIP')
 
 prepare() {
   cd $pkgbase-$pkgver
+  NO_CONFIGURE=1 ./autogen.sh
   mkdir build-1.0 build-0.10
 }
 



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

2013-08-17 Thread Jan Steffens
Date: Sunday, August 18, 2013 @ 04:49:33
  Author: heftig
Revision: 193179

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

Added:
  gstreamer-vaapi/repos/extra-i686/PKGBUILD
(from rev 193178, gstreamer-vaapi/trunk/PKGBUILD)
  gstreamer-vaapi/repos/extra-x86_64/PKGBUILD
(from rev 193178, gstreamer-vaapi/trunk/PKGBUILD)
Deleted:
  gstreamer-vaapi/repos/extra-i686/PKGBUILD
  gstreamer-vaapi/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-18 02:48:41 UTC (rev 193178)
+++ extra-i686/PKGBUILD 2013-08-18 02:49:33 UTC (rev 193179)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=gstreamer-vaapi
-pkgname=(gst-vaapi gstreamer0.10-vaapi)
-pkgver=0.5.5.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework VA Plugins"
-arch=(i686 x86_64)
-license=(LGPL)
-url="http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/";
-makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins libva
- libxrandr)
-options=(!libtool !emptydirs)
-
-source=($url/$pkgbase-${pkgver}.tar.bz2)
-sha1sums=('f4f28d04a2f6dc2b68151af700231ff8e47a7596')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  mkdir build-1.0 build-0.10
-}
-
-build() {
-  cd $pkgbase-$pkgver/build-1.0
-  ../configure --prefix=/usr --disable-static --with-gstreamer-api=1.0
-  make
-
-  cd ../build-0.10
-  ../configure --prefix=/usr --disable-static --with-gstreamer-api=0.10
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver/build-1.0
-  make check
-
-  cd ../build-0.10
-  make check
-}
-
-package_gst-vaapi() {
-  depends=(gst-plugins-base gst-plugins-bad libva libxrandr)
-
-  cd $pkgbase-$pkgver/build-1.0
-  make DESTDIR="$pkgdir" install
-}
-
-package_gstreamer0.10-vaapi() {
-  depends=(gstreamer0.10-base-plugins gstreamer0.10-bad-plugins libva 
libxrandr)
-
-  cd $pkgbase-$pkgver/build-0.10
-  make DESTDIR="$pkgdir" install
-}

Copied: gstreamer-vaapi/repos/extra-i686/PKGBUILD (from rev 193178, 
gstreamer-vaapi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-18 02:49:33 UTC (rev 193179)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=gstreamer-vaapi
+pkgname=(gst-vaapi gstreamer0.10-vaapi)
+pkgver=0.5.5.1
+pkgrel=2
+pkgdesc="GStreamer Multimedia Framework VA Plugins"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/";
+makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins libva
+ libxrandr git)
+options=(!libtool !emptydirs)
+
+#source=($url/$pkgbase-${pkgver}.tar.bz2)
+source=("$pkgbase-$pkgver::git://gitorious.org/vaapi/gstreamer-vaapi.git#commit=73323ba")
+sha1sums=('SKIP')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  NO_CONFIGURE=1 ./autogen.sh
+  mkdir build-1.0 build-0.10
+}
+
+build() {
+  cd $pkgbase-$pkgver/build-1.0
+  ../configure --prefix=/usr --disable-static --with-gstreamer-api=1.0
+  make
+
+  cd ../build-0.10
+  ../configure --prefix=/usr --disable-static --with-gstreamer-api=0.10
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver/build-1.0
+  make check
+
+  cd ../build-0.10
+  make check
+}
+
+package_gst-vaapi() {
+  depends=(gst-plugins-base gst-plugins-bad libva libxrandr)
+
+  cd $pkgbase-$pkgver/build-1.0
+  make DESTDIR="$pkgdir" install
+}
+
+package_gstreamer0.10-vaapi() {
+  depends=(gstreamer0.10-base-plugins gstreamer0.10-bad-plugins libva 
libxrandr)
+
+  cd $pkgbase-$pkgver/build-0.10
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-18 02:48:41 UTC (rev 193178)
+++ extra-x86_64/PKGBUILD   2013-08-18 02:49:33 UTC (rev 193179)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=gstreamer-vaapi
-pkgname=(gst-vaapi gstreamer0.10-vaapi)
-pkgver=0.5.5.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework VA Plugins"
-arch=(i686 x86_64)
-license=(LGPL)
-url="http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/";
-makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins libva
- libxrandr)
-options=(!libtool !emptydirs)
-
-source=($url/$pkgbase-${pkgver}.tar.bz2)
-sha1sums=('f4f28d04a2f6dc2b68151af700231ff8e47a7596')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  mkdir build-1.0 build-0.10
-}
-
-build() {
-  cd $pkgbase-$pkgver/build-1.0
-  ../configure --prefix=/usr --disable-static --with-gs

[arch-commits] Commit in perl-try-tiny/trunk (PKGBUILD)

2013-08-17 Thread Eric Bélanger
Date: Sunday, August 18, 2013 @ 05:16:01
  Author: eric
Revision: 193180

upgpkg: perl-try-tiny 0.18-1

Upstream update

Modified:
  perl-try-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-18 02:49:33 UTC (rev 193179)
+++ PKGBUILD2013-08-18 03:16:01 UTC (rev 193180)
@@ -2,17 +2,16 @@
 # Maintainer: 
 
 pkgname=perl-try-tiny
-pkgver=0.17
+pkgver=0.18
 pkgrel=1
 pkgdesc="Minimal try/catch with proper localization of \$@"
 arch=('any')
 url="http://search.cpan.org/dist/Try-Tiny";
 license=('MIT')
 depends=('perl')
-checkdepends=('perl-test-simple')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Try-Tiny-${pkgver}.tar.gz";)
-sha1sums=('45d4704d370545605bd308d3d8ef99b26c04fd57')
+sha1sums=('1910c037e4b7367c58d2e2f06464863bdee2b06a')
 
 build() {
   cd Try-Tiny-${pkgver}



[arch-commits] Commit in perl-try-tiny/repos/extra-any (PKGBUILD PKGBUILD)

2013-08-17 Thread Eric Bélanger
Date: Sunday, August 18, 2013 @ 05:16:46
  Author: eric
Revision: 193181

archrelease: copy trunk to extra-any

Added:
  perl-try-tiny/repos/extra-any/PKGBUILD
(from rev 193180, perl-try-tiny/trunk/PKGBUILD)
Deleted:
  perl-try-tiny/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   63 ++---
 1 file changed, 31 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-18 03:16:01 UTC (rev 193180)
+++ PKGBUILD2013-08-18 03:16:46 UTC (rev 193181)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perl-try-tiny
-pkgver=0.17
-pkgrel=1
-pkgdesc="Minimal try/catch with proper localization of \$@"
-arch=('any')
-url="http://search.cpan.org/dist/Try-Tiny";
-license=('MIT')
-depends=('perl')
-checkdepends=('perl-test-simple')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Try-Tiny-${pkgver}.tar.gz";)
-sha1sums=('45d4704d370545605bd308d3d8ef99b26c04fd57')
-
-build() {
-  cd Try-Tiny-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Try-Tiny-${pkgver}
-  make test
-}
-
-package() {
-  cd Try-Tiny-${pkgver}
-  make DESTDIR="$pkgdir" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: perl-try-tiny/repos/extra-any/PKGBUILD (from rev 193180, 
perl-try-tiny/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-18 03:16:46 UTC (rev 193181)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-try-tiny
+pkgver=0.18
+pkgrel=1
+pkgdesc="Minimal try/catch with proper localization of \$@"
+arch=('any')
+url="http://search.cpan.org/dist/Try-Tiny";
+license=('MIT')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Try-Tiny-${pkgver}.tar.gz";)
+sha1sums=('1910c037e4b7367c58d2e2f06464863bdee2b06a')
+
+build() {
+  cd Try-Tiny-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Try-Tiny-${pkgver}
+  make test
+}
+
+package() {
+  cd Try-Tiny-${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2013-08-17 Thread Ángel Velásquez
Date: Sunday, August 18, 2013 @ 05:51:44
  Author: angvp
Revision: 95874

upgpkg: python-sqlalchemy 0.8.2-1

Rebuild against setuptools

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-17 23:18:22 UTC (rev 95873)
+++ PKGBUILD2013-08-18 03:51:44 UTC (rev 95874)
@@ -4,14 +4,14 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 arch=('i686' 'x86_64') # python2 package contain .so
 url="http://www.sqlalchemy.org/";
 license=('custom: MIT')
-makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 
'python-nose' 'python2-nose')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'python-nose' 'python2-nose')
 
source=(http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz)
-md5sums=('8e27886edc49e69921af77c2274caa41')
+md5sums=('78c5bc43fcbc3dea77fa85caa432625d')
 
 build() {
   cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver



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

2013-08-17 Thread Ángel Velásquez
Date: Sunday, August 18, 2013 @ 05:52:46
  Author: angvp
Revision: 95875

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

Added:
  python-sqlalchemy/repos/community-testing-i686/
  python-sqlalchemy/repos/community-testing-i686/PKGBUILD
(from rev 95874, python-sqlalchemy/trunk/PKGBUILD)
  python-sqlalchemy/repos/community-testing-x86_64/
  python-sqlalchemy/repos/community-testing-x86_64/PKGBUILD
(from rev 95874, python-sqlalchemy/trunk/PKGBUILD)

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

Copied: python-sqlalchemy/repos/community-testing-i686/PKGBUILD (from rev 
95874, python-sqlalchemy/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-08-18 03:52:46 UTC (rev 95875)
@@ -0,0 +1,51 @@
+# $Id$ 
+# Maintainer: Angel Velasquez  
+# Contributor: Sébastien Luttringer 
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=0.8.2
+pkgrel=1
+arch=('i686' 'x86_64') # python2 package contain .so
+url="http://www.sqlalchemy.org/";
+license=('custom: MIT')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'python-nose' 'python2-nose')
+source=(http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz)
+md5sums=('78c5bc43fcbc3dea77fa85caa432625d')
+
+build() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+  cd SQLAlchemy-$pkgver
+  python setup.py build
+  cd ../SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd SQLAlchemy-${pkgver}
+  python setup.py check
+  python2 setup.py check
+
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+
+  cd SQLAlchemy-${pkgver}
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root="$pkgdir"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-testing-x86_64/PKGBUILD (from rev 
95874, python-sqlalchemy/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-08-18 03:52:46 UTC (rev 95875)
@@ -0,0 +1,51 @@
+# $Id$ 
+# Maintainer: Angel Velasquez  
+# Contributor: Sébastien Luttringer 
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=0.8.2
+pkgrel=1
+arch=('i686' 'x86_64') # python2 package contain .so
+url="http://www.sqlalchemy.org/";
+license=('custom: MIT')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'python-nose' 'python2-nose')
+source=(http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz)
+md5sums=('78c5bc43fcbc3dea77fa85caa432625d')
+
+build() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+  cd SQLAlchemy-$pkgver
+  python setup.py build
+  cd ../SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd SQLAlchemy-${pkgver}
+  python setup.py check
+  python2 setup.py check
+
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+
+  cd SQLAlchemy-${pkgver}
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root="$pkgdir"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:



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

2013-08-17 Thread Felix Yan
Date: Sunday, August 18, 2013 @ 07:15:22
  Author: fyan
Revision: 95876

upgpkg: pidgin-lwqq 0.2a.20130818-1

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-18 03:52:46 UTC (rev 95875)
+++ PKGBUILD2013-08-18 05:15:22 UTC (rev 95876)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pidgin-lwqq
-pkgver=0.2a.20130816
+pkgver=0.2a.20130818
 _commit=dbd57d99769303f86f5c9aa66a7383a719a22dc7
 pkgrel=1
 pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"



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

2013-08-17 Thread Felix Yan
Date: Sunday, August 18, 2013 @ 07:20:27
  Author: fyan
Revision: 95877

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

Added:
  pidgin-lwqq/repos/community-i686/PKGBUILD
(from rev 95876, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
(from rev 95876, pidgin-lwqq/trunk/pidgin-lwqq.install)
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
(from rev 95876, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install
(from rev 95876, pidgin-lwqq/trunk/pidgin-lwqq.install)
Deleted:
  pidgin-lwqq/repos/community-i686/PKGBUILD
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install

--+
 /PKGBUILD|   82 +
 /pidgin-lwqq.install |   22 
 community-i686/PKGBUILD  |   41 
 community-i686/pidgin-lwqq.install   |   11 
 community-x86_64/PKGBUILD|   41 
 community-x86_64/pidgin-lwqq.install |   11 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-18 05:15:22 UTC (rev 95876)
+++ community-i686/PKGBUILD 2013-08-18 05:20:27 UTC (rev 95877)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pidgin-lwqq
-pkgver=0.2a.20130816
-_commit=dbd57d99769303f86f5c9aa66a7383a719a22dc7
-pkgrel=1
-pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
-arch=('i686' 'x86_64')
-url="https://github.com/xiehuc/pidgin-lwqq";
-license=('GPL3')
-depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'libev')
-optdepends=('pidgin: Multi-protocol instant messaging client'
-   'telepathy-haze: Empathy plugin support')
-makedepends=('git' 'cmake')
-install=$pkgname.install
-source=("git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit"
-#source=("git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver"
-"git://github.com/xiehuc/lwqq.git")
-
-prepare() {
-  cd "$srcdir/$pkgname"
-  git submodule init
-  git config submodule."liblwqq".url "$srcdir/lwqq"
-  git submodule update
-}
-
-build() {
-  cd "${srcdir}/$pkgname"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="${pkgdir}" install
-}
-
-sha512sums=('SKIP'
-'SKIP')

Copied: pidgin-lwqq/repos/community-i686/PKGBUILD (from rev 95876, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-18 05:20:27 UTC (rev 95877)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pidgin-lwqq
+pkgver=0.2a.20130818
+_commit=dbd57d99769303f86f5c9aa66a7383a719a22dc7
+pkgrel=1
+pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
+arch=('i686' 'x86_64')
+url="https://github.com/xiehuc/pidgin-lwqq";
+license=('GPL3')
+depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'libev')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+   'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+install=$pkgname.install
+source=("git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit"
+#source=("git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver"
+"git://github.com/xiehuc/lwqq.git")
+
+prepare() {
+  cd "$srcdir/$pkgname"
+  git submodule init
+  git config submodule."liblwqq".url "$srcdir/lwqq"
+  git submodule update
+}
+
+build() {
+  cd "${srcdir}/$pkgname"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('SKIP'
+'SKIP')

Deleted: community-i686/pidgin-lwqq.install
===
--- community-i686/pidgin-lwqq.install  2013-08-18 05:15:22 UTC (rev 95876)
+++ community-i686/pidgin-lwqq.install  2013-08-18 05:20:27 UTC (rev 95877)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pidgin-lwqq/repos/community-i686/pidgin-lwqq.install (from rev 95876, 
pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-i686/pidgin-lwqq.install  (rev 0)
+++ community-i686/pidgin-lwqq.install  2013-08-18 05:20:27 UTC (rev 95877)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64

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

2013-08-17 Thread Felix Yan
Date: Sunday, August 18, 2013 @ 07:32:25
  Author: fyan
Revision: 95878

upgpkg: pidgin-lwqq 0.2a.20130818-2

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-18 05:20:27 UTC (rev 95877)
+++ PKGBUILD2013-08-18 05:32:25 UTC (rev 95878)
@@ -3,13 +3,13 @@
 
 pkgname=pidgin-lwqq
 pkgver=0.2a.20130818
-_commit=dbd57d99769303f86f5c9aa66a7383a719a22dc7
-pkgrel=1
+_commit=de2af3f13e664af0e05a197cc2bd073edffaf235
+pkgrel=2
 pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
 arch=('i686' 'x86_64')
 url="https://github.com/xiehuc/pidgin-lwqq";
 license=('GPL3')
-depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'libev')
+depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'libev' 'js185')
 optdepends=('pidgin: Multi-protocol instant messaging client'
'telepathy-haze: Empathy plugin support')
 makedepends=('git' 'cmake')



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

2013-08-17 Thread Felix Yan
Date: Sunday, August 18, 2013 @ 07:35:59
  Author: fyan
Revision: 95879

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

Added:
  pidgin-lwqq/repos/community-i686/PKGBUILD
(from rev 95878, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
(from rev 95878, pidgin-lwqq/trunk/pidgin-lwqq.install)
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
(from rev 95878, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install
(from rev 95878, pidgin-lwqq/trunk/pidgin-lwqq.install)
Deleted:
  pidgin-lwqq/repos/community-i686/PKGBUILD
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install

--+
 /PKGBUILD|   82 +
 /pidgin-lwqq.install |   22 
 community-i686/PKGBUILD  |   41 
 community-i686/pidgin-lwqq.install   |   11 
 community-x86_64/PKGBUILD|   41 
 community-x86_64/pidgin-lwqq.install |   11 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-18 05:32:25 UTC (rev 95878)
+++ community-i686/PKGBUILD 2013-08-18 05:35:59 UTC (rev 95879)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pidgin-lwqq
-pkgver=0.2a.20130818
-_commit=dbd57d99769303f86f5c9aa66a7383a719a22dc7
-pkgrel=1
-pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
-arch=('i686' 'x86_64')
-url="https://github.com/xiehuc/pidgin-lwqq";
-license=('GPL3')
-depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'libev')
-optdepends=('pidgin: Multi-protocol instant messaging client'
-   'telepathy-haze: Empathy plugin support')
-makedepends=('git' 'cmake')
-install=$pkgname.install
-source=("git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit"
-#source=("git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver"
-"git://github.com/xiehuc/lwqq.git")
-
-prepare() {
-  cd "$srcdir/$pkgname"
-  git submodule init
-  git config submodule."liblwqq".url "$srcdir/lwqq"
-  git submodule update
-}
-
-build() {
-  cd "${srcdir}/$pkgname"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="${pkgdir}" install
-}
-
-sha512sums=('SKIP'
-'SKIP')

Copied: pidgin-lwqq/repos/community-i686/PKGBUILD (from rev 95878, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-18 05:35:59 UTC (rev 95879)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pidgin-lwqq
+pkgver=0.2a.20130818
+_commit=de2af3f13e664af0e05a197cc2bd073edffaf235
+pkgrel=2
+pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
+arch=('i686' 'x86_64')
+url="https://github.com/xiehuc/pidgin-lwqq";
+license=('GPL3')
+depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'libev' 'js185')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+   'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+install=$pkgname.install
+source=("git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit"
+#source=("git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver"
+"git://github.com/xiehuc/lwqq.git")
+
+prepare() {
+  cd "$srcdir/$pkgname"
+  git submodule init
+  git config submodule."liblwqq".url "$srcdir/lwqq"
+  git submodule update
+}
+
+build() {
+  cd "${srcdir}/$pkgname"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('SKIP'
+'SKIP')

Deleted: community-i686/pidgin-lwqq.install
===
--- community-i686/pidgin-lwqq.install  2013-08-18 05:32:25 UTC (rev 95878)
+++ community-i686/pidgin-lwqq.install  2013-08-18 05:35:59 UTC (rev 95879)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pidgin-lwqq/repos/community-i686/pidgin-lwqq.install (from rev 95878, 
pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-i686/pidgin-lwqq.install  (rev 0)
+++ community-i686/pidgin-lwqq.install  2013-08-18 05:35:59 UTC (rev 95879)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: communit

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

2013-08-17 Thread Allan McRae
Date: Sunday, August 18, 2013 @ 08:22:07
  Author: allan
Revision: 193182

upgpkg: libbsd 0.6.0-1

upstream update

Modified:
  libbsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-18 03:16:46 UTC (rev 193181)
+++ PKGBUILD2013-08-18 06:22:07 UTC (rev 193182)
@@ -3,28 +3,18 @@
 # Contributor: Gerardo Exequiel Pozzi 
 
 pkgname=libbsd
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="Provides useful functions commonly found on BSD systems like 
strlcpy()"
 arch=('i686' 'x86_64')
 url="http://libbsd.freedesktop.org";
 license=('custom')
 depends=('glibc')
 options=('!libtool')
-source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc}
-spt.patch)
-md5sums=('be8b2e0dc4614699834c49693574fd1a'
- 'SKIP'
- '56236fb72c8ec6cbdbd0daa5f404bccb')
+source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
+md5sums=('f6c75f0a9818e323a589bcbd560a0eb4'
+ 'SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Paper over a firefox crash
-  # http://lists.freedesktop.org/archives/libbsd/2013-June/85.html
-  patch -Np1 -i ../spt.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 



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

2013-08-17 Thread Allan McRae
Date: Sunday, August 18, 2013 @ 08:23:03
  Author: allan
Revision: 193183

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

Added:
  libbsd/repos/testing-i686/
  libbsd/repos/testing-i686/PKGBUILD
(from rev 193182, libbsd/trunk/PKGBUILD)
  libbsd/repos/testing-i686/spt.patch
(from rev 193182, libbsd/trunk/spt.patch)
  libbsd/repos/testing-x86_64/
  libbsd/repos/testing-x86_64/PKGBUILD
(from rev 193182, libbsd/trunk/PKGBUILD)
  libbsd/repos/testing-x86_64/spt.patch
(from rev 193182, libbsd/trunk/spt.patch)

--+
 testing-i686/PKGBUILD|   38 ++
 testing-i686/spt.patch   |   50 +
 testing-x86_64/PKGBUILD  |   38 ++
 testing-x86_64/spt.patch |   50 +
 4 files changed, 176 insertions(+)

Copied: libbsd/repos/testing-i686/PKGBUILD (from rev 193182, 
libbsd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-18 06:23:03 UTC (rev 193183)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Gerardo Exequiel Pozzi 
+
+pkgname=libbsd
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Provides useful functions commonly found on BSD systems like 
strlcpy()"
+arch=('i686' 'x86_64')
+url="http://libbsd.freedesktop.org";
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
+md5sums=('f6c75f0a9818e323a589bcbd560a0eb4'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libbsd/repos/testing-i686/spt.patch (from rev 193182, 
libbsd/trunk/spt.patch)
===
--- testing-i686/spt.patch  (rev 0)
+++ testing-i686/spt.patch  2013-08-18 06:23:03 UTC (rev 193183)
@@ -0,0 +1,50 @@
+diff -u -r libbsd-0.5.2-orig/src/setproctitle.c libbsd-0.5.2/src/setproctitle.c
+--- libbsd-0.5.2-orig/src/setproctitle.c   2013-06-08 18:26:04.0 
+0200
 libbsd-0.5.2/src/setproctitle.c2013-06-18 02:35:59.441393418 +0200
+@@ -86,7 +86,7 @@
+   if (environ != envp)
+   return 0;
+ 
+-  /* Make a copy of the old environ array of pointers, in case
++  /* Make a deep copy of the old environ array of pointers, in case
+* clearenv() or setenv() is implemented to free the internal
+* environ array, because we will need to access the old environ
+* contents to make the new copy. */
+@@ -94,11 +94,13 @@
+   envcopy = malloc(envsize);
+   if (envcopy == NULL)
+   return errno;
+-  memcpy(envcopy, envp, envsize);
++  for (i = 0; envp[i]; i++) envcopy[i] = strdup(envp[i]);
++  envcopy[i] = NULL;
+ 
+   error = spt_clearenv();
+   if (error) {
+   environ = envp;
++  for(i = 0; envcopy[i]; i++) free(envcopy[i]);
+   free(envcopy);
+   return error;
+   }
+@@ -116,18 +118,20 @@
+   if (error) {
+ #ifdef HAVE_CLEARENV
+   /* Because the old environ might not be available
+-   * anymore we will make do with the shallow copy. */
++   * anymore we will make do with the deep copy. */
+   environ = envcopy;
+ #else
+   environ = envp;
++  for(i = 0; envcopy[i]; i++) free(envcopy[i]);
+   free(envcopy);
+ #endif
+   return error;
+   }
+   }
+ 
+-  /* Dispose of the shallow copy, now that we've finished transfering
++  /* Dispose of the deep copy, now that we've finished transfering
+* the old environment. */
++  for(i = 0; envcopy[i]; i++) free(envcopy[i]);
+   free(envcopy);
+ 
+   return 0;

Copied: libbsd/repos/testing-x86_64/PKGBUILD (from rev 193182, 
libbsd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-18 06:23:03 UTC (rev 193183)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Gerardo Exequiel Pozzi 
+
+pkgname=libbsd
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Provides useful functions commonly found on BSD systems like 
strlcpy()"
+arch=('i686' 'x86_64')
+url="http://libbsd.freedesktop.org";
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
+md5sums=('f

<    1   2