[arch-commits] Commit in snapper/trunk (PKGBUILD libbtrfs.patch)

2013-12-04 Thread Massimiliano Torromeo
Date: Wednesday, December 4, 2013 @ 09:50:12
  Author: mtorromeo
Revision: 102030

upgpkg: snapper 0.1.8-1

Updated to v0.1.8

Modified:
  snapper/trunk/PKGBUILD
Deleted:
  snapper/trunk/libbtrfs.patch

+
 PKGBUILD   |   18 +++---
 libbtrfs.patch |   13 -
 2 files changed, 7 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 00:51:25 UTC (rev 102029)
+++ PKGBUILD2013-12-04 08:50:12 UTC (rev 102030)
@@ -2,8 +2,8 @@
 # Contributor: Tom Kuther gim...@sonnenkinder.org
 
 pkgname=snapper
-pkgver=0.1.7
-pkgrel=2
+pkgver=0.1.8
+pkgrel=1
 pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
 arch=('i686' 'x86_64')
 url=http://snapper.io;
@@ -11,15 +11,9 @@
 depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs')
 makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git')
 backup=('etc/conf.d/snapper')
-source=(ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;
-'libbtrfs.patch')
+source=(ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
 options=(!libtool)
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 -i $srcdir/libbtrfs.patch
-}
-
 build() {
   cd $srcdir/$pkgname-$pkgver
 
@@ -55,7 +49,9 @@
 
   make DESTDIR=$pkgdir install
   install -Dm644 data/sysconfig.snapper $pkgdir/etc/conf.d/snapper
+
+  rm -f $pkgdir/etc/snapper/zypp-plugin.conf
+  rm -f $pkgdir/usr/share/man/man*/snapper-zypp-plugin.*.gz
 }
 
-sha256sums=('fcb8d98aa36021970b214a2b6ea85f86aa29e107559bf677226e2e4ade2c6ed0'
-'0d0289e7448a357c78450f6690d684fef0e889921be152038a73401d37294317')
+sha256sums=('989a261411b7bf4f23373222402c37764e4f1714e301a8e9e396bb92a74e0539')

Deleted: libbtrfs.patch
===
--- libbtrfs.patch  2013-12-04 00:51:25 UTC (rev 102029)
+++ libbtrfs.patch  2013-12-04 08:50:12 UTC (rev 102030)
@@ -1,13 +0,0 @@
-diff --git a/snapper/Btrfs.cc b/snapper/Btrfs.cc
-index 2c110c3..be9e974 100644
 a/snapper/Btrfs.cc
-+++ b/snapper/Btrfs.cc
-@@ -982,7 +982,7 @@ namespace snapper
-   {
-   boost::this_thread::interruption_point();
- 
--  int r = btrfs_read_and_process_send_stream(fd, send_ops, *this);
-+  int r = btrfs_read_and_process_send_stream(fd, send_ops, *this, 
0);
- 
-   if (r  0)
-   {



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

2013-12-04 Thread Massimiliano Torromeo
Date: Wednesday, December 4, 2013 @ 09:53:41
  Author: mtorromeo
Revision: 102031

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

Added:
  snapper/repos/community-i686/PKGBUILD
(from rev 102030, snapper/trunk/PKGBUILD)
  snapper/repos/community-x86_64/PKGBUILD
(from rev 102030, snapper/trunk/PKGBUILD)
Deleted:
  snapper/repos/community-i686/PKGBUILD
  snapper/repos/community-i686/libbtrfs.patch
  snapper/repos/community-x86_64/PKGBUILD
  snapper/repos/community-x86_64/libbtrfs.patch

-+
 /PKGBUILD   |  114 ++
 community-i686/PKGBUILD |   61 
 community-i686/libbtrfs.patch   |   13 
 community-x86_64/PKGBUILD   |   61 
 community-x86_64/libbtrfs.patch |   13 
 5 files changed, 114 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-04 08:50:12 UTC (rev 102030)
+++ community-i686/PKGBUILD 2013-12-04 08:53:41 UTC (rev 102031)
@@ -1,61 +0,0 @@
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Tom Kuther gim...@sonnenkinder.org
-
-pkgname=snapper
-pkgver=0.1.7
-pkgrel=1
-pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
-arch=('i686' 'x86_64')
-url=http://snapper.io;
-license=('GPL2')
-depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs')
-makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git')
-backup=('etc/conf.d/snapper')
-source=(ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;
-'libbtrfs.patch')
-options=(!libtool)
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 -i $srcdir/libbtrfs.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # rename cron scripts
-  sed -i -e 's...@suse.de-@@g' scripts/Makefile.am
-  # fix config location in cron scripts
-  sed -i -e 's@/etc/sysconfig/@/etc/conf.d/@g' scripts/snapper-{daily,hourly}
-
-  # boost fixlets - Arch doesn't use -mt suffix
-  sed -i -e 's@lboost_thread-mt@lboost_thread@g' snapper/Makefile.am
-  sed -i -e 's@lboost_system-mt@lboost_system@g' snapper/Makefile.am
-
-  # fix pam plugin install location
-  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
-  # Arch all in /usr/bin
-  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
-
-  aclocal
-  libtoolize --force --automake --copy
-  autoheader
-  automake --add-missing --copy
-  autoconf
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --with-conf=/etc/conf.d \
-  --disable-zypp \
-  --disable-silent-rules
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 data/sysconfig.snapper $pkgdir/etc/conf.d/snapper
-}
-
-sha256sums=('fcb8d98aa36021970b214a2b6ea85f86aa29e107559bf677226e2e4ade2c6ed0'
-'0d0289e7448a357c78450f6690d684fef0e889921be152038a73401d37294317')

Copied: snapper/repos/community-i686/PKGBUILD (from rev 102030, 
snapper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-04 08:53:41 UTC (rev 102031)
@@ -0,0 +1,57 @@
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Tom Kuther gim...@sonnenkinder.org
+
+pkgname=snapper
+pkgver=0.1.8
+pkgrel=1
+pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
+arch=('i686' 'x86_64')
+url=http://snapper.io;
+license=('GPL2')
+depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs')
+makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git')
+backup=('etc/conf.d/snapper')
+source=(ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
+options=(!libtool)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # rename cron scripts
+  sed -i -e 's...@suse.de-@@g' scripts/Makefile.am
+  # fix config location in cron scripts
+  sed -i -e 's@/etc/sysconfig/@/etc/conf.d/@g' scripts/snapper-{daily,hourly}
+
+  # boost fixlets - Arch doesn't use -mt suffix
+  sed -i -e 's@lboost_thread-mt@lboost_thread@g' snapper/Makefile.am
+  sed -i -e 's@lboost_system-mt@lboost_system@g' snapper/Makefile.am
+
+  # fix pam plugin install location
+  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
+  # Arch all in /usr/bin
+  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
+
+  aclocal
+  libtoolize --force --automake --copy
+  autoheader
+  automake --add-missing --copy
+  autoconf
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --with-conf=/etc/conf.d \
+  --disable-zypp \
+  --disable-silent-rules
+  make
+}
+

[arch-commits] Commit in (qtcreator)

2013-12-04 Thread Sven-Hendrik Haase
Date: Wednesday, December 4, 2013 @ 11:43:10
  Author: svenstaro
Revision: 102032

Move qtcreator to extra

Deleted:
  qtcreator/



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

2013-12-04 Thread Sven-Hendrik Haase
Date: Wednesday, December 4, 2013 @ 12:56:03
  Author: svenstaro
Revision: 102033

upgpkg: springlobby 0.180-1

upstream release 0.180

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 10:43:10 UTC (rev 102032)
+++ PKGBUILD2013-12-04 11:56:03 UTC (rev 102033)
@@ -3,8 +3,8 @@
 # Contributor: DuGi d...@irc.pl
 
 pkgname=springlobby
-pkgver=0.176
-pkgrel=2
+pkgver=0.180
+pkgrel=1
 pkgdesc=A free cross-platform lobby client for the Spring RTS project.
 arch=('i686' 'x86_64')
 url=http://springlobby.info/;
@@ -14,7 +14,7 @@
 makedepends=('boost' 'asio' 'cmake')
 install=springlobby.install
 source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5ba41f39ae05e62e58475b9a73baf6ab')
+md5sums=('4e33b20be873660649cf7c369ce81373')
 
 build() {
   cd $srcdir/${pkgname}-$pkgver



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

2013-12-04 Thread Sven-Hendrik Haase
Date: Wednesday, December 4, 2013 @ 12:56:16
  Author: svenstaro
Revision: 102034

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

Added:
  springlobby/repos/community-testing-i686/PKGBUILD
(from rev 102033, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-testing-i686/springlobby.install
(from rev 102033, springlobby/trunk/springlobby.install)
  springlobby/repos/community-testing-x86_64/PKGBUILD
(from rev 102033, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-testing-x86_64/springlobby.install
(from rev 102033, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-testing-i686/PKGBUILD
  springlobby/repos/community-testing-i686/springlobby.install
  springlobby/repos/community-testing-x86_64/PKGBUILD
  springlobby/repos/community-testing-x86_64/springlobby.install

--+
 /PKGBUILD|   66 +
 /springlobby.install |   22 
 community-testing-i686/PKGBUILD  |   33 
 community-testing-i686/springlobby.install   |   11 
 community-testing-x86_64/PKGBUILD|   33 
 community-testing-x86_64/springlobby.install |   11 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-12-04 11:56:03 UTC (rev 102033)
+++ community-testing-i686/PKGBUILD 2013-12-04 11:56:16 UTC (rev 102034)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.176
-pkgrel=2
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs' 'alure')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5ba41f39ae05e62e58475b9a73baf6ab')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-testing-i686/PKGBUILD (from rev 102033, 
springlobby/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-12-04 11:56:16 UTC (rev 102034)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.180
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs' 'alure')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4e33b20be873660649cf7c369ce81373')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-testing-i686/springlobby.install
===
--- community-testing-i686/springlobby.install  2013-12-04 11:56:03 UTC (rev 
102033)
+++ community-testing-i686/springlobby.install  2013-12-04 11:56:16 UTC (rev 
102034)
@@ -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: springlobby/repos/community-testing-i686/springlobby.install (from rev 
102033, springlobby/trunk/springlobby.install)
===
--- community-testing-i686/springlobby.install  (rev 0)
+++ community-testing-i686/springlobby.install  2013-12-04 11:56:16 UTC (rev 
102034)
@@ -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-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2013-12-04 11:56:03 UTC (rev 102033)
+++ community-testing-x86_64/PKGBUILD   2013-12-04 11:56:16 UTC (rev 102034)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: 

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

2013-12-04 Thread Alexander Rødseth
Date: Wednesday, December 4, 2013 @ 13:37:26
  Author: arodseth
Revision: 102036

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 102035, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

--+
 PKGBUILD |   61 +++--
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-04 12:37:20 UTC (rev 102035)
+++ PKGBUILD2013-12-04 12:37:26 UTC (rev 102036)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
-
-_name=Nuitka
-pkgname=nuitka
-pkgver=0.4.7
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-depends=('python2')
-options=('!emptydirs')
-source=(http://nuitka.net/releases/$_name-$pkgver.tar.gz;)
-sha256sums=('3ad25562491f4256bf77f71361e8a7af168c421d6c76c987012c7b90941f4e5d')
-
-prepare() {
-  cd $_name-$pkgver
-
-  sed -i 's/env python/env python2/' $pkgname/build/inline_copy/bin/scons.py
-}
-
-package() {
-  cd $_name-$pkgver
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}
-
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 102035, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-04 12:37:26 UTC (rev 102036)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
+
+_name=Nuitka
+pkgname=nuitka
+pkgver=0.4.7
+pkgrel=2
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python2')
+options=('!emptydirs')
+source=(http://nuitka.net/releases/$_name-$pkgver.tar.gz;)
+sha256sums=('3ad25562491f4256bf77f71361e8a7af168c421d6c76c987012c7b90941f4e5d')
+
+prepare() {
+  cd $_name-$pkgver
+
+  sed -i 's/env python/env python2/' $pkgname/build/inline_copy/bin/scons.py
+}
+
+package() {
+  cd $_name-$pkgver
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}
+
+# vim: sw=2 ts=2 et:



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

2013-12-04 Thread Alexander Rødseth
Date: Wednesday, December 4, 2013 @ 13:37:20
  Author: arodseth
Revision: 102035

Adding scons as a make dependency results in a lot fewer files being installed.

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 11:56:16 UTC (rev 102034)
+++ PKGBUILD2013-12-04 12:37:20 UTC (rev 102035)
@@ -5,11 +5,12 @@
 _name=Nuitka
 pkgname=nuitka
 pkgver=0.4.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Python to native compiler'
 arch=('any')
 url='http://www.nuitka.net/'
 license=('APACHE')
+makedepends=('scons')
 depends=('python2')
 options=('!emptydirs')
 source=(http://nuitka.net/releases/$_name-$pkgver.tar.gz;)



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

2013-12-04 Thread Sven-Hendrik Haase
Date: Wednesday, December 4, 2013 @ 13:39:52
  Author: svenstaro
Revision: 102037

Prepare fix

Modified:
  synergy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 12:37:26 UTC (rev 102036)
+++ PKGBUILD2013-12-04 12:39:52 UTC (rev 102037)
@@ -6,7 +6,7 @@
 
 pkgname=synergy
 pkgver=1.4.15
-pkgrel=2
+pkgrel=3
 pkgdesc=Share a single mouse and keyboard between multiple computers
 url=http://synergy-foss.org;
 arch=('i686' 'x86_64')
@@ -56,6 +56,6 @@
 
   # install desktop/icon stuff
   cd ../res
-  install -Dm644 synergy.ico $pkgdir/usr/share/pixmaps/synergy.ico
+  install -Dm644 synergy.ico $pkgdir/usr/share/icons/synergy.ico
   install -Dm644 synergy.desktop 
$pkgdir/usr/share/applications/synergy.desktop
 }



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

2013-12-04 Thread Sven-Hendrik Haase
Date: Wednesday, December 4, 2013 @ 13:45:20
  Author: svenstaro
Revision: 102038

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

Added:
  synergy/repos/community-i686/PKGBUILD
(from rev 102037, synergy/trunk/PKGBUILD)
  synergy/repos/community-i686/synergys.service
(from rev 102037, synergy/trunk/synergys.service)
  synergy/repos/community-i686/synergys.socket
(from rev 102037, synergy/trunk/synergys.socket)
  synergy/repos/community-i686/unfuck-cryptopp-thanks-gentoo.patch
(from rev 102037, synergy/trunk/unfuck-cryptopp-thanks-gentoo.patch)
  synergy/repos/community-x86_64/PKGBUILD
(from rev 102037, synergy/trunk/PKGBUILD)
  synergy/repos/community-x86_64/synergys.service
(from rev 102037, synergy/trunk/synergys.service)
  synergy/repos/community-x86_64/synergys.socket
(from rev 102037, synergy/trunk/synergys.socket)
  synergy/repos/community-x86_64/unfuck-cryptopp-thanks-gentoo.patch
(from rev 102037, synergy/trunk/unfuck-cryptopp-thanks-gentoo.patch)
Deleted:
  synergy/repos/community-i686/PKGBUILD
  synergy/repos/community-i686/synergys.service
  synergy/repos/community-i686/synergys.socket
  synergy/repos/community-i686/unfuck-cryptopp-thanks-gentoo.patch
  synergy/repos/community-x86_64/PKGBUILD
  synergy/repos/community-x86_64/synergys.service
  synergy/repos/community-x86_64/synergys.socket
  synergy/repos/community-x86_64/unfuck-cryptopp-thanks-gentoo.patch

--+
 /PKGBUILD|  122 ++
 /synergys.service|   20 +
 /synergys.socket |   18 +
 /unfuck-cryptopp-thanks-gentoo.patch |  194 +
 community-i686/PKGBUILD  |   61 -
 community-i686/synergys.service  |   10 
 community-i686/synergys.socket   |9 
 community-i686/unfuck-cryptopp-thanks-gentoo.patch   |   97 
 community-x86_64/PKGBUILD|   61 -
 community-x86_64/synergys.service|   10 
 community-x86_64/synergys.socket |9 
 community-x86_64/unfuck-cryptopp-thanks-gentoo.patch |   97 
 12 files changed, 354 insertions(+), 354 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-04 12:39:52 UTC (rev 102037)
+++ community-i686/PKGBUILD 2013-12-04 12:45:20 UTC (rev 102038)
@@ -1,61 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jelle van der Waa jelle vdwaa nl
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Michael Düll m...@akurei.me
-
-pkgname=synergy
-pkgver=1.4.15
-pkgrel=2
-pkgdesc=Share a single mouse and keyboard between multiple computers
-url=http://synergy-foss.org;
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'crypto++')
-makedepends=('libxt' 'cmake' 'qt4' 'unzip')
-optdepends=('qt4: gui support')
-license=('GPL2')
-source=(http://synergy.googlecode.com/files/$pkgname-$pkgver-Source.tar.gz;
-synergys.socket
-synergys.service
-unfuck-cryptopp-thanks-gentoo.patch)
-sha1sums=('0766bc3d95d6971746764d30e0853db14926ae73'
-  '947406e72351145c65ba9884ed175bf781482d46'
-  '00f2259c31c9551c0830d9e889fd0a0790cf9045'
-  '129151952e6d25504ca823aee8ebe93ce3d376ce')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}-Source
-
-  # Unfuck the bundled cryptopp stuff. Thanks a lot, Gentoo!
-  # You and Fedora are our only friends in this crazy world.
-  patch -Np1  ${srcdir}/unfuck-cryptopp-thanks-gentoo.patch
-
-  cmake -D CMAKE_INSTALL_PREFIX=/usr . 
-  make
-
-  cd src/gui
-  qmake-qt4
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-Source/bin
-
-  # install binary
-  install -Dm755 synergy $pkgdir/usr/bin/synergy
-  install -Dm755 synergyc $pkgdir/usr/bin/synergyc
-  install -Dm755 synergys $pkgdir/usr/bin/synergys
-
-  # install config
-  install -Dm644 $srcdir/$pkgname-$pkgver-Source/doc/${pkgname}.conf.example 
${pkgdir}/etc/${pkgname}.conf.example 
-
-  # install systemd service and socket
-  install -d $pkgdir/usr/lib/systemd/system
-  install -Dm644 $srcdir/synergys.service $pkgdir/usr/lib/systemd/system/
-  install -Dm644 $srcdir/synergys.socket $pkgdir/usr/lib/systemd/system/
-
-  # install desktop/icon stuff
-  cd ../res
-  install -Dm644 synergy.ico $pkgdir/usr/share/pixmaps/synergy.ico
-  install -Dm644 synergy.desktop 
$pkgdir/usr/share/applications/synergy.desktop
-}

Copied: synergy/repos/community-i686/PKGBUILD (from rev 102037, 
synergy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-04 12:45:20 

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

2013-12-04 Thread Felix Yan
Date: Wednesday, December 4, 2013 @ 13:49:19
  Author: fyan
Revision: 102039

upgpkg: goagent 3.0.9-1

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 12:45:20 UTC (rev 102038)
+++ PKGBUILD2013-12-04 12:49:19 UTC (rev 102039)
@@ -4,8 +4,8 @@
 # Contributor: Guten ywzhai...@gmail.com 
 
 pkgname=goagent
-pkgver=3.0.8
-pkgrel=2
+pkgver=3.0.9
+pkgrel=1
 pkgdesc=A gae proxy forked from gappproxy/wallproxy
 arch=(any)
 url=http://goagent.googlecode.com;



[arch-commits] Commit in goagent/repos/community-testing-any (6 files)

2013-12-04 Thread Felix Yan
Date: Wednesday, December 4, 2013 @ 13:50:16
  Author: fyan
Revision: 102040

archrelease: copy trunk to community-testing-any

Added:
  goagent/repos/community-testing-any/PKGBUILD
(from rev 102039, goagent/trunk/PKGBUILD)
  goagent/repos/community-testing-any/goagent.install
(from rev 102039, goagent/trunk/goagent.install)
  goagent/repos/community-testing-any/goagent.service
(from rev 102039, goagent/trunk/goagent.service)
Deleted:
  goagent/repos/community-testing-any/PKGBUILD
  goagent/repos/community-testing-any/goagent.install
  goagent/repos/community-testing-any/goagent.service

-+
 PKGBUILD|   92 +++---
 goagent.install |   44 -
 goagent.service |   24 +++---
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-04 12:49:19 UTC (rev 102039)
+++ PKGBUILD2013-12-04 12:50:16 UTC (rev 102040)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: cuihao cuihao dot leo at gmail dot com
-# Contributor: Guten ywzhai...@gmail.com 
-
-pkgname=goagent
-pkgver=3.0.8
-pkgrel=2
-pkgdesc=A gae proxy forked from gappproxy/wallproxy
-arch=(any)
-url=http://goagent.googlecode.com;
-license=(GPL2)
-depends=('python2' 'python2-pyopenssl')
-conflicts=('python2-gevent0.99')
-optdepends=('python2-gevent0.99: for better performance'
-'python2-crypto: optimization for RC4')
-makedepends=('git')
-source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
-$pkgname.service)
-backup=('etc/goagent')
-install=goagent.install
-
-package() {
-  cd $pkgname
-
-  sed -i -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| local/proxy.py
-  
-  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/proxy.py
-  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
-  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
-  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
-  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
-
-  install -Dm644 local/proxy.ini $pkgdir/etc/goagent
-  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/proxy.ini
-  
-  cp -r server $pkgdir/usr/share/$pkgname/
-  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
-
-  # systemd service
-  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('SKIP'
-
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2')

Copied: goagent/repos/community-testing-any/PKGBUILD (from rev 102039, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-04 12:50:16 UTC (rev 102040)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: cuihao cuihao dot leo at gmail dot com
+# Contributor: Guten ywzhai...@gmail.com 
+
+pkgname=goagent
+pkgver=3.0.9
+pkgrel=1
+pkgdesc=A gae proxy forked from gappproxy/wallproxy
+arch=(any)
+url=http://goagent.googlecode.com;
+license=(GPL2)
+depends=('python2' 'python2-pyopenssl')
+conflicts=('python2-gevent0.99')
+optdepends=('python2-gevent0.99: for better performance'
+'python2-crypto: optimization for RC4')
+makedepends=('git')
+source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
+$pkgname.service)
+backup=('etc/goagent')
+install=goagent.install
+
+package() {
+  cd $pkgname
+
+  sed -i -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| local/proxy.py
+  
+  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/proxy.py
+  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
+  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
+  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
+  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
+
+  install -Dm644 local/proxy.ini $pkgdir/etc/goagent
+  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/proxy.ini
+  
+  cp -r server $pkgdir/usr/share/$pkgname/
+  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
+
+  # systemd service
+  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('SKIP'
+
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2')

Deleted: goagent.install
===
--- goagent.install 2013-12-04 12:49:19 UTC (rev 102039)
+++ goagent.install

[arch-commits] Commit in goagent/repos/community-testing-any (6 files)

2013-12-04 Thread Felix Yan
Date: Wednesday, December 4, 2013 @ 13:52:18
  Author: fyan
Revision: 102041

archrelease: copy trunk to community-testing-any

Added:
  goagent/repos/community-testing-any/PKGBUILD
(from rev 102040, goagent/trunk/PKGBUILD)
  goagent/repos/community-testing-any/goagent.install
(from rev 102040, goagent/trunk/goagent.install)
  goagent/repos/community-testing-any/goagent.service
(from rev 102040, goagent/trunk/goagent.service)
Deleted:
  goagent/repos/community-testing-any/PKGBUILD
  goagent/repos/community-testing-any/goagent.install
  goagent/repos/community-testing-any/goagent.service

-+
 PKGBUILD|   92 +++---
 goagent.install |   44 -
 goagent.service |   24 +++---
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-04 12:50:16 UTC (rev 102040)
+++ PKGBUILD2013-12-04 12:52:18 UTC (rev 102041)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: cuihao cuihao dot leo at gmail dot com
-# Contributor: Guten ywzhai...@gmail.com 
-
-pkgname=goagent
-pkgver=3.0.9
-pkgrel=1
-pkgdesc=A gae proxy forked from gappproxy/wallproxy
-arch=(any)
-url=http://goagent.googlecode.com;
-license=(GPL2)
-depends=('python2' 'python2-pyopenssl')
-conflicts=('python2-gevent0.99')
-optdepends=('python2-gevent0.99: for better performance'
-'python2-crypto: optimization for RC4')
-makedepends=('git')
-source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
-$pkgname.service)
-backup=('etc/goagent')
-install=goagent.install
-
-package() {
-  cd $pkgname
-
-  sed -i -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| local/proxy.py
-  
-  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/proxy.py
-  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
-  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
-  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
-  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
-
-  install -Dm644 local/proxy.ini $pkgdir/etc/goagent
-  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/proxy.ini
-  
-  cp -r server $pkgdir/usr/share/$pkgname/
-  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
-
-  # systemd service
-  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('SKIP'
-
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2')

Copied: goagent/repos/community-testing-any/PKGBUILD (from rev 102040, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-04 12:52:18 UTC (rev 102041)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: cuihao cuihao dot leo at gmail dot com
+# Contributor: Guten ywzhai...@gmail.com 
+
+pkgname=goagent
+pkgver=3.0.9
+pkgrel=1
+pkgdesc=A gae proxy forked from gappproxy/wallproxy
+arch=(any)
+url=http://goagent.googlecode.com;
+license=(GPL2)
+depends=('python2' 'python2-pyopenssl')
+conflicts=('python2-gevent0.99')
+optdepends=('python2-gevent0.99: for better performance'
+'python2-crypto: optimization for RC4')
+makedepends=('git')
+source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
+$pkgname.service)
+backup=('etc/goagent')
+install=goagent.install
+
+package() {
+  cd $pkgname
+
+  sed -i -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| local/proxy.py
+  
+  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/proxy.py
+  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
+  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
+  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
+  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
+
+  install -Dm644 local/proxy.ini $pkgdir/etc/goagent
+  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/proxy.ini
+  
+  cp -r server $pkgdir/usr/share/$pkgname/
+  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
+
+  # systemd service
+  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('SKIP'
+
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2')

Deleted: goagent.install
===
--- goagent.install 2013-12-04 12:50:16 UTC (rev 102040)
+++ goagent.install

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

2013-12-04 Thread Sven-Hendrik Haase
Date: Wednesday, December 4, 2013 @ 14:01:11
  Author: svenstaro
Revision: 102043

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

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

---+
 /PKGBUILD |  106 
 /supertuxkart.install |   24 +++
 community-i686/PKGBUILD   |   53 
 community-i686/supertuxkart.install   |   12 ---
 community-x86_64/PKGBUILD |   53 
 community-x86_64/supertuxkart.install |   12 ---
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-04 13:01:01 UTC (rev 102042)
+++ community-i686/PKGBUILD 2013-12-04 13:01:11 UTC (rev 102043)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: rabyte rabyte__gmail
-
-pkgname=supertuxkart
-pkgver=0.8.1
-pkgrel=2
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('i686' 'x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'libgl' 'fribidi' 'curl' 'bluez-libs')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2;)
-install=supertuxkart.install
-md5sums=('aa31ecf883dc35859eec76c667f1a6d6')
-
-build() {
-  cd ${srcdir}/SuperTuxKart-${pkgver}
-
-  _fn=data/${pkgname}_desktop.template
-  setconf $_fn Exec $pkgname --log=file
-  setconf $_fn TryExec $pkgname
-  setconf $_fn Icon $pkgname_64
-
-  cd lib/irrlicht/source/Irrlicht
-  NDEBUG=1 make
-
-  cd ${srcdir}/SuperTuxKart-${pkgver}
-  #sed -i s|share/games|share|g CMakeLists.txt
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
--DIRRLICHT_DIR=$srcdir/irrlicht \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_CXX_FLAGS=-lpthread -lm -ldl \
-..
-
-  make
-}
-
-package() {
-  cd ${srcdir}/SuperTuxKart-${pkgver}
-
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-i686/PKGBUILD (from rev 102042, 
supertuxkart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-04 13:01:11 UTC (rev 102043)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: rabyte rabyte__gmail
+
+pkgname=supertuxkart
+pkgver=0.8.1
+pkgrel=3
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('i686' 'x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'libgl' 'fribidi' 'curl' 'bluez-libs')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2;)
+install=supertuxkart.install
+md5sums=('aa31ecf883dc35859eec76c667f1a6d6')
+
+build() {
+  cd ${srcdir}/SuperTuxKart-${pkgver}
+
+  _fn=data/${pkgname}_desktop.template
+  setconf $_fn Exec $pkgname
+  setconf $_fn TryExec $pkgname
+  setconf $_fn Icon $pkgname_64
+
+  cd lib/irrlicht/source/Irrlicht
+  NDEBUG=1 make
+
+  cd ${srcdir}/SuperTuxKart-${pkgver}
+  #sed -i s|share/games|share|g CMakeLists.txt
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+-DIRRLICHT_DIR=$srcdir/irrlicht \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_FLAGS=-lpthread -lm -ldl \
+..
+
+  make
+}
+
+package() {
+  cd ${srcdir}/SuperTuxKart-${pkgver}
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/supertuxkart.install
===
--- community-i686/supertuxkart.install 2013-12-04 13:01:01 UTC (rev 102042)
+++ community-i686/supertuxkart.install 2013-12-04 13:01:11 UTC (rev 102043)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  

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

2013-12-04 Thread Sven-Hendrik Haase
Date: Wednesday, December 4, 2013 @ 14:01:01
  Author: svenstaro
Revision: 102042

upgpkg: supertuxkart 0.8.1-3

Fix FS#37935

Modified:
  supertuxkart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 12:52:18 UTC (rev 102041)
+++ PKGBUILD2013-12-04 13:01:01 UTC (rev 102042)
@@ -6,7 +6,7 @@
 
 pkgname=supertuxkart
 pkgver=0.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Kart racing game featuring Tux and his friends'
 arch=('i686' 'x86_64')
 url='http://supertuxkart.sourceforge.net/'
@@ -21,7 +21,7 @@
   cd ${srcdir}/SuperTuxKart-${pkgver}
 
   _fn=data/${pkgname}_desktop.template
-  setconf $_fn Exec $pkgname --log=file
+  setconf $_fn Exec $pkgname
   setconf $_fn TryExec $pkgname
   setconf $_fn Icon $pkgname_64
 



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

2013-12-04 Thread Alexander Rødseth
Date: Wednesday, December 4, 2013 @ 14:09:02
  Author: arodseth
Revision: 102044

upgpkg: haddock 2.13.2.1-1

Modified:
  haddock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 13:01:11 UTC (rev 102043)
+++ PKGBUILD2013-12-04 13:09:02 UTC (rev 102044)
@@ -4,8 +4,8 @@
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 
 pkgname=haddock
-pkgver=2.13.2
-pkgrel=2
+pkgver=2.13.2.1
+pkgrel=1
 pkgdesc='Tool for generating documentation for Haskell libraries'
 url='http://hackage.haskell.org/package/haddock/'
 license=('custom:BSD3')
@@ -14,7 +14,7 @@
 depends=('ghc' 'haskell-xhtml' 'haskell-ghc-paths')
 install=$pkgname.install
 
source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('25e7d5819d38cbb1c9b1ff967e2a4093c776c3defaa0a249c8eabba1e70892e3')
+sha256sums=('c9cfe2bd2e8e1201870f88bc9a2ccdb0173315d0a8c734b459ec344feb1af34e')
 options=('staticlibs')
 
 build() {



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

2013-12-04 Thread Alexander Rødseth
Date: Wednesday, December 4, 2013 @ 14:09:12
  Author: arodseth
Revision: 102045

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

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

--+
 /PKGBUILD|   96 +
 /haddock.install |   50 +++
 community-i686/PKGBUILD  |   48 --
 community-i686/haddock.install   |   25 -
 community-x86_64/PKGBUILD|   48 --
 community-x86_64/haddock.install |   25 -
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-04 13:09:02 UTC (rev 102044)
+++ community-i686/PKGBUILD 2013-12-04 13:09:12 UTC (rev 102045)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=haddock
-pkgver=2.13.2
-pkgrel=2
-pkgdesc='Tool for generating documentation for Haskell libraries'
-url='http://hackage.haskell.org/package/haddock/'
-license=('custom:BSD3')
-arch=('x86_64' 'i686')
-makedepends=('alex' 'happy')
-depends=('ghc' 'haskell-xhtml' 'haskell-ghc-paths')
-install=$pkgname.install
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('25e7d5819d38cbb1c9b1ff967e2a4093c776c3defaa0a249c8eabba1e70892e3')
-options=('staticlibs')
-
-build() {
-  cd $pkgname-$pkgver
-
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  install -Dm744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
-  install -m744 unregister.sh \
-$pkgdir/usr/share/haskell/$pkgname/unregister.sh
-  install -dm755 $pkgdir/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/$pkgname/html \
-$pkgdir/usr/share/doc/ghc/html/libraries/$pkgname
-  runhaskell Setup copy --destdir=$pkgdir
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  rm -f $pkgdir/usr/share/doc/$pkgname/LICENSE
-  mv $pkgdir/usr/bin/haddock $pkgdir/usr/bin/haddock-cabal
-}
-
-# vim:set ts=2 sw=2 et:

Copied: haddock/repos/community-i686/PKGBUILD (from rev 102044, 
haddock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-04 13:09:12 UTC (rev 102045)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=haddock
+pkgver=2.13.2.1
+pkgrel=1
+pkgdesc='Tool for generating documentation for Haskell libraries'
+url='http://hackage.haskell.org/package/haddock/'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+makedepends=('alex' 'happy')
+depends=('ghc' 'haskell-xhtml' 'haskell-ghc-paths')
+install=$pkgname.install
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('c9cfe2bd2e8e1201870f88bc9a2ccdb0173315d0a8c734b459ec344feb1af34e')
+options=('staticlibs')
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd $pkgname-$pkgver
+  
+  install -Dm744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
+  install -m744 unregister.sh \
+$pkgdir/usr/share/haskell/$pkgname/unregister.sh
+  install -dm755 $pkgdir/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/$pkgname/html \
+$pkgdir/usr/share/doc/ghc/html/libraries/$pkgname
+  runhaskell Setup copy --destdir=$pkgdir
+  install 

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

2013-12-04 Thread Sven-Hendrik Haase
Date: Wednesday, December 4, 2013 @ 14:43:37
  Author: svenstaro
Revision: 102046

Prepare PKGBUILD for blender git changeover

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 13:09:12 UTC (rev 102045)
+++ PKGBUILD2013-12-04 13:43:37 UTC (rev 102046)
@@ -4,13 +4,13 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 
 # Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from svn directly.
+# are impatient, we sometimes need to build from git directly.
 
-#_svnrev=58224
+#_gitcommit=58224
 
 pkgname=blender
 pkgver=2.69
-[[ -n $_svnrev ]]  pkgver=2.69.$_svnrev
+[[ -n $_gitcommit ]]  pkgver=2.69.$_gitcommit
 pkgrel=2
 epoch=10
 pkgdesc=A fully integrated 3D graphics creation suite
@@ -26,11 +26,11 @@
 optdepends=('cuda: cycles renderer cuda support')
 options=(!strip)
 install=blender.install
-if [[ -z $_svnrev ]]; then
+if [[ -z $_gitcommit ]]; then
   source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
 md5sums=('e77f53951fdaea69631cdd8c0f42cbcb')
 else
-  
source=(${pkgname}-${pkgver}::svn+https://svn.blender.org/svnroot/bf-blender/trunk/blender#revision=${_svnrev};)
+  
source=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
   true  md5sums=('SKIP')
 fi
 
@@ -64,8 +64,7 @@
 -DPYTHON_VERSION=3.3 \
 -DPYTHON_LIBPATH=/usr/lib \
 -DPYTHON_LIBRARY=python3.3m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m \
--DOPENJPEG_INCLUDE_DIR=/usr/include/openjpeg-1.5 \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m
 $ENABLESSE2
 # Remove the openjpeg line once blender accepts my patch
   make



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

2013-12-04 Thread Sven-Hendrik Haase
Date: Wednesday, December 4, 2013 @ 15:05:44
  Author: svenstaro
Revision: 102047

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-04 13:43:37 UTC (rev 102046)
+++ PKGBUILD2013-12-04 14:05:44 UTC (rev 102047)
@@ -1,54 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=stuntrally-data
-_pkgname=stuntrally
-pkgver=2.1
-pkgrel=1
-pkgdesc=Stunt Rally game with track editor, based on VDrift (data files)
-arch=('any')
-license=('GPL3')
-url=http://code.google.com/p/vdrift-ogre;
-makedepends=('cmake' 'boost' 'libvorbis' 'mygui' 'sdl2' 'enet' 
'hicolor-icon-theme' 'libxcursor')
-source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;
-
$pkgname-tracks-$pkgver.tar.gz::https://github.com/stuntrally/tracks/archive/${pkgver}.tar.gz;)
-sha256sums=('d987e8c05ed1f3f54468e75e2c1f68a9a4c59ceefa7429130d4f800b28821ae0'
-'a1ab9b11d9f5b6c4aa8e5a9028f5994e21446d96fda5762e427365e21cfe3d0e')
-
-build() {
-  # build the sources
-  cd ${srcdir}/stuntrally-${pkgver}/
-
-  rm -rf build
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSHARE_INSTALL=share/stuntrally
-  make
-
-  # build the tracks
-  cd ${srcdir}/tracks-${pkgver}/
-
-  rm -rf build
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  #install the sources
-  cd ${srcdir}/stuntrally-${pkgver}/build/
-  make DESTDIR=${pkgdir} install
-
-  # install the tracks
-  cd ${srcdir}/tracks-${pkgver}/build
-  make DESTDIR=${pkgdir}/usr/share/stuntrally/ install
-
-  # clean up
-  rm -rf ${pkgdir}/usr/share/stuntrally/tracks/build
-  rm -rf ${pkgdir}/usr/share/icons
-  rm -rf ${pkgdir}/usr/share/applications
-  rm -rf ${pkgdir}/usr/bin
-}

Copied: stuntrally-data/repos/community-any/PKGBUILD (from rev 102046, 
stuntrally-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-04 14:05:44 UTC (rev 102047)
@@ -0,0 +1,54 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=stuntrally-data
+_pkgname=stuntrally
+pkgver=2.2.1
+pkgrel=1
+pkgdesc=Stunt Rally game with track editor, based on VDrift (data files)
+arch=('any')
+license=('GPL3')
+url=http://code.google.com/p/vdrift-ogre;
+makedepends=('cmake' 'boost' 'libvorbis' 'mygui' 'sdl2' 'enet' 
'hicolor-icon-theme' 'libxcursor')
+source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;
+
$pkgname-tracks-$pkgver.tar.gz::https://github.com/stuntrally/tracks/archive/${pkgver}.tar.gz;)
+sha256sums=('305b5f498ab150e4cf1fd1d47410ea04ad3cf439b60278ea2b73a01278d9ca51'
+'45e9c976964e22348530a99a99c0dac30bc766d2f9edbe1a83a7b6791850d565')
+
+build() {
+  # build the sources
+  cd ${srcdir}/stuntrally-${pkgver}/
+
+  rm -rf build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSHARE_INSTALL=share/stuntrally
+  make
+
+  # build the tracks
+  cd ${srcdir}/tracks-${pkgver}/
+
+  rm -rf build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  # install the sources
+  cd ${srcdir}/stuntrally-${pkgver}/build/
+  make DESTDIR=${pkgdir} install
+
+  # install the tracks
+  cd ${srcdir}/tracks-${pkgver}/build
+  make DESTDIR=${pkgdir}/usr/share/stuntrally/ install
+
+  # clean up
+  rm -rf ${pkgdir}/usr/share/stuntrally/tracks/build
+  rm -rf ${pkgdir}/usr/share/icons
+  rm -rf ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/bin
+}



[arch-commits] Commit in gcc-docs/repos/community-any (PKGBUILD PKGBUILD)

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:18:04
  Author: spupykin
Revision: 102049

archrelease: copy trunk to community-any

Added:
  gcc-docs/repos/community-any/PKGBUILD
(from rev 102048, gcc-docs/trunk/PKGBUILD)
Deleted:
  gcc-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-04 14:17:49 UTC (rev 102048)
+++ PKGBUILD2013-12-04 14:18:04 UTC (rev 102049)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Hilton Medeiros medeiros.hil...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=gcc-docs
-pkgver=4.8.1
-pkgrel=1
-pkgdesc=Set of HTML documentation for GCC
-arch=('any')
-url=http://gcc.gnu.org;
-license=('GPL')
-depends=()
-options=('docs' '!strip')
-source=($pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz;)
-md5sums=('3577e40a80e26cc81e2764b093bf335c')
-
-package() {
-  cd $srcdir/gcc
-  install -d $pkgdir/usr/share/doc/gcc
-  cp -rf * $pkgdir/usr/share/doc/gcc
-}

Copied: gcc-docs/repos/community-any/PKGBUILD (from rev 102048, 
gcc-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-04 14:18:04 UTC (rev 102049)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Hilton Medeiros medeiros.hil...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=gcc-docs
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Set of HTML documentation for GCC
+arch=('any')
+url=http://gcc.gnu.org;
+license=('GPL')
+depends=()
+options=('docs' '!strip')
+source=($pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz;)
+md5sums=('d0226d0a9a02545882a10d2befd20ef7')
+
+package() {
+  cd $srcdir/gcc
+  install -d $pkgdir/usr/share/doc/gcc
+  cp -rf * $pkgdir/usr/share/doc/gcc
+}



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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:17:49
  Author: spupykin
Revision: 102048

upgpkg: gcc-docs 4.8.2-1

upd

Modified:
  gcc-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 14:05:44 UTC (rev 102047)
+++ PKGBUILD2013-12-04 14:17:49 UTC (rev 102048)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=gcc-docs
-pkgver=4.8.1
+pkgver=4.8.2
 pkgrel=1
 pkgdesc=Set of HTML documentation for GCC
 arch=('any')
@@ -13,7 +13,7 @@
 depends=()
 options=('docs' '!strip')
 
source=($pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz;)
-md5sums=('3577e40a80e26cc81e2764b093bf335c')
+md5sums=('d0226d0a9a02545882a10d2befd20ef7')
 
 package() {
   cd $srcdir/gcc



[arch-commits] Commit in haskell-bytestring-show/trunk (PKGBUILD)

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:18:28
  Author: spupykin
Revision: 102052

upgpkg: haskell-bytestring-show 0.3.5.5-1

upd

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 14:18:24 UTC (rev 102051)
+++ PKGBUILD2013-12-04 14:18:28 UTC (rev 102052)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=haskell-bytestring-show
-pkgver=0.3.5.4
-pkgrel=6
+pkgver=0.3.5.5
+pkgrel=1
 pkgdesc=Efficient conversion of values into readable byte strings.
 url=http://hackage.haskell.org/package/bytestring-show;
 license=(BSD3)
@@ -12,7 +12,7 @@
 options=('staticlibs')
 install=${pkgname}.install
 
source=(http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz;)
-md5sums=('2a4ab243c4b6fffed1fc663975a9ec6d')
+md5sums=('7ed08495da103ecc17b90dce70d1ca39')
 
 build() {
   cd ${srcdir}/bytestring-show-${pkgver}



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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:18:24
  Author: spupykin
Revision: 102051

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

Added:
  gtk2hs-buildtools/repos/community-i686/0001-fix-for-ghc-7.6.1-changes.patch
(from rev 102050, 
gtk2hs-buildtools/trunk/0001-fix-for-ghc-7.6.1-changes.patch)
  gtk2hs-buildtools/repos/community-i686/PKGBUILD
(from rev 102050, gtk2hs-buildtools/trunk/PKGBUILD)
  gtk2hs-buildtools/repos/community-x86_64/0001-fix-for-ghc-7.6.1-changes.patch
(from rev 102050, 
gtk2hs-buildtools/trunk/0001-fix-for-ghc-7.6.1-changes.patch)
  gtk2hs-buildtools/repos/community-x86_64/PKGBUILD
(from rev 102050, gtk2hs-buildtools/trunk/PKGBUILD)
Deleted:
  gtk2hs-buildtools/repos/community-i686/0001-fix-for-ghc-7.6.1-changes.patch
  gtk2hs-buildtools/repos/community-i686/PKGBUILD
  gtk2hs-buildtools/repos/community-x86_64/0001-fix-for-ghc-7.6.1-changes.patch
  gtk2hs-buildtools/repos/community-x86_64/PKGBUILD

---+
 /0001-fix-for-ghc-7.6.1-changes.patch |  138 
 /PKGBUILD |   54 ++
 community-i686/0001-fix-for-ghc-7.6.1-changes.patch   |   69 
 community-i686/PKGBUILD   |   27 ---
 community-x86_64/0001-fix-for-ghc-7.6.1-changes.patch |   69 
 community-x86_64/PKGBUILD |   27 ---
 6 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/0001-fix-for-ghc-7.6.1-changes.patch
===
--- community-i686/0001-fix-for-ghc-7.6.1-changes.patch 2013-12-04 14:18:09 UTC 
(rev 102050)
+++ community-i686/0001-fix-for-ghc-7.6.1-changes.patch 2013-12-04 14:18:24 UTC 
(rev 102051)
@@ -1,69 +0,0 @@
-From 7d94bcd36eb1d5a2feae182fcb74f9d6ca439a80 Mon Sep 17 00:00:00 2001
-From: Thomas Dziedzic gos...@gmail.com
-Date: Wed, 12 Sep 2012 03:29:46 -0700
-Subject: [PATCH] fix for ghc 7.6.1 changes
-

- c2hs/base/general/FileOps.hs  | 3 ++-
- c2hs/base/state/StateTrans.hs | 3 ++-
- c2hs/toplevel/C2HSConfig.hs   | 2 +-
- 3 files changed, 5 insertions(+), 3 deletions(-)
-
-diff --git a/c2hs/base/general/FileOps.hs b/c2hs/base/general/FileOps.hs
-index 83ac70c..4914c4b 100644
 a/c2hs/base/general/FileOps.hs
-+++ b/c2hs/base/general/FileOps.hs
-@@ -39,6 +39,7 @@ import Control.Monad  (liftM)
- import System.Random(newStdGen, randomRs)
- 
- import FNameOps  (dirname, stripDirname, addPath)
-+import System.IO.Error (catchIOError)
- 
- 
- -- search for the given file in the given list of directories (EXPORTED)
-@@ -89,7 +90,7 @@ mktemp pre post =
-in do
-  h - openFile fname ReadWriteMode
-  return (h, fname)
--   `catch` \_ - createLoop (attempts - 1) rs'
-+   `catchIOError` \_ - createLoop (attempts - 1) rs'
- --
- sixChars :: [Int] - ([Int], String)
- sixChars is = 
-diff --git a/c2hs/base/state/StateTrans.hs b/c2hs/base/state/StateTrans.hs
-index ada62f4..2ab0ad1 100644
 a/c2hs/base/state/StateTrans.hs
-+++ b/c2hs/base/state/StateTrans.hs
-@@ -84,6 +84,7 @@ import System.IO  (fixIO)
- import Data.IORef (IORef, newIORef, readIORef, writeIORef)
- 
- import Errors (interr)
-+import System.IO.Error (catchIOError)
- 
- infixr 1 +=, +
- 
-@@ -337,7 +338,7 @@ fatalsHandledBy m handler  =
- ioError err
- Right a  - return state
-   )
--  `catch` (\err - let
-+  `catchIOError` (\err - let
-  STB handler' = handler err
-in
-handler' bs gs)
-diff --git a/c2hs/toplevel/C2HSConfig.hs b/c2hs/toplevel/C2HSConfig.hs
-index e8deddf..af32886 100644
 a/c2hs/toplevel/C2HSConfig.hs
-+++ b/c2hs/toplevel/C2HSConfig.hs
-@@ -46,7 +46,7 @@ import Data.Array (Array, array)
- 
- import Foreign (Ptr, FunPtr)
- import Foreign  (Storable(sizeOf, alignment), toBool)
--import Foreign.C (CInt)
-+import Foreign.C (CInt(..))
- import System.Info (os)
- 
- -- program settings
--- 
-1.7.12
-

Copied: 
gtk2hs-buildtools/repos/community-i686/0001-fix-for-ghc-7.6.1-changes.patch 
(from rev 102050, gtk2hs-buildtools/trunk/0001-fix-for-ghc-7.6.1-changes.patch)
===
--- community-i686/0001-fix-for-ghc-7.6.1-changes.patch 
(rev 0)
+++ community-i686/0001-fix-for-ghc-7.6.1-changes.patch 2013-12-04 14:18:24 UTC 
(rev 102051)
@@ -0,0 +1,69 @@
+From 7d94bcd36eb1d5a2feae182fcb74f9d6ca439a80 Mon Sep 17 00:00:00 2001
+From: Thomas Dziedzic gos...@gmail.com
+Date: Wed, 12 Sep 2012 03:29:46 -0700
+Subject: [PATCH] fix for ghc 7.6.1 changes
+
+---
+ c2hs/base/general/FileOps.hs  | 3 ++-
+ c2hs/base/state/StateTrans.hs | 3 ++-
+ c2hs/toplevel/C2HSConfig.hs   | 2 +-

[arch-commits] Commit in haskell-bytestring-show/repos (8 files)

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:18:45
  Author: spupykin
Revision: 102053

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

Added:
  haskell-bytestring-show/repos/community-i686/PKGBUILD
(from rev 102052, haskell-bytestring-show/trunk/PKGBUILD)
  haskell-bytestring-show/repos/community-i686/haskell-bytestring-show.install
(from rev 102052, 
haskell-bytestring-show/trunk/haskell-bytestring-show.install)
  haskell-bytestring-show/repos/community-x86_64/PKGBUILD
(from rev 102052, haskell-bytestring-show/trunk/PKGBUILD)
  haskell-bytestring-show/repos/community-x86_64/haskell-bytestring-show.install
(from rev 102052, 
haskell-bytestring-show/trunk/haskell-bytestring-show.install)
Deleted:
  haskell-bytestring-show/repos/community-i686/PKGBUILD
  haskell-bytestring-show/repos/community-i686/haskell-bytestring-show.install
  haskell-bytestring-show/repos/community-x86_64/PKGBUILD
  haskell-bytestring-show/repos/community-x86_64/haskell-bytestring-show.install

--+
 /PKGBUILD|   88 +
 /haskell-bytestring-show.install |   48 +++
 community-i686/PKGBUILD  |   44 --
 community-i686/haskell-bytestring-show.install   |   24 -
 community-x86_64/PKGBUILD|   44 --
 community-x86_64/haskell-bytestring-show.install |   24 -
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-04 14:18:28 UTC (rev 102052)
+++ community-i686/PKGBUILD 2013-12-04 14:18:45 UTC (rev 102053)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=haskell-bytestring-show
-pkgver=0.3.5.4
-pkgrel=6
-pkgdesc=Efficient conversion of values into readable byte strings.
-url=http://hackage.haskell.org/package/bytestring-show;
-license=(BSD3)
-arch=('i686' 'x86_64')
-depends=(ghc)
-options=('staticlibs')
-install=${pkgname}.install
-source=(http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz;)
-md5sums=('2a4ab243c4b6fffed1fc663975a9ec6d')
-
-build() {
-  cd ${srcdir}/bytestring-show-${pkgver}
-
-  # update outdated dependency
-  sed 's/build-depends: integer-gmp = 0.2   0.5/build-depends: integer-gmp 
= 0.2 \\  0.6/' -i bytestring-show.cabal
-
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
-   --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  depends=(ghc=`pacman -Q ghc | cut -f2 -d\ |cut -f1 -d-`)
-
-  cd ${srcdir}/bytestring-show-${pkgver}
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/bytestring-show
-  runhaskell Setup copy --destdir=${pkgdir}
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-bytestring-show/repos/community-i686/PKGBUILD (from rev 102052, 
haskell-bytestring-show/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-04 14:18:45 UTC (rev 102053)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-bytestring-show
+pkgver=0.3.5.5
+pkgrel=1
+pkgdesc=Efficient conversion of values into readable byte strings.
+url=http://hackage.haskell.org/package/bytestring-show;
+license=(BSD3)
+arch=('i686' 'x86_64')
+depends=(ghc)
+options=('staticlibs')
+install=${pkgname}.install
+source=(http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz;)
+md5sums=('7ed08495da103ecc17b90dce70d1ca39')
+
+build() {
+  cd ${srcdir}/bytestring-show-${pkgver}
+
+  # update outdated dependency
+  sed 's/build-depends: integer-gmp = 0.2   0.5/build-depends: integer-gmp 
= 0.2 \\  0.6/' -i bytestring-show.cabal
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+   --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+

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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:18:09
  Author: spupykin
Revision: 102050

upgpkg: gtk2hs-buildtools 0.12.5.1-1

upd

Modified:
  gtk2hs-buildtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 14:18:04 UTC (rev 102049)
+++ PKGBUILD2013-12-04 14:18:09 UTC (rev 102050)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=gtk2hs-buildtools
-pkgver=0.12.4
-pkgrel=2
+pkgver=0.12.5.1
+pkgrel=1
 pkgdesc=Tools to build the Gtk2Hs suite of User Interface libraries.
 url=http://hackage.haskell.org/package/gtk2hs-buildtools;
 license=('GPL2')
@@ -13,7 +13,7 @@
 options=('strip')
 provides=('haskell-gtk2hs-buildtools')
 
source=(http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz)
-md5sums=('ad3d78bf7c25fdb4c713c3528d137a81')
+md5sums=('2f8f761559185c7375b0b31354d791c8')
 
 build() {
 cd ${srcdir}/gtk2hs-buildtools-$pkgver



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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:18:50
  Author: spupykin
Revision: 102054

upgpkg: haskell-cairo 0.12.5.0-1

upd

Modified:
  haskell-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 14:18:45 UTC (rev 102053)
+++ PKGBUILD2013-12-04 14:18:50 UTC (rev 102054)
@@ -2,14 +2,14 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=haskell-cairo
-pkgver=0.12.4
-pkgrel=5
+pkgver=0.12.5.0
+pkgrel=1
 pkgdesc=Binding to the cairo library for Gtk2Hs.
 url=http://hackage.haskell.org/package/cairo;
 license=('LGPL2.1')
 arch=('i686' 'x86_64')
 # deps adjusted to specific versions in package()
-depends=('ghc' 'cairo' 'haskell-mtl')
+depends=('ghc' 'cairo' 'haskell-mtl' 'haskell-utf8-string')
 makedepends=(gtk2hs-buildtools)
 options=('strip' 'staticlibs')
 conflicts=('gtk2hs-cairo')
@@ -17,7 +17,7 @@
 replaces=('gtk2hs-cairo')
 install=gtk2hs-cairo.install
 
source=(http://hackage.haskell.org/packages/archive/cairo/$pkgver/cairo-$pkgver.tar.gz)
-md5sums=('b9d7e8de6ba4db680c222958622d6ee6')
+md5sums=('234b2a5f1e30844838aeb8adb28f0bf3')
 
 build() {
 cd ${srcdir}/cairo-$pkgver
@@ -34,7 +34,7 @@
 package() {
 _ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
 _hmtlver=`pacman -Q haskell-mtl | cut -f2 -d\  | cut -f1 -d-`
-depends=(ghc=${_ghcver} cairo haskell-mtl=${_hmtlver})
+depends=(ghc=${_ghcver} cairo haskell-mtl=${_hmtlver} 
'haskell-utf8-string')
 
 cd ${srcdir}/cairo-${pkgver}
 install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-cairo/register.sh



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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:19:51
  Author: spupykin
Revision: 102059

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

Added:
  haskell-gtk/repos/community-i686/PKGBUILD
(from rev 102058, haskell-gtk/trunk/PKGBUILD)
  haskell-gtk/repos/community-i686/ghc-7.6.1.patch
(from rev 102058, haskell-gtk/trunk/ghc-7.6.1.patch)
  haskell-gtk/repos/community-i686/gtk-gthread.h-include.patch
(from rev 102058, haskell-gtk/trunk/gtk-gthread.h-include.patch)
  haskell-gtk/repos/community-i686/gtk2hs-gtk.install
(from rev 102058, haskell-gtk/trunk/gtk2hs-gtk.install)
  haskell-gtk/repos/community-x86_64/PKGBUILD
(from rev 102058, haskell-gtk/trunk/PKGBUILD)
  haskell-gtk/repos/community-x86_64/ghc-7.6.1.patch
(from rev 102058, haskell-gtk/trunk/ghc-7.6.1.patch)
  haskell-gtk/repos/community-x86_64/gtk-gthread.h-include.patch
(from rev 102058, haskell-gtk/trunk/gtk-gthread.h-include.patch)
  haskell-gtk/repos/community-x86_64/gtk2hs-gtk.install
(from rev 102058, haskell-gtk/trunk/gtk2hs-gtk.install)
Deleted:
  haskell-gtk/repos/community-i686/PKGBUILD
  haskell-gtk/repos/community-i686/ghc-7.6.1.patch
  haskell-gtk/repos/community-i686/gtk-gthread.h-include.patch
  haskell-gtk/repos/community-i686/gtk2hs-gtk.install
  haskell-gtk/repos/community-x86_64/PKGBUILD
  haskell-gtk/repos/community-x86_64/ghc-7.6.1.patch
  haskell-gtk/repos/community-x86_64/gtk-gthread.h-include.patch
  haskell-gtk/repos/community-x86_64/gtk2hs-gtk.install

--+
 /PKGBUILD|   96 ++
 /ghc-7.6.1.patch | 1148 +
 /gtk-gthread.h-include.patch |   30 
 /gtk2hs-gtk.install  |   36 
 community-i686/PKGBUILD  |   48 -
 community-i686/ghc-7.6.1.patch   |  574 
 community-i686/gtk-gthread.h-include.patch   |   15 
 community-i686/gtk2hs-gtk.install|   18 
 community-x86_64/PKGBUILD|   48 -
 community-x86_64/ghc-7.6.1.patch |  574 
 community-x86_64/gtk-gthread.h-include.patch |   15 
 community-x86_64/gtk2hs-gtk.install  |   18 
 12 files changed, 1310 insertions(+), 1310 deletions(-)

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


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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:19:06
  Author: spupykin
Revision: 102055

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

Added:
  haskell-cairo/repos/community-i686/PKGBUILD
(from rev 102054, haskell-cairo/trunk/PKGBUILD)
  haskell-cairo/repos/community-i686/gtk2hs-cairo.install
(from rev 102054, haskell-cairo/trunk/gtk2hs-cairo.install)
  haskell-cairo/repos/community-x86_64/PKGBUILD
(from rev 102054, haskell-cairo/trunk/PKGBUILD)
  haskell-cairo/repos/community-x86_64/gtk2hs-cairo.install
(from rev 102054, haskell-cairo/trunk/gtk2hs-cairo.install)
Deleted:
  haskell-cairo/repos/community-i686/PKGBUILD
  haskell-cairo/repos/community-i686/gtk2hs-cairo.install
  haskell-cairo/repos/community-x86_64/PKGBUILD
  haskell-cairo/repos/community-x86_64/gtk2hs-cairo.install

---+
 /PKGBUILD |   90 
 /gtk2hs-cairo.install |   36 
 community-i686/PKGBUILD   |   45 
 community-i686/gtk2hs-cairo.install   |   18 --
 community-x86_64/PKGBUILD |   45 
 community-x86_64/gtk2hs-cairo.install |   18 --
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-04 14:18:50 UTC (rev 102054)
+++ community-i686/PKGBUILD 2013-12-04 14:19:06 UTC (rev 102055)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=haskell-cairo
-pkgver=0.12.4
-pkgrel=5
-pkgdesc=Binding to the cairo library for Gtk2Hs.
-url=http://hackage.haskell.org/package/cairo;
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-# deps adjusted to specific versions in package()
-depends=('ghc' 'cairo' 'haskell-mtl')
-makedepends=(gtk2hs-buildtools)
-options=('strip')
-conflicts=('gtk2hs-cairo')
-provides=('gtk2hs-cairo')
-replaces=('gtk2hs-cairo')
-install=gtk2hs-cairo.install
-source=(http://hackage.haskell.org/packages/archive/cairo/$pkgver/cairo-$pkgver.tar.gz)
-md5sums=('b9d7e8de6ba4db680c222958622d6ee6')
-
-build() {
-cd ${srcdir}/cairo-$pkgver
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/haskell-cairo \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-_ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
-_hmtlver=`pacman -Q haskell-mtl | cut -f2 -d\  | cut -f1 -d-`
-depends=(ghc=${_ghcver} cairo haskell-mtl=${_hmtlver})
-
-cd ${srcdir}/cairo-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-cairo/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-cairo/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/haskell-cairo/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/cairo
-runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-cairo/repos/community-i686/PKGBUILD (from rev 102054, 
haskell-cairo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-04 14:19:06 UTC (rev 102055)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-cairo
+pkgver=0.12.5.0
+pkgrel=1
+pkgdesc=Binding to the cairo library for Gtk2Hs.
+url=http://hackage.haskell.org/package/cairo;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'cairo' 'haskell-mtl' 'haskell-utf8-string')
+makedepends=(gtk2hs-buildtools)
+options=('strip' 'staticlibs')
+conflicts=('gtk2hs-cairo')
+provides=('gtk2hs-cairo')
+replaces=('gtk2hs-cairo')
+install=gtk2hs-cairo.install
+source=(http://hackage.haskell.org/packages/archive/cairo/$pkgver/cairo-$pkgver.tar.gz)
+md5sums=('234b2a5f1e30844838aeb8adb28f0bf3')
+
+build() {
+cd ${srcdir}/cairo-$pkgver
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/haskell-cairo \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+_ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
+_hmtlver=`pacman -Q haskell-mtl | cut -f2 -d\  | cut -f1 -d-`
+depends=(ghc=${_ghcver} cairo haskell-mtl=${_hmtlver} 
'haskell-utf8-string')
+
+cd ${srcdir}/cairo-${pkgver}
+install 

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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:19:11
  Author: spupykin
Revision: 102056

upgpkg: haskell-glib 0.12.5.0-1

upd

Modified:
  haskell-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 14:19:06 UTC (rev 102055)
+++ PKGBUILD2013-12-04 14:19:11 UTC (rev 102056)
@@ -2,14 +2,14 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=haskell-glib
-pkgver=0.12.4
-pkgrel=4
+pkgver=0.12.5.0
+pkgrel=1
 pkgdesc=Binding to the GLIB library for Gtk2Hs.
 url=http://hackage.haskell.org/package/glib;
 license=('LGPL2.1')
 arch=('i686' 'x86_64')
 # deps adjusted to specific versions in package()
-depends=('ghc' 'glib2')
+depends=('ghc' 'glib2' 'haskell-utf8-string')
 makedepends=(gtk2hs-buildtools)
 options=('strip' 'staticlibs')
 install=gtk2hs-glib.install
@@ -17,7 +17,7 @@
 replaces=('gtk2hs-glib')
 conflicts=('gtk2hs-glib')
 
source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
-md5sums=('3172907258183466f1e604a435285c51')
+md5sums=('fa94e2f40641dd2fa0d01a0da3fd7b50')
 
 build() {
 cd glib-$pkgver
@@ -33,7 +33,7 @@
 
 package() {
 _ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
-depends=(ghc=${_ghcver} glib2)
+depends=(ghc=${_ghcver} glib2 'haskell-utf8-string')
 
 cd ${srcdir}/glib-${pkgver}
 install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-glib/register.sh



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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:19:29
  Author: spupykin
Revision: 102058

upgpkg: haskell-gtk 0.12.5.0-1

upd

Modified:
  haskell-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 14:19:25 UTC (rev 102057)
+++ PKGBUILD2013-12-04 14:19:29 UTC (rev 102058)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=haskell-gtk
-pkgver=0.12.4
-pkgrel=4
+pkgver=0.12.5.0
+pkgrel=1
 pkgdesc=Binding to the gtk library for Gtk2Hs.
 url=http://hackage.haskell.org/package/gtk;
 license=('LGPL2.1')
@@ -17,7 +17,7 @@
 install=gtk2hs-gtk.install
 
source=(http://hackage.haskell.org/packages/archive/gtk/$pkgver/gtk-$pkgver.tar.gz
ghc-7.6.1.patch)
-md5sums=('165a04134cdc3aec9a9aa149c421b1de'
+md5sums=('d34d2da37f3e4e15dbc0b6a6aef0cd8f'
  '5fb93f37fe3f494b30ee682a36b8f1b6')
 
 build() {



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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:19:25
  Author: spupykin
Revision: 102057

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

Added:
  haskell-glib/repos/community-i686/PKGBUILD
(from rev 102056, haskell-glib/trunk/PKGBUILD)
  haskell-glib/repos/community-i686/gtk2hs-glib.install
(from rev 102056, haskell-glib/trunk/gtk2hs-glib.install)
  haskell-glib/repos/community-x86_64/PKGBUILD
(from rev 102056, haskell-glib/trunk/PKGBUILD)
  haskell-glib/repos/community-x86_64/gtk2hs-glib.install
(from rev 102056, haskell-glib/trunk/gtk2hs-glib.install)
Deleted:
  haskell-glib/repos/community-i686/PKGBUILD
  haskell-glib/repos/community-i686/gtk2hs-glib.install
  haskell-glib/repos/community-x86_64/PKGBUILD
  haskell-glib/repos/community-x86_64/gtk2hs-glib.install

--+
 /PKGBUILD|   88 +
 /gtk2hs-glib.install |   36 +
 community-i686/PKGBUILD  |   44 
 community-i686/gtk2hs-glib.install   |   18 --
 community-x86_64/PKGBUILD|   44 
 community-x86_64/gtk2hs-glib.install |   18 --
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-04 14:19:11 UTC (rev 102056)
+++ community-i686/PKGBUILD 2013-12-04 14:19:25 UTC (rev 102057)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=haskell-glib
-pkgver=0.12.4
-pkgrel=4
-pkgdesc=Binding to the GLIB library for Gtk2Hs.
-url=http://hackage.haskell.org/package/glib;
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-# deps adjusted to specific versions in package()
-depends=('ghc' 'glib2')
-makedepends=(gtk2hs-buildtools)
-options=('strip')
-install=gtk2hs-glib.install
-provides=('gtk2hs-glib')
-replaces=('gtk2hs-glib')
-conflicts=('gtk2hs-glib')
-source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
-md5sums=('3172907258183466f1e604a435285c51')
-
-build() {
-cd glib-$pkgver
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/haskell-glib \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-_ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
-depends=(ghc=${_ghcver} glib2)
-
-cd ${srcdir}/glib-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-glib/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-glib/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/haskell-glib/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/glib
-runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-glib/repos/community-i686/PKGBUILD (from rev 102056, 
haskell-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-04 14:19:25 UTC (rev 102057)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-glib
+pkgver=0.12.5.0
+pkgrel=1
+pkgdesc=Binding to the GLIB library for Gtk2Hs.
+url=http://hackage.haskell.org/package/glib;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'glib2' 'haskell-utf8-string')
+makedepends=(gtk2hs-buildtools)
+options=('strip' 'staticlibs')
+install=gtk2hs-glib.install
+provides=('gtk2hs-glib')
+replaces=('gtk2hs-glib')
+conflicts=('gtk2hs-glib')
+source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
+md5sums=('fa94e2f40641dd2fa0d01a0da3fd7b50')
+
+build() {
+cd glib-$pkgver
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/haskell-glib \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+_ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
+depends=(ghc=${_ghcver} glib2 'haskell-utf8-string')
+
+cd ${srcdir}/glib-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-glib/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-glib/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/haskell-glib/html 

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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:20:01
  Author: spupykin
Revision: 102060

upgpkg: haskell-hslogger 1.2.3-1

upd

Modified:
  haskell-hslogger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 14:19:51 UTC (rev 102059)
+++ PKGBUILD2013-12-04 14:20:01 UTC (rev 102060)
@@ -3,8 +3,8 @@
 # Maintainer: Arch Haskell Team arch-hask...@haskell.org
 
 pkgname=haskell-hslogger
-pkgver=1.2.1
-pkgrel=6
+pkgver=1.2.3
+pkgrel=1
 pkgdesc=Versatile logging framework
 url=http://hackage.haskell.org/package/hslogger;
 license=('LGPL')
@@ -13,7 +13,7 @@
 options=('staticlibs')
 install=${pkgname}.install
 
source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz)
-md5sums=('d94e39cd6a262565cf0758a6ead74919')
+md5sums=('4047e50789860c8ac3e8998f7de68ca5')
 
 build() {
   cd ${srcdir}/hslogger-${pkgver}



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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:20:19
  Author: spupykin
Revision: 102062

upgpkg: haskell-pango 0.12.5.0-1

upd

Modified:
  haskell-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 14:20:16 UTC (rev 102061)
+++ PKGBUILD2013-12-04 14:20:19 UTC (rev 102062)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=haskell-pango
-pkgver=0.12.4
-pkgrel=4
+pkgver=0.12.5.0
+pkgrel=1
 pkgdesc=Binding to the pango library for Gtk2Hs.
 url=http://hackage.haskell.org/package/pango;
 license=('LGPL2.1')
@@ -17,7 +17,7 @@
 options=('strip' 'staticlibs')
 install=gtk2hs-pango.install
 
source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
-md5sums=('e498beb2d10b45ebf08bffc2296e1195')
+md5sums=('6dca381064ad8488baa69a783b05e28b')
 
 build() {
   cd ${srcdir}/pango-${pkgver}



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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:20:16
  Author: spupykin
Revision: 102061

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

Added:
  haskell-hslogger/repos/community-i686/PKGBUILD
(from rev 102060, haskell-hslogger/trunk/PKGBUILD)
  haskell-hslogger/repos/community-i686/haskell-hslogger.install
(from rev 102060, haskell-hslogger/trunk/haskell-hslogger.install)
  haskell-hslogger/repos/community-x86_64/PKGBUILD
(from rev 102060, haskell-hslogger/trunk/PKGBUILD)
  haskell-hslogger/repos/community-x86_64/haskell-hslogger.install
(from rev 102060, haskell-hslogger/trunk/haskell-hslogger.install)
Deleted:
  haskell-hslogger/repos/community-i686/PKGBUILD
  haskell-hslogger/repos/community-i686/haskell-hslogger.install
  haskell-hslogger/repos/community-x86_64/PKGBUILD
  haskell-hslogger/repos/community-x86_64/haskell-hslogger.install

---+
 /PKGBUILD |   74 
 /haskell-hslogger.install |   36 +
 community-i686/PKGBUILD   |   37 --
 community-i686/haskell-hslogger.install   |   18 --
 community-x86_64/PKGBUILD |   37 --
 community-x86_64/haskell-hslogger.install |   18 --
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-04 14:20:01 UTC (rev 102060)
+++ community-i686/PKGBUILD 2013-12-04 14:20:16 UTC (rev 102061)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=haskell-hslogger
-pkgver=1.2.1
-pkgrel=6
-pkgdesc=Versatile logging framework
-url=http://hackage.haskell.org/package/hslogger;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('ghc' 'haskell-mtl' 'haskell-network')
-options=('staticlibs')
-install=${pkgname}.install
-source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz)
-md5sums=('d94e39cd6a262565cf0758a6ead74919')
-
-build() {
-  cd ${srcdir}/hslogger-${pkgver}
-  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
-   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
-   --enable-library-profiling
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd ${srcdir}/hslogger-${pkgver}
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/hslogger
-  runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-hslogger/repos/community-i686/PKGBUILD (from rev 102060, 
haskell-hslogger/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-04 14:20:16 UTC (rev 102061)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=haskell-hslogger
+pkgver=1.2.3
+pkgrel=1
+pkgdesc=Versatile logging framework
+url=http://hackage.haskell.org/package/hslogger;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-mtl' 'haskell-network')
+options=('staticlibs')
+install=${pkgname}.install
+source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz)
+md5sums=('4047e50789860c8ac3e8998f7de68ca5')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
+   --enable-library-profiling
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${srcdir}/hslogger-${pkgver}
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/hslogger
+  runhaskell Setup copy --destdir=${pkgdir}
+}

Deleted: community-i686/haskell-hslogger.install
===
--- 

[arch-commits] Commit in phpldapadmin/trunk (PKGBUILD phpldapadmin-1.2.3-php5_5.patch)

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:20:40
  Author: spupykin
Revision: 102064

upgpkg: phpldapadmin 1.2.3-6

upd

Modified:
  phpldapadmin/trunk/PKGBUILD
  phpldapadmin/trunk/phpldapadmin-1.2.3-php5_5.patch

-+
 PKGBUILD|4 ++--
 phpldapadmin-1.2.3-php5_5.patch |   25 +++--
 2 files changed, 25 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 14:20:35 UTC (rev 102063)
+++ PKGBUILD2013-12-04 14:20:40 UTC (rev 102064)
@@ -3,7 +3,7 @@
 
 pkgname=phpldapadmin
 pkgver=1.2.3
-pkgrel=5
+pkgrel=6
 pkgdesc=A PHP and hence web-based tool to administrate LDAP over the WWW
 arch=('any')
 url=http://phpldapadmin.sourceforge.net/;
@@ -14,7 +14,7 @@
 
source=(http://downloads.sourceforge.net/project/phpldapadmin/phpldapadmin-php5/$pkgver/phpldapadmin-$pkgver.tgz
 phpldapadmin-1.2.3-php5_5.patch )
 md5sums=('59a49054039ceb852c2da377d8742360'
- '966de02d066d9cb90dadf12a213726d3')
+ '45ebc875c588ff6756369b949ffe7401')
 
 build() {
   cd $srcdir/phpldapadmin-${pkgver}/

Modified: phpldapadmin-1.2.3-php5_5.patch
===
--- phpldapadmin-1.2.3-php5_5.patch 2013-12-04 14:20:35 UTC (rev 102063)
+++ phpldapadmin-1.2.3-php5_5.patch 2013-12-04 14:20:40 UTC (rev 102064)
@@ -1,6 +1,18 @@
+diff -Nrbu phpldapadmin-1.2.3/lib/PageRender.php 
phpldapadmin-1.2.3-OK/lib/PageRender.php
+--- phpldapadmin-1.2.3/lib/PageRender.php  2012-10-01 10:54:14.0 
+0400
 phpldapadmin-1.2.3-OK/lib/PageRender.php   2013-11-12 03:44:40.518144839 
+0400
+@@ -287,7 +287,7 @@
+   break;
+ 
+   default:
+-  $vals[$i] = 
password_hash($passwordvalue,$enc);
++  $vals[$i] = 
pla_password_hash($passwordvalue,$enc);
+   }
+ 
+   $vals = array_unique($vals);
 diff -Nrbu phpldapadmin-1.2.3/lib/ds_ldap.php 
phpldapadmin-1.2.3-OK/lib/ds_ldap.php
 --- phpldapadmin-1.2.3/lib/ds_ldap.php 2012-10-01 10:54:14.0 +0400
-+++ phpldapadmin-1.2.3-OK/lib/ds_ldap.php  2013-06-18 16:03:52.295235583 
+0400
 phpldapadmin-1.2.3-OK/lib/ds_ldap.php  2013-11-12 03:40:56.638343739 
+0400
 @@ -1117,12 +1117,14 @@
if (is_array($dn)) {
$a = array();
@@ -20,7 +32,7 @@
public function getRootDSE($method=null) {
 diff -Nrbu phpldapadmin-1.2.3/lib/functions.php 
phpldapadmin-1.2.3-OK/lib/functions.php
 --- phpldapadmin-1.2.3/lib/functions.php   2012-10-01 10:54:14.0 
+0400
-+++ phpldapadmin-1.2.3-OK/lib/functions.php2013-06-18 16:03:52.330235281 
+0400
 phpldapadmin-1.2.3-OK/lib/functions.php2013-11-12 03:44:17.298065264 
+0400
 @@ -2127,7 +2127,7 @@
   *crypt, ext_des, md5crypt, blowfish, md5, sha, smd5, ssha, sha512, 
or clear.
   * @return string The hashed password.
@@ -48,6 +60,15 @@
return true;
else
return false;
+@@ -2392,7 +2392,7 @@
+ 
+   # SHA512 crypted passwords
+   case 'sha512':
+-  if 
(strcasecmp(password_hash($plainpassword,'sha512'),'{SHA512}'.$cryptedpassword) 
== 0)
++  if 
(strcasecmp(pla_password_hash($plainpassword,'sha512'),'{SHA512}'.$cryptedpassword)
 == 0)
+   return true;
+   else
+   return false;
 @@ -2565,12 +2565,14 @@
$a = array();
  



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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:20:52
  Author: spupykin
Revision: 102066

upgpkg: trac 1.0.1-7

upd

Modified:
  trac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 14:20:48 UTC (rev 102065)
+++ PKGBUILD2013-12-04 14:20:52 UTC (rev 102066)
@@ -4,7 +4,7 @@
 
 pkgname=trac
 pkgver=1.0.1
-pkgrel=6
+pkgrel=7
 pkgdesc=Trac Integrated SCM  Project Management using Apache  Subversion.
 arch=('any')
 url=http://trac.edgewall.org/;
@@ -15,12 +15,14 @@
 backup=(etc/conf.d/tracd.conf)
 source=(http://ftp.edgewall.com/pub/trac/Trac-$pkgver.tar.gz
license.txt
-   tracd.service)
+   tracd.service
+   
babel.patch::http://trac.edgewall.org/changeset/11783?format=diffnew=11783;)
 md5sums=('c869fa40e29fa4597e2c9c960de9f2f3'
  'af9a4064fd7a5759fee0fc288f749977'
- '36bad295c72e8f147724e40840ff3774')
+ '36bad295c72e8f147724e40840ff3774'
+ 'a2de9d0e26db74ad454325c44ac54dce')
 
-package() {
+prepare() {
   cd $srcdir/Trac-$pkgver
 
   # python2 fix
@@ -31,6 +33,11 @@
   sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
   done
 
+  patch -p3 $srcdir/babel.patch
+}
+
+package() {
+  cd $srcdir/Trac-$pkgver
   python2 setup.py install --prefix=/usr --root=$pkgdir
   install -D -m644 $srcdir/license.txt 
$pkgdir/usr/share/licenses/trac/license.txt
   install -D -m0755 contrib/cgi-bin/trac.cgi $pkgdir/usr/share/trac/trac.cgi



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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:20:48
  Author: spupykin
Revision: 102065

archrelease: copy trunk to community-any

Added:
  phpldapadmin/repos/community-any/PKGBUILD
(from rev 102064, phpldapadmin/trunk/PKGBUILD)
  phpldapadmin/repos/community-any/phpldapadmin-1.2.3-php5_5.patch
(from rev 102064, phpldapadmin/trunk/phpldapadmin-1.2.3-php5_5.patch)
Deleted:
  phpldapadmin/repos/community-any/PKGBUILD
  phpldapadmin/repos/community-any/phpldapadmin-1.2.3-php5_5.patch

-+
 PKGBUILD|   92 +++---
 phpldapadmin-1.2.3-php5_5.patch |  155 +-
 2 files changed, 134 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-04 14:20:40 UTC (rev 102064)
+++ PKGBUILD2013-12-04 14:20:48 UTC (rev 102065)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=phpldapadmin
-pkgver=1.2.3
-pkgrel=5
-pkgdesc=A PHP and hence web-based tool to administrate LDAP over the WWW
-arch=('any')
-url=http://phpldapadmin.sourceforge.net/;
-license=('GPL')
-depends=('libldap' 'php' 'php-ldap')
-makedepends=('optipng')
-backup=(etc/webapps/phpldapadmin/config.php)
-source=(http://downloads.sourceforge.net/project/phpldapadmin/phpldapadmin-php5/$pkgver/phpldapadmin-$pkgver.tgz
-phpldapadmin-1.2.3-php5_5.patch )
-md5sums=('59a49054039ceb852c2da377d8742360'
- '966de02d066d9cb90dadf12a213726d3')
-
-build() {
-  cd $srcdir/phpldapadmin-${pkgver}/
-  find -name '*.png' -exec optipng -quiet -force -fix {} \;
-  # patch from http://pkgs.fedoraproject.org/cgit/phpldapadmin.git/tree/
-  patch -p1 -i $srcdir/phpldapadmin-1.2.3-php5_5.patch
-}
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/phpldapadmin
-  mkdir -p ${_instdir} $pkgdir/etc/webapps/phpldapadmin
-  cd ${_instdir}
-
-  cp -ra $srcdir/phpldapadmin-${pkgver}/* .
-
-  ln -s /etc/webapps/phpldapadmin/config.php ${_instdir}/config/config.php
-  cp ${_instdir}/config/config.php.example 
$pkgdir/etc/webapps/phpldapadmin/config.php
-
-  cat $pkgdir/etc/webapps/phpldapadmin/apache.example.conf EOF
-   Alias /phpldapadmin /usr/share/webapps/phpldapadmin
-   Directory /usr/share/webapps/phpldapadmin
-   AllowOverride All
-   Options FollowSymlinks
-   Order allow,deny
-   Allow from all
-   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/
-   /Directory
-EOF
-}

Copied: phpldapadmin/repos/community-any/PKGBUILD (from rev 102064, 
phpldapadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-04 14:20:48 UTC (rev 102065)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=phpldapadmin
+pkgver=1.2.3
+pkgrel=6
+pkgdesc=A PHP and hence web-based tool to administrate LDAP over the WWW
+arch=('any')
+url=http://phpldapadmin.sourceforge.net/;
+license=('GPL')
+depends=('libldap' 'php' 'php-ldap')
+makedepends=('optipng')
+backup=(etc/webapps/phpldapadmin/config.php)
+source=(http://downloads.sourceforge.net/project/phpldapadmin/phpldapadmin-php5/$pkgver/phpldapadmin-$pkgver.tgz
+phpldapadmin-1.2.3-php5_5.patch )
+md5sums=('59a49054039ceb852c2da377d8742360'
+ '45ebc875c588ff6756369b949ffe7401')
+
+build() {
+  cd $srcdir/phpldapadmin-${pkgver}/
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+  # patch from http://pkgs.fedoraproject.org/cgit/phpldapadmin.git/tree/
+  patch -p1 -i $srcdir/phpldapadmin-1.2.3-php5_5.patch
+}
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phpldapadmin
+  mkdir -p ${_instdir} $pkgdir/etc/webapps/phpldapadmin
+  cd ${_instdir}
+
+  cp -ra $srcdir/phpldapadmin-${pkgver}/* .
+
+  ln -s /etc/webapps/phpldapadmin/config.php ${_instdir}/config/config.php
+  cp ${_instdir}/config/config.php.example 
$pkgdir/etc/webapps/phpldapadmin/config.php
+
+  cat $pkgdir/etc/webapps/phpldapadmin/apache.example.conf EOF
+   Alias /phpldapadmin /usr/share/webapps/phpldapadmin
+   Directory /usr/share/webapps/phpldapadmin
+   AllowOverride All
+   Options FollowSymlinks
+   Order allow,deny
+   Allow from all
+   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/
+   /Directory
+EOF
+}

Deleted: phpldapadmin-1.2.3-php5_5.patch
===
--- phpldapadmin-1.2.3-php5_5.patch 2013-12-04 14:20:40 UTC (rev 102064)
+++ phpldapadmin-1.2.3-php5_5.patch 2013-12-04 14:20:48 UTC (rev 102065)
@@ -1,67 +0,0 @@
-diff -Nrbu phpldapadmin-1.2.3/lib/ds_ldap.php 
phpldapadmin-1.2.3-OK/lib/ds_ldap.php
 phpldapadmin-1.2.3/lib/ds_ldap.php 2012-10-01 10:54:14.0 +0400
-+++ 

[arch-commits] Commit in trac/repos/community-any (8 files)

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:21:04
  Author: spupykin
Revision: 102067

archrelease: copy trunk to community-any

Added:
  trac/repos/community-any/PKGBUILD
(from rev 102066, trac/trunk/PKGBUILD)
  trac/repos/community-any/license.txt
(from rev 102066, trac/trunk/license.txt)
  trac/repos/community-any/trac.install
(from rev 102066, trac/trunk/trac.install)
  trac/repos/community-any/tracd.service
(from rev 102066, trac/trunk/tracd.service)
Deleted:
  trac/repos/community-any/PKGBUILD
  trac/repos/community-any/license.txt
  trac/repos/community-any/trac.install
  trac/repos/community-any/tracd.service

---+
 PKGBUILD  |   85 ++--
 license.txt   |   58 +++---
 trac.install  |   22 +++---
 tracd.service |   22 +++---
 4 files changed, 97 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-04 14:20:52 UTC (rev 102066)
+++ PKGBUILD2013-12-04 14:21:04 UTC (rev 102067)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Rubin Simons ru...@xs4all.nl
-
-pkgname=trac
-pkgver=1.0.1
-pkgrel=6
-pkgdesc=Trac Integrated SCM  Project Management using Apache  Subversion.
-arch=('any')
-url=http://trac.edgewall.org/;
-license=('BSD')
-depends=(python2 python2-genshi python2-babel python2-setuptools)
-makedepends=(clearsilver)
-install=trac.install
-backup=(etc/conf.d/tracd.conf)
-source=(http://ftp.edgewall.com/pub/trac/Trac-$pkgver.tar.gz
-   license.txt
-   tracd.service)
-md5sums=('c869fa40e29fa4597e2c9c960de9f2f3'
- 'af9a4064fd7a5759fee0fc288f749977'
- '36bad295c72e8f147724e40840ff3774')
-
-package() {
-  cd $srcdir/Trac-$pkgver
-
-  # python2 fix
-  for file in trac/admin/console.py trac/test.py trac/tests/functional/*.py \
-  trac/web/*.py trac/wiki/default-pages/TracFastCgi \
-  contrib/cgi-bin/trac.{f,}cgi; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-  done
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-  install -D -m644 $srcdir/license.txt 
$pkgdir/usr/share/licenses/trac/license.txt
-  install -D -m0755 contrib/cgi-bin/trac.cgi $pkgdir/usr/share/trac/trac.cgi
-  install -D -m0755 contrib/cgi-bin/trac.fcgi $pkgdir/usr/share/trac/trac.fcgi
-  install -Dm0644 $srcdir/tracd.service 
$pkgdir/usr/lib/systemd/system/tracd.service
-}

Copied: trac/repos/community-any/PKGBUILD (from rev 102066, trac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-04 14:21:04 UTC (rev 102067)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Rubin Simons ru...@xs4all.nl
+
+pkgname=trac
+pkgver=1.0.1
+pkgrel=7
+pkgdesc=Trac Integrated SCM  Project Management using Apache  Subversion.
+arch=('any')
+url=http://trac.edgewall.org/;
+license=('BSD')
+depends=(python2 python2-genshi python2-babel python2-setuptools)
+makedepends=(clearsilver)
+install=trac.install
+backup=(etc/conf.d/tracd.conf)
+source=(http://ftp.edgewall.com/pub/trac/Trac-$pkgver.tar.gz
+   license.txt
+   tracd.service
+   
babel.patch::http://trac.edgewall.org/changeset/11783?format=diffnew=11783;)
+md5sums=('c869fa40e29fa4597e2c9c960de9f2f3'
+ 'af9a4064fd7a5759fee0fc288f749977'
+ '36bad295c72e8f147724e40840ff3774'
+ 'a2de9d0e26db74ad454325c44ac54dce')
+
+prepare() {
+  cd $srcdir/Trac-$pkgver
+
+  # python2 fix
+  for file in trac/admin/console.py trac/test.py trac/tests/functional/*.py \
+  trac/web/*.py trac/wiki/default-pages/TracFastCgi \
+  contrib/cgi-bin/trac.{f,}cgi; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+  done
+
+  patch -p3 $srcdir/babel.patch
+}
+
+package() {
+  cd $srcdir/Trac-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+  install -D -m644 $srcdir/license.txt 
$pkgdir/usr/share/licenses/trac/license.txt
+  install -D -m0755 contrib/cgi-bin/trac.cgi $pkgdir/usr/share/trac/trac.cgi
+  install -D -m0755 contrib/cgi-bin/trac.fcgi $pkgdir/usr/share/trac/trac.fcgi
+  install -Dm0644 $srcdir/tracd.service 
$pkgdir/usr/lib/systemd/system/tracd.service
+}

Deleted: license.txt
===
--- license.txt 2013-12-04 14:20:52 UTC (rev 102066)
+++ license.txt 2013-12-04 14:21:04 UTC (rev 102067)
@@ -1,29 +0,0 @@
-Copyright (C) 2003-2005 Edgewall Software
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code 

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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:20:35
  Author: spupykin
Revision: 102063

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

Added:
  haskell-pango/repos/community-i686/PKGBUILD
(from rev 102062, haskell-pango/trunk/PKGBUILD)
  haskell-pango/repos/community-i686/gtk2hs-pango.install
(from rev 102062, haskell-pango/trunk/gtk2hs-pango.install)
  haskell-pango/repos/community-x86_64/PKGBUILD
(from rev 102062, haskell-pango/trunk/PKGBUILD)
  haskell-pango/repos/community-x86_64/gtk2hs-pango.install
(from rev 102062, haskell-pango/trunk/gtk2hs-pango.install)
Deleted:
  haskell-pango/repos/community-i686/PKGBUILD
  haskell-pango/repos/community-i686/gtk2hs-pango.install
  haskell-pango/repos/community-x86_64/PKGBUILD
  haskell-pango/repos/community-x86_64/gtk2hs-pango.install

---+
 /PKGBUILD |   94 
 /gtk2hs-pango.install |   36 
 community-i686/PKGBUILD   |   47 
 community-i686/gtk2hs-pango.install   |   18 --
 community-x86_64/PKGBUILD |   47 
 community-x86_64/gtk2hs-pango.install |   18 --
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-04 14:20:19 UTC (rev 102062)
+++ community-i686/PKGBUILD 2013-12-04 14:20:35 UTC (rev 102063)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=haskell-pango
-pkgver=0.12.4
-pkgrel=4
-pkgdesc=Binding to the pango library for Gtk2Hs.
-url=http://hackage.haskell.org/package/pango;
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-# deps adjusted to specific versions in package()
-depends=('ghc' 'pango' 'haskell-glib' 'haskell-cairo')
-makedepends=(gtk2hs-buildtools)
-provides=('gtk2hs-pango')
-replaces=('gtk2hs-pango')
-conflicts=('gtk2hs-pango')
-options=('strip')
-install=gtk2hs-pango.install
-source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
-md5sums=('e498beb2d10b45ebf08bffc2296e1195')
-
-build() {
-  cd ${srcdir}/pango-${pkgver}
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/haskell-pango \
---libsubdir=\$compiler/site-local/\$pkgid
-  sed -i 's|import Foreign.C.Types.*(CULong, CUInt)|import Foreign.C.Types 
(CULong(..), CUInt(..))|' Graphics/Rendering/Pango/Types.chs
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  _ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
-  _hglibver=`pacman -Q haskell-glib | cut -f2 -d\  | cut -f1 -d-`
-  _hcairover=`pacman -Q haskell-cairo | cut -f2 -d\  | cut -f1 -d-`
-  depends=(ghc=${_ghcver} pango haskell-glib=${_hglibver} 
haskell-cairo=${_hcairover})
-
-  cd ${srcdir}/pango-${pkgver}
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-pango/register.sh
-  install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-pango/unregister.sh
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/haskell-pango/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/pango
-  runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-pango/repos/community-i686/PKGBUILD (from rev 102062, 
haskell-pango/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-04 14:20:35 UTC (rev 102063)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-pango
+pkgver=0.12.5.0
+pkgrel=1
+pkgdesc=Binding to the pango library for Gtk2Hs.
+url=http://hackage.haskell.org/package/pango;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'pango' 'haskell-glib' 'haskell-cairo')
+makedepends=(gtk2hs-buildtools)
+provides=('gtk2hs-pango')
+replaces=('gtk2hs-pango')
+conflicts=('gtk2hs-pango')
+options=('strip' 'staticlibs')
+install=gtk2hs-pango.install
+source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
+md5sums=('6dca381064ad8488baa69a783b05e28b')
+
+build() {
+  cd ${srcdir}/pango-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/haskell-pango \
+--libsubdir=\$compiler/site-local/\$pkgid
+  sed -i 's|import Foreign.C.Types.*(CULong, CUInt)|import Foreign.C.Types 
(CULong(..), CUInt(..))|' Graphics/Rendering/Pango/Types.chs
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  

[arch-commits] Commit in akonadi (9 files)

2013-12-04 Thread Andrea Scarpino
Date: Wednesday, December 4, 2013 @ 15:45:20
  Author: andrea
Revision: 200748

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

Added:
  akonadi/repos/testing-i686/PKGBUILD
(from rev 200746, akonadi/trunk/PKGBUILD)
  akonadi/repos/testing-i686/akonadi.install
(from rev 200746, akonadi/trunk/akonadi.install)
  akonadi/repos/testing-x86_64/PKGBUILD
(from rev 200746, akonadi/trunk/PKGBUILD)
  akonadi/repos/testing-x86_64/akonadi.install
(from rev 200746, akonadi/trunk/akonadi.install)
Deleted:
  akonadi/kde-unstable/
  akonadi/repos/testing-i686/PKGBUILD
  akonadi/repos/testing-i686/akonadi.install
  akonadi/repos/testing-x86_64/PKGBUILD
  akonadi/repos/testing-x86_64/akonadi.install

--+
 /testing-i686/PKGBUILD   |   37 +
 /testing-i686/akonadi.install|   11 +
 /testing-x86_64/PKGBUILD |   37 +
 /testing-x86_64/akonadi.install  |   11 +
 repos/testing-i686/PKGBUILD  |   37 -
 repos/testing-i686/akonadi.install   |   11 -
 repos/testing-x86_64/PKGBUILD|   37 -
 repos/testing-x86_64/akonadi.install |   11 -
 8 files changed, 96 insertions(+), 96 deletions(-)

Deleted: repos/testing-i686/PKGBUILD
===
--- repos/testing-i686/PKGBUILD 2013-12-04 14:45:16 UTC (rev 200747)
+++ repos/testing-i686/PKGBUILD 2013-12-04 14:45:20 UTC (rev 200748)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=akonadi
-pkgver=1.10.3
-pkgrel=2
-pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
-makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
-optdepends=('postgresql: PostgreSQL backend')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}-1.tar.bz2;)
-md5sums=('3929b765baa3dc0d548a26893c64abcf')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
--DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DAKONADI_BUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: akonadi/repos/testing-i686/PKGBUILD (from rev 200746, 
akonadi/trunk/PKGBUILD)
===
--- repos/testing-i686/PKGBUILD (rev 0)
+++ repos/testing-i686/PKGBUILD 2013-12-04 14:45:20 UTC (rev 200748)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.11.0
+pkgrel=1
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('580361613d04b260f807b2a4df099eca')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DAKONADI_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/testing-i686/akonadi.install
===
--- repos/testing-i686/akonadi.install  2013-12-04 14:45:16 UTC (rev 200747)
+++ repos/testing-i686/akonadi.install  2013-12-04 14:45:20 UTC (rev 200748)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/testing-i686/akonadi.install (from rev 200746, 
akonadi/trunk/akonadi.install)
===
--- repos/testing-i686/akonadi.install  (rev 0)
+++ repos/testing-i686/akonadi.install  2013-12-04 14:45:20 UTC (rev 200748)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/testing-x86_64/PKGBUILD
===
--- 

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

2013-12-04 Thread Andrea Scarpino
Date: Wednesday, December 4, 2013 @ 15:44:56
  Author: andrea
Revision: 200746

upgpkg: akonadi 1.11.0-1

Upstream release

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 23:01:50 UTC (rev 200745)
+++ PKGBUILD2013-12-04 14:44:56 UTC (rev 200746)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.10.3
-pkgrel=2
+pkgver=1.11.0
+pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'
@@ -13,8 +13,8 @@
 makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
 optdepends=('postgresql: PostgreSQL backend')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}-1.tar.bz2;)
-md5sums=('3929b765baa3dc0d548a26893c64abcf')
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('580361613d04b260f807b2a4df099eca')
 
 prepare() {
   mkdir build



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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 17:20:28
  Author: spupykin
Revision: 102069

upgpkg: xbmc 12.2-9

upd

Modified:
  xbmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 14:41:47 UTC (rev 102068)
+++ PKGBUILD2013-12-04 16:20:28 UTC (rev 102069)
@@ -9,7 +9,7 @@
 
 pkgname=xbmc
 pkgver=12.2
-pkgrel=8
+pkgrel=9
 pkgdesc=A software media player and entertainment hub for digital media
 arch=('i686' 'x86_64')
 url=http://xbmc.org;
@@ -32,18 +32,26 @@
 install=${pkgname}.install
 source=(http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz;
xbmc.service
-   polkit.rules)
+   polkit.rules
+   libass.patch::https://bugs.archlinux.org/index.php?getfile=11285;)
 md5sums=('489f3877decae4e265ece54f9eaef0ba'
  '8312d6d4ac5d7c3d9eed40ab08a17d3b'
- 'd4cbb6609c8e7b713c714241f529000e')
+ 'd4cbb6609c8e7b713c714241f529000e'
+ '7fd6399d2ffbdf06b724f0cc2efa0784')
 
-build() {
+prepare() {
   cd ${srcdir}/xbmc-$pkgver
 
+  patch -p0 $srcdir/libass.patch
+
   # fix lsb_release dependency
   sed -i -e 's:/usr/bin/lsb_release -d:cat /etc/arch-release:' 
xbmc/utils/SystemInfo.cpp
   sed -i -e 's:#include libsmbclient.h:#include samba-4.0/libsmbclient.h:' 
xbmc/filesystem/{SmbFile,SMBDirectory}.cpp
+}
 
+build() {
+  cd ${srcdir}/xbmc-$pkgver
+
   # Bootstrapping XBMC
   ./bootstrap
 



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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 17:20:55
  Author: spupykin
Revision: 102070

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

Added:
  xbmc/repos/community-i686/ChangeLog
(from rev 102069, xbmc/trunk/ChangeLog)
  xbmc/repos/community-i686/PKGBUILD
(from rev 102069, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-i686/polkit.rules
(from rev 102069, xbmc/trunk/polkit.rules)
  xbmc/repos/community-i686/xbmc.install
(from rev 102069, xbmc/trunk/xbmc.install)
  xbmc/repos/community-i686/xbmc.service
(from rev 102069, xbmc/trunk/xbmc.service)
  xbmc/repos/community-x86_64/ChangeLog
(from rev 102069, xbmc/trunk/ChangeLog)
  xbmc/repos/community-x86_64/PKGBUILD
(from rev 102069, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-x86_64/polkit.rules
(from rev 102069, xbmc/trunk/polkit.rules)
  xbmc/repos/community-x86_64/xbmc.install
(from rev 102069, xbmc/trunk/xbmc.install)
  xbmc/repos/community-x86_64/xbmc.service
(from rev 102069, xbmc/trunk/xbmc.service)
Deleted:
  xbmc/repos/community-i686/ChangeLog
  xbmc/repos/community-i686/PKGBUILD
  xbmc/repos/community-i686/polkit.rules
  xbmc/repos/community-i686/xbmc.install
  xbmc/repos/community-i686/xbmc.service
  xbmc/repos/community-x86_64/ChangeLog
  xbmc/repos/community-x86_64/PKGBUILD
  xbmc/repos/community-x86_64/polkit.rules
  xbmc/repos/community-x86_64/xbmc.install
  xbmc/repos/community-x86_64/xbmc.service

---+
 /ChangeLog|  138 ++
 /PKGBUILD |  246 
 /polkit.rules |   22 +++
 /xbmc.install |   32 +
 /xbmc.service |   26 
 community-i686/ChangeLog  |   69 ---
 community-i686/PKGBUILD   |  114 --
 community-i686/polkit.rules   |   11 -
 community-i686/xbmc.install   |   16 --
 community-i686/xbmc.service   |   13 --
 community-x86_64/ChangeLog|   69 ---
 community-x86_64/PKGBUILD |  114 --
 community-x86_64/polkit.rules |   11 -
 community-x86_64/xbmc.install |   16 --
 community-x86_64/xbmc.service |   13 --
 15 files changed, 464 insertions(+), 446 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-12-04 16:20:28 UTC (rev 102069)
+++ community-i686/ChangeLog2013-12-04 16:20:55 UTC (rev 102070)
@@ -1,69 +0,0 @@
-2010-04-10 BlackEagle ike DOT devolder AT gmail DOT com
-   * 9.11-15 :
-   Made it back compliant with FHS ( thx pierre for pointing that out )
-   namcap checked and modified to fit its needs as far as it was possible
-
-2009-03-07 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-10 :
-   Try and fix some autoconf issues (thanks Gentoo ebuild).
-
-2009-02-08 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-9 :
-   Replace some libtool 'ltmain.sh' scripts with the one from libtool 
-   installed with Arch.
-   Make sure XBMCTex isn't linked to OpenGL libraries or it will segfault
-   on systems using the nvidia driver.
-   
-2009-01-30 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-8 :
-   Fix some include's so that gcc 4.3.x is happy, shouldn't complain about
-   undefined '::realloc' anymore.
-   Remove Mac OS X specific files.
-   
-2009-01-25 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-7 :
-   Moved libcdio, pmount, smbclient and unrar to optdepends.
-   Removed unneeded dependency on sdl_gfx.
-   Removed dependency on libpng as sdl_image depends on it.
-
-2008-12-14 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-6 :
-   Added libpng to dependency list.
-   Added gawk to dependency list.
-   Removed '--disable-mms' and '--enable-halmount' configure flags as they
-   are not mentioned as supported in the configure script.
-   
-2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-5 :
-   Added libmad to the dependency list.
-   Streamripper 1.64.0+ does not include tre anymore, removed streamripper
-   and added tre instead.
-   Removed subversion from makedepends.
-   
-2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-4 :
-   Fix permissions for some more scripts, ffmpeg/texi2doc.pl should not
-   fail any longer.
-
-2008-12-05 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-3 :
-   Added lirc to the optdepends array.
-   
-2008-11-26 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-2 :
-   Added install file which informs users that a display depth of at
-   least 24-bit is required.
-
-2008-11-17 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-1 :
-   Initial package, based on previous work by Zeqadious.

Copied: xbmc/repos/community-i686/ChangeLog (from rev 102069, 
xbmc/trunk/ChangeLog)

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

2013-12-04 Thread Giovanni Scafora
Date: Wednesday, December 4, 2013 @ 17:50:13
  Author: giovanni
Revision: 200750

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

Added:
  mkvtoolnix/repos/testing-i686/PKGBUILD
(from rev 200749, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/testing-i686/mkvtoolnix.install
(from rev 200749, mkvtoolnix/trunk/mkvtoolnix.install)
  mkvtoolnix/repos/testing-x86_64/PKGBUILD
(from rev 200749, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/testing-x86_64/mkvtoolnix.install
(from rev 200749, mkvtoolnix/trunk/mkvtoolnix.install)
Deleted:
  mkvtoolnix/repos/testing-i686/PKGBUILD
  mkvtoolnix/repos/testing-i686/mkvtoolnix.install
  mkvtoolnix/repos/testing-x86_64/PKGBUILD
  mkvtoolnix/repos/testing-x86_64/mkvtoolnix.install

---+
 /PKGBUILD |  172 
 /mkvtoolnix.install   |   28 +
 testing-i686/PKGBUILD |   86 --
 testing-i686/mkvtoolnix.install   |   14 --
 testing-x86_64/PKGBUILD   |   86 --
 testing-x86_64/mkvtoolnix.install |   14 --
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-12-04 14:45:24 UTC (rev 200749)
+++ testing-i686/PKGBUILD   2013-12-04 16:50:13 UTC (rev 200750)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: xduugu xdu...@gmx.com
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=6.6.0
-pkgrel=3
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
- 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
-source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('1e952a3196b0c43150801eeaecba68ed')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS= CURL_LIBS=
-
-  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-
-  autoreconf
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
-  rake
-
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  rake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  rake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkvinfo
-  install -Dm755 src/mkvinfo-cli ${pkgdir}/usr/bin/mkvinfo
-
-  rm -rf ${pkgdir}/usr/bin/mmg
-  rm -rf ${pkgdir}/usr/share/man/de/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/applications
-  rm -rf ${pkgdir}/usr/share/icons
-  rm -rf ${pkgdir}/usr/share/mime
-}
-
-package_mkvtoolnix-gtk() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
-  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils')
-  install=mkvtoolnix.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  rake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkv*
-  install -Dm755 src/mkvinfo ${pkgdir}/usr/bin/mkvinfo-gtk
-  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
${pkgdir}/usr/share/applications/mkvinfo.desktop
-
-  rm -rf ${pkgdir}/usr/share/doc
-  rm -rf ${pkgdir}/usr/share/locale
-  rm -rf ${pkgdir}/usr/share/man/de/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mkv*
-}

Copied: mkvtoolnix/repos/testing-i686/PKGBUILD (from rev 200749, 
mkvtoolnix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-04 16:50:13 UTC (rev 200750)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=6.6.0
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')

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

2013-12-04 Thread Giovanni Scafora
Date: Wednesday, December 4, 2013 @ 17:54:19
  Author: giovanni
Revision: 200751

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

Added:
  mkvtoolnix/repos/testing-i686/PKGBUILD
(from rev 200750, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/testing-i686/mkvtoolnix.install
(from rev 200750, mkvtoolnix/trunk/mkvtoolnix.install)
  mkvtoolnix/repos/testing-x86_64/PKGBUILD
(from rev 200750, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/testing-x86_64/mkvtoolnix.install
(from rev 200750, mkvtoolnix/trunk/mkvtoolnix.install)
Deleted:
  mkvtoolnix/repos/testing-i686/PKGBUILD
  mkvtoolnix/repos/testing-i686/mkvtoolnix.install
  mkvtoolnix/repos/testing-x86_64/PKGBUILD
  mkvtoolnix/repos/testing-x86_64/mkvtoolnix.install

---+
 /PKGBUILD |  172 
 /mkvtoolnix.install   |   28 +
 testing-i686/PKGBUILD |   86 --
 testing-i686/mkvtoolnix.install   |   14 --
 testing-x86_64/PKGBUILD   |   86 --
 testing-x86_64/mkvtoolnix.install |   14 --
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-12-04 16:50:13 UTC (rev 200750)
+++ testing-i686/PKGBUILD   2013-12-04 16:54:19 UTC (rev 200751)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: xduugu xdu...@gmx.com
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=6.6.0
-pkgrel=3
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
- 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
-source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('1e952a3196b0c43150801eeaecba68ed')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS= CURL_LIBS=
-
-  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-
-  autoreconf
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
-  rake
-
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  rake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  rake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkvinfo
-  install -Dm755 src/mkvinfo-cli ${pkgdir}/usr/bin/mkvinfo
-
-  rm -rf ${pkgdir}/usr/bin/mmg
-  rm -rf ${pkgdir}/usr/share/man/de/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/applications
-  rm -rf ${pkgdir}/usr/share/icons
-  rm -rf ${pkgdir}/usr/share/mime
-}
-
-package_mkvtoolnix-gtk() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
-  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils')
-  install=mkvtoolnix.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  rake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkv*
-  install -Dm755 src/mkvinfo ${pkgdir}/usr/bin/mkvinfo-gtk
-  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
${pkgdir}/usr/share/applications/mkvinfo.desktop
-
-  rm -rf ${pkgdir}/usr/share/doc
-  rm -rf ${pkgdir}/usr/share/locale
-  rm -rf ${pkgdir}/usr/share/man/de/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mkv*
-}

Copied: mkvtoolnix/repos/testing-i686/PKGBUILD (from rev 200750, 
mkvtoolnix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-04 16:54:19 UTC (rev 200751)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=6.6.0
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')

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

2013-12-04 Thread Giovanni Scafora
Date: Wednesday, December 4, 2013 @ 18:08:24
  Author: giovanni
Revision: 200752

upgpkg: unrar 1:5.0.14-1

upstream release

Added:
  unrar/trunk/unrar-5.0.14-soname.patch
Modified:
  unrar/trunk/PKGBUILD
Deleted:
  unrar/trunk/unrar-5.0.13-soname.patch

---+
 PKGBUILD  |8 
 unrar-5.0.13-soname.patch |   11 ---
 unrar-5.0.14-soname.patch |   11 +++
 3 files changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 16:54:19 UTC (rev 200751)
+++ PKGBUILD2013-12-04 17:08:24 UTC (rev 200752)
@@ -4,7 +4,7 @@
 
 pkgbase=unrar
 pkgname=('unrar' 'libunrar')
-pkgver=5.0.13
+pkgver=5.0.14
 pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
@@ -12,13 +12,13 @@
 license=('custom')
 makedepends=('gcc-libs')
 source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
-'unrar-5.0.13-soname.patch')
-md5sums=('901f4957aec5f7ea0a181864a5a3184d'
+'unrar-5.0.14-soname.patch')
+md5sums=('be4261c70a790c61c1747aef59e72db0'
  'cd9a5291db0379d73148872cf6e6d3ce')
 
 prepare() {
   cd ${srcdir}/${pkgbase}
-  patch -Np1 -i ${srcdir}/unrar-5.0.13-soname.patch
+  patch -Np1 -i ${srcdir}/unrar-5.0.14-soname.patch
 }
 
 build() {

Deleted: unrar-5.0.13-soname.patch
===
--- unrar-5.0.13-soname.patch   2013-12-04 16:54:19 UTC (rev 200751)
+++ unrar-5.0.13-soname.patch   2013-12-04 17:08:24 UTC (rev 200752)
@@ -1,11 +0,0 @@
 a/makefile 2013-04-29 16:27:05.0 +0200
-+++ b/makefile 2013-10-01 22:07:29.611485989 +0200
-@@ -133,7 +133,7 @@
- lib:  CXXFLAGS+=$(LIBFLAGS)
- lib:  clean $(OBJECTS) $(LIB_OBJ)
-   @rm -f libunrar.so
--  $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
-+  $(LINK) -shared -Wl,-soname,libunrar.so.$(libversion) -o 
libunrar.so.$(libversion) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
- 
- install-unrar:
-   install -D unrar $(DESTDIR)/bin/unrar

Added: unrar-5.0.14-soname.patch
===
--- unrar-5.0.14-soname.patch   (rev 0)
+++ unrar-5.0.14-soname.patch   2013-12-04 17:08:24 UTC (rev 200752)
@@ -0,0 +1,11 @@
+--- a/makefile 2013-04-29 16:27:05.0 +0200
 b/makefile 2013-10-01 22:07:29.611485989 +0200
+@@ -133,7 +133,7 @@
+ lib:  CXXFLAGS+=$(LIBFLAGS)
+ lib:  clean $(OBJECTS) $(LIB_OBJ)
+   @rm -f libunrar.so
+-  $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
++  $(LINK) -shared -Wl,-soname,libunrar.so.$(libversion) -o 
libunrar.so.$(libversion) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
+ 
+ install-unrar:
+   install -D unrar $(DESTDIR)/bin/unrar



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

2013-12-04 Thread Giovanni Scafora
Date: Wednesday, December 4, 2013 @ 18:08:30
  Author: giovanni
Revision: 200753

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

Added:
  unrar/repos/extra-i686/PKGBUILD
(from rev 200752, unrar/trunk/PKGBUILD)
  unrar/repos/extra-i686/unrar-5.0.14-soname.patch
(from rev 200752, unrar/trunk/unrar-5.0.14-soname.patch)
  unrar/repos/extra-x86_64/PKGBUILD
(from rev 200752, unrar/trunk/PKGBUILD)
  unrar/repos/extra-x86_64/unrar-5.0.14-soname.patch
(from rev 200752, unrar/trunk/unrar-5.0.14-soname.patch)
Deleted:
  unrar/repos/extra-i686/PKGBUILD
  unrar/repos/extra-i686/unrar-5.0.13-soname.patch
  unrar/repos/extra-x86_64/PKGBUILD
  unrar/repos/extra-x86_64/unrar-5.0.13-soname.patch

+
 /PKGBUILD  |  100 +++
 extra-i686/PKGBUILD|   50 ---
 extra-i686/unrar-5.0.13-soname.patch   |   11 ---
 extra-i686/unrar-5.0.14-soname.patch   |   11 +++
 extra-x86_64/PKGBUILD  |   50 ---
 extra-x86_64/unrar-5.0.13-soname.patch |   11 ---
 extra-x86_64/unrar-5.0.14-soname.patch |   11 +++
 7 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-04 17:08:24 UTC (rev 200752)
+++ extra-i686/PKGBUILD 2013-12-04 17:08:30 UTC (rev 200753)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: dorphell dorph...@gmx.net
-
-pkgbase=unrar
-pkgname=('unrar' 'libunrar')
-pkgver=5.0.13
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url=http://www.rarlab.com/rar_add.htm;
-license=('custom')
-makedepends=('gcc-libs')
-source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
-'unrar-5.0.13-soname.patch')
-md5sums=('901f4957aec5f7ea0a181864a5a3184d'
- 'cd9a5291db0379d73148872cf6e6d3ce')
-
-prepare() {
-  cd ${srcdir}/${pkgbase}
-  patch -Np1 -i ${srcdir}/unrar-5.0.13-soname.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}
-  cp -a ${srcdir}/unrar ${srcdir}/libunrar
-  make -C ${srcdir}/libunrar lib libversion=${pkgver} CXXFLAGS=-fPIC 
${CXXFLAGS}
-  make CXXFLAGS=-fPIC ${CXXFLAGS} STRIP=true
-}
-
-package_unrar() {
-  pkgdesc=The RAR uncompression program
-  depends=('gcc-libs')
-  cd ${srcdir}/${pkgbase}
-  install -Dm755 unrar ${pkgdir}/usr/bin/unrar
-  # install license
-  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_libunrar() {
-  pkgdesc=Library and header file for applications that use libunrar
-  depends=('gcc-libs')
-  cd ${srcdir}/libunrar
-  install -Dm755 libunrar.so.${pkgver} 
${pkgdir}/usr/lib/libunrar.so.${pkgver}
-  install -Dm644 dll.hpp ${pkgdir}/usr/include/unrar/dll.hpp
-  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so.5
-  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so
-  # install license
-  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: unrar/repos/extra-i686/PKGBUILD (from rev 200752, unrar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-04 17:08:30 UTC (rev 200753)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dorphell dorph...@gmx.net
+
+pkgbase=unrar
+pkgname=('unrar' 'libunrar')
+pkgver=5.0.14
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url=http://www.rarlab.com/rar_add.htm;
+license=('custom')
+makedepends=('gcc-libs')
+source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
+'unrar-5.0.14-soname.patch')
+md5sums=('be4261c70a790c61c1747aef59e72db0'
+ 'cd9a5291db0379d73148872cf6e6d3ce')
+
+prepare() {
+  cd ${srcdir}/${pkgbase}
+  patch -Np1 -i ${srcdir}/unrar-5.0.14-soname.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}
+  cp -a ${srcdir}/unrar ${srcdir}/libunrar
+  make -C ${srcdir}/libunrar lib libversion=${pkgver} CXXFLAGS=-fPIC 
${CXXFLAGS}
+  make CXXFLAGS=-fPIC ${CXXFLAGS} STRIP=true
+}
+
+package_unrar() {
+  pkgdesc=The RAR uncompression program
+  depends=('gcc-libs')
+  cd ${srcdir}/${pkgbase}
+  install -Dm755 unrar ${pkgdir}/usr/bin/unrar
+  # install license
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_libunrar() {
+  pkgdesc=Library and header file for applications that use libunrar
+  depends=('gcc-libs')
+  cd ${srcdir}/libunrar
+  install -Dm755 libunrar.so.${pkgver} 
${pkgdir}/usr/lib/libunrar.so.${pkgver}
+  install -Dm644 dll.hpp ${pkgdir}/usr/include/unrar/dll.hpp
+  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so.5
+  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so
+  # install license
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/unrar-5.0.13-soname.patch

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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 18:13:44
  Author: spupykin
Revision: 102071

Modified:
  libvirt/trunk/PKGBUILD
Deleted:
  libvirt/trunk/0001-Also-store-user-group-ID-values-in-virIdentity.patch
  libvirt/trunk/0002-Ensure-system-identity-includes-process-start-time.patch
  libvirt/trunk/0003-Add-support-for-using-3-arg-pkcheck-syntax-for-proce.patch

-+
 0001-Also-store-user-group-ID-values-in-virIdentity.patch   |  156 
-
 0002-Ensure-system-identity-includes-process-start-time.patch   |   70 
 0003-Add-support-for-using-3-arg-pkcheck-syntax-for-proce.patch |  159 
--
 PKGBUILD|6 
 4 files changed, 3 insertions(+), 388 deletions(-)

Deleted: 0001-Also-store-user-group-ID-values-in-virIdentity.patch
===
--- 0001-Also-store-user-group-ID-values-in-virIdentity.patch   2013-12-04 
16:20:55 UTC (rev 102070)
+++ 0001-Also-store-user-group-ID-values-in-virIdentity.patch   2013-12-04 
17:13:44 UTC (rev 102071)
@@ -1,156 +0,0 @@
-From 02432e3afa32e9866fbf1317069b422ef552d1d4 Mon Sep 17 00:00:00 2001
-From: Daniel P. Berrange berra...@redhat.com
-Date: Thu, 22 Aug 2013 16:00:01 +0100
-Subject: [PATCH 1/3] Also store user  group ID values in virIdentity
-
-Future improvements to the polkit code will require access to
-the numeric user ID, not merely user name.
-
-Signed-off-by: Daniel P. Berrange berra...@redhat.com

- src/rpc/virnetserverclient.c | 18 ++
- src/util/viridentity.c   | 23 +++
- src/util/viridentity.h   |  2 ++
- 3 files changed, 39 insertions(+), 4 deletions(-)
-
-diff --git a/src/rpc/virnetserverclient.c b/src/rpc/virnetserverclient.c
-index 83d5cf1..f30dd08 100644
 a/src/rpc/virnetserverclient.c
-+++ b/src/rpc/virnetserverclient.c
-@@ -652,7 +652,9 @@ virNetServerClientCreateIdentity(virNetServerClientPtr 
client)
- char *processid = NULL;
- char *processtime = NULL;
- char *username = NULL;
-+char *userid = NULL;
- char *groupname = NULL;
-+char *groupid = NULL;
- #if WITH_SASL
- char *saslname = NULL;
- #endif
-@@ -672,8 +674,12 @@ virNetServerClientCreateIdentity(virNetServerClientPtr 
client)
- 
- if (!(username = virGetUserName(uid)))
- goto cleanup;
-+if (virAsprintf(userid, %d, uid)  0)
-+goto cleanup;
- if (!(groupname = virGetGroupName(gid)))
- goto cleanup;
-+if (virAsprintf(userid, %d, gid)  0)
-+goto cleanup;
- if (virAsprintf(processid, %llu,
- (unsigned long long)pid)  0)
- goto cleanup;
-@@ -710,11 +716,21 @@ virNetServerClientCreateIdentity(virNetServerClientPtr 
client)
-VIR_IDENTITY_ATTR_UNIX_USER_NAME,
-username)  0)
- goto error;
-+if (userid 
-+virIdentitySetAttr(ret,
-+   VIR_IDENTITY_ATTR_UNIX_USER_ID,
-+   userid)  0)
-+goto error;
- if (groupname 
- virIdentitySetAttr(ret,
-VIR_IDENTITY_ATTR_UNIX_GROUP_NAME,
-groupname)  0)
- goto error;
-+if (groupid 
-+virIdentitySetAttr(ret,
-+   VIR_IDENTITY_ATTR_UNIX_GROUP_ID,
-+   groupid)  0)
-+goto error;
- if (processid 
- virIdentitySetAttr(ret,
-VIR_IDENTITY_ATTR_UNIX_PROCESS_ID,
-@@ -745,7 +761,9 @@ virNetServerClientCreateIdentity(virNetServerClientPtr 
client)
- 
- cleanup:
- VIR_FREE(username);
-+VIR_FREE(userid);
- VIR_FREE(groupname);
-+VIR_FREE(groupid);
- VIR_FREE(processid);
- VIR_FREE(processtime);
- VIR_FREE(seccontext);
-diff --git a/src/util/viridentity.c b/src/util/viridentity.c
-index 781f660..03c375b 100644
 a/src/util/viridentity.c
-+++ b/src/util/viridentity.c
-@@ -133,7 +133,9 @@ int virIdentitySetCurrent(virIdentityPtr ident)
- virIdentityPtr virIdentityGetSystem(void)
- {
- char *username = NULL;
-+char *userid = NULL;
- char *groupname = NULL;
-+char *groupid = NULL;
- char *seccontext = NULL;
- virIdentityPtr ret = NULL;
- #if WITH_SELINUX
-@@ -147,8 +149,13 @@ virIdentityPtr virIdentityGetSystem(void)
- 
- if (!(username = virGetUserName(getuid(
- goto cleanup;
-+if (virAsprintf(userid, %d, (int)getuid())  0)
-+goto cleanup;
-+
- if (!(groupname = virGetGroupName(getgid(
- goto cleanup;
-+if (virAsprintf(groupid, %d, (int)getgid())  0)
-+goto cleanup;
- 
- #if WITH_SELINUX
- if (getcon(con)  0) {
-@@ -166,16 +173,22 @@ virIdentityPtr virIdentityGetSystem(void)
- if (!(ret = virIdentityNew()))
- goto cleanup;
- 
--if (username 
--

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

2013-12-04 Thread Andreas Radke
Date: Wednesday, December 4, 2013 @ 18:26:29
  Author: andyrtr
Revision: 200754

upgpkg: libpipeline 1.2.5-1

upstream update 1.2.5

Modified:
  libpipeline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 17:08:30 UTC (rev 200753)
+++ PKGBUILD2013-12-04 17:26:29 UTC (rev 200754)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=libpipeline
-pkgver=1.2.4
+pkgver=1.2.5
 pkgrel=1
 pkgdesc=a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('glibc')
 
source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('a98b07f6f487fa268d1ebd99806b85ff'
+md5sums=('8d159fbd72368526559799f38dd9b4c6'
  'SKIP')
 
 build() {



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

2013-12-04 Thread Andreas Radke
Date: Wednesday, December 4, 2013 @ 18:26:49
  Author: andyrtr
Revision: 200755

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

Added:
  libpipeline/repos/testing-i686/
  libpipeline/repos/testing-i686/PKGBUILD
(from rev 200754, libpipeline/trunk/PKGBUILD)
  libpipeline/repos/testing-x86_64/
  libpipeline/repos/testing-x86_64/PKGBUILD
(from rev 200754, libpipeline/trunk/PKGBUILD)

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

Copied: libpipeline/repos/testing-i686/PKGBUILD (from rev 200754, 
libpipeline/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-04 17:26:49 UTC (rev 200755)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libpipeline
+pkgver=1.2.5
+pkgrel=1
+pkgdesc=a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way
+arch=('i686' 'x86_64')
+url=http://libpipeline.nongnu.org/;
+license=('GPL')
+depends=('glibc')
+source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('8d159fbd72368526559799f38dd9b4c6'
+ 'SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: libpipeline/repos/testing-x86_64/PKGBUILD (from rev 200754, 
libpipeline/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-04 17:26:49 UTC (rev 200755)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libpipeline
+pkgver=1.2.5
+pkgrel=1
+pkgdesc=a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way
+arch=('i686' 'x86_64')
+url=http://libpipeline.nongnu.org/;
+license=('GPL')
+depends=('glibc')
+source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('8d159fbd72368526559799f38dd9b4c6'
+ 'SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2013-12-04 Thread Михаил Страшун
Date: Wednesday, December 4, 2013 @ 18:29:13
  Author: dicebot
Revision: 102072

upgpkg: dub 0.9.20-2

Fix dub PKGBUILD : missing new version switch

Modified:
  dub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 17:13:44 UTC (rev 102071)
+++ PKGBUILD2013-12-04 17:29:13 UTC (rev 102072)
@@ -2,7 +2,7 @@
 # Contributor: Moritz Maxeiner mor...@ucworks.org
 pkgname=dub
 pkgver=0.9.20
-pkgrel=1
+pkgrel=2
 pkgdesc=Developer package manager for D programming language
 arch=('i686' 'x86_64')
 url=https://github.com/rejectedsoftware/dub;
@@ -16,9 +16,12 @@
 build()
 {
   cd ${srcdir}/${pkgname}
+
+  echo Generating version file...
   GITVER=$(git describe) || GITVER=unknown
   echo module dub.version_; enum dubVersion = \$GITVER\;  
source/dub/version_.d
-  dmd  -ofbin/dub -g -debug -w -Isource -L-lcurl @build-files.txt
+
+  dmd -ofbin/dub -g -debug -w -version=DubUseCurl -Isource -L-lcurl 
@build-files.txt
 }
 
 package()



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

2013-12-04 Thread Михаил Страшун
Date: Wednesday, December 4, 2013 @ 18:29:36
  Author: dicebot
Revision: 102073

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

Added:
  dub/repos/community-i686/PKGBUILD
(from rev 102072, dub/trunk/PKGBUILD)
  dub/repos/community-x86_64/PKGBUILD
(from rev 102072, dub/trunk/PKGBUILD)
Deleted:
  dub/repos/community-i686/PKGBUILD
  dub/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-04 17:29:13 UTC (rev 102072)
+++ community-i686/PKGBUILD 2013-12-04 17:29:36 UTC (rev 102073)
@@ -1,29 +0,0 @@
-# Maintainer:  Mihails Strasuns pub...@dicebot.lv
-# Contributor: Moritz Maxeiner mor...@ucworks.org
-pkgname=dub
-pkgver=0.9.20
-pkgrel=1
-pkgdesc=Developer package manager for D programming language
-arch=('i686' 'x86_64')
-url=https://github.com/rejectedsoftware/dub;
-license=('MIT')
-makedepends=('dmd' 'libphobos-devel' 'git')
-depends=('d-compiler' 'd-runtime' 'curl')
-conflicts=('dub-git')
-source=(git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build()
-{
-  cd ${srcdir}/${pkgname}
-  GITVER=$(git describe) || GITVER=unknown
-  echo module dub.version_; enum dubVersion = \$GITVER\;  
source/dub/version_.d
-  dmd  -ofbin/dub -g -debug -w -Isource -L-lcurl @build-files.txt
-}
-
-package()
-{
-  cd ${srcdir}/${pkgname}
-  install -D -m755 bin/dub ${pkgdir}/usr/bin/dub
-  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: dub/repos/community-i686/PKGBUILD (from rev 102072, dub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-04 17:29:36 UTC (rev 102073)
@@ -0,0 +1,32 @@
+# Maintainer:  Mihails Strasuns pub...@dicebot.lv
+# Contributor: Moritz Maxeiner mor...@ucworks.org
+pkgname=dub
+pkgver=0.9.20
+pkgrel=2
+pkgdesc=Developer package manager for D programming language
+arch=('i686' 'x86_64')
+url=https://github.com/rejectedsoftware/dub;
+license=('MIT')
+makedepends=('dmd' 'libphobos-devel' 'git')
+depends=('d-compiler' 'd-runtime' 'curl')
+conflicts=('dub-git')
+source=(git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build()
+{
+  cd ${srcdir}/${pkgname}
+
+  echo Generating version file...
+  GITVER=$(git describe) || GITVER=unknown
+  echo module dub.version_; enum dubVersion = \$GITVER\;  
source/dub/version_.d
+
+  dmd -ofbin/dub -g -debug -w -version=DubUseCurl -Isource -L-lcurl 
@build-files.txt
+}
+
+package()
+{
+  cd ${srcdir}/${pkgname}
+  install -D -m755 bin/dub ${pkgdir}/usr/bin/dub
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-04 17:29:13 UTC (rev 102072)
+++ community-x86_64/PKGBUILD   2013-12-04 17:29:36 UTC (rev 102073)
@@ -1,29 +0,0 @@
-# Maintainer:  Mihails Strasuns pub...@dicebot.lv
-# Contributor: Moritz Maxeiner mor...@ucworks.org
-pkgname=dub
-pkgver=0.9.20
-pkgrel=1
-pkgdesc=Developer package manager for D programming language
-arch=('i686' 'x86_64')
-url=https://github.com/rejectedsoftware/dub;
-license=('MIT')
-makedepends=('dmd' 'libphobos-devel' 'git')
-depends=('d-compiler' 'd-runtime' 'curl')
-conflicts=('dub-git')
-source=(git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build()
-{
-  cd ${srcdir}/${pkgname}
-  GITVER=$(git describe) || GITVER=unknown
-  echo module dub.version_; enum dubVersion = \$GITVER\;  
source/dub/version_.d
-  dmd  -ofbin/dub -g -debug -w -Isource -L-lcurl @build-files.txt
-}
-
-package()
-{
-  cd ${srcdir}/${pkgname}
-  install -D -m755 bin/dub ${pkgdir}/usr/bin/dub
-  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: dub/repos/community-x86_64/PKGBUILD (from rev 102072, 
dub/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-04 17:29:36 UTC (rev 102073)
@@ -0,0 +1,32 @@
+# Maintainer:  Mihails Strasuns pub...@dicebot.lv
+# Contributor: Moritz Maxeiner mor...@ucworks.org
+pkgname=dub
+pkgver=0.9.20
+pkgrel=2
+pkgdesc=Developer package manager for D programming language
+arch=('i686' 'x86_64')
+url=https://github.com/rejectedsoftware/dub;
+license=('MIT')
+makedepends=('dmd' 'libphobos-devel' 'git')
+depends=('d-compiler' 'd-runtime' 'curl')
+conflicts=('dub-git')

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

2013-12-04 Thread Jan Steffens
Date: Wednesday, December 4, 2013 @ 19:14:51
  Author: heftig
Revision: 200756

2.2.3

Modified:
  webkitgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 17:26:49 UTC (rev 200755)
+++ PKGBUILD2013-12-04 18:14:51 UTC (rev 200756)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=webkitgtk
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc=GTK+ Web content engine library
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 replaces=(webkitgtk3 libwebkit3)
 options=(!emptydirs)
 source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz)
-sha256sums=('4a45768695ccded14fdc47f99dbcdb750076f55dad61560cadac7b55db0b304d')
+sha256sums=('94bcb3303aadce8454b572ab0e5d178eca3b7238f34bd3e7177b0daec04e4605')
 
 build() {
   cd $pkgname-$pkgver



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

2013-12-04 Thread Jan Steffens
Date: Wednesday, December 4, 2013 @ 19:15:50
  Author: heftig
Revision: 200757

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-04 18:14:51 UTC (rev 200756)
+++ extra-i686/PKGBUILD 2013-12-04 18:15:50 UTC (rev 200757)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=webkitgtk
-pkgver=2.2.2
-pkgrel=1
-pkgdesc=GTK+ Web content engine library
-arch=(i686 x86_64)
-url=http://webkitgtk.org/;
-license=(custom)
-depends=(libxt libxslt sqlite libsoup enchant libgl geoclue gtk3 
gst-plugins-base-libs
- libsecret libwebp harfbuzz-icu)
-makedepends=(gtk2 gperf gobject-introspection python mesa ruby gtk-doc)
-optdepends=('gtk2: Netscape plugin support')
-provides=(webkitgtk3=${pkgver} libwebkit3=${pkgver})
-conflicts=(webkitgtk3 libwebkit3)
-replaces=(webkitgtk3 libwebkit3)
-options=(!emptydirs)
-source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz)
-sha256sums=('4a45768695ccded14fdc47f99dbcdb750076f55dad61560cadac7b55db0b304d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---enable-introspection
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make all stamp-po
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR=$pkgdir install
-  install -Dm644 Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: webkitgtk/repos/extra-i686/PKGBUILD (from rev 200756, 
webkitgtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-04 18:15:50 UTC (rev 200757)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=webkitgtk
+pkgver=2.2.3
+pkgrel=1
+pkgdesc=GTK+ Web content engine library
+arch=(i686 x86_64)
+url=http://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue gtk3 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu)
+makedepends=(gtk2 gperf gobject-introspection python mesa ruby gtk-doc)
+optdepends=('gtk2: Netscape plugin support')
+provides=(webkitgtk3=${pkgver} libwebkit3=${pkgver})
+conflicts=(webkitgtk3 libwebkit3)
+replaces=(webkitgtk3 libwebkit3)
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz)
+sha256sums=('94bcb3303aadce8454b572ab0e5d178eca3b7238f34bd3e7177b0daec04e4605')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--enable-introspection
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make all stamp-po
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir install
+  install -Dm644 Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-04 18:14:51 UTC (rev 200756)
+++ extra-x86_64/PKGBUILD   2013-12-04 18:15:50 UTC (rev 200757)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=webkitgtk
-pkgver=2.2.2
-pkgrel=1
-pkgdesc=GTK+ Web content engine library
-arch=(i686 x86_64)
-url=http://webkitgtk.org/;
-license=(custom)
-depends=(libxt libxslt sqlite libsoup enchant libgl geoclue gtk3 
gst-plugins-base-libs
- libsecret libwebp harfbuzz-icu)
-makedepends=(gtk2 gperf gobject-introspection python mesa ruby gtk-doc)
-optdepends=('gtk2: Netscape plugin support')
-provides=(webkitgtk3=${pkgver} libwebkit3=${pkgver})
-conflicts=(webkitgtk3 libwebkit3)
-replaces=(webkitgtk3 libwebkit3)
-options=(!emptydirs)
-source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz)
-sha256sums=('4a45768695ccded14fdc47f99dbcdb750076f55dad61560cadac7b55db0b304d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---enable-introspection
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make all stamp-po
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR=$pkgdir install
-  install -Dm644 Source/WebKit/LICENSE 

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

2013-12-04 Thread Jan de Groot
Date: Wednesday, December 4, 2013 @ 20:27:40
  Author: jgc
Revision: 200758

upgpkg: apr 1.5.0-1

Modified:
  apr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 18:15:50 UTC (rev 200757)
+++ PKGBUILD2013-12-04 19:27:40 UTC (rev 200758)
@@ -4,15 +4,16 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=apr
-pkgver=1.4.8
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
 pkgdesc=The Apache Portable Runtime
 arch=('i686' 'x86_64')
 url=http://apr.apache.org/;
 depends=('util-linux')
 license=('APACHE')
-source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2)
-md5sums=('ce2ab01a0c3cdb71cf0a6326b8654f41')
+source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2{,.asc})
+md5sums=('cc93bd2c12d0d037f68e21cc6385dc31'
+ 'SKIP')
 
 build() {
   cd ${srcdir}/apr-${pkgver}



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

2013-12-04 Thread Jan de Groot
Date: Wednesday, December 4, 2013 @ 20:27:48
  Author: jgc
Revision: 200759

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

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

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   34 ---
 extra-x86_64/PKGBUILD |   34 ---
 3 files changed, 70 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-04 19:27:40 UTC (rev 200758)
+++ extra-i686/PKGBUILD 2013-12-04 19:27:48 UTC (rev 200759)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=apr
-pkgver=1.4.8
-pkgrel=2
-pkgdesc=The Apache Portable Runtime
-arch=('i686' 'x86_64')
-url=http://apr.apache.org/;
-depends=('util-linux')
-license=('APACHE')
-source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2)
-md5sums=('ce2ab01a0c3cdb71cf0a6326b8654f41')
-
-build() {
-  cd ${srcdir}/apr-${pkgver}
-  ./configure --prefix=/usr --includedir=/usr/include/apr-1 \
---with-installbuilddir=/usr/share/apr-1/build \
---enable-nonportable-atomics \
---with-devrandom=/dev/urandom --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/apr-${pkgver}
-  make -j1 check
-}
-
-package() {
-  cd ${srcdir}/apr-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: apr/repos/extra-i686/PKGBUILD (from rev 200758, apr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-04 19:27:48 UTC (rev 200759)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=apr
+pkgver=1.5.0
+pkgrel=1
+pkgdesc=The Apache Portable Runtime
+arch=('i686' 'x86_64')
+url=http://apr.apache.org/;
+depends=('util-linux')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2{,.asc})
+md5sums=('cc93bd2c12d0d037f68e21cc6385dc31'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/apr-${pkgver}
+  ./configure --prefix=/usr --includedir=/usr/include/apr-1 \
+--with-installbuilddir=/usr/share/apr-1/build \
+--enable-nonportable-atomics \
+--with-devrandom=/dev/urandom --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/apr-${pkgver}
+  make -j1 check
+}
+
+package() {
+  cd ${srcdir}/apr-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-04 19:27:40 UTC (rev 200758)
+++ extra-x86_64/PKGBUILD   2013-12-04 19:27:48 UTC (rev 200759)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=apr
-pkgver=1.4.8
-pkgrel=2
-pkgdesc=The Apache Portable Runtime
-arch=('i686' 'x86_64')
-url=http://apr.apache.org/;
-depends=('util-linux')
-license=('APACHE')
-source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2)
-md5sums=('ce2ab01a0c3cdb71cf0a6326b8654f41')
-
-build() {
-  cd ${srcdir}/apr-${pkgver}
-  ./configure --prefix=/usr --includedir=/usr/include/apr-1 \
---with-installbuilddir=/usr/share/apr-1/build \
---enable-nonportable-atomics \
---with-devrandom=/dev/urandom --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/apr-${pkgver}
-  make -j1 check
-}
-
-package() {
-  cd ${srcdir}/apr-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: apr/repos/extra-x86_64/PKGBUILD (from rev 200758, apr/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-04 19:27:48 UTC (rev 200759)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=apr
+pkgver=1.5.0
+pkgrel=1
+pkgdesc=The Apache Portable Runtime
+arch=('i686' 'x86_64')
+url=http://apr.apache.org/;
+depends=('util-linux')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2{,.asc})
+md5sums=('cc93bd2c12d0d037f68e21cc6385dc31'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/apr-${pkgver}
+  ./configure --prefix=/usr --includedir=/usr/include/apr-1 \
+--with-installbuilddir=/usr/share/apr-1/build \
+--enable-nonportable-atomics \
+--with-devrandom=/dev/urandom --disable-static
+  make
+}
+
+check() {
+  

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

2013-12-04 Thread Jan de Groot
Date: Wednesday, December 4, 2013 @ 20:36:57
  Author: jgc
Revision: 200760

upgpkg: apr-util 1.5.3-1

Modified:
  apr-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 19:27:48 UTC (rev 200759)
+++ PKGBUILD2013-12-04 19:36:57 UTC (rev 200760)
@@ -3,21 +3,22 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=apr-util
-pkgver=1.5.2
-pkgrel=3
+pkgver=1.5.3
+pkgrel=1
 pkgdesc=The Apache Portable Runtime
 arch=('i686' 'x86_64')
 url=http://apr.apache.org/;
 depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
 license=('APACHE')
-source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2;)
-md5sums=('89c1348aa79e898d7c34a6206311c9c2')
+source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2{,.asc})
+md5sums=('6f3417691c7a27090f36e7cf4d94b36e'
+ 'SKIP')
 
 build() {
   cd ${srcdir}/apr-util-${pkgver}
   ./configure --prefix=/usr --with-apr=/usr \
 --without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
---with-berkeley-db=/usr --with-gdbm=/usr --with-ldap --disable-static
+--with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
   make
 }
 



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

2013-12-04 Thread Jan de Groot
Date: Wednesday, December 4, 2013 @ 20:37:05
  Author: jgc
Revision: 200761

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

Added:
  apr-util/repos/extra-i686/PKGBUILD
(from rev 200760, apr-util/trunk/PKGBUILD)
  apr-util/repos/extra-x86_64/PKGBUILD
(from rev 200760, apr-util/trunk/PKGBUILD)
Deleted:
  apr-util/repos/extra-i686/PKGBUILD
  apr-util/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-04 19:36:57 UTC (rev 200760)
+++ extra-i686/PKGBUILD 2013-12-04 19:37:05 UTC (rev 200761)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=apr-util
-pkgver=1.5.2
-pkgrel=3
-pkgdesc=The Apache Portable Runtime
-arch=('i686' 'x86_64')
-url=http://apr.apache.org/;
-depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
-license=('APACHE')
-source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2;)
-md5sums=('89c1348aa79e898d7c34a6206311c9c2')
-
-build() {
-  cd ${srcdir}/apr-util-${pkgver}
-  ./configure --prefix=/usr --with-apr=/usr \
---without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
---with-berkeley-db=/usr --with-gdbm=/usr --with-ldap --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/apr-util-${pkgver}
-  make -j1 check
-}
-
-package() {
-  cd ${srcdir}/apr-util-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: apr-util/repos/extra-i686/PKGBUILD (from rev 200760, 
apr-util/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-04 19:37:05 UTC (rev 200761)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=apr-util
+pkgver=1.5.3
+pkgrel=1
+pkgdesc=The Apache Portable Runtime
+arch=('i686' 'x86_64')
+url=http://apr.apache.org/;
+depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2{,.asc})
+md5sums=('6f3417691c7a27090f36e7cf4d94b36e'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/apr-util-${pkgver}
+  ./configure --prefix=/usr --with-apr=/usr \
+--without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
+--with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
+  make
+}
+
+check() {
+  cd ${srcdir}/apr-util-${pkgver}
+  make -j1 check
+}
+
+package() {
+  cd ${srcdir}/apr-util-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-04 19:36:57 UTC (rev 200760)
+++ extra-x86_64/PKGBUILD   2013-12-04 19:37:05 UTC (rev 200761)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=apr-util
-pkgver=1.5.2
-pkgrel=3
-pkgdesc=The Apache Portable Runtime
-arch=('i686' 'x86_64')
-url=http://apr.apache.org/;
-depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
-license=('APACHE')
-source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2;)
-md5sums=('89c1348aa79e898d7c34a6206311c9c2')
-
-build() {
-  cd ${srcdir}/apr-util-${pkgver}
-  ./configure --prefix=/usr --with-apr=/usr \
---without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
---with-berkeley-db=/usr --with-gdbm=/usr --with-ldap --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/apr-util-${pkgver}
-  make -j1 check
-}
-
-package() {
-  cd ${srcdir}/apr-util-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: apr-util/repos/extra-x86_64/PKGBUILD (from rev 200760, 
apr-util/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-04 19:37:05 UTC (rev 200761)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=apr-util
+pkgver=1.5.3
+pkgrel=1
+pkgdesc=The Apache Portable Runtime
+arch=('i686' 'x86_64')
+url=http://apr.apache.org/;
+depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2{,.asc})
+md5sums=('6f3417691c7a27090f36e7cf4d94b36e'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/apr-util-${pkgver}
+  ./configure --prefix=/usr --with-apr=/usr \
+--without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
+--with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
+  make
+}
+
+check() {
+  

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

2013-12-04 Thread Andreas Radke
Date: Wednesday, December 4, 2013 @ 20:37:29
  Author: andyrtr
Revision: 200762

upgpkg: xf86-video-modesetting 0.8.1-1

upstream update 0.8.1

Modified:
  xf86-video-modesetting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 19:37:05 UTC (rev 200761)
+++ PKGBUILD2013-12-04 19:37:29 UTC (rev 200762)
@@ -3,7 +3,7 @@
 # Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
 
 pkgname=xf86-video-modesetting
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc=X.org generic modesetting video driver
 arch=('i686' 'x86_64')
@@ -15,16 +15,16 @@
 groups=('xorg-drivers' 'xorg')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('13dc349e9aa50987ab2479d27d6879cda2c1f9ad8c8d3a1422a2f53c36f047f8')
+sha256sums=('3ba8d8d7cb679497abc6486e2e843f8ea1582d830a27448ed4c90413e58312ca')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/



[arch-commits] Commit in xf86-video-modesetting/repos (4 files)

2013-12-04 Thread Andreas Radke
Date: Wednesday, December 4, 2013 @ 20:37:59
  Author: andyrtr
Revision: 200763

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

Added:
  xf86-video-modesetting/repos/extra-i686/PKGBUILD
(from rev 200762, xf86-video-modesetting/trunk/PKGBUILD)
  xf86-video-modesetting/repos/extra-x86_64/PKGBUILD
(from rev 200762, xf86-video-modesetting/trunk/PKGBUILD)
Deleted:
  xf86-video-modesetting/repos/extra-i686/PKGBUILD
  xf86-video-modesetting/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-04 19:37:29 UTC (rev 200762)
+++ extra-i686/PKGBUILD 2013-12-04 19:37:59 UTC (rev 200763)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=xf86-video-modesetting
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=X.org generic modesetting video driver
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libdrm=2.4.37' 'systemd')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
-groups=('xorg-drivers' 'xorg')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('13dc349e9aa50987ab2479d27d6879cda2c1f9ad8c8d3a1422a2f53c36f047f8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-modesetting/repos/extra-i686/PKGBUILD (from rev 200762, 
xf86-video-modesetting/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-04 19:37:59 UTC (rev 200763)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=xf86-video-modesetting
+pkgver=0.8.1
+pkgrel=1
+pkgdesc=X.org generic modesetting video driver
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libdrm=2.4.37' 'systemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
+groups=('xorg-drivers' 'xorg')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3ba8d8d7cb679497abc6486e2e843f8ea1582d830a27448ed4c90413e58312ca')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-04 19:37:29 UTC (rev 200762)
+++ extra-x86_64/PKGBUILD   2013-12-04 19:37:59 UTC (rev 200763)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=xf86-video-modesetting
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=X.org generic modesetting video driver
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libdrm=2.4.37' 'systemd')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
-groups=('xorg-drivers' 'xorg')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('13dc349e9aa50987ab2479d27d6879cda2c1f9ad8c8d3a1422a2f53c36f047f8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-modesetting/repos/extra-x86_64/PKGBUILD (from rev 200762, 
xf86-video-modesetting/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-04 

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

2013-12-04 Thread Giovanni Scafora
Date: Wednesday, December 4, 2013 @ 20:38:38
  Author: giovanni
Revision: 200765

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

Added:
  amule/repos/extra-i686/PKGBUILD
(from rev 200764, amule/trunk/PKGBUILD)
  amule/repos/extra-i686/amule.install
(from rev 200764, amule/trunk/amule.install)
  amule/repos/extra-i686/amuled.systemd
(from rev 200764, amule/trunk/amuled.systemd)
  amule/repos/extra-i686/amuleweb.systemd
(from rev 200764, amule/trunk/amuleweb.systemd)
  amule/repos/extra-x86_64/PKGBUILD
(from rev 200764, amule/trunk/PKGBUILD)
  amule/repos/extra-x86_64/amule.install
(from rev 200764, amule/trunk/amule.install)
  amule/repos/extra-x86_64/amuled.systemd
(from rev 200764, amule/trunk/amuled.systemd)
  amule/repos/extra-x86_64/amuleweb.systemd
(from rev 200764, amule/trunk/amuleweb.systemd)
Deleted:
  amule/repos/extra-i686/PKGBUILD
  amule/repos/extra-i686/amule.install
  amule/repos/extra-i686/amuled.systemd
  amule/repos/extra-i686/amuleweb.systemd
  amule/repos/extra-x86_64/PKGBUILD
  amule/repos/extra-x86_64/amule.install
  amule/repos/extra-x86_64/amuled.systemd
  amule/repos/extra-x86_64/amuleweb.systemd

---+
 /PKGBUILD |  106 
 /amule.install|   58 +
 /amuled.systemd   |   22 
 /amuleweb.systemd |   26 +
 extra-i686/PKGBUILD   |   53 
 extra-i686/amule.install  |   29 --
 extra-i686/amuled.systemd |   11 
 extra-i686/amuleweb.systemd   |   13 
 extra-x86_64/PKGBUILD |   53 
 extra-x86_64/amule.install|   29 --
 extra-x86_64/amuled.systemd   |   11 
 extra-x86_64/amuleweb.systemd |   13 
 12 files changed, 212 insertions(+), 212 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-04 19:38:29 UTC (rev 200764)
+++ extra-i686/PKGBUILD 2013-12-04 19:38:38 UTC (rev 200765)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Henrik Ronellenfitsch seari...@web.de
-# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
-# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
-# Contributor: Anatol Pomozov anatol.pomo...@gmail.com
-
-pkgname=amule
-pkgver=10816
-pkgrel=1
-pkgdesc=An eMule-like client for ed2k p2p network
-arch=('i686' 'x86_64')
-url=http://www.amule.org;
-license=('GPL')
-depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++')
-install=amule.install
-source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;
-'amuled.systemd'
-'amuleweb.systemd')
-md5sums=('a9418470aeeafe296c2652e6c611f1df'
- '59772c41860e238f1c822feb8ca8d47f'
- '05975c5d94bfc41fddb894d98b1115d5')
-
-build() {
-  cd ${srcdir}/aMule-SVN-r${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip \
-  --enable-upnp
-
-  make
-}
-
-package() {
-  cd ${srcdir}/aMule-SVN-r${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 ${srcdir}/amuled.systemd 
${pkgdir}/usr/lib/systemd/system/amuled.service
-  install -D -m644 ${srcdir}/amuleweb.systemd 
${pkgdir}/usr/lib/systemd/system/amuleweb.service
-}

Copied: amule/repos/extra-i686/PKGBUILD (from rev 200764, amule/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-04 19:38:38 UTC (rev 200765)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Henrik Ronellenfitsch seari...@web.de
+# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
+# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
+# Contributor: Anatol Pomozov anatol.pomo...@gmail.com
+
+pkgname=amule
+pkgver=10825
+pkgrel=1
+pkgdesc=An eMule-like client for ed2k p2p network
+arch=('i686' 'x86_64')
+url=http://www.amule.org;
+license=('GPL')
+depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++')
+install=amule.install
+source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;
+'amuled.systemd'
+'amuleweb.systemd')
+md5sums=('7ddca29675e1ac77d65ab5d1e41c0789'
+ '59772c41860e238f1c822feb8ca8d47f'
+ '05975c5d94bfc41fddb894d98b1115d5')
+
+build() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+ 

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

2013-12-04 Thread Giovanni Scafora
Date: Wednesday, December 4, 2013 @ 20:38:29
  Author: giovanni
Revision: 200764

upgpkg: amule 10825-1

upstream release

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 19:37:59 UTC (rev 200763)
+++ PKGBUILD2013-12-04 19:38:29 UTC (rev 200764)
@@ -6,7 +6,7 @@
 # Contributor: Anatol Pomozov anatol.pomo...@gmail.com
 
 pkgname=amule
-pkgver=10816
+pkgver=10825
 pkgrel=1
 pkgdesc=An eMule-like client for ed2k p2p network
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;
 'amuled.systemd'
 'amuleweb.systemd')
-md5sums=('a9418470aeeafe296c2652e6c611f1df'
+md5sums=('7ddca29675e1ac77d65ab5d1e41c0789'
  '59772c41860e238f1c822feb8ca8d47f'
  '05975c5d94bfc41fddb894d98b1115d5')
 



[arch-commits] Commit in xorg-util-macros/trunk (PKGBUILD)

2013-12-04 Thread Andreas Radke
Date: Wednesday, December 4, 2013 @ 20:40:44
  Author: andyrtr
Revision: 200766

upgpkg: xorg-util-macros 1.18.0-1

upstream update 1.18.0

Modified:
  xorg-util-macros/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 19:38:38 UTC (rev 200765)
+++ PKGBUILD2013-12-04 19:40:44 UTC (rev 200766)
@@ -1,8 +1,9 @@
 # $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-util-macros
-pkgver=1.17.1
+pkgver=1.18.0
 pkgrel=1
 pkgdesc=X.Org Autotools macros
 arch=(any)
@@ -9,16 +10,16 @@
 license=('custom')
 url=http://xorg.freedesktop.org/;
 source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2)
-sha256sums=('5e52654f2a0b04223cf28a9d7fd62cf288852e639ac13a75172fd47d0d6ac625')
+sha256sums=('e5e3d132a852f0576ea2cf831a9813c54a58810a59cdb198f56b884c5a78945b')
 
 build() {
-  cd ${srcdir}/util-macros-${pkgver}
+  cd util-macros-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/util-macros-${pkgver}
+  cd util-macros-${pkgver}
   make DESTDIR=${pkgdir} install
 
   install -m755 -d ${pkgdir}/usr/lib



[arch-commits] Commit in xorg-util-macros/repos/extra-any (PKGBUILD PKGBUILD)

2013-12-04 Thread Andreas Radke
Date: Wednesday, December 4, 2013 @ 20:40:54
  Author: andyrtr
Revision: 200767

archrelease: copy trunk to extra-any

Added:
  xorg-util-macros/repos/extra-any/PKGBUILD
(from rev 200766, xorg-util-macros/trunk/PKGBUILD)
Deleted:
  xorg-util-macros/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-04 19:40:44 UTC (rev 200766)
+++ PKGBUILD2013-12-04 19:40:54 UTC (rev 200767)
@@ -1,28 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-util-macros
-pkgver=1.17.1
-pkgrel=1
-pkgdesc=X.Org Autotools macros
-arch=(any)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2)
-sha256sums=('5e52654f2a0b04223cf28a9d7fd62cf288852e639ac13a75172fd47d0d6ac625')
-
-build() {
-  cd ${srcdir}/util-macros-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/util-macros-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/lib
-  mv ${pkgdir}/usr/share/pkgconfig ${pkgdir}/usr/lib/
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-util-macros/repos/extra-any/PKGBUILD (from rev 200766, 
xorg-util-macros/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-04 19:40:54 UTC (rev 200767)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-util-macros
+pkgver=1.18.0
+pkgrel=1
+pkgdesc=X.Org Autotools macros
+arch=(any)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2)
+sha256sums=('e5e3d132a852f0576ea2cf831a9813c54a58810a59cdb198f56b884c5a78945b')
+
+build() {
+  cd util-macros-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd util-macros-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/lib
+  mv ${pkgdir}/usr/share/pkgconfig ${pkgdir}/usr/lib/
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2013-12-04 Thread Balló György
Date: Wednesday, December 4, 2013 @ 20:43:25
  Author: bgyorgy
Revision: 102074

Fix description

Modified:
  notify-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 17:29:36 UTC (rev 102073)
+++ PKGBUILD2013-12-04 19:43:25 UTC (rev 102074)
@@ -6,7 +6,7 @@
 pkgname=notify-sharp
 pkgver=0.4.1
 pkgrel=1
-pkgdesc=C D-Bus client library for desktop notifications
+pkgdesc=C Sharp D-Bus client library for desktop notifications
 arch=('any')
 url=https://www.meebey.net/projects/notify-sharp/;
 license=('MIT')



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

2013-12-04 Thread Balló György
Date: Wednesday, December 4, 2013 @ 20:52:19
  Author: bgyorgy
Revision: 102075

Add myself as maintanier, some cleanup

Modified:
  lxshortcut/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 19:43:25 UTC (rev 102074)
+++ PKGBUILD2013-12-04 19:52:19 UTC (rev 102075)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
 # Contributor: swanson swansonwebaake at gmail dot com
 # Contributor: zoulnix http://goo.gl/HQaP
 # Contributor: n6W588kJ2d
@@ -13,21 +14,17 @@
 license=('GPL')
 groups=('lxde')
 depends=('gtk2')
-makedepends=('autoconf' 'automake' 'gcc' 'intltool' 'make' 'pkg-config')
-source=(http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.gz) 
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz) 
 md5sums=('72f0dfafa8098be853beae6e33b5e13b')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var
-
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2013-12-04 Thread Jan de Groot
Date: Wednesday, December 4, 2013 @ 21:10:59
  Author: jgc
Revision: 200769

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 200768, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/git-fixes.patch
(from rev 200768, gnome-shell/trunk/git-fixes.patch)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 200768, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 200768, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 200768, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/git-fixes.patch
(from rev 200768, gnome-shell/trunk/git-fixes.patch)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 200768, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 200768, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD|  110 
 /gnome-shell.install |   38 +++
 /nm-libexecdir.patch |   24 
 extra-i686/PKGBUILD  |   52 -
 extra-i686/git-fixes.patch   |  195 +
 extra-i686/gnome-shell.install   |   19 ---
 extra-i686/nm-libexecdir.patch   |   12 --
 extra-x86_64/PKGBUILD|   52 -
 extra-x86_64/git-fixes.patch |  195 +
 extra-x86_64/gnome-shell.install |   19 ---
 extra-x86_64/nm-libexecdir.patch |   12 --
 11 files changed, 562 insertions(+), 166 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-04 20:10:48 UTC (rev 200768)
+++ extra-i686/PKGBUILD 2013-12-04 20:10:59 UTC (rev 200769)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.10.2.1
-pkgrel=1
-pkgdesc=The next generation GNOME Shell
-arch=(i686 x86_64)
-url=http://live.gnome.org/GnomeShell;
-license=(GPL2)
-depends=(accountsservice caribou evolution-data-server gcr gjs gnome-bluetooth 
gnome-menus
- gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
- libcanberra-pulse libcroco libgdm libsecret mutter mutter-wayland 
network-manager-applet
- telepathy-logger telepathy-mission-control unzip)
-makedepends=(intltool gtk-doc gnome-control-center)
-optdepends=('gnome-control-center: System settings')
-options=('!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch)
-sha256sums=('d28cedc4f7dbcbd979ef2a0b80f722ff507989fce193fe59351b1d048d17c44c'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#30747 FS#32730 Problems due to libexecdir different from NM
-  patch -Np1 -i ../nm-libexecdir.patch
-
-  # Build against mutter-wayland 3.9.92
-  sed -ri 's/^(MUTTER_MIN_VERSION)=.*/\1=3.9.92/' configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-shell \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 200768, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-04 20:10:59 UTC (rev 200769)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.10.2.1
+pkgrel=2
+pkgdesc=The next generation GNOME Shell
+arch=(i686 x86_64)
+url=http://live.gnome.org/GnomeShell;
+license=(GPL2)
+depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus
+ gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
+ libcanberra-pulse libcroco libgdm libsecret mutter mutter-wayland 
network-manager-applet
+ telepathy-logger telepathy-mission-control unzip)
+makedepends=(intltool gtk-doc gnome-control-center evolution-data-server)
+optdepends=('gnome-control-center: System settings'
+ 

[arch-commits] Commit in gnome-shell/trunk (PKGBUILD git-fixes.patch)

2013-12-04 Thread Jan de Groot
Date: Wednesday, December 4, 2013 @ 21:10:48
  Author: jgc
Revision: 200768

upgpkg: gnome-shell 3.10.2.1-2

Add fixes from git, includes security bugfix for gdm
Make evolution-data-server optional
Closes: FS#37927, FS#37930

Added:
  gnome-shell/trunk/git-fixes.patch
Modified:
  gnome-shell/trunk/PKGBUILD

-+
 PKGBUILD|   19 +++--
 git-fixes.patch |  195 ++
 2 files changed, 206 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 19:40:54 UTC (rev 200767)
+++ PKGBUILD2013-12-04 20:10:48 UTC (rev 200768)
@@ -4,24 +4,27 @@
 
 pkgname=gnome-shell
 pkgver=3.10.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=The next generation GNOME Shell
 arch=(i686 x86_64)
 url=http://live.gnome.org/GnomeShell;
 license=(GPL2)
-depends=(accountsservice caribou evolution-data-server gcr gjs gnome-bluetooth 
gnome-menus
+depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus
  gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
  libcanberra-pulse libcroco libgdm libsecret mutter mutter-wayland 
network-manager-applet
  telepathy-logger telepathy-mission-control unzip)
-makedepends=(intltool gtk-doc gnome-control-center)
-optdepends=('gnome-control-center: System settings')
+makedepends=(intltool gtk-doc gnome-control-center evolution-data-server)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
 options=('!emptydirs')
 install=gnome-shell.install
 groups=(gnome)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch)
+nm-libexecdir.patch
+git-fixes.patch)
 sha256sums=('d28cedc4f7dbcbd979ef2a0b80f722ff507989fce193fe59351b1d048d17c44c'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
+'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607'
+'192d95387dff5ac772968680cb77abef135b3ad7218676ad51c997d474642cc5')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -29,8 +32,8 @@
   # FS#30747 FS#32730 Problems due to libexecdir different from NM
   patch -Np1 -i ../nm-libexecdir.patch
 
-  # Build against mutter-wayland 3.9.92
-  sed -ri 's/^(MUTTER_MIN_VERSION)=.*/\1=3.9.92/' configure
+  # Upstream fixes from 3-10 branch. Includes security bugfix for FS#37930
+  patch -Np1 -i ../git-fixes.patch
 }
 
 build() {

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2013-12-04 20:10:48 UTC (rev 200768)
@@ -0,0 +1,195 @@
+diff --git a/js/gdm/authPrompt.js b/js/gdm/authPrompt.js
+index 1880e36..996b363 100644
+--- a/js/gdm/authPrompt.js
 b/js/gdm/authPrompt.js
+@@ -263,10 +263,8 @@ const AuthPrompt = new Lang.Class({
+ },
+ 
+ _onReset: function() {
+-if (this.verificationStatus != 
AuthPromptStatus.VERIFICATION_SUCCEEDED) {
+-this.verificationStatus = AuthPromptStatus.NOT_VERIFYING;
+-this.reset();
+-}
++this.verificationStatus = AuthPromptStatus.NOT_VERIFYING;
++this.reset();
+ },
+ 
+ addActorToDefaultButtonWell: function(actor) {
+diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
+index eb94554..fb3cf70 100644
+--- a/js/gdm/loginDialog.js
 b/js/gdm/loginDialog.js
+@@ -907,6 +907,10 @@ const LoginDialog = new Lang.Class({
+ Main.ctrlAltTabManager.removeGroup(this.dialogLayout);
+ },
+ 
++cancel: function() {
++this._authPrompt.cancel();
++},
++
+ addCharacter: function(unichar) {
+ this._authPrompt.addCharacter(unichar);
+ },
+diff --git a/js/ui/extensionSystem.js b/js/ui/extensionSystem.js
+index a929451..dde7b82 100644
+--- a/js/ui/extensionSystem.js
 b/js/ui/extensionSystem.js
+@@ -76,7 +76,11 @@ function disableExtension(uuid) {
+ theme.unload_stylesheet(extension.stylesheet.get_path());
+ }
+ 
+-extension.stateObj.disable();
++try {
++extension.stateObj.disable();
++} catch(e) {
++logExtensionError(uuid, e);
++}
+ 
+ for (let i = 0; i  order.length; i++) {
+ let uuid = order[i];
+@@ -89,8 +93,10 @@ function disableExtension(uuid) {
+ 
+ extensionOrder.splice(orderIdx, 1);
+ 
+-extension.state = ExtensionState.DISABLED;
+-_signals.emit('extension-state-changed', extension);
++if ( extension.state != ExtensionState.ERROR ) {
++extension.state = ExtensionState.DISABLED;
++_signals.emit('extension-state-changed', extension);
++}
+ }
+ 
+ function enableExtension(uuid) {
+@@ -117,10 +123,15 @@ function enableExtension(uuid) {
+ }
+ }
+ 
+-extension.stateObj.enable();
+-
+-extension.state = ExtensionState.ENABLED;
+-

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

2013-12-04 Thread Balló György
Date: Wednesday, December 4, 2013 @ 21:11:57
  Author: bgyorgy
Revision: 102076

upgpkg: lxmusic 0.4.5-2

Add myself as maintanier, enable notifications support

Modified:
  lxmusic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 19:52:19 UTC (rev 102075)
+++ PKGBUILD2013-12-04 20:11:57 UTC (rev 102076)
@@ -1,30 +1,36 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
 # Contributor: Marcus Schulderinsky mmaacceess at gmail dot com
 
 pkgname=lxmusic
 pkgver=0.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight XMMS2 client'
 arch=('i686' 'x86_64')
 url=http://lxde.org/;
 license=('GPL')
 groups=('lxde')
-depends=('gtk2' 'xmms2')
-makedepends=('pkgconfig' 'intltool')
+depends=('gtk2' 'libnotify' 'xmms2')
+makedepends=('intltool')
 source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
 libnotify-0.7.patch)
 md5sums=('9c3e5eb636f05e8c190d359cd0c8b679'
  '770c63254a7369613daeb6d1260d123f')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # Port to libnotify-0.7
+  patch -Np1 -i $srcdir/libnotify-0.7.patch
+}
+
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/libnotify-0.7.patch
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2013-12-04 Thread Balló György
Date: Wednesday, December 4, 2013 @ 21:12:10
  Author: bgyorgy
Revision: 102077

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

Added:
  lxmusic/repos/community-i686/PKGBUILD
(from rev 102076, lxmusic/trunk/PKGBUILD)
  lxmusic/repos/community-i686/libnotify-0.7.patch
(from rev 102076, lxmusic/trunk/libnotify-0.7.patch)
  lxmusic/repos/community-x86_64/PKGBUILD
(from rev 102076, lxmusic/trunk/PKGBUILD)
  lxmusic/repos/community-x86_64/libnotify-0.7.patch
(from rev 102076, lxmusic/trunk/libnotify-0.7.patch)
Deleted:
  lxmusic/repos/community-i686/PKGBUILD
  lxmusic/repos/community-i686/libnotify-0.7.patch
  lxmusic/repos/community-x86_64/PKGBUILD
  lxmusic/repos/community-x86_64/libnotify-0.7.patch

--+
 /PKGBUILD|   72 +
 /libnotify-0.7.patch |   54 
 community-i686/PKGBUILD  |   30 -
 community-i686/libnotify-0.7.patch   |   27 
 community-x86_64/PKGBUILD|   30 -
 community-x86_64/libnotify-0.7.patch |   27 
 6 files changed, 126 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-04 20:11:57 UTC (rev 102076)
+++ community-i686/PKGBUILD 2013-12-04 20:12:10 UTC (rev 102077)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Marcus Schulderinsky mmaacceess at gmail dot com
-
-pkgname=lxmusic
-pkgver=0.4.5
-pkgrel=1
-pkgdesc='Lightweight XMMS2 client'
-arch=('i686' 'x86_64')
-url=http://lxde.org/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'xmms2')
-makedepends=('pkgconfig' 'intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
-libnotify-0.7.patch)
-md5sums=('9c3e5eb636f05e8c190d359cd0c8b679'
- '770c63254a7369613daeb6d1260d123f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/libnotify-0.7.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lxmusic/repos/community-i686/PKGBUILD (from rev 102076, 
lxmusic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-04 20:12:10 UTC (rev 102077)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Marcus Schulderinsky mmaacceess at gmail dot com
+
+pkgname=lxmusic
+pkgver=0.4.5
+pkgrel=2
+pkgdesc='Lightweight XMMS2 client'
+arch=('i686' 'x86_64')
+url=http://lxde.org/;
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'libnotify' 'xmms2')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
+libnotify-0.7.patch)
+md5sums=('9c3e5eb636f05e8c190d359cd0c8b679'
+ '770c63254a7369613daeb6d1260d123f')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Port to libnotify-0.7
+  patch -Np1 -i $srcdir/libnotify-0.7.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/libnotify-0.7.patch
===
--- community-i686/libnotify-0.7.patch  2013-12-04 20:11:57 UTC (rev 102076)
+++ community-i686/libnotify-0.7.patch  2013-12-04 20:12:10 UTC (rev 102077)
@@ -1,27 +0,0 @@
-Upstream:
-https://sourceforge.net/tracker/?func=detailaid=3529198group_id=180858atid=894869
-Index: lxmusic-0.4.5/src/lxmusic-notify.c
-===
 lxmusic-0.4.5.orig/src/lxmusic-notify.c
-+++ lxmusic-0.4.5/src/lxmusic-notify.c
-@@ -84,9 +84,20 @@ LXMusicNotification lxmusic_do_notify_pr
- else  
-   g_string_append( message, title );
- struct _LXMusicNotification *lxn = g_new ( struct _LXMusicNotification, 
1);
-+#ifdef NOTIFY_CHECK_VERSION
-+#if NOTIFY_CHECK_VERSION (0, 7, 0)
-+lxn-notify = notify_notification_new (summary, message-str, NULL);
-+#else
- lxn-notify = notify_notification_new (summary, message-str, NULL, NULL);
-+#endif
-+#else
-+lxn-notify = notify_notification_new (summary, message-str, NULL, NULL);
-+#endif
- notify_notification_set_urgency (lxn-notify, NOTIFY_URGENCY_NORMAL);
-+#if !defined(NOTIFY_VERSION_MINOR) || (NOTIFY_VERSION_MAJOR == 0  
NOTIFY_VERSION_MINOR  7)
-+notify_notification_attach_to_status_icon(notify, priv-statusIcon);
- notify_notification_attach_to_status_icon( lxn-notify, status_icon );
-+#endif
- notify_notification_set_timeout (lxn-notify, NOTIFY_EXPIRES_DEFAULT);
- g_string_free( message, TRUE );
- return 

[arch-commits] Commit in system-config-printer/repos (6 files)

2013-12-04 Thread Jan de Groot
Date: Wednesday, December 4, 2013 @ 21:14:29
  Author: jgc
Revision: 200771

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

Added:
  
system-config-printer/repos/extra-i686/40_scp-dbus-service-fix-dbus-signature-typo.patch
(from rev 200770, 
system-config-printer/trunk/40_scp-dbus-service-fix-dbus-signature-typo.patch)
  system-config-printer/repos/extra-i686/PKGBUILD
(from rev 200770, system-config-printer/trunk/PKGBUILD)
  
system-config-printer/repos/extra-x86_64/40_scp-dbus-service-fix-dbus-signature-typo.patch
(from rev 200770, 
system-config-printer/trunk/40_scp-dbus-service-fix-dbus-signature-typo.patch)
  system-config-printer/repos/extra-x86_64/PKGBUILD
(from rev 200770, system-config-printer/trunk/PKGBUILD)
Deleted:
  system-config-printer/repos/extra-i686/PKGBUILD
  system-config-printer/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |   96 
++
 extra-i686/40_scp-dbus-service-fix-dbus-signature-typo.patch   |   12 +
 extra-i686/PKGBUILD|   44 
 extra-x86_64/40_scp-dbus-service-fix-dbus-signature-typo.patch |   12 +
 extra-x86_64/PKGBUILD  |   44 
 5 files changed, 120 insertions(+), 88 deletions(-)

Copied: 
system-config-printer/repos/extra-i686/40_scp-dbus-service-fix-dbus-signature-typo.patch
 (from rev 200770, 
system-config-printer/trunk/40_scp-dbus-service-fix-dbus-signature-typo.patch)
===
--- extra-i686/40_scp-dbus-service-fix-dbus-signature-typo.patch
(rev 0)
+++ extra-i686/40_scp-dbus-service-fix-dbus-signature-typo.patch
2013-12-04 20:14:29 UTC (rev 200771)
@@ -0,0 +1,12 @@
+diff -Nur -x '*.orig' -x '*~' 
system-config-printer-1.4.2+20130920/scp-dbus-service.py 
system-config-printer-1.4.2+20130920.new/scp-dbus-service.py
+--- system-config-printer-1.4.2+20130920/scp-dbus-service.py   2013-09-20 
22:26:27.0 +0200
 system-config-printer-1.4.2+20130920.new/scp-dbus-service.py   
2013-10-24 13:12:44.998717234 +0200
+@@ -367,7 +367,7 @@
+ pass
+ 
+ @dbus.service.signal(dbus_interface=CONFIG_NEWPRINTERDIALOG_IFACE,
+- signature='a{s}')
++ signature='a(s)')
+ def DriverDownloadChecked(self, installed_files):
+ pass
+ 

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-04 20:14:23 UTC (rev 200770)
+++ extra-i686/PKGBUILD 2013-12-04 20:14:29 UTC (rev 200771)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=system-config-printer
-pkgver=1.4.3
-pkgrel=1
-pkgdesc=A CUPS printer configuration tool and status applet
-url=http://cyberelk.net/tim/software/system-config-printer/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('pycups' 'python2-dbus' 'pysmbc' 'python2-pycurl' 'dbus-glib'
- 'gnome-icon-theme' 'python2-notify' 'python2-gobject' 'gtk3')
-makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
-optdepends=('gnome-keyring: password management')
-replaces=('system-config-printer-common' 'system-config-printer-gnome')
-conflicts=('system-config-printer-common' 'system-config-printer-gnome')
-source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('99e251bfd281526fb6ea109b3e2bace3'
- 'SKIP')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
--e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-$(find . -name '*.py')
-  sed -i s|#!/usr/bin/python|#!/usr/bin/python2| udev/udev-add-printer
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-udev-rules
-
-  make udevhelperdir=/usr/lib/udev
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} udevhelperdir=/usr/lib/udev \
-udevrulesdir=/usr/lib/udev/rules.d install
-}

Copied: system-config-printer/repos/extra-i686/PKGBUILD (from rev 200770, 
system-config-printer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-04 20:14:29 UTC (rev 200771)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=system-config-printer
+pkgver=1.4.3
+pkgrel=2
+pkgdesc=A CUPS printer configuration tool and status applet
+url=http://cyberelk.net/tim/software/system-config-printer/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('pycups' 'python2-dbus' 'pysmbc' 'python2-pycurl' 'dbus-glib'
+ 'gnome-icon-theme' 'python2-notify' 'python2-gobject' 'gtk3')

[arch-commits] Commit in system-config-printer/trunk (2 files)

2013-12-04 Thread Jan de Groot
Date: Wednesday, December 4, 2013 @ 21:14:23
  Author: jgc
Revision: 200770

upgpkg: system-config-printer 1.4.3-2

Fix type signature in scp-dbus-service.py (FS#38006)

Added:
  system-config-printer/trunk/40_scp-dbus-service-fix-dbus-signature-typo.patch
Modified:
  system-config-printer/trunk/PKGBUILD

---+
 40_scp-dbus-service-fix-dbus-signature-typo.patch |   12 
 PKGBUILD  |   10 +++---
 2 files changed, 19 insertions(+), 3 deletions(-)

Added: 40_scp-dbus-service-fix-dbus-signature-typo.patch
===
--- 40_scp-dbus-service-fix-dbus-signature-typo.patch   
(rev 0)
+++ 40_scp-dbus-service-fix-dbus-signature-typo.patch   2013-12-04 20:14:23 UTC 
(rev 200770)
@@ -0,0 +1,12 @@
+diff -Nur -x '*.orig' -x '*~' 
system-config-printer-1.4.2+20130920/scp-dbus-service.py 
system-config-printer-1.4.2+20130920.new/scp-dbus-service.py
+--- system-config-printer-1.4.2+20130920/scp-dbus-service.py   2013-09-20 
22:26:27.0 +0200
 system-config-printer-1.4.2+20130920.new/scp-dbus-service.py   
2013-10-24 13:12:44.998717234 +0200
+@@ -367,7 +367,7 @@
+ pass
+ 
+ @dbus.service.signal(dbus_interface=CONFIG_NEWPRINTERDIALOG_IFACE,
+- signature='a{s}')
++ signature='a(s)')
+ def DriverDownloadChecked(self, installed_files):
+ pass
+ 

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 20:10:59 UTC (rev 200769)
+++ PKGBUILD2013-12-04 20:14:23 UTC (rev 200770)
@@ -4,7 +4,7 @@
 
 pkgname=system-config-printer
 pkgver=1.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A CUPS printer configuration tool and status applet
 url=http://cyberelk.net/tim/software/system-config-printer/;
 arch=('i686' 'x86_64')
@@ -15,12 +15,16 @@
 optdepends=('gnome-keyring: password management')
 replaces=('system-config-printer-common' 'system-config-printer-gnome')
 conflicts=('system-config-printer-common' 'system-config-printer-gnome')
-source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+40_scp-dbus-service-fix-dbus-signature-typo.patch)
 md5sums=('99e251bfd281526fb6ea109b3e2bace3'
- 'SKIP')
+ 'SKIP'
+ 'a616371aff9fae27b99d036c4143bf37')
 
 prepare() {
   cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../40_scp-dbus-service-fix-dbus-signature-typo.patch
+
   sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
 -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
 $(find . -name '*.py')



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

2013-12-04 Thread Andreas Radke
Date: Wednesday, December 4, 2013 @ 21:25:36
  Author: andyrtr
Revision: 200773

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

Added:
  xterm/repos/extra-i686/LICENSE
(from rev 200772, xterm/trunk/LICENSE)
  xterm/repos/extra-i686/PKGBUILD
(from rev 200772, xterm/trunk/PKGBUILD)
  xterm/repos/extra-x86_64/LICENSE
(from rev 200772, xterm/trunk/LICENSE)
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 200772, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-i686/LICENSE
  xterm/repos/extra-i686/PKGBUILD
  xterm/repos/extra-x86_64/LICENSE
  xterm/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  146 
 /PKGBUILD |  120 +++
 extra-i686/LICENSE|   73 
 extra-i686/PKGBUILD   |   60 ---
 extra-x86_64/LICENSE  |   73 
 extra-x86_64/PKGBUILD |   60 ---
 6 files changed, 266 insertions(+), 266 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2013-12-04 20:25:17 UTC (rev 200772)
+++ extra-i686/LICENSE  2013-12-04 20:25:36 UTC (rev 200773)
@@ -1,73 +0,0 @@
-/***
-
-Copyright 2002-2008,2009 by Thomas E. Dickey
-
-All Rights Reserved
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name(s) of the above copyright
-holders shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization.
-
-Copyright 1987, 1988  The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be used in
-advertising or publicity pertaining to distribution of the software
-without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-**/

Copied: xterm/repos/extra-i686/LICENSE 

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

2013-12-04 Thread Andreas Radke
Date: Wednesday, December 4, 2013 @ 21:25:17
  Author: andyrtr
Revision: 200772

upgpkg: xterm 300-1

upstream update 300

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 20:14:29 UTC (rev 200771)
+++ PKGBUILD2013-12-04 20:25:17 UTC (rev 200772)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xterm
-pkgver=299
+pkgver=300
 pkgrel=1
 pkgdesc=X Terminal Emulator
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz
 LICENSE)
-md5sums=('0e29da3a475d22fa2299f8971ebbfa1d'
+md5sums=('6adc7c7f39ab2a71fd83747049d60358'
  '10ecc3f8ee91e3189863a172f68282d2')
 
 build() {



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

2013-12-04 Thread Balló György
Date: Wednesday, December 4, 2013 @ 21:30:18
  Author: bgyorgy
Revision: 102078

Implement prepare function

Modified:
  simutrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 20:12:10 UTC (rev 102077)
+++ PKGBUILD2013-12-04 20:30:18 UTC (rev 102078)
@@ -29,7 +29,7 @@
  'd11bc8ee33a34e33341f6ccd90a44dba'
  'f41f7a08ad517ef2b60412859eb49963')
 
-build() {
+prepare() {
   cd $srcdir
 
   cp config.template config.default
@@ -36,8 +36,11 @@
   patch -Np0 -i $srcdir/settings-folder.patch
   patch -Np1 -i $srcdir/path-for-game-data.patch
   patch -Np0 -i $srcdir/config.patch
+}
+
+build() {
+  cd $srcdir
   convert simutrans.ico -alpha on simutrans.png
-
   make
 }
 



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

2013-12-04 Thread Eric Bélanger
Date: Wednesday, December 4, 2013 @ 21:40:48
  Author: eric
Revision: 102079

upgpkg: youtube-dl 2013.12.04-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 20:30:18 UTC (rev 102078)
+++ PKGBUILD2013-12-04 20:40:48 UTC (rev 102079)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2013.12.03
+pkgver=2013.12.04
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('fe13f7e05e3997032853d038c3c382e24a7ee94d'
+sha1sums=('0b41a8081747f159d79af76a367fdfbc35662ea6'
   'SKIP')
 
 prepare() {



[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)

2013-12-04 Thread Eric Bélanger
Date: Wednesday, December 4, 2013 @ 21:41:26
  Author: eric
Revision: 102080

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 102079, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-04 20:40:48 UTC (rev 102079)
+++ PKGBUILD2013-12-04 20:41:26 UTC (rev 102080)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2013.12.03
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('fe13f7e05e3997032853d038c3c382e24a7ee94d'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 102079, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-04 20:41:26 UTC (rev 102080)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2013.12.04
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('0b41a8081747f159d79af76a367fdfbc35662ea6'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-12-04 Thread Balló György
Date: Wednesday, December 4, 2013 @ 21:54:47
  Author: bgyorgy
Revision: 102083

upgpkg: cherrytree 0.31.2-1

Update to version 0.31.2

Modified:
  cherrytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 20:46:27 UTC (rev 102082)
+++ PKGBUILD2013-12-04 20:54:47 UTC (rev 102083)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.31.0
+pkgver=0.31.2
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('python2-pyenchant: for spell checking support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('f770947e4ca694d9b060f614168877aa8a9059fe1428559fc69623d00a41480a')
+sha256sums=('01c45034926a99cd147e1db01cd0ca24cd25c36680a41c6d39ebfce188d7bf13')
 
 build() {
   cd $pkgname-$pkgver



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

2013-12-04 Thread Balló György
Date: Wednesday, December 4, 2013 @ 21:54:53
  Author: bgyorgy
Revision: 102084

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   58 +--
 cherrytree.install |   28 
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-04 20:54:47 UTC (rev 102083)
+++ PKGBUILD2013-12-04 20:54:53 UTC (rev 102084)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Tomas A. Schertel tscher...@gmail.com
-
-pkgname=cherrytree
-pkgver=0.31.0
-pkgrel=1
-pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
-arch=('any')
-url='http://www.giuspen.com/cherrytree/'
-license=('GPL3')
-depends=('pygtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=('python2-pyenchant: for spell checking support')
-install=cherrytree.install
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('f770947e4ca694d9b060f614168877aa8a9059fe1428559fc69623d00a41480a')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: cherrytree/repos/community-any/PKGBUILD (from rev 102083, 
cherrytree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-04 20:54:53 UTC (rev 102084)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tomas A. Schertel tscher...@gmail.com
+
+pkgname=cherrytree
+pkgver=0.31.2
+pkgrel=1
+pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
+arch=('any')
+url='http://www.giuspen.com/cherrytree/'
+license=('GPL3')
+depends=('pygtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils')
+optdepends=('python2-pyenchant: for spell checking support')
+install=cherrytree.install
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('01c45034926a99cd147e1db01cd0ca24cd25c36680a41c6d39ebfce188d7bf13')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}

Deleted: cherrytree.install
===
--- cherrytree.install  2013-12-04 20:54:47 UTC (rev 102083)
+++ cherrytree.install  2013-12-04 20:54:53 UTC (rev 102084)
@@ -1,14 +0,0 @@
-post_install()
-{
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: cherrytree/repos/community-any/cherrytree.install (from rev 102083, 
cherrytree/trunk/cherrytree.install)
===
--- cherrytree.install  (rev 0)
+++ cherrytree.install  2013-12-04 20:54:53 UTC (rev 102084)
@@ -0,0 +1,14 @@
+post_install()
+{
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-12-04 Thread Tobias Powalowski
Date: Wednesday, December 4, 2013 @ 22:03:49
  Author: tpowa
Revision: 200774

upgpkg: linux 3.12.3-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 20:25:36 UTC (rev 200773)
+++ PKGBUILD2013-12-04 21:03:49 UTC (rev 200774)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.12
-pkgver=3.12.2
+pkgver=3.12.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -21,7 +21,7 @@
 'change-default-console-loglevel.patch'
 'criu-no-expert.patch')
 md5sums=('cc6ee608854e0da4b64f6c1ff8b6398c'
- '97453b56d6a999b5a4b0899b4e28fabe'
+ 'b7a603bf67e69936cf049fc6b37d9085'
  '798bca5d2f0a1505c9b86a5227a2b339'
  '8cd452ae4f74f11dc09b25a0270b07f1'
  'eb14dcfd80c00852ef81ded6e826826a'



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

2013-12-04 Thread Tobias Powalowski
Date: Wednesday, December 4, 2013 @ 22:04:08
  Author: tpowa
Revision: 200775

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/3.12-btrfs-relocate-csums.patch
(from rev 200774, linux/trunk/3.12-btrfs-relocate-csums.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 200774, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 200774, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 200774, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 200774, linux/trunk/config.x86_64)
  linux/repos/testing-i686/criu-no-expert.patch
(from rev 200774, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-i686/linux.install
(from rev 200774, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 200774, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/3.12-btrfs-relocate-csums.patch
(from rev 200774, linux/trunk/3.12-btrfs-relocate-csums.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 200774, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 200774, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 200774, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 200774, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/criu-no-expert.patch
(from rev 200774, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 200774, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 200774, linux/trunk/linux.preset)

--+
 testing-i686/3.12-btrfs-relocate-csums.patch |   63 
 testing-i686/PKGBUILD|  336 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6480 +
 testing-i686/config.x86_64   | 6281 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux.install   |   31 
 testing-i686/linux.preset|   14 
 testing-x86_64/3.12-btrfs-relocate-csums.patch   |   63 
 testing-x86_64/PKGBUILD  |  336 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6480 +
 testing-x86_64/config.x86_64 | 6281 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux.install |   31 
 testing-x86_64/linux.preset  |   14 
 16 files changed, 26478 insertions(+)

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


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

2013-12-04 Thread Balló György
Date: Wednesday, December 4, 2013 @ 22:06:15
  Author: bgyorgy
Revision: 102085

The workaround for nm-applet is no longer needed

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 20:54:53 UTC (rev 102084)
+++ PKGBUILD2013-12-04 21:06:15 UTC (rev 102085)
@@ -49,8 +49,7 @@
   patch -Np1 -i ../cinnamon-gstreamer1.patch
 
   # Fix required components
-  sed -i 
's/cinnamon-fallback-mount-helper;/polkit-gnome-authentication-agent-1;/
-  s/nm-applet;/cinnamon-nm-applet;/' 
files/usr/share/cinnamon-session/sessions/cinnamon*.session
+  sed -i 
's/cinnamon-fallback-mount-helper;/polkit-gnome-authentication-agent-1;/' 
files/usr/share/cinnamon-session/sessions/cinnamon*.session
 
   # fix for the python2 PAM module  
   sed -i 's:import PAM:import pam:' 
files/usr/lib/cinnamon-settings/modules/cs_user.py
@@ -87,10 +86,6 @@
   cd ${srcdir}/Cinnamon*
   make DESTDIR=${pkgdir} install
 
-  # Install cinnamon-nm-applet.desktop file
-  sed 's/^NotShowIn=.*/OnlyShowIn=GNOME/' 
/usr/share/applications/nm-applet.desktop \
- ${pkgdir}/usr/share/applications/cinnamon-nm-applet.desktop
-
   # Install policy file
   install -Dm644 
${srcdir}/org.archlinux.pkexec.cinnamon-settings-users.policy \
  
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.cinnamon-settings-users.policy



[arch-commits] Commit in (6 files)

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 22:38:32
  Author: spupykin
Revision: 102086

FS#38016

Added:
  openjpeg2/
  openjpeg2/repos/
  openjpeg2/trunk/
  openjpeg2/trunk/PKGBUILD
Modified:
  poedit/trunk/PKGBUILD
  spice-gtk3/trunk/PKGBUILD

---+
 openjpeg2/trunk/PKGBUILD  |   25 +
 poedit/trunk/PKGBUILD |   12 ++--
 spice-gtk3/trunk/PKGBUILD |   16 +++-
 3 files changed, 38 insertions(+), 15 deletions(-)

Added: openjpeg2/trunk/PKGBUILD
===
--- openjpeg2/trunk/PKGBUILD(rev 0)
+++ openjpeg2/trunk/PKGBUILD2013-12-04 21:38:32 UTC (rev 102086)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 99936 2013-10-31 02:34:11Z allan $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=openjpeg2
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=An open source JPEG 2000 codec, version ${pkgver}
+arch=(i686 x86_64)
+license=('BSD')
+url=http://www.openjpeg.org;
+makedepends=('cmake')
+depends=('zlib')
+source=(http://openjpeg.googlecode.com/files/openjpeg-${pkgver}.tar.gz)
+sha1sums=('0af78ab2283b43421458f80373422d8029a9f7a7')
+
+build() {
+  cd ${srcdir}/openjpeg-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd ${srcdir}/openjpeg-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Modified: poedit/trunk/PKGBUILD
===
--- poedit/trunk/PKGBUILD   2013-12-04 21:06:15 UTC (rev 102085)
+++ poedit/trunk/PKGBUILD   2013-12-04 21:38:32 UTC (rev 102086)
@@ -5,22 +5,22 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=poedit
-pkgver=1.5.7
-pkgrel=4
+pkgver=1.6
+pkgrel=1
 pkgdesc=Cross-platform gettext catalogs (.po files) editor
 arch=('i686' 'x86_64')
 url=http://www.poedit.net/;
 license=('custom')
-depends=('wxgtk2.9' 'gtkspell' 'db' 'hicolor-icon-theme' 'gettext')
+depends=('wxgtk' 'gtkspell' 'db' 'hicolor-icon-theme' 'gettext')
 makedepends=('pkgconfig' 'boost')
 install=poedit.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f5b53ec66a606f088b0aa388595ea5f9')
+source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+md5sums=('41ce06c0d44962bf1898abff1599bf5e')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
 export WX_CONFIG_PATH=/usr/bin/wx-config-2.9
-./configure --prefix=/usr
+sh configure --prefix=/usr
 make
 }
 

Modified: spice-gtk3/trunk/PKGBUILD
===
--- spice-gtk3/trunk/PKGBUILD   2013-12-04 21:06:15 UTC (rev 102085)
+++ spice-gtk3/trunk/PKGBUILD   2013-12-04 21:38:32 UTC (rev 102086)
@@ -5,8 +5,8 @@
 # Contributor: Lucio Zara penn...@gmail.com
 
 pkgname=spice-gtk3
-pkgver=0.21
-pkgrel=3
+pkgver=0.22
+pkgrel=1
 pkgdesc=Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)
 arch=('i686' 'x86_64')
 url=http://spice-space.org;
@@ -13,21 +13,19 @@
 license=('LGPL2.1')
 depends=('celt0.5.1' 'gtk3' 'libcacard' 'libpulse' 'usbredir')
 makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'qemu' 
'spice-protocol' 'usbutils' 'vala')
-source=(http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;
-   usb-fix.patch::https://bugs.freedesktop.org/attachment.cgi?id=86818;)
-sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564')
-sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564'
-'1b3c7d20ebd3644faf95e387f7d2696fcd773539db8ffdda2e316a7c516ce6d2')
+source=(http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)
+sha256sums=('05e9e5d915a99005a812846f733bba177ef3b1a9de9356690047250fb1b1fa3a')
 
 prepare() {
   cd $srcdir/spice-gtk-$pkgver
   sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  patch -p1 $srcdir/usb-fix.patch
 }
 
 build() {
   cd $srcdir/spice-gtk-$pkgver
-  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-vala 
--with-gtk=3.0
+  PYTHON=python2 ./configure --prefix=/usr \
+--disable-static --enable-vala --with-gtk=3.0 \
+--with-coroutine=gthread
   make
 }
 



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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 22:44:00
  Author: spupykin
Revision: 102087

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

Added:
  openjpeg2/repos/community-i686/
  openjpeg2/repos/community-i686/PKGBUILD
(from rev 102086, openjpeg2/trunk/PKGBUILD)
  openjpeg2/repos/community-x86_64/
  openjpeg2/repos/community-x86_64/PKGBUILD
(from rev 102086, openjpeg2/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   25 +
 community-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: openjpeg2/repos/community-i686/PKGBUILD (from rev 102086, 
openjpeg2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-04 21:44:00 UTC (rev 102087)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 99936 2013-10-31 02:34:11Z allan $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=openjpeg2
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=An open source JPEG 2000 codec, version ${pkgver}
+arch=(i686 x86_64)
+license=('BSD')
+url=http://www.openjpeg.org;
+makedepends=('cmake')
+depends=('zlib')
+source=(http://openjpeg.googlecode.com/files/openjpeg-${pkgver}.tar.gz)
+sha1sums=('0af78ab2283b43421458f80373422d8029a9f7a7')
+
+build() {
+  cd ${srcdir}/openjpeg-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd ${srcdir}/openjpeg-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: openjpeg2/repos/community-x86_64/PKGBUILD (from rev 102086, 
openjpeg2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-04 21:44:00 UTC (rev 102087)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 99936 2013-10-31 02:34:11Z allan $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=openjpeg2
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=An open source JPEG 2000 codec, version ${pkgver}
+arch=(i686 x86_64)
+license=('BSD')
+url=http://www.openjpeg.org;
+makedepends=('cmake')
+depends=('zlib')
+source=(http://openjpeg.googlecode.com/files/openjpeg-${pkgver}.tar.gz)
+sha1sums=('0af78ab2283b43421458f80373422d8029a9f7a7')
+
+build() {
+  cd ${srcdir}/openjpeg-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd ${srcdir}/openjpeg-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-12-04 Thread Sébastien Luttringer
Date: Wednesday, December 4, 2013 @ 22:52:05
  Author: seblu
Revision: 102088

upgpkg: lz4 109-2

- the code license is GPL. BSD cmake files are not shipped in our package.
- implement FS#38003

Modified:
  lz4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 21:44:00 UTC (rev 102087)
+++ PKGBUILD2013-12-04 21:52:05 UTC (rev 102088)
@@ -6,11 +6,11 @@
 
 pkgname=lz4
 pkgver=109
-pkgrel=1
+pkgrel=2
 pkgdesc='Very fast lossless compression algorithm'
 arch=('i686' 'x86_64')
 url='https://code.google.com/p/lz4/'
-license=('BSD' 'GPL2')
+license=('GPL2')
 makedepends=('svn')
 depends=('glibc')
 source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
@@ -25,7 +25,7 @@
   cd $pkgname
   install -Dm755 lz4 $pkgdir/usr/bin/lz4
   install -Dm755 lz4c $pkgdir/usr/bin/lz4c
-  install -Dm644 cmake/pack/release_COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 lz4.1 $pkgdir/usr/share/man/man1/lz4.1
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-12-04 Thread Sébastien Luttringer
Date: Wednesday, December 4, 2013 @ 22:52:14
  Author: seblu
Revision: 102089

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

Added:
  lz4/repos/community-i686/PKGBUILD
(from rev 102088, lz4/trunk/PKGBUILD)
  lz4/repos/community-x86_64/PKGBUILD
(from rev 102088, lz4/trunk/PKGBUILD)
Deleted:
  lz4/repos/community-i686/PKGBUILD
  lz4/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-04 21:52:05 UTC (rev 102088)
+++ community-i686/PKGBUILD 2013-12-04 21:52:14 UTC (rev 102089)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=109
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/lz4/'
-license=('BSD' 'GPL2')
-makedepends=('svn')
-depends=('glibc')
-source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make lz4 lz4c
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 lz4 $pkgdir/usr/bin/lz4
-  install -Dm755 lz4c $pkgdir/usr/bin/lz4c
-  install -Dm644 cmake/pack/release_COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/community-i686/PKGBUILD (from rev 102088, lz4/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-04 21:52:14 UTC (rev 102089)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=109
+pkgrel=2
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('GPL2')
+makedepends=('svn')
+depends=('glibc')
+source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make lz4 lz4c
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 lz4 $pkgdir/usr/bin/lz4
+  install -Dm755 lz4c $pkgdir/usr/bin/lz4c
+  install -Dm644 lz4.1 $pkgdir/usr/share/man/man1/lz4.1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-04 21:52:05 UTC (rev 102088)
+++ community-x86_64/PKGBUILD   2013-12-04 21:52:14 UTC (rev 102089)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=109
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/lz4/'
-license=('BSD' 'GPL2')
-makedepends=('svn')
-depends=('glibc')
-source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make lz4 lz4c
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 lz4 $pkgdir/usr/bin/lz4
-  install -Dm755 lz4c $pkgdir/usr/bin/lz4c
-  install -Dm644 cmake/pack/release_COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/community-x86_64/PKGBUILD (from rev 102088, 
lz4/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-04 21:52:14 UTC (rev 102089)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=109
+pkgrel=2
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('GPL2')
+makedepends=('svn')
+depends=('glibc')
+source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make lz4 lz4c
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 lz4 $pkgdir/usr/bin/lz4
+  install -Dm755 lz4c $pkgdir/usr/bin/lz4c
+  install -Dm644 lz4.1 $pkgdir/usr/share/man/man1/lz4.1
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-12-04 Thread Jan de Groot
Date: Wednesday, December 4, 2013 @ 23:00:35
  Author: jgc
Revision: 200777

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

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

-+
 /PKGBUILD   |   70 ++
 /cheese.install |   24 ++
 extra-i686/PKGBUILD |   35 -
 extra-i686/cheese.install   |   12 ---
 extra-x86_64/PKGBUILD   |   35 -
 extra-x86_64/cheese.install |   12 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-04 22:00:28 UTC (rev 200776)
+++ extra-i686/PKGBUILD 2013-12-04 22:00:35 UTC (rev 200777)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=cheese
-pkgver=3.10.2
-pkgrel=1
-pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop' 'nautilus-sendto' 
'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
-optdepends=('frei0r-plugins: More camera effects')
-groups=('gnome-extra')
-options=('!emptydirs')
-url=http://www.gnome.org/projects/cheese/;
-install=cheese.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3e5f4ac078bac60571ff61bc2cd451349d78e01ecaaff031da16fe29ff094945')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cheese/repos/extra-i686/PKGBUILD (from rev 200776, 
cheese/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-04 22:00:35 UTC (rev 200777)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=cheese
+pkgver=3.10.2
+pkgrel=2
+pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop')
+makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
+optdepends=('frei0r-plugins: More camera effects')
+groups=('gnome-extra')
+options=('!emptydirs')
+url=http://www.gnome.org/projects/cheese/;
+install=cheese.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3e5f4ac078bac60571ff61bc2cd451349d78e01ecaaff031da16fe29ff094945')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/cheese.install
===
--- extra-i686/cheese.install   2013-12-04 22:00:28 UTC (rev 200776)
+++ extra-i686/cheese.install   2013-12-04 22:00:35 UTC (rev 200777)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: cheese/repos/extra-i686/cheese.install (from rev 200776, 
cheese/trunk/cheese.install)
===
--- extra-i686/cheese.install   (rev 0)
+++ extra-i686/cheese.install   2013-12-04 22:00:35 UTC (rev 200777)
@@ -0,0 +1,12 @@
+post_install() {
+  

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

2013-12-04 Thread Jan de Groot
Date: Wednesday, December 4, 2013 @ 23:00:28
  Author: jgc
Revision: 200776

upgpkg: cheese 3.10.2-2

Fix dependencies (FS#37844)

Modified:
  cheese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 21:04:08 UTC (rev 200775)
+++ PKGBUILD2013-12-04 22:00:28 UTC (rev 200776)
@@ -4,11 +4,11 @@
 
 pkgname=cheese
 pkgver=3.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop' 'nautilus-sendto' 
'hicolor-icon-theme')
+depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop')
 makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
 optdepends=('frei0r-plugins: More camera effects')
 groups=('gnome-extra')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('3e5f4ac078bac60571ff61bc2cd451349d78e01ecaaff031da16fe29ff094945')
 
 build() {



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

2013-12-04 Thread Ángel Velásquez
Date: Thursday, December 5, 2013 @ 01:24:17
  Author: angvp
Revision: 200778

upgpkg: python-setuptools 1.4.2-1

Version bump to 1.4.2

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 22:00:35 UTC (rev 200777)
+++ PKGBUILD2013-12-05 00:24:17 UTC (rev 200778)
@@ -2,7 +2,7 @@
 # Maintainer: Angel Velasquez an...@archlinux.org
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=1.3.2
+pkgver=1.4.2
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -10,7 +10,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-md5sums=('441f2e58c0599d31597622a7b9eb605f')
+md5sums=('13951be6711438073fbe50843e7f141f')
 
 #check() {
 #   # Check python3 module



[arch-commits] Commit in python-setuptools/repos (testing-any testing-any/PKGBUILD)

2013-12-04 Thread Ángel Velásquez
Date: Thursday, December 5, 2013 @ 01:24:54
  Author: angvp
Revision: 200779

archrelease: copy trunk to testing-any

Added:
  python-setuptools/repos/testing-any/
  python-setuptools/repos/testing-any/PKGBUILD
(from rev 200778, python-setuptools/trunk/PKGBUILD)

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

Copied: python-setuptools/repos/testing-any/PKGBUILD (from rev 200778, 
python-setuptools/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-12-05 00:24:54 UTC (rev 200779)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
+md5sums=('13951be6711438073fbe50843e7f141f')
+
+#check() {
+#   # Check python3 module
+#   cd ${srcdir}/setuptools-${pkgver}
+#   python3 setup.py test
+#
+#   # Check python2 module
+#   cd ${srcdir}/setuptools-${pkgver}-python2
+#   python2 setup.py test
+#}
+ 
+prepare() {
+   cd ${srcdir}
+ 
+   pushd setuptools-${pkgver}
+   popd
+ 
+   cp -a setuptools-${pkgver}{,-python2}
+ 
+   cd ${srcdir}/setuptools-${pkgver}
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+ 
+   cd ../setuptools-${pkgver}-python2
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+}
+
+build() {
+   # Build python 3 module
+   cd ${srcdir}/setuptools-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../setuptools-${pkgver}-python2
+   python2 setup.py build
+}
+ 
+package_python-setuptools() {
+   depends=('python=3.3')
+   provides=('python-distribute')
+   replaces=('python-distribute')
+ 
+   cd ${srcdir}/setuptools-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+   depends=('python2=2.7')
+   provides=('python2-distribute' 'setuptools')
+   replaces=('python2-distribute' 'setuptools')
+ 
+   cd ${srcdir}/setuptools-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+   rm ${pkgdir}/usr/bin/easy_install
+}



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

2013-12-04 Thread Eric Bélanger
Date: Thursday, December 5, 2013 @ 03:00:39
  Author: eric
Revision: 102090

upgpkg: avrdude 6.0.1-3

Add libusb-compat depends needed for usb support (close FS#38017)

Modified:
  avrdude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 21:52:14 UTC (rev 102089)
+++ PKGBUILD2013-12-05 02:00:39 UTC (rev 102090)
@@ -4,12 +4,12 @@
 
 pkgname=avrdude
 pkgver=6.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
 arch=('i686' 'x86_64')
 url=http://www.nongnu.org/avrdude/;
 license=('GPL')
-depends=('libusbx' 'readline' 'libftdi')
+depends=('readline' 'libftdi' 'libusb-compat')
 
source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
 md5sums=('346ec2e46393a54ac152b95abf1d9850'
  'SKIP')
@@ -26,5 +26,5 @@
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
 
-   make DESTDIR=${pkgdir} install
+   make DESTDIR=${pkgdir} install
 }



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

2013-12-04 Thread Eric Bélanger
Date: Thursday, December 5, 2013 @ 03:01:26
  Author: eric
Revision: 102091

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

Added:
  avrdude/repos/community-i686/PKGBUILD
(from rev 102090, avrdude/trunk/PKGBUILD)
  avrdude/repos/community-x86_64/PKGBUILD
(from rev 102090, avrdude/trunk/PKGBUILD)
Deleted:
  avrdude/repos/community-i686/PKGBUILD
  avrdude/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-05 02:00:39 UTC (rev 102090)
+++ community-i686/PKGBUILD 2013-12-05 02:01:26 UTC (rev 102091)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Maintainer: Brad Fanella bradfane...@archlinux.us
-
-pkgname=avrdude
-pkgver=6.0.1
-pkgrel=2
-pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/avrdude/;
-license=('GPL')
-depends=('libusbx' 'readline' 'libftdi')
-source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('346ec2e46393a54ac152b95abf1d9850'
- 'SKIP')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --mandir=/usr/share/man \
-   --prefix=/usr \
-   --sysconfdir=/etc
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: avrdude/repos/community-i686/PKGBUILD (from rev 102090, 
avrdude/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-05 02:01:26 UTC (rev 102091)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=6.0.1
+pkgrel=3
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('346ec2e46393a54ac152b95abf1d9850'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-05 02:00:39 UTC (rev 102090)
+++ community-x86_64/PKGBUILD   2013-12-05 02:01:26 UTC (rev 102091)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Maintainer: Brad Fanella bradfane...@archlinux.us
-
-pkgname=avrdude
-pkgver=6.0.1
-pkgrel=2
-pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/avrdude/;
-license=('GPL')
-depends=('libusbx' 'readline' 'libftdi')
-source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('346ec2e46393a54ac152b95abf1d9850'
- 'SKIP')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --mandir=/usr/share/man \
-   --prefix=/usr \
-   --sysconfdir=/etc
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: avrdude/repos/community-x86_64/PKGBUILD (from rev 102090, 
avrdude/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-05 02:01:26 UTC (rev 102091)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=6.0.1
+pkgrel=3
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('346ec2e46393a54ac152b95abf1d9850'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   

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

2013-12-04 Thread Evangelos Foutras
Date: Thursday, December 5, 2013 @ 07:43:29
  Author: foutrelis
Revision: 200780

upgpkg: chromium 31.0.1650.63-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-05 00:24:54 UTC (rev 200779)
+++ PKGBUILD2013-12-05 06:43:29 UTC (rev 200780)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=31.0.1650.57
+pkgver=31.0.1650.63
 _toolchains_rev=12181
 pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
@@ -37,7 +37,7 @@
 noextract=(naclsdk_nacl_linux_x86-$_toolchains_rev.tgz
naclsdk_pnacl_linux_x86-$_toolchains_rev.tgz
naclsdk_pnacl_translator-$_toolchains_rev.tgz)
-sha256sums=('89fe1ea38754c3d39bbd068313336a4467e7111854d8e14cc51bc2435c7667f7'
+sha256sums=('7f0a37391b2829fa077426127f61b830cca51518e6a55ace2bf397aba9e52008'
 'cb4ac159f61de5e75d339813c0fc74f986156310a2c43a30ba40125951e72450'
 'ad229b69a5af72a9fa7cf2167ee48560cc11049206e4ef919cb31d1273d6409f'
 'fdb8309ef2b1c8600d63c4420ac02d66d85ab9befe98d99e9706828870730077'



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

2013-12-04 Thread Evangelos Foutras
Date: Thursday, December 5, 2013 @ 07:43:51
  Author: foutrelis
Revision: 200781

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 200780, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-31.0.1650.48-NPAPI-cookies.patch
(from rev 200780, chromium/trunk/chromium-31.0.1650.48-NPAPI-cookies.patch)
  chromium/repos/extra-i686/chromium-31.0.1650.48-NPN_URLRedirectResponse.patch
(from rev 200780, 
chromium/trunk/chromium-31.0.1650.48-NPN_URLRedirectResponse.patch)
  chromium/repos/extra-i686/chromium-system-icu-r0.patch
(from rev 200780, chromium/trunk/chromium-system-icu-r0.patch)
  chromium/repos/extra-i686/chromium.default
(from rev 200780, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 200780, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 200780, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 200780, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 200780, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-31.0.1650.48-NPAPI-cookies.patch
(from rev 200780, chromium/trunk/chromium-31.0.1650.48-NPAPI-cookies.patch)
  
chromium/repos/extra-x86_64/chromium-31.0.1650.48-NPN_URLRedirectResponse.patch
(from rev 200780, 
chromium/trunk/chromium-31.0.1650.48-NPN_URLRedirectResponse.patch)
  chromium/repos/extra-x86_64/chromium-system-icu-r0.patch
(from rev 200780, chromium/trunk/chromium-system-icu-r0.patch)
  chromium/repos/extra-x86_64/chromium.default
(from rev 200780, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 200780, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 200780, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 200780, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-31.0.1650.48-NPAPI-cookies.patch
  chromium/repos/extra-i686/chromium-31.0.1650.48-NPN_URLRedirectResponse.patch
  chromium/repos/extra-i686/chromium-system-icu-r0.patch
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-31.0.1650.48-NPAPI-cookies.patch
  
chromium/repos/extra-x86_64/chromium-31.0.1650.48-NPN_URLRedirectResponse.patch
  chromium/repos/extra-x86_64/chromium-system-icu-r0.patch
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh

--+
 /PKGBUILD|  384 ++
 /chromium-31.0.1650.48-NPAPI-cookies.patch   |  552 
++
 /chromium-31.0.1650.48-NPN_URLRedirectResponse.patch |   26 
 /chromium-system-icu-r0.patch|   52 
 /chromium.default|8 
 /chromium.desktop|  226 
 /chromium.install|   24 
 /chromium.sh |   32 
 extra-i686/PKGBUILD  |  192 ---
 extra-i686/chromium-31.0.1650.48-NPAPI-cookies.patch |  276 -
 extra-i686/chromium-31.0.1650.48-NPN_URLRedirectResponse.patch   |   13 
 extra-i686/chromium-system-icu-r0.patch  |   26 
 extra-i686/chromium.default  |4 
 extra-i686/chromium.desktop  |  113 --
 extra-i686/chromium.install  |   12 
 extra-i686/chromium.sh   |   16 
 extra-x86_64/PKGBUILD|  192 ---
 extra-x86_64/chromium-31.0.1650.48-NPAPI-cookies.patch   |  276 -
 extra-x86_64/chromium-31.0.1650.48-NPN_URLRedirectResponse.patch |   13 
 extra-x86_64/chromium-system-icu-r0.patch|   26 
 extra-x86_64/chromium.default|4 
 extra-x86_64/chromium.desktop|  113 --
 extra-x86_64/chromium.install|   12 
 extra-x86_64/chromium.sh |   16 
 24 files changed, 1304 insertions(+), 1304 deletions(-)

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


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

2013-12-04 Thread Andrea Scarpino
Date: Thursday, December 5, 2013 @ 07:48:26
  Author: andrea
Revision: 200782

upgpkg: libkgapi 2.0.2-1

Upstream release

Modified:
  libkgapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-05 06:43:51 UTC (rev 200781)
+++ PKGBUILD2013-12-05 06:48:26 UTC (rev 200782)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkgapi
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc=A KDE-based library for accessing various Google services via their 
public API
 url='https://projects.kde.org/projects/extragear/libs/libkgapi'
@@ -12,15 +12,19 @@
 makedepends=('cmake' 'automoc4' 'boost')
 replaces=('akonadi-google' 'libkgoogle')
 conflicts=('akonadi-google' 'libkgoogle')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a421c6b5e0b262136121e3734b29fcce')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('27c406bb32b8cf0199cd44952bb8680e')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE4_BUILD_TESTS=OFF
   make
 }
 



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

2013-12-04 Thread Andrea Scarpino
Date: Thursday, December 5, 2013 @ 07:48:36
  Author: andrea
Revision: 200783

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

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

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   30 -
 extra-x86_64/PKGBUILD |   30 -
 3 files changed, 68 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-05 06:48:26 UTC (rev 200782)
+++ extra-i686/PKGBUILD 2013-12-05 06:48:36 UTC (rev 200783)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkgapi
-pkgver=2.0.1
-pkgrel=1
-pkgdesc=A KDE-based library for accessing various Google services via their 
public API
-url='https://projects.kde.org/projects/extragear/libs/libkgapi'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs')
-makedepends=('cmake' 'automoc4' 'boost')
-replaces=('akonadi-google' 'libkgoogle')
-conflicts=('akonadi-google' 'libkgoogle')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a421c6b5e0b262136121e3734b29fcce')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkgapi/repos/extra-i686/PKGBUILD (from rev 200782, 
libkgapi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-05 06:48:36 UTC (rev 200783)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi
+pkgver=2.0.2
+pkgrel=1
+pkgdesc=A KDE-based library for accessing various Google services via their 
public API
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+replaces=('akonadi-google' 'libkgoogle')
+conflicts=('akonadi-google' 'libkgoogle')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('27c406bb32b8cf0199cd44952bb8680e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE4_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-05 06:48:26 UTC (rev 200782)
+++ extra-x86_64/PKGBUILD   2013-12-05 06:48:36 UTC (rev 200783)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkgapi
-pkgver=2.0.1
-pkgrel=1
-pkgdesc=A KDE-based library for accessing various Google services via their 
public API
-url='https://projects.kde.org/projects/extragear/libs/libkgapi'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs')
-makedepends=('cmake' 'automoc4' 'boost')
-replaces=('akonadi-google' 'libkgoogle')
-conflicts=('akonadi-google' 'libkgoogle')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a421c6b5e0b262136121e3734b29fcce')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkgapi/repos/extra-x86_64/PKGBUILD (from rev 200782, 
libkgapi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-05 06:48:36 UTC (rev 200783)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi
+pkgver=2.0.2
+pkgrel=1
+pkgdesc=A KDE-based library for accessing various Google services via their 
public API
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+replaces=('akonadi-google' 'libkgoogle')
+conflicts=('akonadi-google' 'libkgoogle')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('27c406bb32b8cf0199cd44952bb8680e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2013-12-04 Thread Giovanni Scafora
Date: Thursday, December 5, 2013 @ 08:50:00
  Author: giovanni
Revision: 102092

upgpkg: ccid 1.4.14-1

upstream release

Modified:
  ccid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-05 02:01:26 UTC (rev 102091)
+++ PKGBUILD2013-12-05 07:50:00 UTC (rev 102092)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
 
 pkgname=ccid
-pkgver=1.4.13
+pkgver=1.4.14
 pkgrel=1
 pkgdesc=A generic USB Chip/Smart Card Interface Devices driver
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('pcsclite' 'libusbx')
 makedepends=('pkg-config')
 backup=(etc/reader.conf.d/libccidtwin)
-source=(https://alioth.debian.org/frs/download.php/file/3959/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('89c167a873df1f8bc0dc907ce209e5ff')
+source=(https://alioth.debian.org/frs/download.php/file/3971/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('4596f82e85e2996f7877e892b5c18382')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-12-04 Thread Giovanni Scafora
Date: Thursday, December 5, 2013 @ 08:50:08
  Author: giovanni
Revision: 102093

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

Added:
  ccid/repos/community-i686/PKGBUILD
(from rev 102092, ccid/trunk/PKGBUILD)
  ccid/repos/community-x86_64/PKGBUILD
(from rev 102092, ccid/trunk/PKGBUILD)
Deleted:
  ccid/repos/community-i686/PKGBUILD
  ccid/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-05 07:50:00 UTC (rev 102092)
+++ community-i686/PKGBUILD 2013-12-05 07:50:08 UTC (rev 102093)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
-
-pkgname=ccid
-pkgver=1.4.13
-pkgrel=1
-pkgdesc=A generic USB Chip/Smart Card Interface Devices driver
-arch=('i686' 'x86_64')
-url=http://pcsclite.alioth.debian.org/ccid.html;
-license=('LGPL' 'GPL')
-depends=('pcsclite' 'libusbx')
-makedepends=('pkg-config')
-backup=(etc/reader.conf.d/libccidtwin)
-source=(https://alioth.debian.org/frs/download.php/file/3959/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('89c167a873df1f8bc0dc907ce209e5ff')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-twinserial \
-  --enable-serialconfdir=/etc/reader.conf.d
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  # move the configuration file in /etc and create a symbolic link
-  mv ${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist 
${pkgdir}/etc/libccid_Info.plist
-  ln -s /etc/libccid_Info.plist 
${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
-}

Copied: ccid/repos/community-i686/PKGBUILD (from rev 102092, 
ccid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-05 07:50:08 UTC (rev 102093)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
+
+pkgname=ccid
+pkgver=1.4.14
+pkgrel=1
+pkgdesc=A generic USB Chip/Smart Card Interface Devices driver
+arch=('i686' 'x86_64')
+url=http://pcsclite.alioth.debian.org/ccid.html;
+license=('LGPL' 'GPL')
+depends=('pcsclite' 'libusbx')
+makedepends=('pkg-config')
+backup=(etc/reader.conf.d/libccidtwin)
+source=(https://alioth.debian.org/frs/download.php/file/3971/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('4596f82e85e2996f7877e892b5c18382')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-twinserial \
+  --enable-serialconfdir=/etc/reader.conf.d
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  # move the configuration file in /etc and create a symbolic link
+  mv ${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist 
${pkgdir}/etc/libccid_Info.plist
+  ln -s /etc/libccid_Info.plist 
${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-05 07:50:00 UTC (rev 102092)
+++ community-x86_64/PKGBUILD   2013-12-05 07:50:08 UTC (rev 102093)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
-
-pkgname=ccid
-pkgver=1.4.13
-pkgrel=1
-pkgdesc=A generic USB Chip/Smart Card Interface Devices driver
-arch=('i686' 'x86_64')
-url=http://pcsclite.alioth.debian.org/ccid.html;
-license=('LGPL' 'GPL')
-depends=('pcsclite' 'libusbx')
-makedepends=('pkg-config')
-backup=(etc/reader.conf.d/libccidtwin)
-source=(https://alioth.debian.org/frs/download.php/file/3959/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('89c167a873df1f8bc0dc907ce209e5ff')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-twinserial \
-  --enable-serialconfdir=/etc/reader.conf.d
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  # move the configuration file in /etc and create a symbolic link
-  mv ${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist 
${pkgdir}/etc/libccid_Info.plist
-  ln -s /etc/libccid_Info.plist 
${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
-}

Copied: ccid/repos/community-x86_64/PKGBUILD